{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.9.1/dist/emotion-hash.esm.js", "ssg:https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js", "ssg:https://framerusercontent.com/modules/nXK8TG6TIArr1flMruNq/9ovMJWrYld92TQ5bzKwQ/KQH3v4eyh.js", "ssg:https://framerusercontent.com/modules/Z0kUaR1v8YXlOC2A8pdX/nO1BkCXhFde9Hk3HxE25/augiA20Il.js", "ssg:https://framerusercontent.com/modules/1x6eg7O0U658ZebbDBRL/OBlhasT5s6swQki66yRE/augiA20Il.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=emotion-hash.esm.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import hash from\"@emotion/hash\";function getAlignmentIcon(alignmentBaseline){switch(alignmentBaseline){case\"top\":return\"Text Top\";case\"center\":return\"Central\";case\"bottom\":return\"Hanging\";}}/**\n * ARC TEXT FOR INSERT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */const Arc=withCSS(function Arc(props){// Checks\nconst isCanvas=RenderTarget.current()===RenderTarget.canvas;// For Ellipse\nconst isEllipse=!props.type;const cylinder=isEllipse?props.cylinderHeight/2:0;// Base arc path\nconst path=createPath(props.flip,cylinder);// Unique IDs to avoid multiple instances on the canvas sharing a single path\nconst id=`curve-${hash(path)}`;// Alignment icon conversion\nconst alignmentValue=getAlignmentIcon(props.alignmentBaseline);return /*#__PURE__*/_jsxs(\"svg\",{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",transformOrigin:\"center\"},viewBox:`0 0 100 100`,overflow:\"visible\",children:[/*#__PURE__*/_jsx(\"path\",{id:id,d:path,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/_jsx(\"text\",{children:/*#__PURE__*/_jsx(\"textPath\",{href:`#${id}`,startOffset:props.startOffset,dominantBaseline:alignmentValue,style:{letterSpacing:props.font.letterSpacing?props.font.letterSpacing:1.85,...props.font,fill:props.color},children:props.text})})]});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default Arc;Arc.defaultProps={height:50,width:50};addPropertyControls(Arc,{text:{title:\"Content\",type:ControlType.String,defaultValue:\"DESIGN SITES LIKE A PRO WITH FRAMER\",displayTextArea:true},type:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Circle\",disabledTitle:\"Ellipse\",defaultValue:true},cylinderHeight:{title:\"Height\",type:ControlType.Number,min:0,max:1e3,displayStepper:true,hidden:props=>props.type},alignmentBaseline:{title:\"Align\",type:ControlType.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:true},flip:{type:ControlType.Boolean,defaultValue:false,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\"},startOffset:{title:\"Offset\",type:ControlType.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:false},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#999\"}});/* Path creation method */const createPath=(flip,cylinder)=>{const cylinderTop=50-cylinder;const cylinderBottom=50+cylinder;return!flip?`M 0 50 L 0 ${cylinderTop} A 1 1 0 0 1 100 ${cylinderTop} L 100 50 L 100 ${cylinderBottom} A 1 1 0 0 1 0 ${cylinderBottom} L 0 ${cylinderTop}`:`M 0 50 L 0 ${cylinderBottom} A 1 1 0 1 0 100 ${cylinderBottom} L 100 ${cylinderTop} A 1 1 0 1 0 0 ${cylinderTop} L 0 50`;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"150\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"150\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";import*as localizedValues from\"./KQH3v4eyh-0.js\";const ArcFonts=getFonts(Arc);const cycleOrder=[\"KnjbQBuwa\",\"smRLVqldp\",\"dnEKjpX5Z\",\"aWXUJbqcz\"];const serializationHash=\"framer-KKuiL\";const variantClassNames={aWXUJbqcz:\"framer-v-1y83ikr\",dnEKjpX5Z:\"framer-v-a7v0e\",KnjbQBuwa:\"framer-v-16y7wej\",smRLVqldp:\"framer-v-q5znyn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={WfAkMZTcg:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"KnjbQBuwa\",\"Variant 2\":\"smRLVqldp\",\"Variant 3\":\"dnEKjpX5Z\",\"Variant 4\":\"aWXUJbqcz\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"KnjbQBuwa\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KnjbQBuwa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16y7wej\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KnjbQBuwa\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{rotate:0,...style},variants:{aWXUJbqcz:{rotate:270},dnEKjpX5Z:{rotate:180},smRLVqldp:{rotate:90}},...addPropertyOverrides({aWXUJbqcz:{\"data-framer-name\":\"Variant 4\"},dnEKjpX5Z:{\"data-framer-name\":\"Variant 3\"},smRLVqldp:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a63jxv\",\"data-framer-name\":\"Logomark\",fill:\"black\",intrinsicHeight:52,intrinsicWidth:50,layoutDependency:layoutDependency,layoutId:\"T6zRyhx9z\",svg:'<svg width=\"50\" height=\"52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M49.626 11.564a.809.809 0 0 1 .028.209v10.972a.8.8 0 0 1-.402.694l-9.209 5.302V39.25c0 .286-.152.55-.4.694L20.42 51.01c-.044.025-.092.041-.14.058-.018.006-.035.017-.054.022a.805.805 0 0 1-.41 0c-.022-.006-.042-.018-.063-.026-.044-.016-.09-.03-.132-.054L.402 39.944A.801.801 0 0 1 0 39.25V6.334c0-.072.01-.142.028-.21.006-.023.02-.044.028-.067.015-.042.029-.085.051-.124.015-.026.037-.047.055-.071.023-.032.044-.065.071-.093.023-.023.053-.04.079-.06.029-.024.055-.05.088-.069h.001l9.61-5.533a.802.802 0 0 1 .8 0l9.61 5.533h.002c.032.02.059.045.088.068.026.02.055.038.078.06.028.029.048.062.072.094.017.024.04.045.054.071.023.04.036.082.052.124.008.023.022.044.028.068a.809.809 0 0 1 .028.209v20.559l8.008-4.611v-10.51c0-.07.01-.141.028-.208.007-.024.02-.045.028-.068.016-.042.03-.085.052-.124.015-.026.037-.047.054-.071.024-.032.044-.065.072-.093.023-.023.052-.04.078-.06.03-.024.056-.05.088-.069h.001l9.611-5.533a.801.801 0 0 1 .8 0l9.61 5.533c.034.02.06.045.09.068.025.02.054.038.077.06.028.029.048.062.072.094.018.024.04.045.054.071.023.039.036.082.052.124.009.023.022.044.028.068zm-1.574 10.718v-9.124l-3.363 1.936-4.646 2.675v9.124l8.01-4.611zm-9.61 16.505v-9.13l-4.57 2.61-13.05 7.448v9.216l17.62-10.144zM1.602 7.719v31.068L19.22 48.93v-9.214l-9.204-5.209-.003-.002-.004-.002c-.031-.018-.057-.044-.086-.066-.025-.02-.054-.036-.076-.058l-.002-.003c-.026-.025-.044-.056-.066-.084-.02-.027-.044-.05-.06-.078l-.001-.003c-.018-.03-.029-.066-.042-.1-.013-.03-.03-.058-.038-.09v-.001c-.01-.038-.012-.078-.016-.117-.004-.03-.012-.06-.012-.09V12.33L4.965 9.654 1.602 7.72zm8.81-5.994L2.405 6.334l8.005 4.609 8.006-4.61-8.006-4.608zm4.164 28.764 4.645-2.674V7.719l-3.363 1.936-4.646 2.675v20.096l3.364-1.937zM39.243 7.164l-8.006 4.609 8.006 4.609 8.005-4.61-8.005-4.608zm-.801 10.605-4.646-2.675-3.363-1.936v9.124l4.645 2.674 3.364 1.937v-9.124zM20.02 38.33l11.743-6.704 5.87-3.35-8-4.606-9.211 5.303-8.395 4.833 7.993 4.524z\" fill=\"#FF2D20\" fill-rule=\"evenodd\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9dwf64-container\",layoutDependency:layoutDependency,layoutId:\"MFztmZTh0-container\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"rgb(255, 45, 32)\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"10px\",letterSpacing:\"1.7px\",lineHeight:\"1em\"},height:\"100%\",id:\"MFztmZTh0\",layoutId:\"MFztmZTh0\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"LARAVEL DEVELOPERS * LARAVEL DEVELOPERS * \",type:true,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KKuiL.framer-phm5f6, .framer-KKuiL .framer-phm5f6 { display: block; }\",\".framer-KKuiL.framer-16y7wej { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 172px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 163px; }\",\".framer-KKuiL .framer-1a63jxv { aspect-ratio: 0.9615384615384616 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 57px; }\",\".framer-KKuiL .framer-9dwf64-container { flex: none; height: 173px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 173px / 2); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KKuiL.framer-16y7wej { gap: 0px; } .framer-KKuiL.framer-16y7wej > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KKuiL.framer-16y7wej > :first-child { margin-left: 0px; } .framer-KKuiL.framer-16y7wej > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 172\n * @framerIntrinsicWidth 163\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"smRLVqldp\":{\"layout\":[\"fixed\",\"fixed\"]},\"dnEKjpX5Z\":{\"layout\":[\"fixed\",\"fixed\"]},\"aWXUJbqcz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKQH3v4eyh=withCSS(Component,css,\"framer-KKuiL\");export default FramerKQH3v4eyh;FramerKQH3v4eyh.displayName=\"laravel developers\";FramerKQH3v4eyh.defaultProps={height:172,width:163};addPropertyControls(FramerKQH3v4eyh,{variant:{options:[\"KnjbQBuwa\",\"smRLVqldp\",\"dnEKjpX5Z\",\"aWXUJbqcz\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKQH3v4eyh,[...ArcFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKQH3v4eyh\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"172\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"smRLVqldp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dnEKjpX5Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aWXUJbqcz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"163\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KQH3v4eyh.map", "// Generated by Framer (e1a43d5)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={WfAkMZTcg:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import FormPageLabel from\"https://framerusercontent.com/modules/CAiPOh5jW8sjhKQGY1KE/c49HDh8hzE6LoUy4Q8Ea/FormPageLabel.js\";import MultiStepFormButton from\"https://framerusercontent.com/modules/fPSKMdnAZGIeyDfLV8KP/n9X07y9vIPbQSgbJ1CwN/MultiStepFormButton.js\";import MultiStepForm from\"https://framerusercontent.com/modules/wV9SghwspjN8vk1MgoSi/byPfMrjI5bMoMR0pyCfM/MultiStepForm.js\";import Tag2 from\"#framer/local/canvasComponent/AlAuS50Al/AlAuS50Al.js\";import FreeConsultation from\"#framer/local/canvasComponent/bkC46urNU/bkC46urNU.js\";import Reference from\"#framer/local/canvasComponent/BmR_maPe6/BmR_maPe6.js\";import CTA from\"#framer/local/canvasComponent/brf2Ls0EE/brf2Ls0EE.js\";import Button from\"#framer/local/canvasComponent/cE7TDYlCT/cE7TDYlCT.js\";import Footer from\"#framer/local/canvasComponent/DgRi95XXY/DgRi95XXY.js\";import AboutSNADNEE from\"#framer/local/canvasComponent/EVb0Vsczh/EVb0Vsczh.js\";import LaravelDevelopers from\"#framer/local/canvasComponent/KQH3v4eyh/KQH3v4eyh.js\";import FreeCapacity from\"#framer/local/canvasComponent/L_5791tUF/L_5791tUF.js\";import NavigationCopy from\"#framer/local/canvasComponent/NuzlITPSa/NuzlITPSa.js\";import DownloadEbook from\"#framer/local/canvasComponent/o4kqvP2ie/o4kqvP2ie.js\";import Services from\"#framer/local/canvasComponent/PTdbEiTp6/PTdbEiTp6.js\";import References from\"#framer/local/canvasComponent/S7zbSs0xT/S7zbSs0xT.js\";import SubmitButton2 from\"#framer/local/canvasComponent/Wf90If1cY/Wf90If1cY.js\";import ButtonSecondary from\"#framer/local/canvasComponent/ZGsXaqtTq/ZGsXaqtTq.js\";import Work from\"#framer/local/collection/rywbL2WUw/rywbL2WUw.js\";import*as sharedStyle4 from\"#framer/local/css/avfgfAzy1/avfgfAzy1.js\";import*as sharedStyle1 from\"#framer/local/css/EltuMwT2d/EltuMwT2d.js\";import*as sharedStyle7 from\"#framer/local/css/NQMIu3A39/NQMIu3A39.js\";import*as sharedStyle from\"#framer/local/css/nYq_mf3zA/nYq_mf3zA.js\";import*as sharedStyle5 from\"#framer/local/css/rEfLdLC04/rEfLdLC04.js\";import*as sharedStyle3 from\"#framer/local/css/s43sc6qiF/s43sc6qiF.js\";import*as sharedStyle2 from\"#framer/local/css/szSE0Qi4S/szSE0Qi4S.js\";import*as sharedStyle6 from\"#framer/local/css/XEa3SwUzm/XEa3SwUzm.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationCopyFonts=getFonts(NavigationCopy);const Tag2Fonts=getFonts(Tag2);const ButtonFonts=getFonts(Button);const FreeCapacityFonts=getFonts(FreeCapacity);const LaravelDevelopersFonts=getFonts(LaravelDevelopers);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ButtonSecondaryFonts=getFonts(ButtonSecondary);const ReferencesFonts=getFonts(References);const DownloadEbookFonts=getFonts(DownloadEbook);const ReferenceFonts=getFonts(Reference);const ServicesFonts=getFonts(Services);const AboutSNADNEEFonts=getFonts(AboutSNADNEE);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const FreeConsultationFonts=getFonts(FreeConsultation);const MultiStepFormFonts=getFonts(MultiStepForm);const SubmitButton2Fonts=getFonts(SubmitButton2);const FormPageLabelFonts=getFonts(FormPageLabel);const MultiStepFormButtonFonts=getFonts(MultiStepFormButton);const breakpoints={c36hAllTi:\"(min-width: 810px) and (max-width: 1439px)\",lX1LrI4BB:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-20rmj\";const variantClassNames={c36hAllTi:\"framer-v-144nn9k\",lX1LrI4BB:\"framer-v-1wsmd8q\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:0,duration:2.95,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"lX1LrI4BB\",Tablet:\"c36hAllTi\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YLUqpmU1hDN6FOuWop,vNcNrWGp2DN6FOuWop,RtOzFJEo2DN6FOuWop,idDN6FOuWop,i8INTrj4gFQ8fpm9BR,JFd44QKGMFQ8fpm9BR,aNvW105lEFQ8fpm9BR,YLUqpmU1hFQ8fpm9BR,idFQ8fpm9BR,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const oAtddKsT73bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const visible=negate(equals(activeLocale?.id,\"default\"));const router=useRouter();const elementId=useRouteElementId(\"RRxA0y7WX\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"lX1LrI4BB\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-iy9n8t\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m028g0-container\",nodeId:\"BU_VPw7cz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"KKw4p03Fq\"},lX1LrI4BB:{variant:\"KKw4p03Fq\"}},children:/*#__PURE__*/_jsx(NavigationCopy,{height:\"100%\",id:\"BU_VPw7cz\",layoutId:\"BU_VPw7cz\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ZpIlTIvFU\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kei6n8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h2d3wj\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ecnko7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ywsjh-container\",nodeId:\"gebltMjJT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Tag2,{afgQbpGgQ:\"SNADNEE\",height:\"100%\",id:\"gebltMjJT\",layoutId:\"gebltMjJT\",variant:\"HJSH4MxZk\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gbbuy3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1y0fsfm\",\"data-styles-preset\":\"nYq_mf3zA\",children:\"Custom apps. Precisely what your business needs.\"})}),className:\"framer-1a3fvgn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lkn5j1\",\"data-styles-preset\":\"EltuMwT2d\",style:{\"--framer-text-alignment\":\"center\"},children:\"We are a technology partner that leads companies through their digital transformation by developing web applications, providing consultations, and implementing AI.\"})}),className:\"framer-66mk3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iawi5e\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":RRxA0y7WX\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"s2WQshd2c\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lhy0kx framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oqfxji-container\",nodeId:\"bwMobEqwE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"bwMobEqwE\",layoutId:\"bwMobEqwE\",qncy3q25Y:getLocalizedValue(\"v2\",activeLocale)??\"Let's discuss your situation\",style:{height:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14n81j6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{width:\"400px\"},lX1LrI4BB:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 40px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oygmoe-container\",nodeId:\"wrIhGzYTb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{style:{width:\"100%\"}},lX1LrI4BB:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FreeCapacity,{height:\"100%\",id:\"wrIhGzYTb\",layoutId:\"wrIhGzYTb\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lX1LrI4BB:{background:{alt:\"\",fit:\"fill\",pixelHeight:783,pixelWidth:1600,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 40px)`,src:\"https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg\",srcSet:\"https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg 1600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:783,pixelWidth:1600,positionX:\"center\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,src:\"https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg\",srcSet:\"https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kL4zsEMdDT28ZgDY9lqeuLrbtY.svg 1600w\"},className:\"framer-1urmcqy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lX1LrI4BB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711,intrinsicWidth:1280,pixelHeight:1422,pixelWidth:2560,positionX:\"center\",positionY:\"bottom\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1680px) - 40px) * 0.7993)`,src:\"https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=512 512w,https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png 2560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711,intrinsicWidth:1280,pixelHeight:1422,pixelWidth:2560,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) * 0.7993)`,src:\"https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=512 512w,https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/htpB4WbMUCp2ngWC0TruyoypVG0.png 2560w\"},className:\"framer-6mlxno\",\"data-framer-name\":\"image\",transformTemplate:transformTemplate1})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{height:960.1,width:\"130px\"},lX1LrI4BB:{height:392.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:913.5999999999999,width:\"163px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1xbj26n-container\",\"data-framer-appear-id\":\"1xbj26n\",initial:animation1,nodeId:\"M0YVhrhhx\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LaravelDevelopers,{height:\"100%\",id:\"M0YVhrhhx\",layoutId:\"M0YVhrhhx\",style:{height:\"100%\",width:\"100%\"},variant:\"KnjbQBuwa\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15hwvno\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xlq2xm\",\"data-styles-preset\":\"szSE0Qi4S\",style:{\"--framer-text-alignment\":\"center\"},children:\"THE TRUSTWORTHY PARTNER FOR DIGITALIZATION\"})}),className:\"framer-104q6mw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7wyan8\",\"data-framer-name\":\"Reviews_Organizations\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lX1LrI4BB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:62,intrinsicWidth:152,pixelHeight:422,pixelWidth:838,sizes:\"82px\",src:\"https://framerusercontent.com/images/XVVjFdbvzN2Rvk8SNyRIq1POhU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XVVjFdbvzN2Rvk8SNyRIq1POhU.png?scale-down-to=512 512w,https://framerusercontent.com/images/XVVjFdbvzN2Rvk8SNyRIq1POhU.png 838w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:62,intrinsicWidth:152,pixelHeight:422,pixelWidth:838,sizes:\"152px\",src:\"https://framerusercontent.com/images/XVVjFdbvzN2Rvk8SNyRIq1POhU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XVVjFdbvzN2Rvk8SNyRIq1POhU.png?scale-down-to=512 512w,https://framerusercontent.com/images/XVVjFdbvzN2Rvk8SNyRIq1POhU.png 838w\"},className:\"framer-18tq87n\",\"data-framer-name\":\"Screenshot_2024_03_21_at_12_47_36\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 148 111\"><g transform=\"translate(33.399 14.973)\" id=\"ss11246861694_1\"><path d=\"M 0 0 L 81.252 0 L 81.252 81.252 L 0 81.252 Z\" fill=\"transparent\"></path><path d=\"M 55.253 0 L 0 0 L 0 55.525 L 25.727 81.252 L 81.252 81.252 L 81.252 25.999 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 54.587 1.702 L 79.575 26.689 L 79.575 79.575 L 26.418 79.575 L 1.702 54.834 L 1.702 1.702 Z M 55.253 0 L 0 0 L 0 55.525 L 25.727 81.252 L 81.252 81.252 L 81.252 25.999 Z\" fill=\"rgb(244,152,25)\"></path><path d=\"M 13.197 45.757 L 13.197 48.741 L 11.519 48.741 L 11.519 40.626 L 14.627 40.626 C 15.367 40.577 16.083 40.823 16.65 41.292 C 17.045 41.662 17.316 42.155 17.415 42.673 C 17.513 43.191 17.464 43.759 17.242 44.252 C 17.02 44.745 16.65 45.165 16.181 45.436 C 15.713 45.707 15.17 45.831 14.627 45.757 Z M 13.197 44.474 L 14.455 44.474 C 14.627 44.499 14.8 44.474 14.948 44.425 C 15.096 44.375 15.244 44.277 15.367 44.153 C 15.565 43.882 15.663 43.537 15.663 43.216 C 15.663 42.871 15.565 42.55 15.367 42.279 C 15.121 42.057 14.8 41.933 14.455 41.933 L 13.221 41.933 Z M 24.519 48.741 L 23.976 46.941 L 21.213 46.941 L 20.671 48.741 L 18.87 48.741 L 21.707 40.626 L 23.68 40.626 L 26.443 48.741 Z M 21.534 45.633 L 23.557 45.633 L 22.545 42.254 Z M 28.86 48.741 L 28.86 40.626 L 31.968 40.626 C 32.708 40.577 33.423 40.823 33.991 41.292 C 34.459 41.761 34.731 42.427 34.731 43.093 C 34.731 43.561 34.583 44.005 34.311 44.375 C 34.04 44.77 33.67 45.066 33.226 45.288 L 35.249 48.791 L 33.448 48.791 L 31.647 45.609 L 30.488 45.609 L 30.488 48.717 L 28.86 48.717 Z M 30.537 44.326 L 31.771 44.326 C 31.919 44.351 32.042 44.351 32.19 44.301 C 32.338 44.277 32.461 44.203 32.56 44.129 C 32.683 44.055 32.757 43.931 32.831 43.808 C 32.905 43.685 32.955 43.561 32.979 43.413 L 32.979 43.068 C 33.029 42.797 32.955 42.501 32.782 42.279 C 32.609 42.057 32.363 41.909 32.067 41.859 L 30.587 41.859 L 30.587 44.351 Z M 39.417 48.741 L 39.417 42.032 L 36.901 42.032 L 36.901 40.626 L 43.611 40.626 L 43.611 42.032 L 41.095 42.032 L 41.095 48.741 Z M 47.878 43.117 L 47.878 48.741 L 46.324 48.741 L 46.324 40.626 L 48.223 40.626 L 51.529 46.324 L 51.529 40.626 L 53.083 40.626 L 53.083 48.741 L 51.183 48.741 Z M 56.215 48.741 L 56.215 40.626 L 61.568 40.626 L 61.568 41.983 L 57.967 41.983 L 57.967 43.882 L 60.877 43.882 L 60.877 45.239 L 57.967 45.239 L 57.967 47.409 L 61.568 47.409 L 61.568 48.766 L 56.215 48.766 Z M 64.651 48.741 L 64.651 40.626 L 67.759 40.626 C 68.499 40.577 69.215 40.823 69.782 41.292 C 70.251 41.761 70.522 42.427 70.522 43.093 C 70.522 43.561 70.374 44.005 70.127 44.375 C 69.856 44.77 69.486 45.066 69.042 45.288 L 71.065 48.791 L 69.264 48.791 L 67.463 45.609 L 66.329 45.609 L 66.329 48.717 L 64.651 48.717 Z M 66.353 44.326 L 67.562 44.326 C 67.833 44.375 68.129 44.301 68.351 44.129 C 68.573 43.956 68.721 43.709 68.771 43.413 L 68.771 43.068 C 68.82 42.797 68.746 42.501 68.573 42.279 C 68.401 42.057 68.154 41.909 67.883 41.859 L 66.329 41.859 Z M 18.056 18.599 C 18.031 18.87 18.081 19.166 18.204 19.413 C 18.278 19.61 18.401 19.881 18.475 20.079 C 18.5 20.103 18.525 20.153 18.525 20.177 C 18.525 20.202 18.549 20.251 18.525 20.276 C 18.525 20.399 18.451 20.473 18.327 20.547 L 17.711 20.942 L 17.513 20.942 C 17.464 20.942 17.415 20.942 17.365 20.917 C 17.316 20.893 17.267 20.868 17.242 20.819 C 17.119 20.695 16.995 20.572 16.897 20.424 C 16.798 20.251 16.699 20.079 16.625 19.881 C 16.305 20.276 15.885 20.621 15.417 20.843 C 14.948 21.065 14.43 21.189 13.912 21.189 C 13.591 21.213 13.246 21.164 12.925 21.041 C 12.605 20.917 12.333 20.745 12.087 20.498 C 11.865 20.251 11.667 19.98 11.569 19.659 C 11.445 19.339 11.396 19.018 11.421 18.697 C 11.421 18.352 11.47 17.982 11.618 17.661 C 11.766 17.341 11.963 17.045 12.235 16.798 C 12.876 16.305 13.665 16.058 14.479 16.058 C 14.775 16.058 15.096 16.083 15.392 16.132 L 16.403 16.329 L 16.403 15.663 C 16.428 15.392 16.428 15.121 16.354 14.874 C 16.28 14.627 16.157 14.381 15.984 14.183 C 15.787 14.011 15.54 13.887 15.269 13.838 C 15.022 13.764 14.751 13.739 14.479 13.789 C 14.134 13.813 13.789 13.838 13.468 13.912 C 13.123 13.986 12.777 14.109 12.457 14.257 C 12.333 14.331 12.259 14.331 12.111 14.405 L 11.988 14.405 C 11.865 14.405 11.791 14.331 11.791 14.134 L 11.791 13.641 C 11.791 13.517 11.815 13.394 11.865 13.295 C 11.939 13.221 12.037 13.147 12.136 13.098 C 12.481 12.901 12.876 12.753 13.271 12.703 C 13.739 12.58 14.208 12.506 14.701 12.506 C 15.565 12.432 16.403 12.703 17.069 13.246 C 17.341 13.542 17.538 13.912 17.661 14.282 C 17.785 14.677 17.834 15.071 17.809 15.466 Z M 14.356 19.955 C 14.652 19.931 14.973 19.906 15.269 19.832 C 15.614 19.684 15.91 19.487 16.181 19.215 C 16.354 19.043 16.453 18.821 16.527 18.599 C 16.576 18.327 16.601 18.056 16.601 17.785 L 16.601 17.365 C 16.033 17.242 15.466 17.168 14.899 17.168 C 14.43 17.119 13.937 17.242 13.542 17.513 C 13.271 17.785 13.123 18.13 13.098 18.5 C 13.073 18.87 13.197 19.24 13.419 19.536 C 13.517 19.684 13.665 19.807 13.838 19.881 C 14.011 19.955 14.183 19.98 14.381 19.931 L 14.356 19.931 Z M 21.731 20.991 C 21.608 20.991 21.46 20.991 21.386 20.917 C 21.312 20.819 21.238 20.695 21.189 20.572 L 19.018 13.468 C 18.969 13.369 18.944 13.246 18.944 13.123 C 18.944 12.999 19.018 12.925 19.067 12.925 L 19.98 12.925 C 20.103 12.925 20.251 12.925 20.325 12.999 C 20.424 13.098 20.473 13.221 20.523 13.345 L 22.077 19.363 L 23.507 13.345 C 23.507 13.271 23.532 13.221 23.557 13.147 C 23.581 13.098 23.631 13.049 23.705 12.999 C 23.803 12.95 23.927 12.925 24.05 12.925 L 24.79 12.925 C 24.913 12.901 25.037 12.925 25.135 12.999 C 25.209 13.098 25.283 13.221 25.333 13.345 L 26.763 19.511 L 28.317 13.345 C 28.317 13.271 28.342 13.197 28.367 13.147 C 28.391 13.098 28.441 13.049 28.515 12.999 C 28.613 12.95 28.737 12.925 28.86 12.925 L 29.773 12.925 C 29.896 12.925 29.97 12.999 29.97 13.073 L 29.97 13.271 C 29.97 13.345 29.896 13.394 29.896 13.468 L 27.725 20.498 C 27.725 20.572 27.701 20.646 27.676 20.695 C 27.651 20.745 27.577 20.794 27.528 20.843 C 27.454 20.967 27.331 20.967 27.183 20.967 L 26.369 20.967 C 26.245 20.967 26.097 20.967 26.023 20.893 C 25.949 20.819 25.9 20.695 25.826 20.547 L 24.395 14.652 L 22.989 20.547 C 22.989 20.621 22.965 20.695 22.94 20.745 C 22.915 20.794 22.841 20.843 22.792 20.893 C 22.718 20.942 22.619 20.967 22.521 20.967 L 21.731 20.967 Z M 33.448 21.263 C 32.979 21.263 32.511 21.213 32.042 21.139 C 31.672 21.065 31.302 20.942 30.957 20.794 C 30.858 20.745 30.759 20.671 30.71 20.597 C 30.661 20.498 30.611 20.375 30.636 20.276 L 30.636 19.807 C 30.636 19.61 30.71 19.536 30.833 19.536 L 30.957 19.536 C 31.031 19.536 31.08 19.61 31.154 19.61 C 31.475 19.758 31.82 19.857 32.165 19.955 C 32.511 20.029 32.881 20.079 33.251 20.079 C 33.719 20.103 34.188 19.98 34.607 19.733 C 34.755 19.635 34.879 19.487 34.953 19.339 C 35.027 19.191 35.076 19.018 35.076 18.821 C 35.101 18.697 35.076 18.574 35.027 18.475 C 34.977 18.377 34.903 18.278 34.805 18.204 C 34.533 17.982 34.237 17.809 33.892 17.735 L 32.535 17.341 C 31.968 17.193 31.45 16.872 31.055 16.428 C 30.759 16.033 30.587 15.565 30.587 15.071 C 30.587 14.701 30.685 14.356 30.858 14.06 C 31.228 13.468 31.82 13.049 32.486 12.851 C 32.856 12.728 33.251 12.679 33.621 12.703 C 33.818 12.703 34.04 12.728 34.237 12.777 C 34.435 12.802 34.657 12.827 34.854 12.901 C 35.051 12.975 35.199 12.975 35.397 13.024 C 35.594 13.098 35.668 13.098 35.791 13.147 C 35.89 13.197 35.989 13.271 36.063 13.345 C 36.112 13.443 36.137 13.567 36.137 13.69 L 36.137 14.085 C 36.137 14.282 36.063 14.356 35.939 14.356 C 35.816 14.356 35.693 14.307 35.594 14.233 C 35.027 13.986 34.41 13.863 33.793 13.887 C 33.374 13.887 32.955 13.961 32.585 14.159 C 32.437 14.233 32.313 14.356 32.239 14.504 C 32.165 14.652 32.141 14.825 32.165 14.973 C 32.165 15.096 32.165 15.219 32.215 15.343 C 32.264 15.466 32.338 15.565 32.437 15.639 C 32.708 15.91 33.078 16.058 33.448 16.107 L 34.731 16.502 C 35.273 16.675 35.767 16.971 36.137 17.415 C 36.408 17.785 36.556 18.253 36.531 18.697 C 36.531 19.067 36.457 19.462 36.26 19.783 C 36.112 20.103 35.865 20.399 35.594 20.597 C 35.273 20.819 34.928 20.991 34.583 21.139 C 34.213 21.238 33.818 21.263 33.423 21.263 Z\" fill=\"rgb(36,46,61)\"></path><path d=\"M 35.224 25.653 C 31.919 27.873 28.021 29.057 24.05 29.033 C 19.018 29.033 14.183 27.183 10.434 23.803 C 10.163 23.532 10.434 23.187 10.779 23.409 C 14.899 25.826 19.61 27.084 24.395 27.059 C 27.972 27.035 31.524 26.344 34.829 24.963 C 35.273 24.765 35.717 25.308 35.224 25.653 Z M 35.693 27.701 C 35.569 27.972 35.841 28.095 36.112 27.898 C 37.74 26.541 38.135 23.705 37.789 23.285 C 37.444 22.891 34.607 22.545 32.905 23.754 C 32.634 23.951 32.708 24.223 32.979 24.149 C 33.892 24.025 36.112 23.754 36.507 24.297 C 36.901 24.864 36.038 26.813 35.693 27.701 Z\" fill=\"rgb(244,152,25)\"></path></g></svg>',svgContentId:11246861694},lX1LrI4BB:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 89 67\"><g transform=\"translate(33.399 14.973)\" id=\"ss10893069615_1\"><path d=\"M 0 0 L 48.861 0 L 48.861 49.044 L 0 49.044 Z\" fill=\"transparent\"></path><path d=\"M 33.227 0 L 0 0 L 0 33.515 L 15.471 49.044 L 48.861 49.044 L 48.861 15.693 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 32.826 1.027 L 47.852 16.11 L 47.852 48.032 L 15.887 48.032 L 1.024 33.098 L 1.024 1.027 Z M 33.227 0 L 0 0 L 0 33.515 L 15.471 49.044 L 48.861 49.044 L 48.861 15.693 Z\" fill=\"rgb(244,152,25)\"></path><path d=\"M 7.936 27.619 L 7.936 29.42 L 6.927 29.42 L 6.927 24.522 L 8.796 24.522 C 9.241 24.492 9.671 24.641 10.012 24.924 C 10.25 25.147 10.413 25.445 10.472 25.758 C 10.532 26.07 10.502 26.413 10.368 26.711 C 10.235 27.008 10.012 27.262 9.731 27.425 C 9.449 27.589 9.122 27.664 8.796 27.619 Z M 7.936 26.845 L 8.692 26.845 C 8.796 26.86 8.9 26.845 8.989 26.815 C 9.078 26.785 9.167 26.726 9.241 26.651 C 9.36 26.487 9.419 26.279 9.419 26.085 C 9.419 25.877 9.36 25.683 9.241 25.52 C 9.093 25.386 8.9 25.311 8.692 25.311 L 7.951 25.311 Z M 14.744 29.42 L 14.418 28.334 L 12.757 28.334 L 12.43 29.42 L 11.347 29.42 L 13.053 24.522 L 14.24 24.522 L 15.901 29.42 Z M 12.949 27.544 L 14.166 27.544 L 13.558 25.505 Z M 17.355 29.42 L 17.355 24.522 L 19.224 24.522 C 19.669 24.492 20.099 24.641 20.44 24.924 C 20.722 25.207 20.885 25.609 20.885 26.011 C 20.885 26.294 20.796 26.562 20.633 26.785 C 20.47 27.023 20.247 27.202 19.98 27.336 L 21.197 29.45 L 20.114 29.45 L 19.031 27.53 L 18.334 27.53 L 18.334 29.406 L 17.355 29.406 Z M 18.364 26.755 L 19.105 26.755 C 19.194 26.77 19.268 26.77 19.357 26.74 C 19.446 26.726 19.521 26.681 19.58 26.636 C 19.654 26.592 19.699 26.517 19.743 26.443 C 19.788 26.368 19.817 26.294 19.832 26.204 L 19.832 25.996 C 19.862 25.832 19.817 25.654 19.713 25.52 C 19.61 25.386 19.461 25.296 19.283 25.266 L 18.393 25.266 L 18.393 26.77 Z M 23.704 29.42 L 23.704 25.371 L 22.191 25.371 L 22.191 24.522 L 26.225 24.522 L 26.225 25.371 L 24.712 25.371 L 24.712 29.42 Z M 28.792 26.026 L 28.792 29.42 L 27.857 29.42 L 27.857 24.522 L 28.999 24.522 L 30.987 27.961 L 30.987 24.522 L 31.921 24.522 L 31.921 29.42 L 30.779 29.42 Z M 33.805 29.42 L 33.805 24.522 L 37.024 24.522 L 37.024 25.341 L 34.858 25.341 L 34.858 26.487 L 36.609 26.487 L 36.609 27.306 L 34.858 27.306 L 34.858 28.616 L 37.024 28.616 L 37.024 29.435 L 33.805 29.435 Z M 38.878 29.42 L 38.878 24.522 L 40.747 24.522 C 41.192 24.492 41.622 24.641 41.963 24.924 C 42.245 25.207 42.408 25.609 42.408 26.011 C 42.408 26.294 42.319 26.562 42.171 26.785 C 42.008 27.023 41.785 27.202 41.518 27.336 L 42.735 29.45 L 41.652 29.45 L 40.569 27.53 L 39.887 27.53 L 39.887 29.406 L 38.878 29.406 Z M 39.902 26.755 L 40.628 26.755 C 40.792 26.785 40.97 26.74 41.103 26.636 C 41.237 26.532 41.326 26.383 41.355 26.204 L 41.355 25.996 C 41.385 25.832 41.34 25.654 41.237 25.52 C 41.133 25.386 40.984 25.296 40.821 25.266 L 39.887 25.266 Z M 10.858 11.226 C 10.843 11.39 10.873 11.569 10.947 11.718 C 10.991 11.837 11.066 12 11.11 12.12 C 11.125 12.134 11.14 12.164 11.14 12.179 C 11.14 12.194 11.155 12.224 11.14 12.239 C 11.14 12.313 11.095 12.358 11.021 12.402 L 10.65 12.641 L 10.532 12.641 C 10.502 12.641 10.472 12.641 10.443 12.626 C 10.413 12.611 10.383 12.596 10.368 12.566 C 10.294 12.492 10.22 12.417 10.161 12.328 C 10.101 12.224 10.042 12.12 9.998 12 C 9.805 12.239 9.553 12.447 9.271 12.581 C 8.989 12.715 8.677 12.79 8.366 12.79 C 8.173 12.804 7.965 12.775 7.773 12.7 C 7.58 12.626 7.417 12.522 7.268 12.373 C 7.135 12.224 7.016 12.06 6.957 11.866 C 6.883 11.673 6.853 11.479 6.868 11.286 C 6.868 11.077 6.897 10.854 6.986 10.66 C 7.075 10.467 7.194 10.288 7.357 10.139 C 7.743 9.842 8.218 9.693 8.707 9.693 C 8.885 9.693 9.078 9.708 9.256 9.737 L 9.864 9.856 L 9.864 9.454 C 9.879 9.291 9.879 9.127 9.834 8.978 C 9.79 8.829 9.716 8.68 9.612 8.561 C 9.493 8.457 9.345 8.382 9.182 8.353 C 9.033 8.308 8.87 8.293 8.707 8.323 C 8.499 8.338 8.292 8.353 8.099 8.397 C 7.891 8.442 7.684 8.516 7.491 8.606 C 7.417 8.65 7.372 8.65 7.283 8.695 L 7.209 8.695 C 7.135 8.695 7.09 8.65 7.09 8.531 L 7.09 8.234 C 7.09 8.159 7.105 8.085 7.135 8.025 C 7.179 7.98 7.239 7.936 7.298 7.906 C 7.506 7.787 7.743 7.698 7.98 7.668 C 8.262 7.593 8.544 7.549 8.841 7.549 C 9.36 7.504 9.864 7.668 10.265 7.995 C 10.428 8.174 10.546 8.397 10.621 8.621 C 10.695 8.859 10.724 9.097 10.71 9.335 Z M 8.633 12.045 C 8.811 12.03 9.004 12.015 9.182 11.971 C 9.389 11.881 9.567 11.762 9.731 11.598 C 9.834 11.494 9.894 11.36 9.938 11.226 C 9.968 11.062 9.983 10.899 9.983 10.735 L 9.983 10.482 C 9.642 10.407 9.3 10.363 8.959 10.363 C 8.677 10.333 8.381 10.407 8.143 10.571 C 7.98 10.735 7.891 10.943 7.876 11.167 C 7.862 11.39 7.936 11.613 8.069 11.792 C 8.129 11.881 8.218 11.956 8.321 12 C 8.425 12.045 8.529 12.06 8.648 12.03 L 8.633 12.03 Z M 13.068 12.67 C 12.994 12.67 12.905 12.67 12.86 12.626 C 12.816 12.566 12.771 12.492 12.742 12.417 L 11.436 8.129 C 11.407 8.07 11.392 7.995 11.392 7.921 C 11.392 7.846 11.436 7.802 11.466 7.802 L 12.015 7.802 C 12.089 7.802 12.178 7.802 12.223 7.846 C 12.282 7.906 12.312 7.98 12.341 8.055 L 13.276 11.688 L 14.136 8.055 C 14.136 8.01 14.151 7.98 14.166 7.936 C 14.181 7.906 14.21 7.876 14.255 7.846 C 14.314 7.817 14.388 7.802 14.462 7.802 L 14.907 7.802 C 14.982 7.787 15.056 7.802 15.115 7.846 C 15.16 7.906 15.204 7.98 15.234 8.055 L 16.094 11.777 L 17.029 8.055 C 17.029 8.01 17.043 7.966 17.058 7.936 C 17.073 7.906 17.103 7.876 17.147 7.846 C 17.207 7.817 17.281 7.802 17.355 7.802 L 17.904 7.802 C 17.978 7.802 18.022 7.846 18.022 7.891 L 18.022 8.01 C 18.022 8.055 17.978 8.085 17.978 8.129 L 16.673 12.373 C 16.673 12.417 16.658 12.462 16.643 12.492 C 16.628 12.522 16.584 12.551 16.554 12.581 C 16.509 12.656 16.435 12.656 16.346 12.656 L 15.857 12.656 C 15.783 12.656 15.694 12.656 15.649 12.611 C 15.605 12.566 15.575 12.492 15.53 12.402 L 14.67 8.844 L 13.825 12.402 C 13.825 12.447 13.81 12.492 13.795 12.522 C 13.78 12.551 13.736 12.581 13.706 12.611 C 13.661 12.641 13.602 12.656 13.543 12.656 L 13.068 12.656 Z M 20.114 12.834 C 19.832 12.834 19.55 12.804 19.268 12.76 C 19.046 12.715 18.823 12.641 18.616 12.551 C 18.556 12.522 18.497 12.477 18.467 12.432 C 18.438 12.373 18.408 12.298 18.423 12.239 L 18.423 11.956 C 18.423 11.837 18.467 11.792 18.542 11.792 L 18.616 11.792 C 18.66 11.792 18.69 11.837 18.734 11.837 C 18.927 11.926 19.135 11.986 19.343 12.045 C 19.55 12.09 19.773 12.12 19.995 12.12 C 20.277 12.134 20.559 12.06 20.811 11.911 C 20.9 11.852 20.974 11.762 21.019 11.673 C 21.063 11.584 21.093 11.479 21.093 11.36 C 21.108 11.286 21.093 11.211 21.063 11.152 C 21.034 11.092 20.989 11.033 20.93 10.988 C 20.767 10.854 20.589 10.75 20.381 10.705 L 19.565 10.467 C 19.224 10.378 18.912 10.184 18.675 9.916 C 18.497 9.678 18.393 9.395 18.393 9.097 C 18.393 8.874 18.453 8.665 18.556 8.487 C 18.779 8.129 19.135 7.876 19.535 7.757 C 19.758 7.683 19.995 7.653 20.218 7.668 C 20.336 7.668 20.47 7.683 20.589 7.712 C 20.707 7.727 20.841 7.742 20.959 7.787 C 21.078 7.832 21.167 7.832 21.286 7.861 C 21.404 7.906 21.449 7.906 21.523 7.936 C 21.582 7.966 21.642 8.01 21.686 8.055 C 21.716 8.114 21.731 8.189 21.731 8.263 L 21.731 8.502 C 21.731 8.621 21.686 8.665 21.612 8.665 C 21.538 8.665 21.464 8.636 21.404 8.591 C 21.063 8.442 20.692 8.368 20.322 8.382 C 20.069 8.382 19.817 8.427 19.595 8.546 C 19.506 8.591 19.432 8.665 19.387 8.755 C 19.343 8.844 19.328 8.948 19.343 9.038 C 19.343 9.112 19.343 9.186 19.372 9.261 C 19.402 9.335 19.446 9.395 19.506 9.44 C 19.669 9.603 19.891 9.693 20.114 9.722 L 20.885 9.961 C 21.212 10.065 21.508 10.244 21.731 10.512 C 21.894 10.735 21.983 11.018 21.968 11.286 C 21.968 11.509 21.924 11.747 21.805 11.941 C 21.716 12.134 21.568 12.313 21.404 12.432 C 21.212 12.566 21.004 12.67 20.796 12.76 C 20.574 12.819 20.336 12.834 20.099 12.834 Z\" fill=\"rgb(36,46,61)\"></path><path d=\"M 21.182 15.484 C 19.194 16.824 16.851 17.539 14.463 17.524 C 11.437 17.524 8.529 16.408 6.275 14.368 C 6.111 14.204 6.275 13.996 6.482 14.13 C 8.959 15.589 11.793 16.348 14.67 16.333 C 16.821 16.318 18.957 15.901 20.945 15.068 C 21.212 14.948 21.479 15.276 21.182 15.484 Z M 21.464 16.72 C 21.39 16.884 21.553 16.958 21.716 16.839 C 22.695 16.02 22.932 14.308 22.725 14.055 C 22.517 13.817 20.811 13.608 19.788 14.338 C 19.625 14.457 19.669 14.621 19.832 14.576 C 20.381 14.502 21.716 14.338 21.953 14.666 C 22.191 15.008 21.672 16.184 21.464 16.72 Z\" fill=\"rgb(244,152,25)\"></path></g></svg>',svgContentId:10893069615}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vefe0\",\"data-framer-name\":\"aws_Partner\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 148 111\"><g transform=\"translate(33.399 14.973)\" id=\"ss2656927102_1\"><path d=\"M 0 0 L 81.252 0 L 81.252 81.252 L 0 81.252 Z\" fill=\"transparent\"></path><path d=\"M 55.253 0 L 0 0 L 0 55.525 L 25.727 81.252 L 81.252 81.252 L 81.252 25.999 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 54.587 1.702 L 79.575 26.689 L 79.575 79.575 L 26.418 79.575 L 1.702 54.834 L 1.702 1.702 Z M 55.253 0 L 0 0 L 0 55.525 L 25.727 81.252 L 81.252 81.252 L 81.252 25.999 Z\" fill=\"rgb(244,152,25)\"></path><path d=\"M 13.197 45.757 L 13.197 48.741 L 11.519 48.741 L 11.519 40.626 L 14.627 40.626 C 15.367 40.577 16.083 40.823 16.65 41.292 C 17.045 41.662 17.316 42.155 17.415 42.673 C 17.513 43.191 17.464 43.759 17.242 44.252 C 17.02 44.745 16.65 45.165 16.181 45.436 C 15.713 45.707 15.17 45.831 14.627 45.757 Z M 13.197 44.474 L 14.455 44.474 C 14.627 44.499 14.8 44.474 14.948 44.425 C 15.096 44.375 15.244 44.277 15.367 44.153 C 15.565 43.882 15.663 43.537 15.663 43.216 C 15.663 42.871 15.565 42.55 15.367 42.279 C 15.121 42.057 14.8 41.933 14.455 41.933 L 13.221 41.933 Z M 24.519 48.741 L 23.976 46.941 L 21.213 46.941 L 20.671 48.741 L 18.87 48.741 L 21.707 40.626 L 23.68 40.626 L 26.443 48.741 Z M 21.534 45.633 L 23.557 45.633 L 22.545 42.254 Z M 28.86 48.741 L 28.86 40.626 L 31.968 40.626 C 32.708 40.577 33.423 40.823 33.991 41.292 C 34.459 41.761 34.731 42.427 34.731 43.093 C 34.731 43.561 34.583 44.005 34.311 44.375 C 34.04 44.77 33.67 45.066 33.226 45.288 L 35.249 48.791 L 33.448 48.791 L 31.647 45.609 L 30.488 45.609 L 30.488 48.717 L 28.86 48.717 Z M 30.537 44.326 L 31.771 44.326 C 31.919 44.351 32.042 44.351 32.19 44.301 C 32.338 44.277 32.461 44.203 32.56 44.129 C 32.683 44.055 32.757 43.931 32.831 43.808 C 32.905 43.685 32.955 43.561 32.979 43.413 L 32.979 43.068 C 33.029 42.797 32.955 42.501 32.782 42.279 C 32.609 42.057 32.363 41.909 32.067 41.859 L 30.587 41.859 L 30.587 44.351 Z M 39.417 48.741 L 39.417 42.032 L 36.901 42.032 L 36.901 40.626 L 43.611 40.626 L 43.611 42.032 L 41.095 42.032 L 41.095 48.741 Z M 47.878 43.117 L 47.878 48.741 L 46.324 48.741 L 46.324 40.626 L 48.223 40.626 L 51.529 46.324 L 51.529 40.626 L 53.083 40.626 L 53.083 48.741 L 51.183 48.741 Z M 56.215 48.741 L 56.215 40.626 L 61.568 40.626 L 61.568 41.983 L 57.967 41.983 L 57.967 43.882 L 60.877 43.882 L 60.877 45.239 L 57.967 45.239 L 57.967 47.409 L 61.568 47.409 L 61.568 48.766 L 56.215 48.766 Z M 64.651 48.741 L 64.651 40.626 L 67.759 40.626 C 68.499 40.577 69.215 40.823 69.782 41.292 C 70.251 41.761 70.522 42.427 70.522 43.093 C 70.522 43.561 70.374 44.005 70.127 44.375 C 69.856 44.77 69.486 45.066 69.042 45.288 L 71.065 48.791 L 69.264 48.791 L 67.463 45.609 L 66.329 45.609 L 66.329 48.717 L 64.651 48.717 Z M 66.353 44.326 L 67.562 44.326 C 67.833 44.375 68.129 44.301 68.351 44.129 C 68.573 43.956 68.721 43.709 68.771 43.413 L 68.771 43.068 C 68.82 42.797 68.746 42.501 68.573 42.279 C 68.401 42.057 68.154 41.909 67.883 41.859 L 66.329 41.859 Z M 18.056 18.599 C 18.031 18.87 18.081 19.166 18.204 19.413 C 18.278 19.61 18.401 19.881 18.475 20.079 C 18.5 20.103 18.525 20.153 18.525 20.177 C 18.525 20.202 18.549 20.251 18.525 20.276 C 18.525 20.399 18.451 20.473 18.327 20.547 L 17.711 20.942 L 17.513 20.942 C 17.464 20.942 17.415 20.942 17.365 20.917 C 17.316 20.893 17.267 20.868 17.242 20.819 C 17.119 20.695 16.995 20.572 16.897 20.424 C 16.798 20.251 16.699 20.079 16.625 19.881 C 16.305 20.276 15.885 20.621 15.417 20.843 C 14.948 21.065 14.43 21.189 13.912 21.189 C 13.591 21.213 13.246 21.164 12.925 21.041 C 12.605 20.917 12.333 20.745 12.087 20.498 C 11.865 20.251 11.667 19.98 11.569 19.659 C 11.445 19.339 11.396 19.018 11.421 18.697 C 11.421 18.352 11.47 17.982 11.618 17.661 C 11.766 17.341 11.963 17.045 12.235 16.798 C 12.876 16.305 13.665 16.058 14.479 16.058 C 14.775 16.058 15.096 16.083 15.392 16.132 L 16.403 16.329 L 16.403 15.663 C 16.428 15.392 16.428 15.121 16.354 14.874 C 16.28 14.627 16.157 14.381 15.984 14.183 C 15.787 14.011 15.54 13.887 15.269 13.838 C 15.022 13.764 14.751 13.739 14.479 13.789 C 14.134 13.813 13.789 13.838 13.468 13.912 C 13.123 13.986 12.777 14.109 12.457 14.257 C 12.333 14.331 12.259 14.331 12.111 14.405 L 11.988 14.405 C 11.865 14.405 11.791 14.331 11.791 14.134 L 11.791 13.641 C 11.791 13.517 11.815 13.394 11.865 13.295 C 11.939 13.221 12.037 13.147 12.136 13.098 C 12.481 12.901 12.876 12.753 13.271 12.703 C 13.739 12.58 14.208 12.506 14.701 12.506 C 15.565 12.432 16.403 12.703 17.069 13.246 C 17.341 13.542 17.538 13.912 17.661 14.282 C 17.785 14.677 17.834 15.071 17.809 15.466 Z M 14.356 19.955 C 14.652 19.931 14.973 19.906 15.269 19.832 C 15.614 19.684 15.91 19.487 16.181 19.215 C 16.354 19.043 16.453 18.821 16.527 18.599 C 16.576 18.327 16.601 18.056 16.601 17.785 L 16.601 17.365 C 16.033 17.242 15.466 17.168 14.899 17.168 C 14.43 17.119 13.937 17.242 13.542 17.513 C 13.271 17.785 13.123 18.13 13.098 18.5 C 13.073 18.87 13.197 19.24 13.419 19.536 C 13.517 19.684 13.665 19.807 13.838 19.881 C 14.011 19.955 14.183 19.98 14.381 19.931 L 14.356 19.931 Z M 21.731 20.991 C 21.608 20.991 21.46 20.991 21.386 20.917 C 21.312 20.819 21.238 20.695 21.189 20.572 L 19.018 13.468 C 18.969 13.369 18.944 13.246 18.944 13.123 C 18.944 12.999 19.018 12.925 19.067 12.925 L 19.98 12.925 C 20.103 12.925 20.251 12.925 20.325 12.999 C 20.424 13.098 20.473 13.221 20.523 13.345 L 22.077 19.363 L 23.507 13.345 C 23.507 13.271 23.532 13.221 23.557 13.147 C 23.581 13.098 23.631 13.049 23.705 12.999 C 23.803 12.95 23.927 12.925 24.05 12.925 L 24.79 12.925 C 24.913 12.901 25.037 12.925 25.135 12.999 C 25.209 13.098 25.283 13.221 25.333 13.345 L 26.763 19.511 L 28.317 13.345 C 28.317 13.271 28.342 13.197 28.367 13.147 C 28.391 13.098 28.441 13.049 28.515 12.999 C 28.613 12.95 28.737 12.925 28.86 12.925 L 29.773 12.925 C 29.896 12.925 29.97 12.999 29.97 13.073 L 29.97 13.271 C 29.97 13.345 29.896 13.394 29.896 13.468 L 27.725 20.498 C 27.725 20.572 27.701 20.646 27.676 20.695 C 27.651 20.745 27.577 20.794 27.528 20.843 C 27.454 20.967 27.331 20.967 27.183 20.967 L 26.369 20.967 C 26.245 20.967 26.097 20.967 26.023 20.893 C 25.949 20.819 25.9 20.695 25.826 20.547 L 24.395 14.652 L 22.989 20.547 C 22.989 20.621 22.965 20.695 22.94 20.745 C 22.915 20.794 22.841 20.843 22.792 20.893 C 22.718 20.942 22.619 20.967 22.521 20.967 L 21.731 20.967 Z M 33.448 21.263 C 32.979 21.263 32.511 21.213 32.042 21.139 C 31.672 21.065 31.302 20.942 30.957 20.794 C 30.858 20.745 30.759 20.671 30.71 20.597 C 30.661 20.498 30.611 20.375 30.636 20.276 L 30.636 19.807 C 30.636 19.61 30.71 19.536 30.833 19.536 L 30.957 19.536 C 31.031 19.536 31.08 19.61 31.154 19.61 C 31.475 19.758 31.82 19.857 32.165 19.955 C 32.511 20.029 32.881 20.079 33.251 20.079 C 33.719 20.103 34.188 19.98 34.607 19.733 C 34.755 19.635 34.879 19.487 34.953 19.339 C 35.027 19.191 35.076 19.018 35.076 18.821 C 35.101 18.697 35.076 18.574 35.027 18.475 C 34.977 18.377 34.903 18.278 34.805 18.204 C 34.533 17.982 34.237 17.809 33.892 17.735 L 32.535 17.341 C 31.968 17.193 31.45 16.872 31.055 16.428 C 30.759 16.033 30.587 15.565 30.587 15.071 C 30.587 14.701 30.685 14.356 30.858 14.06 C 31.228 13.468 31.82 13.049 32.486 12.851 C 32.856 12.728 33.251 12.679 33.621 12.703 C 33.818 12.703 34.04 12.728 34.237 12.777 C 34.435 12.802 34.657 12.827 34.854 12.901 C 35.051 12.975 35.199 12.975 35.397 13.024 C 35.594 13.098 35.668 13.098 35.791 13.147 C 35.89 13.197 35.989 13.271 36.063 13.345 C 36.112 13.443 36.137 13.567 36.137 13.69 L 36.137 14.085 C 36.137 14.282 36.063 14.356 35.939 14.356 C 35.816 14.356 35.693 14.307 35.594 14.233 C 35.027 13.986 34.41 13.863 33.793 13.887 C 33.374 13.887 32.955 13.961 32.585 14.159 C 32.437 14.233 32.313 14.356 32.239 14.504 C 32.165 14.652 32.141 14.825 32.165 14.973 C 32.165 15.096 32.165 15.219 32.215 15.343 C 32.264 15.466 32.338 15.565 32.437 15.639 C 32.708 15.91 33.078 16.058 33.448 16.107 L 34.731 16.502 C 35.273 16.675 35.767 16.971 36.137 17.415 C 36.408 17.785 36.556 18.253 36.531 18.697 C 36.531 19.067 36.457 19.462 36.26 19.783 C 36.112 20.103 35.865 20.399 35.594 20.597 C 35.273 20.819 34.928 20.991 34.583 21.139 C 34.213 21.238 33.818 21.263 33.423 21.263 Z\" fill=\"rgb(36,46,61)\"></path><path d=\"M 35.224 25.653 C 31.919 27.873 28.021 29.057 24.05 29.033 C 19.018 29.033 14.183 27.183 10.434 23.803 C 10.163 23.532 10.434 23.187 10.779 23.409 C 14.899 25.826 19.61 27.084 24.395 27.059 C 27.972 27.035 31.524 26.344 34.829 24.963 C 35.273 24.765 35.717 25.308 35.224 25.653 Z M 35.693 27.701 C 35.569 27.972 35.841 28.095 36.112 27.898 C 37.74 26.541 38.135 23.705 37.789 23.285 C 37.444 22.891 34.607 22.545 32.905 23.754 C 32.634 23.951 32.708 24.223 32.979 24.149 C 33.892 24.025 36.112 23.754 36.507 24.297 C 36.901 24.864 36.038 26.813 35.693 27.701 Z\" fill=\"rgb(244,152,25)\"></path></g></svg>',svgContentId:2656927102,withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:100,pixelWidth:300,src:\"https://framerusercontent.com/images/wG98aOHFUJ8Bstm0EvKabu07Po.svg\"},className:\"framer-ioc8k\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t0gwm5\",\"data-framer-name\":\"2 Columns Text Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-n0yg95\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fnxum8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2xmq5\",\"data-styles-preset\":\"s43sc6qiF\",children:\"SNADNEE solutions, exceptional results\"})}),className:\"framer-19l6g4h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cbwy4r\",\"data-styles-preset\":\"avfgfAzy1\",children:\"Since 2008, SNADNEE has been your trusted partner in designing bespoke software solutions tailored to your unique business needs.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cbwy4r\",\"data-styles-preset\":\"avfgfAzy1\",children:\"Specializing in industries like manufacturing, healthcare, energy, and waste management, we ensure every technology solution we provide simplifies operations, fosters innovation, and opens doors to new possibilities. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cbwy4r\",\"data-styles-preset\":\"avfgfAzy1\",children:\"With over 100 successful projects, we empower you to advance with confidence, backed by cutting-edge technology that fits your business perfectly.\"})]}),className:\"framer-o4ppc2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kdbcuy\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QZOqV8VTC\"},motionChild:true,nodeId:\"zCttSlm8L\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1dg3ujl framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jtb6m6-container\",nodeId:\"bE6jdKnv1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"bE6jdKnv1\",layoutId:\"bE6jdKnv1\",qncy3q25Y:getLocalizedValue(\"v6\",activeLocale)??\"Why SNADNEE\",style:{height:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":RRxA0y7WX\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"fRa_PrT5d\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gm0ert framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15c055g-container\",nodeId:\"i_oePZcBR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonSecondary,{FeEgeT29A:getLocalizedValue(\"v7\",activeLocale)??\"\uD83D\uDCF1 Let's discuss your situation\",height:\"100%\",id:\"i_oePZcBR\",layoutId:\"i_oePZcBR\",style:{height:\"100%\"},width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:588,pixelHeight:1280,pixelWidth:1176,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1680px) - 120px) * 0.7)`,src:\"https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png?scale-down-to=1024 940w,https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png 1176w\"}},lX1LrI4BB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:588,pixelHeight:1280,pixelWidth:1176,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 40px)`,src:\"https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png?scale-down-to=1024 940w,https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png 1176w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:588,pixelHeight:1280,pixelWidth:1176,sizes:\"588px\",src:\"https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png?scale-down-to=1024 940w,https://framerusercontent.com/images/K6IUzy1KZvCMv4s8G7z6fA50dPE.png 1176w\"},className:\"framer-1feazen\",\"data-framer-name\":\"image\"})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:378,width:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12lckpr-container\",nodeId:\"ZZFTcH9YJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"Ca2ixQoXF\"},lX1LrI4BB:{variant:\"R7PlSR0gF\"}},children:/*#__PURE__*/_jsx(References,{height:\"100%\",id:\"ZZFTcH9YJ\",layoutId:\"ZZFTcH9YJ\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"n1VV_fZNK\",width:\"100%\"})})})}),visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{width:componentViewport?.width||\"100vw\"},lX1LrI4BB:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:486,width:\"1440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pfiltb-container\",nodeId:\"fXIdrw2Oi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"BDchad97B\"},lX1LrI4BB:{variant:\"t7HcPexbb\"}},children:/*#__PURE__*/_jsx(DownloadEbook,{height:\"100%\",id:\"fXIdrw2Oi\",layoutId:\"fXIdrw2Oi\",style:{width:\"100%\"},variant:\"u5865dNcE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ntbqpm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2xmq5\",\"data-styles-preset\":\"s43sc6qiF\",children:\"Our work\"})}),className:\"framer-l9leip\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pytlio\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"DN6FOuWop\",data:Work,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"DN6FOuWop\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"DN6FOuWop\",name:\"YLUqpmU1h\",type:\"Identifier\"},{collection:\"DN6FOuWop\",name:\"vNcNrWGp2\",type:\"Identifier\"},{collection:\"DN6FOuWop\",name:\"RtOzFJEo2\",type:\"Identifier\"},{collection:\"DN6FOuWop\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"DN6FOuWop\",name:\"YLUqpmU1h\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"mpk\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idDN6FOuWop,RtOzFJEo2:RtOzFJEo2DN6FOuWop,vNcNrWGp2:vNcNrWGp2DN6FOuWop,YLUqpmU1h:YLUqpmU1hDN6FOuWop},index)=>{YLUqpmU1hDN6FOuWop??=\"\";RtOzFJEo2DN6FOuWop??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`DN6FOuWop-${idDN6FOuWop}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{YLUqpmU1h:YLUqpmU1hDN6FOuWop},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{YLUqpmU1h:YLUqpmU1hDN6FOuWop},webPageId:\"lcLKTBoPt\"},implicitPathVariables:undefined},{href:{pathVariables:{YLUqpmU1h:YLUqpmU1hDN6FOuWop},webPageId:\"lcLKTBoPt\"},implicitPathVariables:undefined},{href:{pathVariables:{YLUqpmU1h:YLUqpmU1hDN6FOuWop},webPageId:\"lcLKTBoPt\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 120px)`},lX1LrI4BB:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:469,width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 120px) * 1, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c86sxe-container\",nodeId:\"uIcTNrjHF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{AZ8b2NU7M:resolvedLinks[1],variant:\"Xh30p7vaW\"},lX1LrI4BB:{AZ8b2NU7M:resolvedLinks[2],variant:\"p9XgOU9jb\"}},children:/*#__PURE__*/_jsx(Reference,{AZ8b2NU7M:resolvedLinks[0],height:\"100%\",id:\"uIcTNrjHF\",layoutId:\"uIcTNrjHF\",q8iTSwaLh:RtOzFJEo2DN6FOuWop,style:{width:\"100%\"},variant:\"V3XbYFFHh\",Vb7aPXci5:toResponsiveImage(vNcNrWGp2DN6FOuWop),width:\"100%\"})})})})})})})},idDN6FOuWop);})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1950,width:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pdckml-container\",nodeId:\"Y1lqQE95k\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"AWuEQDghn\"},lX1LrI4BB:{variant:\"ovm6ouF1x\"}},children:/*#__PURE__*/_jsx(Services,{height:\"100%\",id:\"Y1lqQE95k\",layoutId:\"Y1lqQE95k\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"I3dUD9hv0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:776,width:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rki7c8-container\",nodeId:\"fvdrqoeeA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"CRfAY_yTQ\"},lX1LrI4BB:{variant:\"kqeAkQC4W\"}},children:/*#__PURE__*/_jsx(AboutSNADNEE,{height:\"100%\",id:\"fvdrqoeeA\",layoutId:\"fvdrqoeeA\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ZCWYsz2Ki\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yuuej\",\"data-framer-name\":\"Testimonial\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hop0j2\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"FQ8fpm9BR\",data:Work,type:\"Collection\"},select:[{collection:\"FQ8fpm9BR\",name:\"i8INTrj4g\",type:\"Identifier\"},{collection:\"FQ8fpm9BR\",name:\"JFd44QKGM\",type:\"Identifier\"},{collection:\"FQ8fpm9BR\",name:\"aNvW105lE\",type:\"Identifier\"},{collection:\"FQ8fpm9BR\",name:\"YLUqpmU1h\",type:\"Identifier\"},{collection:\"FQ8fpm9BR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FQ8fpm9BR\",name:\"YLUqpmU1h\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mydentlab\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aNvW105lE:aNvW105lEFQ8fpm9BR,i8INTrj4g:i8INTrj4gFQ8fpm9BR,id:idFQ8fpm9BR,JFd44QKGM:JFd44QKGMFQ8fpm9BR,YLUqpmU1h:YLUqpmU1hFQ8fpm9BR},index1)=>{i8INTrj4gFQ8fpm9BR??=\"\";JFd44QKGMFQ8fpm9BR??=\"\";aNvW105lEFQ8fpm9BR??=\"\";YLUqpmU1hFQ8fpm9BR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`FQ8fpm9BR-${idFQ8fpm9BR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{YLUqpmU1h:YLUqpmU1hFQ8fpm9BR},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9z5yg7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kk9i4s\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,src:\"https://framerusercontent.com/images/vvJawy4lApHK0MPjO3kYWVQM.png\"},className:\"framer-1ns1tfj\",\"data-framer-name\":\"Avatar\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lkn5j1\",\"data-styles-preset\":\"EltuMwT2d\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u201ESpole\u010Dn\u011B se SNADNEE jsme vyvinuli aplikaci pro zubn\\xed laborato\u0159e MyDentLab, kter\\xe1 zlep\u0161uje komunikaci mezi zubn\\xedmi techniky a l\\xe9ka\u0159i a zefektiv\u0148uje provoz laborato\u0159e. Aplikace je natolik intuitivn\\xed, \u017Ee u\u017Eivatel\\xe9 nepot\u0159ebuj\\xed \u017E\\xe1dn\\xe1 \u0161kolen\\xed ani n\\xe1vody.\u201C\"})}),className:\"framer-17c865v\",fonts:[\"Inter\"],text:i8INTrj4gFQ8fpm9BR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wjq7yh\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ja7iw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1fteupy\",\"data-styles-preset\":\"rEfLdLC04\",children:\"Ji\u0159\\xed Sedl\\xe1\u010Dek\"})}),className:\"framer-1yyrm21\",fonts:[\"Inter\"],text:JFd44QKGMFQ8fpm9BR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cbwy4r\",\"data-styles-preset\":\"avfgfAzy1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Majitel JS Lab\"})}),className:\"framer-1tf8sr3\",fonts:[\"Inter\"],text:aNvW105lEFQ8fpm9BR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cbwy4r\",\"data-styles-preset\":\"avfgfAzy1\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2B50\uFE0F\u2B50\uFE0F\u2B50\uFE0F\u2B50\uFE0F\u2B50\uFE0F\"})}),className:\"framer-10favog\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})},idFQ8fpm9BR);})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:625,width:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w7mduq-container\",id:elementId,nodeId:\"RRxA0y7WX\",ref:ref1,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"NEBdkTP16\"},lX1LrI4BB:{variant:\"KedYWcBKI\"}},children:/*#__PURE__*/_jsx(CTA,{EKCzZourJ:getLocalizedValue(\"v10\",activeLocale)??\"Book an online meeting with Zdenek, email or call him to discuss the possibilities of our partnership.\",height:\"100%\",id:\"RRxA0y7WX\",layoutId:\"RRxA0y7WX\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"S8pLXiska\",width:\"100%\",YDGV1PrZ_:getLocalizedValue(\"v9\",activeLocale)??\"Digital transformation or customised software? SNADNEE\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:365,width:`min(${componentViewport?.width||\"100vw\"}, 1680px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7ygoh0-container\",nodeId:\"ReMu1uzOp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"p1f_gtfsc\"},lX1LrI4BB:{variant:\"dHaympvYe\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ReMu1uzOp\",layoutId:\"ReMu1uzOp\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"a4agak9uW\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:221,width:\"400px\",y:674.5000000000002,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-18udavr-container hidden-1wsmd8q\",id:\"18udavr\",layoutScroll:true,nodeId:\"xmCCHYiJ7\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate2,whileTap:animation2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c36hAllTi:{variant:\"YCuzqpRk1\"}},children:/*#__PURE__*/_jsx(FreeConsultation,{height:\"100%\",id:\"xmCCHYiJ7\",layoutId:\"xmCCHYiJ7\",oAtddKsT7:oAtddKsT73bnx0g({overlay}),style:{width:\"100%\"},variant:\"Dfb8HP9zF\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-z85gm9\"),\"data-framer-portal-id\":\"18udavr\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"iDopgowiL\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-1k9k4ic\"),\"data-framer-portal-id\":\"18udavr\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11robbe\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mv6khs\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ls6yxd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1fteupy\",\"data-styles-preset\":\"rEfLdLC04\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Is custom software development appropriate in your case?\"})})}),className:\"framer-1i11270\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jqpxhc\",\"data-styles-preset\":\"XEa3SwUzm\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"15 years of experience condensed into a free 30 minute consultation.\"})})}),className:\"framer-1wi89cj\",fonts:[\"Inter\",\"Inter-Bold\"],id:\"1wi89cj\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/a9bc803f-9acb-4d0d-9d07-3ad937048324/submit\",className:\"framer-q4kati\",\"data-framer-name\":\"Multi-Step Form\",redirectUrl:{webPageId:\"Vn9p1kToV\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d6sbt6-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HXqEWsrIa\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MultiStepForm,{analytics:{googleAnalyticsEventCategory:\"\",googleAnalyticsEventName:\"\",platform:\"googleAnalytics\"},endPage:\"lastPage\",endPageCustom:[],height:\"100%\",id:\"HXqEWsrIa\",layoutId:\"HXqEWsrIa\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bzenig\",\"data-framer-name\":\"Pages\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4yqfx\",\"data-framer-name\":\"Page 1\",children:/*#__PURE__*/_jsxs(motion.label,{className:\"framer-17xtii8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1rt4x2s\",\"data-styles-preset\":\"NQMIu3A39\",children:[\"Briefly describe your situation\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-95b9c5a2-6bed-4c57-af64-a0d43d5bf877, rgb(227, 98, 165))\"},children:\"*\"})]})}),className:\"framer-1dh7y3w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1cij4rr\",inputName:\"brief\",placeholder:\"\",required:true,type:\"textarea\"})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s48o42\",\"data-framer-name\":\"Page 2\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-q08tt7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1rt4x2s\",\"data-styles-preset\":\"NQMIu3A39\",children:[\"Company name\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-95b9c5a2-6bed-4c57-af64-a0d43d5bf877, rgb(227, 98, 165))\"},children:\"*\"})]})}),className:\"framer-1ql3kpq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1xp4dlf\",inputName:\"Company name\",placeholder:\"Company for Funtastic Future Inc.\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-19h005j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rt4x2s\",\"data-styles-preset\":\"NQMIu3A39\",children:\"Industry\"})}),className:\"framer-hf5iaf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-il092p\",inputName:\"Name\",placeholder:getLocalizedValue(\"v16\",activeLocale)??\"Manufacturing, Healthcare,...\",type:\"text\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11amdja\",\"data-framer-name\":\"Page 3\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-s8sm59\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rt4x2s\",\"data-styles-preset\":\"NQMIu3A39\",children:\"Name\"})}),className:\"framer-bmj0aw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1llv5wr\",inputName:\"Name\",placeholder:\"Jane Smith\",type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1f9fkc2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1rt4x2s\",\"data-styles-preset\":\"NQMIu3A39\",children:[\"Email\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-95b9c5a2-6bed-4c57-af64-a0d43d5bf877, rgb(227, 98, 165))\"},children:\"*\"})]})}),className:\"framer-19vjbeu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1bdurgh\",inputName:\"Email\",placeholder:\"smith@ff.company\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1n8uikb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rt4x2s\",\"data-styles-preset\":\"NQMIu3A39\",children:\"Phone\"})}),className:\"framer-1ddl6qa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1ux5svb\",inputName:\"Phone\",placeholder:\"+420 606 555 111\",type:\"tel\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18cqjvo-container\",inComponentSlot:true,nodeId:\"J48wXZjPL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SubmitButton2,{height:\"100%\",id:\"J48wXZjPL\",layoutId:\"J48wXZjPL\",style:{height:\"100%\",width:\"100%\"},variant:\"A3mdpKJew\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i67kgl\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,sizes:\"60px\",src:\"https://framerusercontent.com/images/SnOZAQedDrSa02xOYfDhVkuYrEM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SnOZAQedDrSa02xOYfDhVkuYrEM.png?scale-down-to=512 512w,https://framerusercontent.com/images/SnOZAQedDrSa02xOYfDhVkuYrEM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SnOZAQedDrSa02xOYfDhVkuYrEM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SnOZAQedDrSa02xOYfDhVkuYrEM.png 2318w\"},className:\"framer-18xo38r\",\"data-framer-name\":\"Avatar\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jqpxhc\",\"data-styles-preset\":\"XEa3SwUzm\",style:{\"--framer-text-alignment\":\"left\"},children:\"I will get back to you within 2 business days with available dates.\"})}),className:\"framer-odkbkk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m8ol7d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12q5hxl-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"V6L0C0z6O\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FormPageLabel,{color:\"rgb(136, 136, 136)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.4em\"},height:\"100%\",htmlTag:\"p\",id:\"V6L0C0z6O\",layoutId:\"V6L0C0z6O\",text:getLocalizedValue(\"v21\",activeLocale)??\"Step [page] / [totalPages]\",textSelect:true,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ji72lt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lp13zc-container\",\"data-framer-name\":\"Previous Button\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,name:\"Previous Button\",nodeId:\"T9QqfV1SU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MultiStepFormButton,{appearance:\"default\",autoHide:true,bgBlur:0,border:{color:\"rgba(0, 153, 255, 0)\",colorFocus:\"rgb(0, 153, 255)\",colorInvalid:\"rgb(255, 90, 111)\",style:\"solid\",width:\"1px\"},color:\"rgb(255, 255, 255)\",customLayer:[],fill:{color:\"rgb(51, 51, 51)\",colorA:\"rgb(140, 140, 140)\",colorB:\"rgb(0, 0, 0)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.2em\"},height:\"100%\",id:\"T9QqfV1SU\",layoutId:\"T9QqfV1SU\",name:\"Previous Button\",padding:\"10px 16px 10px 16px\",page:\"previous\",radius:\"60px\",shadows:\"\",text:getLocalizedValue(\"v22\",activeLocale)??\"Previous\",transition:{duration:0,type:\"tween\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-152trjk-container\",\"data-framer-name\":\"Next Button\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,name:\"Next Button\",nodeId:\"g4Vt3MCOp\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MultiStepFormButton,{appearance:\"default\",autoHide:true,bgBlur:0,border:{color:\"rgba(0, 153, 255, 0)\",colorFocus:\"rgb(0, 153, 255)\",colorInvalid:\"rgb(255, 90, 111)\",style:\"solid\",width:\"1px\"},color:\"rgb(255, 255, 255)\",customLayer:[],fill:{color:\"rgb(51, 51, 51)\",colorA:\"rgb(140, 140, 140)\",colorB:\"rgb(0, 0, 0)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.2em\"},height:\"100%\",id:\"g4Vt3MCOp\",layoutId:\"g4Vt3MCOp\",name:\"Next Button\",padding:\"10px 16px 10px 16px\",page:\"next\",radius:\"60px\",shadows:\"\",text:getLocalizedValue(\"v23\",activeLocale)??\"Next\",transition:{duration:0,type:\"tween\"},width:\"100%\"})})})]})]})]})})]})})})]}),getContainer())})})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-20rmj.framer-lux5qc, .framer-20rmj .framer-lux5qc { display: block; }\",\".framer-20rmj.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",'.framer-20rmj .framer-iy9n8t { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-b1f86089-68e3-4aa2-8e22-796e036b6159, #faecf7) /* {\"name\":\"Pink Light\"} */ 0%, rgb(255, 255, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 100%; }',\".framer-20rmj .framer-1m028g0-container, .framer-20rmj .framer-12lckpr-container, .framer-20rmj .framer-1pdckml-container, .framer-20rmj .framer-rki7c8-container, .framer-20rmj .framer-1w7mduq-container, .framer-20rmj .framer-7ygoh0-container { flex: none; height: auto; max-width: 1680px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1kei6n8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1h2d3wj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 70%; }\",\".framer-20rmj .framer-ecnko7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-14ywsjh-container, .framer-20rmj .framer-1oygmoe-container, .framer-20rmj .framer-1d6sbt6-container, .framer-20rmj .framer-12q5hxl-container, .framer-20rmj .framer-1lp13zc-container, .framer-20rmj .framer-152trjk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-20rmj .framer-gbbuy3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1a3fvgn, .framer-20rmj .framer-1i11270 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-66mk3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-1iawi5e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-20rmj .framer-1lhy0kx, .framer-20rmj .framer-1dg3ujl, .framer-20rmj .framer-1gm0ert { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-20rmj .framer-oqfxji-container, .framer-20rmj .framer-1jtb6m6-container, .framer-20rmj .framer-15c055g-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-20rmj .framer-14n81j6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20rmj .framer-1urmcqy { align-content: flex-end; align-items: flex-end; aspect-ratio: 2.0454545454545454 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 704px); justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-6mlxno { aspect-ratio: 1.80028129395218 / 1; bottom: -60px; flex: none; height: var(--framer-aspect-ratio-supported, 640px); left: 50%; overflow: visible; position: absolute; transform: translateX(-50%); width: 80%; z-index: 1; }\",\".framer-20rmj .framer-1xbj26n-container { bottom: 198px; flex: none; left: 1062px; position: absolute; top: 0px; width: 163px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-20rmj .framer-15hwvno { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-20rmj .framer-104q6mw { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-7wyan8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-18tq87n { aspect-ratio: 2.4516129032258065 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); overflow: visible; position: relative; width: 152px; }\",\".framer-20rmj .framer-vefe0 { flex: none; height: 111px; position: relative; width: 148px; }\",\".framer-20rmj .framer-ioc8k { flex: none; height: 74px; overflow: hidden; position: relative; width: 219px; }\",\".framer-20rmj .framer-t0gwm5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-20rmj .framer-n0yg95 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-20rmj .framer-1fnxum8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 1px; }\",\".framer-20rmj .framer-19l6g4h, .framer-20rmj .framer-l9leip { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-o4ppc2 { --framer-paragraph-spacing: 6px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-1kdbcuy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-20rmj .framer-1feazen { aspect-ratio: 0.91875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 640px); overflow: visible; position: relative; width: 588px; }\",\".framer-20rmj .framer-pfiltb-container { flex: none; height: auto; position: relative; width: 1440px; }\",\".framer-20rmj .framer-1ntbqpm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1pytlio { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-c86sxe-container { flex: 0.5 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-20rmj .framer-yuuej { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1hop0j2 { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-9z5yg7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-kk9i4s { 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: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-20rmj .framer-1ns1tfj { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 88px); overflow: hidden; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); }\",\".framer-20rmj .framer-17c865v, .framer-20rmj .framer-1wi89cj { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 750px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-wjq7yh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20rmj .framer-ja7iw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20rmj .framer-1yyrm21, .framer-20rmj .framer-1tf8sr3, .framer-20rmj .framer-10favog { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-20rmj .framer-18udavr-container { flex: none; height: auto; left: 84%; position: fixed; top: 79%; transform: translate(-50%, -50%); width: 400px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",'.framer-20rmj.framer-z85gm9 { background-color: var(--token-604f32ab-0b30-45f2-987d-9eb44f947c61, #14143c) /* {\"name\":\"Dark Blue\"} */; inset: 0px; position: fixed; user-select: none; z-index: 8; }',\".framer-20rmj.framer-1k9k4ic { align-content: center; align-items: center; background-color: var(--token-c1d73994-d990-4881-b9b5-f0fa67a69b96, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 51%; overflow: hidden; padding: 60px; position: fixed; top: 47%; transform: translate(-50%, -50%); width: 700px; will-change: var(--framer-will-change-override, transform); z-index: 8; }\",\".framer-20rmj .framer-11robbe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-20rmj .framer-mv6khs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-ls6yxd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-q4kati { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1bzenig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-g4yqfx, .framer-20rmj .framer-s48o42, .framer-20rmj .framer-11amdja { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-17xtii8, .framer-20rmj .framer-q08tt7, .framer-20rmj .framer-19h005j, .framer-20rmj .framer-s8sm59, .framer-20rmj .framer-1f9fkc2, .framer-20rmj .framer-1n8uikb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1dh7y3w, .framer-20rmj .framer-1ql3kpq, .framer-20rmj .framer-hf5iaf, .framer-20rmj .framer-bmj0aw, .framer-20rmj .framer-19vjbeu, .framer-20rmj .framer-1ddl6qa { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-20rmj .framer-1cij4rr { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }','.framer-20rmj .framer-1xp4dlf, .framer-20rmj .framer-il092p, .framer-20rmj .framer-1llv5wr, .framer-20rmj .framer-1bdurgh, .framer-20rmj .framer-1ux5svb { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-20rmj .framer-18cqjvo-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1i67kgl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-18xo38r { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: hidden; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-20rmj .framer-odkbkk { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 750px; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-20rmj .framer-1m8ol7d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 0px; position: relative; width: 100%; }\",\".framer-20rmj .framer-1ji72lt { 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: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-20rmj.framer-72rtr7, .framer-20rmj .framer-iy9n8t, .framer-20rmj .framer-1kei6n8, .framer-20rmj .framer-1h2d3wj, .framer-20rmj .framer-ecnko7, .framer-20rmj .framer-gbbuy3, .framer-20rmj .framer-1iawi5e, .framer-20rmj .framer-1lhy0kx, .framer-20rmj .framer-14n81j6, .framer-20rmj .framer-1urmcqy, .framer-20rmj .framer-15hwvno, .framer-20rmj .framer-7wyan8, .framer-20rmj .framer-t0gwm5, .framer-20rmj .framer-n0yg95, .framer-20rmj .framer-1fnxum8, .framer-20rmj .framer-1kdbcuy, .framer-20rmj .framer-1dg3ujl, .framer-20rmj .framer-1gm0ert, .framer-20rmj .framer-1ntbqpm, .framer-20rmj .framer-1pytlio, .framer-20rmj .framer-yuuej, .framer-20rmj .framer-1hop0j2, .framer-20rmj .framer-9z5yg7, .framer-20rmj .framer-kk9i4s, .framer-20rmj .framer-wjq7yh, .framer-20rmj .framer-ja7iw, .framer-20rmj.framer-1k9k4ic, .framer-20rmj .framer-11robbe, .framer-20rmj .framer-mv6khs, .framer-20rmj .framer-ls6yxd, .framer-20rmj .framer-q4kati, .framer-20rmj .framer-1bzenig, .framer-20rmj .framer-g4yqfx, .framer-20rmj .framer-17xtii8, .framer-20rmj .framer-s48o42, .framer-20rmj .framer-q08tt7, .framer-20rmj .framer-19h005j, .framer-20rmj .framer-11amdja, .framer-20rmj .framer-s8sm59, .framer-20rmj .framer-1f9fkc2, .framer-20rmj .framer-1n8uikb, .framer-20rmj .framer-1i67kgl, .framer-20rmj .framer-1ji72lt { gap: 0px; } .framer-20rmj.framer-72rtr7 > *, .framer-20rmj .framer-1kei6n8 > *, .framer-20rmj .framer-15hwvno > *, .framer-20rmj .framer-ja7iw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-20rmj.framer-72rtr7 > :first-child, .framer-20rmj .framer-iy9n8t > :first-child, .framer-20rmj .framer-1kei6n8 > :first-child, .framer-20rmj .framer-1h2d3wj > :first-child, .framer-20rmj .framer-ecnko7 > :first-child, .framer-20rmj .framer-gbbuy3 > :first-child, .framer-20rmj .framer-1iawi5e > :first-child, .framer-20rmj .framer-15hwvno > :first-child, .framer-20rmj .framer-1fnxum8 > :first-child, .framer-20rmj .framer-1ntbqpm > :first-child, .framer-20rmj .framer-yuuej > :first-child, .framer-20rmj .framer-1hop0j2 > :first-child, .framer-20rmj .framer-kk9i4s > :first-child, .framer-20rmj .framer-ja7iw > :first-child, .framer-20rmj .framer-11robbe > :first-child, .framer-20rmj .framer-mv6khs > :first-child, .framer-20rmj .framer-ls6yxd > :first-child, .framer-20rmj .framer-q4kati > :first-child, .framer-20rmj .framer-1bzenig > :first-child, .framer-20rmj .framer-g4yqfx > :first-child, .framer-20rmj .framer-17xtii8 > :first-child, .framer-20rmj .framer-s48o42 > :first-child, .framer-20rmj .framer-q08tt7 > :first-child, .framer-20rmj .framer-19h005j > :first-child, .framer-20rmj .framer-11amdja > :first-child, .framer-20rmj .framer-s8sm59 > :first-child, .framer-20rmj .framer-1f9fkc2 > :first-child, .framer-20rmj .framer-1n8uikb > :first-child { margin-top: 0px; } .framer-20rmj.framer-72rtr7 > :last-child, .framer-20rmj .framer-iy9n8t > :last-child, .framer-20rmj .framer-1kei6n8 > :last-child, .framer-20rmj .framer-1h2d3wj > :last-child, .framer-20rmj .framer-ecnko7 > :last-child, .framer-20rmj .framer-gbbuy3 > :last-child, .framer-20rmj .framer-1iawi5e > :last-child, .framer-20rmj .framer-15hwvno > :last-child, .framer-20rmj .framer-1fnxum8 > :last-child, .framer-20rmj .framer-1ntbqpm > :last-child, .framer-20rmj .framer-yuuej > :last-child, .framer-20rmj .framer-1hop0j2 > :last-child, .framer-20rmj .framer-kk9i4s > :last-child, .framer-20rmj .framer-ja7iw > :last-child, .framer-20rmj .framer-11robbe > :last-child, .framer-20rmj .framer-mv6khs > :last-child, .framer-20rmj .framer-ls6yxd > :last-child, .framer-20rmj .framer-q4kati > :last-child, .framer-20rmj .framer-1bzenig > :last-child, .framer-20rmj .framer-g4yqfx > :last-child, .framer-20rmj .framer-17xtii8 > :last-child, .framer-20rmj .framer-s48o42 > :last-child, .framer-20rmj .framer-q08tt7 > :last-child, .framer-20rmj .framer-19h005j > :last-child, .framer-20rmj .framer-11amdja > :last-child, .framer-20rmj .framer-s8sm59 > :last-child, .framer-20rmj .framer-1f9fkc2 > :last-child, .framer-20rmj .framer-1n8uikb > :last-child { margin-bottom: 0px; } .framer-20rmj .framer-iy9n8t > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-20rmj .framer-1h2d3wj > *, .framer-20rmj .framer-mv6khs > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-20rmj .framer-ecnko7 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-20rmj .framer-gbbuy3 > *, .framer-20rmj .framer-1iawi5e > *, .framer-20rmj .framer-1fnxum8 > *, .framer-20rmj .framer-11robbe > *, .framer-20rmj .framer-q4kati > *, .framer-20rmj .framer-g4yqfx > *, .framer-20rmj .framer-s48o42 > *, .framer-20rmj .framer-11amdja > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-20rmj .framer-1lhy0kx > *, .framer-20rmj .framer-n0yg95 > *, .framer-20rmj .framer-1dg3ujl > *, .framer-20rmj .framer-1gm0ert > *, .framer-20rmj.framer-1k9k4ic > *, .framer-20rmj .framer-1i67kgl > *, .framer-20rmj .framer-1ji72lt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-20rmj .framer-1lhy0kx > :first-child, .framer-20rmj .framer-14n81j6 > :first-child, .framer-20rmj .framer-1urmcqy > :first-child, .framer-20rmj .framer-7wyan8 > :first-child, .framer-20rmj .framer-t0gwm5 > :first-child, .framer-20rmj .framer-n0yg95 > :first-child, .framer-20rmj .framer-1kdbcuy > :first-child, .framer-20rmj .framer-1dg3ujl > :first-child, .framer-20rmj .framer-1gm0ert > :first-child, .framer-20rmj .framer-1pytlio > :first-child, .framer-20rmj .framer-9z5yg7 > :first-child, .framer-20rmj .framer-wjq7yh > :first-child, .framer-20rmj.framer-1k9k4ic > :first-child, .framer-20rmj .framer-1i67kgl > :first-child, .framer-20rmj .framer-1ji72lt > :first-child { margin-left: 0px; } .framer-20rmj .framer-1lhy0kx > :last-child, .framer-20rmj .framer-14n81j6 > :last-child, .framer-20rmj .framer-1urmcqy > :last-child, .framer-20rmj .framer-7wyan8 > :last-child, .framer-20rmj .framer-t0gwm5 > :last-child, .framer-20rmj .framer-n0yg95 > :last-child, .framer-20rmj .framer-1kdbcuy > :last-child, .framer-20rmj .framer-1dg3ujl > :last-child, .framer-20rmj .framer-1gm0ert > :last-child, .framer-20rmj .framer-1pytlio > :last-child, .framer-20rmj .framer-9z5yg7 > :last-child, .framer-20rmj .framer-wjq7yh > :last-child, .framer-20rmj.framer-1k9k4ic > :last-child, .framer-20rmj .framer-1i67kgl > :last-child, .framer-20rmj .framer-1ji72lt > :last-child { margin-right: 0px; } .framer-20rmj .framer-14n81j6 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-20rmj .framer-1urmcqy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-20rmj .framer-7wyan8 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-20rmj .framer-t0gwm5 > *, .framer-20rmj .framer-1pytlio > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-20rmj .framer-1kdbcuy > *, .framer-20rmj .framer-wjq7yh > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-20rmj .framer-1ntbqpm > *, .framer-20rmj .framer-kk9i4s > *, .framer-20rmj .framer-ls6yxd > *, .framer-20rmj .framer-17xtii8 > *, .framer-20rmj .framer-q08tt7 > *, .framer-20rmj .framer-19h005j > *, .framer-20rmj .framer-s8sm59 > *, .framer-20rmj .framer-1f9fkc2 > *, .framer-20rmj .framer-1n8uikb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-20rmj .framer-yuuej > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-20rmj .framer-1hop0j2 > *, .framer-20rmj .framer-1bzenig > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-20rmj .framer-9z5yg7 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-20rmj.framer-72rtr7 { width: 810px; } .framer-20rmj .framer-1h2d3wj { width: 90%; } .framer-20rmj .framer-14n81j6 { width: 500px; } .framer-20rmj .framer-1oygmoe-container { width: 400px; } .framer-20rmj .framer-1urmcqy { height: var(--framer-aspect-ratio-supported, 396px); } .framer-20rmj .framer-6mlxno { height: var(--framer-aspect-ratio-supported, 360px); } .framer-20rmj .framer-1xbj26n-container { bottom: -154px; left: 630px; width: 130px; } .framer-20rmj .framer-t0gwm5, .framer-20rmj .framer-1pytlio { flex-direction: column; } .framer-20rmj .framer-n0yg95 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-20rmj .framer-1feazen { height: var(--framer-aspect-ratio-supported, 526px); width: 70%; } .framer-20rmj .framer-pfiltb-container { width: 100%; } .framer-20rmj .framer-c86sxe-container { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-20rmj .framer-t0gwm5, .framer-20rmj .framer-1pytlio { gap: 0px; } .framer-20rmj .framer-t0gwm5 > *, .framer-20rmj .framer-1pytlio > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-20rmj .framer-t0gwm5 > :first-child, .framer-20rmj .framer-1pytlio > :first-child { margin-top: 0px; } .framer-20rmj .framer-t0gwm5 > :last-child, .framer-20rmj .framer-1pytlio > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-20rmj.framer-72rtr7 { width: 390px; } .framer-20rmj .framer-iy9n8t { gap: 45px; padding: 0px 0px 60px 0px; } .framer-20rmj .framer-1kei6n8 { padding: 0px 20px 0px 20px; } .framer-20rmj .framer-1h2d3wj { gap: 30px; width: 100%; } .framer-20rmj .framer-1iawi5e { gap: 15px; width: 100%; } .framer-20rmj .framer-14n81j6, .framer-20rmj .framer-pfiltb-container { width: 100%; } .framer-20rmj .framer-1oygmoe-container { flex: 1 0 0px; width: 1px; } .framer-20rmj .framer-1urmcqy { height: var(--framer-aspect-ratio-supported, 171px); } .framer-20rmj .framer-6mlxno { height: var(--framer-aspect-ratio-supported, 156px); } .framer-20rmj .framer-18tq87n { height: var(--framer-aspect-ratio-supported, 33px); width: 82px; } .framer-20rmj .framer-vefe0 { height: 67px; width: 89px; } .framer-20rmj .framer-t0gwm5 { flex-direction: column; padding: 0px 20px 0px 20px; } .framer-20rmj .framer-n0yg95 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-20rmj .framer-1kdbcuy { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-20rmj .framer-1feazen { height: var(--framer-aspect-ratio-supported, 381px); width: 100%; } .framer-20rmj .framer-1ntbqpm { padding: 20px; } .framer-20rmj .framer-1pytlio { flex-direction: column; } .framer-20rmj .framer-c86sxe-container { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-20rmj .framer-iy9n8t, .framer-20rmj .framer-1h2d3wj, .framer-20rmj .framer-1iawi5e, .framer-20rmj .framer-t0gwm5, .framer-20rmj .framer-1kdbcuy, .framer-20rmj .framer-1pytlio { gap: 0px; } .framer-20rmj .framer-iy9n8t > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-20rmj .framer-iy9n8t > :first-child, .framer-20rmj .framer-1h2d3wj > :first-child, .framer-20rmj .framer-1iawi5e > :first-child, .framer-20rmj .framer-t0gwm5 > :first-child, .framer-20rmj .framer-1kdbcuy > :first-child, .framer-20rmj .framer-1pytlio > :first-child { margin-top: 0px; } .framer-20rmj .framer-iy9n8t > :last-child, .framer-20rmj .framer-1h2d3wj > :last-child, .framer-20rmj .framer-1iawi5e > :last-child, .framer-20rmj .framer-t0gwm5 > :last-child, .framer-20rmj .framer-1kdbcuy > :last-child, .framer-20rmj .framer-1pytlio > :last-child { margin-bottom: 0px; } .framer-20rmj .framer-1h2d3wj > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-20rmj .framer-1iawi5e > *, .framer-20rmj .framer-1kdbcuy > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-20rmj .framer-t0gwm5 > *, .framer-20rmj .framer-1pytlio > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7550\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"c36hAllTi\":{\"layout\":[\"fixed\",\"auto\"]},\"lX1LrI4BB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"RRxA0y7WX\":{\"pattern\":\":RRxA0y7WX\",\"name\":\"contact\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-20rmj\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7550,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...NavigationCopyFonts,...Tag2Fonts,...ButtonFonts,...FreeCapacityFonts,...LaravelDevelopersFonts,...ButtonSecondaryFonts,...ReferencesFonts,...DownloadEbookFonts,...ReferenceFonts,...ServicesFonts,...AboutSNADNEEFonts,...CTAFonts,...FooterFonts,...FreeConsultationFonts,...MultiStepFormFonts,...SubmitButton2Fonts,...FormPageLabelFonts,...MultiStepFormButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"7550\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerScrollSections\":\"{\\\"RRxA0y7WX\\\":{\\\"pattern\\\":\\\":RRxA0y7WX\\\",\\\"name\\\":\\\"contact\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c36hAllTi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lX1LrI4BB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "mqDAAA,SAASA,GAAQC,EAAE,CAA8B,QAAzBC,EAAE,EAAMC,EAAEC,EAAE,EAAEC,EAAEJ,EAAE,OAAYI,GAAG,EAAE,EAAED,EAAEC,GAAG,EAAGF,EAAE,IAAIF,EAAE,WAAWG,CAAC,GAAG,IAAIH,EAAE,WAAW,EAAEG,CAAC,IAAI,GAAG,IAAIH,EAAE,WAAW,EAAEG,CAAC,IAAI,IAAI,IAAIH,EAAE,WAAW,EAAEG,CAAC,IAAI,GAAGD,EAAE,YAAY,MAAMA,IAAI,OAAOA,IAAI,KAAK,IAAIA,GAAGA,IAAI,GAAGD,EAAE,YAAY,MAAMC,IAAI,OAAOA,IAAI,KAAK,IAAI,YAAY,MAAMD,IAAI,OAAOA,IAAI,KAAK,IAAI,OAAOG,EAAE,CAAC,IAAK,GAAEH,IAAI,IAAID,EAAE,WAAWG,EAAE,CAAC,IAAI,GAAG,IAAK,GAAEF,IAAI,IAAID,EAAE,WAAWG,EAAE,CAAC,IAAI,EAAE,IAAK,GAAEF,GAAG,IAAID,EAAE,WAAWG,CAAC,EAAEF,EAAE,YAAY,MAAMA,IAAI,OAAOA,IAAI,KAAK,GAAG,CAAC,OAAAA,GAAGA,IAAI,GAAGA,EAAE,YAAY,MAAMA,IAAI,OAAOA,IAAI,KAAK,MAAYA,EAAEA,IAAI,MAAM,GAAG,SAAS,EAAE,CAAC,CCAhZ,SAASI,GAAiBC,EAAkB,CAAC,OAAOA,EAAkB,CAAC,IAAI,MAAM,MAAM,WAAW,IAAI,SAAS,MAAM,UAAU,IAAI,SAAS,MAAM,SAAU,CAAC,CAU5T,IAAMC,GAAIC,EAAQ,SAAaC,EAAM,CACxC,IAAMC,EAASC,GAAa,QAAQ,IAAIA,GAAa,OACnBC,EAAlB,CAACH,EAAM,KAA8BA,EAAM,eAAe,EAAE,EACtEI,EAAKC,GAAWL,EAAM,KAAKG,CAAQ,EACnCG,EAAG,SAASC,GAAKH,CAAI,IACrBI,EAAeZ,GAAiBI,EAAM,iBAAiB,EAAE,OAAoBS,EAAM,MAAM,CAAC,UAAU,iCAAiC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,gBAAgB,QAAQ,EAAE,QAAQ,cAAc,SAAS,UAAU,SAAS,CAAcC,EAAK,OAAO,CAAC,GAAGJ,EAAG,EAAEF,EAAK,YAAY,OAAO,KAAK,aAAa,CAAC,EAAeM,EAAK,OAAO,CAAC,SAAsBA,EAAK,WAAW,CAAC,KAAK,IAAIJ,IAAK,YAAYN,EAAM,YAAY,iBAAiBQ,EAAe,MAAM,CAAC,cAAcR,EAAM,KAAK,cAAcA,EAAM,KAAK,cAAc,KAAK,GAAGA,EAAM,KAAK,KAAKA,EAAM,KAAK,EAAE,SAASA,EAAM,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAC7lB,CAAC,iFAAiF,CAAC,EAASW,GAAQb,GAAIA,GAAI,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEc,EAAoBd,GAAI,CAAC,KAAK,CAAC,MAAM,UAAU,KAAKe,EAAY,OAAO,aAAa,sCAAsC,gBAAgB,EAAI,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,QAAQ,aAAa,SAAS,cAAc,UAAU,aAAa,EAAI,EAAE,eAAe,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,eAAe,GAAK,OAAOb,GAAOA,EAAM,IAAI,EAAE,kBAAkB,CAAC,MAAM,QAAQ,KAAKa,EAAY,KAAK,QAAQ,CAAC,MAAM,SAAS,QAAQ,EAAE,YAAY,CAAC,YAAY,eAAe,cAAc,EAAE,aAAa,SAAS,wBAAwB,EAAI,EAAE,KAAK,CAAC,KAAKA,EAAY,QAAQ,aAAa,GAAM,MAAM,YAAY,aAAa,KAAK,cAAc,KAAK,EAAE,YAAY,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,aAAa,EAAE,IAAI,IAAI,KAAK,OAAO,KAAK,EAAE,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,SAAS,WAAW,qBAAqB,EAAK,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,MAAM,CAAC,CAAC,EAA4B,IAAMR,GAAW,CAACS,EAAKX,IAAW,CAAC,IAAMY,EAAY,GAAGZ,EAAea,EAAe,GAAGb,EAAS,OAAOW,EAAoJ,cAAcE,qBAAkCA,WAAwBD,mBAA6BA,WAApP,cAAcA,qBAA+BA,oBAA8BC,mBAAgCA,SAAsBD,GAAwI,ECfz+B,IAAME,GAASC,EAASC,EAAG,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAwO,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMI,IAAWA,EAAS,KAAK,GAAG,EAAEJ,EAAM,iBAAuBK,GAA6BC,EAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEnB,GAASI,CAAK,EAAO,CAAC,YAAAgB,EAAY,WAAAC,GAAW,eAAAC,GAAe,gBAAAC,EAAgB,WAAAC,GAAW,SAAAhB,EAAQ,EAAEiB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,QAAAR,EAAQ,kBAAAS,EAAiB,CAAC,EAAQC,EAAiBrB,GAAuBH,EAAMI,EAAQ,EAAQqB,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,EAAqB,EAAE,OAAoBxC,EAAKyC,EAAY,CAAC,GAAGnB,GAA4Cc,GAAgB,SAAsBpC,EAAKC,GAAS,CAAC,QAAQY,GAAS,QAAQ,GAAM,SAAsBb,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBoD,EAAMxC,EAAO,IAAI,CAAC,GAAGsB,EAAU,UAAUmB,EAAGC,GAAkB,GAAGN,GAAsB,iBAAiBjB,EAAUK,EAAU,EAAE,mBAAmB,YAAY,iBAAiBO,EAAiB,SAAS,YAAY,WAAW,IAAIL,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIZ,GAA6BkB,GAAK,MAAM,CAAC,OAAO,EAAE,GAAGd,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,EAAE,CAAC,EAAE,GAAGyB,GAAqB,CAAC,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAEpB,EAAYE,EAAc,EAAE,SAAS,CAAc3B,EAAK8C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBb,EAAiB,SAAS,YAAY,IAAI,u/DAAu/D,mBAAmB,EAAI,CAAC,EAAejC,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKgD,GAAI,CAAC,kBAAkB,SAAS,MAAM,mBAAmB,eAAe,EAAE,KAAK,GAAM,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,cAAc,QAAQ,WAAW,KAAK,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,6CAA6C,KAAK,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQC,GAAI,CAAC,kFAAkF,gFAAgF,uQAAuQ,2KAA2K,0KAA0K,8WAA8W,EAQ9mPC,EAAgBC,EAAQrC,GAAUmC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,qBAAqBA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,GAAGM,EAAQ,CAAC,ECR3Z,IAAMC,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,EAAOF,EAAOA,EAAO,SAAU,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,EAAGL,EAAOA,EAAO,SAAU,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCA40E,IAAMC,GAAoBC,EAASC,EAAc,EAAQC,GAAUF,EAASG,EAAI,EAAQC,GAAYJ,EAASK,CAAM,EAAQC,GAAkBN,EAASO,EAAY,EAAQC,GAAuBR,EAASS,EAAiB,EAAQC,GAAmCC,GAA0BC,CAAS,EAAQC,GAAqBb,EAASc,EAAe,EAAQC,GAAgBf,EAASgB,EAAU,EAAQC,GAAmBjB,EAASkB,EAAa,EAAQC,GAAenB,EAASoB,EAAS,EAAQC,GAAcrB,EAASsB,EAAQ,EAAQC,GAAkBvB,EAASwB,EAAY,EAAQC,GAASzB,EAAS0B,EAAG,EAAQC,GAAY3B,EAAS4B,EAAM,EAAQC,GAAsB7B,EAAS8B,EAAgB,EAAQC,GAAmB/B,EAASgC,EAAa,EAAQC,GAAmBjC,EAASkC,EAAa,EAAQC,GAAmBnC,EAASoC,EAAa,EAAQC,GAAyBrC,EAASsC,CAAmB,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAAY,CAAC,MAAM,EAAE,SAAS,KAAK,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAO,CAACC,EAAEC,IAAY,OAAOD,GAAI,UAAU,OAAOC,GAAI,SAASD,EAAE,YAAY,IAAIC,EAAE,YAAY,EAAED,IAAIC,EAAUC,GAAOC,GAAc,CAACA,EAAcC,GAAkBD,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBE,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAmB,CAACnB,EAAEC,IAAI,yBAAyBA,IAAUmB,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAP,EAAS,uBAAAQ,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOR,EAAS,CAAC,KAAK,IAAIW,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAU,CAAC,CAAC,MAAAlB,CAAK,IAAoBmB,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOpB,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUqB,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,GAAS,QAAAC,GAAQ,mBAAAC,EAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,EAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAE/B,GAASI,CAAK,EAAQ4B,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUpB,CAAY,EAAE,GAAGoB,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC,OAAUrB,CAAY,CAAC,EAAQsB,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUpB,CAAY,EAAE,SAAS,MAAMoB,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUpB,CAAY,CAAC,EAAE,GAAK,CAACuB,EAAYC,EAAmB,EAAEC,GAA8BjB,GAAQzD,GAAY,EAAK,EAAQ2E,GAAe,OAAe,CAAC,sBAAAC,GAAsB,MAAAC,EAAK,EAAEC,GAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIL,GAAsB,SAASM,KAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAA6NG,GAAkBC,EAAGlF,GAAkB,GAAtO,CAAaqD,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAE8B,GAA0BpC,CAAY,EAAE,IAAMpB,GAAQhB,GAAOH,GAAOuC,GAAc,GAAG,SAAS,CAAC,EAAQqC,GAAOC,GAAU,EAAQC,GAAUC,GAAkB,WAAW,EAAQC,GAAW7C,EAAO,IAAI,EAAQ8C,GAAY,IAAS1F,GAAU,EAAiBuE,IAAc,YAAtB,GAA6D,OAAAoB,GAAiB,CAAC,CAAC,EAAsB1D,EAAK2D,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA1F,EAAiB,EAAE,SAAsB2F,EAAMC,EAAY,CAAC,GAAGvC,IAAUT,EAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,+CAA+C,CAAC,EAAe8D,EAAME,EAAO,IAAI,CAAC,GAAG7B,GAAU,UAAUiB,EAAGD,GAAkB,gBAAgB5B,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcwC,EAAM,SAAS,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAc5D,EAAK+D,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO7C,GAAmB,OAAO,mBAAmB,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAKxE,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoI,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc5D,EAAK+D,EAA0B,CAAC,OAAO,GAAG,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKtE,GAAK,CAAC,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekI,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc5D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kDAAkD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,qKAAqK,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4D,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc5D,EAAKoE,EAAK,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAK,SAAsBpE,EAAK8D,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsB9D,EAAK+D,EAA0B,CAAC,OAAO,GAAG,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKpE,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUsI,EAAkB,KAAKnD,CAAY,GAAG,+BAA+B,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,MAAM,WAAWpB,GAAmB,OAAO,+BAA+B,CAAC,EAAE,SAAsBlB,EAAK+D,EAA0B,CAAC,OAAO,GAAG,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBtC,EAAKlE,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekE,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,YAAYpB,GAAmB,OAAO,2BAA2B,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBlB,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAOnD,GAAmB,OAAO,mBAAmB,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,SAAsBlB,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,aAAapB,GAAmB,OAAO,qCAAqC,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,CAAC,EAAE,SAAsBlB,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,YAAYnD,GAAmB,OAAO,6BAA6B,IAAI,0FAA0F,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,kBAAkBhD,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,MAAM,MAAM,OAAO,EAAE,UAAU,CAAC,OAAO,KAAK,CAAC,EAAE,SAAsBtC,EAAK+D,EAA0B,CAAC,OAAO,kBAAkB,MAAM,QAAQ,SAAsB/D,EAAK/D,GAAmC,CAAC,QAAQqC,GAAU,UAAU,2BAA2B,wBAAwB,UAAU,QAAQC,GAAW,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByB,EAAKhE,GAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4H,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc5D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,4CAA4C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe4D,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,wBAAwB,SAAS,CAAc5D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,wFAAwF,OAAO,qKAAqK,CAAC,CAAC,EAAE,SAAsBtC,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,wFAAwF,OAAO,qKAAqK,EAAE,UAAU,iBAAiB,mBAAmB,mCAAmC,CAAC,CAAC,CAAC,EAAerE,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,IAAI,usRAAusR,aAAa,WAAW,EAAE,UAAU,CAAC,IAAI,20QAA20Q,aAAa,WAAW,CAAC,EAAE,SAAsBtC,EAAKsE,EAAI,CAAC,UAAU,eAAe,mBAAmB,cAAc,OAAO,WAAW,QAAQ,EAAE,IAAI,ssRAAssR,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAetE,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,SAAS,CAAc5D,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB4D,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc5D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wCAAwC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKnD,CAAY,GAAgB6C,EAAYO,EAAS,CAAC,SAAS,CAAcnE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mIAAmI,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,2NAA2N,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,oJAAoJ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe4D,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc5D,EAAKoE,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBpE,EAAK8D,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsB9D,EAAK+D,EAA0B,CAAC,OAAO,GAAG,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKpE,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUsI,EAAkB,KAAKnD,CAAY,GAAG,cAAc,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKoE,EAAK,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAK,SAAsBpE,EAAK8D,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsB9D,EAAK+D,EAA0B,CAAC,OAAO,GAAG,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAK3D,GAAgB,CAAC,UAAU6H,EAAkB,KAAKnD,CAAY,GAAG,yCAAkC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,MAAM,aAAapB,GAAmB,OAAO,mCAAmC,IAAI,0FAA0F,OAAO,yKAAyK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,MAAM,YAAYA,GAAmB,OAAO,2BAA2B,IAAI,0FAA0F,OAAO,yKAAyK,CAAC,CAAC,EAAE,SAAsBlB,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,0FAA0F,OAAO,yKAAyK,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerE,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAO7C,GAAmB,OAAO,mBAAmB,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAKzD,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoD,IAAsBK,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAMpB,GAAmB,OAAO,OAAO,EAAE,UAAU,CAAC,MAAMA,GAAmB,OAAO,OAAO,CAAC,EAAE,SAAsBlB,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,SAAS,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAKvD,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemH,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc5D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAKnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuE,GAAmB,CAAC,SAAsBvE,EAAKlB,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0F,GAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,QAAQ,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM,KAAK,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,CAAC,CAAC,EAAE,SAAS,CAACC,EAAWC,EAAe3B,KAAwB/C,EAAK2E,EAAU,CAAC,SAASF,GAAY,IAAI,CAAC,CAAC,GAAG9C,EAAY,UAAUD,EAAmB,UAAUD,EAAmB,UAAUD,CAAkB,EAAEoD,MAASpD,IAAqB,GAAGE,IAAqB,GAAuB1B,EAAK6D,EAAY,CAAC,GAAG,aAAalC,IAAc,SAAsB3B,EAAK6E,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUrD,CAAkB,EAAE,SAAsBxB,EAAK8E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUtD,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASuD,GAA4B/E,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYpB,GAAmB,OAAO,2BAA2B,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0BAA0B,CAAC,EAAE,SAAsBlB,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAY7C,GAAmB,OAAO,sCAAsC,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUyC,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB/E,EAAKrD,GAAU,CAAC,UAAUoI,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUrD,EAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU7C,GAAkB4C,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3B,EAAK+D,EAA0B,CAAC,OAAO,KAAK,MAAM,OAAO7C,GAAmB,OAAO,mBAAmB,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAKnD,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAO7C,GAAmB,OAAO,mBAAmB,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAKjD,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiD,EAAK,MAAM,CAAC,UAAU,eAAe,mBAAmB,cAAc,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuE,GAAmB,CAAC,SAAsBvE,EAAKlB,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0F,GAAK,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,WAAW,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACQ,EAAYC,EAAgBC,KAAyBlF,EAAK2E,EAAU,CAAC,SAASK,GAAa,IAAI,CAAC,CAAC,UAAUlD,EAAmB,UAAUF,EAAmB,GAAGI,EAAY,UAAUH,EAAmB,UAAUE,EAAkB,EAAEoD,KAAUvD,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,KAAqB,GAAuB/B,EAAK6D,EAAY,CAAC,GAAG,aAAa7B,IAAc,SAAsBhC,EAAK6E,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU9C,EAAkB,EAAE,SAAsB/B,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB4D,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc5D,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,IAAI,mEAAmE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,CAAC,EAAerE,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAAsBjE,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,mWAA6R,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAK4B,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe5B,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB4D,EAAM,MAAM,CAAC,UAAU,eAAe,SAAS,CAAc5D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAAsBjE,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,+BAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAK6B,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAAsBjE,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAK8B,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe9B,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAAsBjE,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8DAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAO7C,GAAmB,OAAO,mBAAmB,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,GAAGmH,GAAU,OAAO,YAAY,IAAIE,GAAK,QAAQ,YAAY,SAAsBxD,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAK/C,GAAI,CAAC,UAAUiH,EAAkB,MAAMnD,CAAY,GAAG,yGAAyG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmD,EAAkB,KAAKnD,CAAY,GAAG,wDAAwD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAO7C,GAAmB,OAAO,mBAAmB,SAAsBlB,EAAK7D,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB6D,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAK7C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsG,GAAY,GAAgBzD,EAAKR,GAAQ,CAAC,SAASsD,GAAsB9C,EAAK2E,EAAU,CAAC,SAAsB3E,EAAK+D,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,kBAAkB,SAAsBH,EAAMzH,EAAU,CAAC,UAAU,0CAA0C,GAAG,UAAU,aAAa,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,kBAAkBmD,GAAmB,SAASD,GAAW,SAAS,CAAcW,EAAKgE,EAAkB,CAAC,WAAW1B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtC,EAAK3C,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUwF,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAe9C,EAAKoF,GAAgB,CAAC,SAAStC,EAAQ,SAAsB9C,EAAK2E,EAAU,CAAC,SAA+BU,GAA0BzB,EAAYO,EAAS,CAAC,SAAS,CAAcnE,EAAK8D,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAUZ,EAAGD,GAAkB,eAAe,EAAE,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIH,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAe9C,EAAK8D,EAAO,IAAI,CAAC,UAAUZ,EAAGD,GAAkB,gBAAgB,EAAE,wBAAwB,UAAU,kBAAkB3D,GAAmB,SAAsBU,EAAK8D,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAsBF,EAAME,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAME,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBA,EAAK,SAAS,CAAC,SAAS,0DAA0D,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,sEAAsE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,YAAY,EAAE,GAAG,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKsF,GAAc,CAAC,OAAO,oFAAoF,UAAU,gBAAgB,mBAAmB,kBAAkB,YAAY,CAAC,UAAU,WAAW,EAAE,SAASC,GAAwB3B,EAAMe,EAAU,CAAC,SAAS,CAAc3E,EAAK+D,EAA0B,CAAC,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB6D,EAAKzC,GAAc,CAAC,UAAU,CAAC,6BAA6B,GAAG,yBAAyB,GAAG,SAAS,iBAAiB,EAAE,QAAQ,WAAW,cAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqG,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAS,CAAc9D,EAAK8D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsBF,EAAME,EAAO,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,kCAA+C5D,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,sEAAsE,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwF,EAAmB,CAAC,UAAU,iBAAiB,UAAU,QAAQ,YAAY,GAAG,SAAS,GAAK,KAAK,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAME,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcF,EAAME,EAAO,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,eAA4B5D,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,sEAAsE,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwF,EAAmB,CAAC,UAAU,iBAAiB,UAAU,eAAe,YAAY,oCAAoC,SAAS,GAAK,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAME,EAAO,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwF,EAAmB,CAAC,UAAU,gBAAgB,UAAU,OAAO,YAAYtB,EAAkB,MAAMnD,CAAY,GAAG,gCAAgC,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAcF,EAAME,EAAO,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwF,EAAmB,CAAC,UAAU,iBAAiB,UAAU,OAAO,YAAY,aAAa,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAME,EAAO,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,QAAqB5D,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,sEAAsE,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwF,EAAmB,CAAC,UAAU,iBAAiB,UAAU,QAAQ,YAAY,mBAAmB,SAAS,GAAK,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAME,EAAO,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwF,EAAmB,CAAC,UAAU,iBAAiB,UAAU,QAAQ,YAAY,mBAAmB,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAexF,EAAK+D,EAA0B,CAAC,MAAM,QAAQ,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB6D,EAAKvC,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemG,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAKqE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,MAAM,OAAO,IAAI,yFAAyF,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,CAAC,EAAerE,EAAKiE,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAMnD,CAAY,GAAgBf,EAAWmE,EAAS,CAAC,SAAsBnE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,qEAAqE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4D,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAK+D,EAA0B,CAAC,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB6D,EAAKrC,GAAc,CAAC,MAAM,qBAAqB,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,QAAQ,IAAI,GAAG,YAAY,SAAS,YAAY,KAAKuG,EAAkB,MAAMnD,CAAY,GAAG,6BAA6B,WAAW,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc9D,EAAK+D,EAA0B,CAAC,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,kBAAkB,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,kBAAkB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB6D,EAAKnC,EAAoB,CAAC,WAAW,UAAU,SAAS,GAAK,OAAO,EAAE,OAAO,CAAC,MAAM,uBAAuB,WAAW,mBAAmB,aAAa,oBAAoB,MAAM,QAAQ,MAAM,KAAK,EAAE,MAAM,qBAAqB,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,kBAAkB,OAAO,qBAAqB,OAAO,eAAe,cAAc,EAAE,KAAK,OAAO,EAAE,KAAK,CAAC,WAAW,2CAA2C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,kBAAkB,QAAQ,sBAAsB,KAAK,WAAW,OAAO,OAAO,QAAQ,GAAG,KAAKqG,EAAkB,MAAMnD,CAAY,GAAG,WAAW,WAAW,CAAC,SAAS,EAAE,KAAK,OAAO,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK+D,EAA0B,CAAC,SAAsB/D,EAAK7D,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,cAAc,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB6D,EAAKnC,EAAoB,CAAC,WAAW,UAAU,SAAS,GAAK,OAAO,EAAE,OAAO,CAAC,MAAM,uBAAuB,WAAW,mBAAmB,aAAa,oBAAoB,MAAM,QAAQ,MAAM,KAAK,EAAE,MAAM,qBAAqB,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,kBAAkB,OAAO,qBAAqB,OAAO,eAAe,cAAc,EAAE,KAAK,OAAO,EAAE,KAAK,CAAC,WAAW,2CAA2C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,QAAQ,sBAAsB,KAAK,OAAO,OAAO,OAAO,QAAQ,GAAG,KAAKqG,EAAkB,MAAMnD,CAAY,GAAG,OAAO,WAAW,CAAC,SAAS,EAAE,KAAK,OAAO,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAExB,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyF,GAAI,CAAC,kFAAkF,gFAAgF,mSAAmS,sbAAsb,uUAAuU,mSAAmS,+QAA+Q,8QAA8Q,sTAAsT,+QAA+Q,mUAAmU,wOAAwO,wRAAwR,kWAAkW,0LAA0L,mRAAmR,wWAAwW,8PAA8P,kNAAkN,8RAA8R,yNAAyN,4RAA4R,+LAA+L,+FAA+F,gHAAgH,wUAAwU,4RAA4R,2RAA2R,oUAAoU,wNAAwN,qRAAqR,qLAAqL,0GAA0G,oSAAoS,qSAAqS,4GAA4G,6TAA6T,0QAA0Q,4PAA4P,qRAAqR,oWAAoW,0QAA0Q,uRAAuR,oRAAoR,gTAAgT,6OAA6O,uMAAuM,wlBAAwlB,2RAA2R,uRAAuR,+QAA+Q,2RAA2R,8PAA8P,qVAAqV,maAAma,0QAA0Q,knCAAknC,ipCAAipC,yGAAyG,6QAA6Q,oWAAoW,4OAA4O,uPAAuP,qRAAqR,4wPAA4wP,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,05CAA05C,urFAAurF,EAW1nnGC,EAAgBC,EAAQpF,GAAUkF,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGpK,GAAoB,GAAGG,GAAU,GAAGE,GAAY,GAAGE,GAAkB,GAAGE,GAAuB,GAAGK,GAAqB,GAAGE,GAAgB,GAAGE,GAAmB,GAAGE,GAAe,GAAGE,GAAc,GAAGE,GAAkB,GAAGE,GAAS,GAAGE,GAAY,GAAGE,GAAsB,GAAGE,GAAmB,GAAGE,GAAmB,GAAGE,GAAmB,GAAGE,GAAyB,GAAGkI,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC5vL,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,4BAA8B,OAAO,yBAA2B,QAAQ,sBAAwB,OAAO,yBAA2B,OAAO,qBAAuB,OAAO,qBAAuB,0DAAoE,uBAAyB,GAAG,oCAAsC,4JAA0L,sBAAwB,IAAI,6BAA+B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["murmur2", "r", "t", "a", "e", "c", "getAlignmentIcon", "alignmentBaseline", "Arc", "withCSS", "props", "isCanvas", "RenderTarget", "cylinder", "path", "createPath", "id", "murmur2", "alignmentValue", "u", "p", "Arc_default", "addPropertyControls", "ControlType", "flip", "cylinderTop", "cylinderBottom", "ArcFonts", "getFonts", "Arc_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "SVG", "ComponentViewportProvider", "Arc_default", "css", "FramerKQH3v4eyh", "withCSS", "KQH3v4eyh_default", "addPropertyControls", "ControlType", "addFonts", "ArcFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationCopyFonts", "getFonts", "NuzlITPSa_default", "Tag2Fonts", "AlAuS50Al_default", "ButtonFonts", "cE7TDYlCT_default", "FreeCapacityFonts", "L_5791tUF_default", "LaravelDevelopersFonts", "KQH3v4eyh_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ButtonSecondaryFonts", "ZGsXaqtTq_default", "ReferencesFonts", "S7zbSs0xT_default", "DownloadEbookFonts", "o4kqvP2ie_default", "ReferenceFonts", "BmR_maPe6_default", "ServicesFonts", "PTdbEiTp6_default", "AboutSNADNEEFonts", "EVb0Vsczh_default", "CTAFonts", "brf2Ls0EE_default", "FooterFonts", "DgRi95XXY_default", "FreeConsultationFonts", "bkC46urNU_default", "MultiStepFormFonts", "MultiStepForm_default", "SubmitButton2Fonts", "Wf90If1cY_default", "FormPageLabelFonts", "FormPageLabel", "MultiStepFormButtonFonts", "MultiStepFormButton", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "equals", "a", "b", "negate", "value", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition2", "animation2", "transformTemplate2", "getContainer", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "YLUqpmU1hDN6FOuWop", "vNcNrWGp2DN6FOuWop", "RtOzFJEo2DN6FOuWop", "idDN6FOuWop", "i8INTrj4gFQ8fpm9BR", "JFd44QKGMFQ8fpm9BR", "aNvW105lEFQ8fpm9BR", "YLUqpmU1hFQ8fpm9BR", "idFQ8fpm9BR", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "oAtddKsT73bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "usePreloadLocalizedValues", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "getLocalizedValue", "x", "Link", "Image2", "SVG", "ChildrenCanSuspend", "rywbL2WUw_default", "collection", "paginationInfo", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "collection1", "paginationInfo1", "loadMore1", "index1", "AnimatePresence", "Ga", "FormContainer", "formState", "FormPlainTextInput2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
