{"version":3,"file":"gs8uZPkQ6bTT77ySDoH2EeVbB55egt5SGCYWVMh5PVE.BQBbbjB7.mjs","names":["addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","HeadingAndIntroFonts","HeadingAndIntro","ButtonRight2","ButtonFonts","Button","serializationHash","variantClassNames","transformTemplate1","humanReadableVariantMap","getProps","Component","className","css","Navigation","Button","Testimonials","HeadingAndIntro","Card","SupportYourWholeTeam","CustomerStories","G2Testimonials","Ticker1","G2Badges","MainCTA","Footer","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js","https:/framerusercontent.com/modules/cSjrbtQUGW6WUUzAx5ZJ/kLpQ5npwBW9OKZlwFm4K/rKmtMVlJd.js","https:/framerusercontent.com/modules/pMK54OkgFoW3isgVJmxT/L87OWMwkD2rsNQl5OetV/KpAblWMdA.js","https:/framerusercontent.com/modules/5LYsusa2aAc81IS2mTPe/MzqVQvvSjGPiX233NiKT/ZsgKoXTrk.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef,useState}from\"react\";const placeholderUrl=\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\";/**\n * DOT LOTTIE\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export default function DotLottie(props){return /*#__PURE__*/ _jsx(OptimizationFriendly,{loading:/*#__PURE__*/ _jsx(\"div\",{}),loaded:/*#__PURE__*/ _jsx(LottiePlayer,{...props})});};function LottiePlayer(props){/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const lottieInstanceRef=useRef(null);const shouldPlay=isCanvas||props.hover===true||props.autoplay===false?null:true;/* File or URL */ let src;switch(props.srcType){case\"url\":src=props.srcUrl;break;case\"file\":src=props.srcFile;break;default:src=placeholderUrl;break;}/* Progress */ const[isReady,setIsReady]=useState(false);/* For canvas states */ useEffect(()=>{if(!lottieInstanceRef.current)return;lottieInstanceRef.current.addEventListener(\"ready\",()=>setIsReady(true));},[]);useEffect(()=>{if(!lottieInstanceRef.current)return;lottieInstanceRef.current.seek(`${props.progress}%`);},[isReady,props.progress]);const lastVariant=useRef();/* For component variant support */ useEffect(()=>{if(isCanvas)return;if(lastVariant.current!==props.autoplay){if(!lottieInstanceRef.current)return;if(props.autoplay===true){lottieInstanceRef.current.play();}if(props.autoplay===false){lottieInstanceRef.current.pause();}}lastVariant.current=props.autoplay;},[props.autoplay]);return(// @ts-ignore\n/*#__PURE__*/ _jsx(\"dotlottie-player\",{src:src,ref:lottieInstanceRef,autoplay:shouldPlay,loop:props.loop?true:null,hover:props.hover?true:null,controls:props.controls?true:null,background:props.background?props.background:null,speed:props.speed,direction:props.direction,style:{...props.style,width:\"100%\",height:\"100%\"}},src));}DotLottie.defaultProps={srcUrl:placeholderUrl,autoplay:true,background:\"#05F\",controls:false,direction:1,hover:false,loop:true,speed:1};DotLottie.displayName=\"Dot Lottie\";addPropertyControls(DotLottie,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"url\",\"file\"],optionTitles:[\"URL\",\"File\"]},srcUrl:{type:ControlType.String,title:\"Link\",placeholder:\"../example.lottie\",hidden:props=>props.srcType===\"file\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"lottie\",\"json\"],hidden:props=>props.srcType===\"url\"},autoplay:{type:ControlType.Boolean,title:\"Autoplay\",defaultValue:true},background:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"#05F\"},controls:{type:ControlType.Boolean,title:\"Controls\"},direction:{type:ControlType.Enum,title:\"Direction\",defaultValue:\"1\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"1\",\"-1\"],optionTitles:[\"Normal\",\"Reverse\"]},hover:{type:ControlType.Boolean,title:\"Hover Play\"},loop:{type:ControlType.Boolean,title:\"Loop\"},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:1,min:1,max:10,unit:\"x\",step:.5,displayStepper:true},progress:{type:ControlType.Number,title:\"Progress\",defaultValue:0,min:0,max:100,step:1,description:\"This component is made for Lottie files. [Learn more here](https://dotlottie.io/).\"}});/* For SSG */ function OptimizationFriendly({loading,loaded}){const[isLoading,setLoading]=React.useState(true);// We can't load web-components in ssg on the server,\n// so we defer rendering until we hit the client.\nReact.useEffect(()=>{import(\"https://unpkg.com/@dotlottie/player-component@1.3.2/dist/dotlottie-player.js\").then(()=>{setLoading(false);});},[]);return isLoading?loading:loaded;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DotLottie\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DotLottie.map","// Generated by Framer (fd8545d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={v_4tDieT8:{hover:true}};const cycleOrder=[\"v_4tDieT8\",\"EFh9rqiC4\"];const serializationHash=\"framer-8uHxx\";const variantClassNames={EFh9rqiC4:\"framer-v-19ki99\",v_4tDieT8:\"framer-v-7yw65\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"v_4tDieT8\",disabled:\"EFh9rqiC4\"};const getProps=({height,id,tap,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"v_4tDieT8\",xsTq_uibW:tap??props.xsTq_uibW};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,xsTq_uibW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"v_4tDieT8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapjxd9p8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(xsTq_uibW){const res=await xsTq_uibW(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-7yw65\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"v_4tDieT8\",onTap:onTapjxd9p8,ref:ref??ref1,style:{backgroundColor:\"rgba(22, 51, 0, 0.08)\",borderBottomLeftRadius:39,borderBottomRightRadius:39,borderTopLeftRadius:39,borderTopRightRadius:39,opacity:1,...style},variants:{\"v_4tDieT8-hover\":{backgroundColor:\"rgba(22, 51, 0, 0.14)\"},EFh9rqiC4:{opacity:.4}},...addPropertyOverrides({\"v_4tDieT8-hover\":{\"data-framer-name\":undefined,style:{backgroundColor:\"rgba(22, 51, 0, 0.08)\",borderBottomLeftRadius:39,borderBottomRightRadius:39,borderTopLeftRadius:39,borderTopRightRadius:39,...style}},EFh9rqiC4:{\"data-framer-name\":\"disabled\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rgc90z\",\"data-framer-name\":\"svg\",layoutDependency:layoutDependency,layoutId:\"dr8Zt3NsZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fih2gj\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:43,intrinsicWidth:43,layoutDependency:layoutDependency,layoutId:\"T19ROfxaT\",svg:'<svg width=\"43\" height=\"43\" viewBox=\"0 0 43 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M39.2844 21.1605L24.2834 6.15955L22.1834 8.25955L34.6347 20.709H3.73145V23.7103H34.6329L22.1817 36.1598L24.2817 38.2598L39.2827 23.2588C39.4248 23.1233 39.5379 22.9604 39.6152 22.7799C39.6925 22.5994 39.7324 22.4051 39.7324 22.2088C39.7324 22.0125 39.6925 21.8182 39.6152 21.6377C39.5379 21.4572 39.4248 21.2943 39.2827 21.1588L39.2844 21.1605Z\" fill=\"#454745\"/>\\n</svg>\\n',withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8uHxx.framer-12sne2q, .framer-8uHxx .framer-12sne2q { display: block; }\",\".framer-8uHxx.framer-7yw65 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 78px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 64px; }\",\".framer-8uHxx .framer-1rgc90z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 42px; }\",\".framer-8uHxx .framer-fih2gj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8uHxx.framer-7yw65, .framer-8uHxx .framer-1rgc90z { gap: 0px; } .framer-8uHxx.framer-7yw65 > *, .framer-8uHxx .framer-1rgc90z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-8uHxx.framer-7yw65 > :first-child, .framer-8uHxx .framer-1rgc90z > :first-child { margin-left: 0px; } .framer-8uHxx.framer-7yw65 > :last-child, .framer-8uHxx .framer-1rgc90z > :last-child { margin-right: 0px; } }\",\".framer-8uHxx.framer-v-19ki99.framer-7yw65, .framer-8uHxx.framer-v-7yw65.hover.framer-7yw65 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 64px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EFh9rqiC4\":{\"layout\":[\"fixed\",\"fixed\"]},\"oruiJG02e\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"xsTq_uibW\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrKmtMVlJd=withCSS(Component,css,\"framer-8uHxx\");export default FramerrKmtMVlJd;FramerrKmtMVlJd.displayName=\"button-right 2\";FramerrKmtMVlJd.defaultProps={height:64,width:64};addPropertyControls(FramerrKmtMVlJd,{variant:{options:[\"v_4tDieT8\",\"EFh9rqiC4\"],optionTitles:[\"Variant 1\",\"disabled\"],title:\"Variant\",type:ControlType.Enum},xsTq_uibW:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerrKmtMVlJd,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrKmtMVlJd\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EFh9rqiC4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oruiJG02e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"64\",\"framerVariables\":\"{\\\"xsTq_uibW\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rKmtMVlJd.map","// Generated by Framer (e942a9a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Button from\"https://framerusercontent.com/modules/KuppGdupNBnUA7GqRGQs/Pey8ofkkYpsBTcksJw98/C8gGkBsPY.js\";import ButtonRight2 from\"https://framerusercontent.com/modules/cSjrbtQUGW6WUUzAx5ZJ/kLpQ5npwBW9OKZlwFm4K/rKmtMVlJd.js\";import HeadingAndIntro from\"https://framerusercontent.com/modules/lIGbRSJhz13tZSWgyLDn/rXh5xuDrG9Va7yFkCOUa/ZfU8SRnAg.js\";const HeadingAndIntroFonts=getFonts(HeadingAndIntro);const ButtonRight2Fonts=getFonts(ButtonRight2);const ButtonFonts=getFonts(Button);const cycleOrder=[\"tWs4x_DG9\",\"TpLjgxsWa\",\"rdF_6Jb2k\",\"Je0GRN_cw\",\"PQLe1ujS1\",\"q27rXfcoB\",\"ItOsecFyw\",\"FA22SHrP6\",\"mLdgNhH8b\"];const serializationHash=\"framer-4jr0R\";const variantClassNames={FA22SHrP6:\"framer-v-1fleiu\",ItOsecFyw:\"framer-v-cob0i8\",Je0GRN_cw:\"framer-v-y2uguw\",mLdgNhH8b:\"framer-v-3vfi8t\",PQLe1ujS1:\"framer-v-lhmtqy\",q27rXfcoB:\"framer-v-tvk6x\",rdF_6Jb2k:\"framer-v-97lidt\",TpLjgxsWa:\"framer-v-1pful52\",tWs4x_DG9:\"framer-v-1babcsf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"tWs4x_DG9\",\"2\":\"TpLjgxsWa\",\"3\":\"rdF_6Jb2k\",\"Mobile 1\":\"Je0GRN_cw\",\"Mobile 2\":\"PQLe1ujS1\",\"Mobile 3\":\"q27rXfcoB\",\"Tablet-1\":\"ItOsecFyw\",\"Tablet-2\":\"FA22SHrP6\",\"Tablet-3\":\"mLdgNhH8b\"};const getProps=({click,height,id,width,...props})=>{return{...props,fiasu9zo9:click??props.fiasu9zo9,variant:humanReadableVariantMap[props.variant]??props.variant??\"tWs4x_DG9\"};};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,fiasu9zo9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tWs4x_DG9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const xsTq_uibW1oa9gzl=activeVariantCallback(async(...args)=>{setVariant(\"tWs4x_DG9\");});const xsTq_uibW124jdvs=activeVariantCallback(async(...args)=>{setVariant(\"TpLjgxsWa\");});const xsTq_uibWc7fhxn=activeVariantCallback(async(...args)=>{setVariant(\"Je0GRN_cw\");});const xsTq_uibW2tdxby=activeVariantCallback(async(...args)=>{setVariant(\"PQLe1ujS1\");});const xsTq_uibWafhc2f=activeVariantCallback(async(...args)=>{setVariant(\"ItOsecFyw\");});const xsTq_uibW1y6yyht=activeVariantCallback(async(...args)=>{setVariant(\"FA22SHrP6\");});const xsTq_uibW1bv2yd3=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}setVariant(\"TpLjgxsWa\");});const xsTq_uibW1bsggke=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}setVariant(\"rdF_6Jb2k\");});const xsTq_uibW3zykl1=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}setVariant(\"PQLe1ujS1\");});const xsTq_uibWf2k3k8=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}setVariant(\"q27rXfcoB\");});const xsTq_uibWonve8p=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}setVariant(\"FA22SHrP6\");});const xsTq_uibWyg4bps=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}setVariant(\"mLdgNhH8b\");});const xsTq_uibW1941so6=activeVariantCallback(async(...args)=>{if(fiasu9zo9){const res=await fiasu9zo9(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"q27rXfcoB\",\"FA22SHrP6\",\"mLdgNhH8b\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"mLdgNhH8b\")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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1babcsf\",className,classNames),\"data-border\":true,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"tWs4x_DG9\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.08)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",...style},...addPropertyOverrides({FA22SHrP6:{\"data-framer-name\":\"Tablet-2\"},ItOsecFyw:{\"data-framer-name\":\"Tablet-1\"},Je0GRN_cw:{\"data-framer-name\":\"Mobile 1\"},mLdgNhH8b:{\"data-framer-name\":\"Tablet-3\"},PQLe1ujS1:{\"data-framer-name\":\"Mobile 2\"},q27rXfcoB:{\"data-framer-name\":\"Mobile 3\"},rdF_6Jb2k:{\"data-framer-name\":\"3\"},TpLjgxsWa:{\"data-framer-name\":\"2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1td1uk4\",\"data-framer-name\":\"Frame 1356\",layoutDependency:layoutDependency,layoutId:\"y2ZspIkPW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2te4or\",\"data-framer-name\":\"Copy\",layoutDependency:layoutDependency,layoutId:\"pOTknf2Aj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.3937)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+0+0,...addPropertyOverrides({FA22SHrP6:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+128+0+0},ItOsecFyw:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+133.5+0+0},Je0GRN_cw:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+0},mLdgNhH8b:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+128+0+0},PQLe1ujS1:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+0},q27rXfcoB:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-141psac-container\",layoutDependency:layoutDependency,layoutId:\"otNGxxMdX-container\",nodeId:\"otNGxxMdX\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"otNGxxMdX\",layoutId:\"otNGxxMdX\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TB11bTnw0\",width:\"100%\",wkIQd2vD7:\"Customer stories\",xwR2bII6x:\"Hear how Plane has made payroll and HR easier for our customers.\",ZBzt7yy4b:16})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sgszy1\",\"data-framer-name\":\"Arrows\",layoutDependency:layoutDependency,layoutId:\"aXtQhAeP9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+0+498+7,...addPropertyOverrides({FA22SHrP6:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+128+0+377+7},ItOsecFyw:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+133.5+0+377+7},Je0GRN_cw:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+160+24},mLdgNhH8b:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+128+0+377+7},PQLe1ujS1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+160+24},q27rXfcoB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+160+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ychor7-container\",layoutDependency:layoutDependency,layoutId:\"lpYZwRZG1-container\",nodeId:\"lpYZwRZG1\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",style:{rotate:180},children:/*#__PURE__*/_jsx(ButtonRight2,{height:\"100%\",id:\"lpYZwRZG1\",layoutId:\"lpYZwRZG1\",variant:\"EFh9rqiC4\",width:\"100%\",xsTq_uibW:xsTq_uibW1oa9gzl,...addPropertyOverrides({FA22SHrP6:{style:{height:\"100%\"},variant:\"v_4tDieT8\",xsTq_uibW:xsTq_uibWafhc2f},ItOsecFyw:{xsTq_uibW:undefined},Je0GRN_cw:{xsTq_uibW:xsTq_uibWc7fhxn},mLdgNhH8b:{style:{height:\"100%\"},variant:\"v_4tDieT8\",xsTq_uibW:xsTq_uibW1y6yyht},PQLe1ujS1:{style:{height:\"100%\"},variant:\"v_4tDieT8\",xsTq_uibW:xsTq_uibWc7fhxn},q27rXfcoB:{style:{height:\"100%\"},variant:\"v_4tDieT8\",xsTq_uibW:xsTq_uibW2tdxby},rdF_6Jb2k:{style:{height:\"100%\"},variant:\"v_4tDieT8\",xsTq_uibW:xsTq_uibW124jdvs},TpLjgxsWa:{style:{height:\"100%\"},variant:\"v_4tDieT8\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+0+498+7,...addPropertyOverrides({FA22SHrP6:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+128+0+377+7},ItOsecFyw:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+133.5+0+377+7},Je0GRN_cw:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+160+24},mLdgNhH8b:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+128+0+377+7},PQLe1ujS1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+160+24},q27rXfcoB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+0+0+160+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4ts7xj-container\",layoutDependency:layoutDependency,layoutId:\"j5Pjewnmw-container\",nodeId:\"j5Pjewnmw\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(ButtonRight2,{height:\"100%\",id:\"j5Pjewnmw\",layoutId:\"j5Pjewnmw\",style:{height:\"100%\"},variant:\"v_4tDieT8\",width:\"100%\",xsTq_uibW:xsTq_uibW1bv2yd3,...addPropertyOverrides({FA22SHrP6:{xsTq_uibW:xsTq_uibWyg4bps},ItOsecFyw:{xsTq_uibW:xsTq_uibWonve8p},Je0GRN_cw:{xsTq_uibW:xsTq_uibW3zykl1},mLdgNhH8b:{variant:\"EFh9rqiC4\",xsTq_uibW:xsTq_uibW1941so6},PQLe1ujS1:{xsTq_uibW:xsTq_uibWf2k3k8},q27rXfcoB:{variant:\"EFh9rqiC4\",xsTq_uibW:xsTq_uibWf2k3k8},rdF_6Jb2k:{variant:\"EFh9rqiC4\",xsTq_uibW:xsTq_uibW1bsggke},TpLjgxsWa:{xsTq_uibW:xsTq_uibW1bsggke}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gycz8x\",\"data-framer-name\":\"Cards\",layoutDependency:layoutDependency,layoutId:\"hGJslAKd9\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pidtt9\",\"data-border\":true,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"koozEt1xK\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-355f0346-c679-4c89-aa65-31d8ac173d6d, rgb(203, 238, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({PQLe1ujS1:{transformTemplate:transformTemplate2},rdF_6Jb2k:{transformTemplate:transformTemplate1},TpLjgxsWa:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gy1gd0\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"jLZ_Jp2qJ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10etsck\",\"data-framer-name\":\"Heading and Icon\",layoutDependency:layoutDependency,layoutId:\"T75PzWRyZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r13nu3\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"enTeop4CJ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-n6ce4e\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:139,layoutDependency:layoutDependency,layoutId:\"AR6B_5UGC\",svg:'<svg width=\"139\" height=\"25\" viewBox=\"0 0 139 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6227_28363)\">\\n<path d=\"M28.935 12.0447L26.4246 4.84008H26.3688L23.7748 12.0447H28.935ZM28.6839 5.52518e-05L36.1314 19.6342H31.5847L30.0786 15.262H22.6313L21.0691 19.6342H16.6621L24.1931 5.52518e-05H28.6839\" fill=\"#2E3338\"/>\\n<path d=\"M41.1773 5.41744V7.39736H41.2614C41.7635 6.57236 42.4139 5.97216 43.2135 5.59619C44.0131 5.22068 44.8317 5.03254 45.6685 5.03254C46.7284 5.03254 47.5973 5.17458 48.2765 5.45866C48.9548 5.74315 49.4898 6.137 49.8799 6.64114C50.2708 7.14556 50.5447 7.75947 50.7027 8.48364C50.8608 9.20797 50.9402 10.0097 50.9402 10.8898V19.6342H46.9794V11.6047C46.9794 10.4318 46.7931 9.55602 46.4216 8.97866C46.0493 8.40099 45.3895 8.11229 44.4412 8.11229C43.3623 8.11229 42.5813 8.42857 42.0978 9.061C41.6143 9.69355 41.3726 10.7342 41.3726 12.1821V19.6342H37.4121V5.41744H41.1773Z\" fill=\"#2E3338\"/>\\n<path d=\"M61.7815 15.9492C62.2092 15.7292 62.5625 15.4362 62.8415 15.0691C63.1204 14.7027 63.3296 14.2855 63.4691 13.818C63.6085 13.3505 63.6783 12.8602 63.6783 12.3467C63.6783 11.7602 63.6225 11.2056 63.5109 10.6831C63.3993 10.1606 63.213 9.69782 62.953 9.29458C62.6923 8.89131 62.3483 8.57041 61.921 8.33201C61.4929 8.09388 60.9537 7.97452 60.3032 7.97452C59.7454 7.97452 59.2662 8.08433 58.8667 8.3044C58.4666 8.52446 58.1318 8.82267 57.8626 9.19807C57.593 9.574 57.3977 10.005 57.2769 10.4906C57.1556 10.9767 57.0955 11.4854 57.0955 12.0169C57.0955 12.5302 57.1467 13.039 57.249 13.5429C57.3508 14.0473 57.5279 14.501 57.7789 14.9043C58.03 15.3077 58.3596 15.6376 58.7691 15.8942C59.1778 16.1511 59.6896 16.2791 60.3032 16.2791C60.8611 16.2791 61.3535 16.1693 61.7815 15.9492V15.9492ZM67.2067 20.6789C67.0486 21.4122 66.7089 22.0951 66.1886 22.7277C65.6676 23.3598 64.9145 23.8962 63.9293 24.3363C62.9434 24.7764 61.6231 24.9965 59.9685 24.9965C59.2615 24.9965 58.5409 24.9092 57.8068 24.7351C57.0719 24.5608 56.4025 24.29 55.7985 23.9238C55.1942 23.5568 54.6921 23.0853 54.2923 22.5075C53.8921 21.9303 53.6647 21.238 53.6089 20.4312H57.5418C57.7274 21.1645 58.09 21.6732 58.6297 21.9574C59.1685 22.2417 59.7915 22.3841 60.4985 22.3841C61.6142 22.3841 62.4273 22.0537 62.9391 21.394C63.4505 20.7341 63.6965 19.8994 63.6783 18.8916V17.0216H63.6225C63.1944 17.7735 62.5858 18.3276 61.7955 18.6854C61.0048 19.043 60.1731 19.2213 59.2991 19.2213C58.2206 19.2213 57.2908 19.0338 56.5098 18.6578C55.7288 18.2821 55.0873 17.7688 54.5852 17.1179C54.0831 16.4674 53.7159 15.7064 53.4834 14.8354C53.2506 13.9648 53.1348 13.0436 53.1348 12.0719C53.1348 11.1553 53.2692 10.2706 53.5392 9.4181C53.8085 8.56579 54.2036 7.81415 54.7247 7.16323C55.2449 6.51262 55.8911 5.99465 56.6632 5.60959C57.4345 5.22464 58.3228 5.03219 59.327 5.03219C60.2753 5.03219 61.1071 5.20646 61.8234 5.55466C62.5389 5.90302 63.1386 6.48951 63.6225 7.31451H63.6783V5.41709H67.4438V18.7267C67.4438 19.2951 67.3644 19.9456 67.2067 20.6789\" fill=\"#2E3338\"/>\\n<path d=\"M78.9988 8.74504C78.5242 8.23195 77.8037 7.97518 76.8371 7.97518C76.2045 7.97518 75.6792 8.08067 75.2608 8.29134C74.8424 8.50243 74.508 8.76352 74.257 9.07518C74.0056 9.38713 73.8289 9.71701 73.7267 10.0651C73.6244 10.4136 73.564 10.7249 73.5457 11.0001H79.9886C79.803 10.01 79.4726 9.25869 78.9988 8.74504V8.74504ZM74.5216 16.2247C75.1167 16.7933 75.972 17.0773 77.0881 17.0773C77.8873 17.0773 78.5754 16.8804 79.1522 16.4859C79.7283 16.0921 80.0816 15.6748 80.2121 15.2348H83.6987C83.1405 16.9398 82.2851 18.159 81.1326 18.8922C79.9793 19.6255 78.5847 19.9921 76.9487 19.9921C75.814 19.9921 74.7912 19.8135 73.8801 19.4562C72.9689 19.0986 72.1972 18.5898 71.5654 17.93C70.9327 17.2698 70.4446 16.4816 70.101 15.5648C69.7566 14.6484 69.585 13.64 69.585 12.5398C69.585 11.4769 69.7612 10.487 70.1149 9.57004C70.4678 8.65356 70.9699 7.86091 71.6211 7.19135C72.2716 6.52252 73.0479 5.9953 73.9502 5.61024C74.8517 5.2253 75.8512 5.03284 76.9487 5.03284C78.176 5.03284 79.2448 5.26651 80.1564 5.73406C81.0671 6.20147 81.8156 6.82955 82.4013 7.61774C82.9875 8.40623 83.4101 9.30448 83.6709 10.3124C83.9308 11.321 84.0238 12.375 83.9494 13.475H73.5457C73.6015 14.7399 73.9266 15.6569 74.5216 16.2247\" fill=\"#2E3338\"/>\\n<path d=\"M90.018 5.52518e-05V19.6342H86.0576V5.52518e-05H90.018\" fill=\"#2E3338\"/>\\n<path d=\"M97.5559 5.52518e-05V16.0045H107.262V19.6342H93.1768V5.52518e-05H97.5559\" fill=\"#2E3338\"/>\\n<path d=\"M112.864 5.41744V19.6342H108.902V5.41744H112.864ZM108.902 3.21765V5.52518e-05H112.864V3.21765H108.902Z\" fill=\"#2E3338\"/>\\n<path d=\"M119.04 16.101C119.217 16.4036 119.445 16.6511 119.724 16.8436C120.003 17.036 120.324 17.1782 120.686 17.2698C121.049 17.3617 121.425 17.4072 121.816 17.4072C122.095 17.4072 122.388 17.3755 122.694 17.311C123.001 17.247 123.28 17.146 123.531 17.0086C123.782 16.8711 123.992 16.6879 124.159 16.4586C124.326 16.2296 124.41 15.941 124.41 15.5923C124.41 15.0058 124.015 14.5659 123.225 14.2724C122.434 13.9794 121.332 13.6859 119.919 13.3923C119.342 13.2645 118.78 13.1132 118.231 12.9386C117.683 12.7647 117.195 12.5357 116.767 12.2511C116.339 11.9673 115.996 11.6097 115.735 11.1788C115.474 10.7484 115.345 10.2211 115.345 9.59765C115.345 8.68102 115.526 7.92954 115.889 7.34263C116.251 6.75614 116.729 6.29351 117.325 5.95409C117.92 5.61502 118.589 5.37643 119.333 5.23905C120.077 5.10163 120.84 5.03284 121.62 5.03284C122.401 5.03284 123.159 5.10625 123.894 5.25276C124.628 5.39957 125.283 5.64721 125.86 5.9953C126.437 6.34366 126.915 6.80644 127.297 7.3838C127.677 7.96132 127.906 8.69011 127.98 9.57004H124.214C124.159 8.81856 123.87 8.30968 123.35 8.04382C122.829 7.77826 122.215 7.6452 121.509 7.6452C121.286 7.6452 121.044 7.65891 120.784 7.68637C120.523 7.71398 120.286 7.77364 120.072 7.86523C119.858 7.95716 119.678 8.08991 119.528 8.26388C119.379 8.43827 119.305 8.67205 119.305 8.96507C119.305 9.31358 119.435 9.59765 119.696 9.81757C119.956 10.0376 120.295 10.2162 120.714 10.3539C121.133 10.4913 121.611 10.615 122.15 10.7249C122.69 10.835 123.238 10.9545 123.796 11.0826C124.372 11.211 124.935 11.3669 125.484 11.55C126.032 11.7335 126.52 11.9763 126.948 12.2788C127.376 12.5813 127.72 12.9573 127.98 13.4062C128.24 13.8555 128.37 14.4098 128.37 15.0698C128.37 16.0048 128.18 16.7885 127.799 17.4211C127.417 18.0535 126.92 18.5622 126.306 18.9475C125.693 19.3324 124.991 19.6031 124.201 19.7583C123.41 19.9142 122.606 19.9921 121.788 19.9921C120.951 19.9921 120.133 19.9097 119.333 19.7448C118.534 19.5797 117.822 19.3047 117.199 18.9198C116.576 18.5349 116.065 18.0262 115.666 17.3935C115.265 16.761 115.047 15.9683 115.01 15.0148H118.776C118.776 15.4368 118.863 15.7986 119.04 16.101\" fill=\"#2E3338\"/>\\n<path d=\"M138.409 5.41806V8.03057H135.508V15.0701C135.508 15.7301 135.62 16.1703 135.843 16.39C136.066 16.6101 136.513 16.7202 137.182 16.7202C137.405 16.7202 137.618 16.7109 137.823 16.6926C138.028 16.6744 138.223 16.6471 138.409 16.6101V19.6348C138.075 19.69 137.702 19.7265 137.294 19.7452C136.884 19.7631 136.485 19.7725 136.095 19.7725C135.481 19.7725 134.899 19.731 134.351 19.6489C133.802 19.5661 133.319 19.4058 132.901 19.1675C132.482 18.9294 132.152 18.5901 131.91 18.15C131.668 17.71 131.548 17.1327 131.548 16.4176V8.03057H129.148V5.41806H131.548V1.15585H135.508V5.41806H138.409\" fill=\"#2E3338\"/>\\n<path d=\"M10.595 8.43631C11.2032 6.80712 11.6778 5.4622 12.0183 4.40143C12.3588 3.3407 12.529 2.68947 12.529 2.44779C12.529 2.18819 12.4723 1.98676 12.3588 1.84354C12.2451 1.70062 12.0885 1.62871 11.8889 1.62871C11.6347 1.62871 11.3759 1.83686 11.1126 2.25308C10.8491 2.66935 10.5587 3.33875 10.2409 4.26046L8.87898 8.14089L10.595 8.43631ZM8.78364 12.0482C8.39322 12.0303 8.02306 11.99 7.67362 11.9274C7.32407 11.8648 6.9904 11.7752 6.67262 11.6588C6.81774 11.9455 6.94713 12.2317 7.06075 12.5182C7.17426 12.8049 7.26716 13.0869 7.33995 13.3641C7.55787 13.0955 7.78713 12.8519 8.02774 12.6323C8.2682 12.413 8.52017 12.2183 8.78364 12.0482ZM7.24461 7.97976L5.77373 3.7905C5.39238 2.72526 5.09729 2.02962 4.88844 1.70257C4.67944 1.37583 4.45262 1.21248 4.20747 1.21248C4.01679 1.21248 3.86229 1.2844 3.7444 1.42732C3.62636 1.57054 3.56735 1.76299 3.56735 2.00468C3.56735 2.41643 3.72609 3.13255 4.04403 4.15302C4.36181 5.1735 4.83851 6.51174 5.47408 8.16774C5.52855 8.06928 5.6056 7.99992 5.70563 7.95963C5.8055 7.91933 5.94167 7.89921 6.11422 7.89921C6.16869 7.89921 6.27762 7.90383 6.44107 7.91265C6.60451 7.92159 6.87221 7.94427 7.24461 7.97976V7.97976ZM5.9099 14.4651C6.06428 14.4651 6.20483 14.396 6.33213 14.257C6.45924 14.1182 6.52277 13.9683 6.52277 13.8072C6.52277 13.6374 6.39795 13.2413 6.14823 12.6188C5.8984 11.9967 5.58759 11.3858 5.21529 10.7861C4.94291 10.3385 4.67506 10.0006 4.41175 9.7723C4.14828 9.54406 3.89875 9.4299 3.66268 9.4299C3.47201 9.4299 3.26091 9.54883 3.02938 9.78574C2.79784 10.023 2.68207 10.2445 2.68207 10.4504C2.68207 10.6652 2.79557 10.9874 3.02256 11.4171C3.2494 11.8468 3.55373 12.3033 3.93509 12.7867C4.33458 13.3151 4.7114 13.7266 5.06549 14.022C5.41961 14.3174 5.70094 14.4651 5.9099 14.4651V14.4651ZM1.82404 14.1429C1.95116 14.2953 2.12821 14.5188 2.35521 14.8142C2.95447 15.6288 3.50817 16.0361 4.01679 16.0361C4.18915 16.0361 4.34364 15.9824 4.47985 15.8749C4.61606 15.7675 4.68417 15.6556 4.68417 15.5393C4.68417 15.405 4.59336 15.1814 4.41175 14.8679C4.23002 14.5546 3.98045 14.2012 3.66268 13.8072C3.29949 13.3506 2.99744 13.0172 2.75698 12.8068C2.51637 12.5968 2.32328 12.4913 2.17815 12.4913C1.86021 12.4913 1.56739 12.6591 1.29969 12.9948C1.03184 13.3305 0.897913 13.7266 0.897913 14.1831C0.897913 14.5505 0.990982 14.96 1.17712 15.4117C1.3631 15.8637 1.63337 16.3181 1.98748 16.7746C2.52318 17.4818 3.18812 18.0254 3.98274 18.4058C4.77722 18.7867 5.65569 18.9765 6.61811 18.9765C8.38869 18.9765 9.87092 18.3252 11.0649 17.023C12.2587 15.7205 12.8559 14.0891 12.8559 12.1288C12.8559 11.5292 12.8103 11.0527 12.7197 10.6988C12.6289 10.3452 12.4791 10.0878 12.2702 9.92671C11.8978 9.62251 11.1739 9.34935 10.0979 9.10767C9.02197 8.86598 7.89835 8.74514 6.72709 8.74514C6.4002 8.74514 6.16869 8.79884 6.03248 8.90624C5.89631 9.01367 5.8282 9.19715 5.8282 9.45675C5.8282 10.0658 6.17322 10.5063 6.8633 10.7793C7.55318 11.0527 8.66998 11.1889 10.2137 11.1889H10.7721C10.8992 11.1889 11.0014 11.2358 11.0785 11.3298C11.1555 11.4238 11.2079 11.5648 11.2351 11.7528C11.0807 11.896 10.763 12.0597 10.2818 12.2429C9.80041 12.4264 9.43269 12.6077 9.1786 12.7867C8.63383 13.1809 8.19572 13.6483 7.8643 14.1898C7.53276 14.7317 7.36719 15.2439 7.36719 15.7272C7.36719 16.0226 7.43742 16.3785 7.57832 16.7947C7.71903 17.211 7.78942 17.4683 7.78942 17.5668V17.6608L7.76218 17.7816C7.3625 17.7548 7.04716 17.5246 6.81561 17.0901C6.58406 16.6559 6.4683 16.0764 6.4683 15.3513V15.2304C6.39551 15.2931 6.32531 15.3379 6.25721 15.3647C6.1891 15.3916 6.11422 15.405 6.03248 15.405C5.95077 15.405 5.8736 15.3983 5.80097 15.3849C5.72817 15.3714 5.64643 15.3513 5.55582 15.3244C5.58305 15.423 5.60347 15.5191 5.61711 15.6131C5.6307 15.7071 5.63752 15.7809 5.63752 15.8347C5.63752 16.1659 5.50584 16.4504 5.24257 16.6873C4.9791 16.9245 4.66584 17.0431 4.30281 17.0431C3.73078 17.0431 3.14968 16.7679 2.5595 16.2173C1.96917 15.6668 1.67423 15.1278 1.67423 14.5994C1.67423 14.5009 1.68558 14.4136 1.70828 14.3375C1.73082 14.2616 1.76956 14.1966 1.82404 14.1429V14.1429ZM11.5756 8.66455C12.3928 8.81702 12.9694 9.1569 13.3053 9.68503C13.6411 10.2135 13.8092 11.046 13.8092 12.1825C13.8092 14.4382 13.1214 16.2845 11.7459 17.7212C10.3703 19.1577 8.61113 19.8761 6.4683 19.8761C5.62389 19.8761 4.80446 19.7262 4.00998 19.4263C3.21535 19.1264 2.53226 18.7079 1.96024 18.1709C1.3065 17.5802 0.816198 16.9558 0.489329 16.2979C0.162458 15.64 -0.000976562 14.9665 -0.000976562 14.2771C-0.000976562 13.5073 0.166998 12.9122 0.502946 12.4913C0.838745 12.0706 1.36991 11.7844 2.09643 11.6319C1.96024 11.3186 1.86021 11.0546 1.79681 10.8397C1.73325 10.6249 1.70147 10.4593 1.70147 10.3429C1.70147 9.94016 1.91711 9.52867 2.34839 9.10767C2.77953 8.68693 3.186 8.47657 3.56735 8.47657C3.73078 8.47657 3.90313 8.50567 4.0849 8.56384C4.26647 8.62235 4.47517 8.71825 4.7114 8.85254C4.01211 6.90111 3.50379 5.39505 3.186 4.33429C2.86806 3.27356 2.70931 2.54178 2.70931 2.13896C2.70931 1.58398 2.85444 1.14339 3.14514 0.816384C3.43569 0.489644 3.83066 0.326292 4.33005 0.326292C5.18337 0.326292 6.26403 2.20611 7.5715 5.96569C7.79833 6.6102 7.97099 7.10701 8.08903 7.45613C8.1889 7.17893 8.32949 6.78474 8.51126 6.27452C9.81874 2.55072 10.9444 0.688819 11.8889 0.688819C12.3519 0.688819 12.7218 0.843233 12.9989 1.15206C13.2758 1.46089 13.4143 1.8752 13.4143 2.39405C13.4143 2.78824 13.2622 3.50852 12.958 4.55584C12.6537 5.60317 12.1931 6.97272 11.5756 8.66455\" fill=\"#2E3338\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6227_28363\">\\n<rect width=\"138.41\" height=\"24.9972\" rx=\"6.43471\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lkxuwc\",\"data-framer-name\":\"Feature Sections/Feature\",layoutDependency:layoutDependency,layoutId:\"dMWLiyqhp\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max(min(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 1.7922 - 100px) / 4.216, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+15+48+0+0+0+0+70+0,...addPropertyOverrides({ItOsecFyw:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+128+0+48+0+0+0+0+70+0},Je0GRN_cw:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},PQLe1ujS1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},rdF_6Jb2k:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2.464, 490px) - 96px, 1px)`},TpLjgxsWa:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2.464, 490px) - 96px, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16m1ae7-container\",layoutDependency:layoutDependency,layoutId:\"wmIC4d0kM-container\",nodeId:\"wmIC4d0kM\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"wmIC4d0kM\",layoutId:\"wmIC4d0kM\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"PwDDpvdZu\",width:\"100%\",wkIQd2vD7:\"How AngelList streamlined contractor payments using Plane\",xwR2bII6x:\"Since partnering with Plane, AngelList has seen significant time savings and no longer pays costly transaction fees.\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rme8tv\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"F6p8oaeFY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:`calc(min(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 1.7922 - 100px) / 4.216, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+15+48+0+0+409+0+0,...addPropertyOverrides({ItOsecFyw:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+128+0+48+0+0+329+0+0},Je0GRN_cw:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},PQLe1ujS1:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},rdF_6Jb2k:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2.464, 490px) - 96px)`},TpLjgxsWa:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2.464, 490px) - 96px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hpcv48-container\",layoutDependency:layoutDependency,layoutId:\"B5VZB5zr8-container\",nodeId:\"B5VZB5zr8\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(Button,{DhryqTLbd:{borderColor:\"rgba(0, 0, 0, 0.08)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",id:\"B5VZB5zr8\",ja5H8whs6:false,layoutId:\"B5VZB5zr8\",MOuy7REKx:\"Case Study\",style:{height:\"100%\",width:\"100%\"},UKBjfkzPd:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",variant:\"EVst4bu3o\",width:\"100%\",Zg5IEHU8D:\"https://plane.com/customers/angellist\"})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d8u7v7\",\"data-border\":true,\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"XU9OEDDqH\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-8c8ee361-ed92-4f5b-ac8d-62f3415a2879, rgb(74, 0, 128))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({q27rXfcoB:{transformTemplate:transformTemplate2},rdF_6Jb2k:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-omzxs1\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"cVJlWuAqd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jfz2lq\",\"data-framer-name\":\"Heading and Icon\",layoutDependency:layoutDependency,layoutId:\"FoMXbO_La\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mt6vgh\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"YbEpRM5GS\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mb5iri\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"f6r_KdeXK-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 123 29\"><g transform=\"translate(0 0.993)\"><path d=\"M 0 27.007 L 0 0.007 L 122 0.007 L 122 27.007 Z\" fill=\"transparent\"></path><path d=\"M 49.288 21.797 L 45.603 5.684 C 46.424 5.317 47.306 5.113 48.202 5.085 C 48.975 5.085 49.54 5.251 49.898 5.582 C 50.295 6.009 50.547 6.555 50.615 7.139 L 52.016 14.05 C 52.504 16.506 52.86 18.522 53.085 20.098 C 53.133 20.297 53.231 20.399 53.38 20.399 L 55.922 5.525 C 56.874 5.362 57.839 5.29 58.804 5.309 C 59.742 5.291 60.679 5.367 61.603 5.535 L 64.147 20.108 C 64.169 20.307 64.269 20.409 64.44 20.409 C 64.884 17.805 65.266 15.688 65.585 14.06 L 67.427 5.423 C 68.146 5.249 68.884 5.173 69.623 5.197 C 70.387 5.162 71.15 5.303 71.853 5.61 L 71.999 5.911 L 67.573 24.05 C 66.529 24.191 65.476 24.254 64.423 24.239 C 63.133 24.239 62.255 24.089 61.788 23.789 C 61.321 23.489 61.014 22.85 60.866 21.874 L 60.056 17.253 C 59.568 14.373 59.175 11.895 58.877 9.817 L 58.655 9.817 C 58.492 11.117 58.086 13.583 57.435 17.216 L 56.183 24.05 C 55.12 24.189 54.049 24.252 52.977 24.239 C 51.699 24.239 50.82 24.073 50.342 23.742 C 49.864 23.41 49.512 22.762 49.288 21.797 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 73.873 7.676 C 73.997 7.169 74.203 6.687 74.483 6.249 C 74.729 5.82 75.047 5.439 75.422 5.122 C 77.41 5.373 78.773 6.499 79.512 8.502 C 80.447 6.274 82.007 5.159 84.192 5.159 C 84.937 5.151 85.68 5.24 86.402 5.423 C 86.44 7.033 86.032 8.62 85.224 10.004 C 84.671 9.849 84.102 9.762 83.528 9.743 C 82.103 9.743 80.949 10.519 80.066 12.071 L 80.066 24.05 C 79.279 24.18 78.484 24.243 77.687 24.239 C 76.87 24.241 76.054 24.178 75.247 24.05 L 75.247 11.543 C 75.24 9.768 74.782 8.479 73.873 7.676 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 102.321 16.313 L 92.151 16.313 C 92.224 17.691 92.537 18.774 93.091 19.563 C 93.644 20.353 94.608 20.746 95.984 20.745 C 97.409 20.745 99.043 20.32 100.886 19.469 C 101.63 20.29 102.106 21.327 102.248 22.436 C 100.284 23.863 97.926 24.577 95.172 24.577 C 92.569 24.577 90.598 23.757 89.257 22.118 C 87.917 20.478 87.248 18.042 87.249 14.811 C 87.233 13.435 87.406 12.064 87.764 10.738 C 88.066 9.609 88.579 8.55 89.274 7.619 C 89.926 6.767 90.76 6.08 91.714 5.61 C 92.74 5.119 93.861 4.875 94.994 4.896 C 96.124 4.874 97.247 5.072 98.305 5.478 C 99.227 5.84 100.06 6.405 100.745 7.132 C 101.414 7.857 101.923 8.722 102.236 9.666 C 102.572 10.695 102.737 11.774 102.724 12.859 C 102.725 13.455 102.687 14.051 102.611 14.642 C 102.541 15.207 102.445 15.764 102.321 16.313 Z M 95.211 8.427 C 93.293 8.427 92.261 9.904 92.115 12.859 L 98.232 12.859 L 98.232 12.409 C 98.232 11.205 97.988 10.241 97.5 9.516 C 97.012 8.792 96.249 8.429 95.211 8.427 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 121.227 11.506 L 121.227 19.695 C 121.227 21.297 121.484 22.486 122 23.262 C 121.217 23.962 120.204 24.337 119.162 24.314 C 118.105 24.314 117.38 24.07 116.988 23.582 C 116.595 23.085 116.398 22.324 116.398 21.272 L 116.398 12.521 C 116.398 11.393 116.263 10.605 115.993 10.156 C 115.722 9.703 115.219 9.479 114.482 9.479 C 113.181 9.479 111.965 10.08 110.835 11.282 L 110.835 24.05 C 110.452 24.128 110.063 24.179 109.673 24.202 C 109.268 24.226 108.856 24.239 108.439 24.239 C 108.021 24.239 107.611 24.239 107.204 24.202 C 106.815 24.179 106.427 24.128 106.045 24.05 L 106.045 5.46 L 106.265 5.197 L 108.107 5.197 C 109.483 5.197 110.343 5.948 110.688 7.45 C 112.478 5.873 114.258 5.085 116.029 5.085 C 117.801 5.085 119.109 5.665 119.955 6.826 C 120.801 7.993 121.225 9.553 121.227 11.506 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 37.042 7.052 L 30.942 5.56 C 30.188 3.322 28.965 1.509 27.374 0.606 C 23.265 -1.734 14.396 3.24 7.774 6.383 C 5.308 7.566 2.691 8.39 0 8.83 C 0 8.83 5.495 29.387 19.905 26.778 C 29.578 25.037 32.657 15.562 31.617 8.375 Z M 14.418 15.923 C 9.699 16.669 7.898 10.877 7.898 10.877 C 7.898 10.877 10.321 11.441 11.544 10.611 C 13.42 9.33 15.518 7.895 16.868 8.554 C 19.066 9.628 19.139 15.177 14.418 15.923 Z M 24.983 6.525 C 24.624 6.611 24.245 6.548 23.931 6.35 C 23.617 6.153 23.393 5.836 23.307 5.47 C 23.255 5.295 23.237 5.112 23.256 4.93 C 23.274 4.748 23.328 4.571 23.414 4.411 C 23.501 4.251 23.618 4.109 23.758 3.996 C 23.899 3.882 24.06 3.798 24.233 3.749 C 24.406 3.7 24.587 3.686 24.765 3.709 C 24.943 3.732 25.114 3.791 25.27 3.883 C 25.425 3.974 25.561 4.096 25.669 4.242 C 25.778 4.388 25.856 4.555 25.901 4.732 C 25.955 4.91 25.975 5.098 25.959 5.284 C 25.942 5.47 25.89 5.651 25.805 5.816 C 25.719 5.982 25.603 6.128 25.462 6.248 C 25.321 6.367 25.158 6.457 24.983 6.512 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9769028359,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i3fmji\",\"data-framer-name\":\"Feature Sections/Feature\",layoutDependency:layoutDependency,layoutId:\"yCmKxSZIb\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max(min(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 1.7922 - 100px) / 4.216, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+15+48+0+0+0+0+70+0,...addPropertyOverrides({FA22SHrP6:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+132.5+0+48+0+0+0+0+70+0},ItOsecFyw:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+128+10+48+0+0+0+0+70+0},Je0GRN_cw:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},PQLe1ujS1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},q27rXfcoB:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},rdF_6Jb2k:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2.464, 490px) - 96px, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cyyyoa-container\",layoutDependency:layoutDependency,layoutId:\"ugBMKZPr4-container\",nodeId:\"ugBMKZPr4\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"ugBMKZPr4\",layoutId:\"ugBMKZPr4\",MKbDxCkdU:\"rgb(255, 255, 255)\",p0CuyMG90:\"rgb(255, 255, 255)\",style:{width:\"100%\"},variant:\"PwDDpvdZu\",width:\"100%\",wkIQd2vD7:\"How Wren used Plane’s EOR services to hire and move a team member internationally\",xwR2bII6x:\"Enlisting Plane to move a team member from being a contractor in Switzerland to an employee in Canada (during a pandemic).\",ZBzt7yy4b:16,...addPropertyOverrides({FA22SHrP6:{wkIQd2vD7:\"How Wren used Plane’ to hire and move a team member internationally\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kpmxek\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"AEoSZLBw7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:`calc(min(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 1.7922 - 100px) / 4.216, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+15+48+0+0+409+0+0,...addPropertyOverrides({FA22SHrP6:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+132.5+0+48+0+0+309+0+0},ItOsecFyw:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+128+10+48+0+0+309+0+0},Je0GRN_cw:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},PQLe1ujS1:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},q27rXfcoB:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},rdF_6Jb2k:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2.464, 490px) - 96px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-60ht36-container\",layoutDependency:layoutDependency,layoutId:\"d6x6j0cqI-container\",nodeId:\"d6x6j0cqI\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(Button,{DhryqTLbd:{borderColor:\"rgba(0, 0, 0, 0.08)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",id:\"d6x6j0cqI\",ja5H8whs6:false,layoutId:\"d6x6j0cqI\",MOuy7REKx:\"Case Study\",style:{height:\"100%\",width:\"100%\"},UKBjfkzPd:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",variant:\"EVst4bu3o\",width:\"100%\",Zg5IEHU8D:\"https://plane.com/customers/wren\"})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p8b3fy\",\"data-border\":true,\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"Z6FGY2QIl\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-ba2dbc03-4dfb-46bb-b76c-1ebbfc5456dd, rgb(204, 255, 153))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1edu0vc\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"ZNCifJk1E\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oehfik\",\"data-framer-name\":\"Heading and Icon\",layoutDependency:layoutDependency,layoutId:\"d6vtOVvdO\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xemv1h\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"gjQ8K7yzI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-190e597\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"zU41ta9__-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 167 28\"><g transform=\"translate(0.544 0.289)\"><g><path d=\"M 15.932 4.824 C 15.093 4.67 14.234 4.673 13.396 4.832 C 13.564 4.1 13.562 3.339 13.392 2.608 C 14.232 2.761 15.093 2.758 15.932 2.598 C 15.763 3.33 15.763 4.092 15.932 4.824 Z M 17.419 0 C 16.671 0.591 15.707 0.925 14.704 0.94 C 13.721 0.967 12.756 0.667 11.962 0.086 L 10.559 1.34 C 11.824 2.703 11.858 4.63 10.662 6.005 L 5.024 11.037 L 3.744 9.895 L 2.31 11.174 L 3.59 12.316 L 2.713 13.098 L 1.433 11.956 L 0 13.236 L 2.714 15.656 L 12.065 7.309 C 13.621 6.199 15.788 6.206 17.335 7.327 L 18.737 6.075 C 18.126 5.417 17.791 4.549 17.801 3.651 C 17.817 2.768 18.183 1.915 18.832 1.251 L 17.419 0.001 Z\" fill=\"rgb(69,77,84)\"></path></g><path d=\"M 13.882 22.02 C 14.782 22.177 15.703 22.174 16.602 22.011 C 16.422 22.761 16.423 23.542 16.606 24.291 C 15.704 24.134 14.782 24.138 13.881 24.302 C 14.062 23.552 14.062 22.77 13.881 22.02 Z M 12.287 26.964 C 13.09 26.357 14.124 26.015 15.199 26.001 C 16.247 25.971 17.278 26.278 18.139 26.876 L 19.644 25.59 C 18.288 24.194 18.251 22.219 19.534 20.81 L 25.581 15.652 L 26.954 16.822 L 28.491 15.512 L 27.118 14.342 L 28.058 13.54 L 29.431 14.71 L 30.969 13.4 L 28.058 10.919 L 18.028 19.473 C 16.361 20.611 14.037 20.603 12.378 19.454 L 10.873 20.737 C 11.538 21.435 11.895 22.317 11.878 23.221 C 11.86 24.127 11.468 25.001 10.772 25.681 L 12.287 26.963 Z M 152.754 4.593 L 150.978 6.224 L 149.202 4.593 L 150.978 2.961 Z M 56.252 7.636 C 56.252 6.182 55.658 5.622 54.113 5.622 L 46.628 5.622 L 46.628 13.678 L 54.113 13.678 C 55.658 13.678 56.252 13.118 56.252 11.664 Z M 54.232 3.776 C 57.054 3.776 58.391 5.036 58.391 7.692 L 58.391 11.608 C 58.391 14.265 57.054 15.524 54.231 15.524 L 46.628 15.524 L 46.628 21.621 L 50.073 21.621 L 50.073 23.356 L 41.518 23.356 L 41.518 21.621 L 44.489 21.621 L 44.489 5.511 L 41.519 5.511 L 41.519 3.776 Z M 66.57 16.191 C 64.978 16.361 64.342 16.761 64.342 18.926 C 64.342 21.091 64.978 21.776 67.207 21.776 C 70.041 21.776 71.442 21.12 73.321 19.923 L 73.321 15.507 L 66.57 16.19 Z M 78.161 23.371 L 73.321 23.371 L 73.321 21.261 C 71.887 22.771 70.295 23.484 67.175 23.484 C 63.577 23.484 62.176 22.116 62.176 18.925 C 62.176 15.733 63.577 14.85 66.507 14.594 C 68.067 14.451 70.519 14.281 73.321 14.167 L 73.321 11.687 C 73.321 10.263 72.684 9.693 71.092 9.693 L 67.144 9.693 C 65.552 9.693 64.915 10.263 64.915 11.688 L 64.915 12.115 L 62.749 12.115 L 62.749 11.858 C 62.749 9.237 64.151 7.983 67.08 7.983 L 71.155 7.983 C 74.085 7.983 75.486 9.237 75.486 11.858 L 75.486 21.718 L 78.161 21.718 L 78.161 23.37 Z M 92.908 11.873 C 91.074 10.706 89.705 10.067 86.782 10.067 C 84.45 10.067 83.827 10.622 83.827 12.012 L 83.827 19.903 C 83.827 21.293 84.45 21.848 86.782 21.848 C 89.705 21.848 91.074 21.208 92.908 20.042 L 92.908 11.872 Z M 97.697 23.46 L 92.908 23.46 L 92.908 21.404 C 91.26 22.654 89.954 23.571 86.751 23.571 C 83.081 23.571 81.713 22.348 81.713 19.792 L 81.713 12.123 C 81.713 9.567 83.081 8.344 86.751 8.344 C 89.954 8.344 91.26 9.261 92.908 10.511 L 92.908 4.788 L 89.798 4.788 L 89.798 3.176 L 95.023 3.176 L 95.023 21.848 L 97.697 21.848 Z M 113.05 7.525 C 113.05 6.07 112.463 5.511 110.936 5.511 L 105.535 5.511 C 104.008 5.511 103.421 6.071 103.421 7.525 L 103.421 9.511 C 103.421 10.993 104.096 11.468 105.535 11.776 L 111.23 13.035 C 113.52 13.538 115.457 14.098 115.457 17.035 L 115.457 19.439 C 115.457 22.097 114.136 23.356 111.347 23.356 L 105.358 23.356 C 102.569 23.356 101.248 22.097 101.248 19.439 L 101.248 17.454 L 103.362 17.454 L 103.362 19.608 C 103.362 21.062 103.949 21.621 105.476 21.621 L 111.23 21.621 C 112.756 21.621 113.343 21.062 113.343 19.608 L 113.343 17.258 C 113.343 15.776 112.668 15.3 111.23 14.992 L 105.535 13.734 C 103.245 13.23 101.308 12.671 101.308 9.734 L 101.308 7.691 C 101.308 5.034 102.628 3.775 105.417 3.775 L 111.053 3.775 C 113.842 3.775 115.164 5.034 115.164 7.691 L 115.164 9.481 L 113.05 9.481 L 113.05 7.524 Z M 131.119 11.656 C 131.119 10.265 130.502 9.708 128.187 9.708 C 125.287 9.708 123.929 10.348 122.109 11.517 L 122.109 19.693 C 123.929 20.861 125.287 21.501 128.187 21.501 C 130.502 21.501 131.119 20.945 131.119 19.554 Z M 133.217 11.766 L 133.217 19.443 C 133.217 22.002 131.86 23.225 128.218 23.225 C 125.04 23.225 123.744 22.307 122.109 21.055 L 122.109 25.951 L 125.379 25.951 L 125.379 27.564 L 117.233 27.564 L 117.233 25.951 L 120.01 25.951 L 120.01 9.708 L 117.233 9.708 L 117.233 8.096 L 122.109 8.096 L 122.109 10.154 C 123.744 8.902 125.04 7.984 128.218 7.984 C 131.86 7.984 133.217 9.208 133.217 11.767 Z M 145.65 23.407 L 137.658 23.407 L 137.658 21.852 L 140.606 21.852 L 140.606 5.384 L 137.658 5.384 L 137.658 3.828 L 142.833 3.828 L 142.833 21.852 L 145.65 21.852 Z M 156.306 23.408 L 148.314 23.408 L 148.314 21.82 L 151.262 21.82 L 151.262 9.649 L 148.314 9.649 L 148.314 7.984 L 153.489 7.984 L 153.489 21.821 L 156.306 21.821 L 156.306 23.409 Z M 161.838 20.045 C 161.838 21.445 162.465 22.005 164.034 22.005 L 166.074 22.005 L 166.074 23.742 L 163.971 23.742 C 161.085 23.742 159.704 22.51 159.704 19.933 L 159.704 10.301 L 157.194 10.301 L 157.194 8.621 L 159.704 8.621 L 159.704 4.98 L 161.838 4.98 L 161.838 8.62 L 166.074 8.62 L 166.074 10.3 L 161.838 10.3 L 161.838 20.046 Z\" fill=\"rgb(69,77,84)\"></path></g></svg>',svgContentId:10904493060,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ei96vv\",\"data-framer-name\":\"Feature Sections/Feature\",layoutDependency:layoutDependency,layoutId:\"pKCqDwBpz\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max(min(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 1.7922 - 100px) / 4.216, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+15+48+0+0+0+0+70+0,...addPropertyOverrides({FA22SHrP6:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+132.5+0+48+0+0+0+0+70+0},ItOsecFyw:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+128+10+48+0+0+0+0+70+0},Je0GRN_cw:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},mLdgNhH8b:{width:`max(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+132.5+0+48+0+0+0+0+70+0},PQLe1ujS1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0},q27rXfcoB:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+0+0+70+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gc3tsr-container\",layoutDependency:layoutDependency,layoutId:\"GHd0ZznMD-container\",nodeId:\"GHd0ZznMD\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"GHd0ZznMD\",layoutId:\"GHd0ZznMD\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"PwDDpvdZu\",width:\"100%\",wkIQd2vD7:\"How PadSplit reduced fees and automated payments using Plane\",xwR2bII6x:\"Since switching to Plane, PadSplit has streamlined payments and significantly reduced fees for their contractors.\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-glkmm1\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"uFua8o7NZ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:`calc(min(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 1.7922 - 100px) / 4.216, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-832)/2)+128+15+48+0+0+409+0+0,...addPropertyOverrides({FA22SHrP6:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+132.5+0+48+0+0+309+0+0},ItOsecFyw:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-722)/2)+128+10+48+0+0+309+0+0},Je0GRN_cw:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},mLdgNhH8b:{width:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.5377, 490px) - 96px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-711)/2)+132.5+0+48+0+0+309+0+0},PQLe1ujS1:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0},q27rXfcoB:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-776)/2+0+0)+48+284+0+48+0+0+259+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eap6fp-container\",layoutDependency:layoutDependency,layoutId:\"I7JXolfkb-container\",nodeId:\"I7JXolfkb\",rendersWithMotion:true,scopeId:\"KpAblWMdA\",children:/*#__PURE__*/_jsx(Button,{DhryqTLbd:{borderColor:\"rgba(0, 0, 0, 0.08)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",id:\"I7JXolfkb\",ja5H8whs6:false,layoutId:\"I7JXolfkb\",MOuy7REKx:\"Case Study\",style:{height:\"100%\",width:\"100%\"},UKBjfkzPd:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",variant:\"EVst4bu3o\",width:\"100%\",Zg5IEHU8D:\"https://plane.com/customers/padsplit\"})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-io8yiw\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"vLeswh8Uh\",style:{backgroundColor:\"rgb(203, 237, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:0},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-80iux\",\"data-framer-name\":\"Frame 1361\",layoutDependency:layoutDependency,layoutId:\"YZVKov4Gu\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ux60c\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"bnqicgrZH\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19pti94\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:139,layoutDependency:layoutDependency,layoutId:\"y3O8z8nHq\",svg:'<svg width=\"139\" height=\"25\" viewBox=\"0 0 139 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6227_28363)\">\\n<path d=\"M28.935 12.0447L26.4246 4.84008H26.3688L23.7748 12.0447H28.935ZM28.6839 5.52518e-05L36.1314 19.6342H31.5847L30.0786 15.262H22.6313L21.0691 19.6342H16.6621L24.1931 5.52518e-05H28.6839\" fill=\"#2E3338\"/>\\n<path d=\"M41.1773 5.41744V7.39736H41.2614C41.7635 6.57236 42.4139 5.97216 43.2135 5.59619C44.0131 5.22068 44.8317 5.03254 45.6685 5.03254C46.7284 5.03254 47.5973 5.17458 48.2765 5.45866C48.9548 5.74315 49.4898 6.137 49.8799 6.64114C50.2708 7.14556 50.5447 7.75947 50.7027 8.48364C50.8608 9.20797 50.9402 10.0097 50.9402 10.8898V19.6342H46.9794V11.6047C46.9794 10.4318 46.7931 9.55602 46.4216 8.97866C46.0493 8.40099 45.3895 8.11229 44.4412 8.11229C43.3623 8.11229 42.5813 8.42857 42.0978 9.061C41.6143 9.69355 41.3726 10.7342 41.3726 12.1821V19.6342H37.4121V5.41744H41.1773Z\" fill=\"#2E3338\"/>\\n<path d=\"M61.7815 15.9492C62.2092 15.7292 62.5625 15.4362 62.8415 15.0691C63.1204 14.7027 63.3296 14.2855 63.4691 13.818C63.6085 13.3505 63.6783 12.8602 63.6783 12.3467C63.6783 11.7602 63.6225 11.2056 63.5109 10.6831C63.3993 10.1606 63.213 9.69782 62.953 9.29458C62.6923 8.89131 62.3483 8.57041 61.921 8.33201C61.4929 8.09388 60.9537 7.97452 60.3032 7.97452C59.7454 7.97452 59.2662 8.08433 58.8667 8.3044C58.4666 8.52446 58.1318 8.82267 57.8626 9.19807C57.593 9.574 57.3977 10.005 57.2769 10.4906C57.1556 10.9767 57.0955 11.4854 57.0955 12.0169C57.0955 12.5302 57.1467 13.039 57.249 13.5429C57.3508 14.0473 57.5279 14.501 57.7789 14.9043C58.03 15.3077 58.3596 15.6376 58.7691 15.8942C59.1778 16.1511 59.6896 16.2791 60.3032 16.2791C60.8611 16.2791 61.3535 16.1693 61.7815 15.9492V15.9492ZM67.2067 20.6789C67.0486 21.4122 66.7089 22.0951 66.1886 22.7277C65.6676 23.3598 64.9145 23.8962 63.9293 24.3363C62.9434 24.7764 61.6231 24.9965 59.9685 24.9965C59.2615 24.9965 58.5409 24.9092 57.8068 24.7351C57.0719 24.5608 56.4025 24.29 55.7985 23.9238C55.1942 23.5568 54.6921 23.0853 54.2923 22.5075C53.8921 21.9303 53.6647 21.238 53.6089 20.4312H57.5418C57.7274 21.1645 58.09 21.6732 58.6297 21.9574C59.1685 22.2417 59.7915 22.3841 60.4985 22.3841C61.6142 22.3841 62.4273 22.0537 62.9391 21.394C63.4505 20.7341 63.6965 19.8994 63.6783 18.8916V17.0216H63.6225C63.1944 17.7735 62.5858 18.3276 61.7955 18.6854C61.0048 19.043 60.1731 19.2213 59.2991 19.2213C58.2206 19.2213 57.2908 19.0338 56.5098 18.6578C55.7288 18.2821 55.0873 17.7688 54.5852 17.1179C54.0831 16.4674 53.7159 15.7064 53.4834 14.8354C53.2506 13.9648 53.1348 13.0436 53.1348 12.0719C53.1348 11.1553 53.2692 10.2706 53.5392 9.4181C53.8085 8.56579 54.2036 7.81415 54.7247 7.16323C55.2449 6.51262 55.8911 5.99465 56.6632 5.60959C57.4345 5.22464 58.3228 5.03219 59.327 5.03219C60.2753 5.03219 61.1071 5.20646 61.8234 5.55466C62.5389 5.90302 63.1386 6.48951 63.6225 7.31451H63.6783V5.41709H67.4438V18.7267C67.4438 19.2951 67.3644 19.9456 67.2067 20.6789\" fill=\"#2E3338\"/>\\n<path d=\"M78.9988 8.74504C78.5242 8.23195 77.8037 7.97518 76.8371 7.97518C76.2045 7.97518 75.6792 8.08067 75.2608 8.29134C74.8424 8.50243 74.508 8.76352 74.257 9.07518C74.0056 9.38713 73.8289 9.71701 73.7267 10.0651C73.6244 10.4136 73.564 10.7249 73.5457 11.0001H79.9886C79.803 10.01 79.4726 9.25869 78.9988 8.74504V8.74504ZM74.5216 16.2247C75.1167 16.7933 75.972 17.0773 77.0881 17.0773C77.8873 17.0773 78.5754 16.8804 79.1522 16.4859C79.7283 16.0921 80.0816 15.6748 80.2121 15.2348H83.6987C83.1405 16.9398 82.2851 18.159 81.1326 18.8922C79.9793 19.6255 78.5847 19.9921 76.9487 19.9921C75.814 19.9921 74.7912 19.8135 73.8801 19.4562C72.9689 19.0986 72.1972 18.5898 71.5654 17.93C70.9327 17.2698 70.4446 16.4816 70.101 15.5648C69.7566 14.6484 69.585 13.64 69.585 12.5398C69.585 11.4769 69.7612 10.487 70.1149 9.57004C70.4678 8.65356 70.9699 7.86091 71.6211 7.19135C72.2716 6.52252 73.0479 5.9953 73.9502 5.61024C74.8517 5.2253 75.8512 5.03284 76.9487 5.03284C78.176 5.03284 79.2448 5.26651 80.1564 5.73406C81.0671 6.20147 81.8156 6.82955 82.4013 7.61774C82.9875 8.40623 83.4101 9.30448 83.6709 10.3124C83.9308 11.321 84.0238 12.375 83.9494 13.475H73.5457C73.6015 14.7399 73.9266 15.6569 74.5216 16.2247\" fill=\"#2E3338\"/>\\n<path d=\"M90.018 5.52518e-05V19.6342H86.0576V5.52518e-05H90.018\" fill=\"#2E3338\"/>\\n<path d=\"M97.5559 5.52518e-05V16.0045H107.262V19.6342H93.1768V5.52518e-05H97.5559\" fill=\"#2E3338\"/>\\n<path d=\"M112.864 5.41744V19.6342H108.902V5.41744H112.864ZM108.902 3.21765V5.52518e-05H112.864V3.21765H108.902Z\" fill=\"#2E3338\"/>\\n<path d=\"M119.04 16.101C119.217 16.4036 119.445 16.6511 119.724 16.8436C120.003 17.036 120.324 17.1782 120.686 17.2698C121.049 17.3617 121.425 17.4072 121.816 17.4072C122.095 17.4072 122.388 17.3755 122.694 17.311C123.001 17.247 123.28 17.146 123.531 17.0086C123.782 16.8711 123.992 16.6879 124.159 16.4586C124.326 16.2296 124.41 15.941 124.41 15.5923C124.41 15.0058 124.015 14.5659 123.225 14.2724C122.434 13.9794 121.332 13.6859 119.919 13.3923C119.342 13.2645 118.78 13.1132 118.231 12.9386C117.683 12.7647 117.195 12.5357 116.767 12.2511C116.339 11.9673 115.996 11.6097 115.735 11.1788C115.474 10.7484 115.345 10.2211 115.345 9.59765C115.345 8.68102 115.526 7.92954 115.889 7.34263C116.251 6.75614 116.729 6.29351 117.325 5.95409C117.92 5.61502 118.589 5.37643 119.333 5.23905C120.077 5.10163 120.84 5.03284 121.62 5.03284C122.401 5.03284 123.159 5.10625 123.894 5.25276C124.628 5.39957 125.283 5.64721 125.86 5.9953C126.437 6.34366 126.915 6.80644 127.297 7.3838C127.677 7.96132 127.906 8.69011 127.98 9.57004H124.214C124.159 8.81856 123.87 8.30968 123.35 8.04382C122.829 7.77826 122.215 7.6452 121.509 7.6452C121.286 7.6452 121.044 7.65891 120.784 7.68637C120.523 7.71398 120.286 7.77364 120.072 7.86523C119.858 7.95716 119.678 8.08991 119.528 8.26388C119.379 8.43827 119.305 8.67205 119.305 8.96507C119.305 9.31358 119.435 9.59765 119.696 9.81757C119.956 10.0376 120.295 10.2162 120.714 10.3539C121.133 10.4913 121.611 10.615 122.15 10.7249C122.69 10.835 123.238 10.9545 123.796 11.0826C124.372 11.211 124.935 11.3669 125.484 11.55C126.032 11.7335 126.52 11.9763 126.948 12.2788C127.376 12.5813 127.72 12.9573 127.98 13.4062C128.24 13.8555 128.37 14.4098 128.37 15.0698C128.37 16.0048 128.18 16.7885 127.799 17.4211C127.417 18.0535 126.92 18.5622 126.306 18.9475C125.693 19.3324 124.991 19.6031 124.201 19.7583C123.41 19.9142 122.606 19.9921 121.788 19.9921C120.951 19.9921 120.133 19.9097 119.333 19.7448C118.534 19.5797 117.822 19.3047 117.199 18.9198C116.576 18.5349 116.065 18.0262 115.666 17.3935C115.265 16.761 115.047 15.9683 115.01 15.0148H118.776C118.776 15.4368 118.863 15.7986 119.04 16.101\" fill=\"#2E3338\"/>\\n<path d=\"M138.409 5.41806V8.03057H135.508V15.0701C135.508 15.7301 135.62 16.1703 135.843 16.39C136.066 16.6101 136.513 16.7202 137.182 16.7202C137.405 16.7202 137.618 16.7109 137.823 16.6926C138.028 16.6744 138.223 16.6471 138.409 16.6101V19.6348C138.075 19.69 137.702 19.7265 137.294 19.7452C136.884 19.7631 136.485 19.7725 136.095 19.7725C135.481 19.7725 134.899 19.731 134.351 19.6489C133.802 19.5661 133.319 19.4058 132.901 19.1675C132.482 18.9294 132.152 18.5901 131.91 18.15C131.668 17.71 131.548 17.1327 131.548 16.4176V8.03057H129.148V5.41806H131.548V1.15585H135.508V5.41806H138.409\" fill=\"#2E3338\"/>\\n<path d=\"M10.595 8.43631C11.2032 6.80712 11.6778 5.4622 12.0183 4.40143C12.3588 3.3407 12.529 2.68947 12.529 2.44779C12.529 2.18819 12.4723 1.98676 12.3588 1.84354C12.2451 1.70062 12.0885 1.62871 11.8889 1.62871C11.6347 1.62871 11.3759 1.83686 11.1126 2.25308C10.8491 2.66935 10.5587 3.33875 10.2409 4.26046L8.87898 8.14089L10.595 8.43631ZM8.78364 12.0482C8.39322 12.0303 8.02306 11.99 7.67362 11.9274C7.32407 11.8648 6.9904 11.7752 6.67262 11.6588C6.81774 11.9455 6.94713 12.2317 7.06075 12.5182C7.17426 12.8049 7.26716 13.0869 7.33995 13.3641C7.55787 13.0955 7.78713 12.8519 8.02774 12.6323C8.2682 12.413 8.52017 12.2183 8.78364 12.0482ZM7.24461 7.97976L5.77373 3.7905C5.39238 2.72526 5.09729 2.02962 4.88844 1.70257C4.67944 1.37583 4.45262 1.21248 4.20747 1.21248C4.01679 1.21248 3.86229 1.2844 3.7444 1.42732C3.62636 1.57054 3.56735 1.76299 3.56735 2.00468C3.56735 2.41643 3.72609 3.13255 4.04403 4.15302C4.36181 5.1735 4.83851 6.51174 5.47408 8.16774C5.52855 8.06928 5.6056 7.99992 5.70563 7.95963C5.8055 7.91933 5.94167 7.89921 6.11422 7.89921C6.16869 7.89921 6.27762 7.90383 6.44107 7.91265C6.60451 7.92159 6.87221 7.94427 7.24461 7.97976V7.97976ZM5.9099 14.4651C6.06428 14.4651 6.20483 14.396 6.33213 14.257C6.45924 14.1182 6.52277 13.9683 6.52277 13.8072C6.52277 13.6374 6.39795 13.2413 6.14823 12.6188C5.8984 11.9967 5.58759 11.3858 5.21529 10.7861C4.94291 10.3385 4.67506 10.0006 4.41175 9.7723C4.14828 9.54406 3.89875 9.4299 3.66268 9.4299C3.47201 9.4299 3.26091 9.54883 3.02938 9.78574C2.79784 10.023 2.68207 10.2445 2.68207 10.4504C2.68207 10.6652 2.79557 10.9874 3.02256 11.4171C3.2494 11.8468 3.55373 12.3033 3.93509 12.7867C4.33458 13.3151 4.7114 13.7266 5.06549 14.022C5.41961 14.3174 5.70094 14.4651 5.9099 14.4651V14.4651ZM1.82404 14.1429C1.95116 14.2953 2.12821 14.5188 2.35521 14.8142C2.95447 15.6288 3.50817 16.0361 4.01679 16.0361C4.18915 16.0361 4.34364 15.9824 4.47985 15.8749C4.61606 15.7675 4.68417 15.6556 4.68417 15.5393C4.68417 15.405 4.59336 15.1814 4.41175 14.8679C4.23002 14.5546 3.98045 14.2012 3.66268 13.8072C3.29949 13.3506 2.99744 13.0172 2.75698 12.8068C2.51637 12.5968 2.32328 12.4913 2.17815 12.4913C1.86021 12.4913 1.56739 12.6591 1.29969 12.9948C1.03184 13.3305 0.897913 13.7266 0.897913 14.1831C0.897913 14.5505 0.990982 14.96 1.17712 15.4117C1.3631 15.8637 1.63337 16.3181 1.98748 16.7746C2.52318 17.4818 3.18812 18.0254 3.98274 18.4058C4.77722 18.7867 5.65569 18.9765 6.61811 18.9765C8.38869 18.9765 9.87092 18.3252 11.0649 17.023C12.2587 15.7205 12.8559 14.0891 12.8559 12.1288C12.8559 11.5292 12.8103 11.0527 12.7197 10.6988C12.6289 10.3452 12.4791 10.0878 12.2702 9.92671C11.8978 9.62251 11.1739 9.34935 10.0979 9.10767C9.02197 8.86598 7.89835 8.74514 6.72709 8.74514C6.4002 8.74514 6.16869 8.79884 6.03248 8.90624C5.89631 9.01367 5.8282 9.19715 5.8282 9.45675C5.8282 10.0658 6.17322 10.5063 6.8633 10.7793C7.55318 11.0527 8.66998 11.1889 10.2137 11.1889H10.7721C10.8992 11.1889 11.0014 11.2358 11.0785 11.3298C11.1555 11.4238 11.2079 11.5648 11.2351 11.7528C11.0807 11.896 10.763 12.0597 10.2818 12.2429C9.80041 12.4264 9.43269 12.6077 9.1786 12.7867C8.63383 13.1809 8.19572 13.6483 7.8643 14.1898C7.53276 14.7317 7.36719 15.2439 7.36719 15.7272C7.36719 16.0226 7.43742 16.3785 7.57832 16.7947C7.71903 17.211 7.78942 17.4683 7.78942 17.5668V17.6608L7.76218 17.7816C7.3625 17.7548 7.04716 17.5246 6.81561 17.0901C6.58406 16.6559 6.4683 16.0764 6.4683 15.3513V15.2304C6.39551 15.2931 6.32531 15.3379 6.25721 15.3647C6.1891 15.3916 6.11422 15.405 6.03248 15.405C5.95077 15.405 5.8736 15.3983 5.80097 15.3849C5.72817 15.3714 5.64643 15.3513 5.55582 15.3244C5.58305 15.423 5.60347 15.5191 5.61711 15.6131C5.6307 15.7071 5.63752 15.7809 5.63752 15.8347C5.63752 16.1659 5.50584 16.4504 5.24257 16.6873C4.9791 16.9245 4.66584 17.0431 4.30281 17.0431C3.73078 17.0431 3.14968 16.7679 2.5595 16.2173C1.96917 15.6668 1.67423 15.1278 1.67423 14.5994C1.67423 14.5009 1.68558 14.4136 1.70828 14.3375C1.73082 14.2616 1.76956 14.1966 1.82404 14.1429V14.1429ZM11.5756 8.66455C12.3928 8.81702 12.9694 9.1569 13.3053 9.68503C13.6411 10.2135 13.8092 11.046 13.8092 12.1825C13.8092 14.4382 13.1214 16.2845 11.7459 17.7212C10.3703 19.1577 8.61113 19.8761 6.4683 19.8761C5.62389 19.8761 4.80446 19.7262 4.00998 19.4263C3.21535 19.1264 2.53226 18.7079 1.96024 18.1709C1.3065 17.5802 0.816198 16.9558 0.489329 16.2979C0.162458 15.64 -0.000976562 14.9665 -0.000976562 14.2771C-0.000976562 13.5073 0.166998 12.9122 0.502946 12.4913C0.838745 12.0706 1.36991 11.7844 2.09643 11.6319C1.96024 11.3186 1.86021 11.0546 1.79681 10.8397C1.73325 10.6249 1.70147 10.4593 1.70147 10.3429C1.70147 9.94016 1.91711 9.52867 2.34839 9.10767C2.77953 8.68693 3.186 8.47657 3.56735 8.47657C3.73078 8.47657 3.90313 8.50567 4.0849 8.56384C4.26647 8.62235 4.47517 8.71825 4.7114 8.85254C4.01211 6.90111 3.50379 5.39505 3.186 4.33429C2.86806 3.27356 2.70931 2.54178 2.70931 2.13896C2.70931 1.58398 2.85444 1.14339 3.14514 0.816384C3.43569 0.489644 3.83066 0.326292 4.33005 0.326292C5.18337 0.326292 6.26403 2.20611 7.5715 5.96569C7.79833 6.6102 7.97099 7.10701 8.08903 7.45613C8.1889 7.17893 8.32949 6.78474 8.51126 6.27452C9.81874 2.55072 10.9444 0.688819 11.8889 0.688819C12.3519 0.688819 12.7218 0.843233 12.9989 1.15206C13.2758 1.46089 13.4143 1.8752 13.4143 2.39405C13.4143 2.78824 13.2622 3.50852 12.958 4.55584C12.6537 5.60317 12.1931 6.97272 11.5756 8.66455\" fill=\"#2E3338\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6227_28363\">\\n<rect width=\"138.41\" height=\"24.9972\" rx=\"6.43471\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ybtjx8\",\"data-framer-name\":\"Feature Sections/Feature\",layoutDependency:layoutDependency,layoutId:\"wG8AB9aOl\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kvocal\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"v2csoAijg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2lyY3VsYXIgU3RkLTcwMA==\",\"--framer-font-family\":'\"Circular Std\", \"Circular Std Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 25, 25))\"},children:\"How AngelList streamlined contractor payments using Plane\"})}),className:\"framer-1by0sfq\",\"data-framer-name\":\"Title\",fonts:[\"GF;Circular Std-700\"],layoutDependency:layoutDependency,layoutId:\"DLJ2kWCuM\",style:{\"--extracted-r6o4lv\":\"rgb(25, 25, 25)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U0YgVUkgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"SF UI Display\", \"SF UI Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(97, 114, 131))\"},children:\"Since partnering with Plane, AngelList has seen significant time savings and no longer pays costly transaction fees.\"})}),className:\"framer-18nn4mh\",\"data-framer-name\":\"Description\",fonts:[\"GF;SF UI Display-regular\"],layoutDependency:layoutDependency,layoutId:\"RAfeKKgoX\",style:{\"--extracted-r6o4lv\":\"rgb(97, 114, 131)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-37xpc9\",\"data-framer-name\":\"Headers/Button link\",layoutDependency:layoutDependency,layoutId:\"fE3ECbliz\",style:{backgroundColor:\"rgb(153, 51, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Read the story\"})}),className:\"framer-w1kjj6\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"WlN7RqsM2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4jr0R.framer-16kjz8e, .framer-4jr0R .framer-16kjz8e { display: block; }\",\".framer-4jr0R.framer-1babcsf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-4jr0R .framer-1td1uk4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 128px 64px 128px 64px; position: relative; width: 1px; }\",\".framer-4jr0R .framer-2te4or { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 576px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 39%; }\",\".framer-4jr0R .framer-141psac-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-4jr0R .framer-sgszy1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 78px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-4jr0R .framer-ychor7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-4jr0R .framer-4ts7xj-container { flex: none; height: 64px; position: relative; width: auto; }\",\".framer-4jr0R .framer-gycz8x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 100px; position: relative; width: 179%; }\",\".framer-4jr0R .framer-1pidtt9, .framer-4jr0R .framer-1d8u7v7, .framer-4jr0R .framer-p8b3fy { 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; max-width: 490px; overflow: hidden; padding: 48px; position: relative; width: 24%; will-change: var(--framer-will-change-override, transform); }\",\".framer-4jr0R .framer-1gy1gd0, .framer-4jr0R .framer-omzxs1, .framer-4jr0R .framer-1edu0vc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 450px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4jr0R .framer-10etsck, .framer-4jr0R .framer-jfz2lq, .framer-4jr0R .framer-1oehfik { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4jr0R .framer-1r13nu3, .framer-4jr0R .framer-mt6vgh, .framer-4jr0R .framer-7ux60c { aspect-ratio: 3.0434782608695654 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 46px); overflow: visible; position: relative; width: 140px; }\",\".framer-4jr0R .framer-n6ce4e, .framer-4jr0R .framer-19pti94 { flex: none; height: 25px; left: 0px; position: absolute; top: 12px; width: 139px; }\",\".framer-4jr0R .framer-lkxuwc, .framer-4jr0R .framer-i3fmji, .framer-4jr0R .framer-ei96vv { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4jr0R .framer-16m1ae7-container, .framer-4jr0R .framer-cyyyoa-container, .framer-4jr0R .framer-1gc3tsr-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-4jr0R .framer-1rme8tv, .framer-4jr0R .framer-1kpmxek, .framer-4jr0R .framer-glkmm1 { 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-4jr0R .framer-1hpcv48-container, .framer-4jr0R .framer-60ht36-container, .framer-4jr0R .framer-1eap6fp-container { cursor: pointer; flex: none; height: 41px; position: relative; width: 100%; }\",\".framer-4jr0R .framer-mb5iri { flex: none; height: 29px; left: 0px; position: absolute; top: 1px; width: 123px; }\",\".framer-4jr0R .framer-1xemv1h { flex: none; gap: 0px; height: 46px; overflow: visible; position: relative; width: 183px; }\",\".framer-4jr0R .framer-190e597 { flex: none; height: 28px; left: 0px; position: absolute; top: 0px; width: 167px; }\",\".framer-4jr0R .framer-io8yiw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 576px; justify-content: flex-start; max-width: 500px; overflow: hidden; padding: 32px; position: relative; width: 24%; will-change: var(--framer-will-change-override, transform); }\",\".framer-4jr0R .framer-80iux { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 137px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-4jr0R .framer-1ybtjx8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 334px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4jr0R .framer-kvocal { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4jr0R .framer-1by0sfq, .framer-4jr0R .framer-18nn4mh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 436px; word-break: break-word; word-wrap: break-word; }\",\".framer-4jr0R .framer-37xpc9 { 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: 9px 17px 9px 17px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-4jr0R .framer-w1kjj6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4jr0R.framer-v-1pful52 .framer-ychor7-container, .framer-4jr0R.framer-v-97lidt .framer-ychor7-container, .framer-4jr0R.framer-v-lhmtqy .framer-ychor7-container, .framer-4jr0R.framer-v-tvk6x .framer-ychor7-container, .framer-4jr0R.framer-v-1fleiu .framer-ychor7-container, .framer-4jr0R.framer-v-3vfi8t .framer-ychor7-container { height: 64px; }\",\".framer-4jr0R.framer-v-1pful52 .framer-1pidtt9, .framer-4jr0R.framer-v-97lidt .framer-1pidtt9, .framer-4jr0R.framer-v-97lidt .framer-1d8u7v7 { left: 100px; position: absolute; top: 50%; width: 23%; z-index: 0; }\",\".framer-4jr0R.framer-v-y2uguw.framer-1babcsf, .framer-4jr0R.framer-v-lhmtqy.framer-1babcsf, .framer-4jr0R.framer-v-tvk6x.framer-1babcsf { flex-direction: column; }\",\".framer-4jr0R.framer-v-y2uguw .framer-1td1uk4, .framer-4jr0R.framer-v-lhmtqy .framer-1td1uk4, .framer-4jr0R.framer-v-tvk6x .framer-1td1uk4 { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; padding: 48px 24px 48px 24px; width: 100%; }\",\".framer-4jr0R.framer-v-y2uguw .framer-2te4or, .framer-4jr0R.framer-v-lhmtqy .framer-2te4or, .framer-4jr0R.framer-v-tvk6x .framer-2te4or { gap: 0px; height: min-content; justify-content: center; width: 100%; }\",\".framer-4jr0R.framer-v-y2uguw .framer-sgszy1, .framer-4jr0R.framer-v-lhmtqy .framer-sgszy1, .framer-4jr0R.framer-v-tvk6x .framer-sgszy1 { height: min-content; padding: 24px 0px 0px 0px; }\",\".framer-4jr0R.framer-v-y2uguw .framer-gycz8x, .framer-4jr0R.framer-v-lhmtqy .framer-gycz8x, .framer-4jr0R.framer-v-tvk6x .framer-gycz8x { padding: 0px; width: 100%; }\",\".framer-4jr0R.framer-v-y2uguw .framer-1pidtt9, .framer-4jr0R.framer-v-y2uguw .framer-1d8u7v7, .framer-4jr0R.framer-v-y2uguw .framer-p8b3fy, .framer-4jr0R.framer-v-lhmtqy .framer-1d8u7v7, .framer-4jr0R.framer-v-lhmtqy .framer-p8b3fy, .framer-4jr0R.framer-v-tvk6x .framer-p8b3fy { max-width: unset; width: 100%; }\",\".framer-4jr0R.framer-v-y2uguw .framer-1gy1gd0, .framer-4jr0R.framer-v-y2uguw .framer-omzxs1, .framer-4jr0R.framer-v-y2uguw .framer-1edu0vc, .framer-4jr0R.framer-v-lhmtqy .framer-1gy1gd0, .framer-4jr0R.framer-v-lhmtqy .framer-omzxs1, .framer-4jr0R.framer-v-lhmtqy .framer-1edu0vc, .framer-4jr0R.framer-v-tvk6x .framer-omzxs1, .framer-4jr0R.framer-v-tvk6x .framer-1edu0vc { height: 300px; }\",\".framer-4jr0R.framer-v-y2uguw .framer-io8yiw, .framer-4jr0R.framer-v-lhmtqy .framer-io8yiw, .framer-4jr0R.framer-v-tvk6x .framer-io8yiw { height: 20px; max-width: unset; width: 100%; }\",\".framer-4jr0R.framer-v-lhmtqy .framer-1pidtt9, .framer-4jr0R.framer-v-tvk6x .framer-1d8u7v7 { left: 50%; max-width: unset; position: absolute; top: 50%; width: 100%; z-index: 0; }\",\".framer-4jr0R.framer-v-cob0i8.framer-1babcsf, .framer-4jr0R.framer-v-1fleiu.framer-1babcsf, .framer-4jr0R.framer-v-3vfi8t.framer-1babcsf { width: 1024px; }\",\".framer-4jr0R.framer-v-cob0i8 .framer-2te4or, .framer-4jr0R.framer-v-1fleiu .framer-2te4or, .framer-4jr0R.framer-v-3vfi8t .framer-2te4or { height: 455px; }\",\".framer-4jr0R.framer-v-cob0i8 .framer-gycz8x, .framer-4jr0R.framer-v-1fleiu .framer-gycz8x, .framer-4jr0R.framer-v-3vfi8t .framer-gycz8x { padding: 0px; }\",\".framer-4jr0R.framer-v-cob0i8 .framer-1pidtt9, .framer-4jr0R.framer-v-cob0i8 .framer-1d8u7v7, .framer-4jr0R.framer-v-cob0i8 .framer-p8b3fy, .framer-4jr0R.framer-v-1fleiu .framer-1d8u7v7, .framer-4jr0R.framer-v-1fleiu .framer-p8b3fy, .framer-4jr0R.framer-v-3vfi8t .framer-p8b3fy { width: 30%; }\",\".framer-4jr0R.framer-v-cob0i8 .framer-1gy1gd0 { height: 370px; }\",\".framer-4jr0R.framer-v-cob0i8 .framer-omzxs1, .framer-4jr0R.framer-v-cob0i8 .framer-1edu0vc, .framer-4jr0R.framer-v-1fleiu .framer-omzxs1, .framer-4jr0R.framer-v-1fleiu .framer-1edu0vc, .framer-4jr0R.framer-v-3vfi8t .framer-1edu0vc { height: 350px; }\",\".framer-4jr0R.framer-v-cob0i8 .framer-io8yiw, .framer-4jr0R.framer-v-1fleiu .framer-io8yiw, .framer-4jr0R.framer-v-3vfi8t .framer-io8yiw { height: 300px; width: 30%; }\",'.framer-4jr0R[data-border=\"true\"]::after, .framer-4jr0R [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 832\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TpLjgxsWa\":{\"layout\":[\"fixed\",\"auto\"]},\"rdF_6Jb2k\":{\"layout\":[\"fixed\",\"auto\"]},\"Je0GRN_cw\":{\"layout\":[\"fixed\",\"auto\"]},\"PQLe1ujS1\":{\"layout\":[\"fixed\",\"auto\"]},\"q27rXfcoB\":{\"layout\":[\"fixed\",\"auto\"]},\"ItOsecFyw\":{\"layout\":[\"fixed\",\"auto\"]},\"FA22SHrP6\":{\"layout\":[\"fixed\",\"auto\"]},\"mLdgNhH8b\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fiasu9zo9\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKpAblWMdA=withCSS(Component,css,\"framer-4jr0R\");export default FramerKpAblWMdA;FramerKpAblWMdA.displayName=\"Customer Stories\";FramerKpAblWMdA.defaultProps={height:832,width:1280};addPropertyControls(FramerKpAblWMdA,{variant:{options:[\"tWs4x_DG9\",\"TpLjgxsWa\",\"rdF_6Jb2k\",\"Je0GRN_cw\",\"PQLe1ujS1\",\"q27rXfcoB\",\"ItOsecFyw\",\"FA22SHrP6\",\"mLdgNhH8b\"],optionTitles:[\"1\",\"2\",\"3\",\"Mobile 1\",\"Mobile 2\",\"Mobile 3\",\"Tablet-1\",\"Tablet-2\",\"Tablet-3\"],title:\"Variant\",type:ControlType.Enum},fiasu9zo9:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerKpAblWMdA,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...HeadingAndIntroFonts,...ButtonRight2Fonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKpAblWMdA\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TpLjgxsWa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rdF_6Jb2k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Je0GRN_cw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PQLe1ujS1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q27rXfcoB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ItOsecFyw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FA22SHrP6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mLdgNhH8b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"fiasu9zo9\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"832\",\"framerIntrinsicWidth\":\"1280\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (c85c929)\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,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/6YdWVZhgezRAHPsDckZo/Ticker.js\";import Ticker1 from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import FramerIcon from\"https://framerusercontent.com/modules/bjUTEQt5uFu8cIOVtWXD/ySWZTeQlUTMamSsroYZy/FramerIcon.js\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import Button from\"#framer/local/canvasComponent/C8gGkBsPY/C8gGkBsPY.js\";import SupportYourWholeTeam from\"#framer/local/canvasComponent/dBaxddP_c/dBaxddP_c.js\";import Card from\"#framer/local/canvasComponent/f8Aqaiqcq/f8Aqaiqcq.js\";import Navigation from\"#framer/local/canvasComponent/fzlJsWEVm/fzlJsWEVm.js\";import G2Testimonials from\"#framer/local/canvasComponent/jXTtAJtRU/jXTtAJtRU.js\";import CustomerStories from\"#framer/local/canvasComponent/KpAblWMdA/KpAblWMdA.js\";import G2Badges from\"#framer/local/canvasComponent/ncAVb0W_d/ncAVb0W_d.js\";import Footer from\"#framer/local/canvasComponent/QMXRYdw_I/QMXRYdw_I.js\";import Testimonials from\"#framer/local/canvasComponent/QrPFdSb_N/QrPFdSb_N.js\";import MainCTA from\"#framer/local/canvasComponent/xYGlbluV0/xYGlbluV0.js\";import HeadingAndIntro from\"#framer/local/canvasComponent/ZfU8SRnAg/ZfU8SRnAg.js\";import*as sharedStyle2 from\"#framer/local/css/FrSqC_i0G/FrSqC_i0G.js\";import*as sharedStyle3 from\"#framer/local/css/HxfFedCjM/HxfFedCjM.js\";import*as sharedStyle1 from\"#framer/local/css/LhvU0dqCl/LhvU0dqCl.js\";import*as sharedStyle from\"#framer/local/css/mDFQdDFxo/mDFQdDFxo.js\";import metadataProvider from\"#framer/local/webPageMetadata/ZsgKoXTrk/ZsgKoXTrk.js\";const NavigationFonts=getFonts(Navigation);const ButtonFonts=getFonts(Button);const DotLottieFonts=getFonts(DotLottie);const TestimonialsFonts=getFonts(Testimonials);const TickerFonts=getFonts(Ticker);const HeadingAndIntroFonts=getFonts(HeadingAndIntro);const CardFonts=getFonts(Card);const SupportYourWholeTeamFonts=getFonts(SupportYourWholeTeam);const CustomerStoriesFonts=getFonts(CustomerStories);const FramerIconFonts=getFonts(FramerIcon);const G2TestimonialsFonts=getFonts(G2Testimonials);const Ticker1Fonts=getFonts(Ticker1);const G2BadgesFonts=getFonts(G2Badges);const MainCTAFonts=getFonts(MainCTA);const FooterFonts=getFonts(Footer);const breakpoints={Bz_RW6oEb:\"(min-width: 810px) and (max-width: 1023px)\",eKX4ygCy2:\"(min-width: 1280px)\",qrfOh_yZ0:\"(max-width: 809px)\",uiikY5wSU:\"(min-width: 1024px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6fpqN\";const variantClassNames={Bz_RW6oEb:\"framer-v-1wj42uy\",eKX4ygCy2:\"framer-v-1nn6esg\",qrfOh_yZ0:\"framer-v-56mivb\",uiikY5wSU:\"framer-v-10zq9tx\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 1279-1024\":\"uiikY5wSU\",\"Desktop 1280\":\"eKX4ygCy2\",\"Phone 809-0\":\"qrfOh_yZ0\",\"Tablet 1023-810\":\"Bz_RW6oEb\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"eKX4ygCy2\"};};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 metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"qrfOh_yZ0\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"qrfOh_yZ0\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"eKX4ygCy2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(249, 247, 244); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1nn6esg\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1skor07-container\",nodeId:\"p91XJRNDP\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"ORgCn3dqy\"},qrfOh_yZ0:{variant:\"L0Vb3mTzi\"},uiikY5wSU:{variant:\"IIOSqoHDF\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"p91XJRNDP\",layoutId:\"p91XJRNDP\",style:{width:\"100%\"},variant:\"SMKSMTSsk\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6xhk\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15v8nx7\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbxj12\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h64b06\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xrlmu6\",\"data-framer-name\":\"Heading and Intro\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-10kdt45\",\"data-styles-preset\":\"mDFQdDFxo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\"},children:\"Global payroll that runs itself\"})})},qrfOh_yZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-10kdt45\",\"data-styles-preset\":\"mDFQdDFxo\",style:{\"--framer-text-color\":\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\"},children:[\"Global payroll \",/*#__PURE__*/_jsx(\"br\",{}),\"that runs itself\"]})})},uiikY5wSU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-10kdt45\",\"data-styles-preset\":\"mDFQdDFxo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\"},children:\"Global payroll that runs itself\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-10kdt45\",\"data-styles-preset\":\"mDFQdDFxo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\"},children:[\"Global payroll \",/*#__PURE__*/_jsx(\"br\",{}),\"that runs itself\"]})}),className:\"framer-11guht1\",\"data-framer-name\":\"Modern \\u2028payroll & HR\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ruo103\",\"data-styles-preset\":\"LhvU0dqCl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\"},children:\"Payroll, benefits & compliance for fast-growing companies hiring in the US and beyond. All-in-one people platform that scales with you.\"})})},qrfOh_yZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ruo103\",\"data-styles-preset\":\"LhvU0dqCl\",style:{\"--framer-text-color\":\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\"},children:\"Save hours on admin work, compliance & tool juggling. Plane unifies global HR, payroll & compliance for contractors and employees in one place — with expert support that handles the hard stuff for you.\"})})},uiikY5wSU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ruo103\",\"data-styles-preset\":\"LhvU0dqCl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\"},children:\"Payroll, benefits & compliance for fast-growing companies hiring in the US and beyond. All-in-one people platform that scales with you.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ruo103\",\"data-styles-preset\":\"LhvU0dqCl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\"},children:\"Save hours on admin work, compliance & tool juggling. Plane unifies global HR, payroll & compliance for contractors and employees in one place — with expert support that handles the hard stuff for you.\"})}),className:\"framer-z8frex\",\"data-framer-name\":\"Payroll, benefits & compliance for fast-growing companies hiring in the US and beyond. \\u2028All-in-one people platform that scales with you.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yu3p4s\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AanKLaQWj\"},implicitPathVariables:undefined},{href:{webPageId:\"AanKLaQWj\"},implicitPathVariables:undefined},{href:{webPageId:\"AanKLaQWj\"},implicitPathVariables:undefined},{href:{webPageId:\"AanKLaQWj\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qrfOh_yZ0:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 48px)`,y:(componentViewport?.y||0)+0+90+0+0+0+0+0+24+248+0+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+90+0+40+0+0+0+45+256+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"310px\",y:(componentViewport?.y||0)+0+90+0+0+0+0+0+88+256+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1026ks5-container\",nodeId:\"B6sSNPhQ7\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{Zg5IEHU8D:resolvedLinks[3]},qrfOh_yZ0:{style:{width:\"100%\"},Zg5IEHU8D:resolvedLinks[1]},uiikY5wSU:{Zg5IEHU8D:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{DhryqTLbd:{borderColor:\"rgba(0, 0, 0, 0.08)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",id:\"B6sSNPhQ7\",ja5H8whs6:false,layoutId:\"B6sSNPhQ7\",MOuy7REKx:\"Schedule a demo\",style:{maxWidth:\"100%\",width:\"100%\"},UKBjfkzPd:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",variant:\"R5bE8vHlY\",width:\"100%\",Zg5IEHU8D:resolvedLinks[0]})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bwlce6\",\"data-framer-name\":\"Content\",children:isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qrfOh_yZ0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:136,intrinsicWidth:536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+0+0+0+0+336+0+0),pixelHeight:272,pixelWidth:1072,sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 48px)`,src:\"https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png?scale-down-to=512 512w,https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png 1072w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:136,intrinsicWidth:536,pixelHeight:272,pixelWidth:1072,src:\"https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png?scale-down-to=512 512w,https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G2GR2A7QI4xnepqgGT0vJCk9Rz4.png 1072w\"},className:\"framer-2k9hlx hidden-1nn6esg hidden-10zq9tx hidden-1wj42uy\",\"data-framer-name\":\"Mobile-2\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fn2rwq\",\"data-framer-name\":\"Animation\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4guj1y-container hidden-56mivb\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"T8WgtWgzJ\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(0, 85, 255, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"T8WgtWgzJ\",layoutId:\"T8WgtWgzJ\",loop:true,progress:0,speed:1,srcType:\"url\",srcUrl:\"https://lottie.host/1655508d-9713-4a9f-b14b-1cff3f2cdf7a/ThLoXk4bCI.lottie\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.g2.com/products/plane/reviews\",motionChild:true,nodeId:\"gVpQRE9_N\",openInNewTab:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3a7ent hidden-56mivb framer-185153q\",\"data-border\":true,\"data-framer-name\":\"G2\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-kp5bv5\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 142 51.982\" overflow=\"visible\"><g><path d=\"M 9.737 19.5 C 15.114 19.5 19.474 15.134 19.474 9.75 C 19.474 4.366 15.114 0 9.737 0 C 4.36 0 0 4.366 0 9.75 C 0 15.134 4.36 19.5 9.737 19.5 Z\" fill=\"rgb(255,73,44)\" stroke-width=\"0.8\" stroke=\"rgb(255,73,44)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 14.09 7.361 L 12.426 7.361 C 12.472 7.1 12.633 6.953 12.96 6.788 L 13.266 6.632 C 13.813 6.351 14.105 6.033 14.105 5.514 C 14.105 5.189 13.978 4.931 13.728 4.746 C 13.476 4.561 13.18 4.469 12.834 4.469 C 12.565 4.466 12.302 4.541 12.076 4.685 C 11.848 4.826 11.678 5.007 11.573 5.233 L 12.055 5.717 C 12.241 5.338 12.512 5.153 12.868 5.153 C 13.17 5.153 13.355 5.309 13.355 5.526 C 13.355 5.707 13.266 5.857 12.92 6.033 L 12.722 6.128 C 12.296 6.345 12 6.593 11.829 6.873 C 11.658 7.154 11.573 7.507 11.573 7.934 L 11.573 8.051 L 14.09 8.051 Z M 13.868 8.847 L 11.114 8.847 L 9.737 11.234 L 12.491 11.234 L 13.868 13.622 L 15.244 11.234 L 13.867 8.847 Z\" fill=\"rgb(254,254,254)\" stroke-width=\"0.8\" stroke=\"rgb(255,73,44)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 10.027 12.819 C 8.274 12.819 6.846 11.389 6.846 9.634 C 6.846 7.879 8.274 6.449 10.027 6.449 L 11.115 4.17 C 9.481 3.844 7.786 4.268 6.498 5.326 C 5.21 6.384 4.463 7.965 4.463 9.634 C 4.463 11.73 5.638 13.649 7.504 14.599 C 9.37 15.549 11.611 15.37 13.303 14.136 L 12.099 12.045 C 11.523 12.543 10.788 12.817 10.027 12.817 Z\" fill=\"rgb(254,254,254)\" stroke-width=\"0.8\" stroke=\"rgb(255,73,44)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 51.255 23.969 L 48.402 34.58 L 47.469 34.58 L 50.321 23.969 Z M 55.213 33.369 C 54.739 33.377 54.269 33.273 53.842 33.066 C 53.437 32.864 53.111 32.586 52.866 32.235 C 52.62 31.881 52.481 31.463 52.464 31.032 L 53.502 31.032 C 53.542 31.432 53.723 31.765 54.045 32.027 C 54.371 32.287 54.761 32.417 55.213 32.417 C 55.576 32.417 55.899 32.332 56.181 32.161 C 56.467 31.991 56.69 31.757 56.851 31.46 C 57.015 31.159 57.097 30.821 57.097 30.443 C 57.097 30.056 57.013 29.712 56.842 29.408 C 56.681 29.109 56.443 28.859 56.151 28.685 C 55.846 28.506 55.498 28.414 55.144 28.417 C 54.861 28.416 54.58 28.459 54.31 28.543 C 54.058 28.611 53.82 28.721 53.605 28.868 L 52.602 28.746 L 53.138 24.383 L 57.737 24.383 L 57.737 25.336 L 54.037 25.336 L 53.726 27.95 L 53.778 27.95 C 53.959 27.806 54.187 27.686 54.461 27.591 C 54.736 27.495 55.025 27.447 55.317 27.448 C 55.858 27.448 56.341 27.578 56.764 27.838 C 57.189 28.092 57.535 28.457 57.767 28.894 C 58.012 29.341 58.135 29.851 58.135 30.426 C 58.135 30.991 58.008 31.496 57.754 31.94 C 57.509 32.377 57.151 32.739 56.717 32.988 C 56.276 33.242 55.774 33.369 55.213 33.369 Z\" fill=\"rgb(123,140,157)\" opacity=\"0.8\"></path><path d=\"M 26.371 31.275 L 26.371 29.798 L 30.066 23.969 L 31.337 23.969 L 31.337 26.012 L 30.585 26.012 L 28.256 29.703 L 28.256 29.773 L 33.506 29.773 L 33.506 31.275 Z M 30.619 32.832 L 30.619 30.825 L 30.654 30.171 L 30.654 23.969 L 32.409 23.969 L 32.409 32.833 L 30.619 32.833 Z M 35.681 32.945 C 35.395 32.945 35.15 32.845 34.946 32.642 C 34.749 32.449 34.639 32.183 34.643 31.907 C 34.643 31.624 34.745 31.381 34.946 31.18 C 35.15 30.977 35.395 30.877 35.681 30.877 C 35.957 30.877 36.199 30.977 36.407 31.18 C 36.614 31.381 36.718 31.624 36.718 31.907 C 36.718 32.097 36.669 32.272 36.572 32.43 C 36.479 32.584 36.349 32.714 36.195 32.807 C 36.04 32.899 35.862 32.947 35.681 32.945 Z M 38.23 32.832 L 41.9 25.562 L 41.9 25.501 L 37.625 25.501 L 37.625 23.969 L 43.836 23.969 L 43.836 25.523 L 40.162 32.832 L 38.23 32.832 Z\" fill=\"rgb(69,77,84)\"></path><path d=\"M 73.821 21.938 L 75.79 26.467 L 80.701 26.942 L 77.006 30.216 L 78.073 35.038 L 73.821 32.532 L 69.57 35.038 L 70.636 30.216 L 66.943 26.942 L 71.854 26.467 Z M 89.091 21.938 L 91.059 26.467 L 95.969 26.942 L 92.275 30.216 L 93.342 35.038 L 89.091 32.532 L 84.839 35.038 L 85.906 30.216 L 82.212 26.942 L 87.122 26.467 Z M 104.359 21.938 L 106.327 26.467 L 111.238 26.942 L 107.544 30.216 L 108.611 35.038 L 104.359 32.532 L 100.108 35.038 L 101.175 30.216 L 97.481 26.942 L 102.391 26.467 Z M 119.628 21.938 L 121.597 26.467 L 126.507 26.942 L 122.813 30.216 L 123.879 35.038 L 119.628 32.532 L 115.377 35.038 L 116.443 30.216 L 112.75 26.942 L 117.66 26.467 Z M 134.897 21.938 L 136.865 26.467 L 141.775 26.942 L 138.082 30.216 L 139.148 35.038 L 134.897 32.532 L 130.646 35.038 L 131.712 30.216 L 128.018 26.942 L 132.928 26.467 Z\" fill=\"rgb(255,204,51)\"></path><g transform=\"translate(135.509 19.094)\"><path d=\"M 0 0 L 6.491 0 L 6.491 21.125 L 0 21.125 Z\" fill=\"rgb(255, 255, 255)\"></path></g><path d=\"M 32.803 7.84 C 32.748 7.642 32.661 7.453 32.547 7.282 C 32.322 6.954 31.991 6.714 31.609 6.603 C 31.395 6.54 31.172 6.509 30.949 6.512 C 30.496 6.512 30.098 6.624 29.756 6.849 C 29.415 7.074 29.151 7.401 28.961 7.832 C 28.77 8.258 28.675 8.781 28.675 9.398 C 28.675 10.016 28.768 10.541 28.956 10.974 C 29.142 11.406 29.409 11.737 29.751 11.965 C 30.094 12.189 30.499 12.302 30.966 12.302 C 31.389 12.302 31.751 12.227 32.051 12.077 C 32.353 11.924 32.584 11.709 32.742 11.432 C 32.904 11.156 32.985 10.828 32.985 10.45 L 33.364 10.507 L 31.083 10.507 L 31.083 9.095 L 34.787 9.095 L 34.787 10.212 C 34.787 10.991 34.622 11.66 34.293 12.22 C 33.972 12.77 33.502 13.217 32.937 13.51 C 32.361 13.81 31.701 13.96 30.957 13.96 C 30.128 13.96 29.399 13.777 28.77 13.41 C 28.14 13.039 27.63 12.493 27.301 11.839 C 26.952 11.158 26.777 10.351 26.777 9.415 C 26.777 8.697 26.881 8.057 27.089 7.494 C 27.28 6.959 27.581 6.47 27.971 6.057 C 28.342 5.669 28.791 5.364 29.288 5.161 C 29.806 4.953 30.359 4.849 30.917 4.854 C 31.419 4.854 31.886 4.927 32.318 5.074 C 32.734 5.21 33.123 5.418 33.467 5.689 C 33.805 5.955 34.08 6.27 34.293 6.637 C 34.506 7.001 34.643 7.401 34.704 7.84 L 32.802 7.84 Z M 36.14 13.839 L 36.14 12.488 L 39.291 9.567 C 39.559 9.307 39.784 9.073 39.966 8.866 C 40.15 8.658 40.29 8.455 40.385 8.256 C 40.48 8.054 40.528 7.836 40.528 7.602 C 40.528 7.342 40.468 7.118 40.351 6.932 C 40.234 6.743 40.066 6.591 39.866 6.494 C 39.65 6.388 39.411 6.334 39.17 6.338 C 38.9 6.338 38.663 6.393 38.462 6.503 C 38.26 6.612 38.105 6.77 37.995 6.974 C 37.88 7.2 37.824 7.452 37.83 7.706 L 36.053 7.706 C 36.053 7.126 36.185 6.623 36.448 6.195 C 36.712 5.766 37.095 5.422 37.55 5.204 C 38.022 4.971 38.566 4.854 39.183 4.854 C 39.818 4.854 40.369 4.966 40.838 5.191 C 41.311 5.414 41.679 5.723 41.941 6.117 C 42.203 6.513 42.334 6.966 42.334 7.477 C 42.334 7.812 42.268 8.141 42.136 8.468 C 42.006 8.793 41.774 9.155 41.44 9.554 C 41.105 9.949 40.634 10.424 40.026 10.978 L 38.734 12.245 L 38.734 12.306 L 42.451 12.306 L 42.451 13.839 Z M 46.642 13.839 L 46.642 7.191 L 48.483 7.191 L 48.483 13.839 L 46.641 13.839 Z M 47.567 6.334 C 47.292 6.334 47.058 6.243 46.862 6.061 C 46.675 5.892 46.57 5.651 46.572 5.399 C 46.572 5.145 46.669 4.928 46.862 4.746 C 47.05 4.564 47.304 4.464 47.566 4.469 C 47.84 4.469 48.074 4.561 48.266 4.745 C 48.463 4.927 48.561 5.145 48.561 5.399 C 48.561 5.656 48.463 5.877 48.266 6.061 C 48.078 6.241 47.827 6.339 47.567 6.334 Z M 51.799 9.996 L 51.799 13.839 L 49.957 13.839 L 49.957 7.191 L 51.712 7.191 L 51.712 8.364 L 51.79 8.364 C 51.937 7.977 52.184 7.671 52.529 7.446 C 52.875 7.218 53.295 7.105 53.787 7.105 C 54.248 7.105 54.65 7.205 54.993 7.408 C 55.336 7.609 55.602 7.898 55.793 8.273 C 55.983 8.645 56.078 9.09 56.078 9.606 L 56.078 13.839 L 54.236 13.839 L 54.236 9.935 C 54.239 9.528 54.136 9.211 53.925 8.982 C 53.715 8.752 53.425 8.636 53.057 8.636 C 52.828 8.632 52.601 8.687 52.4 8.796 C 52.213 8.904 52.065 9.059 51.959 9.264 C 51.855 9.466 51.802 9.71 51.799 9.996 Z M 59.975 13.947 C 59.471 13.947 59.014 13.817 58.605 13.557 C 58.2 13.295 57.877 12.91 57.637 12.402 C 57.401 11.891 57.283 11.265 57.283 10.524 C 57.283 9.762 57.405 9.129 57.65 8.623 C 57.895 8.115 58.221 7.736 58.627 7.486 C 59.029 7.233 59.496 7.101 59.971 7.104 C 60.343 7.104 60.653 7.168 60.9 7.295 C 61.152 7.419 61.353 7.575 61.505 7.762 C 61.661 7.947 61.779 8.128 61.86 8.307 L 61.917 8.307 L 61.917 4.976 L 63.753 4.976 L 63.753 13.839 L 61.938 13.839 L 61.938 12.774 L 61.86 12.774 C 61.764 12.974 61.64 13.159 61.492 13.324 C 61.323 13.513 61.116 13.665 60.884 13.77 C 60.636 13.887 60.332 13.947 59.975 13.947 Z M 60.559 12.479 C 60.856 12.479 61.106 12.399 61.311 12.237 C 61.518 12.073 61.677 11.843 61.786 11.549 C 61.899 11.255 61.955 10.91 61.955 10.515 C 61.955 10.12 61.901 9.776 61.791 9.484 C 61.682 9.194 61.523 8.969 61.316 8.81 C 61.108 8.651 60.856 8.571 60.559 8.571 C 60.257 8.571 60.001 8.654 59.794 8.818 C 59.576 8.997 59.413 9.234 59.324 9.502 C 59.211 9.828 59.157 10.17 59.163 10.515 C 59.163 10.901 59.216 11.244 59.323 11.54 C 59.432 11.835 59.59 12.066 59.793 12.233 C 60.001 12.397 60.256 12.479 60.559 12.479 Z M 69.525 11.009 L 69.525 7.19 L 71.366 7.19 L 71.366 13.839 L 69.598 13.839 L 69.598 12.631 L 69.529 12.631 C 69.379 13.021 69.13 13.334 68.781 13.571 C 68.435 13.806 68.013 13.925 67.515 13.925 C 67.071 13.925 66.681 13.824 66.343 13.623 C 66.003 13.417 65.728 13.118 65.552 12.761 C 65.365 12.389 65.27 11.943 65.267 11.424 L 65.267 7.191 L 67.108 7.191 L 67.108 11.095 C 67.111 11.487 67.216 11.798 67.424 12.025 C 67.631 12.253 67.909 12.366 68.258 12.366 C 68.48 12.366 68.687 12.317 68.881 12.216 C 69.074 12.112 69.229 11.959 69.347 11.757 C 69.469 11.555 69.527 11.305 69.525 11.008 Z M 78.362 9.086 L 76.677 9.19 C 76.648 9.047 76.584 8.913 76.49 8.8 C 76.389 8.678 76.26 8.582 76.114 8.52 C 75.942 8.444 75.755 8.406 75.566 8.411 C 75.28 8.411 75.04 8.472 74.844 8.593 C 74.648 8.712 74.55 8.869 74.55 9.069 C 74.55 9.228 74.613 9.362 74.74 9.471 C 74.867 9.581 75.085 9.67 75.393 9.736 L 76.594 9.978 C 77.24 10.111 77.722 10.325 78.038 10.619 C 78.355 10.913 78.514 11.3 78.514 11.778 C 78.514 12.214 78.386 12.596 78.129 12.925 C 77.875 13.254 77.526 13.51 77.082 13.696 C 76.642 13.878 76.133 13.969 75.557 13.969 C 74.678 13.969 73.978 13.785 73.457 13.419 C 72.951 13.071 72.619 12.523 72.544 11.913 L 74.355 11.817 C 74.41 12.085 74.543 12.291 74.753 12.432 C 74.964 12.57 75.233 12.64 75.562 12.64 C 75.884 12.64 76.144 12.578 76.339 12.453 C 76.538 12.327 76.639 12.164 76.642 11.964 C 76.641 11.802 76.563 11.649 76.431 11.554 C 76.292 11.444 76.079 11.361 75.79 11.302 L 74.641 11.073 C 73.993 10.943 73.51 10.718 73.193 10.399 C 72.878 10.078 72.722 9.67 72.722 9.173 C 72.722 8.746 72.837 8.379 73.068 8.07 C 73.301 7.761 73.627 7.523 74.049 7.355 C 74.472 7.188 74.968 7.105 75.536 7.105 C 76.374 7.105 77.034 7.282 77.516 7.637 C 77.999 7.992 78.282 8.475 78.362 9.086 Z M 83.205 7.191 L 83.205 8.576 L 79.206 8.576 L 79.206 7.191 Z M 80.113 5.598 L 81.955 5.598 L 81.955 11.796 C 81.955 11.967 81.981 12.099 82.033 12.194 C 82.08 12.282 82.156 12.351 82.249 12.389 C 82.345 12.427 82.453 12.445 82.577 12.445 C 82.664 12.445 82.75 12.437 82.837 12.423 L 83.036 12.384 L 83.326 13.757 C 83.197 13.795 83.067 13.828 82.936 13.856 C 82.769 13.896 82.566 13.921 82.327 13.929 C 81.883 13.947 81.494 13.888 81.16 13.752 C 80.842 13.627 80.572 13.407 80.386 13.12 C 80.202 12.834 80.111 12.474 80.114 12.038 L 80.114 5.598 Z M 84.405 13.839 L 84.405 7.191 L 86.19 7.191 L 86.19 8.351 L 86.259 8.351 C 86.38 7.938 86.583 7.626 86.868 7.417 C 87.152 7.203 87.499 7.09 87.853 7.096 C 88.048 7.097 88.242 7.119 88.433 7.161 L 88.433 8.796 C 88.315 8.764 88.195 8.741 88.074 8.727 C 87.935 8.708 87.795 8.698 87.655 8.697 C 87.384 8.697 87.142 8.756 86.928 8.874 C 86.72 8.987 86.547 9.155 86.428 9.359 C 86.306 9.567 86.246 9.806 86.246 10.078 L 86.246 13.839 Z M 90.723 16.331 C 90.491 16.331 90.271 16.313 90.067 16.275 C 89.895 16.249 89.727 16.204 89.565 16.141 L 89.98 14.765 C 90.196 14.832 90.391 14.867 90.564 14.873 C 90.724 14.883 90.884 14.84 91.018 14.751 C 91.147 14.665 91.252 14.518 91.333 14.311 L 91.442 14.029 L 89.06 7.191 L 90.996 7.191 L 92.371 12.073 L 92.44 12.073 L 93.827 7.191 L 95.776 7.191 L 93.196 14.557 C 93.072 14.914 92.904 15.226 92.69 15.491 C 92.479 15.761 92.204 15.974 91.891 16.111 C 91.568 16.257 91.179 16.331 90.723 16.331 Z M 101.377 4.975 L 101.377 13.839 L 99.536 13.839 L 99.536 4.974 L 101.377 4.974 Z M 105.878 13.969 C 105.194 13.969 104.607 13.831 104.114 13.553 C 103.628 13.277 103.235 12.864 102.982 12.366 C 102.716 11.854 102.584 11.246 102.584 10.545 C 102.584 9.861 102.716 9.261 102.982 8.744 C 103.232 8.243 103.62 7.825 104.101 7.537 C 104.585 7.248 105.153 7.105 105.804 7.105 C 106.242 7.105 106.649 7.175 107.027 7.316 C 107.407 7.455 107.739 7.664 108.021 7.944 C 108.306 8.224 108.529 8.576 108.687 9 C 108.845 9.421 108.925 9.915 108.925 10.481 L 108.925 10.987 L 103.318 10.987 L 103.318 9.844 L 107.191 9.844 C 107.196 9.598 107.137 9.355 107.019 9.138 C 106.906 8.937 106.74 8.77 106.539 8.658 C 106.324 8.536 106.081 8.475 105.834 8.48 C 105.555 8.48 105.307 8.545 105.091 8.675 C 104.881 8.799 104.708 8.977 104.589 9.19 C 104.467 9.409 104.403 9.654 104.403 9.905 L 104.403 10.991 C 104.403 11.32 104.464 11.604 104.585 11.844 C 104.709 12.083 104.884 12.267 105.108 12.397 C 105.333 12.527 105.599 12.592 105.908 12.592 C 106.112 12.592 106.3 12.563 106.47 12.505 C 106.801 12.401 107.064 12.148 107.182 11.822 L 108.886 11.934 C 108.805 12.332 108.622 12.702 108.354 13.007 C 108.072 13.322 107.719 13.566 107.325 13.718 C 106.907 13.885 106.425 13.969 105.878 13.969 Z M 112.019 13.964 C 111.596 13.964 111.218 13.891 110.887 13.744 C 110.567 13.603 110.294 13.373 110.1 13.081 C 109.91 12.787 109.815 12.421 109.815 11.982 C 109.815 11.612 109.883 11.303 110.018 11.052 C 110.154 10.8 110.338 10.598 110.572 10.446 C 110.805 10.293 111.07 10.178 111.367 10.1 C 111.676 10.02 111.991 9.965 112.309 9.935 C 112.695 9.894 113.006 9.857 113.242 9.822 C 113.479 9.785 113.65 9.73 113.757 9.658 C 113.863 9.587 113.924 9.465 113.916 9.337 L 113.916 9.311 C 113.916 9.038 113.83 8.826 113.658 8.675 C 113.487 8.526 113.245 8.45 112.931 8.45 C 112.6 8.45 112.337 8.523 112.14 8.671 C 111.953 8.804 111.816 8.996 111.752 9.216 L 110.048 9.078 C 110.135 8.674 110.305 8.325 110.559 8.03 C 110.824 7.724 111.161 7.49 111.54 7.347 C 111.943 7.185 112.41 7.105 112.94 7.105 C 113.309 7.105 113.662 7.148 113.999 7.235 C 114.339 7.321 114.64 7.455 114.902 7.637 C 115.165 7.816 115.38 8.057 115.529 8.338 C 115.681 8.621 115.758 8.96 115.758 9.355 L 115.758 13.839 L 114.012 13.839 L 114.012 12.916 L 113.96 12.916 C 113.853 13.125 113.708 13.312 113.532 13.467 C 113.343 13.629 113.124 13.754 112.888 13.835 C 112.638 13.921 112.348 13.965 112.019 13.965 Z M 112.547 12.691 C 112.795 12.697 113.041 12.642 113.264 12.531 C 113.463 12.43 113.631 12.278 113.753 12.09 C 113.871 11.906 113.929 11.696 113.929 11.463 L 113.929 10.757 C 113.855 10.802 113.775 10.837 113.692 10.861 C 113.582 10.893 113.471 10.92 113.359 10.943 C 113.236 10.966 113.112 10.988 112.987 11.008 L 112.651 11.056 C 112.456 11.082 112.266 11.132 112.084 11.207 C 111.936 11.266 111.807 11.364 111.708 11.489 C 111.616 11.614 111.568 11.766 111.574 11.921 C 111.574 12.173 111.665 12.364 111.847 12.497 C 112.031 12.627 112.264 12.692 112.547 12.692 Z M 119.633 13.947 C 119.148 13.952 118.672 13.817 118.262 13.557 C 117.857 13.295 117.534 12.91 117.294 12.402 C 117.058 11.891 116.94 11.265 116.94 10.524 C 116.94 9.762 117.062 9.129 117.307 8.623 C 117.552 8.115 117.878 7.736 118.284 7.486 C 118.687 7.233 119.154 7.101 119.629 7.104 C 120.001 7.104 120.311 7.168 120.558 7.295 C 120.809 7.419 121.01 7.575 121.163 7.762 C 121.318 7.947 121.437 8.128 121.517 8.307 L 121.574 8.307 L 121.574 4.976 L 123.411 4.976 L 123.411 13.839 L 121.595 13.839 L 121.595 12.774 L 121.517 12.774 C 121.421 12.974 121.298 13.159 121.15 13.324 C 120.98 13.513 120.773 13.665 120.541 13.77 C 120.293 13.887 119.99 13.947 119.633 13.947 Z M 120.216 12.479 C 120.513 12.479 120.764 12.399 120.969 12.237 C 121.176 12.073 121.335 11.843 121.444 11.549 C 121.556 11.255 121.613 10.91 121.613 10.515 C 121.613 10.12 121.558 9.776 121.448 9.484 C 121.339 9.194 121.18 8.969 120.973 8.81 C 120.766 8.651 120.513 8.571 120.216 8.571 C 119.914 8.571 119.659 8.654 119.451 8.818 C 119.234 8.998 119.07 9.235 118.981 9.502 C 118.868 9.828 118.814 10.17 118.821 10.515 C 118.821 10.901 118.873 11.244 118.981 11.54 C 119.09 11.835 119.247 12.066 119.451 12.233 C 119.659 12.397 119.914 12.479 120.216 12.479 Z M 127.95 13.969 C 127.267 13.969 126.679 13.831 126.187 13.553 C 125.701 13.277 125.307 12.865 125.054 12.366 C 124.789 11.854 124.657 11.246 124.657 10.545 C 124.657 9.861 124.789 9.261 125.054 8.744 C 125.305 8.243 125.694 7.824 126.174 7.537 C 126.658 7.248 127.226 7.105 127.876 7.105 C 128.314 7.105 128.723 7.175 129.1 7.316 C 129.48 7.455 129.812 7.664 130.094 7.944 C 130.391 8.242 130.618 8.603 130.759 9 C 130.918 9.421 130.997 9.915 130.997 10.481 L 130.997 10.987 L 125.391 10.987 L 125.391 9.844 L 129.264 9.844 C 129.269 9.598 129.209 9.355 129.091 9.138 C 128.979 8.937 128.813 8.77 128.611 8.658 C 128.397 8.536 128.154 8.475 127.907 8.48 C 127.627 8.48 127.38 8.545 127.163 8.675 C 126.953 8.799 126.78 8.977 126.662 9.19 C 126.541 9.404 126.479 9.642 126.476 9.905 L 126.476 10.991 C 126.476 11.32 126.537 11.604 126.658 11.844 C 126.782 12.083 126.956 12.267 127.181 12.397 C 127.406 12.527 127.672 12.592 127.98 12.592 C 128.185 12.592 128.372 12.563 128.542 12.505 C 128.705 12.452 128.854 12.363 128.979 12.245 C 129.102 12.127 129.197 11.982 129.256 11.822 L 130.958 11.934 C 130.878 12.332 130.694 12.702 130.427 13.007 C 130.145 13.322 129.792 13.566 129.398 13.718 C 128.98 13.885 128.498 13.969 127.95 13.969 Z M 132.199 13.839 L 132.199 7.191 L 133.984 7.191 L 133.984 8.351 L 134.053 8.351 C 134.174 7.938 134.377 7.626 134.662 7.417 C 134.946 7.203 135.293 7.09 135.648 7.096 C 135.843 7.097 136.037 7.119 136.227 7.161 L 136.227 8.796 C 136.11 8.764 135.989 8.741 135.868 8.727 C 135.729 8.708 135.589 8.698 135.449 8.697 C 135.178 8.697 134.937 8.756 134.723 8.874 C 134.515 8.987 134.342 9.155 134.222 9.359 C 134.098 9.578 134.035 9.826 134.04 10.078 L 134.04 13.839 Z\" fill=\"rgb(69,77,84)\"></path><path d=\"M 29.738 44.933 C 29.706 44.597 29.519 44.295 29.233 44.116 C 28.938 43.922 28.575 43.825 28.147 43.825 C 27.834 43.825 27.559 43.875 27.324 43.977 C 27.108 44.066 26.92 44.21 26.778 44.396 C 26.649 44.572 26.581 44.784 26.584 45.002 C 26.584 45.192 26.629 45.354 26.719 45.49 C 26.811 45.624 26.929 45.736 27.072 45.826 C 27.215 45.914 27.364 45.986 27.521 46.044 C 27.678 46.1 27.821 46.145 27.954 46.18 L 28.673 46.373 C 28.857 46.422 29.062 46.488 29.289 46.574 C 29.516 46.66 29.735 46.776 29.942 46.923 C 30.151 47.069 30.325 47.256 30.461 47.484 C 30.597 47.713 30.664 47.994 30.664 48.326 C 30.664 48.709 30.564 49.055 30.364 49.365 C 30.165 49.673 29.875 49.919 29.492 50.102 C 29.112 50.284 28.65 50.375 28.105 50.375 C 27.598 50.375 27.159 50.294 26.789 50.13 C 26.442 49.984 26.141 49.747 25.917 49.444 C 25.704 49.144 25.581 48.79 25.56 48.423 L 26.446 48.423 C 26.469 48.691 26.559 48.912 26.715 49.087 C 26.875 49.261 27.075 49.39 27.318 49.475 C 27.561 49.559 27.825 49.6 28.105 49.6 C 28.407 49.605 28.707 49.551 28.987 49.441 C 29.247 49.332 29.454 49.183 29.607 48.991 C 29.758 48.797 29.834 48.571 29.834 48.312 C 29.834 48.077 29.769 47.885 29.637 47.737 C 29.493 47.58 29.316 47.457 29.118 47.377 C 28.892 47.281 28.66 47.2 28.424 47.135 L 27.552 46.886 C 26.999 46.726 26.561 46.499 26.238 46.203 C 25.915 45.908 25.754 45.521 25.754 45.044 C 25.754 44.646 25.862 44.3 26.076 44.004 C 26.293 43.707 26.583 43.476 26.948 43.312 C 27.334 43.142 27.752 43.057 28.174 43.063 C 28.631 43.063 29.037 43.145 29.392 43.309 C 29.747 43.471 30.029 43.692 30.235 43.974 C 30.446 44.256 30.556 44.575 30.568 44.932 L 29.738 44.932 Z M 34.121 50.361 C 33.642 50.361 33.221 50.248 32.859 50.019 C 32.494 49.784 32.201 49.452 32.015 49.06 C 31.815 48.649 31.715 48.169 31.715 47.619 C 31.715 47.066 31.815 46.582 32.015 46.169 C 32.201 45.775 32.493 45.442 32.859 45.206 C 33.222 44.978 33.642 44.863 34.121 44.863 C 34.6 44.863 35.02 44.977 35.38 45.206 C 35.742 45.434 36.023 45.755 36.224 46.169 C 36.427 46.582 36.528 47.066 36.528 47.619 C 36.528 48.169 36.427 48.649 36.224 49.06 C 36.023 49.471 35.742 49.791 35.38 50.019 C 35.02 50.248 34.601 50.361 34.121 50.361 Z M 34.121 49.628 C 34.486 49.628 34.785 49.534 35.02 49.347 C 35.256 49.161 35.429 48.914 35.542 48.61 C 35.656 48.305 35.713 47.975 35.713 47.619 C 35.713 47.264 35.656 46.933 35.542 46.626 C 35.44 46.334 35.26 46.076 35.02 45.881 C 34.785 45.692 34.485 45.597 34.121 45.597 C 33.757 45.597 33.458 45.692 33.222 45.881 C 32.987 46.071 32.813 46.318 32.7 46.626 C 32.585 46.944 32.528 47.281 32.531 47.619 C 32.531 47.975 32.588 48.305 32.701 48.611 C 32.813 48.914 32.987 49.161 33.222 49.347 C 33.458 49.534 33.757 49.628 34.121 49.628 Z M 41.121 48.076 L 41.121 44.933 L 41.937 44.933 L 41.937 50.251 L 41.121 50.251 L 41.121 49.351 L 41.066 49.351 C 40.936 49.627 40.735 49.865 40.485 50.04 C 40.222 50.227 39.89 50.32 39.489 50.32 C 39.156 50.32 38.862 50.247 38.604 50.102 C 38.339 49.947 38.127 49.715 37.995 49.438 C 37.847 49.139 37.774 48.764 37.774 48.312 L 37.774 44.932 L 38.59 44.932 L 38.59 48.256 C 38.59 48.645 38.698 48.953 38.914 49.184 C 39.134 49.416 39.413 49.531 39.751 49.531 C 39.954 49.531 40.161 49.479 40.37 49.375 C 40.583 49.271 40.76 49.112 40.903 48.897 C 41.048 48.683 41.121 48.409 41.121 48.077 Z M 43.432 50.251 L 43.432 44.933 L 44.22 44.933 L 44.22 45.736 L 44.275 45.736 C 44.372 45.473 44.547 45.259 44.801 45.096 C 45.056 44.931 45.354 44.845 45.658 44.849 C 45.801 44.851 45.944 44.855 46.087 44.863 L 46.087 45.694 C 46.024 45.682 45.961 45.671 45.897 45.664 C 45.799 45.647 45.697 45.639 45.588 45.639 C 45.331 45.639 45.1 45.694 44.897 45.802 C 44.492 46.009 44.239 46.43 44.247 46.886 L 44.247 50.251 Z M 49.05 50.361 C 48.553 50.361 48.123 50.244 47.764 50.009 C 47.401 49.77 47.113 49.432 46.934 49.035 C 46.741 48.623 46.643 48.15 46.643 47.619 C 46.643 47.08 46.743 46.603 46.941 46.189 C 47.142 45.775 47.42 45.45 47.778 45.217 C 48.137 44.981 48.557 44.863 49.036 44.863 C 49.41 44.863 49.746 44.933 50.046 45.071 C 50.346 45.209 50.592 45.404 50.782 45.653 C 50.974 45.902 51.092 46.193 51.139 46.526 L 50.323 46.526 C 50.254 46.273 50.109 46.048 49.908 45.881 C 49.696 45.692 49.41 45.597 49.05 45.597 C 48.732 45.597 48.453 45.681 48.214 45.847 C 47.967 46.022 47.774 46.263 47.657 46.543 C 47.525 46.841 47.46 47.19 47.46 47.592 C 47.46 48.003 47.525 48.36 47.654 48.665 C 47.785 48.97 47.969 49.206 48.207 49.375 C 48.446 49.543 48.728 49.628 49.051 49.628 C 49.262 49.628 49.455 49.591 49.628 49.517 C 49.801 49.443 49.947 49.337 50.067 49.199 C 50.187 49.061 50.272 48.894 50.323 48.7 L 51.139 48.7 C 51.05 49.328 50.653 49.87 50.081 50.144 C 49.786 50.289 49.442 50.361 49.05 50.361 Z M 54.559 50.361 C 54.047 50.361 53.605 50.249 53.235 50.023 C 52.864 49.793 52.568 49.461 52.38 49.067 C 52.182 48.656 52.083 48.178 52.083 47.633 C 52.083 47.089 52.182 46.609 52.38 46.193 C 52.563 45.796 52.852 45.458 53.217 45.217 C 53.577 44.981 53.996 44.863 54.475 44.863 C 54.754 44.864 55.031 44.91 55.295 45.001 C 55.565 45.094 55.81 45.245 56.032 45.452 C 56.253 45.658 56.429 45.93 56.561 46.269 C 56.692 46.609 56.758 47.026 56.758 47.523 L 56.758 47.869 L 52.663 47.869 L 52.663 47.162 L 55.928 47.162 C 55.928 46.863 55.868 46.595 55.748 46.359 C 55.636 46.129 55.461 45.936 55.243 45.802 C 55.012 45.662 54.745 45.591 54.475 45.598 C 54.151 45.598 53.869 45.679 53.631 45.84 C 53.396 45.999 53.216 46.207 53.089 46.463 C 52.962 46.719 52.897 47.001 52.899 47.287 L 52.899 47.758 C 52.899 48.16 52.968 48.5 53.106 48.78 C 53.247 49.056 53.441 49.267 53.691 49.413 C 53.956 49.561 54.256 49.635 54.559 49.628 C 54.773 49.628 54.966 49.598 55.14 49.538 C 55.314 49.475 55.466 49.383 55.593 49.261 C 55.719 49.136 55.817 48.982 55.886 48.797 L 56.675 49.018 C 56.591 49.287 56.452 49.522 56.256 49.725 C 56.06 49.925 55.818 50.083 55.53 50.196 C 55.219 50.31 54.89 50.367 54.559 50.361 Z M 58.594 50.306 C 58.429 50.308 58.27 50.242 58.155 50.123 C 58.036 50.008 57.97 49.849 57.972 49.684 C 57.969 49.518 58.035 49.359 58.154 49.243 C 58.269 49.124 58.428 49.058 58.594 49.06 C 58.764 49.06 58.911 49.121 59.032 49.243 C 59.155 49.365 59.216 49.512 59.216 49.683 C 59.212 49.905 59.095 50.108 58.906 50.223 C 58.811 50.279 58.704 50.308 58.594 50.306 Z M 58.594 46.359 C 58.429 46.361 58.27 46.295 58.155 46.175 C 58.036 46.061 57.97 45.902 57.972 45.737 C 57.969 45.571 58.035 45.412 58.154 45.296 C 58.269 45.177 58.428 45.11 58.594 45.113 C 58.764 45.113 58.911 45.174 59.032 45.296 C 59.155 45.418 59.216 45.565 59.216 45.736 C 59.212 45.957 59.095 46.161 58.906 46.276 C 58.811 46.332 58.704 46.361 58.594 46.359 Z M 68.37 45.376 C 68.299 45.154 68.198 44.943 68.069 44.75 C 67.951 44.567 67.802 44.405 67.63 44.272 C 67.458 44.138 67.263 44.036 67.056 43.97 C 66.827 43.899 66.59 43.864 66.351 43.866 C 65.946 43.862 65.549 43.975 65.206 44.191 C 64.862 44.409 64.59 44.728 64.387 45.151 C 64.184 45.573 64.083 46.092 64.083 46.705 C 64.083 47.319 64.185 47.838 64.39 48.26 C 64.595 48.683 64.873 49.002 65.223 49.219 C 65.574 49.436 65.968 49.544 66.406 49.544 C 66.811 49.544 67.168 49.458 67.478 49.285 C 67.789 49.109 68.031 48.862 68.204 48.544 C 68.379 48.223 68.467 47.845 68.467 47.412 L 68.73 47.467 L 66.6 47.467 L 66.6 46.705 L 69.297 46.705 L 69.297 47.467 C 69.297 48.052 69.172 48.559 68.924 48.991 C 68.684 49.416 68.329 49.764 67.9 49.995 C 67.466 50.231 66.968 50.348 66.407 50.348 C 65.779 50.348 65.227 50.201 64.753 49.905 C 64.281 49.609 63.911 49.19 63.647 48.645 C 63.384 48.1 63.252 47.454 63.252 46.705 C 63.252 46.145 63.327 45.641 63.477 45.192 C 63.614 44.77 63.832 44.379 64.121 44.043 C 64.397 43.727 64.724 43.484 65.103 43.315 C 65.496 43.144 65.921 43.058 66.351 43.064 C 66.724 43.064 67.073 43.12 67.395 43.233 C 68.024 43.443 68.558 43.87 68.902 44.438 C 69.073 44.719 69.191 45.032 69.255 45.376 Z M 70.641 50.251 L 70.641 49.628 L 72.978 47.066 C 73.253 46.765 73.479 46.505 73.656 46.284 C 73.834 46.059 73.964 45.849 74.05 45.653 C 74.138 45.455 74.182 45.247 74.182 45.03 C 74.182 44.78 74.122 44.564 74.001 44.382 C 73.883 44.199 73.715 44.053 73.518 43.96 C 73.302 43.858 73.065 43.807 72.827 43.811 C 72.554 43.811 72.317 43.868 72.114 43.981 C 71.917 44.088 71.754 44.251 71.647 44.448 C 71.539 44.649 71.484 44.884 71.484 45.155 L 70.668 45.155 C 70.668 44.739 70.764 44.374 70.955 44.061 C 71.147 43.746 71.407 43.502 71.737 43.326 C 72.069 43.151 72.441 43.063 72.854 43.063 C 73.269 43.063 73.636 43.151 73.957 43.326 C 74.277 43.502 74.529 43.738 74.711 44.036 C 74.892 44.334 74.984 44.665 74.984 45.03 C 74.984 45.29 74.936 45.546 74.842 45.795 C 74.75 46.042 74.588 46.318 74.358 46.622 C 74.13 46.925 73.812 47.294 73.407 47.731 L 71.816 49.434 L 71.816 49.49 L 75.108 49.49 L 75.108 50.251 Z M 77.145 50.306 C 76.98 50.308 76.821 50.242 76.706 50.123 C 76.587 50.008 76.521 49.849 76.523 49.684 C 76.523 49.512 76.583 49.365 76.706 49.243 C 76.828 49.122 76.974 49.06 77.145 49.06 C 77.315 49.06 77.461 49.121 77.584 49.243 C 77.706 49.365 77.767 49.512 77.767 49.683 C 77.763 49.905 77.645 50.109 77.456 50.223 C 77.362 50.279 77.254 50.308 77.145 50.306 Z M 81.39 50.361 C 80.891 50.361 80.463 50.244 80.103 50.009 C 79.74 49.77 79.453 49.432 79.273 49.035 C 79.079 48.623 78.983 48.15 78.983 47.619 C 78.983 47.08 79.082 46.603 79.28 46.189 C 79.481 45.775 79.759 45.45 80.117 45.217 C 80.477 44.981 80.896 44.863 81.376 44.863 C 81.749 44.863 82.086 44.933 82.385 45.071 C 82.685 45.209 82.93 45.404 83.122 45.653 C 83.313 45.902 83.432 46.193 83.478 46.526 L 82.662 46.526 C 82.593 46.273 82.448 46.048 82.247 45.881 C 82.035 45.692 81.749 45.597 81.39 45.597 C 81.071 45.597 80.792 45.681 80.553 45.847 C 80.306 46.022 80.113 46.263 79.996 46.543 C 79.864 46.841 79.799 47.19 79.799 47.592 C 79.799 48.003 79.864 48.36 79.992 48.665 C 80.124 48.97 80.308 49.206 80.546 49.375 C 80.785 49.543 81.067 49.628 81.39 49.628 C 81.601 49.628 81.794 49.591 81.966 49.517 C 82.14 49.443 82.286 49.337 82.406 49.199 C 82.526 49.061 82.611 48.894 82.662 48.7 L 83.478 48.7 C 83.435 49.006 83.317 49.298 83.136 49.548 C 82.95 49.803 82.704 50.007 82.42 50.144 C 82.125 50.289 81.781 50.361 81.39 50.361 Z M 86.829 50.361 C 86.349 50.361 85.929 50.248 85.567 50.019 C 85.202 49.784 84.909 49.452 84.723 49.06 C 84.522 48.649 84.422 48.169 84.422 47.619 C 84.422 47.066 84.522 46.582 84.723 46.169 C 84.926 45.755 85.206 45.434 85.567 45.206 C 85.929 44.978 86.349 44.863 86.829 44.863 C 87.308 44.863 87.728 44.977 88.087 45.206 C 88.454 45.44 88.747 45.774 88.931 46.169 C 89.134 46.582 89.235 47.066 89.235 47.619 C 89.235 48.169 89.134 48.649 88.931 49.06 C 88.731 49.471 88.449 49.791 88.087 50.019 C 87.728 50.248 87.308 50.361 86.829 50.361 Z M 86.829 49.628 C 87.193 49.628 87.492 49.534 87.728 49.347 C 87.963 49.161 88.137 48.914 88.249 48.61 C 88.363 48.305 88.419 47.975 88.419 47.619 C 88.419 47.264 88.363 46.933 88.249 46.626 C 88.148 46.334 87.967 46.076 87.728 45.881 C 87.492 45.692 87.193 45.597 86.829 45.597 C 86.464 45.597 86.165 45.692 85.929 45.881 C 85.694 46.071 85.521 46.318 85.408 46.626 C 85.294 46.933 85.238 47.264 85.238 47.619 C 85.238 47.975 85.294 48.305 85.408 48.611 C 85.521 48.914 85.694 49.161 85.929 49.347 C 86.165 49.534 86.464 49.628 86.829 49.628 Z M 90.481 50.251 L 90.481 44.933 L 91.269 44.933 L 91.269 45.764 L 91.338 45.764 C 91.449 45.479 91.627 45.26 91.874 45.102 C 92.121 44.943 92.417 44.863 92.763 44.863 C 93.113 44.863 93.405 44.943 93.638 45.102 C 93.873 45.26 94.056 45.48 94.187 45.764 L 94.243 45.764 C 94.379 45.489 94.583 45.271 94.855 45.109 C 95.127 44.945 95.453 44.863 95.834 44.863 C 96.308 44.863 96.696 45.013 96.999 45.31 C 97.301 45.606 97.452 46.066 97.452 46.691 L 97.452 50.251 L 96.635 50.251 L 96.635 46.692 C 96.635 46.299 96.528 46.019 96.314 45.85 C 96.098 45.681 95.831 45.592 95.557 45.598 C 95.183 45.598 94.894 45.711 94.689 45.937 C 94.484 46.161 94.381 46.444 94.381 46.789 L 94.381 50.251 L 93.551 50.251 L 93.551 46.609 C 93.551 46.306 93.453 46.063 93.257 45.877 C 93.061 45.69 92.809 45.598 92.5 45.598 C 92.288 45.598 92.09 45.655 91.906 45.767 C 91.72 45.883 91.568 46.046 91.463 46.238 C 91.349 46.45 91.292 46.687 91.297 46.927 L 91.297 50.251 Z M 100.161 49.282 L 100.105 49.655 C 100.066 49.919 100.006 50.2 99.926 50.5 C 99.847 50.801 99.765 51.083 99.68 51.349 C 99.613 51.561 99.543 51.772 99.469 51.982 L 98.847 51.982 L 98.965 51.397 C 99.014 51.154 99.062 50.883 99.11 50.583 C 99.161 50.286 99.203 49.981 99.235 49.669 L 99.277 49.282 L 100.162 49.282 Z M 105.379 43.16 L 105.379 50.251 L 104.522 50.251 L 104.522 43.16 Z M 107.804 47.052 L 107.804 50.251 L 106.988 50.251 L 106.988 44.933 L 107.776 44.933 L 107.776 45.764 L 107.846 45.764 C 107.97 45.494 108.159 45.276 108.413 45.114 C 108.667 44.947 108.994 44.863 109.395 44.863 C 109.755 44.863 110.069 44.937 110.339 45.085 C 110.608 45.231 110.818 45.452 110.969 45.75 C 111.118 46.045 111.193 46.419 111.193 46.871 L 111.193 50.251 L 110.377 50.251 L 110.377 46.928 C 110.377 46.509 110.268 46.184 110.052 45.95 C 109.835 45.715 109.538 45.598 109.16 45.598 C 108.899 45.598 108.667 45.655 108.461 45.767 C 108.257 45.882 108.09 46.054 107.981 46.262 C 107.863 46.479 107.804 46.742 107.804 47.051 Z M 114.841 50.361 C 114.344 50.361 113.915 50.244 113.555 50.009 C 113.192 49.769 112.905 49.432 112.725 49.035 C 112.532 48.623 112.435 48.15 112.435 47.619 C 112.435 47.08 112.535 46.603 112.733 46.189 C 112.933 45.775 113.212 45.45 113.569 45.217 C 113.929 44.981 114.348 44.863 114.828 44.863 C 115.202 44.863 115.538 44.933 115.838 45.071 C 116.137 45.209 116.383 45.404 116.574 45.653 C 116.765 45.902 116.884 46.193 116.93 46.526 L 116.115 46.526 C 116.046 46.273 115.901 46.048 115.699 45.881 C 115.487 45.692 115.202 45.597 114.841 45.597 C 114.523 45.597 114.245 45.681 114.005 45.847 C 113.758 46.023 113.565 46.263 113.448 46.543 C 113.317 46.841 113.251 47.19 113.251 47.592 C 113.251 48.003 113.316 48.36 113.445 48.665 C 113.576 48.97 113.761 49.206 113.998 49.375 C 114.238 49.543 114.519 49.628 114.841 49.628 C 115.054 49.628 115.246 49.591 115.419 49.517 C 115.767 49.37 116.025 49.067 116.115 48.7 L 116.93 48.7 C 116.842 49.329 116.445 49.871 115.872 50.144 C 115.577 50.289 115.233 50.361 114.841 50.361 Z\" fill=\"rgb(148,166,184)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-grvk60\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.474 19.5\" overflow=\"visible\"><path d=\"M 9.737 19.5 C 15.114 19.5 19.474 15.134 19.474 9.75 C 19.474 4.366 15.114 0 9.737 0 C 4.36 0 0 4.366 0 9.75 C 0 15.134 4.36 19.5 9.737 19.5 Z\" fill=\"rgb(255,73,44)\" stroke-width=\"0.8\" stroke=\"rgb(255,73,44)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1c76a27\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.507 9.154\" overflow=\"visible\"><path d=\"M 4.353 2.892 L 2.689 2.892 C 2.735 2.631 2.896 2.485 3.223 2.319 L 3.529 2.163 C 4.076 1.882 4.368 1.564 4.368 1.045 C 4.368 0.72 4.241 0.462 3.991 0.277 C 3.739 0.092 3.443 0 3.096 0 C 2.828 -0.003 2.565 0.072 2.339 0.216 C 2.111 0.357 1.941 0.538 1.836 0.765 L 2.317 1.248 C 2.504 0.869 2.775 0.684 3.131 0.684 C 3.433 0.684 3.618 0.84 3.618 1.057 C 3.618 1.238 3.529 1.389 3.182 1.564 L 2.985 1.659 C 2.559 1.876 2.263 2.124 2.092 2.404 C 1.921 2.685 1.836 3.038 1.836 3.465 L 1.836 3.582 L 4.353 3.582 Z M 4.131 4.378 L 1.377 4.378 L 0 6.765 L 2.754 6.765 L 4.131 9.154 L 5.507 6.765 L 4.13 4.378 Z\" fill=\"rgb(254,254,254)\" stroke-width=\"0.8\" stroke=\"rgb(255,73,44)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1to8zcc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.532 3.582\" overflow=\"visible\"><path d=\"M 2.516 2.892 L 0.853 2.892 C 0.898 2.631 1.06 2.485 1.387 2.319 L 1.693 2.163 C 2.24 1.882 2.532 1.564 2.532 1.045 C 2.532 0.72 2.405 0.462 2.154 0.277 C 1.903 0.092 1.607 0 1.26 0 C 0.992 -0.003 0.729 0.072 0.502 0.216 C 0.275 0.357 0.105 0.538 0 0.765 L 0.481 1.248 C 0.668 0.869 0.939 0.684 1.295 0.684 C 1.597 0.684 1.782 0.84 1.782 1.057 C 1.782 1.238 1.693 1.389 1.346 1.564 L 1.149 1.659 C 0.723 1.876 0.427 2.124 0.256 2.404 C 0.084 2.685 0 3.038 0 3.465 L 0 3.582 L 2.516 3.582 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-993c94\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.507 4.776\" overflow=\"visible\"><path d=\"M 4.131 0 L 1.377 0 L 0 2.387 L 2.754 2.387 L 4.131 4.776 L 5.507 2.387 L 4.13 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gqzkr5\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.84 11.142\" overflow=\"visible\"><path d=\"M 5.564 8.756 C 3.811 8.756 2.383 7.326 2.383 5.571 C 2.383 3.816 3.811 2.387 5.564 2.387 L 6.652 0.108 C 5.018 -0.219 3.324 0.205 2.035 1.263 C 0.747 2.322 0 3.902 0 5.571 C 0 7.667 1.175 9.586 3.041 10.536 C 4.907 11.487 7.148 11.308 8.84 10.073 L 7.636 7.983 C 7.06 8.481 6.325 8.754 5.564 8.754 Z\" fill=\"rgb(254,254,254)\" stroke-width=\"0.8\" stroke=\"rgb(255,73,44)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1x1zc96\",opacity:.8,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.666 10.611\" overflow=\"visible\"><path d=\"M 3.786 0 L 0.933 10.611 L 0 10.611 L 2.852 0 Z M 7.744 9.401 C 7.27 9.408 6.801 9.304 6.374 9.097 C 5.968 8.895 5.643 8.617 5.398 8.266 C 5.152 7.912 5.012 7.494 4.995 7.063 L 6.033 7.063 C 6.074 7.464 6.254 7.796 6.577 8.058 C 6.903 8.318 7.292 8.448 7.744 8.448 C 8.107 8.448 8.43 8.363 8.712 8.192 C 8.998 8.022 9.221 7.789 9.383 7.491 C 9.546 7.191 9.628 6.853 9.628 6.474 C 9.628 6.087 9.544 5.743 9.374 5.44 C 9.213 5.14 8.974 4.89 8.682 4.717 C 8.377 4.538 8.029 4.445 7.675 4.448 C 7.392 4.447 7.111 4.49 6.841 4.574 C 6.59 4.642 6.351 4.752 6.136 4.899 L 5.134 4.778 L 5.669 0.414 L 10.269 0.414 L 10.269 1.367 L 6.569 1.367 L 6.258 3.981 L 6.31 3.981 C 6.491 3.837 6.719 3.717 6.992 3.622 C 7.267 3.527 7.557 3.478 7.848 3.479 C 8.389 3.479 8.872 3.609 9.296 3.869 C 9.72 4.123 10.067 4.488 10.299 4.925 C 10.544 5.372 10.666 5.883 10.666 6.457 C 10.666 7.022 10.54 7.527 10.286 7.971 C 10.04 8.408 9.682 8.77 9.249 9.02 C 8.807 9.273 8.306 9.4 7.744 9.4 Z\" fill=\"rgb(123,140,157)\" opacity=\"0.8\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tb1l7r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.786 10.611\" overflow=\"visible\"><path d=\"M 3.786 0 L 0.933 10.611 L 0 10.611 L 2.852 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-iwg9d8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.671 8.987\" overflow=\"visible\"><path d=\"M 2.749 8.986 C 2.275 8.993 1.806 8.889 1.379 8.682 C 0.973 8.481 0.648 8.203 0.402 7.852 C 0.157 7.497 0.017 7.08 0 6.649 L 1.038 6.649 C 1.078 7.049 1.259 7.382 1.581 7.644 C 1.908 7.904 2.297 8.034 2.749 8.034 C 3.112 8.034 3.435 7.949 3.717 7.778 C 4.003 7.607 4.226 7.374 4.387 7.077 C 4.551 6.776 4.633 6.438 4.633 6.06 C 4.633 5.673 4.549 5.328 4.378 5.025 C 4.218 4.726 3.979 4.476 3.687 4.302 C 3.382 4.123 3.034 4.03 2.68 4.034 C 2.397 4.033 2.116 4.076 1.846 4.16 C 1.594 4.228 1.356 4.338 1.141 4.485 L 0.139 4.363 L 0.674 0 L 5.273 0 L 5.273 0.953 L 1.573 0.953 L 1.263 3.567 L 1.315 3.567 C 1.495 3.423 1.723 3.303 1.997 3.208 C 2.272 3.112 2.562 3.064 2.853 3.065 C 3.394 3.065 3.877 3.195 4.301 3.455 C 4.725 3.709 5.072 4.074 5.303 4.511 C 5.549 4.958 5.671 5.468 5.671 6.043 C 5.671 6.608 5.544 7.113 5.291 7.557 C 5.045 7.993 4.687 8.356 4.254 8.605 C 3.812 8.859 3.311 8.985 2.749 8.985 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-81tqrj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.464 8.977\" overflow=\"visible\"><path d=\"M 0 7.306 L 0 5.83 L 3.694 0 L 4.965 0 L 4.965 2.043 L 4.214 2.043 L 1.884 5.735 L 1.884 5.805 L 7.135 5.805 L 7.135 7.306 Z M 4.248 8.864 L 4.248 6.856 L 4.283 6.203 L 4.283 0 L 6.038 0 L 6.038 8.864 L 4.248 8.864 Z M 9.31 8.977 C 9.024 8.977 8.779 8.876 8.574 8.673 C 8.377 8.48 8.268 8.214 8.272 7.938 C 8.272 7.655 8.373 7.412 8.574 7.211 C 8.779 7.009 9.024 6.908 9.31 6.908 C 9.585 6.908 9.828 7.009 10.036 7.211 C 10.243 7.412 10.347 7.655 10.347 7.938 C 10.347 8.128 10.298 8.303 10.2 8.461 C 10.107 8.616 9.978 8.745 9.824 8.838 C 9.668 8.931 9.49 8.978 9.31 8.977 Z M 11.858 8.864 L 15.528 1.593 L 15.528 1.532 L 11.254 1.532 L 11.254 0 L 17.464 0 L 17.464 1.554 L 13.79 8.864 L 11.859 8.864 Z\" fill=\"rgb(69,77,84)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mrb9p9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.135 7.306\" overflow=\"visible\"><path d=\"M 0 7.306 L 0 5.83 L 3.694 0 L 4.965 0 L 4.965 2.043 L 4.214 2.043 L 1.884 5.735 L 1.884 5.805 L 7.135 5.805 L 7.135 7.306 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9ok6pq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.79 8.864\" overflow=\"visible\"><path d=\"M 0 8.864 L 0 6.856 L 0.035 6.203 L 0.035 0 L 1.79 0 L 1.79 8.864 L 0 8.864 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1oarsdy\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.075 2.069\" overflow=\"visible\"><path d=\"M 1.038 2.069 C 0.752 2.069 0.507 1.968 0.303 1.766 C 0.106 1.572 -0.004 1.306 0 1.03 C 0 0.747 0.102 0.505 0.303 0.303 C 0.507 0.101 0.752 0 1.038 0 C 1.314 0 1.556 0.101 1.764 0.303 C 1.971 0.505 2.075 0.747 2.075 1.03 C 2.075 1.22 2.026 1.395 1.929 1.554 C 1.836 1.708 1.706 1.837 1.552 1.931 C 1.397 2.023 1.219 2.071 1.038 2.069 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sq6uh9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.211 8.864\" overflow=\"visible\"><path d=\"M 0.605 8.864 L 4.275 1.593 L 4.275 1.532 L 0 1.532 L 0 0 L 6.211 0 L 6.211 1.554 L 2.537 8.864 L 0.605 8.864 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1tc64j7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74.832 13.101\" overflow=\"visible\"><path d=\"M 6.878 0 L 8.847 4.53 L 13.758 5.004 L 10.063 8.279 L 11.13 13.101 L 6.878 10.595 L 2.627 13.101 L 3.694 8.279 L 0 5.004 L 4.911 4.53 Z M 22.148 0 L 24.116 4.53 L 29.026 5.004 L 25.332 8.279 L 26.399 13.101 L 22.148 10.595 L 17.896 13.101 L 18.963 8.279 L 15.269 5.004 L 20.179 4.53 Z M 37.417 0 L 39.384 4.53 L 44.295 5.004 L 40.601 8.279 L 41.668 13.101 L 37.417 10.595 L 33.166 13.101 L 34.232 8.279 L 30.538 5.004 L 35.448 4.53 Z M 52.685 0 L 54.654 4.53 L 59.564 5.004 L 55.87 8.279 L 56.936 13.101 L 52.685 10.595 L 48.434 13.101 L 49.5 8.279 L 45.807 5.004 L 50.717 4.53 Z M 67.954 0 L 69.922 4.53 L 74.832 5.004 L 71.139 8.279 L 72.205 13.101 L 67.954 10.595 L 63.703 13.101 L 64.769 8.279 L 61.075 5.004 L 65.985 4.53 Z\" fill=\"rgb(255,204,51)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ju4btm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.758 13.101\" overflow=\"visible\"><path d=\"M 6.878 0 L 8.847 4.53 L 13.758 5.004 L 10.063 8.279 L 11.13 13.101 L 6.878 10.595 L 2.627 13.101 L 3.694 8.279 L 0 5.004 L 4.911 4.53 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lsvmpn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.758 13.101\" overflow=\"visible\"><path d=\"M 6.879 0 L 8.847 4.53 L 13.758 5.004 L 10.063 8.279 L 11.13 13.101 L 6.879 10.595 L 2.627 13.101 L 3.694 8.279 L 0 5.004 L 4.911 4.53 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rnfuwj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.757 13.101\" overflow=\"visible\"><path d=\"M 6.878 0 L 8.846 4.53 L 13.757 5.004 L 10.063 8.279 L 11.13 13.101 L 6.878 10.595 L 2.627 13.101 L 3.694 8.279 L 0 5.004 L 4.91 4.53 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pow5op\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.757 13.101\" overflow=\"visible\"><path d=\"M 6.878 0 L 8.847 4.53 L 13.757 5.004 L 10.063 8.279 L 11.13 13.101 L 6.878 10.595 L 2.627 13.101 L 3.694 8.279 L 0 5.004 L 4.91 4.53 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mwo1sc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.757 13.101\" overflow=\"visible\"><path d=\"M 6.878 0 L 8.847 4.53 L 13.757 5.004 L 10.063 8.279 L 11.13 13.101 L 6.878 10.595 L 2.627 13.101 L 3.694 8.279 L 0 5.004 L 4.91 4.53 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vetphr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.491 21.125\" overflow=\"visible\"><g><path d=\"M 0 0 L 6.491 0 L 6.491 21.125 L 0 21.125 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',withExternalLayout:true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1offmm6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.491 21.125\" overflow=\"visible\"><path d=\"M 0 0 L 6.491 0 L 6.491 21.125 L 0 21.125 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1jo2w7c\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 109.45 11.863\" overflow=\"visible\"><path d=\"M 6.026 3.371 C 5.971 3.173 5.884 2.984 5.77 2.813 C 5.545 2.485 5.214 2.245 4.832 2.134 C 4.618 2.071 4.395 2.04 4.172 2.043 C 3.719 2.043 3.321 2.155 2.979 2.38 C 2.638 2.605 2.373 2.932 2.184 3.363 C 1.993 3.79 1.898 4.312 1.898 4.93 C 1.898 5.547 1.991 6.072 2.179 6.505 C 2.365 6.937 2.631 7.268 2.974 7.496 C 3.317 7.721 3.722 7.833 4.189 7.833 C 4.612 7.833 4.974 7.759 5.273 7.608 C 5.576 7.456 5.807 7.24 5.965 6.963 C 6.127 6.687 6.207 6.359 6.207 5.981 L 6.587 6.038 L 4.305 6.038 L 4.305 4.627 L 8.01 4.627 L 8.01 5.743 C 8.01 6.522 7.845 7.192 7.516 7.751 C 7.195 8.301 6.725 8.748 6.16 9.041 C 5.583 9.341 4.924 9.491 4.18 9.491 C 3.35 9.491 2.622 9.308 1.993 8.942 C 1.363 8.57 0.852 8.025 0.523 7.37 C 0.174 6.689 0 5.882 0 4.947 C 0 4.228 0.104 3.588 0.312 3.025 C 0.503 2.49 0.804 2.001 1.194 1.589 C 1.565 1.2 2.013 0.895 2.511 0.692 C 3.028 0.484 3.582 0.38 4.14 0.385 C 4.641 0.385 5.109 0.458 5.54 0.605 C 5.957 0.741 6.346 0.95 6.69 1.221 C 7.028 1.486 7.303 1.801 7.515 2.168 C 7.729 2.532 7.866 2.932 7.927 3.371 L 6.025 3.371 Z M 9.363 9.37 L 9.363 8.02 L 12.514 5.098 C 12.782 4.838 13.007 4.605 13.189 4.397 C 13.373 4.189 13.513 3.986 13.608 3.787 C 13.703 3.585 13.75 3.367 13.75 3.133 C 13.75 2.873 13.691 2.65 13.574 2.463 C 13.457 2.274 13.289 2.122 13.089 2.026 C 12.873 1.919 12.634 1.866 12.393 1.87 C 12.123 1.87 11.886 1.924 11.685 2.034 C 11.483 2.144 11.328 2.301 11.218 2.505 C 11.103 2.732 11.047 2.983 11.053 3.237 L 9.276 3.237 C 9.276 2.657 9.408 2.154 9.671 1.727 C 9.935 1.297 10.318 0.953 10.773 0.735 C 11.245 0.502 11.789 0.385 12.406 0.385 C 13.04 0.385 13.592 0.497 14.061 0.722 C 14.534 0.945 14.902 1.254 15.164 1.649 C 15.426 2.044 15.557 2.497 15.557 3.008 C 15.557 3.343 15.491 3.673 15.359 3.999 C 15.229 4.324 14.997 4.687 14.663 5.086 C 14.328 5.48 13.857 5.955 13.249 6.509 L 11.956 7.777 L 11.956 7.838 L 15.674 7.838 L 15.674 9.37 Z M 19.865 9.37 L 19.865 2.722 L 21.706 2.722 L 21.706 9.37 L 19.864 9.37 Z M 20.79 1.865 C 20.515 1.865 20.281 1.775 20.084 1.593 C 19.898 1.423 19.793 1.182 19.795 0.93 C 19.795 0.676 19.892 0.459 20.084 0.277 C 20.273 0.095 20.527 -0.005 20.789 0 C 21.063 0 21.297 0.092 21.489 0.276 C 21.685 0.458 21.784 0.676 21.784 0.93 C 21.784 1.187 21.685 1.408 21.489 1.593 C 21.301 1.772 21.049 1.87 20.79 1.865 Z M 25.022 5.527 L 25.022 9.37 L 23.18 9.37 L 23.18 2.722 L 24.935 2.722 L 24.935 3.895 L 25.013 3.895 C 25.16 3.509 25.407 3.202 25.751 2.977 C 26.098 2.75 26.517 2.636 27.01 2.636 C 27.471 2.636 27.873 2.737 28.216 2.939 C 28.559 3.14 28.825 3.429 29.016 3.804 C 29.206 4.176 29.301 4.621 29.301 5.137 L 29.301 9.37 L 27.459 9.37 L 27.459 5.466 C 27.462 5.06 27.359 4.742 27.148 4.514 C 26.938 4.283 26.648 4.167 26.28 4.167 C 26.05 4.163 25.824 4.218 25.622 4.328 C 25.436 4.435 25.288 4.59 25.182 4.796 C 25.078 4.997 25.024 5.241 25.022 5.527 Z M 33.198 9.478 C 32.694 9.478 32.237 9.348 31.828 9.088 C 31.423 8.826 31.1 8.441 30.86 7.933 C 30.624 7.422 30.506 6.796 30.506 6.055 C 30.506 5.293 30.627 4.66 30.873 4.154 C 31.118 3.647 31.444 3.267 31.849 3.017 C 32.252 2.764 32.719 2.632 33.194 2.635 C 33.566 2.635 33.876 2.699 34.123 2.826 C 34.375 2.95 34.576 3.106 34.728 3.293 C 34.884 3.478 35.002 3.66 35.083 3.838 L 35.14 3.838 L 35.14 0.507 L 36.976 0.507 L 36.976 9.37 L 35.161 9.37 L 35.161 8.306 L 35.083 8.306 C 34.987 8.505 34.863 8.69 34.715 8.855 C 34.546 9.044 34.338 9.196 34.107 9.301 C 33.858 9.419 33.555 9.478 33.198 9.478 Z M 33.782 8.011 C 34.078 8.011 34.329 7.93 34.534 7.768 C 34.741 7.604 34.9 7.374 35.009 7.08 C 35.122 6.786 35.178 6.442 35.178 6.046 C 35.178 5.651 35.123 5.307 35.014 5.016 C 34.904 4.725 34.746 4.5 34.538 4.341 C 34.331 4.182 34.078 4.102 33.782 4.102 C 33.48 4.102 33.224 4.185 33.017 4.349 C 32.799 4.528 32.636 4.766 32.546 5.034 C 32.434 5.359 32.38 5.702 32.386 6.046 C 32.386 6.433 32.439 6.775 32.546 7.071 C 32.655 7.366 32.813 7.597 33.016 7.764 C 33.224 7.929 33.479 8.011 33.782 8.011 Z M 42.748 6.54 L 42.748 2.721 L 44.589 2.721 L 44.589 9.37 L 42.821 9.37 L 42.821 8.163 L 42.752 8.163 C 42.602 8.553 42.353 8.865 42.004 9.102 C 41.658 9.337 41.236 9.456 40.738 9.456 C 40.294 9.456 39.904 9.355 39.566 9.154 C 39.226 8.948 38.951 8.649 38.775 8.293 C 38.588 7.92 38.493 7.474 38.49 6.955 L 38.49 2.722 L 40.331 2.722 L 40.331 6.626 C 40.334 7.019 40.439 7.329 40.647 7.556 C 40.854 7.784 41.132 7.898 41.481 7.898 C 41.703 7.898 41.91 7.848 42.103 7.747 C 42.297 7.643 42.452 7.49 42.57 7.288 C 42.692 7.086 42.75 6.837 42.748 6.539 Z M 51.585 4.618 L 49.9 4.722 C 49.871 4.578 49.807 4.444 49.713 4.332 C 49.612 4.209 49.483 4.113 49.337 4.051 C 49.165 3.975 48.977 3.938 48.789 3.942 C 48.503 3.942 48.263 4.003 48.067 4.124 C 47.871 4.243 47.773 4.401 47.773 4.601 C 47.773 4.759 47.836 4.893 47.963 5.003 C 48.09 5.112 48.308 5.201 48.616 5.267 L 49.817 5.51 C 50.463 5.642 50.945 5.856 51.261 6.15 C 51.578 6.444 51.737 6.831 51.737 7.309 C 51.737 7.746 51.608 8.128 51.352 8.457 C 51.098 8.786 50.749 9.042 50.305 9.227 C 49.865 9.409 49.356 9.5 48.78 9.5 C 47.901 9.5 47.201 9.316 46.68 8.95 C 46.174 8.602 45.842 8.054 45.767 7.444 L 47.578 7.348 C 47.633 7.617 47.766 7.822 47.976 7.963 C 48.187 8.102 48.456 8.171 48.785 8.171 C 49.107 8.171 49.367 8.109 49.562 7.985 C 49.761 7.858 49.862 7.695 49.865 7.495 C 49.864 7.333 49.786 7.18 49.654 7.085 C 49.515 6.975 49.302 6.892 49.013 6.833 L 47.864 6.604 C 47.215 6.474 46.733 6.249 46.416 5.93 C 46.101 5.609 45.945 5.201 45.945 4.705 C 45.945 4.277 46.06 3.91 46.29 3.601 C 46.524 3.292 46.85 3.054 47.272 2.886 C 47.695 2.72 48.191 2.636 48.759 2.636 C 49.597 2.636 50.257 2.813 50.739 3.168 C 51.222 3.523 51.505 4.006 51.585 4.618 Z M 56.428 2.722 L 56.428 4.107 L 52.429 4.107 L 52.429 2.722 Z M 53.336 1.13 L 55.178 1.13 L 55.178 7.327 C 55.178 7.498 55.204 7.63 55.256 7.725 C 55.303 7.813 55.379 7.882 55.472 7.92 C 55.567 7.958 55.676 7.976 55.8 7.976 C 55.887 7.976 55.973 7.968 56.06 7.955 L 56.259 7.916 L 56.548 9.288 C 56.42 9.326 56.29 9.359 56.159 9.387 C 55.992 9.428 55.789 9.452 55.55 9.46 C 55.106 9.478 54.717 9.419 54.383 9.283 C 54.065 9.159 53.794 8.938 53.609 8.652 C 53.424 8.366 53.334 8.005 53.337 7.569 L 53.337 1.13 Z M 57.628 9.37 L 57.628 2.722 L 59.413 2.722 L 59.413 3.882 L 59.482 3.882 C 59.603 3.47 59.806 3.158 60.091 2.948 C 60.375 2.735 60.721 2.622 61.076 2.627 C 61.271 2.628 61.465 2.65 61.656 2.692 L 61.656 4.328 C 61.538 4.295 61.418 4.272 61.297 4.258 C 61.158 4.239 61.018 4.229 60.877 4.228 C 60.607 4.228 60.365 4.288 60.151 4.406 C 59.943 4.519 59.77 4.686 59.651 4.891 C 59.529 5.098 59.469 5.337 59.469 5.609 L 59.469 9.37 Z M 63.946 11.863 C 63.713 11.863 63.494 11.844 63.29 11.806 C 63.118 11.78 62.95 11.735 62.788 11.673 L 63.203 10.296 C 63.419 10.363 63.614 10.399 63.786 10.404 C 63.947 10.414 64.107 10.371 64.241 10.282 C 64.37 10.196 64.475 10.049 64.556 9.842 L 64.664 9.56 L 62.283 2.722 L 64.219 2.722 L 65.593 7.604 L 65.662 7.604 L 67.05 2.722 L 68.999 2.722 L 66.419 10.088 C 66.295 10.446 66.127 10.758 65.913 11.023 C 65.702 11.292 65.427 11.505 65.114 11.642 C 64.791 11.789 64.401 11.863 63.946 11.863 Z M 74.6 0.506 L 74.6 9.37 L 72.758 9.37 L 72.758 0.506 L 74.6 0.506 Z M 79.1 9.5 C 78.417 9.5 77.83 9.362 77.336 9.084 C 76.851 8.808 76.457 8.396 76.205 7.898 C 75.939 7.385 75.807 6.777 75.807 6.076 C 75.807 5.393 75.939 4.792 76.205 4.276 C 76.455 3.775 76.843 3.356 77.323 3.068 C 77.808 2.78 78.376 2.636 79.027 2.636 C 79.465 2.636 79.872 2.707 80.25 2.847 C 80.63 2.986 80.962 3.196 81.244 3.475 C 81.529 3.756 81.751 4.107 81.91 4.531 C 82.068 4.952 82.147 5.446 82.147 6.012 L 82.147 6.518 L 76.541 6.518 L 76.541 5.376 L 80.414 5.376 C 80.419 5.129 80.359 4.886 80.241 4.67 C 80.129 4.468 79.963 4.302 79.762 4.189 C 79.547 4.068 79.303 4.006 79.057 4.011 C 78.778 4.011 78.53 4.076 78.313 4.206 C 78.104 4.331 77.931 4.508 77.812 4.722 C 77.69 4.94 77.626 5.186 77.626 5.436 L 77.626 6.522 C 77.626 6.851 77.687 7.136 77.808 7.375 C 77.932 7.614 78.106 7.799 78.331 7.929 C 78.556 8.059 78.822 8.124 79.131 8.124 C 79.335 8.124 79.522 8.094 79.693 8.037 C 80.023 7.932 80.287 7.679 80.405 7.353 L 82.108 7.465 C 82.028 7.864 81.845 8.234 81.577 8.539 C 81.295 8.854 80.942 9.097 80.548 9.249 C 80.13 9.416 79.647 9.5 79.1 9.5 Z M 85.242 9.495 C 84.819 9.495 84.441 9.422 84.109 9.275 C 83.789 9.134 83.516 8.904 83.323 8.613 C 83.133 8.319 83.038 7.952 83.038 7.513 C 83.038 7.144 83.106 6.834 83.241 6.583 C 83.377 6.331 83.561 6.13 83.795 5.977 C 84.027 5.824 84.293 5.709 84.59 5.631 C 84.899 5.551 85.214 5.496 85.532 5.466 C 85.918 5.425 86.229 5.388 86.465 5.354 C 86.702 5.316 86.873 5.261 86.979 5.189 C 87.086 5.118 87.146 4.996 87.139 4.869 L 87.139 4.843 C 87.139 4.569 87.053 4.357 86.88 4.206 C 86.71 4.057 86.468 3.981 86.154 3.981 C 85.823 3.981 85.559 4.055 85.363 4.202 C 85.176 4.335 85.039 4.527 84.974 4.748 L 83.271 4.609 C 83.358 4.205 83.528 3.856 83.782 3.561 C 84.047 3.256 84.384 3.021 84.763 2.878 C 85.166 2.716 85.632 2.636 86.163 2.636 C 86.532 2.636 86.885 2.679 87.222 2.766 C 87.562 2.852 87.863 2.986 88.125 3.168 C 88.388 3.347 88.603 3.588 88.752 3.869 C 88.904 4.152 88.981 4.491 88.981 4.887 L 88.981 9.37 L 87.235 9.37 L 87.235 8.448 L 87.183 8.448 C 87.076 8.656 86.931 8.843 86.755 8.998 C 86.565 9.16 86.347 9.285 86.111 9.366 C 85.861 9.452 85.571 9.496 85.242 9.496 Z M 85.77 8.223 C 86.018 8.228 86.264 8.173 86.487 8.063 C 86.686 7.961 86.854 7.809 86.975 7.621 C 87.094 7.437 87.152 7.227 87.152 6.994 L 87.152 6.288 C 87.078 6.333 86.998 6.368 86.915 6.392 C 86.805 6.424 86.694 6.451 86.582 6.474 C 86.459 6.498 86.334 6.52 86.21 6.539 L 85.873 6.587 C 85.679 6.613 85.489 6.664 85.307 6.738 C 85.159 6.798 85.029 6.895 84.931 7.02 C 84.838 7.145 84.791 7.297 84.797 7.452 C 84.797 7.704 84.888 7.895 85.069 8.028 C 85.254 8.158 85.487 8.223 85.77 8.223 Z M 92.856 9.478 C 92.371 9.483 91.895 9.348 91.485 9.088 C 91.08 8.826 90.757 8.441 90.517 7.933 C 90.281 7.422 90.163 6.796 90.163 6.055 C 90.163 5.293 90.285 4.66 90.53 4.154 C 90.775 3.647 91.101 3.267 91.507 3.017 C 91.91 2.764 92.376 2.632 92.852 2.635 C 93.223 2.635 93.533 2.699 93.781 2.826 C 94.032 2.95 94.233 3.106 94.386 3.293 C 94.541 3.478 94.66 3.66 94.74 3.838 L 94.797 3.838 L 94.797 0.507 L 96.634 0.507 L 96.634 9.37 L 94.818 9.37 L 94.818 8.306 L 94.74 8.306 C 94.644 8.505 94.521 8.69 94.373 8.855 C 94.203 9.044 93.996 9.196 93.764 9.301 C 93.516 9.419 93.213 9.478 92.856 9.478 Z M 93.439 8.011 C 93.736 8.011 93.987 7.93 94.191 7.768 C 94.399 7.604 94.557 7.374 94.667 7.08 C 94.779 6.786 94.836 6.442 94.836 6.046 C 94.836 5.651 94.781 5.307 94.671 5.016 C 94.561 4.725 94.403 4.5 94.195 4.341 C 93.989 4.182 93.736 4.102 93.439 4.102 C 93.137 4.102 92.882 4.185 92.674 4.349 C 92.456 4.529 92.293 4.766 92.203 5.034 C 92.091 5.359 92.037 5.702 92.044 6.046 C 92.044 6.433 92.096 6.775 92.203 7.071 C 92.313 7.366 92.47 7.597 92.674 7.764 C 92.882 7.929 93.137 8.011 93.439 8.011 Z M 101.173 9.5 C 100.49 9.5 99.902 9.362 99.41 9.084 C 98.924 8.808 98.53 8.396 98.277 7.898 C 98.012 7.385 97.879 6.777 97.879 6.076 C 97.879 5.393 98.012 4.792 98.277 4.276 C 98.528 3.775 98.916 3.356 99.397 3.068 C 99.88 2.78 100.448 2.636 101.099 2.636 C 101.537 2.636 101.945 2.707 102.323 2.847 C 102.703 2.986 103.034 3.196 103.317 3.475 C 103.614 3.774 103.841 4.134 103.982 4.531 C 104.141 4.952 104.22 5.446 104.22 6.012 L 104.22 6.518 L 98.614 6.518 L 98.614 5.376 L 102.487 5.376 C 102.492 5.129 102.432 4.886 102.314 4.67 C 102.202 4.468 102.036 4.302 101.834 4.189 C 101.62 4.068 101.376 4.006 101.13 4.011 C 100.85 4.011 100.603 4.076 100.386 4.206 C 100.176 4.33 100.003 4.508 99.885 4.722 C 99.764 4.935 99.702 5.173 99.699 5.436 L 99.699 6.522 C 99.699 6.851 99.759 7.136 99.88 7.375 C 100.005 7.614 100.179 7.799 100.404 7.929 C 100.628 8.059 100.895 8.124 101.203 8.124 C 101.407 8.124 101.595 8.094 101.765 8.037 C 101.928 7.983 102.077 7.894 102.202 7.777 C 102.325 7.658 102.419 7.514 102.479 7.353 L 104.181 7.465 C 104.1 7.864 103.917 8.234 103.649 8.539 C 103.367 8.854 103.015 9.097 102.621 9.249 C 102.203 9.416 101.721 9.5 101.173 9.5 Z M 105.422 9.37 L 105.422 2.722 L 107.207 2.722 L 107.207 3.882 L 107.276 3.882 C 107.397 3.47 107.6 3.158 107.885 2.948 C 108.169 2.735 108.516 2.622 108.871 2.627 C 109.066 2.628 109.26 2.65 109.45 2.692 L 109.45 4.328 C 109.332 4.295 109.212 4.272 109.091 4.258 C 108.952 4.239 108.812 4.229 108.672 4.228 C 108.401 4.228 108.159 4.288 107.946 4.406 C 107.738 4.519 107.565 4.686 107.444 4.891 C 107.32 5.109 107.258 5.357 107.263 5.609 L 107.263 9.37 Z\" fill=\"rgb(69,77,84)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11q7s3r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.01 9.106\" overflow=\"visible\"><path d=\"M 6.026 2.986 C 5.971 2.788 5.884 2.599 5.77 2.428 C 5.545 2.1 5.214 1.86 4.832 1.749 C 4.618 1.686 4.395 1.655 4.172 1.658 C 3.719 1.658 3.321 1.77 2.979 1.995 C 2.638 2.22 2.373 2.547 2.184 2.978 C 1.993 3.405 1.898 3.927 1.898 4.544 C 1.898 5.162 1.991 5.687 2.179 6.12 C 2.365 6.552 2.631 6.883 2.974 7.111 C 3.317 7.335 3.722 7.448 4.189 7.448 C 4.612 7.448 4.974 7.374 5.273 7.223 C 5.576 7.071 5.807 6.855 5.965 6.578 C 6.127 6.302 6.207 5.974 6.207 5.596 L 6.587 5.653 L 4.305 5.653 L 4.305 4.241 L 8.01 4.241 L 8.01 5.358 C 8.01 6.137 7.845 6.806 7.516 7.366 C 7.195 7.916 6.725 8.363 6.16 8.656 C 5.583 8.956 4.924 9.106 4.18 9.106 C 3.35 9.106 2.622 8.923 1.993 8.557 C 1.363 8.185 0.852 7.639 0.523 6.985 C 0.174 6.304 0 5.497 0 4.562 C 0 3.843 0.104 3.203 0.312 2.64 C 0.503 2.105 0.804 1.616 1.194 1.203 C 1.565 0.815 2.013 0.51 2.511 0.307 C 3.028 0.099 3.582 -0.005 4.14 0 C 4.641 0 5.109 0.073 5.54 0.22 C 5.957 0.356 6.346 0.564 6.69 0.835 C 7.028 1.101 7.303 1.416 7.515 1.783 C 7.729 2.147 7.866 2.547 7.927 2.986 L 6.025 2.986 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-to5qx5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.397 8.985\" overflow=\"visible\"><path d=\"M 0.087 8.985 L 0.087 7.634 L 3.238 4.713 C 3.505 4.452 3.731 4.219 3.913 4.012 C 4.097 3.804 4.236 3.601 4.331 3.402 C 4.426 3.2 4.474 2.982 4.474 2.748 C 4.474 2.488 4.415 2.264 4.297 2.078 C 4.181 1.889 4.013 1.737 3.813 1.64 C 3.597 1.534 3.358 1.48 3.117 1.484 C 2.846 1.484 2.61 1.539 2.408 1.649 C 2.206 1.758 2.051 1.916 1.942 2.12 C 1.827 2.346 1.77 2.598 1.777 2.852 L 0 2.852 C 0 2.272 0.131 1.769 0.394 1.341 C 0.659 0.912 1.042 0.568 1.496 0.35 C 1.969 0.117 2.513 0 3.13 0 C 3.764 0 4.316 0.112 4.785 0.337 C 5.258 0.56 5.626 0.869 5.888 1.263 C 6.15 1.659 6.28 2.112 6.28 2.623 C 6.28 2.958 6.215 3.287 6.082 3.614 C 5.953 3.939 5.721 4.301 5.386 4.7 C 5.052 5.095 4.581 5.57 3.973 6.124 L 2.68 7.391 L 2.68 7.452 L 6.397 7.452 L 6.397 8.985 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-njh787\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.842 6.648\" overflow=\"visible\"><path d=\"M 0.001 6.648 L 0.001 0 L 1.842 0 L 1.842 6.648 L 0 6.648 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2hha1y\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.989 1.865\" overflow=\"visible\"><path d=\"M 0.995 1.865 C 0.721 1.865 0.486 1.775 0.29 1.593 C 0.103 1.423 -0.002 1.182 0 0.93 C 0 0.676 0.097 0.459 0.29 0.277 C 0.479 0.095 0.732 -0.005 0.994 0 C 1.268 0 1.502 0.092 1.694 0.276 C 1.891 0.458 1.989 0.676 1.989 0.93 C 1.989 1.187 1.891 1.408 1.694 1.593 C 1.506 1.772 1.255 1.87 0.995 1.865 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-o4prcb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.121 6.734\" overflow=\"visible\"><path d=\"M 1.842 2.891 L 1.842 6.734 L 0 6.734 L 0 0.086 L 1.755 0.086 L 1.755 1.259 L 1.833 1.259 C 1.98 0.873 2.227 0.566 2.571 0.341 C 2.918 0.114 3.337 0 3.83 0 C 4.291 0 4.692 0.101 5.036 0.303 C 5.379 0.505 5.645 0.793 5.836 1.168 C 6.026 1.54 6.121 1.985 6.121 2.501 L 6.121 6.734 L 4.279 6.734 L 4.279 2.83 C 4.282 2.424 4.179 2.106 3.968 1.878 C 3.758 1.647 3.468 1.532 3.1 1.532 C 2.87 1.527 2.644 1.582 2.442 1.692 C 2.256 1.799 2.108 1.954 2.002 2.16 C 1.898 2.361 1.844 2.605 1.842 2.891 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-suzs3d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.47 8.971\" overflow=\"visible\"><path d=\"M 2.692 8.971 C 2.188 8.971 1.732 8.841 1.323 8.581 C 0.917 8.319 0.594 7.934 0.355 7.426 C 0.118 6.915 0 6.289 0 5.548 C 0 4.786 0.122 4.153 0.368 3.647 C 0.613 3.14 0.938 2.76 1.344 2.51 C 1.747 2.257 2.213 2.125 2.688 2.128 C 3.06 2.128 3.37 2.192 3.617 2.319 C 3.869 2.443 4.07 2.599 4.223 2.786 C 4.378 2.971 4.496 3.153 4.577 3.331 L 4.634 3.331 L 4.634 0 L 6.47 0 L 6.47 8.863 L 4.655 8.863 L 4.655 7.798 L 4.577 7.798 C 4.481 7.998 4.357 8.183 4.21 8.348 C 4.04 8.537 3.833 8.689 3.601 8.794 C 3.353 8.911 3.049 8.971 2.692 8.971 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11h01up\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.793 3.908\" overflow=\"visible\"><path d=\"M 1.397 3.908 C 1.693 3.908 1.944 3.828 2.148 3.666 C 2.356 3.502 2.514 3.272 2.624 2.978 C 2.737 2.684 2.793 2.339 2.793 1.943 C 2.793 1.549 2.738 1.205 2.629 0.913 C 2.519 0.622 2.361 0.397 2.153 0.239 C 1.945 0.08 1.693 0 1.397 0 C 1.094 0 0.839 0.083 0.632 0.247 C 0.413 0.426 0.25 0.663 0.161 0.931 C 0.049 1.257 -0.006 1.599 0 1.943 C 0 2.33 0.054 2.672 0.16 2.969 C 0.27 3.264 0.427 3.495 0.631 3.662 C 0.839 3.826 1.093 3.908 1.397 3.908 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-20gjsy\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.099 6.735\" overflow=\"visible\"><path d=\"M 4.258 3.819 L 4.258 0 L 6.099 0 L 6.099 6.649 L 4.331 6.649 L 4.331 5.441 L 4.262 5.441 C 4.112 5.831 3.862 6.144 3.513 6.381 C 3.168 6.616 2.746 6.735 2.248 6.735 C 1.804 6.735 1.414 6.634 1.076 6.433 C 0.735 6.227 0.461 5.928 0.285 5.571 C 0.098 5.199 0.002 4.753 0 4.234 L 0 0.001 L 1.841 0.001 L 1.841 3.905 C 1.844 4.297 1.949 4.608 2.157 4.835 C 2.364 5.063 2.642 5.176 2.991 5.176 C 3.212 5.176 3.42 5.127 3.613 5.026 C 3.806 4.922 3.962 4.769 4.08 4.567 C 4.202 4.365 4.26 4.115 4.258 3.818 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7c9m18\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.97 6.864\" overflow=\"visible\"><path d=\"M 5.818 1.982 L 4.133 2.086 C 4.104 1.942 4.04 1.808 3.946 1.696 C 3.845 1.573 3.716 1.477 3.57 1.415 C 3.398 1.339 3.21 1.302 3.022 1.307 C 2.736 1.307 2.496 1.367 2.3 1.488 C 2.104 1.607 2.006 1.765 2.006 1.965 C 2.006 2.123 2.069 2.257 2.196 2.367 C 2.323 2.476 2.541 2.565 2.849 2.631 L 4.05 2.874 C 4.696 3.006 5.178 3.22 5.494 3.514 C 5.811 3.808 5.97 4.195 5.97 4.673 C 5.97 5.11 5.841 5.492 5.585 5.821 C 5.331 6.15 4.982 6.406 4.538 6.591 C 4.098 6.773 3.589 6.864 3.013 6.864 C 2.134 6.864 1.434 6.68 0.913 6.314 C 0.407 5.966 0.075 5.418 0 4.808 L 1.811 4.712 C 1.866 4.981 1.999 5.186 2.209 5.328 C 2.42 5.466 2.689 5.536 3.018 5.536 C 3.34 5.536 3.599 5.473 3.795 5.349 C 3.994 5.222 4.095 5.059 4.098 4.86 C 4.097 4.697 4.019 4.544 3.887 4.449 C 3.748 4.34 3.535 4.256 3.246 4.197 L 2.097 3.968 C 1.448 3.838 0.966 3.613 0.649 3.294 C 0.334 2.973 0.178 2.565 0.178 2.069 C 0.178 1.641 0.293 1.274 0.523 0.965 C 0.757 0.656 1.083 0.418 1.505 0.25 C 1.928 0.084 2.424 0 2.992 0 C 3.83 0 4.49 0.177 4.972 0.532 C 5.455 0.887 5.738 1.37 5.818 1.982 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pk0w18\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.999 1.385\" overflow=\"visible\"><path d=\"M 3.999 0 L 3.999 1.385 L 0 1.385 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1npr5m7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.212 8.334\" overflow=\"visible\"><path d=\"M 0 0 L 1.842 0 L 1.842 6.198 C 1.842 6.368 1.868 6.501 1.92 6.596 C 1.967 6.684 2.043 6.753 2.136 6.791 C 2.231 6.828 2.34 6.847 2.464 6.847 C 2.551 6.847 2.637 6.839 2.724 6.825 L 2.923 6.786 L 3.212 8.158 C 3.084 8.196 2.954 8.229 2.823 8.257 C 2.656 8.298 2.453 8.322 2.214 8.331 C 1.77 8.348 1.381 8.29 1.047 8.153 C 0.729 8.029 0.458 7.808 0.273 7.522 C 0.088 7.236 -0.002 6.875 0.001 6.44 L 0.001 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lk5nqh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.028 6.743\" overflow=\"visible\"><path d=\"M 0 6.743 L 0 0.095 L 1.785 0.095 L 1.785 1.255 L 1.854 1.255 C 1.975 0.843 2.178 0.531 2.463 0.321 C 2.747 0.108 3.094 -0.005 3.449 0 C 3.643 0.001 3.838 0.023 4.028 0.065 L 4.028 1.701 C 3.91 1.669 3.79 1.645 3.669 1.632 C 3.53 1.612 3.39 1.602 3.25 1.602 C 2.98 1.602 2.737 1.661 2.524 1.779 C 2.316 1.892 2.143 2.059 2.023 2.264 C 1.901 2.471 1.841 2.711 1.841 2.982 L 1.841 6.743 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-z8by0p\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.716 9.141\" overflow=\"visible\"><path d=\"M 1.663 9.141 C 1.431 9.141 1.211 9.122 1.007 9.084 C 0.835 9.058 0.667 9.013 0.506 8.95 L 0.92 7.574 C 1.136 7.641 1.331 7.677 1.504 7.682 C 1.664 7.692 1.824 7.649 1.958 7.56 C 2.087 7.474 2.192 7.327 2.273 7.12 L 2.382 6.838 L 0 0 L 1.936 0 L 3.311 4.882 L 3.38 4.882 L 4.767 0 L 6.716 0 L 4.136 7.366 C 4.012 7.724 3.844 8.036 3.63 8.301 C 3.419 8.57 3.144 8.783 2.831 8.92 C 2.508 9.067 2.119 9.141 1.663 9.141 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sje1cx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.841 8.864\" overflow=\"visible\"><path d=\"M 1.841 0.001 L 1.841 8.864 L 0 8.864 L 0 0 L 1.841 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hvvhgq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.341 6.864\" overflow=\"visible\"><path d=\"M 3.294 6.864 C 2.61 6.864 2.023 6.726 1.53 6.448 C 1.044 6.172 0.651 5.76 0.398 5.262 C 0.132 4.749 0 4.141 0 3.44 C 0 2.757 0.132 2.156 0.398 1.64 C 0.648 1.139 1.036 0.72 1.517 0.432 C 2.001 0.144 2.569 0 3.22 0 C 3.658 0 4.065 0.071 4.443 0.211 C 4.823 0.35 5.155 0.56 5.437 0.839 C 5.722 1.12 5.945 1.471 6.103 1.896 C 6.261 2.316 6.341 2.81 6.341 3.376 L 6.341 3.882 L 0.734 3.882 L 0.734 2.74 L 4.607 2.74 C 4.612 2.493 4.553 2.25 4.434 2.034 C 4.322 1.832 4.156 1.666 3.955 1.553 C 3.74 1.432 3.497 1.37 3.25 1.376 C 2.971 1.376 2.723 1.441 2.507 1.571 C 2.297 1.695 2.124 1.873 2.005 2.086 C 1.883 2.304 1.819 2.55 1.819 2.8 L 1.819 3.886 C 1.819 4.215 1.88 4.5 2.001 4.739 C 2.125 4.978 2.3 5.163 2.524 5.293 C 2.749 5.423 3.015 5.488 3.324 5.488 C 3.528 5.488 3.716 5.458 3.886 5.401 C 4.216 5.296 4.48 5.044 4.598 4.717 L 6.302 4.829 C 6.221 5.228 6.038 5.598 5.77 5.903 C 5.488 6.218 5.135 6.461 4.741 6.613 C 4.323 6.78 3.84 6.864 3.294 6.864 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vtpt4x\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.944 6.86\" overflow=\"visible\"><path d=\"M 2.205 6.859 C 1.781 6.859 1.404 6.786 1.072 6.639 C 0.752 6.498 0.479 6.268 0.286 5.977 C 0.096 5.683 0 5.316 0 4.877 C 0 4.508 0.068 4.198 0.204 3.947 C 0.339 3.695 0.523 3.494 0.757 3.341 C 0.99 3.188 1.255 3.073 1.552 2.995 C 1.861 2.915 2.176 2.86 2.494 2.83 C 2.881 2.789 3.191 2.752 3.427 2.718 C 3.664 2.68 3.836 2.625 3.942 2.553 C 4.048 2.482 4.109 2.36 4.102 2.233 L 4.102 2.207 C 4.102 1.933 4.016 1.721 3.843 1.571 C 3.673 1.421 3.431 1.345 3.117 1.345 C 2.786 1.345 2.522 1.419 2.326 1.566 C 2.138 1.699 2.001 1.891 1.937 2.112 L 0.234 1.974 C 0.321 1.569 0.49 1.22 0.744 0.925 C 1.01 0.62 1.347 0.385 1.725 0.242 C 2.128 0.08 2.595 0 3.126 0 C 3.494 0 3.847 0.043 4.185 0.13 C 4.525 0.216 4.826 0.35 5.088 0.532 C 5.35 0.711 5.566 0.952 5.714 1.233 C 5.867 1.516 5.944 1.855 5.944 2.251 L 5.944 6.734 L 4.198 6.734 L 4.198 5.812 L 4.146 5.812 C 4.038 6.02 3.893 6.207 3.717 6.362 C 3.528 6.524 3.309 6.649 3.074 6.73 C 2.823 6.816 2.533 6.86 2.205 6.86 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1egbr74\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.356 1.935\" overflow=\"visible\"><path d=\"M 0.973 1.935 C 1.222 1.94 1.468 1.885 1.691 1.774 C 1.889 1.673 2.058 1.521 2.179 1.333 C 2.298 1.149 2.356 0.939 2.356 0.706 L 2.356 0 C 2.282 0.045 2.202 0.08 2.118 0.104 C 2.009 0.136 1.898 0.163 1.786 0.186 C 1.662 0.21 1.538 0.232 1.414 0.251 L 1.077 0.299 C 0.883 0.325 0.692 0.375 0.511 0.45 C 0.363 0.51 0.233 0.607 0.134 0.732 C 0.042 0.857 -0.005 1.009 0 1.164 C 0 1.416 0.091 1.607 0.273 1.74 C 0.457 1.87 0.691 1.935 0.973 1.935 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18p1ikh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.471 8.971\" overflow=\"visible\"><path d=\"M 2.693 8.971 C 2.208 8.976 1.732 8.841 1.323 8.581 C 0.917 8.319 0.594 7.934 0.355 7.426 C 0.118 6.915 0 6.289 0 5.548 C 0 4.786 0.123 4.153 0.368 3.647 C 0.613 3.14 0.938 2.76 1.345 2.51 C 1.747 2.257 2.214 2.125 2.689 2.128 C 3.061 2.128 3.371 2.192 3.618 2.319 C 3.869 2.443 4.07 2.599 4.223 2.786 C 4.378 2.971 4.497 3.153 4.577 3.331 L 4.634 3.331 L 4.634 0 L 6.471 0 L 6.471 8.863 L 4.655 8.863 L 4.655 7.798 L 4.577 7.798 C 4.481 7.998 4.358 8.183 4.211 8.348 C 4.04 8.537 3.833 8.689 3.601 8.794 C 3.353 8.911 3.05 8.971 2.693 8.971 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-teyma0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.793 3.908\" overflow=\"visible\"><path d=\"M 1.396 3.908 C 1.693 3.908 1.944 3.828 2.148 3.666 C 2.356 3.502 2.514 3.272 2.624 2.978 C 2.736 2.684 2.793 2.339 2.793 1.943 C 2.793 1.549 2.737 1.205 2.628 0.913 C 2.518 0.622 2.36 0.397 2.152 0.239 C 1.946 0.08 1.693 0 1.396 0 C 1.094 0 0.839 0.083 0.631 0.247 C 0.413 0.426 0.25 0.663 0.16 0.931 C 0.048 1.257 -0.006 1.599 0.001 1.943 C 0.001 2.33 0.053 2.672 0.16 2.969 C 0.27 3.264 0.427 3.495 0.631 3.662 C 0.839 3.826 1.094 3.908 1.396 3.908 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-164ly9f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.341 6.864\" overflow=\"visible\"><path d=\"M 3.294 6.864 C 2.61 6.864 2.023 6.726 1.53 6.448 C 1.045 6.173 0.651 5.76 0.398 5.262 C 0.132 4.749 0 4.141 0 3.44 C 0 2.757 0.132 2.156 0.398 1.64 C 0.649 1.139 1.037 0.72 1.517 0.432 C 2.001 0.144 2.569 0 3.22 0 C 3.658 0 4.066 0.071 4.443 0.211 C 4.824 0.35 5.155 0.56 5.437 0.839 C 5.735 1.138 5.962 1.498 6.103 1.896 C 6.262 2.316 6.341 2.81 6.341 3.376 L 6.341 3.882 L 0.734 3.882 L 0.734 2.74 L 4.607 2.74 C 4.612 2.493 4.553 2.25 4.434 2.034 C 4.322 1.832 4.156 1.666 3.955 1.553 C 3.74 1.432 3.497 1.37 3.251 1.376 C 2.971 1.376 2.723 1.441 2.507 1.571 C 2.297 1.695 2.124 1.872 2.006 2.086 C 1.884 2.299 1.822 2.537 1.819 2.8 L 1.819 3.886 C 1.819 4.215 1.88 4.5 2.001 4.739 C 2.125 4.978 2.3 5.163 2.524 5.293 C 2.749 5.423 3.015 5.488 3.324 5.488 C 3.528 5.488 3.716 5.458 3.886 5.401 C 4.049 5.347 4.198 5.258 4.322 5.141 C 4.445 5.022 4.54 4.878 4.599 4.717 L 6.302 4.829 C 6.221 5.228 6.038 5.598 5.77 5.903 C 5.488 6.218 5.135 6.461 4.741 6.613 C 4.323 6.78 3.841 6.864 3.294 6.864 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vjs9sl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.029 6.743\" overflow=\"visible\"><path d=\"M 0 6.743 L 0 0.095 L 1.785 0.095 L 1.785 1.255 L 1.854 1.255 C 1.975 0.843 2.179 0.531 2.463 0.321 C 2.748 0.108 3.094 -0.005 3.449 0 C 3.644 0.001 3.838 0.023 4.029 0.065 L 4.029 1.701 C 3.911 1.669 3.791 1.646 3.669 1.632 C 3.531 1.613 3.391 1.602 3.251 1.602 C 2.98 1.602 2.738 1.661 2.524 1.779 C 2.316 1.892 2.143 2.06 2.023 2.264 C 1.899 2.482 1.836 2.731 1.841 2.982 L 1.841 6.743 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-oiwkid\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 91.37 8.92\" overflow=\"visible\"><path d=\"M 4.178 1.871 C 4.146 1.534 3.959 1.232 3.673 1.053 C 3.378 0.859 3.015 0.762 2.587 0.762 C 2.274 0.762 1.999 0.813 1.764 0.914 C 1.548 1.003 1.36 1.148 1.218 1.334 C 1.089 1.509 1.021 1.722 1.024 1.94 C 1.024 2.129 1.069 2.292 1.159 2.427 C 1.251 2.561 1.369 2.673 1.512 2.764 C 1.655 2.851 1.804 2.924 1.961 2.981 C 2.118 3.037 2.261 3.082 2.394 3.117 L 3.113 3.31 C 3.297 3.359 3.502 3.426 3.729 3.511 C 3.956 3.597 4.175 3.713 4.382 3.86 C 4.591 4.007 4.765 4.194 4.901 4.422 C 5.037 4.65 5.104 4.931 5.104 5.264 C 5.104 5.646 5.004 5.992 4.804 6.302 C 4.605 6.611 4.315 6.857 3.932 7.04 C 3.552 7.222 3.09 7.313 2.545 7.313 C 2.038 7.313 1.599 7.232 1.229 7.067 C 0.882 6.921 0.581 6.684 0.357 6.382 C 0.144 6.082 0.021 5.728 0 5.36 L 0.886 5.36 C 0.909 5.628 0.999 5.849 1.155 6.025 C 1.315 6.198 1.515 6.327 1.758 6.413 C 2.001 6.496 2.265 6.538 2.545 6.538 C 2.847 6.542 3.147 6.488 3.427 6.378 C 3.687 6.27 3.894 6.12 4.047 5.928 C 4.198 5.734 4.274 5.508 4.274 5.25 C 4.274 5.014 4.209 4.822 4.077 4.675 C 3.933 4.518 3.756 4.395 3.558 4.315 C 3.332 4.218 3.1 4.137 2.864 4.073 L 1.992 3.823 C 1.439 3.664 1.001 3.436 0.678 3.141 C 0.355 2.846 0.194 2.459 0.194 1.981 C 0.194 1.584 0.302 1.238 0.516 0.942 C 0.733 0.645 1.023 0.414 1.388 0.25 C 1.774 0.079 2.192 -0.006 2.614 0 C 3.071 0 3.477 0.082 3.832 0.246 C 4.187 0.408 4.469 0.63 4.675 0.911 C 4.886 1.193 4.996 1.512 5.008 1.87 L 4.178 1.87 Z M 8.561 7.299 C 8.082 7.299 7.661 7.185 7.299 6.956 C 6.934 6.722 6.641 6.389 6.455 5.997 C 6.255 5.586 6.155 5.107 6.155 4.557 C 6.155 4.003 6.255 3.519 6.455 3.106 C 6.641 2.713 6.933 2.379 7.299 2.144 C 7.662 1.915 8.082 1.801 8.561 1.801 C 9.04 1.801 9.46 1.915 9.82 2.144 C 10.182 2.372 10.463 2.693 10.664 3.106 C 10.867 3.519 10.968 4.003 10.968 4.557 C 10.968 5.106 10.867 5.586 10.664 5.997 C 10.463 6.408 10.182 6.729 9.82 6.956 C 9.46 7.185 9.041 7.299 8.561 7.299 Z M 8.561 6.565 C 8.926 6.565 9.225 6.472 9.46 6.285 C 9.696 6.098 9.869 5.852 9.982 5.547 C 10.096 5.243 10.153 4.913 10.153 4.557 C 10.153 4.202 10.096 3.87 9.982 3.563 C 9.88 3.272 9.7 3.014 9.46 2.819 C 9.225 2.63 8.925 2.534 8.561 2.534 C 8.197 2.534 7.898 2.63 7.662 2.819 C 7.427 3.008 7.253 3.256 7.14 3.563 C 7.025 3.882 6.968 4.218 6.971 4.557 C 6.971 4.913 7.028 5.243 7.141 5.548 C 7.253 5.852 7.427 6.098 7.662 6.285 C 7.898 6.472 8.197 6.565 8.561 6.565 Z M 15.561 5.013 L 15.561 1.871 L 16.377 1.871 L 16.377 7.188 L 15.561 7.188 L 15.561 6.288 L 15.506 6.288 C 15.376 6.565 15.175 6.802 14.925 6.977 C 14.662 7.164 14.33 7.258 13.929 7.258 C 13.596 7.258 13.302 7.184 13.044 7.04 C 12.779 6.885 12.567 6.653 12.435 6.375 C 12.287 6.077 12.214 5.702 12.214 5.25 L 12.214 1.87 L 13.03 1.87 L 13.03 5.194 C 13.03 5.582 13.138 5.891 13.354 6.122 C 13.574 6.353 13.853 6.469 14.191 6.469 C 14.394 6.469 14.601 6.417 14.81 6.313 C 15.023 6.209 15.2 6.049 15.343 5.835 C 15.488 5.62 15.561 5.347 15.561 5.014 Z M 17.872 7.188 L 17.872 1.871 L 18.66 1.871 L 18.66 2.673 L 18.715 2.673 C 18.812 2.41 18.987 2.196 19.241 2.033 C 19.496 1.869 19.794 1.783 20.098 1.787 C 20.241 1.788 20.384 1.793 20.527 1.801 L 20.527 2.632 C 20.464 2.619 20.401 2.609 20.337 2.601 C 20.239 2.585 20.137 2.577 20.028 2.577 C 19.771 2.577 19.54 2.631 19.337 2.739 C 18.932 2.947 18.679 3.367 18.687 3.823 L 18.687 7.188 Z M 23.49 7.299 C 22.993 7.299 22.563 7.181 22.204 6.946 C 21.841 6.707 21.553 6.37 21.374 5.973 C 21.181 5.56 21.083 5.087 21.083 4.557 C 21.083 4.017 21.183 3.54 21.381 3.127 C 21.582 2.712 21.86 2.387 22.218 2.154 C 22.577 1.919 22.997 1.801 23.476 1.801 C 23.85 1.801 24.186 1.871 24.486 2.009 C 24.786 2.147 25.032 2.342 25.222 2.591 C 25.414 2.84 25.532 3.131 25.579 3.463 L 24.763 3.463 C 24.694 3.211 24.549 2.986 24.348 2.819 C 24.136 2.63 23.85 2.534 23.49 2.534 C 23.172 2.534 22.893 2.618 22.654 2.785 C 22.407 2.96 22.214 3.201 22.097 3.48 C 21.965 3.778 21.9 4.128 21.9 4.529 C 21.9 4.94 21.965 5.298 22.094 5.602 C 22.225 5.907 22.409 6.144 22.647 6.313 C 22.886 6.481 23.168 6.565 23.491 6.565 C 23.702 6.565 23.895 6.529 24.068 6.455 C 24.241 6.381 24.387 6.274 24.507 6.136 C 24.627 5.998 24.712 5.832 24.763 5.637 L 25.579 5.637 C 25.49 6.266 25.093 6.808 24.521 7.081 C 24.226 7.227 23.882 7.299 23.49 7.299 Z M 28.999 7.299 C 28.487 7.299 28.045 7.186 27.675 6.96 C 27.304 6.73 27.008 6.399 26.82 6.005 C 26.622 5.594 26.523 5.116 26.523 4.571 C 26.523 4.026 26.622 3.546 26.82 3.131 C 27.003 2.734 27.292 2.395 27.657 2.154 C 28.017 1.919 28.436 1.801 28.915 1.801 C 29.194 1.801 29.471 1.848 29.735 1.939 C 30.005 2.032 30.25 2.183 30.472 2.39 C 30.693 2.595 30.869 2.868 31.001 3.206 C 31.132 3.546 31.198 3.964 31.198 4.46 L 31.198 4.806 L 27.103 4.806 L 27.103 4.099 L 30.368 4.099 C 30.368 3.8 30.308 3.532 30.188 3.297 C 30.076 3.067 29.901 2.874 29.683 2.739 C 29.452 2.599 29.185 2.528 28.915 2.535 C 28.591 2.535 28.309 2.617 28.071 2.777 C 27.836 2.937 27.656 3.145 27.529 3.401 C 27.402 3.657 27.337 3.939 27.339 4.224 L 27.339 4.696 C 27.339 5.097 27.408 5.438 27.546 5.717 C 27.687 5.993 27.881 6.205 28.131 6.351 C 28.396 6.498 28.696 6.572 28.999 6.565 C 29.213 6.565 29.406 6.535 29.58 6.476 C 29.754 6.413 29.906 6.321 30.033 6.198 C 30.159 6.074 30.257 5.919 30.326 5.735 L 31.115 5.956 C 31.031 6.224 30.892 6.46 30.696 6.663 C 30.5 6.863 30.258 7.02 29.97 7.133 C 29.659 7.248 29.33 7.304 28.999 7.299 Z M 33.034 7.244 C 32.869 7.246 32.71 7.179 32.595 7.06 C 32.476 6.945 32.41 6.787 32.412 6.621 C 32.409 6.456 32.475 6.296 32.594 6.181 C 32.709 6.062 32.868 5.995 33.034 5.997 C 33.204 5.997 33.351 6.058 33.472 6.181 C 33.595 6.303 33.656 6.449 33.656 6.621 C 33.652 6.842 33.535 7.046 33.346 7.161 C 33.251 7.217 33.144 7.245 33.034 7.244 Z M 33.034 3.297 C 32.869 3.299 32.71 3.232 32.595 3.113 C 32.476 2.998 32.41 2.84 32.412 2.674 C 32.409 2.509 32.475 2.349 32.594 2.234 C 32.709 2.114 32.868 2.048 33.034 2.05 C 33.204 2.05 33.351 2.111 33.472 2.234 C 33.595 2.356 33.656 2.503 33.656 2.673 C 33.652 2.895 33.535 3.099 33.346 3.214 C 33.251 3.27 33.144 3.298 33.034 3.297 Z M 42.81 2.313 C 42.739 2.092 42.638 1.881 42.509 1.687 C 42.391 1.504 42.242 1.343 42.07 1.209 C 41.898 1.076 41.703 0.974 41.496 0.908 C 41.267 0.837 41.03 0.801 40.791 0.804 C 40.386 0.8 39.989 0.912 39.646 1.129 C 39.302 1.347 39.03 1.666 38.827 2.088 C 38.624 2.511 38.523 3.029 38.523 3.643 C 38.523 4.257 38.625 4.775 38.83 5.198 C 39.035 5.62 39.313 5.94 39.663 6.157 C 40.014 6.374 40.408 6.482 40.846 6.482 C 41.251 6.482 41.608 6.395 41.918 6.222 C 42.229 6.047 42.471 5.8 42.644 5.481 C 42.819 5.16 42.907 4.783 42.907 4.35 L 43.17 4.405 L 41.04 4.405 L 41.04 3.643 L 43.737 3.643 L 43.737 4.405 C 43.737 4.989 43.612 5.497 43.364 5.928 C 43.124 6.353 42.769 6.701 42.34 6.933 C 41.906 7.168 41.408 7.285 40.847 7.285 C 40.219 7.285 39.667 7.138 39.193 6.842 C 38.721 6.547 38.351 6.127 38.087 5.582 C 37.824 5.038 37.692 4.391 37.692 3.643 C 37.692 3.082 37.767 2.578 37.917 2.13 C 38.054 1.708 38.272 1.317 38.561 0.98 C 38.837 0.664 39.164 0.422 39.543 0.253 C 39.936 0.082 40.361 -0.004 40.791 0.001 C 41.164 0.001 41.513 0.057 41.835 0.17 C 42.464 0.381 42.998 0.807 43.342 1.375 C 43.513 1.657 43.631 1.97 43.695 2.313 Z M 45.081 7.188 L 45.081 6.565 L 47.418 4.003 C 47.693 3.703 47.919 3.443 48.096 3.221 C 48.274 2.997 48.404 2.786 48.49 2.591 C 48.578 2.392 48.622 2.184 48.622 1.967 C 48.622 1.718 48.562 1.502 48.441 1.32 C 48.323 1.136 48.155 0.99 47.958 0.897 C 47.742 0.796 47.505 0.745 47.267 0.749 C 46.994 0.749 46.757 0.805 46.554 0.918 C 46.357 1.026 46.194 1.188 46.087 1.386 C 45.979 1.586 45.924 1.822 45.924 2.092 L 45.108 2.092 C 45.108 1.676 45.204 1.312 45.395 0.998 C 45.587 0.684 45.847 0.439 46.177 0.264 C 46.509 0.088 46.881 0 47.294 0 C 47.709 0 48.076 0.088 48.397 0.264 C 48.717 0.439 48.969 0.675 49.151 0.974 C 49.332 1.271 49.424 1.603 49.424 1.967 C 49.424 2.227 49.376 2.483 49.282 2.733 C 49.19 2.98 49.028 3.255 48.798 3.56 C 48.57 3.862 48.252 4.232 47.847 4.668 L 46.256 6.371 L 46.256 6.427 L 49.548 6.427 L 49.548 7.188 Z M 51.585 7.244 C 51.42 7.246 51.261 7.179 51.146 7.06 C 51.027 6.945 50.961 6.787 50.963 6.621 C 50.963 6.45 51.023 6.303 51.146 6.181 C 51.268 6.059 51.414 5.997 51.585 5.997 C 51.755 5.997 51.901 6.058 52.024 6.181 C 52.146 6.303 52.207 6.449 52.207 6.621 C 52.203 6.842 52.085 7.046 51.896 7.161 C 51.802 7.217 51.694 7.245 51.585 7.244 Z M 55.83 7.299 C 55.331 7.299 54.903 7.181 54.543 6.946 C 54.18 6.707 53.893 6.369 53.713 5.973 C 53.519 5.56 53.423 5.087 53.423 4.557 C 53.423 4.017 53.522 3.54 53.72 3.127 C 53.921 2.712 54.199 2.387 54.557 2.154 C 54.917 1.919 55.336 1.801 55.816 1.801 C 56.189 1.801 56.526 1.871 56.825 2.009 C 57.125 2.147 57.37 2.342 57.562 2.591 C 57.753 2.84 57.872 3.131 57.918 3.463 L 57.102 3.463 C 57.033 3.211 56.888 2.986 56.687 2.819 C 56.475 2.63 56.189 2.534 55.83 2.534 C 55.511 2.534 55.232 2.618 54.993 2.785 C 54.746 2.96 54.553 3.201 54.436 3.48 C 54.304 3.778 54.239 4.128 54.239 4.529 C 54.239 4.94 54.304 5.298 54.432 5.602 C 54.564 5.907 54.748 6.144 54.986 6.313 C 55.225 6.481 55.507 6.565 55.83 6.565 C 56.041 6.565 56.234 6.529 56.406 6.455 C 56.58 6.381 56.726 6.274 56.846 6.136 C 56.966 5.998 57.051 5.832 57.102 5.637 L 57.918 5.637 C 57.875 5.944 57.757 6.235 57.576 6.486 C 57.39 6.74 57.144 6.945 56.86 7.081 C 56.565 7.227 56.221 7.299 55.83 7.299 Z M 61.269 7.299 C 60.789 7.299 60.369 7.185 60.007 6.956 C 59.642 6.722 59.349 6.39 59.163 5.997 C 58.962 5.586 58.862 5.107 58.862 4.557 C 58.862 4.003 58.962 3.519 59.163 3.106 C 59.366 2.693 59.646 2.372 60.007 2.144 C 60.369 1.915 60.789 1.801 61.269 1.801 C 61.748 1.801 62.168 1.915 62.527 2.144 C 62.894 2.378 63.187 2.712 63.371 3.106 C 63.574 3.519 63.675 4.003 63.675 4.557 C 63.675 5.106 63.574 5.586 63.371 5.997 C 63.171 6.408 62.889 6.729 62.527 6.956 C 62.168 7.185 61.748 7.299 61.269 7.299 Z M 61.269 6.565 C 61.633 6.565 61.932 6.472 62.168 6.285 C 62.403 6.098 62.577 5.852 62.689 5.547 C 62.803 5.243 62.859 4.913 62.859 4.557 C 62.859 4.202 62.803 3.87 62.689 3.563 C 62.588 3.271 62.407 3.014 62.168 2.819 C 61.932 2.63 61.633 2.534 61.269 2.534 C 60.904 2.534 60.605 2.63 60.369 2.819 C 60.134 3.008 59.961 3.256 59.848 3.563 C 59.734 3.87 59.678 4.202 59.678 4.557 C 59.678 4.913 59.734 5.243 59.848 5.548 C 59.961 5.852 60.134 6.098 60.369 6.285 C 60.605 6.472 60.904 6.565 61.269 6.565 Z M 64.921 7.188 L 64.921 1.871 L 65.709 1.871 L 65.709 2.701 L 65.778 2.701 C 65.889 2.417 66.067 2.197 66.314 2.04 C 66.561 1.88 66.857 1.801 67.203 1.801 C 67.553 1.801 67.845 1.88 68.078 2.04 C 68.313 2.197 68.496 2.417 68.627 2.701 L 68.683 2.701 C 68.819 2.426 69.023 2.209 69.295 2.047 C 69.567 1.883 69.893 1.801 70.274 1.801 C 70.748 1.801 71.136 1.95 71.439 2.248 C 71.741 2.543 71.892 3.003 71.892 3.629 L 71.892 7.188 L 71.075 7.188 L 71.075 3.63 C 71.075 3.236 70.968 2.956 70.754 2.788 C 70.538 2.619 70.271 2.53 69.997 2.535 C 69.623 2.535 69.334 2.648 69.129 2.874 C 68.924 3.098 68.821 3.382 68.821 3.726 L 68.821 7.188 L 67.991 7.188 L 67.991 3.546 C 67.991 3.244 67.893 3 67.697 2.815 C 67.501 2.628 67.249 2.535 66.94 2.535 C 66.728 2.535 66.53 2.592 66.346 2.704 C 66.16 2.821 66.008 2.983 65.903 3.176 C 65.789 3.387 65.732 3.624 65.737 3.865 L 65.737 7.188 Z M 74.601 6.219 L 74.545 6.593 C 74.506 6.856 74.446 7.137 74.366 7.438 C 74.287 7.739 74.205 8.02 74.12 8.286 C 74.053 8.498 73.983 8.71 73.909 8.92 L 73.287 8.92 L 73.405 8.335 C 73.454 8.092 73.502 7.821 73.55 7.521 C 73.601 7.223 73.643 6.919 73.675 6.607 L 73.717 6.219 L 74.602 6.219 Z M 79.819 0.098 L 79.819 7.188 L 78.962 7.188 L 78.962 0.098 Z M 82.244 3.99 L 82.244 7.188 L 81.428 7.188 L 81.428 1.871 L 82.216 1.871 L 82.216 2.701 L 82.286 2.701 C 82.41 2.431 82.599 2.214 82.853 2.051 C 83.107 1.884 83.434 1.801 83.835 1.801 C 84.195 1.801 84.509 1.875 84.779 2.023 C 85.048 2.168 85.258 2.39 85.409 2.687 C 85.558 2.983 85.633 3.357 85.633 3.808 L 85.633 7.188 L 84.817 7.188 L 84.817 3.865 C 84.817 3.447 84.708 3.121 84.492 2.888 C 84.275 2.652 83.978 2.535 83.6 2.535 C 83.339 2.535 83.107 2.592 82.901 2.704 C 82.697 2.82 82.53 2.992 82.421 3.2 C 82.303 3.417 82.244 3.679 82.244 3.989 Z M 89.281 7.299 C 88.784 7.299 88.355 7.181 87.995 6.946 C 87.632 6.707 87.345 6.369 87.165 5.973 C 86.972 5.56 86.875 5.087 86.875 4.557 C 86.875 4.017 86.975 3.54 87.173 3.127 C 87.373 2.712 87.652 2.387 88.009 2.154 C 88.369 1.919 88.788 1.801 89.268 1.801 C 89.642 1.801 89.978 1.871 90.278 2.009 C 90.577 2.147 90.823 2.342 91.014 2.591 C 91.205 2.84 91.324 3.131 91.37 3.463 L 90.555 3.463 C 90.486 3.211 90.341 2.986 90.139 2.819 C 89.927 2.63 89.642 2.534 89.281 2.534 C 88.963 2.534 88.685 2.618 88.445 2.785 C 88.198 2.96 88.005 3.201 87.888 3.48 C 87.757 3.778 87.691 4.128 87.691 4.529 C 87.691 4.94 87.756 5.298 87.885 5.602 C 88.016 5.907 88.201 6.144 88.438 6.313 C 88.678 6.481 88.959 6.565 89.281 6.565 C 89.494 6.565 89.686 6.529 89.859 6.455 C 90.207 6.308 90.465 6.005 90.555 5.637 L 91.37 5.637 C 91.282 6.266 90.885 6.809 90.312 7.081 C 90.017 7.227 89.673 7.299 89.281 7.299 Z\" fill=\"rgb(148,166,184)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lrj0r9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.104 7.313\" overflow=\"visible\"><path d=\"M 4.178 1.871 C 4.146 1.534 3.959 1.232 3.673 1.053 C 3.378 0.859 3.015 0.762 2.587 0.762 C 2.274 0.762 1.999 0.813 1.764 0.914 C 1.548 1.003 1.36 1.148 1.218 1.334 C 1.089 1.509 1.021 1.722 1.024 1.94 C 1.024 2.129 1.069 2.292 1.159 2.427 C 1.251 2.561 1.369 2.673 1.512 2.764 C 1.655 2.851 1.804 2.924 1.961 2.981 C 2.118 3.037 2.261 3.082 2.394 3.117 L 3.113 3.31 C 3.297 3.359 3.502 3.426 3.729 3.511 C 3.956 3.597 4.175 3.713 4.382 3.86 C 4.591 4.007 4.765 4.194 4.901 4.422 C 5.037 4.65 5.104 4.931 5.104 5.264 C 5.104 5.646 5.004 5.992 4.804 6.302 C 4.605 6.611 4.315 6.857 3.932 7.04 C 3.552 7.222 3.09 7.313 2.545 7.313 C 2.038 7.313 1.599 7.232 1.229 7.067 C 0.882 6.921 0.581 6.684 0.357 6.382 C 0.144 6.082 0.021 5.728 0 5.36 L 0.886 5.36 C 0.909 5.628 0.999 5.849 1.155 6.025 C 1.315 6.198 1.515 6.327 1.758 6.413 C 2.001 6.496 2.265 6.538 2.545 6.538 C 2.847 6.542 3.147 6.488 3.427 6.378 C 3.687 6.27 3.894 6.12 4.047 5.928 C 4.198 5.734 4.274 5.508 4.274 5.25 C 4.274 5.014 4.209 4.822 4.077 4.675 C 3.933 4.518 3.756 4.395 3.558 4.315 C 3.332 4.218 3.1 4.137 2.864 4.073 L 1.992 3.823 C 1.439 3.664 1.001 3.436 0.678 3.141 C 0.355 2.846 0.194 2.459 0.194 1.981 C 0.194 1.584 0.302 1.238 0.516 0.942 C 0.733 0.645 1.023 0.414 1.388 0.25 C 1.774 0.079 2.192 -0.006 2.614 0 C 3.071 0 3.477 0.082 3.832 0.246 C 4.187 0.408 4.469 0.63 4.675 0.911 C 4.886 1.193 4.996 1.512 5.008 1.87 L 4.178 1.87 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zo9u24\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.813 5.498\" overflow=\"visible\"><path d=\"M 2.407 5.498 C 1.927 5.498 1.506 5.384 1.144 5.155 C 0.779 4.921 0.487 4.589 0.3 4.197 C 0.101 3.785 0 3.306 0 2.756 C 0 2.203 0.101 1.718 0.3 1.306 C 0.486 0.912 0.778 0.578 1.144 0.343 C 1.507 0.115 1.927 0 2.407 0 C 2.885 0 3.306 0.114 3.665 0.343 C 4.027 0.571 4.309 0.892 4.509 1.306 C 4.712 1.718 4.813 2.203 4.813 2.756 C 4.813 3.305 4.712 3.785 4.509 4.197 C 4.309 4.608 4.027 4.928 3.665 5.155 C 3.306 5.384 2.886 5.498 2.407 5.498 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1m1kwx1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.182 4.031\" overflow=\"visible\"><path d=\"M 1.591 4.031 C 1.955 4.031 2.254 3.937 2.49 3.75 C 2.725 3.564 2.899 3.317 3.011 3.013 C 3.125 2.708 3.182 2.378 3.182 2.022 C 3.182 1.667 3.125 1.336 3.011 1.029 C 2.909 0.737 2.729 0.479 2.49 0.284 C 2.254 0.095 1.954 0 1.591 0 C 1.226 0 0.927 0.095 0.691 0.284 C 0.456 0.474 0.282 0.721 0.169 1.029 C 0.054 1.347 -0.003 1.684 0 2.022 C 0 2.378 0.057 2.708 0.17 3.014 C 0.282 3.317 0.456 3.564 0.691 3.75 C 0.927 3.937 1.226 4.031 1.591 4.031 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lhcqzg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.163 5.388\" overflow=\"visible\"><path d=\"M 3.347 3.144 L 3.347 0.001 L 4.163 0.001 L 4.163 5.319 L 3.347 5.319 L 3.347 4.418 L 3.292 4.418 C 3.162 4.695 2.962 4.933 2.711 5.107 C 2.448 5.294 2.116 5.388 1.715 5.388 C 1.383 5.388 1.088 5.315 0.83 5.17 C 0.565 5.015 0.353 4.783 0.222 4.505 C 0.074 4.207 0 3.832 0 3.38 L 0 0 L 0.816 0 L 0.816 3.324 C 0.816 3.712 0.924 4.021 1.141 4.252 C 1.36 4.483 1.639 4.599 1.977 4.599 C 2.18 4.599 2.387 4.547 2.597 4.443 C 2.809 4.339 2.986 4.18 3.13 3.965 C 3.274 3.75 3.347 3.477 3.347 3.144 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-au4lk8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.655 5.402\" overflow=\"visible\"><path d=\"M 0 5.402 L 0 0.084 L 0.788 0.084 L 0.788 0.887 L 0.843 0.887 C 0.94 0.623 1.116 0.41 1.369 0.246 C 1.624 0.082 1.923 -0.004 2.227 0 C 2.369 0.001 2.512 0.006 2.655 0.014 L 2.655 0.845 C 2.592 0.832 2.529 0.822 2.465 0.814 C 2.368 0.798 2.266 0.79 2.157 0.79 C 1.9 0.79 1.668 0.844 1.465 0.952 C 1.06 1.16 0.808 1.58 0.815 2.036 L 0.815 5.402 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19gf01c\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.496 5.498\" overflow=\"visible\"><path d=\"M 2.407 5.498 C 1.909 5.498 1.48 5.38 1.121 5.146 C 0.758 4.906 0.47 4.569 0.29 4.172 C 0.097 3.759 0 3.287 0 2.756 C 0 2.216 0.1 1.74 0.298 1.326 C 0.498 0.912 0.777 0.587 1.134 0.353 C 1.494 0.118 1.913 0 2.393 0 C 2.766 0 3.103 0.07 3.403 0.208 C 3.703 0.346 3.948 0.541 4.139 0.79 C 4.331 1.039 4.449 1.33 4.496 1.662 L 3.68 1.662 C 3.611 1.41 3.466 1.185 3.264 1.018 C 3.053 0.829 2.767 0.734 2.407 0.734 C 2.089 0.734 1.809 0.817 1.571 0.984 C 1.324 1.159 1.131 1.4 1.013 1.679 C 0.882 1.978 0.816 2.327 0.816 2.728 C 0.816 3.139 0.881 3.497 1.01 3.802 C 1.142 4.106 1.326 4.343 1.564 4.512 C 1.803 4.68 2.085 4.764 2.408 4.764 C 2.618 4.764 2.812 4.728 2.984 4.654 C 3.157 4.58 3.303 4.474 3.423 4.335 C 3.544 4.197 3.629 4.031 3.68 3.837 L 4.495 3.837 C 4.407 4.465 4.009 5.007 3.437 5.28 C 3.143 5.426 2.799 5.498 2.407 5.498 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4o29w6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.675 5.498\" overflow=\"visible\"><path d=\"M 2.476 5.498 C 1.964 5.498 1.522 5.385 1.151 5.159 C 0.781 4.929 0.484 4.598 0.297 4.204 C 0.099 3.793 0 3.315 0 2.77 C 0 2.225 0.099 1.745 0.297 1.33 C 0.48 0.933 0.769 0.595 1.134 0.353 C 1.494 0.118 1.913 0 2.392 0 C 2.671 0 2.948 0.047 3.212 0.138 C 3.482 0.231 3.727 0.382 3.948 0.589 C 4.17 0.795 4.346 1.067 4.477 1.406 C 4.609 1.745 4.675 2.163 4.675 2.659 L 4.675 3.005 L 0.58 3.005 L 0.58 2.299 L 3.845 2.299 C 3.845 2 3.785 1.731 3.665 1.496 C 3.553 1.266 3.377 1.073 3.16 0.938 C 2.929 0.798 2.662 0.728 2.392 0.734 C 2.068 0.734 1.786 0.816 1.548 0.977 C 1.313 1.136 1.133 1.344 1.006 1.6 C 0.879 1.856 0.814 2.138 0.815 2.424 L 0.815 2.895 C 0.815 3.296 0.884 3.637 1.023 3.916 C 1.164 4.192 1.358 4.404 1.607 4.55 C 1.873 4.697 2.172 4.771 2.476 4.764 C 2.69 4.764 2.883 4.734 3.057 4.675 C 3.231 4.612 3.383 4.52 3.509 4.397 C 3.636 4.273 3.734 4.119 3.803 3.934 L 4.592 4.155 C 4.508 4.423 4.369 4.659 4.173 4.862 C 3.977 5.062 3.735 5.219 3.447 5.332 C 3.136 5.447 2.807 5.503 2.476 5.498 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15yzd7x\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.245 1.247\" overflow=\"visible\"><path d=\"M 0.622 1.246 C 0.457 1.249 0.298 1.182 0.183 1.063 C 0.065 0.948 -0.002 0.789 0 0.624 C -0.002 0.458 0.064 0.299 0.183 0.184 C 0.298 0.064 0.457 -0.002 0.622 0 C 0.793 0 0.939 0.061 1.061 0.184 C 1.183 0.306 1.245 0.452 1.245 0.623 C 1.24 0.845 1.123 1.049 0.934 1.164 C 0.84 1.219 0.732 1.248 0.622 1.246 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bekb18\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.245 1.247\" overflow=\"visible\"><path d=\"M 0.622 1.246 C 0.457 1.248 0.298 1.182 0.183 1.063 C 0.065 0.948 -0.002 0.789 0 0.624 C -0.002 0.458 0.064 0.299 0.183 0.184 C 0.298 0.064 0.457 -0.002 0.622 0 C 0.793 0 0.939 0.061 1.061 0.184 C 1.183 0.306 1.245 0.453 1.245 0.623 C 1.24 0.845 1.123 1.049 0.934 1.164 C 0.84 1.219 0.732 1.248 0.622 1.246 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-skspwb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.044 7.284\" overflow=\"visible\"><path d=\"M 5.118 2.313 C 5.047 2.091 4.946 1.88 4.817 1.686 C 4.698 1.503 4.55 1.342 4.378 1.208 C 4.205 1.075 4.011 0.973 3.803 0.907 C 3.575 0.836 3.337 0.801 3.098 0.803 C 2.693 0.799 2.296 0.912 1.954 1.128 C 1.61 1.346 1.337 1.665 1.134 2.088 C 0.932 2.51 0.83 3.028 0.83 3.642 C 0.83 4.256 0.932 4.774 1.138 5.197 C 1.343 5.619 1.62 5.939 1.971 6.156 C 2.321 6.373 2.716 6.481 3.153 6.481 C 3.559 6.481 3.916 6.395 4.225 6.222 C 4.537 6.046 4.779 5.799 4.951 5.481 C 5.127 5.16 5.214 4.782 5.214 4.349 L 5.477 4.404 L 3.347 4.404 L 3.347 3.642 L 6.044 3.642 L 6.044 4.404 C 6.044 4.988 5.919 5.496 5.671 5.927 C 5.431 6.352 5.076 6.7 4.647 6.932 C 4.214 7.167 3.716 7.284 3.154 7.284 C 2.527 7.284 1.975 7.137 1.5 6.841 C 1.028 6.546 0.659 6.126 0.394 5.581 C 0.131 5.037 0 4.39 0 3.642 C 0 3.081 0.075 2.577 0.225 2.129 C 0.361 1.707 0.58 1.316 0.868 0.979 C 1.144 0.663 1.472 0.421 1.85 0.252 C 2.244 0.081 2.669 -0.005 3.098 0 C 3.471 0 3.82 0.056 4.142 0.169 C 4.771 0.38 5.306 0.807 5.65 1.374 C 5.82 1.656 5.938 1.969 6.003 2.313 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-b9e6bf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.468 7.188\" overflow=\"visible\"><path d=\"M 0 7.188 L 0 6.565 L 2.338 4.003 C 2.612 3.703 2.838 3.443 3.015 3.221 C 3.193 2.996 3.324 2.786 3.41 2.59 C 3.497 2.392 3.541 2.184 3.541 1.967 C 3.541 1.718 3.481 1.501 3.361 1.319 C 3.242 1.136 3.075 0.99 2.877 0.897 C 2.661 0.795 2.425 0.745 2.186 0.748 C 1.913 0.748 1.676 0.805 1.474 0.918 C 1.276 1.025 1.114 1.188 1.006 1.385 C 0.898 1.586 0.844 1.822 0.844 2.092 L 0.028 2.092 C 0.028 1.676 0.123 1.311 0.315 0.998 C 0.506 0.683 0.767 0.439 1.096 0.263 C 1.429 0.088 1.801 0 2.214 0 C 2.628 0 2.996 0.088 3.316 0.263 C 3.637 0.439 3.888 0.675 4.07 0.973 C 4.252 1.271 4.344 1.602 4.344 1.967 C 4.344 2.227 4.296 2.483 4.202 2.732 C 4.109 2.979 3.948 3.255 3.717 3.56 C 3.49 3.862 3.172 4.231 2.766 4.668 L 1.176 6.371 L 1.176 6.427 L 4.468 6.427 L 4.468 7.188 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fbew2q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.245 1.246\" overflow=\"visible\"><path d=\"M 0.622 1.246 C 0.457 1.248 0.298 1.182 0.183 1.063 C 0.065 0.948 -0.002 0.789 0 0.624 C 0 0.453 0.061 0.305 0.183 0.184 C 0.305 0.062 0.451 0 0.622 0 C 0.793 0 0.939 0.061 1.061 0.184 C 1.183 0.305 1.245 0.452 1.245 0.623 C 1.24 0.845 1.123 1.049 0.933 1.163 C 0.839 1.219 0.732 1.248 0.622 1.246 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uqt5hq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.495 5.498\" overflow=\"visible\"><path d=\"M 2.407 5.498 C 1.908 5.498 1.48 5.38 1.121 5.146 C 0.758 4.906 0.47 4.569 0.29 4.172 C 0.097 3.759 0 3.287 0 2.756 C 0 2.216 0.099 1.74 0.297 1.326 C 0.498 0.912 0.777 0.587 1.134 0.353 C 1.494 0.118 1.913 0 2.393 0 C 2.766 0 3.103 0.07 3.402 0.208 C 3.702 0.346 3.948 0.541 4.139 0.79 C 4.331 1.039 4.449 1.33 4.495 1.662 L 3.679 1.662 C 3.61 1.41 3.466 1.185 3.264 1.018 C 3.052 0.829 2.766 0.734 2.407 0.734 C 2.089 0.734 1.809 0.817 1.57 0.984 C 1.323 1.159 1.131 1.4 1.013 1.679 C 0.881 1.978 0.816 2.327 0.816 2.728 C 0.816 3.139 0.881 3.497 1.009 3.802 C 1.141 4.106 1.325 4.343 1.563 4.512 C 1.802 4.68 2.084 4.764 2.407 4.764 C 2.618 4.764 2.811 4.728 2.984 4.654 C 3.157 4.58 3.303 4.474 3.423 4.335 C 3.543 4.197 3.628 4.031 3.679 3.837 L 4.495 3.837 C 4.452 4.143 4.334 4.434 4.153 4.685 C 3.967 4.939 3.721 5.144 3.437 5.28 C 3.142 5.426 2.799 5.498 2.407 5.498 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1o2ghr7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.813 5.498\" overflow=\"visible\"><path d=\"M 2.407 5.498 C 1.927 5.498 1.507 5.384 1.145 5.155 C 0.78 4.921 0.487 4.589 0.301 4.197 C 0.101 3.785 0 3.306 0 2.756 C 0 2.203 0.101 1.718 0.301 1.306 C 0.504 0.892 0.785 0.571 1.145 0.343 C 1.507 0.115 1.927 0 2.407 0 C 2.886 0 3.306 0.114 3.665 0.343 C 4.032 0.577 4.325 0.911 4.509 1.306 C 4.712 1.718 4.813 2.203 4.813 2.756 C 4.813 3.305 4.712 3.785 4.509 4.197 C 4.309 4.608 4.027 4.928 3.665 5.155 C 3.306 5.384 2.886 5.498 2.407 5.498 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11f9gm4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.181 4.031\" overflow=\"visible\"><path d=\"M 1.59 4.031 C 1.955 4.031 2.254 3.937 2.489 3.75 C 2.725 3.564 2.898 3.317 3.011 3.013 C 3.125 2.708 3.181 2.378 3.181 2.022 C 3.181 1.667 3.125 1.336 3.011 1.029 C 2.909 0.737 2.729 0.479 2.489 0.284 C 2.254 0.095 1.955 0 1.59 0 C 1.226 0 0.927 0.095 0.691 0.284 C 0.456 0.474 0.282 0.721 0.17 1.029 C 0.056 1.336 0 1.667 0 2.022 C 0 2.378 0.056 2.708 0.17 3.014 C 0.282 3.317 0.456 3.564 0.691 3.75 C 0.927 3.937 1.226 4.031 1.59 4.031 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-te3jxe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.971 5.388\" overflow=\"visible\"><path d=\"M 0 5.388 L 0 0.07 L 0.789 0.07 L 0.789 0.9 L 0.858 0.9 C 0.968 0.616 1.147 0.396 1.393 0.239 C 1.64 0.08 1.936 0 2.282 0 C 2.632 0 2.924 0.08 3.157 0.239 C 3.392 0.396 3.575 0.617 3.707 0.9 L 3.762 0.9 C 3.898 0.626 4.102 0.408 4.374 0.246 C 4.646 0.082 4.972 0 5.353 0 C 5.828 0 6.216 0.149 6.518 0.447 C 6.82 0.743 6.971 1.202 6.971 1.828 L 6.971 5.388 L 6.155 5.388 L 6.155 1.829 C 6.155 1.436 6.048 1.155 5.833 0.987 C 5.618 0.818 5.35 0.729 5.076 0.734 C 4.702 0.734 4.413 0.847 4.208 1.073 C 4.003 1.298 3.901 1.581 3.901 1.926 L 3.901 5.388 L 3.07 5.388 L 3.07 1.745 C 3.07 1.443 2.972 1.199 2.777 1.014 C 2.58 0.827 2.328 0.734 2.02 0.734 C 1.807 0.734 1.609 0.791 1.425 0.903 C 1.239 1.02 1.087 1.182 0.982 1.375 C 0.868 1.586 0.811 1.824 0.816 2.064 L 0.816 5.388 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-eg3fpq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.315 2.701\" overflow=\"visible\"><path d=\"M 1.314 0 L 1.258 0.374 C 1.219 0.637 1.159 0.918 1.078 1.219 C 1 1.519 0.918 1.801 0.833 2.067 C 0.765 2.279 0.695 2.491 0.622 2.701 L 0 2.701 L 0.118 2.116 C 0.166 1.873 0.215 1.601 0.263 1.302 C 0.314 1.004 0.355 0.7 0.388 0.388 L 0.429 0 L 1.315 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9w2hj8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 7.091\" overflow=\"visible\"><path d=\"M 0.858 0 L 0.858 7.091 L 0 7.091 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5qj9qo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.205 5.388\" overflow=\"visible\"><path d=\"M 0.815 2.189 L 0.815 5.388 L 0 5.388 L 0 0.07 L 0.788 0.07 L 0.788 0.9 L 0.858 0.9 C 0.982 0.63 1.171 0.413 1.424 0.25 C 1.678 0.084 2.005 0 2.407 0 C 2.766 0 3.081 0.074 3.35 0.222 C 3.62 0.367 3.83 0.589 3.98 0.886 C 4.129 1.182 4.205 1.556 4.205 2.008 L 4.205 5.388 L 3.389 5.388 L 3.389 2.065 C 3.389 1.646 3.28 1.32 3.063 1.087 C 2.846 0.851 2.55 0.734 2.171 0.734 C 1.911 0.734 1.678 0.791 1.473 0.903 C 1.268 1.019 1.101 1.191 0.992 1.399 C 0.875 1.616 0.815 1.878 0.815 2.188 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1feud8a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.495 5.498\" overflow=\"visible\"><path d=\"M 2.407 5.498 C 1.909 5.498 1.48 5.38 1.121 5.146 C 0.758 4.906 0.47 4.569 0.29 4.172 C 0.097 3.759 0 3.287 0 2.756 C 0 2.216 0.1 1.74 0.298 1.326 C 0.498 0.912 0.777 0.587 1.134 0.353 C 1.494 0.118 1.913 0 2.393 0 C 2.767 0 3.103 0.07 3.403 0.208 C 3.703 0.346 3.948 0.541 4.139 0.79 C 4.331 1.039 4.449 1.33 4.495 1.662 L 3.68 1.662 C 3.611 1.41 3.466 1.185 3.264 1.018 C 3.053 0.829 2.767 0.734 2.407 0.734 C 2.089 0.734 1.81 0.817 1.57 0.984 C 1.323 1.159 1.131 1.4 1.013 1.679 C 0.882 1.978 0.816 2.327 0.816 2.728 C 0.816 3.139 0.881 3.497 1.01 3.802 C 1.142 4.106 1.326 4.343 1.564 4.512 C 1.803 4.68 2.085 4.764 2.407 4.764 C 2.619 4.764 2.812 4.728 2.984 4.654 C 3.332 4.507 3.59 4.204 3.68 3.837 L 4.495 3.837 C 4.407 4.465 4.01 5.008 3.437 5.28 C 3.143 5.426 2.799 5.498 2.407 5.498 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f3sl5y\",\"data-framer-name\":\"Testimonials\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18qq538\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px)`,y:(componentViewport?.y||0)+0+750+0+0+88+0},qrfOh_yZ0:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1280px)`,y:(componentViewport?.y||0)+0+604+0+0+64+0},uiikY5wSU:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1280px)`,y:(componentViewport?.y||0)+0+746+0+0+88+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:547,width:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1280px) - 128px)`,y:(componentViewport?.y||0)+0+761+0+0+88+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g6pd80-container\",id:\"g6pd80\",nodeId:\"qYXAZSAMP\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"aTdZLwX25\"},qrfOh_yZ0:{variant:\"V0jftOyTe\"}},children:/*#__PURE__*/_jsx(Testimonials,{height:\"100%\",id:\"qYXAZSAMP\",layoutId:\"qYXAZSAMP\",style:{width:\"100%\"},variant:\"h5JR3oPv_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a1hqqm\",\"data-border\":true,\"data-framer-name\":\"Logos\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-48hnmx\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12j9wb4\",\"data-framer-name\":\"Logo grid\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o0ruzi-container\",isModuleExternal:true,nodeId:\"WnmgYVm4Z\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{speed:50},qrfOh_yZ0:{speed:50},uiikY5wSU:{speed:50}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:35,height:\"100%\",hoverFactor:1,id:\"WnmgYVm4Z\",layoutId:\"WnmgYVm4Z\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14cyjge\",\"data-framer-name\":\"Angellist\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xxa7di\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:140,svg:'<svg width=\"140\" height=\"25\" viewBox=\"0 0 140 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6269_22079)\">\\n<path d=\"M29.5327 12.0445L27.0223 4.83996H26.9664L24.3725 12.0445H29.5327ZM29.2816 -6.68185e-05L36.7291 19.634H32.1824L30.6762 15.2618H23.2289L21.6668 19.634H17.2598L24.7908 -6.68185e-05H29.2816\" fill=\"white\"/>\\n<path d=\"M29.5327 12.0445L27.0223 4.83996H26.9664L24.3725 12.0445H29.5327ZM29.2816 -6.68185e-05L36.7291 19.634H32.1824L30.6762 15.2618H23.2289L21.6668 19.634H17.2598L24.7908 -6.68185e-05H29.2816\" fill=\"url(#paint0_linear_6269_22079)\"/>\\n<path d=\"M41.7769 5.41732V7.39724H41.861C42.3631 6.57224 43.0135 5.97204 43.8131 5.59607C44.6127 5.22055 45.4313 5.03242 46.2681 5.03242C47.328 5.03242 48.197 5.17445 48.8761 5.45853C49.5544 5.74303 50.0894 6.13688 50.4795 6.64102C50.8704 7.14543 51.1443 7.75935 51.3024 8.48352C51.4604 9.20785 51.5398 10.0096 51.5398 10.8897V19.634H47.579V11.6046C47.579 10.4317 47.3927 9.5559 47.0212 8.97854C46.6489 8.40087 45.9892 8.11217 45.0408 8.11217C43.9619 8.11217 43.1809 8.42845 42.6974 9.06088C42.2139 9.69343 41.9722 10.734 41.9722 12.182V19.634H38.0117V5.41732H41.7769Z\" fill=\"white\"/>\\n<path d=\"M41.7769 5.41732V7.39724H41.861C42.3631 6.57224 43.0135 5.97204 43.8131 5.59607C44.6127 5.22055 45.4313 5.03242 46.2681 5.03242C47.328 5.03242 48.197 5.17445 48.8761 5.45853C49.5544 5.74303 50.0894 6.13688 50.4795 6.64102C50.8704 7.14543 51.1443 7.75935 51.3024 8.48352C51.4604 9.20785 51.5398 10.0096 51.5398 10.8897V19.634H47.579V11.6046C47.579 10.4317 47.3927 9.5559 47.0212 8.97854C46.6489 8.40087 45.9892 8.11217 45.0408 8.11217C43.9619 8.11217 43.1809 8.42845 42.6974 9.06088C42.2139 9.69343 41.9722 10.734 41.9722 12.182V19.634H38.0117V5.41732H41.7769Z\" fill=\"url(#paint1_linear_6269_22079)\"/>\\n<path d=\"M62.3792 15.9491C62.8069 15.729 63.1602 15.4361 63.4391 15.069C63.7181 14.7026 63.9273 14.2853 64.0667 13.8179C64.2062 13.3503 64.2759 12.8601 64.2759 12.3466C64.2759 11.7601 64.2201 11.2054 64.1086 10.683C63.997 10.1605 63.8106 9.6977 63.5507 9.29446C63.29 8.89118 62.946 8.57029 62.5187 8.33189C62.0906 8.09375 61.5513 7.9744 60.9009 7.9744C60.343 7.9744 59.8638 8.08421 59.4644 8.30427C59.0642 8.52434 58.7295 8.82255 58.4603 9.19795C58.1906 9.57388 57.9954 10.0049 57.8745 10.4905C57.7533 10.9766 57.6932 11.4853 57.6932 12.0167C57.6932 12.5301 57.7443 13.0388 57.8466 13.5428C57.9485 14.0472 58.1255 14.5009 58.3766 14.9042C58.6276 15.3076 58.9573 15.6375 59.3668 15.8941C59.7755 16.151 60.2872 16.279 60.9009 16.279C61.4587 16.279 61.9511 16.1692 62.3792 15.9491V15.9491ZM67.8044 20.6788C67.6463 21.412 67.3065 22.095 66.7863 22.7276C66.2652 23.3597 65.5121 23.8961 64.5269 24.3362C63.541 24.7763 62.2208 24.9963 60.5662 24.9963C59.8592 24.9963 59.1386 24.9091 58.4045 24.735C57.6696 24.5607 57.0001 24.2899 56.3962 23.9237C55.7918 23.5566 55.2898 23.0852 54.89 22.5074C54.4898 21.9302 54.2624 21.2379 54.2066 20.4311H58.1395C58.3251 21.1644 58.6877 21.6731 59.2273 21.9573C59.7662 22.2415 60.3891 22.384 61.0961 22.384C62.2118 22.384 63.025 22.0535 63.5368 21.3938C64.0481 20.7339 64.2941 19.8992 64.2759 18.8914V17.0215H64.2201C63.7921 17.7734 63.1834 18.3275 62.3931 18.6853C61.6025 19.0429 60.7707 19.2212 59.8967 19.2212C58.8182 19.2212 57.8885 19.0336 57.1075 18.6577C56.3265 18.282 55.6849 17.7686 55.1829 17.1177C54.6808 16.4673 54.3135 15.7062 54.0811 14.8352C53.8483 13.9647 53.7324 13.0435 53.7324 12.0718C53.7324 11.1552 53.8669 10.2705 54.1369 9.41798C54.4061 8.56567 54.8013 7.81403 55.3223 7.16311C55.8426 6.5125 56.4888 5.99452 57.2609 5.60946C58.0322 5.22452 58.9205 5.03206 59.9246 5.03206C60.873 5.03206 61.7047 5.20634 62.421 5.55454C63.1366 5.9029 63.7363 6.48939 64.2201 7.31439H64.2759V5.41697H68.0414V18.7266C68.0414 19.295 67.962 19.9455 67.8044 20.6788\" fill=\"white\"/>\\n<path d=\"M62.3792 15.9491C62.8069 15.729 63.1602 15.4361 63.4391 15.069C63.7181 14.7026 63.9273 14.2853 64.0667 13.8179C64.2062 13.3503 64.2759 12.8601 64.2759 12.3466C64.2759 11.7601 64.2201 11.2054 64.1086 10.683C63.997 10.1605 63.8106 9.6977 63.5507 9.29446C63.29 8.89118 62.946 8.57029 62.5187 8.33189C62.0906 8.09375 61.5513 7.9744 60.9009 7.9744C60.343 7.9744 59.8638 8.08421 59.4644 8.30427C59.0642 8.52434 58.7295 8.82255 58.4603 9.19795C58.1906 9.57388 57.9954 10.0049 57.8745 10.4905C57.7533 10.9766 57.6932 11.4853 57.6932 12.0167C57.6932 12.5301 57.7443 13.0388 57.8466 13.5428C57.9485 14.0472 58.1255 14.5009 58.3766 14.9042C58.6276 15.3076 58.9573 15.6375 59.3668 15.8941C59.7755 16.151 60.2872 16.279 60.9009 16.279C61.4587 16.279 61.9511 16.1692 62.3792 15.9491V15.9491ZM67.8044 20.6788C67.6463 21.412 67.3065 22.095 66.7863 22.7276C66.2652 23.3597 65.5121 23.8961 64.5269 24.3362C63.541 24.7763 62.2208 24.9963 60.5662 24.9963C59.8592 24.9963 59.1386 24.9091 58.4045 24.735C57.6696 24.5607 57.0001 24.2899 56.3962 23.9237C55.7918 23.5566 55.2898 23.0852 54.89 22.5074C54.4898 21.9302 54.2624 21.2379 54.2066 20.4311H58.1395C58.3251 21.1644 58.6877 21.6731 59.2273 21.9573C59.7662 22.2415 60.3891 22.384 61.0961 22.384C62.2118 22.384 63.025 22.0535 63.5368 21.3938C64.0481 20.7339 64.2941 19.8992 64.2759 18.8914V17.0215H64.2201C63.7921 17.7734 63.1834 18.3275 62.3931 18.6853C61.6025 19.0429 60.7707 19.2212 59.8967 19.2212C58.8182 19.2212 57.8885 19.0336 57.1075 18.6577C56.3265 18.282 55.6849 17.7686 55.1829 17.1177C54.6808 16.4673 54.3135 15.7062 54.0811 14.8352C53.8483 13.9647 53.7324 13.0435 53.7324 12.0718C53.7324 11.1552 53.8669 10.2705 54.1369 9.41798C54.4061 8.56567 54.8013 7.81403 55.3223 7.16311C55.8426 6.5125 56.4888 5.99452 57.2609 5.60946C58.0322 5.22452 58.9205 5.03206 59.9246 5.03206C60.873 5.03206 61.7047 5.20634 62.421 5.55454C63.1366 5.9029 63.7363 6.48939 64.2201 7.31439H64.2759V5.41697H68.0414V18.7266C68.0414 19.295 67.962 19.9455 67.8044 20.6788\" fill=\"url(#paint2_linear_6269_22079)\"/>\\n<path d=\"M79.5974 8.74491C79.1229 8.23183 78.4023 7.97506 77.4357 7.97506C76.8031 7.97506 76.2778 8.08055 75.8594 8.29122C75.441 8.50231 75.1067 8.7634 74.8556 9.07505C74.6042 9.38701 74.4276 9.71688 74.3253 10.0649C74.223 10.4134 74.1626 10.7248 74.1444 10.9999H80.5872C80.4017 10.0099 80.0712 9.25857 79.5974 8.74491V8.74491ZM75.1202 16.2246C75.7153 16.7931 76.5707 17.0772 77.6868 17.0772C78.486 17.0772 79.174 16.8803 79.7508 16.4858C80.3269 16.092 80.6802 15.6747 80.8108 15.2347H84.2974C83.7391 16.9396 82.8838 18.1588 81.7312 18.8921C80.5779 19.6254 79.1833 19.9919 77.5473 19.9919C76.4126 19.9919 75.3899 19.8134 74.4787 19.4561C73.5675 19.0985 72.7958 18.5897 72.164 17.9298C71.5314 17.2697 71.0432 16.4815 70.6996 15.5647C70.3552 14.6482 70.1836 13.6399 70.1836 12.5397C70.1836 11.4767 70.3599 10.4869 70.7136 9.56992C71.0665 8.65344 71.5686 7.86079 72.2198 7.19123C72.8702 6.5224 73.6466 5.99518 74.5488 5.61012C75.4503 5.22518 76.4498 5.03272 77.5473 5.03272C78.7746 5.03272 79.8434 5.26639 80.755 5.73394C81.6658 6.20135 82.4142 6.82943 83 7.61761C83.5861 8.40611 84.0088 9.30436 84.2695 10.3123C84.5294 11.3208 84.6224 12.3749 84.548 13.4748H74.1444C74.2002 14.7398 74.5252 15.6567 75.1202 16.2246\" fill=\"white\"/>\\n<path d=\"M79.5974 8.74491C79.1229 8.23183 78.4023 7.97506 77.4357 7.97506C76.8031 7.97506 76.2778 8.08055 75.8594 8.29122C75.441 8.50231 75.1067 8.7634 74.8556 9.07505C74.6042 9.38701 74.4276 9.71688 74.3253 10.0649C74.223 10.4134 74.1626 10.7248 74.1444 10.9999H80.5872C80.4017 10.0099 80.0712 9.25857 79.5974 8.74491V8.74491ZM75.1202 16.2246C75.7153 16.7931 76.5707 17.0772 77.6868 17.0772C78.486 17.0772 79.174 16.8803 79.7508 16.4858C80.3269 16.092 80.6802 15.6747 80.8108 15.2347H84.2974C83.7391 16.9396 82.8838 18.1588 81.7312 18.8921C80.5779 19.6254 79.1833 19.9919 77.5473 19.9919C76.4126 19.9919 75.3899 19.8134 74.4787 19.4561C73.5675 19.0985 72.7958 18.5897 72.164 17.9298C71.5314 17.2697 71.0432 16.4815 70.6996 15.5647C70.3552 14.6482 70.1836 13.6399 70.1836 12.5397C70.1836 11.4767 70.3599 10.4869 70.7136 9.56992C71.0665 8.65344 71.5686 7.86079 72.2198 7.19123C72.8702 6.5224 73.6466 5.99518 74.5488 5.61012C75.4503 5.22518 76.4498 5.03272 77.5473 5.03272C78.7746 5.03272 79.8434 5.26639 80.755 5.73394C81.6658 6.20135 82.4142 6.82943 83 7.61761C83.5861 8.40611 84.0088 9.30436 84.2695 10.3123C84.5294 11.3208 84.6224 12.3749 84.548 13.4748H74.1444C74.2002 14.7398 74.5252 15.6567 75.1202 16.2246\" fill=\"url(#paint3_linear_6269_22079)\"/>\\n<path d=\"M90.6166 -6.68185e-05V19.634H86.6562V-6.68185e-05H90.6166\" fill=\"white\"/>\\n<path d=\"M90.6166 -6.68185e-05V19.634H86.6562V-6.68185e-05H90.6166\" fill=\"url(#paint4_linear_6269_22079)\"/>\\n<path d=\"M98.1546 -6.68185e-05V16.0044H107.861V19.634H93.7754V-6.68185e-05H98.1546\" fill=\"white\"/>\\n<path d=\"M98.1546 -6.68185e-05V16.0044H107.861V19.634H93.7754V-6.68185e-05H98.1546\" fill=\"url(#paint5_linear_6269_22079)\"/>\\n<path d=\"M113.461 5.41732V19.634H109.5V5.41732H113.461ZM109.5 3.21753V-6.68185e-05H113.461V3.21753H109.5Z\" fill=\"white\"/>\\n<path d=\"M113.461 5.41732V19.634H109.5V5.41732H113.461ZM109.5 3.21753V-6.68185e-05H113.461V3.21753H109.5Z\" fill=\"url(#paint6_linear_6269_22079)\"/>\\n<path d=\"M119.64 16.1009C119.816 16.4035 120.045 16.651 120.323 16.8434C120.603 17.0359 120.923 17.178 121.286 17.2697C121.648 17.3616 122.025 17.4071 122.415 17.4071C122.695 17.4071 122.987 17.3754 123.294 17.3108C123.601 17.2468 123.88 17.1459 124.131 17.0084C124.382 16.871 124.591 16.6878 124.759 16.4585C124.926 16.2295 125.009 15.9408 125.009 15.5922C125.009 15.0057 124.614 14.5657 123.824 14.2723C123.034 13.9792 121.932 13.6858 120.519 13.3922C119.942 13.2644 119.38 13.1131 118.831 12.9385C118.282 12.7646 117.795 12.5356 117.367 12.251C116.939 11.9671 116.595 11.6095 116.335 11.1786C116.074 10.7482 115.944 10.221 115.944 9.59753C115.944 8.6809 116.125 7.92942 116.488 7.34251C116.851 6.75602 117.329 6.29339 117.924 5.95397C118.52 5.6149 119.189 5.37631 119.933 5.23893C120.677 5.10151 121.439 5.03272 122.22 5.03272C123.001 5.03272 123.758 5.10613 124.493 5.25264C125.228 5.39945 125.883 5.64709 126.46 5.99518C127.036 6.34354 127.515 6.80632 127.897 7.38368C128.277 7.9612 128.506 8.68999 128.58 9.56992H124.814C124.759 8.81844 124.47 8.30955 123.95 8.04369C123.429 7.77814 122.815 7.64507 122.109 7.64507C121.886 7.64507 121.644 7.65879 121.383 7.68625C121.123 7.71386 120.885 7.77352 120.672 7.8651C120.458 7.95703 120.277 8.08979 120.128 8.26376C119.979 8.43815 119.905 8.67193 119.905 8.96494C119.905 9.31345 120.035 9.59753 120.295 9.81745C120.555 10.0375 120.895 10.2161 121.314 10.3538C121.732 10.4912 122.21 10.6149 122.75 10.7248C123.289 10.8349 123.838 10.9544 124.396 11.0824C124.972 11.2109 125.535 11.3668 126.084 11.5498C126.631 11.7334 127.119 11.9762 127.548 12.2786C127.975 12.5812 128.32 12.9572 128.58 13.4061C128.84 13.8554 128.97 14.4097 128.97 15.0697C128.97 16.0047 128.779 16.7884 128.398 17.421C128.017 18.0534 127.52 18.5621 126.906 18.9473C126.292 19.3322 125.59 19.603 124.8 19.7582C124.01 19.9141 123.205 19.9919 122.387 19.9919C121.551 19.9919 120.733 19.9096 119.933 19.7447C119.133 19.5796 118.422 19.3046 117.799 18.9197C117.176 18.5348 116.665 18.026 116.265 17.3933C115.865 16.7609 115.647 15.9681 115.609 15.0147H119.375C119.375 15.4367 119.463 15.7985 119.64 16.1009\" fill=\"white\"/>\\n<path d=\"M119.64 16.1009C119.816 16.4035 120.045 16.651 120.323 16.8434C120.603 17.0359 120.923 17.178 121.286 17.2697C121.648 17.3616 122.025 17.4071 122.415 17.4071C122.695 17.4071 122.987 17.3754 123.294 17.3108C123.601 17.2468 123.88 17.1459 124.131 17.0084C124.382 16.871 124.591 16.6878 124.759 16.4585C124.926 16.2295 125.009 15.9408 125.009 15.5922C125.009 15.0057 124.614 14.5657 123.824 14.2723C123.034 13.9792 121.932 13.6858 120.519 13.3922C119.942 13.2644 119.38 13.1131 118.831 12.9385C118.282 12.7646 117.795 12.5356 117.367 12.251C116.939 11.9671 116.595 11.6095 116.335 11.1786C116.074 10.7482 115.944 10.221 115.944 9.59753C115.944 8.6809 116.125 7.92942 116.488 7.34251C116.851 6.75602 117.329 6.29339 117.924 5.95397C118.52 5.6149 119.189 5.37631 119.933 5.23893C120.677 5.10151 121.439 5.03272 122.22 5.03272C123.001 5.03272 123.758 5.10613 124.493 5.25264C125.228 5.39945 125.883 5.64709 126.46 5.99518C127.036 6.34354 127.515 6.80632 127.897 7.38368C128.277 7.9612 128.506 8.68999 128.58 9.56992H124.814C124.759 8.81844 124.47 8.30955 123.95 8.04369C123.429 7.77814 122.815 7.64507 122.109 7.64507C121.886 7.64507 121.644 7.65879 121.383 7.68625C121.123 7.71386 120.885 7.77352 120.672 7.8651C120.458 7.95703 120.277 8.08979 120.128 8.26376C119.979 8.43815 119.905 8.67193 119.905 8.96494C119.905 9.31345 120.035 9.59753 120.295 9.81745C120.555 10.0375 120.895 10.2161 121.314 10.3538C121.732 10.4912 122.21 10.6149 122.75 10.7248C123.289 10.8349 123.838 10.9544 124.396 11.0824C124.972 11.2109 125.535 11.3668 126.084 11.5498C126.631 11.7334 127.119 11.9762 127.548 12.2786C127.975 12.5812 128.32 12.9572 128.58 13.4061C128.84 13.8554 128.97 14.4097 128.97 15.0697C128.97 16.0047 128.779 16.7884 128.398 17.421C128.017 18.0534 127.52 18.5621 126.906 18.9473C126.292 19.3322 125.59 19.603 124.8 19.7582C124.01 19.9141 123.205 19.9919 122.387 19.9919C121.551 19.9919 120.733 19.9096 119.933 19.7447C119.133 19.5796 118.422 19.3046 117.799 18.9197C117.176 18.5348 116.665 18.026 116.265 17.3933C115.865 16.7609 115.647 15.9681 115.609 15.0147H119.375C119.375 15.4367 119.463 15.7985 119.64 16.1009\" fill=\"url(#paint7_linear_6269_22079)\"/>\\n<path d=\"M139.008 5.41782V8.03032H136.108V15.0699C136.108 15.7299 136.22 16.17 136.443 16.3898C136.666 16.6098 137.113 16.7199 137.781 16.7199C138.005 16.7199 138.218 16.7107 138.423 16.6923C138.627 16.6741 138.823 16.6468 139.008 16.6098V19.6345C138.674 19.6897 138.302 19.7263 137.893 19.7449C137.484 19.7628 137.085 19.7722 136.694 19.7722C136.081 19.7722 135.499 19.7307 134.951 19.6487C134.402 19.5659 133.919 19.4055 133.5 19.1672C133.082 18.9291 132.751 18.5899 132.51 18.1498C132.268 17.7098 132.147 17.1324 132.147 16.4174V8.03032H129.748V5.41782H132.147V1.15561H136.108V5.41782H139.008\" fill=\"white\"/>\\n<path d=\"M139.008 5.41782V8.03032H136.108V15.0699C136.108 15.7299 136.22 16.17 136.443 16.3898C136.666 16.6098 137.113 16.7199 137.781 16.7199C138.005 16.7199 138.218 16.7107 138.423 16.6923C138.627 16.6741 138.823 16.6468 139.008 16.6098V19.6345C138.674 19.6897 138.302 19.7263 137.893 19.7449C137.484 19.7628 137.085 19.7722 136.694 19.7722C136.081 19.7722 135.499 19.7307 134.951 19.6487C134.402 19.5659 133.919 19.4055 133.5 19.1672C133.082 18.9291 132.751 18.5899 132.51 18.1498C132.268 17.7098 132.147 17.1324 132.147 16.4174V8.03032H129.748V5.41782H132.147V1.15561H136.108V5.41782H139.008\" fill=\"url(#paint8_linear_6269_22079)\"/>\\n<path d=\"M11.1937 8.43619C11.8019 6.807 12.2764 5.46207 12.6169 4.40131C12.9574 3.34058 13.1277 2.68935 13.1277 2.44767C13.1277 2.18807 13.0709 1.98664 12.9574 1.84342C12.8437 1.7005 12.6871 1.62858 12.4875 1.62858C12.2333 1.62858 11.9745 1.83673 11.7112 2.25296C11.4477 2.66922 11.1573 3.33863 10.8396 4.26034L9.47761 8.14077L11.1937 8.43619ZM9.38227 12.0481C8.99185 12.0302 8.62169 11.9899 8.27225 11.9272C7.9227 11.8647 7.58904 11.775 7.27125 11.6587C7.41637 11.9454 7.54576 12.2316 7.65939 12.518C7.7729 12.8048 7.86579 13.0867 7.93859 13.3639C8.1565 13.0954 8.38576 12.8518 8.62638 12.6322C8.86684 12.4129 9.1188 12.2182 9.38227 12.0481ZM7.84325 7.97963L6.37237 3.79038C5.99101 2.72514 5.69592 2.02949 5.48708 1.70245C5.27807 1.37571 5.05125 1.21236 4.8061 1.21236C4.61543 1.21236 4.46092 1.28428 4.34303 1.42719C4.225 1.57042 4.16598 1.76287 4.16598 2.00455C4.16598 2.41631 4.32472 3.13243 4.64266 4.1529C4.96044 5.17338 5.43714 6.51162 6.07271 8.16762C6.12718 8.06916 6.20423 7.9998 6.30426 7.95951C6.40413 7.91921 6.5403 7.89908 6.71285 7.89908C6.76732 7.89908 6.87626 7.90371 7.0397 7.91253C7.20315 7.92147 7.47084 7.94415 7.84325 7.97963V7.97963ZM6.50854 14.465C6.66292 14.465 6.80346 14.3959 6.93076 14.2569C7.05787 14.1181 7.1214 13.9682 7.1214 13.8071C7.1214 13.6373 6.99658 13.2412 6.74686 12.6187C6.49703 11.9966 6.18622 11.3857 5.81393 10.7859C5.54155 10.3383 5.2737 10.0005 5.01038 9.77218C4.74691 9.54394 4.49738 9.42978 4.26131 9.42978C4.07064 9.42978 3.85954 9.54871 3.62801 9.78562C3.39647 10.0228 3.28071 10.2444 3.28071 10.4503C3.28071 10.6651 3.3942 10.9873 3.6212 11.417C3.84804 11.8467 4.15236 12.3032 4.53372 12.7866C4.93321 13.315 5.31004 13.7265 5.66412 14.0219C6.01824 14.3173 6.29957 14.465 6.50854 14.465V14.465ZM2.42268 14.1427C2.54979 14.2952 2.72684 14.5187 2.95384 14.8141C3.5531 15.6287 4.10681 16.036 4.61543 16.036C4.78778 16.036 4.94228 15.9823 5.07849 15.8748C5.2147 15.7674 5.2828 15.6555 5.2828 15.5391C5.2828 15.4049 5.19199 15.1812 5.01038 14.8678C4.82865 14.5545 4.57909 14.2011 4.26131 13.8071C3.89813 13.3505 3.59607 13.0171 3.35561 12.8067C3.115 12.5967 2.92191 12.4912 2.77678 12.4912C2.45884 12.4912 2.16602 12.659 1.89832 12.9947C1.63047 13.3304 1.49655 13.7265 1.49655 14.183C1.49655 14.5503 1.58961 14.9598 1.77575 15.4116C1.96173 15.8636 2.232 16.3179 2.58611 16.7745C3.12181 17.4816 3.78675 18.0253 4.58137 18.4057C5.37585 18.7866 6.25432 18.9763 7.21674 18.9763C8.98732 18.9763 10.4696 18.3251 11.6636 17.0229C12.8574 15.7204 13.4545 14.089 13.4545 12.1286C13.4545 11.529 13.409 11.0526 13.3183 10.6987C13.2275 10.3451 13.0777 10.0877 12.8689 9.92659C12.4965 9.62238 11.7725 9.34923 10.6966 9.10754C9.6206 8.86586 8.49699 8.74502 7.32572 8.74502C6.99883 8.74502 6.76732 8.79872 6.63111 8.90612C6.49494 9.01355 6.42683 9.19703 6.42683 9.45663C6.42683 10.0656 6.77185 10.5062 7.46193 10.7792C8.15181 11.0526 9.26861 11.1887 10.8123 11.1887H11.3707C11.4978 11.1887 11.6 11.2357 11.6772 11.3297C11.7542 11.4237 11.8065 11.5647 11.8338 11.7527C11.6793 11.8959 11.3617 12.0596 10.8804 12.2428C10.399 12.4263 10.0313 12.6075 9.77723 12.7866C9.23247 13.1807 8.79435 13.6481 8.46293 14.1897C8.1314 14.7316 7.96582 15.2438 7.96582 15.7271C7.96582 16.0225 8.03606 16.3784 8.17695 16.7946C8.31766 17.2108 8.38805 17.4682 8.38805 17.5666V17.6606L8.36081 17.7815C7.96113 17.7546 7.64579 17.5244 7.41424 17.09C7.18269 16.6558 7.06694 16.0762 7.06694 15.3512V15.2303C6.99414 15.293 6.92395 15.3378 6.85584 15.3646C6.78774 15.3914 6.71285 15.4049 6.63111 15.4049C6.54941 15.4049 6.47224 15.3982 6.3996 15.3847C6.32681 15.3713 6.24507 15.3512 6.15445 15.3243C6.18169 15.4229 6.2021 15.519 6.21574 15.613C6.22934 15.707 6.23615 15.7808 6.23615 15.8346C6.23615 16.1657 6.10448 16.4503 5.8412 16.6872C5.57773 16.9244 5.26448 17.043 4.90144 17.043C4.32941 17.043 3.74831 16.7677 3.15813 16.2172C2.5678 15.6667 2.27286 15.1277 2.27286 14.5993C2.27286 14.5008 2.28421 14.4135 2.30691 14.3374C2.32946 14.2615 2.3682 14.1964 2.42268 14.1427V14.1427ZM12.1743 8.66443C12.9915 8.8169 13.568 9.15677 13.904 9.68491C14.2398 10.2133 14.4079 11.0458 14.4079 12.1824C14.4079 14.4381 13.7201 16.2844 12.3445 17.7211C10.9689 19.1576 9.20976 19.876 7.06694 19.876C6.22252 19.876 5.40309 19.726 4.60861 19.4262C3.81399 19.1263 3.13089 18.7078 2.55887 18.1707C1.90513 17.5801 1.41483 16.9557 1.08796 16.2978C0.761091 15.6399 0.597656 14.9664 0.597656 14.277C0.597656 13.5072 0.765631 12.912 1.10158 12.4912C1.43738 12.0705 1.96854 11.7843 2.69507 11.6318C2.55887 11.3185 2.45884 11.0545 2.39544 10.8396C2.33188 10.6248 2.3001 10.4592 2.3001 10.3428C2.3001 9.94003 2.51574 9.52854 2.94703 9.10754C3.37816 8.68681 3.78463 8.47645 4.16598 8.47645C4.32941 8.47645 4.50176 8.50555 4.68353 8.56372C4.86511 8.62223 5.0738 8.71813 5.31004 8.85242C4.61074 6.90099 4.10242 5.39493 3.78463 4.33416C3.46669 3.27343 3.30795 2.54166 3.30795 2.13884C3.30795 1.58386 3.45307 1.14327 3.74377 0.816262C4.03432 0.489522 4.42929 0.32617 4.92868 0.32617C5.78201 0.32617 6.86266 2.20598 8.17014 5.96557C8.39696 6.61008 8.56962 7.10689 8.68766 7.45601C8.78754 7.17881 8.92812 6.78462 9.10989 6.2744C10.4174 2.5506 11.5431 0.688697 12.4875 0.688697C12.9506 0.688697 13.3204 0.843111 13.5975 1.15194C13.8745 1.46077 14.0129 1.87508 14.0129 2.39393C14.0129 2.78812 13.8608 3.5084 13.5567 4.55572C13.2523 5.60305 12.7917 6.9726 12.1743 8.66443\" fill=\"white\"/>\\n<path d=\"M11.1937 8.43619C11.8019 6.807 12.2764 5.46207 12.6169 4.40131C12.9574 3.34058 13.1277 2.68935 13.1277 2.44767C13.1277 2.18807 13.0709 1.98664 12.9574 1.84342C12.8437 1.7005 12.6871 1.62858 12.4875 1.62858C12.2333 1.62858 11.9745 1.83673 11.7112 2.25296C11.4477 2.66922 11.1573 3.33863 10.8396 4.26034L9.47761 8.14077L11.1937 8.43619ZM9.38227 12.0481C8.99185 12.0302 8.62169 11.9899 8.27225 11.9272C7.9227 11.8647 7.58904 11.775 7.27125 11.6587C7.41637 11.9454 7.54576 12.2316 7.65939 12.518C7.7729 12.8048 7.86579 13.0867 7.93859 13.3639C8.1565 13.0954 8.38576 12.8518 8.62638 12.6322C8.86684 12.4129 9.1188 12.2182 9.38227 12.0481ZM7.84325 7.97963L6.37237 3.79038C5.99101 2.72514 5.69592 2.02949 5.48708 1.70245C5.27807 1.37571 5.05125 1.21236 4.8061 1.21236C4.61543 1.21236 4.46092 1.28428 4.34303 1.42719C4.225 1.57042 4.16598 1.76287 4.16598 2.00455C4.16598 2.41631 4.32472 3.13243 4.64266 4.1529C4.96044 5.17338 5.43714 6.51162 6.07271 8.16762C6.12718 8.06916 6.20423 7.9998 6.30426 7.95951C6.40413 7.91921 6.5403 7.89908 6.71285 7.89908C6.76732 7.89908 6.87626 7.90371 7.0397 7.91253C7.20315 7.92147 7.47084 7.94415 7.84325 7.97963V7.97963ZM6.50854 14.465C6.66292 14.465 6.80346 14.3959 6.93076 14.2569C7.05787 14.1181 7.1214 13.9682 7.1214 13.8071C7.1214 13.6373 6.99658 13.2412 6.74686 12.6187C6.49703 11.9966 6.18622 11.3857 5.81393 10.7859C5.54155 10.3383 5.2737 10.0005 5.01038 9.77218C4.74691 9.54394 4.49738 9.42978 4.26131 9.42978C4.07064 9.42978 3.85954 9.54871 3.62801 9.78562C3.39647 10.0228 3.28071 10.2444 3.28071 10.4503C3.28071 10.6651 3.3942 10.9873 3.6212 11.417C3.84804 11.8467 4.15236 12.3032 4.53372 12.7866C4.93321 13.315 5.31004 13.7265 5.66412 14.0219C6.01824 14.3173 6.29957 14.465 6.50854 14.465V14.465ZM2.42268 14.1427C2.54979 14.2952 2.72684 14.5187 2.95384 14.8141C3.5531 15.6287 4.10681 16.036 4.61543 16.036C4.78778 16.036 4.94228 15.9823 5.07849 15.8748C5.2147 15.7674 5.2828 15.6555 5.2828 15.5391C5.2828 15.4049 5.19199 15.1812 5.01038 14.8678C4.82865 14.5545 4.57909 14.2011 4.26131 13.8071C3.89813 13.3505 3.59607 13.0171 3.35561 12.8067C3.115 12.5967 2.92191 12.4912 2.77678 12.4912C2.45884 12.4912 2.16602 12.659 1.89832 12.9947C1.63047 13.3304 1.49655 13.7265 1.49655 14.183C1.49655 14.5503 1.58961 14.9598 1.77575 15.4116C1.96173 15.8636 2.232 16.3179 2.58611 16.7745C3.12181 17.4816 3.78675 18.0253 4.58137 18.4057C5.37585 18.7866 6.25432 18.9763 7.21674 18.9763C8.98732 18.9763 10.4696 18.3251 11.6636 17.0229C12.8574 15.7204 13.4545 14.089 13.4545 12.1286C13.4545 11.529 13.409 11.0526 13.3183 10.6987C13.2275 10.3451 13.0777 10.0877 12.8689 9.92659C12.4965 9.62238 11.7725 9.34923 10.6966 9.10754C9.6206 8.86586 8.49699 8.74502 7.32572 8.74502C6.99883 8.74502 6.76732 8.79872 6.63111 8.90612C6.49494 9.01355 6.42683 9.19703 6.42683 9.45663C6.42683 10.0656 6.77185 10.5062 7.46193 10.7792C8.15181 11.0526 9.26861 11.1887 10.8123 11.1887H11.3707C11.4978 11.1887 11.6 11.2357 11.6772 11.3297C11.7542 11.4237 11.8065 11.5647 11.8338 11.7527C11.6793 11.8959 11.3617 12.0596 10.8804 12.2428C10.399 12.4263 10.0313 12.6075 9.77723 12.7866C9.23247 13.1807 8.79435 13.6481 8.46293 14.1897C8.1314 14.7316 7.96582 15.2438 7.96582 15.7271C7.96582 16.0225 8.03606 16.3784 8.17695 16.7946C8.31766 17.2108 8.38805 17.4682 8.38805 17.5666V17.6606L8.36081 17.7815C7.96113 17.7546 7.64579 17.5244 7.41424 17.09C7.18269 16.6558 7.06694 16.0762 7.06694 15.3512V15.2303C6.99414 15.293 6.92395 15.3378 6.85584 15.3646C6.78774 15.3914 6.71285 15.4049 6.63111 15.4049C6.54941 15.4049 6.47224 15.3982 6.3996 15.3847C6.32681 15.3713 6.24507 15.3512 6.15445 15.3243C6.18169 15.4229 6.2021 15.519 6.21574 15.613C6.22934 15.707 6.23615 15.7808 6.23615 15.8346C6.23615 16.1657 6.10448 16.4503 5.8412 16.6872C5.57773 16.9244 5.26448 17.043 4.90144 17.043C4.32941 17.043 3.74831 16.7677 3.15813 16.2172C2.5678 15.6667 2.27286 15.1277 2.27286 14.5993C2.27286 14.5008 2.28421 14.4135 2.30691 14.3374C2.32946 14.2615 2.3682 14.1964 2.42268 14.1427V14.1427ZM12.1743 8.66443C12.9915 8.8169 13.568 9.15677 13.904 9.68491C14.2398 10.2133 14.4079 11.0458 14.4079 12.1824C14.4079 14.4381 13.7201 16.2844 12.3445 17.7211C10.9689 19.1576 9.20976 19.876 7.06694 19.876C6.22252 19.876 5.40309 19.726 4.60861 19.4262C3.81399 19.1263 3.13089 18.7078 2.55887 18.1707C1.90513 17.5801 1.41483 16.9557 1.08796 16.2978C0.761091 15.6399 0.597656 14.9664 0.597656 14.277C0.597656 13.5072 0.765631 12.912 1.10158 12.4912C1.43738 12.0705 1.96854 11.7843 2.69507 11.6318C2.55887 11.3185 2.45884 11.0545 2.39544 10.8396C2.33188 10.6248 2.3001 10.4592 2.3001 10.3428C2.3001 9.94003 2.51574 9.52854 2.94703 9.10754C3.37816 8.68681 3.78463 8.47645 4.16598 8.47645C4.32941 8.47645 4.50176 8.50555 4.68353 8.56372C4.86511 8.62223 5.0738 8.71813 5.31004 8.85242C4.61074 6.90099 4.10242 5.39493 3.78463 4.33416C3.46669 3.27343 3.30795 2.54166 3.30795 2.13884C3.30795 1.58386 3.45307 1.14327 3.74377 0.816262C4.03432 0.489522 4.42929 0.32617 4.92868 0.32617C5.78201 0.32617 6.86266 2.20598 8.17014 5.96557C8.39696 6.61008 8.56962 7.10689 8.68766 7.45601C8.78754 7.17881 8.92812 6.78462 9.10989 6.2744C10.4174 2.5506 11.5431 0.688697 12.4875 0.688697C12.9506 0.688697 13.3204 0.843111 13.5975 1.15194C13.8745 1.46077 14.0129 1.87508 14.0129 2.39393C14.0129 2.78812 13.8608 3.5084 13.5567 4.55572C13.2523 5.60305 12.7917 6.9726 12.1743 8.66443\" fill=\"url(#paint9_linear_6269_22079)\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_6269_22079\" x1=\"36.6281\" y1=\"0.0208679\" x2=\"36.6281\" y2=\"19.4514\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_6269_22079\" x1=\"51.4697\" y1=\"5.04798\" x2=\"51.4697\" y2=\"19.4982\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_6269_22079\" x1=\"67.9673\" y1=\"5.05335\" x2=\"67.9673\" y2=\"24.8106\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_6269_22079\" x1=\"84.4982\" y1=\"5.04867\" x2=\"84.4982\" y2=\"19.8528\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_6269_22079\" x1=\"90.5961\" y1=\"0.0208679\" x2=\"90.5961\" y2=\"19.4514\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_6269_22079\" x1=\"107.788\" y1=\"0.0208679\" x2=\"107.788\" y2=\"19.4514\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_6269_22079\" x1=\"113.441\" y1=\"0.0208679\" x2=\"113.441\" y2=\"19.4514\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_6269_22079\" x1=\"128.901\" y1=\"5.04867\" x2=\"128.901\" y2=\"19.8528\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_6269_22079\" x1=\"138.96\" y1=\"1.17546\" x2=\"138.96\" y2=\"19.599\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint9_linear_6269_22079\" x1=\"14.3363\" y1=\"0.347015\" x2=\"14.3363\" y2=\"19.6941\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_6269_22079\">\\n<rect x=\"0.599609\" width=\"138.41\" height=\"24.9972\" rx=\"6.43471\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11j9hhq\",\"data-framer-name\":\"Kit\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t54xsk\",\"data-framer-name\":\"Kit\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:71,svg:'<svg width=\"71\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M19.414 13.316c8.722 1.688 11.429 9.762 11.5 17.883a.329.329 0 0 1-.328.332h-10.98a.33.33 0 0 1-.33-.328c-.032-6.3-1.053-11.86-7.296-12.1a.33.33 0 0 0-.341.328v11.77a.329.329 0 0 1-.329.33H.33A.329.329 0 0 1 0 31.2V1.21C0 1.028.147.881.329.881H11.31c.181 0 .329.147.329.328v11.236a.302.302 0 0 0 .59.088C15.056 3.268 20.34.94 28.919.882a.33.33 0 0 1 .33.328v11.208a.329.329 0 0 1-.328.328H19.47a.287.287 0 0 0-.055.57Zm51.438 16.053a.657.657 0 0 1-.35.581c-1.033.543-4.227 2.05-7.88 2.05-7.514 0-13.036-3.112-13.142-11.661h-.003v-7.264c0-.182.147-.329.329-.329h8.08a.288.288 0 0 0 .055-.57C51.62 10.922 48.7 7.282 48.6 1.21a.323.323 0 0 1 .322-.33h11.866a.33.33 0 0 1 .329.33v5.115c0 .181.147.328.328.328h6.804a.33.33 0 0 1 .329.33v5.435a.329.329 0 0 1-.329.328h-6.804a.329.329 0 0 0-.328.329v5.86c0 2.07 1.269 2.752 2.957 2.752 2.644 0 5.253-1.192 6.3-1.732a.328.328 0 0 1 .479.292v9.122ZM34.03 31.202V13.074c0-.181.147-.328.328-.328H45.34c.181 0 .328.147.328.328v18.128a.329.329 0 0 1-.328.329H34.359a.329.329 0 0 1-.328-.33Zm-.622-25.615c0 3.085 2.179 5.587 6.365 5.587s6.365-2.502 6.365-5.587C46.14 2.5 43.96 0 39.774 0S33.41 2.501 33.41 5.587Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h71v32H0z\"/></clipPath></defs></svg>',transformTemplate:transformTemplate1,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19islt9\",\"data-framer-name\":\"Helpscout\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-53xyf0\",\"data-framer-name\":\"Group 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:138,svg:'<svg width=\"138\" height=\"28\" viewBox=\"0 0 138 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.8798 5.1359C38.8966 4.93167 39.9277 4.93167 40.9301 5.1359L40.9732 5.15054V22.2614L40.9301 22.276C39.9134 22.4803 38.8966 22.4803 37.8798 22.276L37.8367 22.2614V15.3177H30.9196V22.2614L30.8766 22.276C30.3611 22.3782 29.8598 22.4364 29.3442 22.4364C28.8285 22.4364 28.3274 22.3782 27.8261 22.276L27.7832 22.2614V5.15037L27.8261 5.13574C28.8287 4.91703 29.8598 4.91703 30.8766 5.13574L30.9196 5.15037V12.5898H37.8367V5.15054L37.8798 5.1359ZM48.635 9.94974C50.4109 9.94974 51.8718 10.5332 52.8312 11.6127C53.9197 12.8526 54.3636 14.6906 54.1202 16.9516V17.0098H45.6992C45.7279 19.3148 46.7161 20.4235 48.7067 20.4235C50.1387 20.4235 51.1127 19.7086 51.3132 18.5125V18.4687H51.3561C52.287 18.3374 53.0747 18.3957 53.9197 18.6875L53.9626 18.7021V18.7458C53.7477 20.7591 52.0293 22.7865 48.6781 22.7865C46.7161 22.7865 45.2122 22.1593 44.2241 20.9487C43.3075 19.8254 42.8492 18.2352 42.8492 16.1931C42.8492 12.2836 45.0117 9.94974 48.635 9.94974V9.94974ZM48.5778 12.1671C46.802 12.1671 45.7565 13.2757 45.6706 15.2156H51.2702C51.3132 14.2676 51.0841 13.4798 50.5828 12.9401C50.1101 12.4295 49.4227 12.1671 48.5777 12.1671H48.5778ZM56.1824 5.1359C57.1277 4.9172 58.1015 4.9172 59.0466 5.1359L59.0897 5.15054V22.2614L59.0466 22.276C58.5741 22.3782 58.0872 22.4364 57.6146 22.4364C57.1421 22.4364 56.655 22.3782 56.1824 22.276L56.1395 22.2614V5.15037L56.1824 5.1359ZM67.3674 9.94974C70.8045 9.94974 72.7665 12.2983 72.7665 16.3828C72.7665 20.3797 70.7901 22.772 67.482 22.772C66.2933 22.772 65.2336 22.451 64.231 21.8092V27.5128L64.1881 27.5275C63.7154 27.6296 63.2285 27.6878 62.7559 27.6878C62.2834 27.6878 61.7963 27.6296 61.3239 27.5275L61.2808 27.5128V10.4894L61.3238 10.475C62.0255 10.2561 62.6127 10.2561 63.3289 10.475L63.3575 10.4894L63.5292 11.3939C64.7751 10.4459 66.1071 9.94974 67.3674 9.94974V9.94974ZM64.1881 13.3193V19.4314C65.0331 20.0296 65.8637 20.3212 66.7373 20.3212C68.7852 20.3212 69.8736 18.9647 69.8736 16.4266C69.8736 13.8299 68.7708 12.415 66.7658 12.415C65.8923 12.415 65.0758 12.7067 64.1881 13.3195V13.3193ZM85.3692 13.0422C87.7037 13.9613 90.124 14.9094 90.1382 17.783C90.1097 22.1155 86.0996 22.772 83.665 22.772C81.1875 22.772 79.2541 22.1155 78.0797 20.8318C77.2062 19.8838 76.7908 18.6583 76.8767 17.2726V17.2289L76.9196 17.2142C77.9222 16.9807 78.9533 16.9663 79.9701 17.1705L80.013 17.185V17.2289C79.9271 18.0019 80.1133 18.6292 80.5572 19.1252C81.1588 19.7961 82.2187 20.1608 83.6077 20.1608C84.8681 20.1608 85.8132 19.8836 86.3574 19.3148C86.7297 18.921 86.9158 18.4104 86.9016 17.7686C86.8731 16.5287 85.5124 16.0618 83.2498 15.2595C82.7915 15.099 82.2616 14.9094 81.7174 14.7052L81.4596 14.6177C79.7983 14.005 77.0057 12.9838 77.0342 9.906C77.0772 6.81353 79.5261 4.96094 83.5933 4.96094H83.6652C85.8561 4.97557 87.589 5.58811 88.6633 6.75515C89.5369 7.68868 89.9663 8.9432 89.8948 10.3728V10.4166L89.8518 10.4311C88.7634 10.679 87.761 10.7083 86.7728 10.5041L86.7299 10.4894V10.4459C86.787 9.59981 86.5867 8.91409 86.1283 8.4183C85.5985 7.82023 84.6963 7.51388 83.5362 7.51388C82.3619 7.51388 81.3879 7.83487 80.8294 8.43277C80.4428 8.82677 80.2565 9.3372 80.271 9.9208C80.3138 11.1753 81.6886 11.6857 83.9658 12.5173C84.4098 12.6778 84.8681 12.8528 85.3692 13.0424V13.0422ZM97.4852 12.415C95.4229 12.415 94.4633 13.6695 94.4633 16.3535C94.4633 19.0375 95.4229 20.2921 97.4852 20.2921C98.015 20.2921 99.7907 20.1607 100.063 18.2936V18.2499H100.106C101.051 18.0749 101.939 18.1331 102.741 18.4104L102.784 18.425V18.4687C102.684 19.5774 102.197 20.6131 101.395 21.3716C100.435 22.2905 99.0605 22.772 97.4279 22.772C93.647 22.772 91.5562 20.4963 91.5562 16.3682C91.5562 12.2253 93.6612 9.9351 97.485 9.9351C99.0891 9.9351 100.45 10.4019 101.395 11.2917C102.225 12.0649 102.727 13.159 102.813 14.3551V14.3988L102.77 14.4135C101.925 14.6613 101.037 14.7198 100.106 14.574H100.063V14.5301C99.9627 13.7424 99.5045 12.415 97.4852 12.415ZM110.059 9.94974C113.826 9.94974 115.888 12.2254 115.888 16.3828C115.888 20.5108 113.826 22.7865 110.059 22.7865C106.307 22.7865 104.23 20.5109 104.23 16.3827C104.23 12.2399 106.293 9.94974 110.059 9.94974V9.94974ZM113.052 16.3682C113.052 13.7133 112.078 12.4149 110.059 12.4149C108.011 12.4149 107.066 13.6695 107.066 16.3682C107.066 19.0231 108.04 20.3067 110.059 20.3067C112.078 20.3067 113.052 19.0084 113.052 16.3682ZM125.311 10.4894C126.271 10.2416 127.231 10.2416 128.176 10.4894L128.219 10.5041V22.2614L128.176 22.276C127.488 22.4656 126.772 22.4656 126.085 22.276L126.056 22.2614L125.77 20.9192C124.424 22.1884 123.178 22.7574 121.731 22.7574C119.053 22.7574 117.506 21.0944 117.506 18.177V10.5041L117.549 10.4894C118.495 10.2561 119.468 10.2561 120.414 10.4894L120.457 10.5041V17.5059C120.457 19.4314 121.058 20.2485 122.462 20.2485C123.464 20.2485 124.323 19.8691 125.268 19.0377V10.5041L125.311 10.4894ZM137.241 19.9711C137.456 20.8027 137.456 21.605 137.227 22.3782L137.212 22.4073H137.184C136.367 22.5678 135.651 22.6552 135.021 22.6552C134.005 22.6552 133.231 22.4364 132.687 21.9842C131.684 21.1381 131.599 19.6503 131.599 18.1915L131.57 12.9547H130.095L130.08 12.911C129.894 12.094 129.894 11.2773 130.08 10.475L130.095 10.4311H131.57L131.541 7.19289L131.584 7.17809C132.529 6.95938 133.503 6.95938 134.448 7.17809L134.491 7.19273V10.4311H136.826L136.84 10.475C136.998 11.2773 136.998 12.094 136.84 12.8965L136.826 12.9401H134.492V18.3957C134.492 19.1252 134.649 19.5919 134.964 19.8545C135.365 20.1755 136.024 20.2046 137.17 19.9275L137.227 19.9129L137.241 19.9711Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.8798 5.1359C38.8966 4.93167 39.9277 4.93167 40.9301 5.1359L40.9732 5.15054V22.2614L40.9301 22.276C39.9134 22.4803 38.8966 22.4803 37.8798 22.276L37.8367 22.2614V15.3177H30.9196V22.2614L30.8766 22.276C30.3611 22.3782 29.8598 22.4364 29.3442 22.4364C28.8285 22.4364 28.3274 22.3782 27.8261 22.276L27.7832 22.2614V5.15037L27.8261 5.13574C28.8287 4.91703 29.8598 4.91703 30.8766 5.13574L30.9196 5.15037V12.5898H37.8367V5.15054L37.8798 5.1359ZM48.635 9.94974C50.4109 9.94974 51.8718 10.5332 52.8312 11.6127C53.9197 12.8526 54.3636 14.6906 54.1202 16.9516V17.0098H45.6992C45.7279 19.3148 46.7161 20.4235 48.7067 20.4235C50.1387 20.4235 51.1127 19.7086 51.3132 18.5125V18.4687H51.3561C52.287 18.3374 53.0747 18.3957 53.9197 18.6875L53.9626 18.7021V18.7458C53.7477 20.7591 52.0293 22.7865 48.6781 22.7865C46.7161 22.7865 45.2122 22.1593 44.2241 20.9487C43.3075 19.8254 42.8492 18.2352 42.8492 16.1931C42.8492 12.2836 45.0117 9.94974 48.635 9.94974V9.94974ZM48.5778 12.1671C46.802 12.1671 45.7565 13.2757 45.6706 15.2156H51.2702C51.3132 14.2676 51.0841 13.4798 50.5828 12.9401C50.1101 12.4295 49.4227 12.1671 48.5777 12.1671H48.5778ZM56.1824 5.1359C57.1277 4.9172 58.1015 4.9172 59.0466 5.1359L59.0897 5.15054V22.2614L59.0466 22.276C58.5741 22.3782 58.0872 22.4364 57.6146 22.4364C57.1421 22.4364 56.655 22.3782 56.1824 22.276L56.1395 22.2614V5.15037L56.1824 5.1359ZM67.3674 9.94974C70.8045 9.94974 72.7665 12.2983 72.7665 16.3828C72.7665 20.3797 70.7901 22.772 67.482 22.772C66.2933 22.772 65.2336 22.451 64.231 21.8092V27.5128L64.1881 27.5275C63.7154 27.6296 63.2285 27.6878 62.7559 27.6878C62.2834 27.6878 61.7963 27.6296 61.3239 27.5275L61.2808 27.5128V10.4894L61.3238 10.475C62.0255 10.2561 62.6127 10.2561 63.3289 10.475L63.3575 10.4894L63.5292 11.3939C64.7751 10.4459 66.1071 9.94974 67.3674 9.94974V9.94974ZM64.1881 13.3193V19.4314C65.0331 20.0296 65.8637 20.3212 66.7373 20.3212C68.7852 20.3212 69.8736 18.9647 69.8736 16.4266C69.8736 13.8299 68.7708 12.415 66.7658 12.415C65.8923 12.415 65.0758 12.7067 64.1881 13.3195V13.3193ZM85.3692 13.0422C87.7037 13.9613 90.124 14.9094 90.1382 17.783C90.1097 22.1155 86.0996 22.772 83.665 22.772C81.1875 22.772 79.2541 22.1155 78.0797 20.8318C77.2062 19.8838 76.7908 18.6583 76.8767 17.2726V17.2289L76.9196 17.2142C77.9222 16.9807 78.9533 16.9663 79.9701 17.1705L80.013 17.185V17.2289C79.9271 18.0019 80.1133 18.6292 80.5572 19.1252C81.1588 19.7961 82.2187 20.1608 83.6077 20.1608C84.8681 20.1608 85.8132 19.8836 86.3574 19.3148C86.7297 18.921 86.9158 18.4104 86.9016 17.7686C86.8731 16.5287 85.5124 16.0618 83.2498 15.2595C82.7915 15.099 82.2616 14.9094 81.7174 14.7052L81.4596 14.6177C79.7983 14.005 77.0057 12.9838 77.0342 9.906C77.0772 6.81353 79.5261 4.96094 83.5933 4.96094H83.6652C85.8561 4.97557 87.589 5.58811 88.6633 6.75515C89.5369 7.68868 89.9663 8.9432 89.8948 10.3728V10.4166L89.8518 10.4311C88.7634 10.679 87.761 10.7083 86.7728 10.5041L86.7299 10.4894V10.4459C86.787 9.59981 86.5867 8.91409 86.1283 8.4183C85.5985 7.82023 84.6963 7.51388 83.5362 7.51388C82.3619 7.51388 81.3879 7.83487 80.8294 8.43277C80.4428 8.82677 80.2565 9.3372 80.271 9.9208C80.3138 11.1753 81.6886 11.6857 83.9658 12.5173C84.4098 12.6778 84.8681 12.8528 85.3692 13.0424V13.0422ZM97.4852 12.415C95.4229 12.415 94.4633 13.6695 94.4633 16.3535C94.4633 19.0375 95.4229 20.2921 97.4852 20.2921C98.015 20.2921 99.7907 20.1607 100.063 18.2936V18.2499H100.106C101.051 18.0749 101.939 18.1331 102.741 18.4104L102.784 18.425V18.4687C102.684 19.5774 102.197 20.6131 101.395 21.3716C100.435 22.2905 99.0605 22.772 97.4279 22.772C93.647 22.772 91.5562 20.4963 91.5562 16.3682C91.5562 12.2253 93.6612 9.9351 97.485 9.9351C99.0891 9.9351 100.45 10.4019 101.395 11.2917C102.225 12.0649 102.727 13.159 102.813 14.3551V14.3988L102.77 14.4135C101.925 14.6613 101.037 14.7198 100.106 14.574H100.063V14.5301C99.9627 13.7424 99.5045 12.415 97.4852 12.415ZM110.059 9.94974C113.826 9.94974 115.888 12.2254 115.888 16.3828C115.888 20.5108 113.826 22.7865 110.059 22.7865C106.307 22.7865 104.23 20.5109 104.23 16.3827C104.23 12.2399 106.293 9.94974 110.059 9.94974V9.94974ZM113.052 16.3682C113.052 13.7133 112.078 12.4149 110.059 12.4149C108.011 12.4149 107.066 13.6695 107.066 16.3682C107.066 19.0231 108.04 20.3067 110.059 20.3067C112.078 20.3067 113.052 19.0084 113.052 16.3682ZM125.311 10.4894C126.271 10.2416 127.231 10.2416 128.176 10.4894L128.219 10.5041V22.2614L128.176 22.276C127.488 22.4656 126.772 22.4656 126.085 22.276L126.056 22.2614L125.77 20.9192C124.424 22.1884 123.178 22.7574 121.731 22.7574C119.053 22.7574 117.506 21.0944 117.506 18.177V10.5041L117.549 10.4894C118.495 10.2561 119.468 10.2561 120.414 10.4894L120.457 10.5041V17.5059C120.457 19.4314 121.058 20.2485 122.462 20.2485C123.464 20.2485 124.323 19.8691 125.268 19.0377V10.5041L125.311 10.4894ZM137.241 19.9711C137.456 20.8027 137.456 21.605 137.227 22.3782L137.212 22.4073H137.184C136.367 22.5678 135.651 22.6552 135.021 22.6552C134.005 22.6552 133.231 22.4364 132.687 21.9842C131.684 21.1381 131.599 19.6503 131.599 18.1915L131.57 12.9547H130.095L130.08 12.911C129.894 12.094 129.894 11.2773 130.08 10.475L130.095 10.4311H131.57L131.541 7.19289L131.584 7.17809C132.529 6.95938 133.503 6.95938 134.448 7.17809L134.491 7.19273V10.4311H136.826L136.84 10.475C136.998 11.2773 136.998 12.094 136.84 12.8965L136.826 12.9401H134.492V18.3957C134.492 19.1252 134.649 19.5919 134.964 19.8545C135.365 20.1755 136.024 20.2046 137.17 19.9275L137.227 19.9129L137.241 19.9711Z\" fill=\"url(#paint0_linear_6269_22075)\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.59225 8.18871L1.72166 16.3776C0.738041 15.3539 0.123116 13.9466 0 12.2831C0 10.7478 0.737878 9.21238 1.72166 8.18871L9.71537 0C10.6991 1.02367 11.3139 2.55893 11.3139 4.09435C11.3139 5.62978 10.5762 7.1652 9.59241 8.18871H9.59225ZM13.0545 19.5271L21.0113 11.3382C22.006 12.4898 22.6278 13.8973 22.6278 15.4326C22.6278 16.968 21.8816 18.5034 20.8872 19.5271L12.9301 27.7158C11.9355 26.6921 11.3139 25.1567 11.3139 23.6215C11.3139 22.086 12.0598 20.5506 13.0545 19.5271V19.5271ZM12.8594 8.18871L15.2087 5.7951L21.0203 0C22.0095 1.00787 22.6277 2.51968 22.6277 4.03149C22.6277 5.54329 21.8859 7.05494 20.8965 8.06281L15.2087 13.8579L12.8594 16.2515L9.52106 19.653L7.17174 22.0466L1.60753 27.7158C0.618191 26.7079 0 25.1961 0 23.6843C0 22.1725 0.74196 20.6607 1.73113 19.653L7.29534 13.9838L9.52089 11.5902L12.8594 8.18871Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.59225 8.18871L1.72166 16.3776C0.738041 15.3539 0.123116 13.9466 0 12.2831C0 10.7478 0.737878 9.21238 1.72166 8.18871L9.71537 0C10.6991 1.02367 11.3139 2.55893 11.3139 4.09435C11.3139 5.62978 10.5762 7.1652 9.59241 8.18871H9.59225ZM13.0545 19.5271L21.0113 11.3382C22.006 12.4898 22.6278 13.8973 22.6278 15.4326C22.6278 16.968 21.8816 18.5034 20.8872 19.5271L12.9301 27.7158C11.9355 26.6921 11.3139 25.1567 11.3139 23.6215C11.3139 22.086 12.0598 20.5506 13.0545 19.5271V19.5271ZM12.8594 8.18871L15.2087 5.7951L21.0203 0C22.0095 1.00787 22.6277 2.51968 22.6277 4.03149C22.6277 5.54329 21.8859 7.05494 20.8965 8.06281L15.2087 13.8579L12.8594 16.2515L9.52106 19.653L7.17174 22.0466L1.60753 27.7158C0.618191 26.7079 0 25.1961 0 23.6843C0 22.1725 0.74196 20.6607 1.73113 19.653L7.29534 13.9838L9.52089 11.5902L12.8594 8.18871Z\" fill=\"url(#paint1_linear_6269_22075)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_6269_22075\" x1=\"136.832\" y1=\"27.6635\" x2=\"136.832\" y2=\"5.17238\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_6269_22075\" x1=\"22.5105\" y1=\"27.6863\" x2=\"22.5105\" y2=\"0.257857\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2w7zqa\",\"data-framer-name\":\"Drata\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mqx7q2\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 95 28\"><path d=\"M 9.527 3.063 C 11.247 3.063 12.771 3.459 14.101 4.252 C 15.431 5.044 16.462 6.164 17.207 7.625 C 17.941 9.073 18.308 10.754 18.308 12.653 C 18.308 14.552 17.941 16.232 17.207 17.68 C 16.474 19.128 15.442 20.248 14.101 21.054 C 12.771 21.846 11.246 22.243 9.527 22.243 L 2.5 22.243 L 2.5 3.063 Z M 5.481 19.21 L 9.389 19.21 C 10.57 19.21 11.602 18.937 12.508 18.404 C 13.402 17.871 14.09 17.092 14.571 16.109 C 15.052 15.112 15.293 13.964 15.293 12.652 C 15.293 11.341 15.053 10.18 14.571 9.196 C 14.089 8.199 13.402 7.434 12.508 6.901 C 11.614 6.369 10.57 6.095 9.389 6.095 L 5.481 6.095 Z M 91.181 22.215 C 89.726 20.689 87.85 19.848 85.908 19.852 C 83.966 19.848 82.09 20.689 80.635 22.215 L 77.173 22.215 L 77.253 22.078 L 79.546 17.051 L 83.111 9.224 L 84.83 12.98 L 82.882 17.256 C 83.864 16.909 84.883 16.734 85.908 16.737 C 86.962 16.737 87.983 16.928 88.945 17.27 L 87.845 14.838 L 87.616 14.333 L 86.825 12.598 L 85.908 10.59 L 84.188 6.833 L 84.876 5.33 L 85.919 3.049 L 94.563 22.078 L 94.643 22.215 Z M 54.784 22.037 C 53.33 20.509 51.454 19.668 49.511 19.674 C 47.569 19.67 45.693 20.511 44.238 22.037 L 40.776 22.037 L 40.857 21.901 L 43.149 16.874 L 46.714 9.046 L 48.434 12.803 L 46.485 17.079 C 47.467 16.731 48.487 16.556 49.511 16.559 C 50.566 16.559 51.586 16.737 52.549 17.092 L 51.529 14.852 L 51.529 14.838 L 51.3 14.333 L 50.302 12.147 L 49.511 10.412 L 47.792 6.655 L 48.48 5.153 L 49.523 2.872 L 58.166 21.901 L 58.246 22.038 L 54.784 22.038 Z M 32.878 22.215 L 29.599 16.614 L 29.576 16.614 L 27.869 13.718 L 28.843 13.718 C 30.15 13.718 31.136 13.376 31.812 12.721 C 32.488 12.052 32.821 11.109 32.821 9.893 C 32.821 8.677 32.488 7.735 31.812 7.079 C 31.135 6.423 30.15 6.095 28.843 6.095 L 23.363 6.095 L 21.587 3.091 L 28.969 3.091 C 30.368 3.091 31.583 3.364 32.614 3.91 C 33.646 4.457 34.437 5.249 34.987 6.26 C 35.538 7.285 35.813 8.5 35.813 9.907 C 35.813 11.356 35.515 12.585 34.93 13.637 C 34.345 14.675 33.497 15.454 32.397 15.959 L 36.099 22.256 L 32.878 22.215 Z M 60.425 6.068 L 60.425 3.063 L 75.442 3.063 L 75.442 6.068 L 69.423 6.068 L 69.423 22.215 L 66.443 22.215 L 66.443 6.068 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9764711018,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgb6cc\",\"data-framer-name\":\"Nearsure\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3zp51\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:173,svg:'<svg width=\"173\" height=\"28\" viewBox=\"0 0 173 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6269_22093)\">\\n<path d=\"M5.37017 26.986C8.13864 26.986 10.3829 24.8781 10.3829 22.2778C10.3829 19.6775 8.13864 17.5696 5.37017 17.5696C2.60171 17.5696 0.357422 19.6775 0.357422 22.2778C0.357422 24.8781 2.60171 26.986 5.37017 26.986Z\" fill=\"white\"/>\\n<path d=\"M5.37017 26.986C8.13864 26.986 10.3829 24.8781 10.3829 22.2778C10.3829 19.6775 8.13864 17.5696 5.37017 17.5696C2.60171 17.5696 0.357422 19.6775 0.357422 22.2778C0.357422 24.8781 2.60171 26.986 5.37017 26.986Z\" fill=\"url(#paint0_linear_6269_22093)\"/>\\n<path d=\"M28.085 9.47743C30.8535 9.47743 33.0977 7.36952 33.0977 4.76924C33.0977 2.16897 30.8535 0.0610352 28.085 0.0610352C25.3165 0.0610352 23.0723 2.16897 23.0723 4.76924C23.0723 7.36952 25.3165 9.47743 28.085 9.47743Z\" fill=\"white\"/>\\n<path d=\"M28.085 9.47743C30.8535 9.47743 33.0977 7.36952 33.0977 4.76924C33.0977 2.16897 30.8535 0.0610352 28.085 0.0610352C25.3165 0.0610352 23.0723 2.16897 23.0723 4.76924C23.0723 7.36952 25.3165 9.47743 28.085 9.47743Z\" fill=\"url(#paint1_linear_6269_22093)\"/>\\n<path d=\"M27.9274 14.4063C27.9274 14.4063 18.4502 12.4201 17.197 11.6108C15.7872 10.6545 13.3591 4.03359 13.3591 4.03359C12.2626 1.75305 9.83458 0.0610352 7.01487 0.0610352C3.2553 0.0610352 0.122332 2.9301 0.200656 6.46126C0.27898 10.8017 3.41195 12.1994 6.1533 12.7879C8.89464 13.3765 12.8892 14.1121 14.299 14.9949C15.3956 15.7306 18.6068 20.9537 20.095 23.3078C21.5832 25.6619 23.5413 26.9861 26.2826 26.9861C30.0422 26.9861 33.0968 24.1171 33.0968 20.5859C33.0968 17.6432 30.9038 15.0684 27.9274 14.4063Z\" fill=\"white\"/>\\n<path d=\"M27.9274 14.4063C27.9274 14.4063 18.4502 12.4201 17.197 11.6108C15.7872 10.6545 13.3591 4.03359 13.3591 4.03359C12.2626 1.75305 9.83458 0.0610352 7.01487 0.0610352C3.2553 0.0610352 0.122332 2.9301 0.200656 6.46126C0.27898 10.8017 3.41195 12.1994 6.1533 12.7879C8.89464 13.3765 12.8892 14.1121 14.299 14.9949C15.3956 15.7306 18.6068 20.9537 20.095 23.3078C21.5832 25.6619 23.5413 26.9861 26.2826 26.9861C30.0422 26.9861 33.0968 24.1171 33.0968 20.5859C33.0968 17.6432 30.9038 15.0684 27.9274 14.4063Z\" fill=\"url(#paint2_linear_6269_22093)\"/>\\n<path d=\"M61.7628 17.9375V4.84277H64.8957V23.2342H62.546L51.424 10.2131V23.2342H48.291V4.84277H50.7191L61.7628 17.9375Z\" fill=\"white\"/>\\n<path d=\"M61.7628 17.9375V4.84277H64.8957V23.2342H62.546L51.424 10.2131V23.2342H48.291V4.84277H50.7191L61.7628 17.9375Z\" fill=\"url(#paint3_linear_6269_22093)\"/>\\n<path d=\"M71.1619 17.7902C71.3969 19.7765 73.12 21.0271 75.7047 21.0271C77.1146 21.0271 78.8377 20.5121 79.6992 19.6293L81.579 21.3214C80.1692 22.7927 77.7411 23.5284 75.6264 23.5284C71.0836 23.5284 68.1855 20.8064 68.1855 16.6867C68.1855 12.7142 71.1619 9.9187 75.4697 9.9187C79.9342 9.9187 82.9101 12.4935 82.4408 17.7902H71.1619ZM79.6209 15.5097C79.4642 13.4499 77.8194 12.3463 75.548 12.3463C73.4333 12.3463 71.7102 13.4499 71.2402 15.5097H79.6209Z\" fill=\"white\"/>\\n<path d=\"M71.1619 17.7902C71.3969 19.7765 73.12 21.0271 75.7047 21.0271C77.1146 21.0271 78.8377 20.5121 79.6992 19.6293L81.579 21.3214C80.1692 22.7927 77.7411 23.5284 75.6264 23.5284C71.0836 23.5284 68.1855 20.8064 68.1855 16.6867C68.1855 12.7142 71.1619 9.9187 75.4697 9.9187C79.9342 9.9187 82.9101 12.4935 82.4408 17.7902H71.1619ZM79.6209 15.5097C79.4642 13.4499 77.8194 12.3463 75.548 12.3463C73.4333 12.3463 71.7102 13.4499 71.2402 15.5097H79.6209Z\" fill=\"url(#paint4_linear_6269_22093)\"/>\\n<path d=\"M96.3842 10.2865H99.2034C99.2034 14.6269 99.2034 18.9673 99.2034 23.2341H96.462L96.3056 21.1007C95.3661 22.7927 93.2513 23.5284 91.5281 23.5284C87.4549 23.5284 84.4785 21.1007 84.4785 16.6867C84.4785 12.3463 87.6114 9.9187 91.6059 9.9187C93.5642 9.9187 95.4439 10.8015 96.3056 12.2728L96.3842 10.2865ZM87.3763 16.7603C87.3763 19.4086 89.4133 21.1007 91.8409 21.1007C97.7938 21.1007 97.7938 12.4935 91.8409 12.4935C89.3346 12.4199 87.3763 14.1119 87.3763 16.7603Z\" fill=\"white\"/>\\n<path d=\"M96.3842 10.2865H99.2034C99.2034 14.6269 99.2034 18.9673 99.2034 23.2341H96.462L96.3056 21.1007C95.3661 22.7927 93.2513 23.5284 91.5281 23.5284C87.4549 23.5284 84.4785 21.1007 84.4785 16.6867C84.4785 12.3463 87.6114 9.9187 91.6059 9.9187C93.5642 9.9187 95.4439 10.8015 96.3056 12.2728L96.3842 10.2865ZM87.3763 16.7603C87.3763 19.4086 89.4133 21.1007 91.8409 21.1007C97.7938 21.1007 97.7938 12.4935 91.8409 12.4935C89.3346 12.4199 87.3763 14.1119 87.3763 16.7603Z\" fill=\"url(#paint5_linear_6269_22093)\"/>\\n<path d=\"M105.782 10.2867L106.017 11.9787C107.035 10.2867 108.602 9.99243 110.09 9.99243C111.421 9.99243 112.753 10.4339 113.536 11.096L112.205 13.4501C111.5 12.9351 110.794 12.6408 109.776 12.6408C107.818 12.6408 106.017 13.8179 106.017 16.172V23.1607H103.119V10.2867H105.782Z\" fill=\"white\"/>\\n<path d=\"M105.782 10.2867L106.017 11.9787C107.035 10.2867 108.602 9.99243 110.09 9.99243C111.421 9.99243 112.753 10.4339 113.536 11.096L112.205 13.4501C111.5 12.9351 110.794 12.6408 109.776 12.6408C107.818 12.6408 106.017 13.8179 106.017 16.172V23.1607H103.119V10.2867H105.782Z\" fill=\"url(#paint6_linear_6269_22093)\"/>\\n<path d=\"M124.265 13.4499C123.168 12.4935 121.994 12.2728 120.662 12.2728C118.861 12.2728 117.686 12.7877 117.686 13.8177C117.686 14.9211 118.94 15.289 120.662 15.5097C123.247 15.7304 126.537 16.2454 126.537 19.5558C126.537 21.9834 124.265 23.6755 120.662 23.6755C118.391 23.6755 116.198 23.2341 114.396 21.2478L115.885 19.3351C117.138 20.6593 119.096 21.2478 120.741 21.2478C122.15 21.2478 123.639 20.8064 123.717 19.5558C123.717 18.3788 122.542 17.9373 120.506 17.7902C117.921 17.5695 114.867 16.7603 114.867 13.8912C114.867 11.0222 117.999 9.9187 120.584 9.9187C122.699 9.9187 124.344 10.3601 125.91 11.6842L124.265 13.4499Z\" fill=\"white\"/>\\n<path d=\"M124.265 13.4499C123.168 12.4935 121.994 12.2728 120.662 12.2728C118.861 12.2728 117.686 12.7877 117.686 13.8177C117.686 14.9211 118.94 15.289 120.662 15.5097C123.247 15.7304 126.537 16.2454 126.537 19.5558C126.537 21.9834 124.265 23.6755 120.662 23.6755C118.391 23.6755 116.198 23.2341 114.396 21.2478L115.885 19.3351C117.138 20.6593 119.096 21.2478 120.741 21.2478C122.15 21.2478 123.639 20.8064 123.717 19.5558C123.717 18.3788 122.542 17.9373 120.506 17.7902C117.921 17.5695 114.867 16.7603 114.867 13.8912C114.867 11.0222 117.999 9.9187 120.584 9.9187C122.699 9.9187 124.344 10.3601 125.91 11.6842L124.265 13.4499Z\" fill=\"url(#paint7_linear_6269_22093)\"/>\\n<path d=\"M132.098 10.2866V17.2018C132.098 19.4088 133.43 20.9537 135.858 20.9537C138.13 20.9537 139.696 19.1881 139.696 17.0547V10.2866H142.594V23.3078H140.01L139.852 21.3951C138.521 22.8664 137.033 23.5285 135.075 23.5285C131.707 23.5285 129.279 21.248 129.279 17.3489V10.3602H132.098V10.2866Z\" fill=\"white\"/>\\n<path d=\"M132.098 10.2866V17.2018C132.098 19.4088 133.43 20.9537 135.858 20.9537C138.13 20.9537 139.696 19.1881 139.696 17.0547V10.2866H142.594V23.3078H140.01L139.852 21.3951C138.521 22.8664 137.033 23.5285 135.075 23.5285C131.707 23.5285 129.279 21.248 129.279 17.3489V10.3602H132.098V10.2866Z\" fill=\"url(#paint8_linear_6269_22093)\"/>\\n<path d=\"M149.172 10.2867L149.408 11.9787C150.426 10.2867 151.992 9.99243 153.481 9.99243C154.812 9.99243 156.143 10.4339 156.926 11.096L155.595 13.4501C154.89 12.9351 154.185 12.6408 153.167 12.6408C151.209 12.6408 149.408 13.8179 149.408 16.172V23.1607H146.51V10.2867H149.172Z\" fill=\"white\"/>\\n<path d=\"M149.172 10.2867L149.408 11.9787C150.426 10.2867 151.992 9.99243 153.481 9.99243C154.812 9.99243 156.143 10.4339 156.926 11.096L155.595 13.4501C154.89 12.9351 154.185 12.6408 153.167 12.6408C151.209 12.6408 149.408 13.8179 149.408 16.172V23.1607H146.51V10.2867H149.172Z\" fill=\"url(#paint9_linear_6269_22093)\"/>\\n<path d=\"M160.609 17.7902C160.844 19.7765 162.568 21.0271 165.152 21.0271C166.562 21.0271 168.285 20.5121 169.146 19.6293L171.027 21.3214C169.616 22.7927 167.189 23.5284 165.074 23.5284C160.531 23.5284 157.633 20.8064 157.633 16.6867C157.633 12.7142 160.609 9.9187 164.917 9.9187C169.381 9.9187 172.358 12.4935 171.888 17.7902H160.609ZM168.99 15.5097C168.833 13.4499 167.189 12.3463 164.917 12.3463C162.803 12.3463 161.079 13.4499 160.609 15.5097H168.99Z\" fill=\"white\"/>\\n<path d=\"M160.609 17.7902C160.844 19.7765 162.568 21.0271 165.152 21.0271C166.562 21.0271 168.285 20.5121 169.146 19.6293L171.027 21.3214C169.616 22.7927 167.189 23.5284 165.074 23.5284C160.531 23.5284 157.633 20.8064 157.633 16.6867C157.633 12.7142 160.609 9.9187 164.917 9.9187C169.381 9.9187 172.358 12.4935 171.888 17.7902H160.609ZM168.99 15.5097C168.833 13.4499 167.189 12.3463 164.917 12.3463C162.803 12.3463 161.079 13.4499 160.609 15.5097H168.99Z\" fill=\"url(#paint10_linear_6269_22093)\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_6269_22093\" x1=\"10.3309\" y1=\"26.976\" x2=\"10.3309\" y2=\"17.6572\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_6269_22093\" x1=\"33.0458\" y1=\"9.46739\" x2=\"33.0458\" y2=\"0.148641\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_6269_22093\" x1=\"32.9263\" y1=\"26.9574\" x2=\"32.9263\" y2=\"0.311535\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_6269_22093\" x1=\"64.8096\" y1=\"23.2146\" x2=\"64.8096\" y2=\"5.01388\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_6269_22093\" x1=\"82.4152\" y1=\"23.5139\" x2=\"82.4152\" y2=\"10.0453\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_6269_22093\" x1=\"99.127\" y1=\"23.5139\" x2=\"99.127\" y2=\"10.0453\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_6269_22093\" x1=\"113.482\" y1=\"23.1467\" x2=\"113.482\" y2=\"10.1149\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_6269_22093\" x1=\"126.474\" y1=\"23.6608\" x2=\"126.474\" y2=\"10.0467\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_6269_22093\" x1=\"142.525\" y1=\"23.5144\" x2=\"142.525\" y2=\"10.4098\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint9_linear_6269_22093\" x1=\"156.872\" y1=\"23.1467\" x2=\"156.872\" y2=\"10.1149\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint10_linear_6269_22093\" x1=\"171.862\" y1=\"23.5139\" x2=\"171.862\" y2=\"10.0453\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_6269_22093\">\\n<rect width=\"172\" height=\"27.6782\" fill=\"white\" transform=\"translate(0.199219)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12nmooj\",\"data-framer-name\":\"Vouch\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17gds82\",\"data-framer-name\":\"vouch\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:83,svg:'<svg width=\"83\" height=\"30\" viewBox=\"0 0 83 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M56.0102 28.9073C54.9587 28.7234 53.402 28.2875 52.7328 28.0015C51.9408 27.6541 51.1897 27.2591 50.3226 26.7347C49.9607 26.5168 49.6261 26.2648 49.6261 26.2171C49.6261 26.183 49.592 26.1558 49.551 26.1558C49.353 26.1558 47.2363 24.1603 47.2363 23.9764C47.2363 23.9355 47.803 23.9083 48.8409 23.9083H50.4455V22.3078C50.4455 21.4292 50.4659 20.7073 50.4864 20.7073C50.5137 20.7073 50.78 20.9661 51.0805 21.2862C51.7155 21.9672 52.4187 22.553 53.0401 22.9207C53.2859 23.0638 53.5317 23.2136 53.5863 23.2613C53.8321 23.452 55.2865 23.99 55.942 24.1398C57.7923 24.5485 59.3013 24.5349 60.9263 24.0922C61.4521 23.9491 61.6023 23.9423 65.4874 23.9219C68.5941 23.9083 69.4954 23.9219 69.4954 23.99C69.4954 24.1058 67.9796 25.5837 67.4812 25.9515C67.2558 26.1217 67.0578 26.2784 67.0374 26.2988C66.8598 26.5168 64.5588 27.8176 64.1286 27.947C64.0535 27.9674 63.6439 28.1104 63.2137 28.2603C62.3124 28.5872 61.8618 28.703 60.7557 28.8869C59.7724 29.0503 56.8979 29.0639 56.0102 28.9073Z\" fill=\"white\"/>\\n<path d=\"M56.0102 28.9073C54.9587 28.7234 53.402 28.2875 52.7328 28.0015C51.9408 27.6541 51.1897 27.2591 50.3226 26.7347C49.9607 26.5168 49.6261 26.2648 49.6261 26.2171C49.6261 26.183 49.592 26.1558 49.551 26.1558C49.353 26.1558 47.2363 24.1603 47.2363 23.9764C47.2363 23.9355 47.803 23.9083 48.8409 23.9083H50.4455V22.3078C50.4455 21.4292 50.4659 20.7073 50.4864 20.7073C50.5137 20.7073 50.78 20.9661 51.0805 21.2862C51.7155 21.9672 52.4187 22.553 53.0401 22.9207C53.2859 23.0638 53.5317 23.2136 53.5863 23.2613C53.8321 23.452 55.2865 23.99 55.942 24.1398C57.7923 24.5485 59.3013 24.5349 60.9263 24.0922C61.4521 23.9491 61.6023 23.9423 65.4874 23.9219C68.5941 23.9083 69.4954 23.9219 69.4954 23.99C69.4954 24.1058 67.9796 25.5837 67.4812 25.9515C67.2558 26.1217 67.0578 26.2784 67.0374 26.2988C66.8598 26.5168 64.5588 27.8176 64.1286 27.947C64.0535 27.9674 63.6439 28.1104 63.2137 28.2603C62.3124 28.5872 61.8618 28.703 60.7557 28.8869C59.7724 29.0503 56.8979 29.0639 56.0102 28.9073Z\" fill=\"url(#paint0_linear_6269_22106)\"/>\\n<path d=\"M22.8956 22.2343C20.5127 21.7372 18.8466 20.6747 17.6517 18.8699C17.1533 18.1207 17.0645 17.9573 16.9894 17.7189C16.9553 17.6235 16.8529 17.3307 16.7505 17.0651C16.5047 16.4112 16.3066 15.2262 16.3066 14.4021C16.3066 12.6654 16.9553 10.738 17.9522 9.49162C18.3482 9.00806 19.4065 8.02733 19.7548 7.82301C19.9664 7.70042 20.2395 7.54377 20.3556 7.46886C20.7107 7.25772 21.8578 6.82865 22.3903 6.69925C23.1073 6.5358 25.2649 6.5358 26.0296 6.69925C26.8626 6.88314 27.9688 7.3667 28.7335 7.87749C29.4982 8.38829 30.8502 9.78448 30.8502 10.0705C30.8502 10.1046 30.8775 10.1523 30.9048 10.1659C31.0072 10.2067 31.4715 11.133 31.649 11.6506C31.9836 12.6245 32.0792 13.2239 32.0792 14.4089C32.0792 15.3352 32.0519 15.6825 31.9426 16.1456C31.5398 17.821 30.9526 18.9107 29.8669 20.0004C28.9861 20.8722 27.9551 21.526 26.9924 21.8257C26.767 21.8938 26.5076 21.9823 26.412 22.0096C25.8111 22.2139 25.2922 22.2752 24.1929 22.2684C23.5579 22.2616 22.9707 22.248 22.8956 22.2343ZM25.5175 17.4737C26.3847 17.0378 26.9241 16.3772 27.1699 15.4305C27.5796 13.8845 27.0265 12.2704 25.8316 11.5076C25.2854 11.1602 24.9986 11.0921 24.1929 11.0853C23.4896 11.0853 23.4145 11.0989 22.998 11.2964C22.445 11.5621 22.1104 11.8345 21.7622 12.3044C21.2432 13.0059 21.0247 13.9798 21.1613 14.9538C21.3184 16.132 21.8782 16.9425 22.8751 17.4533C23.4009 17.7189 23.7491 17.7802 24.4933 17.7393C24.9645 17.7121 25.1488 17.6644 25.5175 17.4737Z\" fill=\"white\"/>\\n<path d=\"M22.8956 22.2343C20.5127 21.7372 18.8466 20.6747 17.6517 18.8699C17.1533 18.1207 17.0645 17.9573 16.9894 17.7189C16.9553 17.6235 16.8529 17.3307 16.7505 17.0651C16.5047 16.4112 16.3066 15.2262 16.3066 14.4021C16.3066 12.6654 16.9553 10.738 17.9522 9.49162C18.3482 9.00806 19.4065 8.02733 19.7548 7.82301C19.9664 7.70042 20.2395 7.54377 20.3556 7.46886C20.7107 7.25772 21.8578 6.82865 22.3903 6.69925C23.1073 6.5358 25.2649 6.5358 26.0296 6.69925C26.8626 6.88314 27.9688 7.3667 28.7335 7.87749C29.4982 8.38829 30.8502 9.78448 30.8502 10.0705C30.8502 10.1046 30.8775 10.1523 30.9048 10.1659C31.0072 10.2067 31.4715 11.133 31.649 11.6506C31.9836 12.6245 32.0792 13.2239 32.0792 14.4089C32.0792 15.3352 32.0519 15.6825 31.9426 16.1456C31.5398 17.821 30.9526 18.9107 29.8669 20.0004C28.9861 20.8722 27.9551 21.526 26.9924 21.8257C26.767 21.8938 26.5076 21.9823 26.412 22.0096C25.8111 22.2139 25.2922 22.2752 24.1929 22.2684C23.5579 22.2616 22.9707 22.248 22.8956 22.2343ZM25.5175 17.4737C26.3847 17.0378 26.9241 16.3772 27.1699 15.4305C27.5796 13.8845 27.0265 12.2704 25.8316 11.5076C25.2854 11.1602 24.9986 11.0921 24.1929 11.0853C23.4896 11.0853 23.4145 11.0989 22.998 11.2964C22.445 11.5621 22.1104 11.8345 21.7622 12.3044C21.2432 13.0059 21.0247 13.9798 21.1613 14.9538C21.3184 16.132 21.8782 16.9425 22.8751 17.4533C23.4009 17.7189 23.7491 17.7802 24.4933 17.7393C24.9645 17.7121 25.1488 17.6644 25.5175 17.4737Z\" fill=\"url(#paint1_linear_6269_22106)\"/>\\n<path d=\"M38.6334 22.2335C38.1964 22.145 37.22 21.8317 36.8991 21.675C36.4553 21.4503 35.6906 20.8441 35.4857 20.5581C35.3969 20.4355 35.274 20.2789 35.2194 20.2176C35.1102 20.095 34.7005 19.3186 34.5093 18.8691C34.4547 18.7397 34.3454 18.3242 34.2703 17.9564C34.1338 17.3094 34.127 17.0779 34.127 12.0448V6.81421H36.4758H38.8246L38.8587 11.4999C38.886 15.995 38.8929 16.1925 39.0226 16.5126C39.2343 17.0234 39.4937 17.2958 39.9785 17.5205C40.395 17.7181 40.436 17.7249 41.2144 17.6976C41.9245 17.6772 42.0542 17.65 42.3888 17.4797C42.7643 17.289 43.2764 16.8599 43.2764 16.7305C43.2764 16.6965 43.3174 16.6147 43.372 16.5602C43.4198 16.499 43.5222 16.281 43.5905 16.0767C43.6997 15.7362 43.7134 15.3343 43.7339 11.2548L43.7612 6.81421L46.1305 6.82783L48.4998 6.84826V14.374V21.8998L46.1305 21.9202L43.7544 21.9338V21.1166V20.2993L43.5017 20.5785C42.9145 21.2255 42.0678 21.7432 41.0778 22.0428C40.6272 22.1858 40.3336 22.2267 39.6576 22.2403C39.1865 22.2539 38.729 22.2471 38.6334 22.2335Z\" fill=\"white\"/>\\n<path d=\"M38.6334 22.2335C38.1964 22.145 37.22 21.8317 36.8991 21.675C36.4553 21.4503 35.6906 20.8441 35.4857 20.5581C35.3969 20.4355 35.274 20.2789 35.2194 20.2176C35.1102 20.095 34.7005 19.3186 34.5093 18.8691C34.4547 18.7397 34.3454 18.3242 34.2703 17.9564C34.1338 17.3094 34.127 17.0779 34.127 12.0448V6.81421H36.4758H38.8246L38.8587 11.4999C38.886 15.995 38.8929 16.1925 39.0226 16.5126C39.2343 17.0234 39.4937 17.2958 39.9785 17.5205C40.395 17.7181 40.436 17.7249 41.2144 17.6976C41.9245 17.6772 42.0542 17.65 42.3888 17.4797C42.7643 17.289 43.2764 16.8599 43.2764 16.7305C43.2764 16.6965 43.3174 16.6147 43.372 16.5602C43.4198 16.499 43.5222 16.281 43.5905 16.0767C43.6997 15.7362 43.7134 15.3343 43.7339 11.2548L43.7612 6.81421L46.1305 6.82783L48.4998 6.84826V14.374V21.8998L46.1305 21.9202L43.7544 21.9338V21.1166V20.2993L43.5017 20.5785C42.9145 21.2255 42.0678 21.7432 41.0778 22.0428C40.6272 22.1858 40.3336 22.2267 39.6576 22.2403C39.1865 22.2539 38.729 22.2471 38.6334 22.2335Z\" fill=\"url(#paint2_linear_6269_22106)\"/>\\n<path d=\"M56.6946 22.1383C56.4352 22.0634 56.087 21.9748 55.9231 21.934C55.766 21.8931 55.5817 21.8386 55.5134 21.8046C55.452 21.7705 55.2608 21.6888 55.0901 21.6207C54.6599 21.4504 53.745 20.9192 53.506 20.6944C53.3899 20.5855 53.2807 20.5037 53.2602 20.5037C53.2397 20.5037 52.9939 20.2654 52.714 19.9793C52.2633 19.5026 51.6488 18.6512 51.4235 18.1881C51.0548 17.4253 50.8021 16.6557 50.6792 15.9746C50.5563 15.2595 50.5563 13.5501 50.6861 12.8213C50.9523 11.3094 51.7239 9.83144 52.8027 8.76217C53.3216 8.25137 54.1 7.65885 54.4824 7.49539C54.5712 7.46134 54.6941 7.40004 54.7487 7.36599C55.1174 7.14805 55.9504 6.84157 56.5581 6.70536C56.9883 6.61001 57.3911 6.58276 58.4699 6.58276C60.2383 6.58276 60.5183 6.64406 62.0887 7.29788C63.427 7.86317 64.8882 9.27978 65.4481 10.5602C65.7348 11.2072 66.0831 12.4263 66.0831 12.7668C66.0831 12.8622 65.8373 12.8758 63.625 12.8758H61.1738L61.1055 12.617C60.9621 12.1062 60.4637 11.5137 59.9447 11.2412C59.6238 11.071 58.8728 10.9007 58.4699 10.9007C56.6332 10.9075 55.37 12.3173 55.3632 14.3605C55.3632 15.7158 55.8412 16.7647 56.7561 17.4049C58.2651 18.4605 60.6139 17.7863 61.1055 16.1585L61.1874 15.8725H63.6387C65.9192 15.8725 66.0831 15.8793 66.0831 15.9951C66.0831 16.0564 66.0353 16.3424 65.9738 16.6217C65.7007 17.8953 65.1408 19.019 64.3419 19.8771C63.9664 20.279 63.2017 20.926 62.8739 21.1099C62.3482 21.4164 61.6995 21.716 61.3718 21.8182C61.167 21.8795 60.7846 22.0021 60.5183 22.0838C60.1086 22.2064 59.8423 22.2336 58.6065 22.2541C57.3501 22.2677 57.1112 22.2541 56.6946 22.1383Z\" fill=\"white\"/>\\n<path d=\"M56.6946 22.1383C56.4352 22.0634 56.087 21.9748 55.9231 21.934C55.766 21.8931 55.5817 21.8386 55.5134 21.8046C55.452 21.7705 55.2608 21.6888 55.0901 21.6207C54.6599 21.4504 53.745 20.9192 53.506 20.6944C53.3899 20.5855 53.2807 20.5037 53.2602 20.5037C53.2397 20.5037 52.9939 20.2654 52.714 19.9793C52.2633 19.5026 51.6488 18.6512 51.4235 18.1881C51.0548 17.4253 50.8021 16.6557 50.6792 15.9746C50.5563 15.2595 50.5563 13.5501 50.6861 12.8213C50.9523 11.3094 51.7239 9.83144 52.8027 8.76217C53.3216 8.25137 54.1 7.65885 54.4824 7.49539C54.5712 7.46134 54.6941 7.40004 54.7487 7.36599C55.1174 7.14805 55.9504 6.84157 56.5581 6.70536C56.9883 6.61001 57.3911 6.58276 58.4699 6.58276C60.2383 6.58276 60.5183 6.64406 62.0887 7.29788C63.427 7.86317 64.8882 9.27978 65.4481 10.5602C65.7348 11.2072 66.0831 12.4263 66.0831 12.7668C66.0831 12.8622 65.8373 12.8758 63.625 12.8758H61.1738L61.1055 12.617C60.9621 12.1062 60.4637 11.5137 59.9447 11.2412C59.6238 11.071 58.8728 10.9007 58.4699 10.9007C56.6332 10.9075 55.37 12.3173 55.3632 14.3605C55.3632 15.7158 55.8412 16.7647 56.7561 17.4049C58.2651 18.4605 60.6139 17.7863 61.1055 16.1585L61.1874 15.8725H63.6387C65.9192 15.8725 66.0831 15.8793 66.0831 15.9951C66.0831 16.0564 66.0353 16.3424 65.9738 16.6217C65.7007 17.8953 65.1408 19.019 64.3419 19.8771C63.9664 20.279 63.2017 20.926 62.8739 21.1099C62.3482 21.4164 61.6995 21.716 61.3718 21.8182C61.167 21.8795 60.7846 22.0021 60.5183 22.0838C60.1086 22.2064 59.8423 22.2336 58.6065 22.2541C57.3501 22.2677 57.1112 22.2541 56.6946 22.1383Z\" fill=\"url(#paint3_linear_6269_22106)\"/>\\n<path d=\"M5.60038 21.5797C5.52528 21.3822 5.36823 20.8986 5.24533 20.5036C5.03366 19.8294 4.89711 19.4207 4.70592 18.8691C4.65813 18.7397 4.54205 18.3991 4.45329 18.1199C4.28259 17.5682 3.64759 15.6272 3.53152 15.2935C3.49055 15.1845 3.34033 14.7078 3.18329 14.2378C3.03308 13.7679 2.85555 13.2367 2.78727 13.046C2.71899 12.8621 2.56878 12.3989 2.4527 12.0244C2.33663 11.6498 2.2069 11.2548 2.16593 11.139C2.13179 11.03 1.85184 10.1991 1.55824 9.3001C1.25781 8.40109 0.971038 7.52933 0.909586 7.35906C0.704748 6.75972 0.486254 6.8074 3.31302 6.82783L5.81205 6.84826L5.89398 7.12069C5.94178 7.27052 6.03054 7.59062 6.09199 7.83581C6.16027 8.08099 6.25587 8.41471 6.31049 8.58498C6.41291 8.91189 6.51533 9.28647 6.77479 10.2536C6.86355 10.5941 7.04791 11.2479 7.18447 11.7179C7.32102 12.1878 7.47807 12.7531 7.53952 12.9778C7.60097 13.2026 7.71022 13.5704 7.7785 13.7951C7.89457 14.1833 8.09258 14.8916 8.28376 15.634C8.33156 15.8247 8.39984 16.0494 8.44081 16.1448C8.50909 16.3287 8.52274 16.3014 8.8778 15.021C8.9529 14.7622 9.06898 14.3468 9.13726 14.1016C9.20554 13.8564 9.30113 13.5091 9.3421 13.3184C9.48548 12.7531 10.1 10.7371 10.4346 9.77684C10.6257 9.23199 11.1583 8.03332 11.4383 7.52933C11.568 7.30458 11.7046 7.05258 11.7455 6.97085L11.8206 6.81421H14.784C16.846 6.81421 17.7405 6.83464 17.7405 6.88913C17.7405 6.92999 17.5015 7.19561 17.2079 7.48165C15.9652 8.70757 15.2619 9.98116 14.4016 12.5692C14.1012 13.475 13.8281 14.2855 13.7939 14.374C13.7529 14.4694 13.5208 15.1913 13.2682 15.9745C13.0155 16.7646 12.7561 17.5614 12.6878 17.7453C12.5307 18.1812 11.6704 20.7488 11.5953 21.0144C11.5612 21.1302 11.4929 21.3754 11.4383 21.5593L11.3495 21.8998L8.54323 21.9202L5.73694 21.9338L5.60038 21.5797Z\" fill=\"white\"/>\\n<path d=\"M5.60038 21.5797C5.52528 21.3822 5.36823 20.8986 5.24533 20.5036C5.03366 19.8294 4.89711 19.4207 4.70592 18.8691C4.65813 18.7397 4.54205 18.3991 4.45329 18.1199C4.28259 17.5682 3.64759 15.6272 3.53152 15.2935C3.49055 15.1845 3.34033 14.7078 3.18329 14.2378C3.03308 13.7679 2.85555 13.2367 2.78727 13.046C2.71899 12.8621 2.56878 12.3989 2.4527 12.0244C2.33663 11.6498 2.2069 11.2548 2.16593 11.139C2.13179 11.03 1.85184 10.1991 1.55824 9.3001C1.25781 8.40109 0.971038 7.52933 0.909586 7.35906C0.704748 6.75972 0.486254 6.8074 3.31302 6.82783L5.81205 6.84826L5.89398 7.12069C5.94178 7.27052 6.03054 7.59062 6.09199 7.83581C6.16027 8.08099 6.25587 8.41471 6.31049 8.58498C6.41291 8.91189 6.51533 9.28647 6.77479 10.2536C6.86355 10.5941 7.04791 11.2479 7.18447 11.7179C7.32102 12.1878 7.47807 12.7531 7.53952 12.9778C7.60097 13.2026 7.71022 13.5704 7.7785 13.7951C7.89457 14.1833 8.09258 14.8916 8.28376 15.634C8.33156 15.8247 8.39984 16.0494 8.44081 16.1448C8.50909 16.3287 8.52274 16.3014 8.8778 15.021C8.9529 14.7622 9.06898 14.3468 9.13726 14.1016C9.20554 13.8564 9.30113 13.5091 9.3421 13.3184C9.48548 12.7531 10.1 10.7371 10.4346 9.77684C10.6257 9.23199 11.1583 8.03332 11.4383 7.52933C11.568 7.30458 11.7046 7.05258 11.7455 6.97085L11.8206 6.81421H14.784C16.846 6.81421 17.7405 6.83464 17.7405 6.88913C17.7405 6.92999 17.5015 7.19561 17.2079 7.48165C15.9652 8.70757 15.2619 9.98116 14.4016 12.5692C14.1012 13.475 13.8281 14.2855 13.7939 14.374C13.7529 14.4694 13.5208 15.1913 13.2682 15.9745C13.0155 16.7646 12.7561 17.5614 12.6878 17.7453C12.5307 18.1812 11.6704 20.7488 11.5953 21.0144C11.5612 21.1302 11.4929 21.3754 11.4383 21.5593L11.3495 21.8998L8.54323 21.9202L5.73694 21.9338L5.60038 21.5797Z\" fill=\"url(#paint4_linear_6269_22106)\"/>\\n<path d=\"M65.332 21.8467C65.332 21.7923 65.4003 21.6969 65.4754 21.622C65.6325 21.479 66.3835 20.5323 66.5952 20.1986C67.1824 19.2927 67.7764 17.8829 68.0222 16.7932C68.3158 15.5333 68.3363 14.8658 68.3363 7.6874V0.822266H70.7261H73.1159V4.58174V8.34803L73.3753 8.07561C73.9284 7.48989 74.7546 6.96547 75.4715 6.74072C75.8675 6.61132 76.8439 6.4751 77.3492 6.4751C77.8545 6.4751 78.7967 6.61132 79.261 6.74072C80.2784 7.04039 81.4665 8.04155 81.9717 9.0291C82.3336 9.73059 82.4429 10.0439 82.6067 10.8544C82.7365 11.4877 82.7433 11.8147 82.7433 16.7319V21.9353H80.3876H78.0388L78.0183 17.2904C77.9979 12.1211 78.0115 12.3118 77.5267 11.6716C77.1307 11.1404 76.2021 10.8884 75.1984 11.045C74.4815 11.154 74.1674 11.3039 73.7782 11.7057C73.2934 12.2233 73.15 12.6864 73.0954 13.8783C73.0408 15.111 72.9247 16.3097 72.8018 16.9703C72.7472 17.2564 72.7062 17.5424 72.7062 17.6173C72.7062 17.8625 72.119 19.6741 71.8322 20.3007C71.5386 20.9477 71.2655 21.4858 71.1153 21.7105L70.9651 21.9353H68.152C65.8373 21.9353 65.332 21.9217 65.332 21.8467Z\" fill=\"white\"/>\\n<path d=\"M65.332 21.8467C65.332 21.7923 65.4003 21.6969 65.4754 21.622C65.6325 21.479 66.3835 20.5323 66.5952 20.1986C67.1824 19.2927 67.7764 17.8829 68.0222 16.7932C68.3158 15.5333 68.3363 14.8658 68.3363 7.6874V0.822266H70.7261H73.1159V4.58174V8.34803L73.3753 8.07561C73.9284 7.48989 74.7546 6.96547 75.4715 6.74072C75.8675 6.61132 76.8439 6.4751 77.3492 6.4751C77.8545 6.4751 78.7967 6.61132 79.261 6.74072C80.2784 7.04039 81.4665 8.04155 81.9717 9.0291C82.3336 9.73059 82.4429 10.0439 82.6067 10.8544C82.7365 11.4877 82.7433 11.8147 82.7433 16.7319V21.9353H80.3876H78.0388L78.0183 17.2904C77.9979 12.1211 78.0115 12.3118 77.5267 11.6716C77.1307 11.1404 76.2021 10.8884 75.1984 11.045C74.4815 11.154 74.1674 11.3039 73.7782 11.7057C73.2934 12.2233 73.15 12.6864 73.0954 13.8783C73.0408 15.111 72.9247 16.3097 72.8018 16.9703C72.7472 17.2564 72.7062 17.5424 72.7062 17.6173C72.7062 17.8625 72.119 19.6741 71.8322 20.3007C71.5386 20.9477 71.2655 21.4858 71.1153 21.7105L70.9651 21.9353H68.152C65.8373 21.9353 65.332 21.9217 65.332 21.8467Z\" fill=\"url(#paint5_linear_6269_22106)\"/>\\n<path d=\"M31.4651 7.75442C30.3249 6.53531 29.1914 5.79295 27.5732 5.20042C26.9792 4.98248 26.392 4.85308 25.4907 4.73049C24.5211 4.60789 23.9681 4.61471 22.9644 4.75092C21.8651 4.90756 13.3711 4.96886 13.3711 4.81903C13.3711 4.69643 14.5387 3.5863 15.2146 3.06869C16.7987 1.8632 18.0209 1.22981 19.9601 0.623665C22.2201 -0.0846428 24.8762 -0.193613 27.3684 0.317186C28.017 0.446588 29.8879 1.05955 30.3385 1.27749C31.4037 1.80872 31.6495 1.93812 31.7451 2.01985C31.7997 2.07433 31.8748 2.1152 31.8953 2.1152C31.9636 2.1152 33.0014 2.83032 33.377 3.12998C33.9095 3.55905 35.0839 4.71687 35.0839 4.81221C35.0839 4.88713 34.8177 4.90756 33.6159 4.90756H32.1479V6.64428C32.1479 7.59777 32.1274 8.381 32.1001 8.37423C32.066 8.37423 31.7861 8.09495 31.4651 7.75442Z\" fill=\"white\"/>\\n<path d=\"M31.4651 7.75442C30.3249 6.53531 29.1914 5.79295 27.5732 5.20042C26.9792 4.98248 26.392 4.85308 25.4907 4.73049C24.5211 4.60789 23.9681 4.61471 22.9644 4.75092C21.8651 4.90756 13.3711 4.96886 13.3711 4.81903C13.3711 4.69643 14.5387 3.5863 15.2146 3.06869C16.7987 1.8632 18.0209 1.22981 19.9601 0.623665C22.2201 -0.0846428 24.8762 -0.193613 27.3684 0.317186C28.017 0.446588 29.8879 1.05955 30.3385 1.27749C31.4037 1.80872 31.6495 1.93812 31.7451 2.01985C31.7997 2.07433 31.8748 2.1152 31.8953 2.1152C31.9636 2.1152 33.0014 2.83032 33.377 3.12998C33.9095 3.55905 35.0839 4.71687 35.0839 4.81221C35.0839 4.88713 34.8177 4.90756 33.6159 4.90756H32.1479V6.64428C32.1479 7.59777 32.1274 8.381 32.1001 8.37423C32.066 8.37423 31.7861 8.09495 31.4651 7.75442Z\" fill=\"url(#paint6_linear_6269_22106)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_6269_22106\" x1=\"69.38\" y1=\"29.0086\" x2=\"69.38\" y2=\"20.7846\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_6269_22106\" x1=\"31.9974\" y1=\"22.2522\" x2=\"31.9974\" y2=\"6.72265\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_6269_22106\" x1=\"48.4252\" y1=\"22.2313\" x2=\"48.4252\" y2=\"6.9578\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_6269_22106\" x1=\"66.0027\" y1=\"22.2417\" x2=\"66.0027\" y2=\"6.7286\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_6269_22106\" x1=\"17.6526\" y1=\"21.9177\" x2=\"17.6526\" y2=\"6.95488\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_6269_22106\" x1=\"82.653\" y1=\"21.9128\" x2=\"82.653\" y2=\"1.01869\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_6269_22106\" x1=\"34.9714\" y1=\"8.36534\" x2=\"34.9714\" y2=\"0.0779108\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tlrbz3\",\"data-framer-name\":\"Productboard\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h5lalu\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:200,svg:'<svg width=\"200\" height=\"25\" viewBox=\"0 0 200 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.2213 12.7036L22.0421 23.3743H0.400391L11.2213 12.7036Z\" fill=\"white\"/>\\n<path d=\"M11.2213 12.7036L22.0421 23.3743H0.400391L11.2213 12.7036Z\" fill=\"url(#paint0_linear_6269_22115)\"/>\\n<path d=\"M0.400391 2.0332L11.2213 12.7039L22.0421 2.0332H0.400391Z\" fill=\"white\"/>\\n<path d=\"M0.400391 2.0332L11.2213 12.7039L22.0421 2.0332H0.400391Z\" fill=\"url(#paint1_linear_6269_22115)\"/>\\n<path d=\"M32.1523 12.7039L22.0435 22.6724L11.9348 12.7039L22.0435 2.73542L32.1523 12.7039Z\" fill=\"white\"/>\\n<path d=\"M32.1523 12.7039L22.0435 22.6724L11.9348 12.7039L22.0435 2.73542L32.1523 12.7039Z\" fill=\"url(#paint2_linear_6269_22115)\"/>\\n<path d=\"M32.1523 12.7039L22.0435 22.6724L11.9348 12.7039L22.0435 2.73542L32.1523 12.7039Z\" stroke=\"#FFFBF5\"/>\\n<path d=\"M196.231 7.09059C196.231 7.24564 196.017 7.31359 195.916 7.19512C195.125 6.27352 193.817 5.57491 192.027 5.57491C188.154 5.57491 185.952 8.70732 185.952 12.5C185.952 16.2683 188.154 19.399 192.027 19.399C193.841 19.399 195.258 18.7631 196.138 17.6655C196.238 17.5436 196.458 17.6098 196.458 17.7665V18.939C196.458 19.0261 196.528 19.0958 196.613 19.0958H199.086C199.173 19.0958 199.243 19.0261 199.243 18.939V0.156794C199.243 0.11521 199.226 0.0753287 199.197 0.045924C199.168 0.0165194 199.128 0 199.086 0L196.385 0C196.344 0.000458715 196.305 0.0171804 196.276 0.0465355C196.247 0.0758905 196.231 0.11551 196.231 0.156794V7.09059ZM196.356 12.5C196.356 14.8693 194.965 16.7265 192.66 16.7265C190.382 16.7265 188.965 14.8676 188.965 12.5C188.965 10.0819 190.382 8.24913 192.66 8.24913C194.965 8.24913 196.356 10.0819 196.356 12.5ZM185.201 5.92334C185.201 5.88425 185.187 5.84655 185.16 5.8178C185.134 5.78905 185.097 5.77137 185.058 5.76829C184.962 5.76089 184.866 5.75624 184.77 5.75436C182.909 5.75436 181.825 6.50174 181.229 7.23345C181.128 7.3554 180.897 7.2892 180.897 7.12892V6.03658C180.897 5.9953 180.88 5.95568 180.851 5.92633C180.823 5.89697 180.783 5.88025 180.742 5.87979H178.267C178.226 5.88025 178.187 5.89697 178.158 5.92633C178.129 5.95568 178.112 5.9953 178.112 6.03658V18.939C178.112 19.0261 178.182 19.0958 178.267 19.0958H180.97C181.011 19.0954 181.05 19.0786 181.079 19.0493C181.108 19.0199 181.125 18.9803 181.125 18.939V12.2213C181.125 9.67422 182.391 8.55401 184.518 8.55401C184.698 8.55401 184.89 8.57143 185.022 8.58362C185.044 8.58604 185.067 8.58381 185.088 8.57709C185.109 8.57037 185.129 8.55929 185.146 8.54455C185.163 8.52982 185.176 8.51175 185.186 8.49149C185.195 8.47123 185.2 8.44921 185.201 8.42683V5.92334ZM172.445 12.9094C172.467 12.9062 172.489 12.9077 172.511 12.914C172.533 12.9203 172.552 12.9312 172.569 12.9459C172.586 12.9606 172.6 12.9788 172.609 12.9993C172.619 13.0197 172.624 13.042 172.624 13.0645V13.723C172.624 15.5052 171.434 17.0331 169.003 17.0331C167.559 17.0331 166.672 16.5488 166.672 15.3014C166.672 14.385 167.281 13.6986 169.13 13.4164L172.445 12.9111V12.9094ZM168.396 19.4007C170.269 19.4007 171.678 18.8537 172.591 17.7805C172.69 17.662 172.907 17.7282 172.914 17.885C172.951 18.6429 173.058 19.0941 173.079 19.0941H175.704C175.815 19.0941 175.893 18.9791 175.858 18.8728C175.676 18.2944 175.559 17.3571 175.559 16.5993V10.5139C175.559 7.48432 173.737 5.57491 169.89 5.57491C166.013 5.57491 164.425 7.60976 164.112 9.85888C164.11 9.88051 164.112 9.90242 164.119 9.92317C164.125 9.94392 164.136 9.96305 164.15 9.97932C164.165 9.99559 164.183 10.0086 164.202 10.0176C164.222 10.0266 164.244 10.0313 164.265 10.0314H166.897C166.973 10.0314 167.036 9.97561 167.053 9.9007C167.298 8.7561 168.227 8.07143 169.813 8.07143C171.61 8.07143 172.624 8.88502 172.624 10.4895V10.5575C172.624 10.5951 172.61 10.6315 172.586 10.66C172.561 10.6884 172.527 10.7071 172.49 10.7125L168.825 11.2282C165.358 11.7108 163.789 13.162 163.789 15.4024C163.789 17.6672 165.13 19.4007 168.396 19.4007V19.4007ZM155.815 19.4007C160.017 19.4007 162.65 16.2178 162.65 12.5017C162.65 8.78397 160.017 5.57491 155.815 5.57491C151.638 5.57491 149.006 8.78397 149.006 12.5C149.006 16.2178 151.638 19.399 155.815 19.399V19.4007ZM152.018 12.5017C152.018 9.92857 153.638 8.24913 155.815 8.24913C158.018 8.24913 159.638 9.92857 159.638 12.5C159.638 15.047 158.018 16.7265 155.815 16.7265C153.638 16.7265 152.018 15.047 152.018 12.5V12.5017ZM137.912 7.19512C137.811 7.31359 137.599 7.24564 137.599 7.09059V0.156794C137.599 0.11521 137.583 0.0753287 137.553 0.045924C137.524 0.0165194 137.484 0 137.443 0L134.742 0C134.7 0 134.661 0.0165194 134.631 0.045924C134.602 0.0753287 134.585 0.11521 134.585 0.156794V18.9373C134.585 19.0244 134.655 19.0941 134.742 19.0941H137.215C137.302 19.0941 137.371 19.0244 137.371 18.9373V17.7526C137.371 17.5958 137.587 17.5296 137.685 17.6516C138.584 18.7578 140.003 19.4007 141.801 19.4007C145.698 19.4007 147.902 16.2683 147.902 12.5017C147.902 8.70732 145.698 5.57491 141.801 5.57491C140.032 5.57491 138.709 6.27352 137.912 7.19512V7.19512ZM137.497 12.5C137.497 10.0819 138.888 8.24913 141.192 8.24913C143.471 8.24913 144.89 10.0819 144.89 12.5C144.89 14.8693 143.471 16.7265 141.192 16.7265C138.89 16.7265 137.497 14.8676 137.497 12.5V12.5ZM132.027 16.6045C132.026 16.58 132.02 16.556 132.009 16.5341C131.998 16.5123 131.983 16.4931 131.963 16.478C131.944 16.4628 131.922 16.4521 131.898 16.4466C131.874 16.4411 131.849 16.4409 131.825 16.446C131.651 16.4808 131.384 16.5244 131.091 16.5244C130.053 16.5244 129.624 16.0139 129.624 14.9704V8.4547C129.624 8.41342 129.641 8.37399 129.67 8.34496C129.699 8.31593 129.739 8.29965 129.78 8.29965H131.923C132.01 8.29965 132.079 8.22996 132.079 8.14286V6.04007C132.079 5.99848 132.063 5.9586 132.033 5.9292C132.004 5.89979 131.964 5.88328 131.923 5.88328H129.778C129.758 5.88328 129.738 5.87922 129.719 5.87134C129.7 5.86346 129.682 5.85191 129.668 5.83735C129.653 5.82279 129.642 5.80551 129.634 5.78648C129.626 5.76746 129.622 5.74707 129.622 5.72648V2.60279C129.622 2.5615 129.606 2.52188 129.577 2.49253C129.548 2.46317 129.508 2.44645 129.467 2.44599H126.766C126.725 2.44599 126.685 2.46251 126.656 2.49192C126.626 2.52132 126.61 2.5612 126.61 2.60279V5.72822C126.61 5.74881 126.606 5.7692 126.598 5.78823C126.59 5.80725 126.578 5.82453 126.564 5.83909C126.549 5.85365 126.532 5.8652 126.513 5.87308C126.494 5.88096 126.474 5.88502 126.453 5.88502H124.766C124.725 5.88501 124.686 5.90129 124.656 5.93032C124.627 5.95935 124.61 5.99879 124.61 6.04007V8.14634C124.61 8.23345 124.679 8.30314 124.766 8.30314H126.453C126.54 8.30314 126.61 8.37282 126.61 8.45819V15.2787C126.61 17.7735 127.775 19.1742 130.458 19.1742C131.203 19.1742 131.7 19.0906 131.912 19.047C131.945 19.0398 131.975 19.0212 131.996 18.9945C132.017 18.9678 132.028 18.9346 132.027 18.9007V16.6045V16.6045ZM110.778 12.5C110.778 16.3188 113.462 19.399 117.335 19.399C121.137 19.399 123.109 16.8101 123.533 14.4861C123.537 14.4641 123.536 14.4415 123.53 14.42C123.524 14.3985 123.514 14.3785 123.499 14.3616C123.485 14.3446 123.467 14.331 123.447 14.3218C123.426 14.3126 123.404 14.308 123.382 14.3084H120.596C120.561 14.3087 120.527 14.3204 120.499 14.3418C120.472 14.3632 120.452 14.3931 120.443 14.4268C120.053 15.7875 118.885 16.7265 117.309 16.7265C115.158 16.7265 113.791 14.9704 113.791 12.5C113.791 10.0052 115.158 8.24913 117.309 8.24913C118.885 8.24913 120.053 9.18815 120.443 10.5488C120.462 10.6185 120.525 10.6672 120.596 10.6672H123.382C123.404 10.6676 123.426 10.663 123.447 10.6538C123.467 10.6446 123.485 10.631 123.499 10.6141C123.514 10.5971 123.524 10.5771 123.53 10.5556C123.536 10.5341 123.537 10.5115 123.533 10.4895C123.109 8.1655 121.137 5.57665 117.335 5.57665C113.462 5.57665 110.778 8.65679 110.778 12.5V12.5ZM105.705 13.493C105.705 15.6568 104.542 16.8031 102.669 16.8031C100.846 16.8031 100.112 15.6063 100.112 13.7997V6.03658C100.112 5.995 100.096 5.95512 100.067 5.92571C100.037 5.89631 99.9973 5.87979 99.9558 5.87979H97.255C97.2135 5.87979 97.1736 5.89631 97.1443 5.92571C97.1149 5.95512 97.0984 5.995 97.0984 6.03658V14.2073C97.0984 17.2875 98.7454 19.399 101.933 19.399C103.704 19.399 104.912 18.7317 105.589 17.9042C105.691 17.7787 105.935 17.8502 105.935 18.0122V18.939C105.935 19.0261 106.005 19.0958 106.091 19.0958H108.563C108.65 19.0958 108.719 19.0261 108.719 18.939V6.03658C108.719 5.995 108.703 5.95512 108.673 5.92571C108.644 5.89631 108.604 5.87979 108.563 5.87979H105.862C105.82 5.87979 105.781 5.89631 105.751 5.92571C105.722 5.95512 105.705 5.995 105.705 6.03658V13.493ZM91.775 7.09059C91.775 7.24564 91.5611 7.31359 91.4602 7.19512C90.6689 6.27352 89.3611 5.57491 87.5715 5.57491C83.6984 5.57491 81.495 8.70732 81.495 12.5C81.495 16.2683 83.6984 19.399 87.5715 19.399C89.3837 19.399 90.8011 18.7631 91.6828 17.6655C91.7819 17.5436 92.001 17.6098 92.001 17.7665V18.939C92.001 19.0261 92.0706 19.0958 92.1576 19.0958H94.6306C94.7176 19.0958 94.7871 19.0261 94.7871 18.939V0.156794C94.7871 0.11521 94.7706 0.0753287 94.7413 0.045924C94.7119 0.0165194 94.6721 0 94.6306 0L91.9298 0C91.8882 0 91.8484 0.0165194 91.8191 0.045924C91.7897 0.0753287 91.7732 0.11521 91.7732 0.156794V7.09059H91.775ZM91.9002 12.5C91.9002 14.8693 90.5089 16.7265 88.2045 16.7265C85.9263 16.7265 84.5071 14.8676 84.5071 12.5C84.5071 10.0819 85.9263 8.24913 88.2045 8.24913C90.5071 8.24913 91.9002 10.0819 91.9002 12.5ZM73.4445 19.4007C77.648 19.4007 80.2793 16.2178 80.2793 12.5017C80.2793 8.78223 77.6497 5.57491 73.4445 5.57491C69.2689 5.57491 66.6358 8.78397 66.6358 12.5C66.6358 16.2178 69.2689 19.399 73.4445 19.399V19.4007ZM69.648 12.5017C69.648 9.92857 71.2671 8.24913 73.4445 8.24913C75.648 8.24913 77.2671 9.92857 77.2671 12.5C77.2671 15.047 75.648 16.7265 73.4445 16.7265C71.2671 16.7265 69.648 15.047 69.648 12.5V12.5017ZM66.2897 5.92334C66.2899 5.88425 66.2752 5.84655 66.2488 5.8178C66.2223 5.78905 66.186 5.77137 66.1471 5.76829C66.0516 5.76089 65.9559 5.75624 65.8602 5.75436C63.9993 5.75436 62.9141 6.50174 62.3176 7.23345C62.2167 7.3554 61.9871 7.2892 61.9871 7.12892V6.03658C61.9871 5.995 61.9706 5.95512 61.9413 5.92571C61.9119 5.89631 61.8721 5.87979 61.8306 5.87979H59.3576C59.3161 5.87979 59.2762 5.89631 59.2469 5.92571C59.2175 5.95512 59.201 5.995 59.201 6.03658V18.939C59.201 19.0261 59.2706 19.0958 59.3576 19.0958H62.0584C62.1454 19.0958 62.215 19.0261 62.215 18.939V12.2213C62.215 9.67422 63.4793 8.55401 65.6063 8.55401C65.7889 8.55401 65.9784 8.57143 66.1106 8.58362C66.1328 8.58604 66.1553 8.58381 66.1766 8.57709C66.198 8.57037 66.2177 8.55929 66.2345 8.54455C66.2513 8.52982 66.2649 8.51175 66.2744 8.49149C66.2839 8.47123 66.2892 8.44921 66.2897 8.42683V5.92334ZM47.0376 17.8955C47.0376 17.7387 47.2532 17.6707 47.3558 17.7909C48.1506 18.723 49.4741 19.4007 51.241 19.4007C55.1384 19.4007 57.3419 16.2683 57.3419 12.5017C57.3419 8.70732 55.1384 5.57491 51.241 5.57491C49.441 5.57491 48.0219 6.23868 47.1228 7.33449C47.0254 7.4547 46.8097 7.38676 46.8097 7.22997V6.03658C46.8097 5.995 46.7932 5.95512 46.7639 5.92571C46.7345 5.89631 46.6947 5.87979 46.6532 5.87979H44.1819C44.1404 5.87979 44.1006 5.89631 44.0712 5.92571C44.0419 5.95512 44.0254 5.995 44.0254 6.03658V24.2334C44.0254 24.3206 44.095 24.3902 44.1819 24.3902H46.8828C46.9697 24.3902 47.0393 24.3206 47.0393 24.2334V17.8955H47.0376ZM46.9367 12.5C46.9367 10.0557 48.328 8.19686 50.6323 8.19686C52.9106 8.19686 54.3297 10.0557 54.3297 12.5C54.3297 14.8693 52.9106 16.7265 50.6323 16.7265C48.3297 16.7265 46.9367 14.8676 46.9367 12.5Z\" fill=\"white\"/>\\n<path d=\"M196.231 7.09059C196.231 7.24564 196.017 7.31359 195.916 7.19512C195.125 6.27352 193.817 5.57491 192.027 5.57491C188.154 5.57491 185.952 8.70732 185.952 12.5C185.952 16.2683 188.154 19.399 192.027 19.399C193.841 19.399 195.258 18.7631 196.138 17.6655C196.238 17.5436 196.458 17.6098 196.458 17.7665V18.939C196.458 19.0261 196.528 19.0958 196.613 19.0958H199.086C199.173 19.0958 199.243 19.0261 199.243 18.939V0.156794C199.243 0.11521 199.226 0.0753287 199.197 0.045924C199.168 0.0165194 199.128 0 199.086 0L196.385 0C196.344 0.000458715 196.305 0.0171804 196.276 0.0465355C196.247 0.0758905 196.231 0.11551 196.231 0.156794V7.09059ZM196.356 12.5C196.356 14.8693 194.965 16.7265 192.66 16.7265C190.382 16.7265 188.965 14.8676 188.965 12.5C188.965 10.0819 190.382 8.24913 192.66 8.24913C194.965 8.24913 196.356 10.0819 196.356 12.5ZM185.201 5.92334C185.201 5.88425 185.187 5.84655 185.16 5.8178C185.134 5.78905 185.097 5.77137 185.058 5.76829C184.962 5.76089 184.866 5.75624 184.77 5.75436C182.909 5.75436 181.825 6.50174 181.229 7.23345C181.128 7.3554 180.897 7.2892 180.897 7.12892V6.03658C180.897 5.9953 180.88 5.95568 180.851 5.92633C180.823 5.89697 180.783 5.88025 180.742 5.87979H178.267C178.226 5.88025 178.187 5.89697 178.158 5.92633C178.129 5.95568 178.112 5.9953 178.112 6.03658V18.939C178.112 19.0261 178.182 19.0958 178.267 19.0958H180.97C181.011 19.0954 181.05 19.0786 181.079 19.0493C181.108 19.0199 181.125 18.9803 181.125 18.939V12.2213C181.125 9.67422 182.391 8.55401 184.518 8.55401C184.698 8.55401 184.89 8.57143 185.022 8.58362C185.044 8.58604 185.067 8.58381 185.088 8.57709C185.109 8.57037 185.129 8.55929 185.146 8.54455C185.163 8.52982 185.176 8.51175 185.186 8.49149C185.195 8.47123 185.2 8.44921 185.201 8.42683V5.92334ZM172.445 12.9094C172.467 12.9062 172.489 12.9077 172.511 12.914C172.533 12.9203 172.552 12.9312 172.569 12.9459C172.586 12.9606 172.6 12.9788 172.609 12.9993C172.619 13.0197 172.624 13.042 172.624 13.0645V13.723C172.624 15.5052 171.434 17.0331 169.003 17.0331C167.559 17.0331 166.672 16.5488 166.672 15.3014C166.672 14.385 167.281 13.6986 169.13 13.4164L172.445 12.9111V12.9094ZM168.396 19.4007C170.269 19.4007 171.678 18.8537 172.591 17.7805C172.69 17.662 172.907 17.7282 172.914 17.885C172.951 18.6429 173.058 19.0941 173.079 19.0941H175.704C175.815 19.0941 175.893 18.9791 175.858 18.8728C175.676 18.2944 175.559 17.3571 175.559 16.5993V10.5139C175.559 7.48432 173.737 5.57491 169.89 5.57491C166.013 5.57491 164.425 7.60976 164.112 9.85888C164.11 9.88051 164.112 9.90242 164.119 9.92317C164.125 9.94392 164.136 9.96305 164.15 9.97932C164.165 9.99559 164.183 10.0086 164.202 10.0176C164.222 10.0266 164.244 10.0313 164.265 10.0314H166.897C166.973 10.0314 167.036 9.97561 167.053 9.9007C167.298 8.7561 168.227 8.07143 169.813 8.07143C171.61 8.07143 172.624 8.88502 172.624 10.4895V10.5575C172.624 10.5951 172.61 10.6315 172.586 10.66C172.561 10.6884 172.527 10.7071 172.49 10.7125L168.825 11.2282C165.358 11.7108 163.789 13.162 163.789 15.4024C163.789 17.6672 165.13 19.4007 168.396 19.4007V19.4007ZM155.815 19.4007C160.017 19.4007 162.65 16.2178 162.65 12.5017C162.65 8.78397 160.017 5.57491 155.815 5.57491C151.638 5.57491 149.006 8.78397 149.006 12.5C149.006 16.2178 151.638 19.399 155.815 19.399V19.4007ZM152.018 12.5017C152.018 9.92857 153.638 8.24913 155.815 8.24913C158.018 8.24913 159.638 9.92857 159.638 12.5C159.638 15.047 158.018 16.7265 155.815 16.7265C153.638 16.7265 152.018 15.047 152.018 12.5V12.5017ZM137.912 7.19512C137.811 7.31359 137.599 7.24564 137.599 7.09059V0.156794C137.599 0.11521 137.583 0.0753287 137.553 0.045924C137.524 0.0165194 137.484 0 137.443 0L134.742 0C134.7 0 134.661 0.0165194 134.631 0.045924C134.602 0.0753287 134.585 0.11521 134.585 0.156794V18.9373C134.585 19.0244 134.655 19.0941 134.742 19.0941H137.215C137.302 19.0941 137.371 19.0244 137.371 18.9373V17.7526C137.371 17.5958 137.587 17.5296 137.685 17.6516C138.584 18.7578 140.003 19.4007 141.801 19.4007C145.698 19.4007 147.902 16.2683 147.902 12.5017C147.902 8.70732 145.698 5.57491 141.801 5.57491C140.032 5.57491 138.709 6.27352 137.912 7.19512V7.19512ZM137.497 12.5C137.497 10.0819 138.888 8.24913 141.192 8.24913C143.471 8.24913 144.89 10.0819 144.89 12.5C144.89 14.8693 143.471 16.7265 141.192 16.7265C138.89 16.7265 137.497 14.8676 137.497 12.5V12.5ZM132.027 16.6045C132.026 16.58 132.02 16.556 132.009 16.5341C131.998 16.5123 131.983 16.4931 131.963 16.478C131.944 16.4628 131.922 16.4521 131.898 16.4466C131.874 16.4411 131.849 16.4409 131.825 16.446C131.651 16.4808 131.384 16.5244 131.091 16.5244C130.053 16.5244 129.624 16.0139 129.624 14.9704V8.4547C129.624 8.41342 129.641 8.37399 129.67 8.34496C129.699 8.31593 129.739 8.29965 129.78 8.29965H131.923C132.01 8.29965 132.079 8.22996 132.079 8.14286V6.04007C132.079 5.99848 132.063 5.9586 132.033 5.9292C132.004 5.89979 131.964 5.88328 131.923 5.88328H129.778C129.758 5.88328 129.738 5.87922 129.719 5.87134C129.7 5.86346 129.682 5.85191 129.668 5.83735C129.653 5.82279 129.642 5.80551 129.634 5.78648C129.626 5.76746 129.622 5.74707 129.622 5.72648V2.60279C129.622 2.5615 129.606 2.52188 129.577 2.49253C129.548 2.46317 129.508 2.44645 129.467 2.44599H126.766C126.725 2.44599 126.685 2.46251 126.656 2.49192C126.626 2.52132 126.61 2.5612 126.61 2.60279V5.72822C126.61 5.74881 126.606 5.7692 126.598 5.78823C126.59 5.80725 126.578 5.82453 126.564 5.83909C126.549 5.85365 126.532 5.8652 126.513 5.87308C126.494 5.88096 126.474 5.88502 126.453 5.88502H124.766C124.725 5.88501 124.686 5.90129 124.656 5.93032C124.627 5.95935 124.61 5.99879 124.61 6.04007V8.14634C124.61 8.23345 124.679 8.30314 124.766 8.30314H126.453C126.54 8.30314 126.61 8.37282 126.61 8.45819V15.2787C126.61 17.7735 127.775 19.1742 130.458 19.1742C131.203 19.1742 131.7 19.0906 131.912 19.047C131.945 19.0398 131.975 19.0212 131.996 18.9945C132.017 18.9678 132.028 18.9346 132.027 18.9007V16.6045V16.6045ZM110.778 12.5C110.778 16.3188 113.462 19.399 117.335 19.399C121.137 19.399 123.109 16.8101 123.533 14.4861C123.537 14.4641 123.536 14.4415 123.53 14.42C123.524 14.3985 123.514 14.3785 123.499 14.3616C123.485 14.3446 123.467 14.331 123.447 14.3218C123.426 14.3126 123.404 14.308 123.382 14.3084H120.596C120.561 14.3087 120.527 14.3204 120.499 14.3418C120.472 14.3632 120.452 14.3931 120.443 14.4268C120.053 15.7875 118.885 16.7265 117.309 16.7265C115.158 16.7265 113.791 14.9704 113.791 12.5C113.791 10.0052 115.158 8.24913 117.309 8.24913C118.885 8.24913 120.053 9.18815 120.443 10.5488C120.462 10.6185 120.525 10.6672 120.596 10.6672H123.382C123.404 10.6676 123.426 10.663 123.447 10.6538C123.467 10.6446 123.485 10.631 123.499 10.6141C123.514 10.5971 123.524 10.5771 123.53 10.5556C123.536 10.5341 123.537 10.5115 123.533 10.4895C123.109 8.1655 121.137 5.57665 117.335 5.57665C113.462 5.57665 110.778 8.65679 110.778 12.5V12.5ZM105.705 13.493C105.705 15.6568 104.542 16.8031 102.669 16.8031C100.846 16.8031 100.112 15.6063 100.112 13.7997V6.03658C100.112 5.995 100.096 5.95512 100.067 5.92571C100.037 5.89631 99.9973 5.87979 99.9558 5.87979H97.255C97.2135 5.87979 97.1736 5.89631 97.1443 5.92571C97.1149 5.95512 97.0984 5.995 97.0984 6.03658V14.2073C97.0984 17.2875 98.7454 19.399 101.933 19.399C103.704 19.399 104.912 18.7317 105.589 17.9042C105.691 17.7787 105.935 17.8502 105.935 18.0122V18.939C105.935 19.0261 106.005 19.0958 106.091 19.0958H108.563C108.65 19.0958 108.719 19.0261 108.719 18.939V6.03658C108.719 5.995 108.703 5.95512 108.673 5.92571C108.644 5.89631 108.604 5.87979 108.563 5.87979H105.862C105.82 5.87979 105.781 5.89631 105.751 5.92571C105.722 5.95512 105.705 5.995 105.705 6.03658V13.493ZM91.775 7.09059C91.775 7.24564 91.5611 7.31359 91.4602 7.19512C90.6689 6.27352 89.3611 5.57491 87.5715 5.57491C83.6984 5.57491 81.495 8.70732 81.495 12.5C81.495 16.2683 83.6984 19.399 87.5715 19.399C89.3837 19.399 90.8011 18.7631 91.6828 17.6655C91.7819 17.5436 92.001 17.6098 92.001 17.7665V18.939C92.001 19.0261 92.0706 19.0958 92.1576 19.0958H94.6306C94.7176 19.0958 94.7871 19.0261 94.7871 18.939V0.156794C94.7871 0.11521 94.7706 0.0753287 94.7413 0.045924C94.7119 0.0165194 94.6721 0 94.6306 0L91.9298 0C91.8882 0 91.8484 0.0165194 91.8191 0.045924C91.7897 0.0753287 91.7732 0.11521 91.7732 0.156794V7.09059H91.775ZM91.9002 12.5C91.9002 14.8693 90.5089 16.7265 88.2045 16.7265C85.9263 16.7265 84.5071 14.8676 84.5071 12.5C84.5071 10.0819 85.9263 8.24913 88.2045 8.24913C90.5071 8.24913 91.9002 10.0819 91.9002 12.5ZM73.4445 19.4007C77.648 19.4007 80.2793 16.2178 80.2793 12.5017C80.2793 8.78223 77.6497 5.57491 73.4445 5.57491C69.2689 5.57491 66.6358 8.78397 66.6358 12.5C66.6358 16.2178 69.2689 19.399 73.4445 19.399V19.4007ZM69.648 12.5017C69.648 9.92857 71.2671 8.24913 73.4445 8.24913C75.648 8.24913 77.2671 9.92857 77.2671 12.5C77.2671 15.047 75.648 16.7265 73.4445 16.7265C71.2671 16.7265 69.648 15.047 69.648 12.5V12.5017ZM66.2897 5.92334C66.2899 5.88425 66.2752 5.84655 66.2488 5.8178C66.2223 5.78905 66.186 5.77137 66.1471 5.76829C66.0516 5.76089 65.9559 5.75624 65.8602 5.75436C63.9993 5.75436 62.9141 6.50174 62.3176 7.23345C62.2167 7.3554 61.9871 7.2892 61.9871 7.12892V6.03658C61.9871 5.995 61.9706 5.95512 61.9413 5.92571C61.9119 5.89631 61.8721 5.87979 61.8306 5.87979H59.3576C59.3161 5.87979 59.2762 5.89631 59.2469 5.92571C59.2175 5.95512 59.201 5.995 59.201 6.03658V18.939C59.201 19.0261 59.2706 19.0958 59.3576 19.0958H62.0584C62.1454 19.0958 62.215 19.0261 62.215 18.939V12.2213C62.215 9.67422 63.4793 8.55401 65.6063 8.55401C65.7889 8.55401 65.9784 8.57143 66.1106 8.58362C66.1328 8.58604 66.1553 8.58381 66.1766 8.57709C66.198 8.57037 66.2177 8.55929 66.2345 8.54455C66.2513 8.52982 66.2649 8.51175 66.2744 8.49149C66.2839 8.47123 66.2892 8.44921 66.2897 8.42683V5.92334ZM47.0376 17.8955C47.0376 17.7387 47.2532 17.6707 47.3558 17.7909C48.1506 18.723 49.4741 19.4007 51.241 19.4007C55.1384 19.4007 57.3419 16.2683 57.3419 12.5017C57.3419 8.70732 55.1384 5.57491 51.241 5.57491C49.441 5.57491 48.0219 6.23868 47.1228 7.33449C47.0254 7.4547 46.8097 7.38676 46.8097 7.22997V6.03658C46.8097 5.995 46.7932 5.95512 46.7639 5.92571C46.7345 5.89631 46.6947 5.87979 46.6532 5.87979H44.1819C44.1404 5.87979 44.1006 5.89631 44.0712 5.92571C44.0419 5.95512 44.0254 5.995 44.0254 6.03658V24.2334C44.0254 24.3206 44.095 24.3902 44.1819 24.3902H46.8828C46.9697 24.3902 47.0393 24.3206 47.0393 24.2334V17.8955H47.0376ZM46.9367 12.5C46.9367 10.0557 48.328 8.19686 50.6323 8.19686C52.9106 8.19686 54.3297 10.0557 54.3297 12.5C54.3297 14.8693 52.9106 16.7265 50.6323 16.7265C48.3297 16.7265 46.9367 14.8676 46.9367 12.5Z\" fill=\"url(#paint3_linear_6269_22115)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_6269_22115\" x1=\"21.9299\" y1=\"23.363\" x2=\"21.9299\" y2=\"12.8029\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_6269_22115\" x1=\"21.9299\" y1=\"12.6926\" x2=\"21.9299\" y2=\"2.13248\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_6269_22115\" x1=\"32.7522\" y1=\"23.3519\" x2=\"32.7522\" y2=\"2.23176\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_6269_22115\" x1=\"198.438\" y1=\"24.3642\" x2=\"198.438\" y2=\"0.226917\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.672493\" stop-color=\"#FAFBFC\" stop-opacity=\"0.01\"/>\\n<stop offset=\"0.999641\" stop-color=\"#FAFBFC\" stop-opacity=\"0.64\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})],speed:0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ve1cnb\",\"data-border\":true,\"data-framer-name\":\"One platform\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qb030g\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11r26sg\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px, 1280px)`,y:(componentViewport?.y||0)+0+1533+0+0+88+0+0+0},qrfOh_yZ0:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,y:(componentViewport?.y||0)+0+1315+20+0+48+0+0+0},uiikY5wSU:{width:`min((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.8, 1280px)`,y:(componentViewport?.y||0)+0+1577+0+0+88+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px, 1280px) * 0.8)`,y:(componentViewport?.y||0)+0+1624+0+0+128+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wwmd7d-container\",nodeId:\"fuSuHKhUj\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{FYNO2kSOt:8}},children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"fuSuHKhUj\",layoutId:\"fuSuHKhUj\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TB11bTnw0\",width:\"100%\",wkIQd2vD7:\"Built for founders and HR teams scaling globally\",xwR2bII6x:\"Run payroll, HR & compliance across 240+ countries — without multiple tools, overpaying in fees, or managing it all yourself.\",ZBzt7yy4b:16})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qrfOh_yZ0:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lcb84l\",\"data-framer-name\":\"Card and Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:410.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1533+0+0+88+160+87),pixelHeight:770,pixelWidth:1182,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2)`,src:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=512 512w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png 1182w\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:410.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1315+20+0+48+160+48+0),pixelHeight:770,pixelWidth:1182,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,src:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=512 512w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png 1182w\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:410.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1577+0+0+88+160+63),pixelHeight:770,pixelWidth:1182,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2)`,src:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=512 512w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png 1182w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:410.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1624+0+0+128+160+87),pixelHeight:770,pixelWidth:1182,positionX:\"center\",positionY:\"center\",sizes:\"591px\",src:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=512 512w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNclinEY0CKUppesQsls0Qe8Eo.png 1182w\"},className:\"framer-112izcr\",\"data-framer-name\":\"1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2 - 32px, 1px)`,y:(componentViewport?.y||0)+0+1533+0+0+88+160+64},qrfOh_yZ0:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,y:(componentViewport?.y||0)+0+1315+20+0+48+160+48+434},uiikY5wSU:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2 - 32px, 1px)`,y:(componentViewport?.y||0)+0+1577+0+0+88+160+40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:456,width:\"500px\",y:(componentViewport?.y||0)+0+1624+0+0+128+160+64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c91m78-container\",nodeId:\"aWYKGmfI_\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"QBXjtP69m\"},qrfOh_yZ0:{variant:\"HAOmVcGfR\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"aWYKGmfI_\",j6iSkTOCi:\"Learn more\",KDBmW6xCU:\"One unified system for everyone you hire\",Kt_heebdP:\"PwDDpvdZu\",layoutId:\"aWYKGmfI_\",nrWxLtsqb:\"https://plane.com/platform\",SkrV526AW:\"Pay contractors and employees, in the US and globally, from one workflow. Plane centralizes global payroll, HR & compliance into one platform, so you can grow without juggling tools and processes.\",style:{width:\"100%\"},variant:\"A8dxLjQTx\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qrfOh_yZ0:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wmjlxr\",\"data-framer-name\":\"Card and Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.55 - 32px, 1px)`,y:(componentViewport?.y||0)+0+1533+0+0+88+744+129.25},qrfOh_yZ0:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,y:(componentViewport?.y||0)+0+1315+20+0+48+1146+48+610.5},uiikY5wSU:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2 - 32px, 1px)`,y:(componentViewport?.y||0)+0+1577+0+0+88+696+105.25}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:456,width:\"500px\",y:(componentViewport?.y||0)+0+1624+0+0+128+744+129.25,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g9zn2u-container\",nodeId:\"pBg8AwxXI\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"RJzhhxHig\"},qrfOh_yZ0:{variant:\"HAOmVcGfR\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"pBg8AwxXI\",j6iSkTOCi:\"Learn more\",KDBmW6xCU:\"Payroll that works in the background, so you don’t have to\",Kt_heebdP:\"PwDDpvdZu\",layoutId:\"pBg8AwxXI\",nrWxLtsqb:\"https://plane.com/payroll\",SkrV526AW:\"Plane automates payments & compliance, so you don’t need to chase invoices, interpret labor laws, or manage one-off payment issues. It’s everything you need to run global payroll smoothly, without actually needing you.\",style:{width:\"100%\"},variant:\"RRqXVbU_e\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:586.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1533+0+0+88+744+64),pixelHeight:1179,pixelWidth:1184,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.45)`,src:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png 1184w\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:586.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1315+20+0+48+1146+48+0),pixelHeight:1179,pixelWidth:1184,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,src:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png 1184w\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:586.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1577+0+0+88+696+40),pixelHeight:1179,pixelWidth:1184,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2)`,src:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png 1184w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:586.5,intrinsicWidth:591,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1624+0+0+128+744+64),pixelHeight:1179,pixelWidth:1184,positionX:\"center\",positionY:\"center\",sizes:\"591px\",src:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GTKeHwTgbjH0jYXloDP88hy4A8.png 1184w\"},className:\"framer-1s35pzl\",\"data-framer-name\":\"2\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qrfOh_yZ0:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eh7umm\",\"data-framer-name\":\"Card and Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:491,intrinsicWidth:577,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1533+0+0+88+1458.5+64),pixelHeight:928,pixelWidth:1044,src:\"https://framerusercontent.com/images/B8a8GxIWOfEI7BRuzoDWDcVQKNs.png\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:491,intrinsicWidth:577,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1315+20+0+48+2308.5+48+0),pixelHeight:928,pixelWidth:1044,src:\"https://framerusercontent.com/images/B8a8GxIWOfEI7BRuzoDWDcVQKNs.png\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:491,intrinsicWidth:577,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1577+0+0+88+1362.5+69),pixelHeight:928,pixelWidth:1044,src:\"https://framerusercontent.com/images/B8a8GxIWOfEI7BRuzoDWDcVQKNs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:491,intrinsicWidth:577,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1624+0+0+128+1458.5+64),pixelHeight:928,pixelWidth:1044,src:\"https://framerusercontent.com/images/B8a8GxIWOfEI7BRuzoDWDcVQKNs.png\"},className:\"framer-1pjjjeb\",\"data-framer-name\":\"3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2 - 91px, 1px)`,y:(componentViewport?.y||0)+0+1533+0+0+88+1458.5+67},qrfOh_yZ0:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,y:(componentViewport?.y||0)+0+1315+20+0+48+2308.5+48+486},uiikY5wSU:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) / 2 - 32px, 1px)`,y:(componentViewport?.y||0)+0+1577+0+0+88+1362.5+40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:456,width:\"500px\",y:(componentViewport?.y||0)+0+1624+0+0+128+1458.5+67,children:/*#__PURE__*/_jsx(Container,{className:\"framer-euavpo-container\",nodeId:\"nBSzenV9h\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"rOLXIu56Z\"},qrfOh_yZ0:{variant:\"FJVwfnpVj\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"nBSzenV9h\",j6iSkTOCi:\"Customers love our support\",KDBmW6xCU:\"Support for everyone from real people\",Kt_heebdP:\"PwDDpvdZu\",layoutId:\"nBSzenV9h\",nrWxLtsqb:\"https://plane.com/customers\",SkrV526AW:\"We don’t just send help docs — we solve problems. From onboarding to compliance edge cases, Plane gives you — and your contractors and employees — fast, thoughtful support from real people you’ll know by name.\",style:{width:\"100%\"},variant:\"As1vodxMQ\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j49sk2\",\"data-framer-name\":\"Card and Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 160px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1533+0+0+88+2048.5+64},qrfOh_yZ0:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1280px)`,y:(componentViewport?.y||0)+0+1315+20+0+48+3346.5+48+0},uiikY5wSU:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 160px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1577+0+0+88+1898.5+40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:456,width:\"500px\",y:(componentViewport?.y||0)+0+1624+0+0+128+2048.5+64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sihqwb-container\",nodeId:\"z65bywZ1D\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"ECi9PNpys\"},qrfOh_yZ0:{variant:\"BE31uYjT5\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"z65bywZ1D\",j6iSkTOCi:\"Check out pricing\",KDBmW6xCU:\"Transparent pricing you can actually trust\",Kt_heebdP:\"PwDDpvdZu\",layoutId:\"z65bywZ1D\",nrWxLtsqb:\"https://plane.com/pricing\",SkrV526AW:\"No exorbitant FX markups. No surprise invoices. With Plane, what you see is what you pay — whether you’re paying contractors in Brazil or employees in Berlin.\",style:{width:\"100%\"},variant:\"d_TDmeQtV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z05avq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:415.5,intrinsicWidth:425,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1533+0+0+88+2048.5+84.25+0),pixelHeight:831,pixelWidth:850,sizes:\"425px\",src:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512 512w,https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png 850w\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:415.5,intrinsicWidth:425,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1315+20+0+48+3346.5+48+480+0),pixelHeight:831,pixelWidth:850,sizes:\"425px\",src:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512 512w,https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png 850w\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:415.5,intrinsicWidth:425,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1577+0+0+88+1898.5+60.25+0),pixelHeight:831,pixelWidth:850,sizes:\"425px\",src:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512 512w,https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png 850w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:415.5,intrinsicWidth:425,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1624+0+0+128+2048.5+84.25+0),pixelHeight:831,pixelWidth:850,sizes:\"425px\",src:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png?scale-down-to=512 512w,https://framerusercontent.com/images/yc9vfl4hbbfB4JZvbeyL3phNyWI.png 850w\"},className:\"framer-46ub8e\",\"data-framer-name\":\"Iceberg-3\"})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+4277.5},qrfOh_yZ0:{y:(componentViewport?.y||0)+0+5721},uiikY5wSU:{y:(componentViewport?.y||0)+0+4187.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1190,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4448.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yp0qix-container\",id:\"yp0qix\",nodeId:\"LocBzhsTl\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"jyFlSi_Aw\"},qrfOh_yZ0:{variant:\"GLkm952KY\"},uiikY5wSU:{variant:\"nkhHPoo1G\"}},children:/*#__PURE__*/_jsx(SupportYourWholeTeam,{height:\"100%\",id:\"LocBzhsTl\",layoutId:\"LocBzhsTl\",style:{width:\"100%\"},variant:\"cQBpx25ry\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+5467.5},qrfOh_yZ0:{y:(componentViewport?.y||0)+0+6911},uiikY5wSU:{y:(componentViewport?.y||0)+0+5377.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:832,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5638.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p3nfqh-container\",nodeId:\"rEkrUlIAF\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"ItOsecFyw\"},qrfOh_yZ0:{variant:\"Je0GRN_cw\"}},children:/*#__PURE__*/_jsx(CustomerStories,{height:\"100%\",id:\"rEkrUlIAF\",layoutId:\"rEkrUlIAF\",style:{width:\"100%\"},variant:\"tWs4x_DG9\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ydr7m4\",\"data-border\":true,\"data-framer-name\":\"Stay in control   (and compliant) as you grow\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19q1bdl\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+6299.5+0+88+0},qrfOh_yZ0:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px)`,y:(componentViewport?.y||0)+0+7743+0+48+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+6209.5+0+88+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.793)`,y:(componentViewport?.y||0)+0+6470.5+0+128+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6k1ly1-container\",nodeId:\"OdomSKT94\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{ZBzt7yy4b:8}},children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"OdomSKT94\",layoutId:\"OdomSKT94\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"ukKkfwgU_\",width:\"100%\",wkIQd2vD7:\"Stay in control (and compliant) as you grow\",xwR2bII6x:\"Plane is designed to support companies as they expand.\",ZBzt7yy4b:16})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qekmpm\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bo76dz\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:602,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6299.5+0+88+208+0+-.0167),pixelHeight:1204,pixelWidth:790,positionX:\"center\",positionY:\"center\",sizes:\"352px\",src:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024 671w,https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png 790w\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:602,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7743+0+48+208+0+0+-8.2),pixelHeight:1204,pixelWidth:790,positionX:\"center\",positionY:\"center\",sizes:\"293px\",src:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024 671w,https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png 790w\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:602,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6209.5+0+88+208+0+-.0167),pixelHeight:1204,pixelWidth:790,positionX:\"center\",positionY:\"center\",sizes:\"353px\",src:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024 671w,https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png 790w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:602,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6470.5+0+128+208+0+-.0167),pixelHeight:1204,pixelWidth:790,positionX:\"center\",positionY:\"center\",sizes:\"395px\",src:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png?scale-down-to=1024 671w,https://framerusercontent.com/images/zzQY3B1M2yuqhJFTaDxNaEN9kQ.png 790w\"},className:\"framer-1c7n6fl\",\"data-framer-name\":\"Photo\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:180,intrinsicWidth:273.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6299.5+0+88+208+0+0-90.4),pixelHeight:417,pixelWidth:613,positionX:\"center\",positionY:\"center\",sizes:\"274px\",src:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512 512w,https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png 613w\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:180,intrinsicWidth:273.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7743+0+48+208+0+0+0-193.4294),pixelHeight:417,pixelWidth:613,positionX:\"center\",positionY:\"center\",sizes:\"274px\",src:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512 512w,https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png 613w\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:180,intrinsicWidth:273.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6209.5+0+88+208+0+44.4833),pixelHeight:417,pixelWidth:613,positionX:\"center\",positionY:\"center\",sizes:\"207px\",src:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512 512w,https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png 613w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:180,intrinsicWidth:273.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6470.5+0+128+208+0+44.4833),pixelHeight:417,pixelWidth:613,positionX:\"center\",positionY:\"center\",sizes:\"274px\",src:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png?scale-down-to=512 512w,https://framerusercontent.com/images/KZ2Y91IjXGRU0uW9mxkRPrGLl8.png 613w\"},className:\"framer-fovz2f\",\"data-framer-name\":\"Screenshot\",style:{transformPerspective:1200,z:48}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k0xrli\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x75sw9\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kzyzp8\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8noh8a\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oztl65-container\",\"data-framer-name\":\"chart-bar\",isAuthoredByUser:true,isModuleExternal:true,name:\"chart-bar\",nodeId:\"ycrFwF8ru\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"ycrFwF8ru\",layoutId:\"ycrFwF8ru\",name:\"chart-bar\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3 13.125C3 12.5037 3.50368 12 4.125 12H6.375C6.99632 12 7.5 12.5037 7.5 13.125V19.875C7.5 20.4963 6.99632 21 6.375 21H4.125C3.50368 21 3 20.4963 3 19.875V13.125Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9.75 8.625C9.75 8.00368 10.2537 7.5 10.875 7.5H13.125C13.7463 7.5 14.25 8.00368 14.25 8.625V19.875C14.25 20.4963 13.7463 21 13.125 21H10.875C10.2537 21 9.75 20.4963 9.75 19.875V8.625Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16.5 4.125C16.5 3.50368 17.0037 3 17.625 3H19.875C20.4963 3 21 3.50368 21 4.125V19.875C21 20.4963 20.4963 21 19.875 21H17.625C17.0037 21 16.5 20.4963 16.5 19.875V4.125Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+6299.5+0+88+208+0+0+0+0},qrfOh_yZ0:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+7743+0+48+208+0+58+0+0+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+6209.5+0+88+208+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+6470.5+0+128+208+0+0+-91+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wflh6x-container\",nodeId:\"Z5auyvbkV\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"Z5auyvbkV\",layoutId:\"Z5auyvbkV\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Grow from 1 to 1,000 employees and contractors\",xwR2bII6x:\"Does your payroll platform have several features you don’t need, but they keep trying to upsell you anyway? Plane offers simple, useful components that you can combine to meet complex needs as you grow.\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ybljhh\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-orihoy\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vdap3t\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-904ha7-container\",\"data-framer-name\":\"cog-6-tooth\",isAuthoredByUser:true,isModuleExternal:true,name:\"cog-6-tooth\",nodeId:\"D4iG7ilQi\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"D4iG7ilQi\",layoutId:\"D4iG7ilQi\",name:\"cog-6-tooth\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.59356 3.94014C9.68397 3.39768 10.1533 3.00009 10.7033 3.00009H13.2972C13.8472 3.00009 14.3165 3.39768 14.4069 3.94014L14.6204 5.22119C14.6828 5.59523 14.9327 5.9068 15.2645 6.09045C15.3387 6.13151 15.412 6.17393 15.4844 6.21766C15.8095 6.41393 16.2048 6.47495 16.5604 6.34175L17.7772 5.88587C18.2922 5.69293 18.8712 5.9006 19.1462 6.37687L20.4432 8.6233C20.7181 9.09957 20.6085 9.70482 20.1839 10.0544L19.1795 10.8812C18.887 11.122 18.742 11.4938 18.7491 11.8726C18.7498 11.915 18.7502 11.9575 18.7502 12.0001C18.7502 12.0427 18.7498 12.0852 18.7491 12.1275C18.742 12.5064 18.887 12.8782 19.1795 13.119L20.1839 13.9458C20.6085 14.2953 20.7181 14.9006 20.4432 15.3769L19.1462 17.6233C18.8712 18.0996 18.2922 18.3072 17.7772 18.1143L16.5604 17.6584C16.2048 17.5252 15.8095 17.5862 15.4844 17.7825C15.412 17.8263 15.3387 17.8687 15.2645 17.9097C14.9327 18.0934 14.6828 18.4049 14.6204 18.779L14.4069 20.06C14.3165 20.6025 13.8472 21.0001 13.2972 21.0001H10.7033C10.1533 21.0001 9.68397 20.6025 9.59356 20.06L9.38005 18.779C9.31771 18.4049 9.06774 18.0934 8.73597 17.9097C8.66179 17.8687 8.58847 17.8263 8.51604 17.7825C8.19101 17.5863 7.79568 17.5252 7.44011 17.6584L6.22325 18.1143C5.70826 18.3072 5.12926 18.0996 4.85429 17.6233L3.55731 15.3769C3.28234 14.9006 3.39199 14.2954 3.81657 13.9458L4.82092 13.119C5.11343 12.8782 5.25843 12.5064 5.25141 12.1276C5.25063 12.0852 5.25023 12.0427 5.25023 12.0001C5.25023 11.9575 5.25063 11.915 5.25141 11.8726C5.25843 11.4938 5.11343 11.122 4.82092 10.8812L3.81657 10.0544C3.39199 9.70484 3.28234 9.09958 3.55731 8.62332L4.85429 6.37688C5.12926 5.90061 5.70825 5.69295 6.22325 5.88588L7.4401 6.34176C7.79566 6.47496 8.19099 6.41394 8.51603 6.21767C8.58846 6.17393 8.66179 6.13151 8.73597 6.09045C9.06774 5.9068 9.31771 5.59523 9.38005 5.22119L9.59356 3.94014Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3432 10.3431 9.00001 12 9.00001C13.6569 9.00001 15 10.3432 15 12Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+6299.5+0+88+208+0+0+208+0},qrfOh_yZ0:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+7743+0+48+208+0+58+0+208+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+6209.5+0+88+208+0+0+208+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+6470.5+0+128+208+0+0+117+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bfm51o-container\",nodeId:\"wOc0HcgkF\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"wOc0HcgkF\",layoutId:\"wOc0HcgkF\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Set it and forget it, with automated payments\",xwR2bII6x:\"We like automating your manual work for you. Set up automated payments once, and we’ll take care of the rest.\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-knf7t\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-85r7t8\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-aeii6b\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kss1ao-container\",\"data-framer-name\":\"shield-check\",isAuthoredByUser:true,isModuleExternal:true,name:\"shield-check\",nodeId:\"VVVuaIbNO\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"VVVuaIbNO\",layoutId:\"VVVuaIbNO\",name:\"shield-check\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9 12.7498L11.25 14.9998L15 9.74985M12 2.71411C9.8495 4.75073 6.94563 5.99986 3.75 5.99986C3.69922 5.99986 3.64852 5.99955 3.59789 5.99892C3.2099 7.17903 3 8.43995 3 9.74991C3 15.3414 6.82432 20.0397 12 21.3719C17.1757 20.0397 21 15.3414 21 9.74991C21 8.43995 20.7901 7.17903 20.4021 5.99892C20.3515 5.99955 20.3008 5.99986 20.25 5.99986C17.0544 5.99986 14.1505 4.75073 12 2.71411Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+6299.5+0+88+208+0+0+416+0},qrfOh_yZ0:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+7743+0+48+208+0+58+0+416+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+6209.5+0+88+208+0+0+416+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+6470.5+0+128+208+0+0+325+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ckorav-container\",nodeId:\"Lcajr9eTf\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"Lcajr9eTf\",layoutId:\"Lcajr9eTf\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Automated tax compliance\",xwR2bII6x:\"Plane takes care of your compliance needs, including collecting W-8 and W-9 forms, submitting your 1099-NEC forms, and incorporating I-9 completion into onboarding\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12me29q\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3p67d5\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-h1mtyf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1989zom-container\",\"data-framer-name\":\"map-pin\",isAuthoredByUser:true,isModuleExternal:true,name:\"map-pin\",nodeId:\"r8Dvrki5f\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"r8Dvrki5f\",layoutId:\"r8Dvrki5f\",name:\"map-pin\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 10.5C15 12.1569 13.6569 13.5 12 13.5C10.3431 13.5 9 12.1569 9 10.5C9 8.84315 10.3431 7.5 12 7.5C13.6569 7.5 15 8.84315 15 10.5Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M19.5 10.5C19.5 17.6421 12 21.75 12 21.75C12 21.75 4.5 17.6421 4.5 10.5C4.5 6.35786 7.85786 3 12 3C16.1421 3 19.5 6.35786 19.5 10.5Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+6299.5+0+88+208+0+0+624+0},qrfOh_yZ0:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+7743+0+48+208+0+58+0+624+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+6209.5+0+88+208+0+0+624+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+6470.5+0+128+208+0+0+533+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2agbv4-container\",nodeId:\"NDC5KlyoG\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"NDC5KlyoG\",layoutId:\"NDC5KlyoG\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Local compliance, wherever you’re hiring\",xwR2bII6x:\"Get localized contracts for contractors and employees and expert help on your local compliance questions\",ZBzt7yy4b:16})})})})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ccydkf\",\"data-framer-name\":\"Treat your team fairly\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ic7ie9\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ahartj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ag0e7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:203.5,intrinsicWidth:245,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7467.5+0+88+0+0+0+0),pixelHeight:407,pixelWidth:490,src:\"https://framerusercontent.com/images/ZK9uWtE9Gin27j2nVj037JYM.svg\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:203.5,intrinsicWidth:245,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8889+0+48+0+0+0+0+0),pixelHeight:407,pixelWidth:490,src:\"https://framerusercontent.com/images/ZK9uWtE9Gin27j2nVj037JYM.svg\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:203.5,intrinsicWidth:245,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7377.5+0+88+0+0+0+0),pixelHeight:407,pixelWidth:490,src:\"https://framerusercontent.com/images/ZK9uWtE9Gin27j2nVj037JYM.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:203.5,intrinsicWidth:245,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7536.5+0+128+0+0+0+0),pixelHeight:407,pixelWidth:490,src:\"https://framerusercontent.com/images/ZK9uWtE9Gin27j2nVj037JYM.svg\"},className:\"framer-tit9rp\",\"data-framer-name\":\"Talent-is-everywhere\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-upr23e\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-x42vn2\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-tvi0w7\",\"data-styles-preset\":\"FrSqC_i0G\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-cffae27a-ef96-49e0-a61d-ab45c807ee2b, rgb(252, 247, 255))\"},children:\"Talent knows no borders. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggQm9vaw==\",\"--framer-font-family\":'\"CircularXX Book\", \"CircularXX Book Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(246, 229, 255)\"},children:[\"It’s not contained to a 20-mile radius.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggQm9vaw==\",\"--framer-font-family\":'\"CircularXX Book\", \"CircularXX Book Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(246, 229, 255)\"},children:[\"We often miss out on the magic of finding the most exceptional people that could propel us forward because we get stuck figuring out the logistics.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggQm9vaw==\",\"--framer-font-family\":'\"CircularXX Book\", \"CircularXX Book Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(246, 229, 255)\"},children:[\"At Plane, we believe your focus should be on finding and fostering the best talent the world has to offer, so we built the platform to help you do it.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggQm9vaw==\",\"--framer-font-family\":'\"CircularXX Book\", \"CircularXX Book Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(246, 229, 255)\"},children:\"Not only can you hire and pay your whole global team through Plane, but you can also give everyone a world-class payroll and HR experience, regardless of whether they’re a contractor or employee. We’ve fully supported both worker types from day one, from giving them full access to the platform to direct customer support from our team. Treat your team right with Plane.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggQm9vaw==\",\"--framer-font-family\":'\"CircularXX Book\", \"CircularXX Book Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(246, 229, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NpcmN1bGFyWFggQm9sZA==\",\"--framer-font-family\":'\"CircularXX Bold\", \"CircularXX Bold Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(246, 229, 255)\"},children:\"—Matt Pelc, CEO at Plane\"})]}),className:\"framer-rdwok5\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris diam turpis, dictum et fermentum interdum, congue nec augue. Donec non faucibus est. Donec malesuada ex id elit convallis, quis sollicitudin eros tristique. Etiam hendrerit sapien commodo lorem fringilla, eu porta tellus fringilla. Pellentesque tincidunt pharetra pellentesque. Etiam ornare varius leo, at accumsan nisi ornare vitae. Integer aliquet felis tellus, ut lacinia tortor placerat id. Sed vitae feugiat nibh, in dignissim velit. Donec sodales mi non urna porta consectetur. Sed lectus lectus, fringilla id consectetur in, porta quis odio. Integer ac mollis nisi, a mollis quam. Praesent vel purus non nunc egestas mollis. Curabitur vitae lorem eget dui suscipit tristique. Nunc consectetur\",fonts:[\"CUSTOM;CircularXX Book\",\"CUSTOM;CircularXX Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e2mh3o hidden-56mivb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2i1f3m\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pmto1w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-120i3a3\",\"data-styles-preset\":\"HxfFedCjM\",style:{\"--framer-text-color\":\"var(--token-cffae27a-ef96-49e0-a61d-ab45c807ee2b, rgb(252, 247, 255))\"},children:\"Learn what contractors are saying about Plane.\"})}),className:\"framer-eid61p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-26cnt5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cqZqKit_i\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(Ticker1,{alignment:\"flex-end\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:.5,id:\"cqZqKit_i\",layoutId:\"cqZqKit_i\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1alcxs5\",\"data-framer-name\":\"Testimonial 1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:\"240px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wi46r8-container\",inComponentSlot:true,nodeId:\"zfcxYqdHw\",rendersWithMotion:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(G2Testimonials,{cUVZmPnFb:\"Software Engineer\",E_FrKphUN:\"Carlos Matheus S.\",guo_ebKQD:\"https://www.g2.com/products/plane/reviews/plane-review-10736177\",height:\"100%\",id:\"zfcxYqdHw\",layoutId:\"zfcxYqdHw\",RkdvdwVj_:\"“Great platform with awesome support. It’s easy to use and easy to integrate with my bank account.”\",s3IthGIku:addImageAlt({pixelHeight:380,pixelWidth:370,src:\"https://framerusercontent.com/images/PTmxCd9oWtVD461pIGGEZG53CUI.png\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1je74ny\",\"data-framer-name\":\"Testimonial 3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:\"240px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-y89sae-container\",inComponentSlot:true,nodeId:\"KukcOxUS_\",rendersWithMotion:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(G2Testimonials,{cUVZmPnFb:\"Sales Administrator\",E_FrKphUN:\"Melanie C. \",guo_ebKQD:\"https://www.g2.com/products/plane/reviews/plane-review-9726015\",height:\"100%\",id:\"KukcOxUS_\",layoutId:\"KukcOxUS_\",pWV_tRANo:addImageAlt({pixelHeight:248,pixelWidth:248,src:\"https://framerusercontent.com/images/4Xxit89G9H0ZHSRXsD85kTsqjKI.png\"},\"\"),RkdvdwVj_:\"“Fast and efficient service.”\",s3IthGIku:addImageAlt({pixelHeight:376,pixelWidth:370,src:\"https://framerusercontent.com/images/9dazjs8IyDOoaPpTCc0yZzBWLU.png\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5d43z\",\"data-framer-name\":\"Testimonial 4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:\"240px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14qe5as-container\",inComponentSlot:true,nodeId:\"j9tG8uelV\",rendersWithMotion:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(G2Testimonials,{cUVZmPnFb:\"Client Success Manager\",E_FrKphUN:\"Juan M. \",guo_ebKQD:\"https://www.g2.com/products/plane/reviews/plane-review-10584776\",height:\"100%\",id:\"j9tG8uelV\",layoutId:\"j9tG8uelV\",pWV_tRANo:addImageAlt({pixelHeight:248,pixelWidth:248,src:\"https://framerusercontent.com/images/QWnhG7QNuiQY9mGvJNSbGJjo.png\"},\"\"),RkdvdwVj_:\"“Great experience with support.”\",s3IthGIku:addImageAlt({pixelHeight:380,pixelWidth:370,src:\"https://framerusercontent.com/images/5ISU1tDs8f4zWhwbDE8hQQe8.png\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h63ee9\",\"data-framer-name\":\"Testimonial 2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:\"240px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-hndx68-container\",inComponentSlot:true,nodeId:\"z2H0Hv0fv\",rendersWithMotion:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(G2Testimonials,{cUVZmPnFb:\"Brazil, CSR\",E_FrKphUN:\"Ana S. \",guo_ebKQD:\"https://www.g2.com/products/plane/reviews/plane-review-9924880\",height:\"100%\",id:\"z2H0Hv0fv\",layoutId:\"z2H0Hv0fv\",RkdvdwVj_:\"“Plane is very useful, easy to understand and user friendly. Customer support is also very responsive.”\",s3IthGIku:addImageAlt({pixelHeight:380,pixelWidth:370,src:\"https://framerusercontent.com/images/y6b1KoDAZLZS5W2iV2pZcLWyE.png\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ygil6b\",\"data-framer-name\":\"Testimonial 5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:\"240px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bny0s4-container\",inComponentSlot:true,nodeId:\"FXcE0xvmW\",rendersWithMotion:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(G2Testimonials,{cUVZmPnFb:\"Technical Author\",E_FrKphUN:\"Pavel P. \",guo_ebKQD:\"https://www.g2.com/products/plane/reviews/plane-review-10375135\",height:\"100%\",id:\"FXcE0xvmW\",layoutId:\"FXcE0xvmW\",pWV_tRANo:addImageAlt({pixelHeight:248,pixelWidth:248,src:\"https://framerusercontent.com/images/wRHkKSjmZjN8MIHiNqDMEWLv6c.png\"},\"\"),RkdvdwVj_:\"“I received my first payment very fast even before the expected date.”\",s3IthGIku:addImageAlt({pixelHeight:390,pixelWidth:370,src:\"https://framerusercontent.com/images/UlFkvMK57mLiV7T8Rfyt2jlhNI.png\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jigfi4\",\"data-framer-name\":\"Testimonial 6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:\"240px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-13usnq3-container\",inComponentSlot:true,nodeId:\"hiPlHTs7I\",rendersWithMotion:true,scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(G2Testimonials,{cUVZmPnFb:\"Medical Interpreter\",E_FrKphUN:\"Mar\\xeda Fernanda O.\",guo_ebKQD:\"https://www.g2.com/products/plane/reviews/plane-review-10374843\",height:\"100%\",id:\"hiPlHTs7I\",layoutId:\"hiPlHTs7I\",pWV_tRANo:addImageAlt({pixelHeight:248,pixelWidth:248,src:\"https://framerusercontent.com/images/1Ec6g0qojCV7hAggD4DwsHLlw.png\"},\"\"),RkdvdwVj_:\"“Easy to understand, quick, safe.” \",s3IthGIku:addImageAlt({pixelHeight:380,pixelWidth:370,src:\"https://framerusercontent.com/images/Bh7I54y3xLfnkpY600yJWz90.png\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rtq3g\",\"data-framer-name\":\"Support\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ngq22w\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-128xsro\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+9241.5+88+0+0+0+0},qrfOh_yZ0:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 48px)`,y:(componentViewport?.y||0)+0+10366+48+0+0+0+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+9151.5+88+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.7632)`,y:(componentViewport?.y||0)+0+9390.5+128+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e1m4x8-container\",nodeId:\"TenYnuvYe\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{ZBzt7yy4b:8}},children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"TenYnuvYe\",layoutId:\"TenYnuvYe\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"ukKkfwgU_\",width:\"100%\",wkIQd2vD7:\"Superb support for your whole team\",xwR2bII6x:\"Receive thoughtful support from friendly, knowledgeable humans — not chatbots — on Slack.\",ZBzt7yy4b:16})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5z1bzj\",\"data-framer-name\":\"Frame 1752\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gxejd6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18zz1bn\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6pe5a5\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pg6yej\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kjack2-container\",\"data-framer-name\":\"lifebuoy\",isAuthoredByUser:true,isModuleExternal:true,name:\"lifebuoy\",nodeId:\"hOL_gzNeX\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"hOL_gzNeX\",layoutId:\"hOL_gzNeX\",name:\"lifebuoy\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.7124 4.3299C17.2999 4.69153 17.8548 5.12691 18.364 5.63604C18.8731 6.14517 19.3085 6.70012 19.6701 7.28763M16.7124 4.3299L13.2636 8.46838M16.7124 4.3299C13.8316 2.5567 10.1684 2.5567 7.28763 4.3299M19.6701 7.28763L15.5316 10.7364M19.6701 7.28763C21.4433 10.1684 21.4433 13.8316 19.6701 16.7124M15.5316 10.7364C15.3507 10.2297 15.0574 9.75408 14.6517 9.34835C14.2459 8.94262 13.7703 8.6493 13.2636 8.46838M15.5316 10.7364C15.8228 11.5519 15.8228 12.4481 15.5316 13.2636M13.2636 8.46838C12.4481 8.17721 11.5519 8.17721 10.7364 8.46838M15.5316 13.2636C15.3507 13.7703 15.0574 14.2459 14.6517 14.6517C14.2459 15.0574 13.7703 15.3507 13.2636 15.5316M15.5316 13.2636L19.6701 16.7124M19.6701 16.7124C19.3085 17.2999 18.8731 17.8548 18.364 18.364C17.8548 18.8731 17.2999 19.3085 16.7124 19.6701M16.7124 19.6701L13.2636 15.5316M16.7124 19.6701C13.8316 21.4433 10.1684 21.4433 7.28763 19.6701M13.2636 15.5316C12.4481 15.8228 11.5519 15.8228 10.7364 15.5316M10.7364 15.5316C10.2297 15.3507 9.75408 15.0574 9.34835 14.6517C8.94262 14.2459 8.6493 13.7703 8.46838 13.2636M10.7364 15.5316L7.28763 19.6701M7.28763 19.6701C6.70012 19.3085 6.14517 18.8731 5.63604 18.364C5.12691 17.8548 4.69153 17.2999 4.3299 16.7124M4.3299 16.7124L8.46838 13.2636M4.3299 16.7124C2.5567 13.8316 2.5567 10.1684 4.3299 7.28763M8.46838 13.2636C8.17721 12.4481 8.17721 11.5519 8.46838 10.7364M8.46838 10.7364C8.6493 10.2297 8.94262 9.75408 9.34835 9.34835C9.75408 8.94262 10.2297 8.6493 10.7364 8.46838M8.46838 10.7364L4.3299 7.28763M10.7364 8.46838L7.28763 4.3299M7.28763 4.3299C6.70012 4.69153 6.14517 5.12691 5.63604 5.63604C5.12691 6.14517 4.69153 6.70013 4.3299 7.28763\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 192px, 1px)`,y:(componentViewport?.y||0)+0+9241.5+88+0+208+0+426+0+0+0},qrfOh_yZ0:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+10366+48+0+208+0+410+0+0+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+9151.5+88+0+208+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+9390.5+128+0+208+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gu53zw-container\",nodeId:\"F5hylQFms\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"F5hylQFms\",layoutId:\"F5hylQFms\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Get questions answered quickly for you, your contractors, and employees\",xwR2bII6x:\"No need for you to act as a go-between. Our team is available 24/5 to answer questions directly for you and your entire team.\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ny9hip\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4zz3qk\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6vfkaf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-603tx1-container\",\"data-framer-name\":\"light-bulb\",isAuthoredByUser:true,isModuleExternal:true,name:\"light-bulb\",nodeId:\"z4LsC0pZD\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"z4LsC0pZD\",layoutId:\"z4LsC0pZD\",name:\"light-bulb\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12 18V12.75M12 12.75C12.5179 12.75 13.0206 12.6844 13.5 12.561M12 12.75C11.4821 12.75 10.9794 12.6844 10.5 12.561M14.25 20.0394C13.5212 20.1777 12.769 20.25 12 20.25C11.231 20.25 10.4788 20.1777 9.75 20.0394M13.5 22.422C13.007 22.4736 12.5066 22.5 12 22.5C11.4934 22.5 10.993 22.4736 10.5 22.422M14.25 18V17.8083C14.25 16.8254 14.9083 15.985 15.7585 15.4917C17.9955 14.1938 19.5 11.7726 19.5 9C19.5 4.85786 16.1421 1.5 12 1.5C7.85786 1.5 4.5 4.85786 4.5 9C4.5 11.7726 6.00446 14.1938 8.24155 15.4917C9.09173 15.985 9.75 16.8254 9.75 17.8083V18\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 192px, 1px)`,y:(componentViewport?.y||0)+0+9241.5+88+0+208+0+426+0+208+0},qrfOh_yZ0:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+10366+48+0+208+0+410+0+208+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+9151.5+88+0+208+0+0+208+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+9390.5+128+0+208+0+0+208+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l6r5o-container\",nodeId:\"CTPlh94Hb\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"CTPlh94Hb\",layoutId:\"CTPlh94Hb\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Expert help for complex questions\",xwR2bII6x:\"Have questions about local employment laws or immigration? Get advice on compliance and immigration from our team of experts.\",ZBzt7yy4b:16})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-895i7g\",\"data-framer-name\":\"Feature Sections/Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hjqa6f\",\"data-framer-name\":\"Brand icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2amm13\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vd34ru-container\",\"data-framer-name\":\"face-smile\",isAuthoredByUser:true,isModuleExternal:true,name:\"face-smile\",nodeId:\"ngxT61Zi7\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(FramerIcon,{color:\"var(--token-e5b886d0-a1ef-4526-b382-0a2c92520ef8, rgb(153, 51, 255))\",height:\"100%\",id:\"ngxT61Zi7\",layoutId:\"ngxT61Zi7\",name:\"face-smile\",strokeWidth:1.5,style:{height:\"100%\",width:\"100%\"},svg:'<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.182 15.182C13.4246 16.9393 10.5754 16.9393 8.81802 15.182M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM9.75 9.75C9.75 10.1642 9.58211 10.5 9.375 10.5C9.16789 10.5 9 10.1642 9 9.75C9 9.33579 9.16789 9 9.375 9C9.58211 9 9.75 9.33579 9.75 9.75ZM9.375 9.75H9.3825V9.765H9.375V9.75ZM15 9.75C15 10.1642 14.8321 10.5 14.625 10.5C14.4179 10.5 14.25 10.1642 14.25 9.75C14.25 9.33579 14.4179 9 14.625 9C14.8321 9 15 9.33579 15 9.75ZM14.625 9.75H14.6325V9.765H14.625V9.75Z\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 192px, 1px)`,y:(componentViewport?.y||0)+0+9241.5+88+0+208+0+426+0+416+0},qrfOh_yZ0:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 112px, 1px)`,y:(componentViewport?.y||0)+0+10366+48+0+208+0+410+0+416+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+9151.5+88+0+208+0+0+416+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.45 - 64px, 1px)`,y:(componentViewport?.y||0)+0+9390.5+128+0+208+0+0+416+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tx8cee-container\",nodeId:\"ZWudX_fag\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(HeadingAndIntro,{FYNO2kSOt:16,height:\"100%\",HrpP6N7ov:8,hsobbYJOT:24,hUqgzIlxF:4,id:\"ZWudX_fag\",layoutId:\"ZWudX_fag\",MKbDxCkdU:\"var(--token-27a27431-fe37-48c5-ba99-6f2fbb127864, rgb(92, 102, 112))\",p0CuyMG90:\"var(--token-f56e7fe6-9c5b-4788-a232-ca0e487c6938, rgb(46, 51, 56))\",style:{width:\"100%\"},variant:\"TICaw3fzu\",width:\"100%\",wkIQd2vD7:\"Friendly, consultative sales team\",xwR2bII6x:\"We don’t believe in hard-selling. Our sales team is happy to offer advice on your HR and payroll needs. If Plane isn’t the best match for you now, we even like to suggest alternatives.\",ZBzt7yy4b:16})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o4vdv7\",\"data-framer-name\":\"Frame 1709\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:378,intrinsicWidth:651,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9241.5+88+0+208+0+0+0),pixelHeight:756,pixelWidth:1302,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) * 0.8, 1px)`,src:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png 1302w\"}},qrfOh_yZ0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:378,intrinsicWidth:651,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10366+48+0+208+0+0+0),pixelHeight:756,pixelWidth:1302,sizes:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png 1302w\"}},uiikY5wSU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:378,intrinsicWidth:651,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9151.5+88+0+208+30.5+68.5),pixelHeight:756,pixelWidth:1302,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2, 1px)`,src:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png 1302w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:378,intrinsicWidth:651,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9390.5+128+0+208+30.5+68.5),pixelHeight:756,pixelWidth:1302,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1280px) - 128px) / 2, 1px)`,src:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IP3q4sS7xsEYVhLuNLSGhX7VP7Y.png 1302w\"},className:\"framer-42nxh\",\"data-framer-name\":\"Map\"})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+10627.5},qrfOh_yZ0:{y:(componentViewport?.y||0)+0+11656},uiikY5wSU:{y:(componentViewport?.y||0)+0+10111.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+10430.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mzsjn4-container\",nodeId:\"ZGLJBh8NS\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"AyCtldyGf\"},qrfOh_yZ0:{variant:\"uWTrCzLPq\"},uiikY5wSU:{variant:\"SbVmYRuYE\"}},children:/*#__PURE__*/_jsx(G2Badges,{height:\"100%\",id:\"ZGLJBh8NS\",layoutId:\"ZGLJBh8NS\",style:{width:\"100%\"},variant:\"WTEllx2Ml\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-786dei\",\"data-framer-name\":\"Simple centered/Desktop\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+11147.5+0+0},qrfOh_yZ0:{y:(componentViewport?.y||0)+0+12176+0+0},uiikY5wSU:{y:(componentViewport?.y||0)+0+10631.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:`min(${componentViewport?.width||\"100vw\"}, 1280px)`,y:(componentViewport?.y||0)+0+10950.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kejoyt-container\",nodeId:\"Z7bw2OtGQ\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qrfOh_yZ0:{variant:\"JecbTcv1X\"}},children:/*#__PURE__*/_jsx(MainCTA,{height:\"100%\",id:\"Z7bw2OtGQ\",layoutId:\"Z7bw2OtGQ\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"wGsYrnKVy\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{y:(componentViewport?.y||0)+0+11507.5},qrfOh_yZ0:{y:(componentViewport?.y||0)+0+12536},uiikY5wSU:{y:(componentViewport?.y||0)+0+10991.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:545,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11310.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ch2isp-container\",nodeId:\"b4kB_WJf9\",scopeId:\"ZsgKoXTrk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Bz_RW6oEb:{variant:\"S0oixVucA\"},qrfOh_yZ0:{variant:\"gWsWR7hXk\"},uiikY5wSU:{variant:\"zqKKKQkhB\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"b4kB_WJf9\",layoutId:\"b4kB_WJf9\",style:{width:\"100%\"},variant:\"fg6vjMWmI\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6fpqN.framer-185153q, .framer-6fpqN .framer-185153q { display: block; }\",\".framer-6fpqN.framer-1nn6esg { align-content: flex-start; align-items: flex-start; background-color: #f9f7f4; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-6fpqN .framer-1skor07-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-6fpqN .framer-6xhk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-15v8nx7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 64px 64px 64px; position: relative; width: 100%; z-index: 2; }\",\".framer-6fpqN .framer-1vbxj12 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-h64b06 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 88px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-1xrlmu6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-11guht1, .framer-6fpqN .framer-z8frex, .framer-6fpqN .framer-rdwok5 { --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-6fpqN .framer-yu3p4s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6fpqN .framer-1026ks5-container { cursor: pointer; flex: none; height: auto; max-width: 310px; position: relative; width: 310px; }\",\".framer-6fpqN .framer-bwlce6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 191px; justify-content: flex-start; overflow: visible; padding: 0px 0px 88px 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-2k9hlx { aspect-ratio: 3.9411764705882355 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 51px); overflow: visible; position: relative; width: 100%; }\",\".framer-6fpqN .framer-fn2rwq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -5px; top: 47%; transform: translateY(-50%); width: 100%; z-index: 1; }\",\".framer-6fpqN .framer-4guj1y-container { aspect-ratio: 1.2404580152671756 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1125px); max-width: 1800px; position: relative; width: 109%; z-index: 1; }\",\".framer-6fpqN .framer-3a7ent { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 24px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: absolute; right: 24px; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-6fpqN .framer-kp5bv5 { height: 52px; position: relative; width: 142px; }\",\".framer-6fpqN .framer-grvk60 { height: 20px; left: 0px; position: absolute; top: 0px; width: 20px; }\",\".framer-6fpqN .framer-1c76a27 { height: 9px; left: 10px; position: absolute; top: 5px; width: 6px; }\",\".framer-6fpqN .framer-1to8zcc { height: 4px; left: 2px; position: absolute; top: 0px; width: 3px; }\",\".framer-6fpqN .framer-993c94 { height: 5px; left: 0px; position: absolute; top: 5px; width: 6px; }\",\".framer-6fpqN .framer-gqzkr5 { height: 11px; left: 5px; position: absolute; top: 4px; width: 9px; }\",\".framer-6fpqN .framer-1x1zc96 { height: 11px; left: 48px; opacity: 0.8; position: absolute; top: 24px; width: 11px; }\",\".framer-6fpqN .framer-tb1l7r { height: 11px; left: 0px; position: absolute; top: 0px; width: 4px; }\",\".framer-6fpqN .framer-iwg9d8 { height: 9px; left: 5px; position: absolute; top: 1px; width: 6px; }\",\".framer-6fpqN .framer-81tqrj { height: 9px; left: 27px; position: absolute; top: 24px; width: 18px; }\",\".framer-6fpqN .framer-mrb9p9 { height: 8px; left: 0px; position: absolute; top: 0px; width: 7px; }\",\".framer-6fpqN .framer-9ok6pq { height: 9px; left: 4px; position: absolute; top: 0px; width: 2px; }\",\".framer-6fpqN .framer-1oarsdy { height: 2px; left: 9px; position: absolute; top: 7px; width: 2px; }\",\".framer-6fpqN .framer-sq6uh9 { height: 9px; left: 12px; position: absolute; top: 0px; width: 6px; }\",\".framer-6fpqN .framer-1tc64j7 { height: 13px; left: 67px; position: absolute; top: 22px; width: 75px; }\",\".framer-6fpqN .framer-1ju4btm { height: 13px; left: 0px; position: absolute; top: 0px; width: 14px; }\",\".framer-6fpqN .framer-1lsvmpn { height: 13px; left: 16px; position: absolute; top: 0px; width: 14px; }\",\".framer-6fpqN .framer-1rnfuwj { height: 13px; left: 31px; position: absolute; top: 0px; width: 14px; }\",\".framer-6fpqN .framer-1pow5op { height: 13px; left: 46px; position: absolute; top: 0px; width: 14px; }\",\".framer-6fpqN .framer-1mwo1sc { height: 13px; left: 61px; position: absolute; top: 0px; width: 14px; }\",\".framer-6fpqN .framer-vetphr { height: 21px; left: 136px; position: absolute; top: 19px; width: 7px; }\",\".framer-6fpqN .framer-1offmm6 { height: 21px; left: 0px; position: absolute; top: 0px; width: 7px; }\",\".framer-6fpqN .framer-1jo2w7c { height: 12px; left: 27px; position: absolute; top: 5px; width: 110px; }\",\".framer-6fpqN .framer-11q7s3r { height: 9px; left: 0px; position: absolute; top: 1px; width: 8px; }\",\".framer-6fpqN .framer-to5qx5 { height: 9px; left: 10px; position: absolute; top: 1px; width: 7px; }\",\".framer-6fpqN .framer-njh787 { height: 7px; left: 20px; position: absolute; top: 3px; width: 2px; }\",\".framer-6fpqN .framer-2hha1y { height: 2px; left: 20px; position: absolute; top: 0px; width: 2px; }\",\".framer-6fpqN .framer-o4prcb { height: 7px; left: 23px; position: absolute; top: 3px; width: 6px; }\",\".framer-6fpqN .framer-suzs3d { height: 9px; left: 31px; position: absolute; top: 1px; width: 7px; }\",\".framer-6fpqN .framer-11h01up { height: 4px; left: 33px; position: absolute; top: 4px; width: 3px; }\",\".framer-6fpqN .framer-20gjsy { height: 7px; left: 39px; position: absolute; top: 3px; width: 6px; }\",\".framer-6fpqN .framer-7c9m18 { height: 7px; left: 46px; position: absolute; top: 3px; width: 6px; }\",\".framer-6fpqN .framer-1pk0w18 { height: 2px; left: 53px; position: absolute; top: 3px; width: 4px; }\",\".framer-6fpqN .framer-1npr5m7 { height: 9px; left: 54px; position: absolute; top: 1px; width: 3px; }\",\".framer-6fpqN .framer-1lk5nqh { height: 7px; left: 58px; position: absolute; top: 3px; width: 4px; }\",\".framer-6fpqN .framer-z8by0p { height: 9px; left: 63px; position: absolute; top: 3px; width: 7px; }\",\".framer-6fpqN .framer-sje1cx { height: 9px; left: 73px; position: absolute; top: 1px; width: 2px; }\",\".framer-6fpqN .framer-hvvhgq { height: 7px; left: 76px; position: absolute; top: 3px; width: 7px; }\",\".framer-6fpqN .framer-vtpt4x { height: 7px; left: 83px; position: absolute; top: 3px; width: 6px; }\",\".framer-6fpqN .framer-1egbr74 { height: 2px; left: 85px; position: absolute; top: 7px; width: 3px; }\",\".framer-6fpqN .framer-18p1ikh { height: 9px; left: 90px; position: absolute; top: 1px; width: 7px; }\",\".framer-6fpqN .framer-teyma0 { height: 4px; left: 92px; position: absolute; top: 4px; width: 3px; }\",\".framer-6fpqN .framer-164ly9f { height: 7px; left: 98px; position: absolute; top: 3px; width: 7px; }\",\".framer-6fpqN .framer-1vjs9sl { height: 7px; left: 106px; position: absolute; top: 3px; width: 4px; }\",\".framer-6fpqN .framer-oiwkid { height: 9px; left: 26px; position: absolute; top: 43px; width: 92px; }\",\".framer-6fpqN .framer-1lrj0r9 { height: 8px; left: 0px; position: absolute; top: 0px; width: 5px; }\",\".framer-6fpqN .framer-zo9u24 { height: 6px; left: 6px; position: absolute; top: 2px; width: 5px; }\",\".framer-6fpqN .framer-1m1kwx1 { height: 4px; left: 7px; position: absolute; top: 3px; width: 3px; }\",\".framer-6fpqN .framer-1lhcqzg { height: 6px; left: 12px; position: absolute; top: 2px; width: 4px; }\",\".framer-6fpqN .framer-au4lk8 { height: 6px; left: 18px; position: absolute; top: 2px; width: 3px; }\",\".framer-6fpqN .framer-19gf01c { height: 6px; left: 21px; position: absolute; top: 2px; width: 5px; }\",\".framer-6fpqN .framer-4o29w6 { height: 6px; left: 27px; position: absolute; top: 2px; width: 5px; }\",\".framer-6fpqN .framer-15yzd7x { height: 1px; left: 33px; position: absolute; top: 6px; width: 1px; }\",\".framer-6fpqN .framer-bekb18 { height: 1px; left: 33px; position: absolute; top: 2px; width: 1px; }\",\".framer-6fpqN .framer-skspwb { height: 8px; left: 38px; position: absolute; top: 0px; width: 6px; }\",\".framer-6fpqN .framer-b9e6bf { height: 7px; left: 45px; position: absolute; top: 0px; width: 5px; }\",\".framer-6fpqN .framer-1fbew2q { height: 1px; left: 51px; position: absolute; top: 6px; width: 1px; }\",\".framer-6fpqN .framer-uqt5hq { height: 6px; left: 54px; position: absolute; top: 2px; width: 5px; }\",\".framer-6fpqN .framer-1o2ghr7 { height: 6px; left: 59px; position: absolute; top: 2px; width: 5px; }\",\".framer-6fpqN .framer-11f9gm4 { height: 4px; left: 60px; position: absolute; top: 3px; width: 3px; }\",\".framer-6fpqN .framer-te3jxe { height: 6px; left: 65px; position: absolute; top: 2px; width: 7px; }\",\".framer-6fpqN .framer-eg3fpq { height: 3px; left: 74px; position: absolute; top: 6px; width: 2px; }\",\".framer-6fpqN .framer-9w2hj8 { height: 7px; left: 79px; position: absolute; top: 0px; width: 1px; }\",\".framer-6fpqN .framer-5qj9qo { height: 6px; left: 82px; position: absolute; top: 2px; width: 4px; }\",\".framer-6fpqN .framer-1feud8a { height: 6px; left: 87px; position: absolute; top: 2px; width: 5px; }\",\".framer-6fpqN .framer-1f3sl5y { align-content: center; align-items: center; background-color: #4a0080; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-18qq538 { align-content: center; align-items: center; background-color: #4a007f; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 88px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-g6pd80-container, .framer-6fpqN .framer-yp0qix-container, .framer-6fpqN .framer-1p3nfqh-container, .framer-6fpqN .framer-wi46r8-container, .framer-6fpqN .framer-y89sae-container, .framer-6fpqN .framer-14qe5as-container, .framer-6fpqN .framer-hndx68-container, .framer-6fpqN .framer-bny0s4-container, .framer-6fpqN .framer-13usnq3-container, .framer-6fpqN .framer-1mzsjn4-container, .framer-6fpqN .framer-ch2isp-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-6fpqN .framer-1a1hqqm { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.08); --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: flex-start; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-48hnmx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-12j9wb4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-1o0ruzi-container { flex: 1 0 0px; height: 100px; position: relative; width: 1px; }\",\".framer-6fpqN .framer-14cyjge { aspect-ratio: 3.0434782608695654 / 1; gap: 0px; height: var(--framer-aspect-ratio-supported, 46px); overflow: visible; position: relative; width: 140px; }\",\".framer-6fpqN .framer-xxa7di { flex: none; height: 25px; left: -1px; position: absolute; top: 12px; width: 140px; }\",\".framer-6fpqN .framer-11j9hhq { gap: 0px; height: 46px; overflow: visible; position: relative; width: 64px; }\",\".framer-6fpqN .framer-t54xsk { aspect-ratio: 2.21875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 53%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 57px; }\",\".framer-6fpqN .framer-19islt9 { aspect-ratio: 3.4146341463414633 / 1; gap: 0px; height: var(--framer-aspect-ratio-supported, 41px); overflow: visible; position: relative; width: 140px; }\",\".framer-6fpqN .framer-53xyf0 { flex: none; height: 28px; left: 0px; position: absolute; top: 7px; width: 138px; }\",\".framer-6fpqN .framer-2w7zqa { height: 46px; overflow: hidden; position: relative; width: 96px; }\",\".framer-6fpqN .framer-mqx7q2 { flex: none; height: 28px; left: calc(48.50746268656719% - 95px / 2); position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 95px; }\",\".framer-6fpqN .framer-zgb6cc { gap: 0px; height: 46px; overflow: visible; position: relative; width: 173px; }\",\".framer-6fpqN .framer-3zp51 { flex: none; height: 28px; left: 0px; position: absolute; top: 9px; width: 173px; }\",\".framer-6fpqN .framer-12nmooj { aspect-ratio: 2.0434782608695654 / 1; gap: 0px; height: var(--framer-aspect-ratio-supported, 46px); overflow: visible; position: relative; width: 94px; }\",\".framer-6fpqN .framer-17gds82 { flex: none; height: 30px; left: calc(50.00000000000002% - 83px / 2); position: absolute; top: calc(50.00000000000002% - 30px / 2); width: 83px; }\",\".framer-6fpqN .framer-tlrbz3 { aspect-ratio: 4.478260869565218 / 1; gap: 0px; height: var(--framer-aspect-ratio-supported, 46px); overflow: visible; position: relative; width: 206px; }\",\".framer-6fpqN .framer-h5lalu { flex: none; height: 25px; left: calc(50.00000000000002% - 200px / 2); position: absolute; top: calc(50.00000000000002% - 25px / 2); width: 200px; }\",\".framer-6fpqN .framer-ve1cnb { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; 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: 100%; }\",\".framer-6fpqN .framer-1qb030g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 128px 64px 128px 64px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-11r26sg { 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; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-wwmd7d-container { flex: none; height: auto; position: relative; width: 80%; }\",\".framer-6fpqN .framer-1lcb84l, .framer-6fpqN .framer-wmjlxr, .framer-6fpqN .framer-eh7umm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-112izcr { aspect-ratio: 1.4414634146341463 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 410px); overflow: visible; position: relative; width: 591px; }\",\".framer-6fpqN .framer-1c91m78-container, .framer-6fpqN .framer-1g9zn2u-container, .framer-6fpqN .framer-euavpo-container, .framer-6fpqN .framer-sihqwb-container { flex: none; height: auto; position: relative; width: 500px; }\",\".framer-6fpqN .framer-1s35pzl { aspect-ratio: 1.0076726342710998 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 587px); overflow: visible; position: relative; width: 591px; }\",\".framer-6fpqN .framer-1pjjjeb { aspect-ratio: 1.1255411255411256 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 462px); overflow: visible; position: relative; width: 520px; }\",\".framer-6fpqN .framer-j49sk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-z05avq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6fpqN .framer-46ub8e { aspect-ratio: 1.022864019253911 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 415px); overflow: visible; position: relative; width: 425px; }\",\".framer-6fpqN .framer-ydr7m4 { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-19q1bdl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 128px 64px 128px 64px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-6k1ly1-container { flex: none; height: auto; position: relative; width: 79%; }\",\".framer-6fpqN .framer-1qekmpm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 602px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-1bo76dz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-6fpqN .framer-1c7n6fl { align-content: center; align-items: center; aspect-ratio: 0.6561461794019934 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 602px); justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; transform-style: preserve-3d; width: 395px; z-index: 1; }\",\".framer-6fpqN .framer-fovz2f { align-content: center; align-items: center; aspect-ratio: 1.5194444444444444 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 180px); justify-content: center; left: 297px; overflow: visible; padding: 0px; position: absolute; top: 44px; transform-style: preserve-3d; width: 274px; z-index: 1; }\",\".framer-6fpqN .framer-1k0xrli { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 45%; }\",\".framer-6fpqN .framer-1x75sw9, .framer-6fpqN .framer-1ybljhh, .framer-6fpqN .framer-knf7t, .framer-6fpqN .framer-12me29q, .framer-6fpqN .framer-18zz1bn, .framer-6fpqN .framer-1ny9hip, .framer-6fpqN .framer-895i7g { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-1kzyzp8, .framer-6fpqN .framer-orihoy, .framer-6fpqN .framer-85r7t8, .framer-6fpqN .framer-3p67d5, .framer-6fpqN .framer-6pe5a5, .framer-6fpqN .framer-4zz3qk, .framer-6fpqN .framer-1hjqa6f { align-content: center; align-items: center; background-color: #e9cbff; 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: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 48px; }\",\".framer-6fpqN .framer-8noh8a, .framer-6fpqN .framer-1vdap3t, .framer-6fpqN .framer-aeii6b, .framer-6fpqN .framer-h1mtyf, .framer-6fpqN .framer-pg6yej, .framer-6fpqN .framer-6vfkaf, .framer-6fpqN .framer-2amm13 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-6fpqN .framer-1oztl65-container, .framer-6fpqN .framer-904ha7-container, .framer-6fpqN .framer-1kss1ao-container, .framer-6fpqN .framer-1989zom-container, .framer-6fpqN .framer-kjack2-container, .framer-6fpqN .framer-603tx1-container, .framer-6fpqN .framer-1vd34ru-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-6fpqN .framer-wflh6x-container, .framer-6fpqN .framer-bfm51o-container, .framer-6fpqN .framer-ckorav-container, .framer-6fpqN .framer-2agbv4-container, .framer-6fpqN .framer-1gu53zw-container, .framer-6fpqN .framer-l6r5o-container, .framer-6fpqN .framer-1tx8cee-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-6fpqN .framer-1ccydkf { align-content: center; align-items: center; background-color: #4a007f; 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-6fpqN .framer-ic7ie9 { 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: 1280px; overflow: hidden; padding: 128px 64px 128px 64px; position: relative; width: 1px; }\",\".framer-6fpqN .framer-1ahartj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-9ag0e7 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 30%; }\",\".framer-6fpqN .framer-tit9rp { aspect-ratio: 1.203931203931204 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 276px); overflow: visible; position: relative; width: 333px; }\",\".framer-6fpqN .framer-upr23e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-6fpqN .framer-x42vn2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-e2mh3o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-2i1f3m { background-color: rgba(255, 255, 255, 0.08); flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; top: 64px; width: 100%; z-index: 1; }\",\".framer-6fpqN .framer-1pmto1w { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-6fpqN .framer-eid61p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 0px; position: absolute; top: 138px; white-space: pre; width: auto; z-index: 1; }\",\".framer-6fpqN .framer-26cnt5-container { flex: none; height: 408px; position: relative; width: 100%; z-index: 1; }\",\".framer-6fpqN .framer-1alcxs5, .framer-6fpqN .framer-1je74ny, .framer-6fpqN .framer-y5d43z, .framer-6fpqN .framer-h63ee9, .framer-6fpqN .framer-1ygil6b { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-6fpqN .framer-jigfi4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 214px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-6fpqN .framer-rtq3g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 128px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-ngq22w { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 1px; }\",\".framer-6fpqN .framer-128xsro { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-e1m4x8-container { flex: none; height: auto; position: relative; width: 76%; }\",\".framer-6fpqN .framer-5z1bzj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6fpqN .framer-gxejd6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 45%; }\",\".framer-6fpqN .framer-1o4vdv7 { align-content: center; align-items: center; 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: row; flex-wrap: nowrap; gap: 0px; height: 515px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6fpqN .framer-42nxh { aspect-ratio: 1.7222222222222223 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 334px); overflow: visible; position: relative; width: 1px; }\",\".framer-6fpqN .framer-786dei { align-content: center; align-items: center; background-color: #4a007f; 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-6fpqN .framer-1kejoyt-container { flex: none; height: auto; max-width: 1280px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-6fpqN[data-border=\"true\"]::after, .framer-6fpqN [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 (max-width: 809px) { .framer-6fpqN.framer-1nn6esg { width: 390px; } .framer-6fpqN .framer-1skor07-container { order: 1; } .framer-6fpqN .framer-6xhk { order: 2; } .framer-6fpqN .framer-15v8nx7 { flex: 1 0 0px; padding: 0px 24px 18px 24px; width: 1px; } .framer-6fpqN .framer-1vbxj12 { gap: 0px; justify-content: center; } .framer-6fpqN .framer-h64b06 { padding: 24px 0px 24px 0px; } .framer-6fpqN .framer-1xrlmu6 { gap: 16px; } .framer-6fpqN .framer-yu3p4s, .framer-6fpqN .framer-wwmd7d-container, .framer-6fpqN .framer-6k1ly1-container, .framer-6fpqN .framer-upr23e, .framer-6fpqN .framer-e1m4x8-container { width: 100%; } .framer-6fpqN .framer-1026ks5-container { max-width: unset; width: 100%; } .framer-6fpqN .framer-bwlce6 { flex-wrap: wrap; height: min-content; padding: 0px 0px 24px 0px; } .framer-6fpqN .framer-2k9hlx { height: var(--framer-aspect-ratio-supported, 87px); } .framer-6fpqN .framer-fn2rwq { min-height: 1125px; } .framer-6fpqN .framer-1f3sl5y { order: 3; padding: 0px 24px 0px 24px; } .framer-6fpqN .framer-18qq538 { padding: 64px 0px 0px 0px; } .framer-6fpqN .framer-1a1hqqm { padding: 0px; } .framer-6fpqN .framer-ve1cnb { order: 4; padding: 20px 20px 0px 20px; } .framer-6fpqN .framer-1qb030g { padding: 48px 0px 48px 0px; } .framer-6fpqN .framer-1lcb84l, .framer-6fpqN .framer-wmjlxr, .framer-6fpqN .framer-eh7umm { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; flex-direction: column; gap: 24px; justify-content: flex-start; padding: 48px 0px 48px 0px; } .framer-6fpqN .framer-112izcr { height: var(--framer-aspect-ratio-supported, 243px); order: 0; width: 100%; } .framer-6fpqN .framer-1c91m78-container, .framer-6fpqN .framer-1g9zn2u-container, .framer-6fpqN .framer-euavpo-container, .framer-6fpqN .framer-gxejd6 { order: 1; width: 100%; } .framer-6fpqN .framer-1s35pzl { height: var(--framer-aspect-ratio-supported, 347px); order: 0; width: 100%; } .framer-6fpqN .framer-1pjjjeb { height: var(--framer-aspect-ratio-supported, 311px); order: 0; width: 100%; } .framer-6fpqN .framer-j49sk2 { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 48px 0px 0px 0px; } .framer-6fpqN .framer-sihqwb-container { order: 0; width: 100%; } .framer-6fpqN .framer-z05avq { flex: none; order: 1; width: 100%; } .framer-6fpqN .framer-yp0qix-container { order: 5; } .framer-6fpqN .framer-1p3nfqh-container { order: 6; } .framer-6fpqN .framer-ydr7m4 { order: 7; } .framer-6fpqN .framer-19q1bdl, .framer-6fpqN .framer-ic7ie9 { padding: 48px 24px 48px 24px; } .framer-6fpqN .framer-1qekmpm { flex-direction: column; gap: 58px; height: min-content; justify-content: flex-start; } .framer-6fpqN .framer-1bo76dz { height: min-content; min-height: 602px; width: 100%; } .framer-6fpqN .framer-1c7n6fl { height: var(--framer-aspect-ratio-supported, 447px); left: 0px; top: -8px; width: 293px; } .framer-6fpqN .framer-fovz2f { bottom: 13px; height: var(--framer-aspect-ratio-supported, 181px); left: 54px; top: unset; } .framer-6fpqN .framer-1k0xrli { height: min-content; justify-content: flex-start; width: 100%; } .framer-6fpqN .framer-1ccydkf { order: 8; } .framer-6fpqN .framer-1ahartj { flex-direction: column; } .framer-6fpqN .framer-9ag0e7 { padding: 0px 0px 40px 0px; width: 100%; } .framer-6fpqN .framer-tit9rp { height: var(--framer-aspect-ratio-supported, 191px); width: 230px; } .framer-6fpqN .framer-rtq3g { order: 9; padding: 48px 0px 48px 0px; } .framer-6fpqN .framer-ngq22w { padding: 0px 24px 0px 24px; } .framer-6fpqN .framer-5z1bzj { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-6fpqN .framer-1o4vdv7 { height: min-content; order: 0; width: 100%; } .framer-6fpqN .framer-42nxh { height: var(--framer-aspect-ratio-supported, 198px); order: 0; } .framer-6fpqN .framer-1mzsjn4-container { order: 10; } .framer-6fpqN .framer-786dei { order: 11; } .framer-6fpqN .framer-ch2isp-container { order: 12; }}\",\"@media (min-width: 1024px) and (max-width: 1279px) { .framer-6fpqN.framer-1nn6esg { width: 1024px; } .framer-6fpqN .framer-1skor07-container { order: 1; } .framer-6fpqN .framer-6xhk { order: 2; } .framer-6fpqN .framer-15v8nx7 { padding: 40px 64px 64px 64px; } .framer-6fpqN .framer-1vbxj12 { padding: 0px 40px 0px 0px; } .framer-6fpqN .framer-h64b06 { padding: 45px 0px 0px 0px; } .framer-6fpqN .framer-1xrlmu6 { max-width: 492px; } .framer-6fpqN .framer-bwlce6 { height: 179px; padding: 71px 0px 88px 0px; } .framer-6fpqN .framer-fn2rwq { min-height: 1125px; } .framer-6fpqN .framer-4guj1y-container { bottom: 45px; height: var(--framer-aspect-ratio-supported, 1030px); left: -126px; position: absolute; right: -127px; width: unset; } .framer-6fpqN .framer-1f3sl5y { order: 3; } .framer-6fpqN .framer-18qq538 { padding: 88px 0px 0px 0px; } .framer-6fpqN .framer-1a1hqqm { padding: 48px 0px 48px 0px; } .framer-6fpqN .framer-12j9wb4 { width: 1216px; } .framer-6fpqN .framer-ve1cnb { order: 4; } .framer-6fpqN .framer-1qb030g { align-content: flex-start; align-items: flex-start; padding: 88px 64px 88px 64px; } .framer-6fpqN .framer-11r26sg { width: 80%; } .framer-6fpqN .framer-wwmd7d-container { width: 100%; } .framer-6fpqN .framer-1lcb84l, .framer-6fpqN .framer-wmjlxr, .framer-6fpqN .framer-eh7umm, .framer-6fpqN .framer-j49sk2 { gap: 32px; justify-content: flex-start; padding: 40px 0px 40px 0px; } .framer-6fpqN .framer-112izcr { height: var(--framer-aspect-ratio-supported, 310px); order: 1; width: 50%; } .framer-6fpqN .framer-1c91m78-container, .framer-6fpqN .framer-1g9zn2u-container { flex: 1 0 0px; order: 0; width: 1px; } .framer-6fpqN .framer-1s35pzl { height: var(--framer-aspect-ratio-supported, 444px); order: 1; width: 50%; } .framer-6fpqN .framer-1pjjjeb { aspect-ratio: 1.1256281407035176 / 1; height: var(--framer-aspect-ratio-supported, 398px); width: 50%; } .framer-6fpqN .framer-euavpo-container, .framer-6fpqN .framer-sihqwb-container { flex: 1 0 0px; width: 1px; } .framer-6fpqN .framer-46ub8e { height: var(--framer-aspect-ratio-supported, 416px); } .framer-6fpqN .framer-yp0qix-container { order: 5; } .framer-6fpqN .framer-1p3nfqh-container { order: 6; } .framer-6fpqN .framer-ydr7m4 { order: 7; } .framer-6fpqN .framer-19q1bdl, .framer-6fpqN .framer-ic7ie9 { padding: 88px 64px 88px 64px; } .framer-6fpqN .framer-1qekmpm, .framer-6fpqN .framer-1k0xrli { height: min-content; } .framer-6fpqN .framer-1bo76dz { height: 602px; } .framer-6fpqN .framer-1c7n6fl { height: var(--framer-aspect-ratio-supported, 538px); width: 353px; } .framer-6fpqN .framer-fovz2f { height: var(--framer-aspect-ratio-supported, 137px); width: 207px; } .framer-6fpqN .framer-1ccydkf { order: 8; } .framer-6fpqN .framer-tit9rp { height: var(--framer-aspect-ratio-supported, 223px); max-width: 350px; width: 100%; } .framer-6fpqN .framer-rtq3g { order: 9; padding: 88px 0px 88px 0px; } .framer-6fpqN .framer-42nxh { height: var(--framer-aspect-ratio-supported, 261px); } .framer-6fpqN .framer-1mzsjn4-container { order: 10; } .framer-6fpqN .framer-786dei { order: 11; } .framer-6fpqN .framer-ch2isp-container { order: 12; }}\",\"@media (min-width: 810px) and (max-width: 1023px) { .framer-6fpqN.framer-1nn6esg { width: 810px; } .framer-6fpqN .framer-1skor07-container { order: 1; } .framer-6fpqN .framer-6xhk { order: 2; } .framer-6fpqN .framer-15v8nx7 { flex: 1 0 0px; max-width: 1199px; width: 1px; } .framer-6fpqN .framer-bwlce6 { height: 180px; } .framer-6fpqN .framer-fn2rwq { min-height: 1125px; } .framer-6fpqN .framer-4guj1y-container { height: var(--framer-aspect-ratio-supported, 1016px); left: -219px; position: absolute; right: -231px; top: -16px; width: unset; } .framer-6fpqN .framer-1f3sl5y { order: 3; padding: 0px; } .framer-6fpqN .framer-1a1hqqm { padding: 24px 0px 24px 0px; } .framer-6fpqN .framer-ve1cnb { order: 4; } .framer-6fpqN .framer-1qb030g, .framer-6fpqN .framer-ic7ie9 { padding: 88px 64px 88px 64px; } .framer-6fpqN .framer-wwmd7d-container { width: 100%; } .framer-6fpqN .framer-1lcb84l, .framer-6fpqN .framer-wmjlxr, .framer-6fpqN .framer-j49sk2 { gap: 32px; justify-content: flex-start; } .framer-6fpqN .framer-112izcr { height: var(--framer-aspect-ratio-supported, 236px); width: 50%; } .framer-6fpqN .framer-1c91m78-container, .framer-6fpqN .framer-1g9zn2u-container, .framer-6fpqN .framer-euavpo-container, .framer-6fpqN .framer-sihqwb-container { flex: 1 0 0px; width: 1px; } .framer-6fpqN .framer-1s35pzl { height: var(--framer-aspect-ratio-supported, 304px); width: 45%; } .framer-6fpqN .framer-eh7umm { gap: 91px; justify-content: flex-start; } .framer-6fpqN .framer-1pjjjeb { height: var(--framer-aspect-ratio-supported, 302px); width: 50%; } .framer-6fpqN .framer-46ub8e { height: var(--framer-aspect-ratio-supported, 416px); } .framer-6fpqN .framer-yp0qix-container { order: 5; } .framer-6fpqN .framer-1p3nfqh-container { order: 6; } .framer-6fpqN .framer-ydr7m4 { order: 7; } .framer-6fpqN .framer-19q1bdl { min-height: 1000px; padding: 88px 64px 88px 64px; } .framer-6fpqN .framer-1qekmpm, .framer-6fpqN .framer-1k0xrli { height: min-content; } .framer-6fpqN .framer-1bo76dz { height: min-content; justify-content: flex-start; min-height: 600px; } .framer-6fpqN .framer-1c7n6fl { height: var(--framer-aspect-ratio-supported, 537px); width: 352px; } .framer-6fpqN .framer-fovz2f { bottom: -90px; left: 72px; top: unset; } .framer-6fpqN .framer-1ccydkf { order: 8; } .framer-6fpqN .framer-tit9rp { height: var(--framer-aspect-ratio-supported, 169px); max-width: 350px; width: 100%; } .framer-6fpqN .framer-upr23e { width: 50%; } .framer-6fpqN .framer-rtq3g { order: 9; padding: 88px 0px 88px 0px; } .framer-6fpqN .framer-5z1bzj { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 48px; justify-content: flex-start; } .framer-6fpqN .framer-gxejd6 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; order: 1; width: 100%; } .framer-6fpqN .framer-1o4vdv7 { align-content: flex-start; align-items: flex-start; height: min-content; justify-content: flex-start; order: 0; width: 80%; } .framer-6fpqN .framer-42nxh { height: var(--framer-aspect-ratio-supported, 316px); } .framer-6fpqN .framer-1mzsjn4-container { order: 10; } .framer-6fpqN .framer-786dei { order: 11; } .framer-6fpqN .framer-ch2isp-container { order: 12; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11324\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qrfOh_yZ0\":{\"layout\":[\"fixed\",\"auto\"]},\"uiikY5wSU\":{\"layout\":[\"fixed\",\"auto\"]},\"Bz_RW6oEb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerZsgKoXTrk=withCSS(Component,css,\"framer-6fpqN\");export default FramerZsgKoXTrk;FramerZsgKoXTrk.displayName=\"Home New 2\";FramerZsgKoXTrk.defaultProps={height:11324,width:1280};addFonts(FramerZsgKoXTrk,[{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:\"CircularXX Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/9vMGvswvM7l1spOGCs2pQ6JU8.woff2\"},{family:\"CircularXX Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/NgP6RrcGyAR7PjyyR6OPJCgIrw.woff2\"}]},...NavigationFonts,...ButtonFonts,...DotLottieFonts,...TestimonialsFonts,...TickerFonts,...HeadingAndIntroFonts,...CardFonts,...SupportYourWholeTeamFonts,...CustomerStoriesFonts,...FramerIconFonts,...G2TestimonialsFonts,...Ticker1Fonts,...G2BadgesFonts,...MainCTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZsgKoXTrk\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"11324\",\"framerIntrinsicWidth\":\"1280\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qrfOh_yZ0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uiikY5wSU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bz_RW6oEb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"k0EASI,SAAwB,EAAU,EAAM,CAAC,MAAqB,GAAK,GAAqB,CAAC,QAAsB,EAAK,MAAM,CAAE,EAAC,CAAC,OAAqB,EAAK,GAAa,CAAC,GAAG,CAAM,EAAC,AAAC,EAAC,AAAE,CAAC,SAAS,GAAa,EAAM,CAAc,IAAM,EAAS,EAAa,SAAS,GAAG,EAAa,OAAa,EAAkB,EAAO,KAAK,CAAO,EAAW,GAAU,EAAM,SAAQ,GAAM,EAAM,YAAW,EAAM,MAAK,EAA2B,EAAI,OAAO,EAAM,QAAb,CAAsB,IAAI,MAAM,EAAI,EAAM,OAAO,MAAM,IAAI,OAAO,EAAI,EAAM,QAAQ,MAAM,QAAQ,EAAI,GAAe,KAAO,CAAe,GAAK,CAAC,EAAQ,EAAW,CAAC,GAAS,EAAM,CAA4J,AAAnI,EAAU,IAAI,CAAK,EAAkB,SAAe,EAAkB,QAAQ,iBAAiB,QAAQ,IAAI,GAAW,EAAK,CAAC,AAAE,EAAC,CAAE,EAAC,CAAC,EAAU,IAAI,CAAK,EAAkB,SAAe,EAAkB,QAAQ,QAAQ,EAAM,SAAS,GAAG,AAAE,EAAC,CAAC,EAAQ,EAAM,QAAS,EAAC,CAAC,IAAM,EAAY,GAAQ,CAAuU,MAAlS,GAAU,IAAI,CAAI,MAAgB,IAAG,EAAY,UAAU,EAAM,SAAS,CAAC,IAAI,EAAkB,QAAQ,OAAmE,AAAzD,EAAM,YAAW,GAAM,EAAkB,QAAQ,MAAM,CAAK,EAAM,YAAW,GAAO,EAAkB,QAAQ,OAAO,AAAG,GAAY,QAAQ,EAAM,QAA1B,CAAoC,EAAC,CAAC,EAAM,QAAS,EAAC,CACrtC,EAAK,mBAAmB,CAAK,MAAI,IAAI,EAAkB,SAAS,EAAW,KAAK,EAAM,MAAK,EAAK,KAAK,MAAM,EAAM,OAAM,EAAK,KAAK,SAAS,EAAM,UAAS,EAAK,KAAK,WAAW,EAAM,WAAW,EAAM,WAAW,KAAK,MAAM,EAAM,MAAM,UAAU,EAAM,UAAU,MAAM,CAAC,GAAG,EAAM,MAAM,MAAM,OAAO,OAAO,MAAO,CAAC,EAAC,EAAI,AAAG,CAA40C,SAAS,GAAqB,CAAC,UAAQ,SAAO,CAAC,CAAC,GAAK,CAAC,EAAU,EAAW,CAAC,GAAe,EAAK,CAEpmD,MAAjJ,GAAgB,IAAI,CAAC,OAAO,mCAAA,KAAA,GAAA,CAAA,CAAgF,KAAK,IAAI,CAAC,GAAW,EAAM,AAAE,EAAC,AAAE,EAAC,CAAE,EAAC,CAAQ,EAAU,EAAQ,CAAQ,kBAFkU,AAVpf,GAA2C,IAA4B,IAAiE,CAAmD,GAAe,6EAU+H,EAAU,aAAa,CAAC,OAAO,GAAe,UAAS,EAAK,WAAW,OAAO,UAAS,EAAM,UAAU,EAAE,OAAM,EAAM,MAAK,EAAK,MAAM,CAAE,EAAC,EAAU,YAAY,aAAa,EAAoB,EAAU,CAAC,QAAQ,CAAC,KAAK,EAAY,KAAK,yBAAwB,EAAK,MAAM,SAAS,QAAQ,CAAC,MAAM,MAAO,EAAC,aAAa,CAAC,MAAM,MAAO,CAAC,EAAC,OAAO,CAAC,KAAK,EAAY,OAAO,MAAM,OAAO,YAAY,oBAAoB,OAAO,GAAO,EAAM,UAAU,MAAO,EAAC,QAAQ,CAAC,KAAK,EAAY,KAAK,MAAM,OAAO,iBAAiB,CAAC,SAAS,MAAO,EAAC,OAAO,GAAO,EAAM,UAAU,KAAM,EAAC,SAAS,CAAC,KAAK,EAAY,QAAQ,MAAM,WAAW,cAAa,CAAK,EAAC,WAAW,CAAC,KAAK,EAAY,MAAM,MAAM,WAAW,aAAa,MAAO,EAAC,SAAS,CAAC,KAAK,EAAY,QAAQ,MAAM,UAAW,EAAC,UAAU,CAAC,KAAK,EAAY,KAAK,MAAM,YAAY,aAAa,IAAI,yBAAwB,EAAK,0BAA0B,aAAa,QAAQ,CAAC,IAAI,IAAK,EAAC,aAAa,CAAC,SAAS,SAAU,CAAC,EAAC,MAAM,CAAC,KAAK,EAAY,QAAQ,MAAM,YAAa,EAAC,KAAK,CAAC,KAAK,EAAY,QAAQ,MAAM,MAAO,EAAC,MAAM,CAAC,KAAK,EAAY,OAAO,MAAM,QAAQ,aAAa,EAAE,IAAI,EAAE,IAAI,GAAG,KAAK,IAAI,KAAK,GAAG,gBAAe,CAAK,EAAC,SAAS,CAAC,KAAK,EAAY,OAAO,MAAM,WAAW,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,YAAY,oFAAqF,CAAC,EAAC,GCTnpC,SAASA,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,CAAE,EAAsF,MAArF,IAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,CAAe,uDASxR,AATlZ,GAA2C,IAAwJ,IAAkE,IAA4B,CAAM,GAAgB,CAAC,UAAU,CAAC,OAAM,CAAK,CAAC,EAAOC,GAAW,CAAC,YAAY,WAAY,EAAOiB,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,gBAAiB,EAA8Lf,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,EAAOC,GAAW,CAAC,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAO,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAa,EAAc,KAAK,CAAC,GAAG,EAAO,YAAW,GAAE,CAAC,KAAK,UAAU,EAAW,AAAC,EAAC,CAAC,MAAoB,GAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,UAAS,EAAC,AAAE,EAAOC,GAAS,EAAO,OAAA,EAAsB,CAAOe,GAAwB,CAAC,YAAY,YAAY,SAAS,WAAY,EAAOC,GAAS,CAAC,CAAC,SAAO,KAAG,MAAI,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQD,GAAwB,EAAM,UAAU,EAAM,SAAS,YAAY,UAAU,GAAK,EAAM,SAAU,GAASZ,GAAuB,CAAC,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAASc,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,eAAa,YAAU,CAAC,GAAe,CAAM,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,YAAU,GAAG,EAAU,CAAC,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,YAAU,mBAAgB,aAAW,WAAS,CAAC,GAAgB,CAAC,WAAA,GAAW,eAAe,YAAY,mBAAgB,UAAQ,kBAAA,EAAkB,EAAC,CAAO,EAAiB,GAAuB,EAAM,EAAS,CAAM,CAAC,wBAAsB,QAAM,CAAC,EAAyB,EAAY,CAAO,EAAY,EAAsB,MAAM,GAAG,IAAO,CAAoC,GAAnC,GAAgB,CAAC,WAAU,CAAM,EAAC,CAAI,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,CAAC,EAAC,CAAO,EAAsB,CAAE,EAAO,EAAkB,EAAGL,GAAkB,GAAG,EAAsB,CAAO,EAAK,EAAa,KAAK,CAAO,EAAgB,GAAa,CAAO,EAAkB,GAAsB,CAAC,MAAoB,GAAK,GAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAKZ,GAAS,CAAC,QAAQ,EAAS,SAAQ,EAAM,SAAsB,EAAKD,GAAW,CAAC,MAAMD,GAAY,SAAsB,EAAK,EAAO,IAAI,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,EAAG,EAAkB,eAAemC,EAAU,EAAW,CAAC,mBAAmB,YAAY,kBAAiB,EAAsB,mBAAiB,SAAS,YAAY,MAAM,EAAY,IAAI,GAAK,EAAK,MAAM,CAAC,gBAAgB,wBAAwB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,QAAQ,EAAE,GAAG,CAAM,EAAC,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,uBAAwB,EAAC,UAAU,CAAC,QAAQ,EAAG,CAAC,EAAC,GAAG,GAAqB,CAAC,kBAAkB,CAAC,uBAAA,GAA6B,MAAM,CAAC,gBAAgB,wBAAwB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAG,CAAM,CAAC,EAAC,UAAU,CAAC,mBAAmB,UAAW,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAuB,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,YAAY,IAAI;;;EAAie,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOG,GAAI,CAAC,kFAAkF,kFAAkF,wQAAwQ,qQAAqQ,yJAAyJ,kgBAAkgB,0KAA2K,EAStwL,EAAgB,EAAQnB,GAAUmB,GAAI,eAAe,GAAgB,EAAgB,EAAgB,YAAY,iBAAiB,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAG,EAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAY,EAAC,aAAa,CAAC,YAAY,UAAW,EAAC,MAAM,UAAU,KAAK,EAAY,IAAK,EAAC,UAAU,CAAC,MAAM,MAAM,KAAK,EAAY,YAAa,CAAC,EAAC,CAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAE,CAAE,CAAA,EAAC,CAAC,8BAA6B,CAAK,EAAC,GCT00B,SAAS,EAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,CAAE,EAAsF,MAArF,IAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,CAAe,mEAW58B,AAXpiB,GAAyD,IAAkO,IAAkE,IAA4B,CAA0B,GAAiH,KAAuH,KAA0H,CAAM7B,GAAqB,EAASgB,EAAgB,CAAO,GAAkB,EAASd,EAAa,CAAOC,GAAY,EAASW,EAAO,CAAO,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAY,EAAOT,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAmB,EAA8L,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAE,EAAC,KAAK,OAAQ,EAAOC,EAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAU,GAAmB,CAAC,EAAE,KAAK,wBAAwB,IAAU,GAAW,CAAC,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAO,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAa,EAAc,KAAK,CAAC,GAAG,EAAO,YAAW,GAAE,CAAC,KAAK,UAAU,EAAW,AAAC,EAAC,CAAC,MAAoB,GAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,UAAS,EAAC,AAAE,EAAO,GAAS,EAAO,OAAA,EAAsB,CAAOC,GAAwB,CAAC,EAAI,YAAY,EAAI,YAAY,EAAI,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,WAAY,EAAOC,GAAS,CAAC,CAAC,QAAM,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,UAAU,GAAO,EAAM,UAAU,QAAQD,GAAwB,EAAM,UAAU,EAAM,SAAS,WAAY,GAAS,GAAuB,CAAC,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAASE,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,GAAe,CAAO,EAAkB,GAAsB,CAAM,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,YAAU,GAAG,GAAU,CAAC,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,YAAU,kBAAgB,aAAW,WAAS,CAAC,GAAgB,CAAC,cAAW,eAAe,YAAY,IAAI,EAAW,UAAQ,kBAAA,EAAkB,EAAC,CAAO,EAAiB,GAAuB,EAAM,EAAS,CAAM,CAAC,wBAAsB,SAAM,CAAC,EAAyB,EAAY,CAAO,GAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,GAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,GAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,GAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,GAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,GAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,GAAW,YAAY,AAAE,EAAC,CAAO,EAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,GAAW,YAAY,AAAE,EAAC,CAAO,GAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,GAAW,YAAY,AAAE,EAAC,CAAO,GAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,GAAW,YAAY,AAAE,EAAC,CAAO,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,GAAW,YAAY,AAAE,EAAC,CAAO,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,GAAW,YAAY,AAAE,EAAC,CAAO,GAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,KAAM,GAAU,GAAG,EAAK,CAAC,GAAG,KAAM,EAAM,OAAO,CAAO,CAAC,EAAC,CAAO,EAAsB,CAAE,EAAO,GAAkB,EAAGL,GAAkB,GAAG,EAAsB,CAAO,GAAY,KAAQ,CAAC,YAAY,YAAY,WAAY,EAAC,SAAS,EAAY,CAAkC,GAAa,IAAQ,IAAc,YAAuC,MAAoB,GAAK,GAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,SAAQ,EAAM,SAAsB,EAAK,GAAW,CAAC,MAAM,GAAY,SAAsB,EAAK,EAAO,IAAI,CAAC,GAAG,GAAU,GAAG,EAAgB,UAAU,EAAG,GAAkB,iBAAiBqB,EAAU,EAAW,CAAC,eAAc,EAAK,mBAAmB,IAAqB,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sBAAsB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,GAAG,CAAM,EAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,GAAI,EAAC,UAAU,CAAC,mBAAmB,GAAI,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAA8B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,gBAAgB,GAAmB,OAAO,QAAQ,oCAAoC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,mBAAmB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,mBAAmB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,mBAAmB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,CAAE,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKV,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,mBAAmB,UAAU,mEAAmE,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,EAAG,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,EAAG,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,EAAG,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAI,EAAC,SAAsB,EAAKd,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAiB,GAAG,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,YAAY,UAAU,CAAgB,EAAC,UAAU,CAAC,cAAA,EAAoB,EAAC,UAAU,CAAC,UAAU,EAAgB,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,YAAY,UAAU,EAAiB,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,YAAY,UAAU,EAAgB,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,YAAY,UAAU,EAAgB,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,YAAY,UAAU,EAAiB,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,WAAY,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,EAAG,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,EAAG,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,EAAG,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAiB,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,CAAgB,EAAC,UAAU,CAAC,UAAU,CAAgB,EAAC,UAAU,CAAC,UAAU,EAAgB,EAAC,UAAU,CAAC,QAAQ,YAAY,UAAU,EAAiB,EAAC,UAAU,CAAC,UAAU,EAAgB,EAAC,UAAU,CAAC,QAAQ,YAAY,UAAU,EAAgB,EAAC,UAAU,CAAC,QAAQ,YAAY,UAAU,CAAiB,EAAC,UAAU,CAAC,UAAU,CAAiB,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,SAAS,CAAC,IAAa,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,eAAc,EAAK,mBAAmB,IAAqB,mBAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sBAAsB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,kBAAkB,EAAmB,EAAC,UAAU,CAAC,kBAAkBK,CAAmB,EAAC,UAAU,CAAC,kBAAkBA,CAAmB,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,mBAAoC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAqB,mBAAiB,SAAS,YAAY,IAAI;;;;;;;;;;;;;;;;;;;EAAu+Y,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,yEAAyE,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,wDAAwD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,sDAAuD,EAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,sDAAuD,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKS,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,4DAA4D,UAAU,uHAAuH,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,OAAO,qBAAqB,GAAmB,OAAO,QAAQ,oEAAoE,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,iDAAkD,EAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,iDAAkD,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKF,EAAO,CAAC,UAAU,CAAC,YAAY,sBAAsB,YAAY,QAAQ,YAAY,CAAE,EAAC,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,UAAU,aAAa,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,UAAU,uEAAuE,QAAQ,YAAY,MAAM,OAAO,UAAU,uCAAwC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAC,IAAc,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,eAAc,EAAK,mBAAmB,IAAqB,mBAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4BAA4B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qEAAqE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,kBAAkB,EAAmB,EAAC,UAAU,CAAC,kBAAkBP,CAAmB,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,mBAAoC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,OAAO,WAA4B,mBAAiB,SAAS,kBAAkB,QAAQ,EAAE,IAAI,kiJAAkiJ,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,yEAAyE,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,wDAAwD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,wDAAwD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,sDAAuD,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKS,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,UAAU,qBAAqB,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,oFAAoF,UAAU,6HAA6H,UAAU,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,qEAAsE,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,OAAO,qBAAqB,GAAmB,OAAO,QAAQ,oEAAoE,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,iDAAkD,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKF,EAAO,CAAC,UAAU,CAAC,YAAY,sBAAsB,YAAY,QAAQ,YAAY,CAAE,EAAC,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,UAAU,aAAa,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,UAAU,uEAAuE,QAAQ,YAAY,MAAM,OAAO,UAAU,kCAAmC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,eAAc,EAAK,mBAAmB,IAAqB,mBAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4BAA4B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,mBAAoC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,OAAO,WAA4B,mBAAiB,SAAS,kBAAkB,QAAQ,EAAE,IAAI,+vKAA+vK,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,yEAAyE,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,wDAAwD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,wDAAwD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,wDAAwD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAE,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKE,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,+DAA+D,UAAU,oHAAoH,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,OAAO,qBAAqB,GAAmB,OAAO,QAAQ,oEAAoE,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,GAAG,GAAmB,GAAG,IAAI,IAAI,GAAmB,QAAQ,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,KAAK,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,CAAE,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKF,EAAO,CAAC,UAAU,CAAC,YAAY,sBAAsB,YAAY,QAAQ,YAAY,CAAE,EAAC,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,UAAU,aAAa,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,UAAU,uEAAuE,QAAQ,YAAY,MAAM,OAAO,UAAU,sCAAuC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,QAAQ,CAAE,EAAC,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,aAA8B,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAG,EAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAqB,mBAAiB,SAAS,YAAY,IAAI;;;;;;;;;;;;;;;;;;;EAAu+Y,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,2BAA4C,mBAAiB,SAAS,YAAY,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA2C,EAAC,SAAS,2DAA4D,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,qBAAsB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,4CAA6C,EAAC,SAAS,sHAAuH,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,0BAA2B,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,sBAAuC,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oBAAoB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,qCAAsC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,gBAAiB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,cAAe,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOe,GAAI,CAAC,kFAAkF,kFAAkF,kQAAkQ,yTAAyT,6QAA6Q,yGAAyG,4QAA4Q,wGAAwG,wGAAwG,+RAA+R,saAAsa,4UAA4U,0VAA0V,qQAAqQ,oJAAoJ,qVAAqV,4LAA4L,yVAAyV,2MAA2M,oHAAoH,6HAA6H,qHAAqH,kWAAkW,+UAA+U,oRAAoR,6RAA6R,qMAAqM,4VAA4V,gHAAgH,mWAAmW,sNAAsN,sKAAsK,oRAAoR,mNAAmN,8LAA8L,yKAAyK,0TAA0T,uYAAuY,2LAA2L,sLAAsL,8JAA8J,8JAA8J,6JAA6J,wSAAwS,mEAAmE,6PAA6P,0KAA0K,+bAAgc,EAW579E,EAAgB,EAAQnB,GAAUmB,GAAI,eAAe,IAAgB,EAAgB,EAAgB,YAAY,mBAAmB,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAK,EAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAY,EAAC,aAAa,CAAC,IAAI,IAAI,IAAI,WAAW,WAAW,WAAW,WAAW,WAAW,UAAW,EAAC,MAAM,UAAU,KAAK,EAAY,IAAK,EAAC,UAAU,CAAC,MAAM,QAAQ,KAAK,EAAY,YAAa,CAAC,EAAC,CAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAM,CAAC,CAAC,EAAC,GAAG7B,GAAqB,GAAG,GAAkB,GAAGG,EAAY,EAAC,CAAC,8BAA6B,CAAK,EAAC,kGCG9sE,AAdb,GAAyD,IAAoV,IAA8C,IAA4B,CAA0B,IAA8G,KAA+G,KAAsH,KAAoH,IAAyE,KAAuF,KAAuE,KAA6E,KAAiF,KAAkF,KAA2E,KAAyE,KAA+E,KAA0E,KAAkF,KAAsE,KAAsE,KAAsE,KAAqE,KAAmF,CAAM,GAAgB,EAASU,GAAW,CAAO,GAAY,EAASC,EAAO,CAAO,GAAe,EAAS,EAAU,CAAO,GAAkB,EAASC,GAAa,CAAO,GAAY,EAAS,GAAO,CAAO,GAAqB,EAASC,EAAgB,CAAO,GAAU,EAASC,EAAK,CAAO,GAA0B,EAASC,GAAqB,CAAO,GAAqB,EAASC,GAAgB,CAAO,GAAgB,EAAS,EAAW,CAAO,GAAoB,EAASC,EAAe,CAAO,GAAa,EAASC,EAAQ,CAAO,GAAc,EAASC,GAAS,CAAO,GAAa,EAASC,GAAQ,CAAO,GAAY,EAASC,GAAO,CAAO,GAAY,CAAC,UAAU,6CAA6C,UAAU,sBAAsB,UAAU,qBAAqB,UAAU,6CAA8C,EAAO,GAAU,WAAW,SAAW,IAAkB,GAAkB,eAAqB,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAmB,EAAO,GAAmB,CAAC,EAAE,KAAK,wBAAwB,IAAU,EAAY,CAAC,EAAM,IAAM,CAAC,MAAI,UAAc,GAAQ,UAAkB,MAAM,CAAC,GAAG,EAAM,KAAI,CAAE,EAAO,GAAU,CAAC,CAAC,QAAM,GAAG,CAAC,IAAM,EAAS,IAAqB,CAAyB,OAArB,EAAgB,KAAyB,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAO,CAAM,EAAC,yBAAyB,EAAG,EAAC,AAAE,EAAO,GAAwB,CAAC,oBAAoB,YAAY,eAAe,YAAY,cAAc,YAAY,kBAAkB,WAAY,EAAO,GAAS,CAAC,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,WAAY,GAAS,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,GAAe,CAAO,EAAkB,GAAsB,CAAM,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,EAAM,CAAOC,EAAS,EAAc,IAAI,OAAA,GAA2B,EAAa,CAAC,KAAA,GAAW,CAAa,EAAC,CAAC,GAAYA,EAAS,CAAC,GAAK,CAAC,EAAY,EAAoB,CAAC,GAA8B,EAAQ,IAAY,EAAM,CAAO,EAA+B,EAAsB,YAA4F,EAAO,EAAkB,EAAG,GAAkB,GAAG,EAAsB,CAAO,GAAO,IAAW,CAAO,GAAY,KAAS,IAAW,EAAgB,IAAc,YAA6C,EAAa,IAAS,IAAW,CAAgB,IAAc,aAAtB,EAAkF,MAArB,IAAiB,CAAE,EAAC,CAAqB,EAAK,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,oBAAkB,EAAC,SAAsB,EAAM,GAAY,CAAC,GAAG,GAAU,EAAgB,SAAS,CAAc,EAAK,GAAU,CAAC,MAAM,+CAAgD,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,GAAG,EAAU,UAAU,EAAG,EAAkB,iBAAiBC,EAAU,CAAC,IAAI,EAAW,MAAM,CAAC,GAAG,CAAM,EAAC,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,MAAM,GAAmB,OAAO,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKC,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKd,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,cAAc,mBAAmB,OAAO,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,SAAS,CAAc,EAAKc,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAqE,EAAC,SAAS,iCAAkC,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAqE,EAAC,SAAS,CAAC,kBAA+B,EAAK,KAAK,CAAE,EAAC,CAAC,kBAAmB,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAqE,EAAC,SAAS,iCAAkC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAqE,EAAC,SAAS,CAAC,kBAA+B,EAAK,KAAK,CAAE,EAAC,CAAC,kBAAmB,CAAC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,4BAA4B,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,sEAAuE,EAAC,SAAS,yIAA0I,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,sEAAuE,EAAC,SAAS,2MAA4M,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,sEAAuE,EAAC,SAAS,yIAA0I,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,sEAAuE,EAAC,SAAS,2MAA4M,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,gJAAgJ,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAsB,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,CAAC,EAAC,SAAS,GAA4B,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,eAAe,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,EAAc,EAAG,EAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,UAAU,EAAc,EAAG,EAAC,UAAU,CAAC,UAAU,EAAc,EAAG,CAAC,EAAC,SAAsB,EAAKb,EAAO,CAAC,UAAU,CAAC,YAAY,sBAAsB,YAAY,QAAQ,YAAY,CAAE,EAAC,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,UAAU,kBAAkB,MAAM,CAAC,SAAS,OAAO,MAAM,MAAO,EAAC,UAAU,uEAAuE,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAc,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,IAAa,EAAe,EAAKa,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,eAAe,GAAmB,OAAO,QAAQ,yBAAyB,IAAI,0FAA0F,OAAO,sQAAuQ,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,KAAK,IAAI,0FAA0F,OAAO,sQAAuQ,EAAC,UAAU,6DAA6D,mBAAmB,UAAW,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,GAAc,EAAe,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,wCAAwC,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAU,CAAC,UAAS,EAAK,WAAW,sBAAsB,UAAS,EAAM,UAAU,IAAI,OAAO,OAAO,OAAM,EAAM,GAAG,YAAY,SAAS,YAAY,MAAK,EAAK,SAAS,EAAE,MAAM,EAAE,QAAQ,MAAM,OAAO,6EAA6E,MAAM,CAAC,OAAO,OAAO,SAAS,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAC,GAAc,EAAe,EAAK,EAAK,CAAC,KAAK,4CAA4C,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,6CAA6C,eAAc,EAAK,mBAAmB,KAAK,SAAsB,EAAM,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAK,IAAI,qt/BAAqt/B,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAK,IAAI,qZAAqZ,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAK,IAAI,o2BAAo2B,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,upBAAupB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gQAAgQ,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAK,IAAI,qjBAAqjB,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,iBAAiB,QAAQ,GAAG,yBAAwB,EAAM,IAAI,0oCAA0oC,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,8NAA8N,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,0jCAA0jC,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,g3BAAg3B,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,0SAA0S,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,0PAA0P,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6fAA6f,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6RAA6R,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,64BAA64B,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,wTAAwT,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,wTAAwT,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,uTAAuT,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,uTAAuT,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,uTAAuT,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,wOAAwO,oBAAmB,EAAK,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,iOAAiO,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,07YAA07Y,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,ssCAAssC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,o6BAAo6B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,yOAAyO,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,0dAA0d,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,2pBAA2pB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,wsBAAwsB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6mBAA6mB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,oqBAAoqB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,itCAAitC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,uNAAuN,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,qkBAAqkB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gjBAAgjB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,+kBAA+kB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,qOAAqO,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,4mCAA4mC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,unCAAunC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,ymBAAymB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6sBAA6sB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,mnBAAmnB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,spCAAspC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,ojBAAojB,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,s4ZAAs4Z,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gjDAAgjD,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,ymBAAymB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6mBAA6mB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,2pBAA2pB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,sgBAAsgB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,k/BAAk/B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,+pCAA+pC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,keAAke,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,keAAke,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,wrCAAwrC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,i7BAAi7B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,ydAAyd,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,2hCAA2hC,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,4mBAA4mB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,smBAAsmB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,s7BAAs7B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,2aAA2a,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,mNAAmN,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,opBAAopB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,y8BAAy8B,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,mBAAmB,GAAG,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,GAAG,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,4BAA4B,GAAG,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,GAAG,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKZ,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,eAAc,EAAK,mBAAmB,QAAQ,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKY,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,EAAG,EAAC,UAAU,CAAC,MAAM,EAAG,EAAC,UAAU,CAAC,MAAM,EAAG,CAAC,EAAC,SAAsB,EAAK,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,aAAY,EAAK,UAAU,EAAE,UAAU,EAAE,UAAS,CAAM,EAAC,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,YAAW,EAAK,WAAU,CAAK,EAAC,MAAM,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwo4B,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,IAAI,i1CAAi1C,kBAAkB,GAAmB,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,IAAI;;;;;;;;;;;;;;;;;;EAA41a,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,QAAQ,EAAE,IAAI,0uEAA0uE,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAsB,EAAK,EAAI,CAAC,UAAU,eAAe,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2tY,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAk1mB,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyxtB,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,MAAM,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,eAAc,EAAK,mBAAmB,eAAe,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,4BAA4B,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,mCAAmC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,eAAe,GAAmB,OAAO,QAAQ,mCAAmC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,CAAE,CAAC,EAAC,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,mDAAmD,UAAU,gIAAgI,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,eAAc,CAAK,CAAC,EAAC,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,YAAY,GAAmB,OAAO,QAAQ,yBAAyB,IAAI,yFAAyF,OAAO,mQAAoQ,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,IAAI,yFAAyF,OAAO,mQAAoQ,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,YAAY,GAAmB,OAAO,QAAQ,yBAAyB,IAAI,yFAAyF,OAAO,mQAAoQ,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,IAAI,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,mQAAoQ,EAAC,UAAU,iBAAiB,mBAAmB,GAAI,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,qCAAqC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,EAAG,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,IAAI,GAAG,GAAI,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,qCAAqC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,EAAG,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,IAAI,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKV,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,aAAa,UAAU,2CAA2C,UAAU,YAAY,SAAS,YAAY,UAAU,6BAA6B,UAAU,uMAAuM,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKU,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,eAAc,CAAK,CAAC,EAAC,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,wCAAwC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,MAAO,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,KAAK,GAAG,KAAM,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,qCAAqC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,MAAO,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,IAAI,OAAO,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKV,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,aAAa,UAAU,6DAA6D,UAAU,YAAY,SAAS,YAAY,UAAU,4BAA4B,UAAU,6NAA6N,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKU,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,YAAY,GAAmB,OAAO,QAAQ,4BAA4B,IAAI,yFAAyF,OAAO,mQAAoQ,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,KAAK,GAAG,EAAE,CAAC,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,IAAI,yFAAyF,OAAO,mQAAoQ,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,YAAY,GAAmB,OAAO,QAAQ,yBAAyB,IAAI,yFAAyF,OAAO,mQAAoQ,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,IAAI,GAAG,CAAC,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,mQAAoQ,EAAC,UAAU,iBAAiB,mBAAmB,GAAI,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,eAAc,CAAK,CAAC,EAAC,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,sEAAuE,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,OAAO,GAAG,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,sEAAuE,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,sEAAuE,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,OAAO,GAAG,CAAC,YAAY,IAAI,WAAW,KAAK,IAAI,sEAAuE,EAAC,UAAU,iBAAiB,mBAAmB,GAAI,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,qCAAqC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAG,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,OAAO,GAAG,GAAI,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,qCAAqC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAG,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKV,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,6BAA6B,UAAU,wCAAwC,UAAU,YAAY,SAAS,YAAY,UAAU,8BAA8B,UAAU,oNAAoN,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAc,EAAKU,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,8BAA8B,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAG,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,OAAO,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,8BAA8B,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAG,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKV,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,oBAAoB,UAAU,6CAA6C,UAAU,YAAY,SAAS,YAAY,UAAU,4BAA4B,UAAU,iKAAiK,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAKU,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,MAAM,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAwK,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAwK,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,MAAM,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAwK,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,IAAI,OAAO,MAAM,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAwK,EAAC,UAAU,gBAAgB,mBAAmB,WAAY,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAO,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,IAAK,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAO,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,KAAK,MAAM,GAAmB,OAAO,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,GAAG,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKT,GAAqB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKS,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAO,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,IAAK,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAO,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,GAAmB,OAAO,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKR,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,eAAc,EAAK,mBAAmB,gDAAgD,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc,EAAKQ,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,mBAAmB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,YAAY,GAAmB,OAAO,QAAQ,6BAA6B,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,CAAE,CAAC,EAAC,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,8CAA8C,UAAU,yDAAyD,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,sKAAuK,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,sKAAuK,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,sKAAuK,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,sKAAuK,EAAC,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,qBAAqB,IAAK,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,CAAC,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAsK,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,SAAS,CAAC,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAsK,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,QAAQ,CAAC,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAsK,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,QAAQ,CAAC,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAsK,EAAC,UAAU,gBAAgB,mBAAmB,aAAa,MAAM,CAAC,qBAAqB,KAAK,EAAE,EAAG,CAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,YAAY,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,YAAY,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;;;EAAs5B,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,wCAAwC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,iDAAiD,UAAU,6MAA6M,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,cAAc,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;;EAA+rE,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,wCAAwC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,gDAAgD,UAAU,gHAAgH,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,eAAe,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,eAAe,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;EAA8kB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,wCAAwC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,2BAA2B,UAAU,sKAAsK,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,UAAU,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,UAAU,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,UAAU,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;;EAAyjB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,OAAO,UAAU,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,wCAAwC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,2CAA2C,UAAU,2GAA2G,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,EAAC,UAAU,gBAAgB,mBAAmB,sBAAuB,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAc,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAwE,EAAC,SAAS,2BAA4B,EAAC,CAAc,EAAK,KAAK,CAAE,EAAC,CAAc,EAAK,KAAK,CAAC,UAAU,gBAAiB,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAqB,EAAC,SAAS,CAAC,0CAAuD,EAAK,KAAK,CAAE,EAAC,CAAc,EAAK,KAAK,CAAC,UAAU,gBAAiB,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAqB,EAAC,SAAS,CAAC,sJAAmK,EAAK,KAAK,CAAE,EAAC,CAAc,EAAK,KAAK,CAAC,UAAU,gBAAiB,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAqB,EAAC,SAAS,CAAC,yJAAsK,EAAK,KAAK,CAAE,EAAC,CAAc,EAAK,KAAK,CAAC,UAAU,gBAAiB,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAqB,EAAC,SAAS,oXAAqX,EAAC,CAAc,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAqB,EAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,gBAAiB,EAAC,AAAC,EAAC,CAAc,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAqB,EAAC,SAAS,0BAA2B,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,8vBAA8vB,MAAM,CAAC,yBAAyB,wBAAyB,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAC,GAAc,EAAe,EAAM,MAAM,CAAC,UAAU,8BAA8B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,eAAgB,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAwE,EAAC,SAAS,gDAAiD,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKP,EAAQ,CAAC,UAAU,WAAW,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,aAAY,EAAK,UAAU,EAAE,UAAU,EAAE,UAAS,CAAM,EAAC,IAAI,EAAE,OAAO,OAAO,YAAY,GAAG,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,gBAAe,EAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,YAAW,EAAK,WAAU,CAAK,EAAC,MAAM,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,iBAAgB,EAAK,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKD,EAAe,CAAC,UAAU,oBAAoB,UAAU,oBAAoB,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,sGAAsG,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAuE,EAAC,GAAG,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,iBAAgB,EAAK,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAe,CAAC,UAAU,sBAAsB,UAAU,cAAc,UAAU,iEAAiE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAuE,EAAC,GAAG,CAAC,UAAU,gCAAgC,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAsE,EAAC,GAAG,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,iBAAgB,EAAK,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAe,CAAC,UAAU,yBAAyB,UAAU,WAAW,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,EAAC,GAAG,CAAC,UAAU,mCAAmC,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,EAAC,GAAG,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,iBAAgB,EAAK,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAe,CAAC,UAAU,cAAc,UAAU,UAAU,UAAU,iEAAiE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,0GAA0G,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAqE,EAAC,GAAG,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,iBAAgB,EAAK,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAe,CAAC,UAAU,mBAAmB,UAAU,YAAY,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAsE,EAAC,GAAG,CAAC,UAAU,yEAAyE,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAsE,EAAC,GAAG,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,iBAAgB,EAAK,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAe,CAAC,UAAU,sBAAsB,UAAU,oBAAuB,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAqE,EAAC,GAAG,CAAC,UAAU,sCAAsC,UAAU,EAAY,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAoE,EAAC,GAAG,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,eAAe,mBAAmB,UAAU,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAsB,EAAKO,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,eAAe,GAAmB,OAAO,QAAQ,yBAAyB,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAM,GAAG,EAAE,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,gBAAgB,GAAmB,OAAO,QAAQ,oCAAoC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,CAAE,CAAC,EAAC,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,qCAAqC,UAAU,4FAA4F,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,WAAW,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;EAAyzD,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,cAAc,GAAmB,OAAO,QAAQ,+BAA+B,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,OAAO,cAAc,GAAmB,OAAO,QAAQ,+BAA+B,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,eAAe,GAAmB,OAAO,QAAQ,8CAA8C,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,0EAA0E,UAAU,gIAAgI,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,aAAa,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,aAAa,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,aAAa,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;EAAivB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,cAAc,GAAmB,OAAO,QAAQ,+BAA+B,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,OAAO,cAAc,GAAmB,OAAO,QAAQ,+BAA+B,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,EAAE,IAAI,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,eAAe,GAAmB,OAAO,QAAQ,8CAA8C,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,IAAI,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,yBAAyB,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,oCAAoC,UAAU,gIAAgI,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,2BAA2B,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,aAAa,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,aAAa,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAW,CAAC,MAAM,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,aAAa,YAAY,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,IAAI;;;EAAsuB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,cAAc,GAAmB,OAAO,QAAQ,+BAA+B,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,OAAO,cAAc,GAAmB,OAAO,QAAQ,+BAA+B,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,EAAE,IAAI,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,eAAe,GAAmB,OAAO,QAAQ,8CAA8C,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAO,IAAI,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKX,EAAgB,CAAC,UAAU,GAAG,OAAO,OAAO,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,uEAAuE,UAAU,qEAAqE,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,oCAAoC,UAAU,2LAA2L,UAAU,EAAG,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAsB,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,eAAe,GAAmB,OAAO,QAAQ,sCAAsC,IAAI,0FAA0F,OAAO,sQAAuQ,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,cAAc,GAAmB,OAAO,QAAQ,8BAA8B,IAAI,0FAA0F,OAAO,sQAAuQ,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,IAAI,KAAK,KAAK,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,eAAe,GAAmB,OAAO,QAAQ,oCAAoC,IAAI,0FAA0F,OAAO,sQAAuQ,CAAC,CAAC,EAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,eAAe,GAAmB,OAAO,QAAQ,oCAAoC,IAAI,0FAA0F,OAAO,sQAAuQ,EAAC,UAAU,eAAe,mBAAmB,KAAM,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAQ,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAM,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAQ,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,GAAmB,OAAO,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKL,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,0BAA0B,SAAsB,EAAKK,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,CAAE,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,CAAE,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,MAAM,GAAmB,OAAO,QAAQ,WAAW,GAAG,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKJ,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKI,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAQ,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,KAAM,EAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,EAAE,OAAQ,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,GAAmB,OAAO,QAAQ,GAAG,GAAmB,GAAG,GAAG,EAAE,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKH,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,GAAG,SAAU,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOK,GAAI,CAAC,kFAAkF,kFAAkF,4SAA4S,8HAA8H,kRAAkR,kUAAkU,qRAAqR,iSAAiS,+SAA+S,kQAAkQ,8RAA8R,6IAA6I,2RAA2R,6LAA6L,2UAA2U,qNAAqN,4vBAA4vB,mFAAmF,uGAAuG,uGAAuG,sGAAsG,qGAAqG,sGAAsG,wHAAwH,sGAAsG,qGAAqG,wGAAwG,qGAAqG,qGAAqG,sGAAsG,sGAAsG,0GAA0G,wGAAwG,yGAAyG,yGAAyG,yGAAyG,yGAAyG,yGAAyG,uGAAuG,0GAA0G,sGAAsG,sGAAsG,sGAAsG,sGAAsG,sGAAsG,sGAAsG,uGAAuG,sGAAsG,sGAAsG,uGAAuG,uGAAuG,uGAAuG,sGAAsG,sGAAsG,sGAAsG,sGAAsG,uGAAuG,uGAAuG,sGAAsG,uGAAuG,wGAAwG,wGAAwG,sGAAsG,qGAAqG,sGAAsG,uGAAuG,sGAAsG,uGAAuG,sGAAsG,uGAAuG,sGAAsG,sGAAsG,sGAAsG,uGAAuG,sGAAsG,uGAAuG,uGAAuG,sGAAsG,sGAAsG,sGAAsG,sGAAsG,uGAAuG,2TAA2T,4UAA4U,4fAA4f,8cAA8c,4RAA4R,sRAAsR,4GAA4G,6LAA6L,sHAAsH,gHAAgH,sNAAsN,6LAA6L,oHAAoH,oGAAoG,mLAAmL,gHAAgH,mHAAmH,4LAA4L,oLAAoL,2LAA2L,qLAAqL,sbAAsb,yTAAyT,gTAAgT,uGAAuG,oVAAoV,gMAAgM,mOAAmO,gMAAgM,gMAAgM,sRAAsR,8QAA8Q,8LAA8L,mbAAmb,kUAAkU,uGAAuG,4QAA4Q,yQAAyQ,uZAAuZ,sZAAsZ,wQAAwQ,idAAid,klBAAklB,4bAA4b,uZAAuZ,2VAA2V,uSAAuS,qTAAqT,iRAAiR,qRAAqR,8LAA8L,uRAAuR,0RAA0R,6QAA6Q,8LAA8L,2SAA2S,gOAAgO,qHAAqH,mYAAmY,kQAAkQ,oSAAoS,kTAAkT,6RAA6R,uGAAuG,yQAAyQ,8QAA8Q,6bAA6b,+LAA+L,0SAA0S,4HAA4H,GAAA,GAAmB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,gcAAgc,i6HAAi6H,0jGAA0jG,8nGAA+nG,EAa9ztU,EAAgB,EAAQ,GAAUA,GAAI,eAAe,IAAgB,EAAgB,EAAgB,YAAY,aAAa,EAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,IAAK,EAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,IAAI,sEAAuE,EAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,IAAI,uEAAwE,CAAC,CAAC,EAAC,GAAG,GAAgB,GAAG,GAAY,GAAG,GAAe,GAAG,GAAkB,GAAG,GAAY,GAAG,GAAqB,GAAG,GAAU,GAAG,GAA0B,GAAG,GAAqB,GAAG,GAAgB,GAAG,GAAoB,GAAG,GAAa,GAAG,GAAc,GAAG,GAAa,GAAG,GAAY,GAAG,EAAA,GAA0C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,GAA2C,AAAC,EAAC,CAAC,8BAA6B,CAAK,EAAC,CACj/E,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAE,EAAC,YAAc,CAAC,qBAAuB,4BAA4B,sBAAwB,QAAQ,qBAAuB,OAAO,kBAAoB,OAAO,qBAAuB,OAAO,yBAA2B,QAAQ,sBAAwB,IAAI,4BAA8B,OAAO,oCAAsC,oMAA0O,yBAA2B,OAAO,6BAA+B,MAAO,CAAC,EAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAI,CAAC,EAAC,mBAAqB,CAAC,KAAO,UAAW,CAAC,CAAC"}