{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.8.0/dist/hash.browser.esm.js", "ssg:https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js", "ssg:https://framerusercontent.com/modules/B6CfdwwMgxwBPUmovKQl/CBPyFTFKdVPn8rkLvFez/bzZSUnj7n.js", "ssg:https://framerusercontent.com/modules/XuNURsMUzKO1cCzRjhEG/9ppBCtw9qapZcN4qQfTn/zO4oDVEnW.js", "ssg:https://framerusercontent.com/modules/al3adUGXAl5uSkkJr8Zc/iTGMCucX0jUHxVdZXjDa/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=hash.browser.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 (3d7d016)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./bzZSUnj7n-0.js\";const cycleOrder=[\"vNOBkLpD3\",\"t7SCCgRkm\",\"XbsLYlBpJ\"];const serializationHash=\"framer-qe4i8\";const variantClassNames={t7SCCgRkm:\"framer-v-w5x9kf\",vNOBkLpD3:\"framer-v-p79vr9\",XbsLYlBpJ:\"framer-v-1bal5ud\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={TVthEIDgp: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 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={Desktop:\"vNOBkLpD3\",Phone:\"XbsLYlBpJ\",Tablet:\"t7SCCgRkm\"};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:\"vNOBkLpD3\"};};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,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"vNOBkLpD3\",transitions,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:transition,children:/*#__PURE__*/_jsx(motion.section,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-p79vr9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"vNOBkLpD3\",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:{backgroundColor:\"var(--token-d36a4655-c0b3-419a-a298-576bfedd4e4c, rgb(13, 12, 12))\",...style},...addPropertyOverrides({t7SCCgRkm:{\"data-framer-name\":\"Tablet\"},XbsLYlBpJ:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yspu90\",layoutDependency:layoutDependency,layoutId:\"XJeeZwuuv\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mgrd8b\",layoutDependency:layoutDependency,layoutId:\"xcNIbHbFT\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jdi9vb\",layoutDependency:layoutDependency,layoutId:\"XkzTtufYC\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"logo ioc-unesco\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:160,pixelHeight:150,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Yvfj1gh9Jl66CCOpvm77gFQ70Q.svg\"},className:\"framer-2gk5sm\",\"data-framer-name\":\"logo5\",layoutDependency:layoutDependency,layoutId:\"ccBrO4yTI\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo latte school\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:252,pixelHeight:150,pixelWidth:252,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YV5Ni8YYa3vGlc1XflgtJdp2jc.svg\"},className:\"framer-q8xsn5\",\"data-framer-name\":\"logo5\",layoutDependency:layoutDependency,layoutId:\"ZgQDJzOr1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo carlobo\",fit:\"fit\",intrinsicHeight:72,intrinsicWidth:300,pixelHeight:72,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0u67B7eG5pEOeUQQR1Ef7yFEcXc.svg\"},className:\"framer-1knw6ym\",\"data-framer-name\":\"logo1\",layoutDependency:layoutDependency,layoutId:\"ENgqFHF3c\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b1c3jq\",layoutDependency:layoutDependency,layoutId:\"wGAJEqKcS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"logo marevivo\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:300,pixelHeight:128,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fSOvgf1ejwH4YgQIBQDf48OstFU.svg\"},className:\"framer-7lrrr3\",\"data-framer-name\":\"logo2\",layoutDependency:layoutDependency,layoutId:\"a5PhESps8\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo campari\",fit:\"fit\",intrinsicHeight:64,intrinsicWidth:300,pixelHeight:64,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UwU0GaieHy5o0G3xWJ4glKCz0.svg\"},className:\"framer-888nj1\",\"data-framer-name\":\"logo4\",layoutDependency:layoutDependency,layoutId:\"WdwuZ8IMu\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo roncato\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:176,pixelHeight:150,pixelWidth:176,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0sABEEaUf11WddyFS8sSx2s01zU.svg\"},className:\"framer-1102uio\",\"data-framer-name\":\"logo6\",layoutDependency:layoutDependency,layoutId:\"g971RV2Nv\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rkv3in\",layoutDependency:layoutDependency,layoutId:\"ADfV0cgEC\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"logo north sails\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:148,pixelHeight:150,pixelWidth:148,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wDaAmEbCDj3bzyu9WSMO7hpsiMs.svg\"},className:\"framer-5bie5r\",\"data-framer-name\":\"logo4\",layoutDependency:layoutDependency,layoutId:\"ZKVVy3jMK\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo worth wearing\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qERVW7EoBnnNgwMjVzLuToqktQE.png\"},className:\"framer-ekyaa4\",\"data-framer-name\":\"logo6\",layoutDependency:layoutDependency,layoutId:\"HR60pl9MX\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo ravaservice\",fit:\"fit\",intrinsicHeight:167,intrinsicWidth:2513,pixelHeight:167,pixelWidth:2513,positionX:\"center\",positionY:\"center\",sizes:`max((max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1200px) - 60px, 0px) - 180px) / 4, 0px)`,src:\"https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png\",srcSet:\"https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=512 512w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png 2513w\"},className:\"framer-fx0qjc\",\"data-framer-name\":\"logo4\",layoutDependency:layoutDependency,layoutId:\"f5lGOJTUA\",...addPropertyOverrides({t7SCCgRkm:{background:{alt:\"logo ravaservice\",fit:\"fit\",intrinsicHeight:167,intrinsicWidth:2513,pixelHeight:167,pixelWidth:2513,positionX:\"center\",positionY:\"center\",sizes:`max((max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 100px, 0px), 1200px) - 60px, 0px) - 120px) / 4, 0px)`,src:\"https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png\",srcSet:\"https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=512 512w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png 2513w\"}},XbsLYlBpJ:{background:{alt:\"logo ravaservice\",fit:\"fit\",intrinsicHeight:167,intrinsicWidth:2513,pixelHeight:167,pixelWidth:2513,positionX:\"center\",positionY:\"center\",sizes:\"83.3333px\",src:\"https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png\",srcSet:\"https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=512 512w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/CCQjUVRgpVDDWY0CFrRsc4sXec.png 2513w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x2qo0l\",layoutDependency:layoutDependency,layoutId:\"P11pasoSj\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"logo worldrise\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:203,pixelHeight:150,pixelWidth:203,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bA0veLc7FZSXPaj9pwdSB828Hg.svg\"},className:\"framer-1vspps5\",\"data-framer-name\":\"logo6\",layoutDependency:layoutDependency,layoutId:\"ODZ63fDQt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo weroad\",fit:\"fit\",intrinsicHeight:82,intrinsicWidth:300,pixelHeight:82,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wTn1rKzLZeE4PjTaBSHrl2CDhfA.svg\"},className:\"framer-1kwqsj2\",\"data-framer-name\":\"logo2\",layoutDependency:layoutDependency,layoutId:\"rNMl1fzeT\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"logo antica murrina\",fit:\"fit\",intrinsicHeight:48,intrinsicWidth:300,pixelHeight:48,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/B5QIUV7EJ3UZeG40mpuyl9Qutzc.svg\"},className:\"framer-xrqzkf\",\"data-framer-name\":\"logo6\",layoutDependency:layoutDependency,layoutId:\"Bgj2EVlYW\"})]})]})})})})})});});const css=['.framer-qe4i8[data-border=\"true\"]::after, .framer-qe4i8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qe4i8.framer-rml71x, .framer-qe4i8 .framer-rml71x { display: block; }\",\".framer-qe4i8.framer-p79vr9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 1200px; }\",\".framer-qe4i8 .framer-yspu90 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-qe4i8 .framer-1mgrd8b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-qe4i8 .framer-1jdi9vb, .framer-qe4i8 .framer-b1c3jq, .framer-qe4i8 .framer-x2qo0l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-qe4i8 .framer-2gk5sm { flex: none; height: 69px; overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-q8xsn5 { aspect-ratio: 4.594594594594595 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-1knw6ym { flex: none; height: 38px; overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-7lrrr3 { aspect-ratio: 4.0476190476190474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-888nj1 { flex: none; height: 27px; overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-1102uio, .framer-qe4i8 .framer-1vspps5 { aspect-ratio: 4.473684210526316 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-rkv3in { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-qe4i8 .framer-5bie5r { aspect-ratio: 3.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-ekyaa4 { flex: none; height: 64px; overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-fx0qjc { flex: none; height: 14px; overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-1kwqsj2 { flex: none; height: 36px; overflow: visible; position: relative; width: 100%; }\",\".framer-qe4i8 .framer-xrqzkf { flex: none; height: 29px; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qe4i8.framer-p79vr9, .framer-qe4i8 .framer-yspu90, .framer-qe4i8 .framer-1mgrd8b, .framer-qe4i8 .framer-1jdi9vb, .framer-qe4i8 .framer-b1c3jq, .framer-qe4i8 .framer-rkv3in, .framer-qe4i8 .framer-x2qo0l { gap: 0px; } .framer-qe4i8.framer-p79vr9 > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-qe4i8.framer-p79vr9 > :first-child, .framer-qe4i8 .framer-yspu90 > :first-child, .framer-qe4i8 .framer-1mgrd8b > :first-child { margin-left: 0px; } .framer-qe4i8.framer-p79vr9 > :last-child, .framer-qe4i8 .framer-yspu90 > :last-child, .framer-qe4i8 .framer-1mgrd8b > :last-child { margin-right: 0px; } .framer-qe4i8 .framer-yspu90 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-qe4i8 .framer-1mgrd8b > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-qe4i8 .framer-1jdi9vb > *, .framer-qe4i8 .framer-b1c3jq > *, .framer-qe4i8 .framer-x2qo0l > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-qe4i8 .framer-1jdi9vb > :first-child, .framer-qe4i8 .framer-b1c3jq > :first-child, .framer-qe4i8 .framer-rkv3in > :first-child, .framer-qe4i8 .framer-x2qo0l > :first-child { margin-top: 0px; } .framer-qe4i8 .framer-1jdi9vb > :last-child, .framer-qe4i8 .framer-b1c3jq > :last-child, .framer-qe4i8 .framer-rkv3in > :last-child, .framer-qe4i8 .framer-x2qo0l > :last-child { margin-bottom: 0px; } .framer-qe4i8 .framer-rkv3in > * { margin: 0px; margin-bottom: calc(54px / 2); margin-top: calc(54px / 2); } }\",\".framer-qe4i8.framer-v-w5x9kf.framer-p79vr9 { align-content: flex-start; align-items: flex-start; padding: 50px 50px 50px 50px; width: 810px; }\",\".framer-qe4i8.framer-v-w5x9kf .framer-yspu90 { gap: 50px; }\",\".framer-qe4i8.framer-v-w5x9kf .framer-1mgrd8b { gap: 40px; }\",\".framer-qe4i8.framer-v-w5x9kf .framer-q8xsn5 { height: var(--framer-aspect-ratio-supported, 29px); }\",\".framer-qe4i8.framer-v-w5x9kf .framer-7lrrr3 { height: var(--framer-aspect-ratio-supported, 33px); }\",\".framer-qe4i8.framer-v-w5x9kf .framer-1102uio, .framer-qe4i8.framer-v-w5x9kf .framer-1vspps5 { height: var(--framer-aspect-ratio-supported, 30px); }\",\".framer-qe4i8.framer-v-w5x9kf .framer-5bie5r { height: var(--framer-aspect-ratio-supported, 35px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qe4i8.framer-v-w5x9kf .framer-yspu90, .framer-qe4i8.framer-v-w5x9kf .framer-1mgrd8b { gap: 0px; } .framer-qe4i8.framer-v-w5x9kf .framer-yspu90 > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-qe4i8.framer-v-w5x9kf .framer-yspu90 > :first-child, .framer-qe4i8.framer-v-w5x9kf .framer-1mgrd8b > :first-child { margin-left: 0px; } .framer-qe4i8.framer-v-w5x9kf .framer-yspu90 > :last-child, .framer-qe4i8.framer-v-w5x9kf .framer-1mgrd8b > :last-child { margin-right: 0px; } .framer-qe4i8.framer-v-w5x9kf .framer-1mgrd8b > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-qe4i8.framer-v-1bal5ud.framer-p79vr9 { align-content: flex-start; align-items: flex-start; overflow: hidden; padding: 30px 10px 30px 10px; width: min-content; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-yspu90 { flex: none; flex-direction: column; gap: 30px; padding: 0px 0px 0px 0px; width: 330px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-1mgrd8b { flex: none; flex-direction: column; gap: 30px; justify-content: flex-start; width: 100%; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-1jdi9vb, .framer-qe4i8.framer-v-1bal5ud .framer-b1c3jq, .framer-qe4i8.framer-v-1bal5ud .framer-rkv3in { flex: none; flex-direction: row; gap: 40px; width: 100%; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-2gk5sm { flex: 1 0 0px; height: 40px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-q8xsn5 { aspect-ratio: unset; flex: 1 0 0px; height: 33px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-1knw6ym { flex: 1 0 0px; height: 43px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-7lrrr3 { aspect-ratio: unset; flex: 1 0 0px; height: 25px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-888nj1, .framer-qe4i8.framer-v-1bal5ud .framer-fx0qjc, .framer-qe4i8.framer-v-1bal5ud .framer-1kwqsj2 { flex: 1 0 0px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-1102uio { aspect-ratio: unset; flex: 1 0 0px; height: 26px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-5bie5r, .framer-qe4i8.framer-v-1bal5ud .framer-1vspps5 { aspect-ratio: unset; flex: 1 0 0px; height: 31px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-ekyaa4 { flex: 1 0 0px; height: 37px; width: 1px; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-x2qo0l { flex: none; flex-direction: row; width: 100%; }\",\".framer-qe4i8.framer-v-1bal5ud .framer-xrqzkf { flex: 1 0 0px; height: 35px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qe4i8.framer-v-1bal5ud .framer-yspu90, .framer-qe4i8.framer-v-1bal5ud .framer-1mgrd8b, .framer-qe4i8.framer-v-1bal5ud .framer-1jdi9vb, .framer-qe4i8.framer-v-1bal5ud .framer-b1c3jq, .framer-qe4i8.framer-v-1bal5ud .framer-rkv3in, .framer-qe4i8.framer-v-1bal5ud .framer-x2qo0l { gap: 0px; } .framer-qe4i8.framer-v-1bal5ud .framer-yspu90 > *, .framer-qe4i8.framer-v-1bal5ud .framer-1mgrd8b > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-qe4i8.framer-v-1bal5ud .framer-yspu90 > :first-child, .framer-qe4i8.framer-v-1bal5ud .framer-1mgrd8b > :first-child { margin-top: 0px; } .framer-qe4i8.framer-v-1bal5ud .framer-yspu90 > :last-child, .framer-qe4i8.framer-v-1bal5ud .framer-1mgrd8b > :last-child { margin-bottom: 0px; } .framer-qe4i8.framer-v-1bal5ud .framer-1jdi9vb > *, .framer-qe4i8.framer-v-1bal5ud .framer-b1c3jq > *, .framer-qe4i8.framer-v-1bal5ud .framer-rkv3in > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-qe4i8.framer-v-1bal5ud .framer-1jdi9vb > :first-child, .framer-qe4i8.framer-v-1bal5ud .framer-b1c3jq > :first-child, .framer-qe4i8.framer-v-1bal5ud .framer-rkv3in > :first-child, .framer-qe4i8.framer-v-1bal5ud .framer-x2qo0l > :first-child { margin-left: 0px; } .framer-qe4i8.framer-v-1bal5ud .framer-1jdi9vb > :last-child, .framer-qe4i8.framer-v-1bal5ud .framer-b1c3jq > :last-child, .framer-qe4i8.framer-v-1bal5ud .framer-rkv3in > :last-child, .framer-qe4i8.framer-v-1bal5ud .framer-x2qo0l > :last-child { margin-right: 0px; } .framer-qe4i8.framer-v-1bal5ud .framer-x2qo0l > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 360\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"t7SCCgRkm\":{\"layout\":[\"fixed\",\"auto\"]},\"XbsLYlBpJ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbzZSUnj7n=withCSS(Component,css,\"framer-qe4i8\");export default FramerbzZSUnj7n;FramerbzZSUnj7n.displayName=\"Logos Split\";FramerbzZSUnj7n.defaultProps={height:360,width:1200};addPropertyControls(FramerbzZSUnj7n,{variant:{options:[\"vNOBkLpD3\",\"t7SCCgRkm\",\"XbsLYlBpJ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbzZSUnj7n,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbzZSUnj7n\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t7SCCgRkm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XbsLYlBpJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"360\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bzZSUnj7n.map", "// Generated by Framer (3d7d016)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/IVrqiyXBUXB3d8FahNsb/uCQ7DhpsQ4qgVAFiazG9/h_56m2UK1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dsnWVr9i8Z2DKTgiGWvy/SUNoJzX9zplaeCqzX73j/YckFIlg3V.js\";import*as localizedValues from\"./zO4oDVEnW-0.js\";const enabledGestures={Ow7vMhFl7:{hover:true}};const cycleOrder=[\"Ow7vMhFl7\"];const serializationHash=\"framer-oiTQH\";const variantClassNames={Ow7vMhFl7:\"framer-v-lrmso9\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={TVthEIDgp: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 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 getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,h109q4Sjc:(_ref=title!==null&&title!==void 0?title:props.h109q4Sjc)!==null&&_ref!==void 0?_ref:\"View all projects\",papI3Kh2W:link!==null&&link!==void 0?link:props.papI3Kh2W};};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,h109q4Sjc,papI3Kh2W,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Ow7vMhFl7\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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:transition,children:/*#__PURE__*/_jsx(Link,{href:papI3Kh2W,openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-lrmso9\",className,classNames)} framer-1dud5f2`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Ow7vMhFl7\",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:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"Ow7vMhFl7-hover\":{\"--border-bottom-width\":\"3px\",\"--border-color\":'var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236)) /* {\"name\":\"White\"} */',\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"Ow7vMhFl7-hover\":{\"data-border\":true,\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-62osmh\",\"data-styles-preset\":\"h_56m2UK1\",children:\"View all\"})}),className:\"framer-5h51l9\",layoutDependency:layoutDependency,layoutId:\"a_V0jgEHk\",text:h109q4Sjc,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ow7vMhFl7-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"View all\"})})}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-oiTQH[data-border=\"true\"]::after, .framer-oiTQH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oiTQH.framer-1dud5f2, .framer-oiTQH .framer-1dud5f2 { display: block; }\",\".framer-oiTQH.framer-lrmso9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 15px 24px 15px 24px; position: relative; text-decoration: none; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-oiTQH .framer-5h51l9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oiTQH.framer-lrmso9 { gap: 0px; } .framer-oiTQH.framer-lrmso9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-oiTQH.framer-lrmso9 > :first-child { margin-left: 0px; } .framer-oiTQH.framer-lrmso9 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 63.5\n * @framerIntrinsicWidth 237.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Jd2tg_fUs\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"h109q4Sjc\":\"title\",\"papI3Kh2W\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzO4oDVEnW=withCSS(Component,css,\"framer-oiTQH\");export default FramerzO4oDVEnW;FramerzO4oDVEnW.displayName=\"Button_White\";FramerzO4oDVEnW.defaultProps={height:63.5,width:237.5};addPropertyControls(FramerzO4oDVEnW,{h109q4Sjc:{defaultValue:\"View all projects\",displayTextArea:false,title:\"Title\",type:ControlType.String},papI3Kh2W:{title:\"Link\",type:ControlType.Link}});addFonts(FramerzO4oDVEnW,[...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzO4oDVEnW\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Jd2tg_fUs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"237.5\",\"framerIntrinsicHeight\":\"63.5\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"h109q4Sjc\\\":\\\"title\\\",\\\"papI3Kh2W\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zO4oDVEnW.map", "// Generated by Framer (3d7d016)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,LazyValue,Link,optimizeAppear,optimizeAppearTransformTemplate,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Grain from\"https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/Yj2l8c0GvEVdW0K5YSfi/Particles.js\";import LogosSplit from\"#framer/local/canvasComponent/bzZSUnj7n/bzZSUnj7n.js\";import FooterEmail from\"#framer/local/canvasComponent/MX8fp9gxb/MX8fp9gxb.js\";import Work from\"#framer/local/canvasComponent/pPRyIsEc_/pPRyIsEc_.js\";import Topbar from\"#framer/local/canvasComponent/pQWsMWkcK/pQWsMWkcK.js\";import Button_White from\"#framer/local/canvasComponent/zO4oDVEnW/zO4oDVEnW.js\";import Progetti from\"#framer/local/collection/g22Y0rKQV/g22Y0rKQV.js\";import*as sharedStyle4 from\"#framer/local/css/BDws4mbEe/BDws4mbEe.js\";import*as sharedStyle1 from\"#framer/local/css/cHWNMDrJD/cHWNMDrJD.js\";import*as sharedStyle from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle3 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle5 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const TopbarFonts=getFonts(Topbar);const ContainerWithFX=withFX(Container);const GrainFonts=getFonts(Grain);const ParticlesFonts=getFonts(Particles);const MotionDivWithFX=withFX(motion.div);const ArcFonts=getFonts(Arc);const WorkFonts=getFonts(Work);const Button_WhiteFonts=getFonts(Button_White);const LogosSplitFonts=getFonts(LogosSplit);const FooterEmailFonts=getFonts(FooterEmail);const cycleOrder=[\"WQLkyLRf1\",\"nGOIRb03F\",\"b7SRInJYj\"];const breakpoints={b7SRInJYj:\"(max-width: 809px)\",nGOIRb03F:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gipjW\";const variantClassNames={b7SRInJYj:\"framer-v-y23l1e\",nGOIRb03F:\"framer-v-wg3ukm\",WQLkyLRf1:\"framer-v-72rtr7\"};const transitions={default:{duration:0}};const valuesByLocaleId={TVthEIDgp:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};const preloadLocalizedValues=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);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,scale:1,x:0,y:-90};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,scale:1,x:0,y:-65};const transition2={damping:100,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation2={opacity:0,rotate:0,scale:1,transition:transition2,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,scale:1,x:0,y:0};const animation5={opacity:0,rotate:0,scale:1,transition:transition2,x:0,y:150};const animation6={opacity:.001,rotate:0,scale:1,x:0,y:150};const transition3={delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0};const transition4={damping:100,delay:0,mass:3,stiffness:400,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition4,x:0,y:100};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition4,x:0,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"b7SRInJYj\",Tablet:\"nGOIRb03F\"};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:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,v7J9yBPhaPlJcplWxM,KfcwTJWLYPlJcplWxM,ZYLzqJGSYPlJcplWxM,oqbUr9rWOPlJcplWxM,idPlJcplWxM,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-gipjW`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-gipjW`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{__framer__scrollDirection:{direction:\"down\",target:animation1}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yri3j9-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{variant:\"dxtA8R9ro\"},nGOIRb03F:{variant:\"vRz6iFx98\"}},children:/*#__PURE__*/_jsx(Topbar,{height:\"100%\",id:\"TcOo_Zk5d\",layoutId:\"TcOo_Zk5d\",style:{width:\"100%\"},variant:\"eoTXJYY6N\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-168assz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jfrale\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nzbwfn\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{\"data-framer-appear-id\":\"s8ru87\",animate:optimizeAppear(\"animate\",\"s8ru87\",animation3,\"y23l1e\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"67.72123636675713px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"WE DESIGN\"})}),initial:optimizeAppear(\"initial\",\"s8ru87\",animation4,\"y23l1e\"),transformTemplate:optimizeAppearTransformTemplate(\"s8ru87\",transformTemplate1),viewBox:\"0 0 369.5 54\"},nGOIRb03F:{\"data-framer-appear-id\":\"i0nzf2\",animate:optimizeAppear(\"animate\",\"i0nzf2\",animation3,\"wg3ukm\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"WE DESIGN\"})}),initial:optimizeAppear(\"initial\",\"i0nzf2\",animation4,\"wg3ukm\"),transformTemplate:optimizeAppearTransformTemplate(\"i0nzf2\",transformTemplate1),viewBox:\"0 0 240 36\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"8cu2lo\",animation3,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"147.17219071755437px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"WE DESIGN\"})}),className:\"framer-8cu2lo\",\"data-framer-appear-id\":\"8cu2lo\",exit:animation2,fonts:[\"GF;Manrope-800\"],initial:optimizeAppear(\"initial\",\"8cu2lo\",animation4,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"8cu2lo\",transformTemplate1),verticalAlignment:\"top\",viewBox:\"0 0 799.5 118\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7h37k7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{\"data-framer-appear-id\":\"y2jvyc\",animate:optimizeAppear(\"animate\",\"y2jvyc\",animation3,\"y23l1e\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22.24718468033824px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"communication experiences\"})}),initial:optimizeAppear(\"initial\",\"y2jvyc\",animation6,\"y23l1e\"),transformTemplate:optimizeAppearTransformTemplate(\"y2jvyc\",transformTemplate1),viewBox:\"0 0 269.5 27\"},nGOIRb03F:{\"data-framer-appear-id\":\"1moj9c2\",animate:optimizeAppear(\"animate\",\"1moj9c2\",animation3,\"wg3ukm\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"31.920887046999486px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"communication experiences\"})}),fonts:[\"GF;Manrope-800\"],initial:optimizeAppear(\"initial\",\"1moj9c2\",animation6,\"wg3ukm\"),transformTemplate:optimizeAppearTransformTemplate(\"1moj9c2\",transformTemplate1),viewBox:\"0 0 410.5 41\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"eju4x0\",animation3,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"60.772440793329416px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"communication experiences\"})}),className:\"framer-eju4x0\",\"data-framer-appear-id\":\"eju4x0\",exit:animation5,fonts:[\"GF;Manrope-700\"],initial:optimizeAppear(\"initial\",\"eju4x0\",animation6,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"eju4x0\",transformTemplate1),verticalAlignment:\"top\",viewBox:\"0 0 799.5 79\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-60c4hp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{children:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"7px\",\"--framer-letter-spacing\":\"3.3px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"10px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"10px\"},children:[\"PRODOTTI\",/*#__PURE__*/_jsx(\"br\",{}),\"SERVIZI\",/*#__PURE__*/_jsx(\"br\",{}),\"ESPOSIZIONI\",/*#__PURE__*/_jsx(\"br\",{}),\"EVENTI\",/*#__PURE__*/_jsx(\"br\",{}),\"CONSULENZA\"]})]})})},nGOIRb03F:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"9.340532367341268px\",\"--framer-letter-spacing\":\"3.3px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:\"PRODOTTI, SERVIZI, ESPOSIZIONI, EVENTI E CONSULENZA\"})}),viewBox:\"0 0 409.7 12\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"3.3px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"PRODOTTI, SERVIZI, ESPOSIZIONI, EVENTI E CONSULENZA\"]})}),className:\"framer-w3afii\",fonts:[\"GF;Manrope-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aweeqr\",\"data-framer-name\":\"Background Blur\",name:\"Background Blur\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fyhp03-container\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"W6BfUPEJc\",layoutId:\"W6BfUPEJc\",opacity:.05,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{\"data-framer-appear-id\":\"le3oo7\",animate:optimizeAppear(\"animate\",\"le3oo7\",animation8,\"y23l1e\"),initial:optimizeAppear(\"initial\",\"le3oo7\",animation9,\"y23l1e\"),transformTemplate:optimizeAppearTransformTemplate(\"le3oo7\",transformTemplate1)},nGOIRb03F:{\"data-framer-appear-id\":\"1kq3kuq\",animate:optimizeAppear(\"animate\",\"1kq3kuq\",animation8,\"wg3ukm\"),initial:optimizeAppear(\"initial\",\"1kq3kuq\",animation9,\"wg3ukm\"),transformTemplate:optimizeAppearTransformTemplate(\"1kq3kuq\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"bd4ic1\",animation8,\"72rtr7\"),className:\"framer-bd4ic1-container\",\"data-framer-appear-id\":\"bd4ic1\",exit:animation7,initial:optimizeAppear(\"initial\",\"bd4ic1\",animation9,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"bd4ic1\",transformTemplate1),children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:.5,moveGravityEnabled:false,moveGravityMaxSpeed:.5,moveOut:\"bounce\",moveRandom:true,moveSpeed:3,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},sizeOptions:{size:100,sizeMax:200,sizeMin:50,sizeType:false}}},children:/*#__PURE__*/_jsx(Particles,{background:\"var(--token-d36a4655-c0b3-419a-a298-576bfedd4e4c, rgb(13, 12, 12))\",clickOptions:{clickEnabled:false,clickModes:\"trail\"},color:\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\",colors:[\"rgb(0, 94, 255)\",\"rgb(0, 255, 255)\",\"rgb(122, 255, 164)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"attract\",hoverParallax:false,hoverSmooth:1},id:\"M75vlbns7\",layoutId:\"M75vlbns7\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:.5,moveGravityEnabled:false,moveGravityMaxSpeed:.5,moveOut:\"bounce\",moveRandom:true,moveSpeed:6,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:3,opacityOptions:{opacity:1,opacityMax:.9,opacityMin:.2,opacityType:false},particlesID:\"Gradients\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:100,sizeMax:300,sizeMin:150,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xttzqg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m9e0oe\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{\"data-framer-appear-id\":\"a04llh\",animate:optimizeAppear(\"animate\",\"a04llh\",animation11,\"y23l1e\"),children:(_getLocalizedValue3=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\"},children:\"Creiamo prodotti e servizi, fisici e digitali, che soddisfino i bisogni umani e del pianeta. Coinvolgiamo attraverso esperienze emozionali  fuori dal comune.\"})}),initial:optimizeAppear(\"initial\",\"a04llh\",animation12,\"y23l1e\"),transformTemplate:optimizeAppearTransformTemplate(\"a04llh\",transformTemplate1)},nGOIRb03F:{\"data-framer-appear-id\":\"1qgyp8v\",animate:optimizeAppear(\"animate\",\"1qgyp8v\",animation11,\"wg3ukm\"),children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\"},children:\"Creiamo prodotti e servizi, fisici e digitali, che soddisfino i bisogni umani e del pianeta. Coinvolgiamo attraverso esperienze emozionali  fuori dal comune.\"})}),initial:optimizeAppear(\"initial\",\"1qgyp8v\",animation12,\"wg3ukm\"),transformTemplate:optimizeAppearTransformTemplate(\"1qgyp8v\",transformTemplate1)}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1bdgn6h\",animation11,\"72rtr7\"),children:(_getLocalizedValue5=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\"},children:\"Creiamo prodotti e servizi, fisici e digitali, che soddisfino i bisogni umani e del pianeta. Coinvolgiamo attraverso esperienze emozionali  fuori dal comune.\"})}),className:\"framer-1bdgn6h\",\"data-framer-appear-id\":\"1bdgn6h\",exit:animation10,initial:optimizeAppear(\"initial\",\"1bdgn6h\",animation12,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"1bdgn6h\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{children:(_getLocalizedValue6=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f5bpd5\",\"data-styles-preset\":\"cHWNMDrJD\",children:\"Guidiamo le strategie di comunicazione di azienda private, no-profit e startup per renderle memorabili attraverso esperienze coinvolgenti fisiche e digitali, adottando un approccio olistico che unisce design, comunicazione, arte, scienza, business e tecnologia.\"})})},nGOIRb03F:{children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f5bpd5\",\"data-styles-preset\":\"cHWNMDrJD\",children:\"Guidiamo le strategie di comunicazione di azienda private, no-profit e startup per renderle memorabili attraverso esperienze coinvolgenti fisiche e digitali, adottando un approccio olistico che unisce design, comunicazione, arte, scienza, business e tecnologia.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f5bpd5\",\"data-styles-preset\":\"cHWNMDrJD\",children:\"Guidiamo le strategie di comunicazione di azienda private, no-profit e startup per renderle memorabili attraverso esperienze coinvolgenti fisiche e digitali, adottando un approccio olistico che unisce design, comunicazione, arte, scienza, business e tecnologia.\"})}),className:\"framer-1l0ndee\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-icxmkl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8sqrqt\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-5u00js\",\"data-border\":true,transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-18wwuz7\",\"data-border\":true,transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s49jk1\",\"data-border\":true,transformTemplate:transformTemplate1})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-tuymg8-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{text:(_getLocalizedValue9=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"SCIENCE - BUSINESS - TECHNOLOGY - ART - DESIGN - COMMUNICATON - \"},nGOIRb03F:{text:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:\"SCIENCE - BUSINESS - TECHNOLOGY - ART - DESIGN - COMMUNICATON - \"}},children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(247, 247, 247))\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"7px\",fontStyle:\"normal\",fontWeight:300,letterSpacing:\"0.18em\",lineHeight:\"1em\"},height:\"100%\",id:\"nb06ClxBD\",layoutId:\"nb06ClxBD\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:(_getLocalizedValue11=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:\"SCIENCE - BUSINESS - TECHNOLOGY - ART - DESIGN - COMMUNICATON - \",type:true,width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s8iqj9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vv00ud\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nGOIRb03F:{query:{from:{data:Progetti,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{name:\"v7J9yBPha\",type:\"Identifier\"},{name:\"KfcwTJWLY\",type:\"Identifier\"},{name:\"ZYLzqJGSY\",type:\"Identifier\"},{name:\"oqbUr9rWO\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{name:\"YkKKJRMo1\",type:\"Identifier\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Progetti,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{name:\"v7J9yBPha\",type:\"Identifier\"},{name:\"KfcwTJWLY\",type:\"Identifier\"},{name:\"ZYLzqJGSY\",type:\"Identifier\"},{name:\"oqbUr9rWO\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{name:\"YkKKJRMo1\",type:\"Identifier\"}},children:collection=>collection.map(({v7J9yBPha:v7J9yBPhaPlJcplWxM,KfcwTJWLY:KfcwTJWLYPlJcplWxM,ZYLzqJGSY:ZYLzqJGSYPlJcplWxM,oqbUr9rWO:oqbUr9rWOPlJcplWxM,id:idPlJcplWxM},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`PlJcplWxM-${idPlJcplWxM}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{oqbUr9rWO:oqbUr9rWOPlJcplWxM},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"N2F6sqtXy\"},children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-xpnq74 framer-lux5qc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i0cke6\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ggynvf-container\",children:/*#__PURE__*/_jsx(Work,{height:\"100%\",id:\"OBUdcu9GS\",image:toImageSrc(v7J9yBPhaPlJcplWxM),layoutId:\"OBUdcu9GS\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-epyti9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Title\"})}),className:\"framer-654kji\",\"data-framer-name\":\"Title\",name:\"Title\",text:KfcwTJWLYPlJcplWxM,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Product Design, Interaction Design\"})}),className:\"framer-1bj67le\",\"data-framer-name\":\"Title\",name:\"Title\",text:ZYLzqJGSYPlJcplWxM,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})},idPlJcplWxM);})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gvdobt\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tRtgYvZqw\"},implicitPathVariables:undefined},{href:{webPageId:\"tRtgYvZqw\"},implicitPathVariables:undefined},{href:{webPageId:\"tRtgYvZqw\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vqf5w4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{h109q4Sjc:(_getLocalizedValue=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"View all projects\",papI3Kh2W:resolvedLinks[2]},nGOIRb03F:{h109q4Sjc:(_getLocalizedValue1=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"View all projects\",papI3Kh2W:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button_White,{h109q4Sjc:(_getLocalizedValue2=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"View all projects\",height:\"100%\",id:\"JPMixlJEK\",layoutId:\"JPMixlJEK\",papI3Kh2W:resolvedLinks[0],width:\"100%\"})})})});}})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-91owd3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{children:(_getLocalizedValue12=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qjln6y\",\"data-styles-preset\":\"BDws4mbEe\",style:{\"--framer-text-alignment\":\"center\"},children:\"ABBIAMO DATO VALORE A\"})})},nGOIRb03F:{children:(_getLocalizedValue13=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qjln6y\",\"data-styles-preset\":\"BDws4mbEe\",style:{\"--framer-text-alignment\":\"center\"},children:\"ABBIAMO DATO VALORE A\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qjln6y\",\"data-styles-preset\":\"BDws4mbEe\",style:{\"--framer-text-alignment\":\"center\"},children:\"ABBIAMO DATO VALORE A\"})}),className:\"framer-to9tm3\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wqzqxp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{variant:\"XbsLYlBpJ\"},nGOIRb03F:{variant:\"t7SCCgRkm\"}},children:/*#__PURE__*/_jsx(LogosSplit,{height:\"100%\",id:\"LZRE2fiw3\",layoutId:\"LZRE2fiw3\",style:{width:\"100%\"},variant:\"vNOBkLpD3\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f01fa7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kdbnw4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{\"data-framer-appear-id\":\"1k1geev\",animate:optimizeAppear(\"animate\",\"1k1geev\",animation11,\"y23l1e\"),children:(_getLocalizedValue15=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\"},children:\"Siamo il ponte tra scienza e design, per una comunicazione semplice e coinvolgente.\"})}),initial:optimizeAppear(\"initial\",\"1k1geev\",animation12,\"y23l1e\"),transformTemplate:optimizeAppearTransformTemplate(\"1k1geev\",transformTemplate1)},nGOIRb03F:{\"data-framer-appear-id\":\"1xz7l9u\",animate:optimizeAppear(\"animate\",\"1xz7l9u\",animation11,\"wg3ukm\"),children:(_getLocalizedValue16=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\"},children:\"Siamo il ponte tra scienza e design, per una comunicazione semplice e coinvolgente.\"})}),initial:optimizeAppear(\"initial\",\"1xz7l9u\",animation12,\"wg3ukm\"),transformTemplate:optimizeAppearTransformTemplate(\"1xz7l9u\",transformTemplate1)}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"15kgd0m\",animation11,\"72rtr7\"),children:(_getLocalizedValue17=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, rgb(238, 236, 236))\"},children:\"Siamo il ponte tra scienza e design, per una comunicazione semplice e coinvolgente.\"})}),className:\"framer-15kgd0m\",\"data-framer-appear-id\":\"15kgd0m\",exit:animation10,initial:optimizeAppear(\"initial\",\"15kgd0m\",animation12,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"15kgd0m\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CL9D1a5dF\"},implicitPathVariables:undefined},{href:{webPageId:\"CL9D1a5dF\"},implicitPathVariables:undefined},{href:{webPageId:\"CL9D1a5dF\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mqksf2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{h109q4Sjc:(_getLocalizedValue=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Scopi i servizi\",papI3Kh2W:resolvedLinks1[2]},nGOIRb03F:{h109q4Sjc:(_getLocalizedValue1=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Scopi i servizi\",papI3Kh2W:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button_White,{h109q4Sjc:(_getLocalizedValue2=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Scopi i servizi\",height:\"100%\",id:\"XhTqnUP45\",layoutId:\"XhTqnUP45\",papI3Kh2W:resolvedLinks1[0],width:\"100%\"})})})});}})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pyf1pd-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b7SRInJYj:{variant:\"Uq0DgdScD\"},nGOIRb03F:{variant:\"ZHqLHnW_v\"}},children:/*#__PURE__*/_jsx(FooterEmail,{height:\"100%\",id:\"eeAsupC6e\",layoutId:\"eeAsupC6e\",style:{width:\"100%\"},variant:\"uFVblqE3X\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-gipjW[data-border=\"true\"]::after, .framer-gipjW [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-gipjW { background: var(--token-d36a4655-c0b3-419a-a298-576bfedd4e4c, rgb(13, 12, 12)) /* {\"name\":\"Black\"} */; }`,\".framer-gipjW.framer-lux5qc, .framer-gipjW .framer-lux5qc { display: block; }\",\".framer-gipjW.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-d36a4655-c0b3-419a-a298-576bfedd4e4c, #0d0c0c); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-gipjW .framer-yri3j9-container { flex: none; height: auto; position: sticky; top: 0px; transform: perspective(1200px); width: 100%; will-change: transform; z-index: 10; }\",\".framer-gipjW .framer-168assz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 80vh; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gipjW .framer-1jfrale { 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 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-gipjW .framer-1nzbwfn { 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: 100px 200px 0px 200px; position: relative; width: 100%; z-index: 6; }\",\".framer-gipjW .framer-8cu2lo, .framer-gipjW .framer-eju4x0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; transform: perspective(1200px); white-space: pre; width: 1px; }\",\".framer-gipjW .framer-7h37k7 { 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 200px 0px 200px; position: relative; width: 100%; z-index: 6; }\",\".framer-gipjW .framer-60c4hp { 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 200px 100px 200px; position: relative; width: 100%; z-index: 6; }\",\".framer-gipjW .framer-w3afii { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gipjW .framer-1aweeqr { -webkit-backdrop-filter: blur(100px); backdrop-filter: blur(100px); flex: none; height: 100vh; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-gipjW .framer-fyhp03-container { flex: none; height: 80vh; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-gipjW .framer-bd4ic1-container { flex: none; height: 80vh; left: 0px; position: absolute; right: 0px; top: 0px; transform: perspective(1200px); z-index: 0; }\",\".framer-gipjW .framer-1xttzqg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: auto; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 100px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-gipjW .framer-m9e0oe { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gipjW .framer-1bdgn6h, .framer-gipjW .framer-15kgd0m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gipjW .framer-1l0ndee, .framer-gipjW .framer-to9tm3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gipjW .framer-icxmkl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 279px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gipjW .framer-8sqrqt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 123px; justify-content: center; left: 49%; min-width: 151px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 51%; transform: translate(-50%, -50%); width: min-content; z-index: 1; }\",'.framer-gipjW .framer-5u00js { --border-bottom-width: 1px; --border-color: var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, #f7f7f7) /* {\"name\":\"White\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; flex: none; height: 78px; left: 16px; overflow: hidden; position: absolute; top: 5px; transform: perspective(1200px); width: 78px; will-change: var(--framer-will-change-override, transform); z-index: 1; }','.framer-gipjW .framer-18wwuz7 { --border-bottom-width: 1px; --border-color: var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, #f7f7f7) /* {\"name\":\"White\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; flex: none; height: 78px; left: 63px; overflow: hidden; position: absolute; top: 5px; transform: perspective(1200px); width: 78px; will-change: var(--framer-will-change-override, transform); z-index: 1; }','.framer-gipjW .framer-1s49jk1 { --border-bottom-width: 1px; --border-color: var(--token-b874f5a5-c534-447d-aa89-fb89d1a880bd, #f7f7f7) /* {\"name\":\"White\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; flex: none; height: 78px; left: calc(51.655629139072865% - 77.5px / 2); overflow: hidden; position: absolute; top: calc(67.47967479674799% - 78px / 2); transform: perspective(1200px); width: 78px; will-change: var(--framer-will-change-override, transform); z-index: 1; }',\".framer-gipjW .framer-tuymg8-container { flex: 1 0 0px; height: 1px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-gipjW .framer-s8iqj9 { 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: 150px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-gipjW .framer-vv00ud { display: grid; flex: none; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; max-width: 1200px; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-gipjW .framer-xpnq74 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-gipjW .framer-1i0cke6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; min-width: 200px; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gipjW .framer-ggynvf-container { flex: none; height: 200px; position: relative; width: 100%; }\",\".framer-gipjW .framer-epyti9 { 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 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gipjW .framer-654kji, .framer-gipjW .framer-1bj67le { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gipjW .framer-gvdobt { flex: none; height: 30px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gipjW .framer-1vqf5w4-container, .framer-gipjW .framer-mqksf2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gipjW .framer-91owd3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gipjW .framer-1wqzqxp-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-gipjW .framer-f01fa7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 150px 30px 50px 30px; position: relative; width: 100%; }\",\".framer-gipjW .framer-1kdbnw4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 49px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gipjW .framer-pyf1pd-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gipjW.framer-72rtr7, .framer-gipjW .framer-168assz, .framer-gipjW .framer-1jfrale, .framer-gipjW .framer-1nzbwfn, .framer-gipjW .framer-7h37k7, .framer-gipjW .framer-60c4hp, .framer-gipjW .framer-1xttzqg, .framer-gipjW .framer-m9e0oe, .framer-gipjW .framer-icxmkl, .framer-gipjW .framer-8sqrqt, .framer-gipjW .framer-s8iqj9, .framer-gipjW .framer-xpnq74, .framer-gipjW .framer-1i0cke6, .framer-gipjW .framer-epyti9, .framer-gipjW .framer-91owd3, .framer-gipjW .framer-f01fa7, .framer-gipjW .framer-1kdbnw4 { gap: 0px; } .framer-gipjW.framer-72rtr7 > *, .framer-gipjW .framer-1jfrale > *, .framer-gipjW .framer-epyti9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gipjW.framer-72rtr7 > :first-child, .framer-gipjW .framer-168assz > :first-child, .framer-gipjW .framer-1jfrale > :first-child, .framer-gipjW .framer-m9e0oe > :first-child, .framer-gipjW .framer-icxmkl > :first-child, .framer-gipjW .framer-s8iqj9 > :first-child, .framer-gipjW .framer-1i0cke6 > :first-child, .framer-gipjW .framer-epyti9 > :first-child, .framer-gipjW .framer-91owd3 > :first-child, .framer-gipjW .framer-f01fa7 > :first-child, .framer-gipjW .framer-1kdbnw4 > :first-child { margin-top: 0px; } .framer-gipjW.framer-72rtr7 > :last-child, .framer-gipjW .framer-168assz > :last-child, .framer-gipjW .framer-1jfrale > :last-child, .framer-gipjW .framer-m9e0oe > :last-child, .framer-gipjW .framer-icxmkl > :last-child, .framer-gipjW .framer-s8iqj9 > :last-child, .framer-gipjW .framer-1i0cke6 > :last-child, .framer-gipjW .framer-epyti9 > :last-child, .framer-gipjW .framer-91owd3 > :last-child, .framer-gipjW .framer-f01fa7 > :last-child, .framer-gipjW .framer-1kdbnw4 > :last-child { margin-bottom: 0px; } .framer-gipjW .framer-168assz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gipjW .framer-1nzbwfn > *, .framer-gipjW .framer-7h37k7 > *, .framer-gipjW .framer-60c4hp > *, .framer-gipjW .framer-8sqrqt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gipjW .framer-1nzbwfn > :first-child, .framer-gipjW .framer-7h37k7 > :first-child, .framer-gipjW .framer-60c4hp > :first-child, .framer-gipjW .framer-1xttzqg > :first-child, .framer-gipjW .framer-8sqrqt > :first-child, .framer-gipjW .framer-xpnq74 > :first-child { margin-left: 0px; } .framer-gipjW .framer-1nzbwfn > :last-child, .framer-gipjW .framer-7h37k7 > :last-child, .framer-gipjW .framer-60c4hp > :last-child, .framer-gipjW .framer-1xttzqg > :last-child, .framer-gipjW .framer-8sqrqt > :last-child, .framer-gipjW .framer-xpnq74 > :last-child { margin-right: 0px; } .framer-gipjW .framer-1xttzqg > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-gipjW .framer-m9e0oe > *, .framer-gipjW .framer-f01fa7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-gipjW .framer-icxmkl > *, .framer-gipjW .framer-s8iqj9 > *, .framer-gipjW .framer-1i0cke6 > *, .framer-gipjW .framer-91owd3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gipjW .framer-xpnq74 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-gipjW .framer-1kdbnw4 > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } }\",\"@media (min-width: 1200px) { .framer-gipjW .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-gipjW .hidden-wg3ukm { display: none !important; } .${metadata.bodyClassName}-framer-gipjW { background: var(--token-d36a4655-c0b3-419a-a298-576bfedd4e4c, rgb(13, 12, 12)) /* {\"name\":\"Black\"} */; } .framer-gipjW.framer-72rtr7 { width: 810px; } .framer-gipjW .framer-yri3j9-container, .framer-gipjW .framer-to9tm3 { order: 0; } .framer-gipjW .framer-168assz { height: auto; order: 1; } .framer-gipjW .framer-1jfrale { width: 100%; } .framer-gipjW .framer-1nzbwfn { padding: 100px 100px 0px 100px; } .framer-gipjW .framer-7h37k7 { padding: 0px 100px 0px 100px; } .framer-gipjW .framer-60c4hp { padding: 0px 100px 100px 100px; } .framer-gipjW .framer-fyhp03-container { height: 84.81481481481481vh; top: -164px; } .framer-gipjW .framer-bd4ic1-container { height: 69.72222222222221vh; top: calc(50.06657789613851% - 69.72222222222221vh / 2); } .framer-gipjW .framer-1xttzqg { align-content: flex-start; align-items: flex-start; gap: 30px; order: 2; } .framer-gipjW .framer-s8iqj9 { order: 3; } .framer-gipjW .framer-vv00ud { grid-template-columns: repeat(2, minmax(200px, 1fr)); order: 0; } .framer-gipjW .framer-ggynvf-container { height: 230px; } .framer-gipjW .framer-epyti9 { gap: 5px; } .framer-gipjW .framer-gvdobt { order: 1; } .framer-gipjW .framer-1vqf5w4-container { order: 2; } .framer-gipjW .framer-91owd3 { order: 4; } .framer-gipjW .framer-1wqzqxp-container { order: 5; } .framer-gipjW .framer-f01fa7 { order: 6; } .framer-gipjW .framer-pyf1pd-container { order: 7; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gipjW .framer-1xttzqg, .framer-gipjW .framer-epyti9 { gap: 0px; } .framer-gipjW .framer-1xttzqg > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-gipjW .framer-1xttzqg > :first-child { margin-left: 0px; } .framer-gipjW .framer-1xttzqg > :last-child { margin-right: 0px; } .framer-gipjW .framer-epyti9 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-gipjW .framer-epyti9 > :first-child { margin-top: 0px; } .framer-gipjW .framer-epyti9 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-gipjW .hidden-y23l1e { display: none !important; } .${metadata.bodyClassName}-framer-gipjW { background: var(--token-d36a4655-c0b3-419a-a298-576bfedd4e4c, rgb(13, 12, 12)) /* {\"name\":\"Black\"} */; } .framer-gipjW.framer-72rtr7 { width: 390px; } .framer-gipjW .framer-168assz { height: auto; } .framer-gipjW .framer-1jfrale { width: 100%; } .framer-gipjW .framer-1nzbwfn { padding: 100px 30px 6px 30px; } .framer-gipjW .framer-7h37k7 { padding: 0px 30px 0px 30px; } .framer-gipjW .framer-60c4hp { padding: 0px 10px 100px 10px; } .framer-gipjW .framer-fyhp03-container { height: 100vh; top: -1px; } .framer-gipjW .framer-bd4ic1-container { height: 92.65402843601895vh; left: -58px; right: -58px; top: calc(49.85279685966636% - 92.65402843601895vh / 2); } .framer-gipjW .framer-1xttzqg { flex-direction: column; padding: 60px 10px 0px 10px; } .framer-gipjW .framer-m9e0oe, .framer-gipjW .framer-icxmkl { flex: none; width: 100%; } .framer-gipjW .framer-1bdgn6h, .framer-gipjW .framer-tuymg8-container, .framer-gipjW .framer-ggynvf-container, .framer-gipjW .framer-15kgd0m { order: 0; } .framer-gipjW .framer-1l0ndee, .framer-gipjW .framer-8sqrqt { order: 1; } .framer-gipjW .framer-s8iqj9 { padding: 100px 0px 150px 0px; } .framer-gipjW .framer-vv00ud { grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 10px 0px 10px; } .framer-gipjW .framer-epyti9 { gap: 5px; order: 1; } .framer-gipjW .framer-gvdobt { height: 42px; } .framer-gipjW .framer-f01fa7 { padding: 100px 10px 50px 10px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gipjW .framer-1xttzqg, .framer-gipjW .framer-epyti9 { gap: 0px; } .framer-gipjW .framer-1xttzqg > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gipjW .framer-1xttzqg > :first-child, .framer-gipjW .framer-epyti9 > :first-child { margin-top: 0px; } .framer-gipjW .framer-1xttzqg > :last-child, .framer-gipjW .framer-epyti9 > :last-child { margin-bottom: 0px; } .framer-gipjW .framer-epyti9 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3454\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nGOIRb03F\":{\"layout\":[\"fixed\",\"auto\"]},\"b7SRInJYj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-gipjW\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3454,width:1200};addFonts(FrameraugiA20Il,[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_A87jxeN7B.woff2\",weight:\"800\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_A87jxeN7B.woff2\",weight:\"300\"},...TopbarFonts,...GrainFonts,...ParticlesFonts,...ArcFonts,...WorkFonts,...Button_WhiteFonts,...LogosSplitFonts,...FooterEmailFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts,...sharedStyle5.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"3454\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nGOIRb03F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b7SRInJYj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "0jCAAA,SAASA,GAAQC,EAAE,CAA8B,QAAzBC,EAAE,EAAM,EAAEC,EAAE,EAAEC,EAAEH,EAAE,OAAYG,GAAG,EAAE,EAAED,EAAEC,GAAG,EAAG,EAAE,IAAIH,EAAE,WAAWE,CAAC,GAAG,IAAIF,EAAE,WAAW,EAAEE,CAAC,IAAI,GAAG,IAAIF,EAAE,WAAW,EAAEE,CAAC,IAAI,IAAI,IAAIF,EAAE,WAAW,EAAEE,CAAC,IAAI,GAAG,EAAE,YAAY,MAAM,IAAI,OAAO,IAAI,KAAK,IAAI,GAAG,IAAI,GAAGD,EAAE,YAAY,MAAM,IAAI,OAAO,IAAI,KAAK,IAAI,YAAY,MAAMA,IAAI,OAAOA,IAAI,KAAK,IAAI,OAAOE,EAAE,CAAC,IAAK,GAAEF,IAAI,IAAID,EAAE,WAAWE,EAAE,CAAC,IAAI,GAAG,IAAK,GAAED,IAAI,IAAID,EAAE,WAAWE,EAAE,CAAC,IAAI,EAAE,IAAK,GAAED,GAAG,IAAID,EAAE,WAAWE,CAAC,EAAED,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,SAASG,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,EAAGF,EAAO,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,ECflnC,IAAME,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAyO,IAAMC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,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,EAAS,EAAEnB,GAASI,CAAK,EAAO,CAAC,YAAAgB,EAAY,WAAAC,GAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,WAAAhC,EAAW,SAAAgB,EAAQ,EAAEiB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,YAAAC,GAAY,QAAAT,EAAQ,kBAAAU,EAAiB,CAAC,EAAQC,EAAiBtB,GAAuBH,EAAMI,EAAQ,EAAQsB,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBzC,EAAK0C,EAAY,CAAC,GAAGpB,GAA4Ce,EAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQY,GAAS,QAAQ,GAAM,SAAsBb,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAsBG,EAAKE,EAAO,QAAQ,CAAC,GAAGsB,GAAU,UAAUmB,EAAGC,GAAkB,GAAGL,EAAsB,gBAAgBlB,EAAUK,EAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,WAAW,IAAIN,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,GAA6BmB,EAAK,MAAM,CAAC,gBAAgB,qEAAqE,GAAGf,CAAK,EAAE,GAAGyB,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEpB,EAAYE,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBY,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,kBAAkB,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,oBAAoB,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,eAAe,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,eAAe,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,eAAe,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,mBAAmB,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,qBAAqB,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,mBAAmB,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,oBAAiFP,GAAkB,OAAQ,yDAAyD,IAAI,sEAAsE,OAAO,mWAAmW,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBN,EAAiB,SAAS,YAAY,GAAGW,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,mBAAmB,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,oBAAiFL,GAAkB,OAAQ,iEAAiE,IAAI,sEAAsE,OAAO,mWAAmW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,mBAAmB,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,YAAY,IAAI,sEAAsE,OAAO,mWAAmW,CAAC,CAAC,EAAEf,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,iBAAiB,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,cAAc,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+C,EAAM,CAAC,WAAW,CAAC,IAAI,sBAAsB,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBb,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,gcAAgc,kFAAkF,gFAAgF,gRAAgR,yTAAyT,4RAA4R,2VAA2V,iHAAiH,4LAA4L,kHAAkH,6LAA6L,iHAAiH,4NAA4N,8RAA8R,6LAA6L,iHAAiH,iHAAiH,kHAAkH,iHAAiH,kmDAAkmD,kJAAkJ,8DAA8D,+DAA+D,uGAAuG,uGAAuG,uJAAuJ,uGAAuG,utBAAutB,2KAA2K,2IAA2I,8IAA8I,4MAA4M,6FAA6F,kHAAkH,8FAA8F,kHAAkH,8KAA8K,mHAAmH,kKAAkK,6FAA6F,kGAAkG,6FAA6F,4sDAA4sD,EAQp/oBC,EAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,cAAcA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,ECR+K,IAAMM,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,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,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAyO,IAAMC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAK,MAAM,CAAC,GAAGD,EAAM,WAAWC,EAAKH,GAAmCE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,oBAAoB,UAAUJ,GAAgCG,EAAM,SAAS,CAAE,EAAQE,GAAuB,CAACF,EAAMG,IAAWA,EAAS,KAAK,GAAG,EAAEH,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,GAAU,UAAAC,EAAU,GAAGC,EAAS,EAAEtB,GAASM,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAlC,EAAW,SAAAgB,CAAQ,EAAEmB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,gBAAAC,GAAgB,YAAAC,GAAY,QAAAZ,EAAQ,kBAAAa,EAAiB,CAAC,EAAQC,EAAiBzB,GAAuBF,EAAMG,CAAQ,EAAQyB,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,GAAsB,CAAarB,GAAuBA,EAAS,EAAQsB,GAAkBC,GAAqB,EAAE,OAAoB5C,EAAK6C,EAAY,CAAC,GAAGvB,GAA4CkB,EAAgB,SAAsBxC,EAAKC,GAAS,CAAC,QAAQY,EAAS,QAAQ,GAAM,SAAsBb,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAsBG,EAAK8C,GAAK,CAAC,KAAKrB,EAAU,aAAa,GAAM,SAAsBzB,EAAKE,EAAO,EAAE,CAAC,GAAGwB,GAAU,UAAU,GAAGqB,EAAGC,GAAkB,GAAGN,GAAsB,gBAAgBrB,EAAUO,CAAU,mBAAmB,mBAAmB,UAAU,iBAAiBS,EAAiB,SAAS,YAAY,WAAW,IAAIP,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,IAAId,GAA6BsB,EAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGlB,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,iBAAiB,+FAA+F,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,kBAAkB,CAAC,EAAE,GAAG6B,GAAqB,CAAC,kBAAkB,CAAC,cAAc,GAAK,mBAAmB,MAAS,CAAC,EAAEtB,EAAYE,CAAc,EAAE,SAAsB7B,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,iBAAiBmC,EAAiB,SAAS,YAAY,KAAKb,GAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGyB,GAAqB,CAAC,kBAAkB,CAAC,SAAsBjD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQsB,GAAI,CAAC,gcAAgc,kFAAkF,kFAAkF,4WAA4W,gHAAgH,2WAA2W,GAAeA,GAAI,GAAgBA,EAAG,EASlzMC,GAAgBC,EAAQvC,GAAUqC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,eAAeA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,KAAK,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,oBAAoB,gBAAgB,GAAM,MAAM,QAAQ,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,GAAeM,GAAM,GAAgBA,EAAK,CAAC,ECTkwC,IAAMC,GAAYC,EAASC,EAAM,EAAQC,GAAgBC,GAAOC,CAAS,EAAQC,GAAWL,EAASM,EAAK,EAAQC,GAAeP,EAASQ,EAAS,EAAQC,GAAgBN,GAAOO,EAAO,GAAG,EAAQC,GAASX,EAASY,EAAG,EAAQC,GAAUb,EAASc,EAAI,EAAQC,GAAkBf,EAASgB,EAAY,EAAQC,GAAgBjB,EAASkB,EAAU,EAAQC,GAAiBnB,EAASoB,EAAW,EAAyD,IAAMC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAQC,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAQC,GAAuBC,GAAQ,CAAC,IAAMC,EAAS,CAAC,EAAE,KAAMD,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMC,EAAQD,EAAO,QAAQ,EAAKC,GAASF,EAAS,KAAKE,CAAO,EAAIH,EAAOA,EAAO,SAAU,GAAGC,EAAS,OAAO,EAAG,OAAO,QAAQ,IAAIA,CAAQ,CAAG,EAAQG,EAAkB,CAACC,EAAIL,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMI,EAAMJ,EAAO,KAAK,EAAEG,CAAG,EAAE,GAAGC,EAAO,OAAOA,EAAQN,EAAOA,EAAO,SAAU,EAAQO,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,EAAmB,CAACC,EAAEC,IAAI,uBAAuBA,IAAUC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAWJ,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQK,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,EAAY,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAWrB,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAM,IAAY,OAAOA,GAAQ,SAASA,EAAM,OAAkBsB,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaH,CAAK,EAAE,OAAOC,EAASC,CAAI,CAAE,EAAQE,GAASA,GAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,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,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,mBAAAC,GAAmB,mBAAAC,EAAmB,mBAAAC,GAAmB,mBAAAC,EAAmB,YAAAC,EAAY,GAAGC,CAAS,EAAEtB,GAASI,CAAK,EAAQmB,GAAgB,IAAI,CAAC,IAAMC,EAAU1B,GAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMc,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIC,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUD,EAAU,QAAQ,EAAG,GAAGA,EAAU,cAAe,aAAM,KAAK,SAAS,KAAK,SAAS,EAAE,OAAOE,GAAGA,EAAE,WAAW,cAAc,CAAC,EAAE,IAAIA,GAAG,SAAS,KAAK,UAAU,OAAOA,CAAC,CAAC,EAAE,SAAS,KAAK,UAAU,IAAI,GAAGF,EAAU,4BAA4B,EAAQ,IAAI,CAAC,SAAS,KAAK,UAAU,OAAO,GAAGA,EAAU,4BAA4B,CAAE,CAAG,EAAE,CAAC,OAAUd,CAAY,CAAC,EAAE,GAAK,CAACiB,EAAYC,EAAmB,EAAEC,GAA8Bb,EAAQc,GAAY,EAAK,EAAQC,EAAe,OAAgBC,EAAWvE,GAAY,QAAcwE,EAAerE,GAAuB8C,CAAY,EAAE,GAAGuB,EAAe,MAAMA,EAAe,IAAMC,EAAWC,EAAO,IAAI,EAAQC,EAAOC,GAAU,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAa1B,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,EAAE2B,GAAiB,CAAC,CAAC,EAAE,IAAIC,GAAmBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqB,OAAoBC,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAArG,EAAiB,EAAE,SAAsBsG,EAAMC,EAAY,CAAC,GAAGhD,GAA4CuB,GAAgB,SAAS,CAAcwB,EAAME,EAAO,IAAI,CAAC,GAAG1C,EAAU,UAAU2C,EAAG1G,GAAkB,GAAGiF,GAAsB,gBAAgB1B,CAAS,EAAE,IAAIL,GAA6ByB,EAAK,MAAM,CAAC,GAAGrB,CAAK,EAAE,SAAS,CAAc+C,EAAKM,EAA0B,CAAC,MAAM,QAAQ,SAAsBN,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,0BAA0B,CAAC,UAAU,OAAO,OAAOlD,EAAU,CAAC,CAAC,EAAE,SAAsBmF,EAAKQ,GAAgB,CAAC,kBAAkB,CAAC,WAAWhG,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAS,EAAE,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBC,EAAmB,SAAsBsF,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBiC,EAAKS,GAAO,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,EAAeP,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQ2C,EAAe,UAAU,SAAS1F,EAAW,QAAQ,EAAE,SAAsBgF,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,sBAAsB,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,sBAAsB,uEAAuE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,SAASzF,GAAW,QAAQ,EAAE,kBAAkB2F,EAAgC,SAASlG,CAAkB,EAAE,QAAQ,cAAc,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQgG,EAAe,UAAU,SAAS1F,EAAW,QAAQ,EAAE,SAAsBgF,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,OAAO,uBAAuB,QAAQ,sBAAsB,uEAAuE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,SAASzF,GAAW,QAAQ,EAAE,kBAAkB2F,EAAgC,SAASlG,CAAkB,EAAE,QAAQ,YAAY,CAAC,EAAE,SAAsBsF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,QAAQH,EAAe,UAAU,SAAS1F,EAAW,QAAQ,EAAE,SAAsBgF,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,uBAAuB,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,sBAAsB,uEAAuE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,KAAKjF,GAAW,MAAM,CAAC,gBAAgB,EAAE,QAAQ2F,EAAe,UAAU,SAASzF,GAAW,QAAQ,EAAE,kBAAkB2F,EAAgC,SAASlG,CAAkB,EAAE,kBAAkB,MAAM,QAAQ,gBAAgB,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQ2C,EAAe,UAAU,SAAS1F,EAAW,QAAQ,EAAE,SAAsBgF,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,sBAAsB,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,SAASvF,GAAW,QAAQ,EAAE,kBAAkByF,EAAgC,SAASlG,CAAkB,EAAE,QAAQ,cAAc,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQgG,EAAe,UAAU,UAAU1F,EAAW,QAAQ,EAAE,SAAsBgF,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,uBAAuB,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,gBAAgB,EAAE,QAAQU,EAAe,UAAU,UAAUvF,GAAW,QAAQ,EAAE,kBAAkByF,EAAgC,UAAUlG,CAAkB,EAAE,QAAQ,cAAc,CAAC,EAAE,SAAsBsF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,QAAQH,EAAe,UAAU,SAAS1F,EAAW,QAAQ,EAAE,SAAsBgF,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,uBAAuB,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,KAAK9E,GAAW,MAAM,CAAC,gBAAgB,EAAE,QAAQwF,EAAe,UAAU,SAASvF,GAAW,QAAQ,EAAE,kBAAkByF,EAAgC,SAASlG,CAAkB,EAAE,kBAAkB,MAAM,QAAQ,eAAe,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUe,GAAmBzE,EAAkB,KAAKyC,CAAY,KAAK,MAAMgC,KAAqB,OAAOA,GAAgCkB,EAAWW,EAAS,CAAC,SAAsBT,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,MAAM,0BAA0B,QAAQ,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,OAAO,CAAC,MAAM,CAAC,qBAAqB,MAAM,EAAE,SAAS,CAAC,WAAwBF,EAAK,KAAK,CAAC,CAAC,EAAE,UAAuBA,EAAK,KAAK,CAAC,CAAC,EAAE,cAA2BA,EAAK,KAAK,CAAC,CAAC,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUjB,GAAoB1E,EAAkB,KAAKyC,CAAY,KAAK,MAAMiC,KAAsB,OAAOA,GAAiCiB,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,sBAAsB,0BAA0B,QAAQ,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,qDAAqD,CAAC,CAAC,CAAC,EAAE,QAAQ,cAAc,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,UAAU7B,GAAoB3E,EAAkB,KAAKyC,CAAY,KAAK,MAAMkC,KAAsB,OAAOA,GAAiCgB,EAAWW,EAAS,CAAC,SAAsBT,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAE,qDAAqD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,KAAK,iBAAiB,CAAC,EAAeA,EAAKM,EAA0B,CAAC,SAAsBN,EAAKc,EAAU,CAAC,UAAU,0BAA0B,SAAsBd,EAAKe,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKM,EAA0B,CAAC,SAAsBN,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQ2C,EAAe,UAAU,SAASpF,GAAW,QAAQ,EAAE,QAAQoF,EAAe,UAAU,SAASnF,GAAW,QAAQ,EAAE,kBAAkBqF,EAAgC,SAASlG,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQgG,EAAe,UAAU,UAAUpF,GAAW,QAAQ,EAAE,QAAQoF,EAAe,UAAU,UAAUnF,GAAW,QAAQ,EAAE,kBAAkBqF,EAAgC,UAAUlG,CAAkB,CAAC,CAAC,EAAE,SAAsBsF,EAAKc,EAAU,CAAC,QAAQJ,EAAe,UAAU,SAASpF,GAAW,QAAQ,EAAE,UAAU,0BAA0B,wBAAwB,SAAS,KAAKD,GAAW,QAAQqF,EAAe,UAAU,SAASnF,GAAW,QAAQ,EAAE,kBAAkBqF,EAAgC,SAASlG,CAAkB,EAAE,SAAsBsF,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,YAAY,CAAC,oBAAoB,IAAI,mBAAmB,GAAM,cAAc,OAAO,YAAY,GAAK,wBAAwB,GAAG,mBAAmB,GAAM,oBAAoB,GAAG,QAAQ,SAAS,WAAW,GAAK,UAAU,EAAE,qBAAqB,EAAE,gBAAgB,GAAM,aAAa,GAAM,gBAAgB,IAAI,iBAAiB,GAAM,YAAY,EAAK,EAAE,YAAY,CAAC,KAAK,IAAI,QAAQ,IAAI,QAAQ,GAAG,SAAS,EAAK,CAAC,CAAC,EAAE,SAAsBiC,EAAKgB,GAAU,CAAC,WAAW,qEAAqE,aAAa,CAAC,aAAa,GAAM,WAAW,OAAO,EAAE,MAAM,wEAAwE,OAAO,CAAC,kBAAkB,mBAAmB,oBAAoB,EAAE,eAAe,CAAC,YAAY,IAAI,cAAc,GAAM,cAAc,EAAE,EAAE,OAAO,OAAO,aAAa,CAAC,aAAa,GAAM,WAAW,GAAG,WAAW,UAAU,cAAc,GAAM,YAAY,CAAC,EAAE,GAAG,YAAY,SAAS,YAAY,aAAa,CAAC,WAAW,qBAAqB,cAAc,IAAI,aAAa,GAAM,aAAa,GAAG,WAAW,CAAC,EAAE,YAAY,CAAC,eAAe,IAAI,eAAe,GAAG,WAAW,GAAG,gBAAgB,IAAI,oBAAoB,GAAG,cAAc,GAAG,aAAa,IAAI,iBAAiB,GAAG,aAAa,EAAE,eAAe,EAAE,gBAAgB,IAAI,gBAAgB,IAAI,WAAW,GAAG,cAAc,EAAE,EAAE,YAAY,CAAC,oBAAoB,IAAI,mBAAmB,GAAM,cAAc,OAAO,YAAY,GAAK,wBAAwB,GAAG,mBAAmB,GAAM,oBAAoB,GAAG,QAAQ,SAAS,WAAW,GAAK,UAAU,EAAE,qBAAqB,EAAE,gBAAgB,GAAM,aAAa,GAAM,gBAAgB,IAAI,iBAAiB,GAAM,YAAY,EAAK,EAAE,OAAO,EAAE,eAAe,CAAC,QAAQ,EAAE,WAAW,GAAG,WAAW,GAAG,YAAY,EAAK,EAAE,YAAY,YAAY,OAAO,EAAE,cAAc,CAAC,gBAAgB,GAAM,gBAAgB,SAAS,YAAY,EAAE,WAAW,GAAM,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,YAAK,YAAY,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAE,YAAY,CAAC,KAAK,IAAI,QAAQ,IAAI,QAAQ,IAAI,SAAS,EAAK,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAed,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQ2C,EAAe,UAAU,SAAShF,EAAY,QAAQ,EAAE,UAAUuD,GAAoB5E,EAAkB,KAAKyC,CAAY,KAAK,MAAMmC,KAAsB,OAAOA,GAAiCe,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+JAA+J,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,SAAS/E,EAAY,QAAQ,EAAE,kBAAkBiF,EAAgC,SAASlG,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQgG,EAAe,UAAU,UAAUhF,EAAY,QAAQ,EAAE,UAAUwD,GAAoB7E,EAAkB,KAAKyC,CAAY,KAAK,MAAMoC,KAAsB,OAAOA,GAAiCc,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+JAA+J,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,UAAU/E,EAAY,QAAQ,EAAE,kBAAkBiF,EAAgC,UAAUlG,CAAkB,CAAC,CAAC,EAAE,SAAsBsF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,QAAQH,EAAe,UAAU,UAAUhF,EAAY,QAAQ,EAAE,UAAUyD,GAAoB9E,EAAkB,KAAKyC,CAAY,KAAK,MAAMqC,KAAsB,OAAOA,GAAiCa,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+JAA+J,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,KAAKvE,GAAY,QAAQiF,EAAe,UAAU,UAAU/E,EAAY,QAAQ,EAAE,kBAAkBiF,EAAgC,UAAUlG,CAAkB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAesF,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUqB,GAAoB/E,EAAkB,KAAKyC,CAAY,KAAK,MAAMsC,KAAsB,OAAOA,GAAiCY,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uQAAuQ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUX,GAAoBhF,EAAkB,KAAKyC,CAAY,KAAK,MAAMuC,KAAsB,OAAOA,GAAiCW,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uQAAuQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,UAAUvB,GAAoBjF,EAAkB,KAAKyC,CAAY,KAAK,MAAMwC,KAAsB,OAAOA,GAAiCU,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uQAAuQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKiB,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,cAAc,GAAK,kBAAkBvG,CAAkB,CAAC,EAAesF,EAAKiB,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,cAAc,GAAK,kBAAkBvG,CAAkB,CAAC,EAAesF,EAAKiB,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,cAAc,GAAK,kBAAkBvG,CAAkB,CAAC,CAAC,CAAC,CAAC,EAAesF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKQ,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkB9F,EAAmB,SAAsBsF,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAMwB,GAAoBlF,EAAkB,MAAMyC,CAAY,KAAK,MAAMyC,KAAsB,OAAOA,GAAoB,kEAAkE,EAAE,UAAU,CAAC,MAAMC,GAAqBnF,EAAkB,MAAMyC,CAAY,KAAK,MAAM0C,KAAuB,OAAOA,GAAqB,kEAAkE,CAAC,EAAE,SAAsBQ,EAAKkB,GAAI,CAAC,kBAAkB,SAAS,MAAM,wEAAwE,eAAe,EAAE,KAAK,GAAM,KAAK,CAAC,WAAW,+CAA+C,SAAS,MAAM,UAAU,SAAS,WAAW,IAAI,cAAc,SAAS,WAAW,KAAK,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAMzB,GAAqBpF,EAAkB,KAAKyC,CAAY,KAAK,MAAM2C,KAAuB,OAAOA,GAAqB,mEAAmE,KAAK,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,KAAKoD,GAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,YAAY,KAAK,YAAY,CAAC,CAAC,CAAC,EAAE,SAAsBnB,EAAKnE,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,KAAKsF,GAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,SAASC,GAAYA,EAAW,IAAI,CAAC,CAAC,UAAU/D,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,UAAUC,GAAmB,GAAGC,EAAW,EAAE4D,KAAyBrB,EAAKG,EAAY,CAAC,GAAG,aAAa1C,KAAc,SAAsBuC,EAAKsB,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU9D,EAAkB,EAAE,SAAsBwC,EAAKuB,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBvB,EAAK,IAAI,CAAC,UAAU,8BAA8B,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKc,EAAU,CAAC,UAAU,0BAA0B,SAAsBd,EAAKwB,GAAK,CAAC,OAAO,OAAO,GAAG,YAAY,MAAM5F,GAAWyB,CAAkB,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,QAAQ,KAAK1C,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe0C,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,QAAQ,KAAKzC,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,EAAW,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,EAAeA,EAAKyB,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAI5C,EAAmBC,EAAoBC,EAAoB,OAAOgB,EAAKM,EAA0B,CAAC,SAAsBN,EAAKc,EAAU,CAAC,UAAU,2BAA2B,SAAsBd,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAWe,EAAmBzE,EAAkB,MAAMyC,CAAY,KAAK,MAAMgC,IAAqB,OAAOA,EAAmB,oBAAoB,UAAU4C,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW3C,EAAoB1E,EAAkB,MAAMyC,CAAY,KAAK,MAAMiC,IAAsB,OAAOA,EAAoB,oBAAoB,UAAU2C,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsB1B,EAAK2B,GAAa,CAAC,WAAW3C,EAAoB3E,EAAkB,MAAMyC,CAAY,KAAK,MAAMkC,IAAsB,OAAOA,EAAoB,oBAAoB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU0C,EAAc,CAAC,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU2B,GAAqBrF,EAAkB,MAAMyC,CAAY,KAAK,MAAM4C,KAAuB,OAAOA,GAAkCM,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUL,GAAqBtF,EAAkB,MAAMyC,CAAY,KAAK,MAAM6C,KAAuB,OAAOA,GAAkCK,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,UAAUjB,GAAqBvF,EAAkB,MAAMyC,CAAY,KAAK,MAAM8C,KAAuB,OAAOA,GAAkCI,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKM,EAA0B,CAAC,MAAM,QAAQ,SAAsBN,EAAKc,EAAU,CAAC,UAAU,2BAA2B,SAAsBd,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBiC,EAAK4B,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,UAAU,QAAQ2C,EAAe,UAAU,UAAUhF,EAAY,QAAQ,EAAE,UAAUmE,GAAqBxF,EAAkB,MAAMyC,CAAY,KAAK,MAAM+C,KAAuB,OAAOA,GAAkCG,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qFAAqF,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,UAAU/E,EAAY,QAAQ,EAAE,kBAAkBiF,EAAgC,UAAUlG,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQgG,EAAe,UAAU,UAAUhF,EAAY,QAAQ,EAAE,UAAUoE,GAAqBzF,EAAkB,MAAMyC,CAAY,KAAK,MAAMgD,KAAuB,OAAOA,GAAkCE,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qFAAqF,CAAC,CAAC,CAAC,EAAE,QAAQU,EAAe,UAAU,UAAU/E,EAAY,QAAQ,EAAE,kBAAkBiF,EAAgC,UAAUlG,CAAkB,CAAC,CAAC,EAAE,SAAsBsF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,QAAQH,EAAe,UAAU,UAAUhF,EAAY,QAAQ,EAAE,UAAUqE,GAAqB1F,EAAkB,MAAMyC,CAAY,KAAK,MAAMiD,KAAuB,OAAOA,GAAkCC,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qFAAqF,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,KAAKvE,GAAY,QAAQiF,EAAe,UAAU,UAAU/E,EAAY,QAAQ,EAAE,kBAAkBiF,EAAgC,UAAUlG,CAAkB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesF,EAAKyB,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6B,CAAC,IAAI/C,EAAmBC,EAAoBC,EAAoB,OAAOgB,EAAKM,EAA0B,CAAC,SAAsBN,EAAKc,EAAU,CAAC,UAAU,0BAA0B,SAAsBd,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAWe,EAAmBzE,EAAkB,MAAMyC,CAAY,KAAK,MAAMgC,IAAqB,OAAOA,EAAmB,kBAAkB,UAAU+C,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW9C,EAAoB1E,EAAkB,MAAMyC,CAAY,KAAK,MAAMiC,IAAsB,OAAOA,EAAoB,kBAAkB,UAAU8C,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB7B,EAAK2B,GAAa,CAAC,WAAW3C,EAAoB3E,EAAkB,MAAMyC,CAAY,KAAK,MAAMkC,IAAsB,OAAOA,EAAoB,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU6C,EAAe,CAAC,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKM,EAA0B,CAAC,MAAM,QAAQ,SAAsBN,EAAKc,EAAU,CAAC,UAAU,0BAA0B,SAAsBd,EAAKO,EAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBiC,EAAK8B,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9B,EAAK,MAAM,CAAC,UAAUK,EAAG1G,GAAkB,GAAGiF,EAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmD,GAAI,CAAC,gcAAgc,kFAAkF,IAAI7F,GAAS,wIAAwI,gFAAgF,kWAAkW,qLAAqL,qRAAqR,6RAA6R,2SAA2S,6PAA6P,wSAAwS,0SAA0S,6LAA6L,sNAAsN,wIAAwI,wKAAwK,6SAA6S,mSAAmS,iTAAiT,gRAAgR,mSAAmS,8WAA8W,slBAAslB,ulBAAulB,ypBAAypB,0IAA0I,+RAA+R,6RAA6R,gUAAgU,mSAAmS,yGAAyG,0RAA0R,mMAAmM,gHAAgH,iJAAiJ,yRAAyR,yGAAyG,wTAAwT,kSAAkS,oHAAoH,+zGAA+zG,4FAA4F,mHAAmHA,GAAS,6/DAA6/D,2FAA2FA,GAAS,s+DAAs+D,GAAe6F,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EASz8sDC,GAAgBC,EAAQtF,GAAUoF,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,GAAgB,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,EAAE,GAAGI,GAAY,GAAGC,GAAW,GAAGC,GAAe,GAAGC,GAAS,GAAGC,GAAU,GAAGC,GAAkB,GAAGC,GAAgB,GAAGC,GAAiB,GAAeC,GAAM,GAAgBA,GAAM,GAAgBA,GAAM,GAAgBA,GAAM,GAAgBA,GAAM,GAAgBA,EAAK,CAAC,EACjlC,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,sBAAwB,OAAO,sBAAwB,IAAI,6BAA+B,OAAO,uBAAyB,GAAG,oCAAsC,4JAA0L,qBAAuB,OAAO,yBAA2B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["murmur2", "r", "t", "e", "c", "getAlignmentIcon", "alignmentBaseline", "Arc", "withCSS", "props", "isCanvas", "RenderTarget", "cylinder", "path", "createPath", "id", "murmur2", "alignmentValue", "u", "p", "Arc_default", "addPropertyControls", "ControlType", "flip", "cylinderTop", "cylinderBottom", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "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", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "u", "Image2", "css", "FramerbzZSUnj7n", "withCSS", "bzZSUnj7n_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "h109q4Sjc", "papI3Kh2W", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "addPropertyOverrides", "RichText", "css", "FramerzO4oDVEnW", "withCSS", "zO4oDVEnW_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "TopbarFonts", "getFonts", "pQWsMWkcK_default", "ContainerWithFX", "withFX", "Container", "GrainFonts", "Grain", "ParticlesFonts", "ParticleWrapper", "MotionDivWithFX", "motion", "ArcFonts", "Arc_default", "WorkFonts", "pPRyIsEc_default", "Button_WhiteFonts", "zO4oDVEnW_default", "LogosSplitFonts", "bzZSUnj7n_default", "FooterEmailFonts", "MX8fp9gxb_default", "breakpoints", "serializationHash", "variantClassNames", "transitions", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "transition2", "animation2", "animation3", "animation4", "animation5", "animation6", "transition3", "animation7", "animation8", "animation9", "transition4", "animation10", "animation11", "animation12", "toImageSrc", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "v7J9yBPhaPlJcplWxM", "KfcwTJWLYPlJcplWxM", "ZYLzqJGSYPlJcplWxM", "oqbUr9rWOPlJcplWxM", "idPlJcplWxM", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "preloadPromise", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "PropertyOverrides", "ContainerWithFX", "pQWsMWkcK_default", "optimizeAppear", "x", "optimizeAppearTransformTemplate", "RichText", "Container", "Grain", "ParticleWrapper", "MotionDivWithFX", "Arc_default", "g22Y0rKQV_default", "collection", "i", "PathVariablesContext", "Link", "pPRyIsEc_default", "ResolveLinks", "resolvedLinks", "zO4oDVEnW_default", "bzZSUnj7n_default", "resolvedLinks1", "MX8fp9gxb_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "TopbarFonts", "GrainFonts", "ParticlesFonts", "ArcFonts", "WorkFonts", "Button_WhiteFonts", "LogosSplitFonts", "FooterEmailFonts", "fonts", "__FramerMetadata__"]
}
