{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ftLVFndv7wAW7LztUCMg/cfJrIPwtaizsVUZhCTsu/avrDoWI2c.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/hhCrQRvSy6hn48nHigJh/y4a1iwduj6OwqSSyzwge/DVW50NqzP.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/AdguZmEKK5XpIdKUdau1/Bcqb9zgnV7SeRyrTfH7k/F7Qny13T6.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/piQTysB0JhkvKBOdBpZm/X7GqxiLkJu9Q01lbZSCw/MgTGk3ox0.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/zcWS5RlHZQJxXWABqyko/xjjCaWmRMPQpoLDzy61e/N5tCI1ULJ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/uE7DeIhVCoDDJK5HU4VJ/YVVLMlXSNRvEE6xQkmx1/t3bdb9nRL.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/bIVw38obUahAbUXAVJvK/NjA38E4Wnf2N3zxpd6No/ugDz7jsR4.js\";import HeaderElement from\"https://framerusercontent.com/modules/ifKgGUXpX3XHxROxf3lE/yl2aBR1JICr1uhMo3u5K/a3qLLSZSA.js\";import Menu from\"https://framerusercontent.com/modules/cmy2pLECvYTtZd1CaBcL/EVTJ4aE75MIl8od6egwu/fKuffO7wK.js\";import PrimaryButton from\"https://framerusercontent.com/modules/mrWIUjd8J8wt99T8wuZC/RRH6FN5bqI63VGkpPxKH/q3Neyu82N.js\";import Logo from\"https://framerusercontent.com/modules/hLiRXRZbHmAtGL8ZTeQz/oor0K9Ya6XIMo5K6Esh2/TNZ5v_nta.js\";const LogoFonts=getFonts(Logo);const FeatherFonts=getFonts(Feather);const HeaderElementFonts=getFonts(HeaderElement);const MotionDivWithFX=withFX(motion.div);const PrimaryButtonFonts=getFonts(PrimaryButton);const MenuFonts=getFonts(Menu);const cycleOrder=[\"HNYVoWA6O\",\"NBfMJrbXe\",\"pduJXqxtd\",\"cohZCwQlH\"];const serializationHash=\"framer-3e9Gy\";const variantClassNames={cohZCwQlH:\"framer-v-et3nh3\",HNYVoWA6O:\"framer-v-fjeb52\",NBfMJrbXe:\"framer-v-1me7n72\",pduJXqxtd:\"framer-v-vdgf58\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:.15,ease:[.44,0,.56,1],type:\"tween\"};const animation3={backgroundColor:\"rgba(255, 255, 255, 0.05)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop 2\":\"NBfMJrbXe\",\"Mobile open\":\"cohZCwQlH\",Desktop:\"HNYVoWA6O\",Mobile:\"pduJXqxtd\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HNYVoWA6O\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HNYVoWA6O\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ZBhvCuUX1txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1qcefhs=activeVariantCallback(async(...args)=>{setVariant(\"cohZCwQlH\");});const onTap1yhtmi4=activeVariantCallback(async(...args)=>{setVariant(\"pduJXqxtd\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"pduJXqxtd\",\"cohZCwQlH\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"NBfMJrbXe\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const isDisplayed2=()=>{if([\"pduJXqxtd\",\"cohZCwQlH\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"cohZCwQlH\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"cohZCwQlH\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"pduJXqxtd\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fjeb52\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"HNYVoWA6O\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{cohZCwQlH:{backgroundColor:\"rgb(0, 0, 0)\"},pduJXqxtd:{backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({cohZCwQlH:{\"data-framer-name\":\"Mobile open\"},NBfMJrbXe:{\"data-framer-name\":\"Desktop 2\"},pduJXqxtd:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hkr2x2\",layoutDependency:layoutDependency,layoutId:\"I7WtGMBxA\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"mybJ8j2FT\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsxs(motion.a,{\"aria-label\":\"StrongX logo\",className:\"framer-lewm9b framer-1ls1s6e\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"mybJ8j2FT\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||110)-0-110.2)/2)+35.1+0,...addPropertyOverrides({cohZCwQlH:{y:(componentViewport?.y||0)+0+0+8+0},NBfMJrbXe:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||61)-0-61)/2)+10.5+0},pduJXqxtd:{y:(componentViewport?.y||0)+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m7zfkm-container\",layoutDependency:layoutDependency,layoutId:\"HJCMSCXvc-container\",nodeId:\"HJCMSCXvc\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"HJCMSCXvc\",layoutId:\"HJCMSCXvc\",style:{height:\"100%\",width:\"100%\"},variant:\"YbsPvc6ql\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3JiaXRyb24tODAw\",\"--framer-font-family\":'\"Orbitron\", \"Orbitron Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32d8ca55-1e9b-45fa-b6c2-0dd5fd45dd61, rgb(255, 255, 255)))\"},children:\"Mickael Phoenix\"})}),className:\"framer-12jt6ku\",\"data-framer-name\":\"MickaelPhoenix\",fonts:[\"GF;Orbitron-800\"],layoutDependency:layoutDependency,layoutId:\"KcZLpJoJL\",style:{\"--extracted-r6o4lv\":\"var(--token-32d8ca55-1e9b-45fa-b6c2-0dd5fd45dd61, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kcrlu9\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"P22Ri8eGl\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hd3vo9\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"Ybln74Vzs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kyti7w\",\"data-framer-name\":\"Open time\",layoutDependency:layoutDependency,layoutId:\"THnP0S379\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ithvxp\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"hUgIlfSRJ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a38p9n\",\"data-framer-name\":\"Phone number\",layoutDependency:layoutDependency,layoutId:\"f4stIjXt8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bn3cjl-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zFEzA5BZU-container\",nodeId:\"zFEzA5BZU\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-017e909d-b016-4475-8e5c-a1d1a63d9362, rgb(239, 217, 21))\",height:\"100%\",iconSearch:\"phone\",iconSelection:\"home\",id:\"zFEzA5BZU\",layoutId:\"zFEzA5BZU\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"CVckM4ph0\",openInNewTab:false,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1so2155\",\"data-styles-preset\":\"t3bdb9nRL\",children:\"+41 77 420 19 38\"})})})}),className:\"framer-1cnzg70\",\"data-framer-name\":\"+259 (0) 256 215\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CVckM4ph0\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13mzkg3\",\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"JosPh_T5E\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17tc8s3-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Tmd_UC7dq-container\",nodeId:\"Tmd_UC7dq\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-017e909d-b016-4475-8e5c-a1d1a63d9362, rgb(239, 217, 21))\",height:\"100%\",iconSearch:\"mail\",iconSelection:\"home\",id:\"Tmd_UC7dq\",layoutId:\"Tmd_UC7dq\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto: mickaelphoenix.geneve@gmail.com\",motionChild:true,nodeId:\"vqfO4vDAw\",openInNewTab:true,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1so2155\",\"data-styles-preset\":\"t3bdb9nRL\",children:\"mickaelphoenix.geneve@gmail.com\"})})})}),className:\"framer-19o1gx6\",\"data-framer-name\":\"contact@strongx.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vqfO4vDAw\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-slux9j\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"LynbX70JQ\",style:{backgroundColor:\"var(--token-004a887d-dc0e-408d-a73c-0cbbb2f55f52, rgb(38, 38, 38))\"}}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-jategq\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"u6r3I7biy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gwu06t\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"FfLEm8n7o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19q2a3f\",\"data-styles-preset\":\"N5tCI1ULJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-195de5cc-11f5-48f8-bf2b-7bbdafe81e48, rgb(189, 189, 189)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"i2BglQEvx\",openInNewTab:false,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jc6oca\",\"data-styles-preset\":\"ugDz7jsR4\",children:\"Home\"})})})}),className:\"framer-160up2a\",\"data-framer-name\":\"Home\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"i2BglQEvx\",style:{\"--extracted-r6o4lv\":\"var(--token-195de5cc-11f5-48f8-bf2b-7bbdafe81e48, rgb(189, 189, 189))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19q2a3f\",\"data-styles-preset\":\"N5tCI1ULJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-195de5cc-11f5-48f8-bf2b-7bbdafe81e48, rgb(189, 189, 189)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EGef3mbUx\"},motionChild:true,nodeId:\"TuvyaTMeA\",openInNewTab:false,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jc6oca\",\"data-styles-preset\":\"ugDz7jsR4\",children:\"A propos\"})})})}),className:\"framer-1y079z2\",\"data-framer-name\":\"About us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TuvyaTMeA\",style:{\"--extracted-r6o4lv\":\"var(--token-195de5cc-11f5-48f8-bf2b-7bbdafe81e48, rgb(189, 189, 189))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:(componentViewport?.y||0)+(0+((componentViewport?.height||110)-0-110.2)/2)+0+0+50.2+15.5+0,...addPropertyOverrides({NBfMJrbXe:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||61)-0-61)/2)+0+0+1+15.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-12lc73n-container\",\"data-framer-name\":\"Services\",id:`${layoutId}-12lc73n`,layoutDependency:layoutDependency,layoutId:\"F0GU6NzEq-container\",name:\"Services\",nodeId:\"F0GU6NzEq\",ref:ref1,rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:[/*#__PURE__*/_jsx(HeaderElement,{height:\"100%\",id:\"F0GU6NzEq\",layoutId:\"F0GU6NzEq\",name:\"Services\",variant:overlay.visible?\"WonVHkxal\":\"b9ejAOT5b\",width:\"100%\",ZBhvCuUX1:ZBhvCuUX1txyyif({overlay})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-12lc73n`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-cp4rsl\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"aXcYD9oYj\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(17, 17, 17)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rari5fAb0\"},motionChild:true,nodeId:\"ytYVS2pXp\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7uq4oz framer-1ls1s6e\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"ytYVS2pXp\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},whileHover:animation3,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lcwvc7\",\"data-styles-preset\":\"MgTGk3ox0\",children:\"Personal Training\"})}),className:\"framer-eiz2ws\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hjE80geYj\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yYhU8Ejmr\"},motionChild:true,nodeId:\"XryaXh9uv\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-v1fqts framer-1ls1s6e\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"XryaXh9uv\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},whileHover:animation3,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lcwvc7\",\"data-styles-preset\":\"MgTGk3ox0\",children:\"Small Group\"})}),className:\"framer-37cwls\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jDbbtUqPI\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Te7ITVf2B\"},motionChild:true,nodeId:\"LHWLDESD0\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15lhmgk framer-1ls1s6e\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"LHWLDESD0\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},whileHover:animation3,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lcwvc7\",\"data-styles-preset\":\"MgTGk3ox0\",children:\"Coaching en Entreprise\"})}),className:\"framer-gb0zkp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xr9lMSbhh\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HuUQuHCwd\"},motionChild:true,nodeId:\"lnerLwNB7\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-151ugc2 framer-1ls1s6e\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"lnerLwNB7\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},whileHover:animation3,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lcwvc7\",\"data-styles-preset\":\"MgTGk3ox0\",children:\"Nutrition\"})}),className:\"framer-1lawahv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vuOONS7xi\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QIA9_01cn\"},motionChild:true,nodeId:\"Xu9v4SiHz\",openInNewTab:false,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ymjqo framer-1ls1s6e\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Xu9v4SiHz\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},whileHover:animation3,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lcwvc7\",\"data-styles-preset\":\"MgTGk3ox0\",children:\"Diabete Reset \u2122\"})}),className:\"framer-1kgc1ow\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ahhrpMWmH\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})]})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":oqcjh1ZPB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":oqcjh1ZPB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"248px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||110)-0-110.2)/2)+0+0+50.2+12,...addPropertyOverrides({NBfMJrbXe:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||61)-0-61)/2)+0+0+1+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kc3pli-container\",layoutDependency:layoutDependency,layoutId:\"GvVboOYZ0-container\",nodeId:\"GvVboOYZ0\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(PrimaryButton,{blEDy2ymI:\"arrow-right\",eog5vgIcV:resolvedLinks[0],FoT69DRwC:\"Je r\\xe9serve mon bilan GRATUIT\",height:\"100%\",id:\"GvVboOYZ0\",layoutId:\"GvVboOYZ0\",oHE5FgyPO:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({NBfMJrbXe:{eog5vgIcV:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17eqiw3\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"acmF5OH9L\",style:{backgroundColor:\"var(--token-004a887d-dc0e-408d-a73c-0cbbb2f55f52, rgb(38, 38, 38))\",rotate:60}})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i0kd5f\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"EX1_aiC6X\",...addPropertyOverrides({cohZCwQlH:{\"data-highlight\":true,onTap:onTap1yhtmi4},pduJXqxtd:{\"data-highlight\":true,onTap:onTap1qcefhs}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h8pwpy\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"p15iZYY5_\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{cohZCwQlH:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y1vo40\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"tUruJ1IUJ\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{cohZCwQlH:{rotate:45}}})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hnzkk9\",layoutDependency:layoutDependency,layoutId:\"nYZFclo0C\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2584jk\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"ctg_xsAH7\",style:{backgroundColor:\"var(--token-cd2abb60-7f14-4361-a6c3-7ba13d0068b8, rgb(13, 13, 13))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18s8bps\",\"data-framer-name\":\"Open time\",layoutDependency:layoutDependency,layoutId:\"HOADd9ELq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14xgtim-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"w4lwCZO4r-container\",nodeId:\"w4lwCZO4r\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-017e909d-b016-4475-8e5c-a1d1a63d9362, rgb(239, 217, 21))\",height:\"100%\",iconSearch:\"clock\",iconSelection:\"home\",id:\"w4lwCZO4r\",layoutId:\"w4lwCZO4r\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"6 a.m - 9 p.m (Mon - Sun)\"})}),className:\"framer-10p1z57\",\"data-framer-name\":\"6 a.m - 9 p.m (Mon - Sun)\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BwahR_xlz\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-or5145\",\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"Wy0zYCN6b\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ncnmxr-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PDWQypvrR-container\",nodeId:\"PDWQypvrR\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-017e909d-b016-4475-8e5c-a1d1a63d9362, rgb(239, 217, 21))\",height:\"100%\",iconSearch:\"mail\",iconSelection:\"home\",id:\"PDWQypvrR\",layoutId:\"PDWQypvrR\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"contact@strongx.com\"})}),className:\"framer-1mmb5lu\",\"data-framer-name\":\"contact@strongx.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OAZBl4oXs\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cohZCwQlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto: mickaelphoenix.geneve@gmail.com\",motionChild:true,nodeId:\"OAZBl4oXs\",openInNewTab:true,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1so2155\",\"data-styles-preset\":\"t3bdb9nRL\",children:\"mickaelphoenix.geneve@gmail.com\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zl070y\",\"data-framer-name\":\"Phone number\",layoutDependency:layoutDependency,layoutId:\"yCHQGkeci\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-126t4oq-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cwDe7W_7q-container\",nodeId:\"cwDe7W_7q\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-017e909d-b016-4475-8e5c-a1d1a63d9362, rgb(239, 217, 21))\",height:\"100%\",iconSearch:\"phone\",iconSelection:\"home\",id:\"cwDe7W_7q\",layoutId:\"cwDe7W_7q\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"+259 (0) 256 215\"})}),className:\"framer-1h3op5t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZO8PGEmnY\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{cohZCwQlH:{\"--extracted-r6o4lv\":\"var(--token-337fce8b-25db-44fb-aa6c-a040f31b06dc, rgb(220, 220, 220))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cohZCwQlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-337fce8b-25db-44fb-aa6c-a040f31b06dc, rgb(220, 220, 220)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel: +41774201938\",motionChild:true,nodeId:\"ZO8PGEmnY\",openInNewTab:true,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1so2155\",\"data-styles-preset\":\"t3bdb9nRL\",children:\"+41 77 420 19 38\"})})})})}},baseVariant,gestureVariant)})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kq7nhh\",\"data-framer-name\":\"Whatsapp\",layoutDependency:layoutDependency,layoutId:\"LGKLthERp\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1u1yzsi\",\"data-framer-name\":\"whatsapp-logo-variant_svgrepo.com\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sc5d1XHM5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21 21\"><g transform=\"translate(0.51 0.601)\" id=\"ss9606235209_1\"><path d=\"M 0 20 L 0 0 L 20 0 L 20 20 Z\" fill=\"transparent\"></path><path d=\"M 20 9.743 C 20 15.123 15.604 19.485 10.181 19.485 C 8.46 19.485 6.843 19.045 5.436 18.274 L 0 20 L 1.772 14.772 C 0.878 13.304 0.364 11.581 0.364 9.742 C 0.365 4.362 4.759 0 10.182 0 C 15.605 0.001 20 4.362 20 9.743 Z M 10.18 1.553 C 5.629 1.553 1.927 5.228 1.927 9.745 C 1.927 11.537 2.511 13.196 3.499 14.546 L 2.468 17.587 L 5.639 16.579 C 6.944 17.435 8.504 17.933 10.18 17.933 C 14.732 17.933 18.435 14.26 18.435 9.743 C 18.437 5.228 14.732 1.553 10.18 1.553 Z M 15.139 11.987 C 15.078 11.888 14.918 11.828 14.678 11.708 C 14.438 11.588 13.253 11.011 13.034 10.933 C 12.812 10.853 12.651 10.812 12.491 11.052 C 12.332 11.291 11.871 11.828 11.729 11.989 C 11.589 12.149 11.449 12.169 11.208 12.051 C 10.968 11.929 10.191 11.679 9.272 10.866 C 8.556 10.232 8.073 9.451 7.934 9.212 C 7.792 8.973 7.919 8.844 8.039 8.725 C 8.146 8.618 8.279 8.446 8.4 8.306 C 8.521 8.167 8.56 8.069 8.641 7.909 C 8.719 7.749 8.68 7.61 8.62 7.489 C 8.56 7.369 8.08 6.196 7.878 5.718 C 7.678 5.24 7.478 5.319 7.337 5.319 C 7.197 5.319 7.036 5.3 6.876 5.3 C 6.715 5.3 6.454 5.358 6.235 5.597 C 6.015 5.836 5.393 6.413 5.393 7.589 C 5.393 8.765 6.254 9.899 6.375 10.058 C 6.496 10.217 8.041 12.707 10.487 13.664 C 12.934 14.619 12.934 14.3 13.375 14.26 C 13.817 14.219 14.8 13.682 14.999 13.126 C 15.2 12.566 15.2 12.087 15.139 11.987 Z\" fill=\"var(--token-017e909d-b016-4475-8e5c-a1d1a63d9362, rgb(255, 152, 0)) /* {&quot;name&quot;:&quot;Primary 200&quot;} */\"></path></g></svg>',svgContentId:9606235209,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/41774201938\",motionChild:true,nodeId:\"b9EUVUURA\",openInNewTab:true,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1so2155\",\"data-styles-preset\":\"t3bdb9nRL\",children:\"Whatsapp\"})})})}),className:\"framer-1atsn5p\",\"data-framer-name\":\"contact@strongx.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b9EUVUURA\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ueahx9\",\"data-framer-name\":\"whatsapp-color_svgrepo.com\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:61,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"usBUK1uXs\",svg:'<svg width=\"60\" height=\"61\" viewBox=\"0 0 60 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_461_6)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.9913 0.5C13.4528 0.5 0 13.9566 0 30.4997C0 37.0605 2.1158 43.145 5.71251 48.0837L1.97449 59.2297L13.5056 55.5444C18.2482 58.6837 23.908 60.5 30.0087 60.5C46.5472 60.5 60 47.0429 60 30.5003C60 13.9571 46.5472 0.500496 30.0087 0.500496L29.9913 0.5ZM21.6161 15.7385C21.0344 14.3453 20.5935 14.2926 19.7122 14.2568C19.4122 14.2393 19.0778 14.2219 18.707 14.2219C17.5606 14.2219 16.3618 14.5569 15.6388 15.2976C14.7575 16.197 12.571 18.2955 12.571 22.599C12.571 26.9025 15.7095 31.0647 16.1324 31.647C16.5733 32.2284 22.251 41.1879 31.0666 44.8394C37.9604 47.6964 40.0061 47.4316 41.5751 47.0966C43.8671 46.6029 46.7413 44.9091 47.4643 42.8638C48.1873 40.8176 48.1873 39.0715 47.9753 38.7011C47.7638 38.3308 47.1816 38.1198 46.3004 37.6783C45.4191 37.2373 41.1342 35.1208 40.3231 34.8386C39.5294 34.539 38.7716 34.645 38.1725 35.4916C37.326 36.6733 36.4975 37.8729 35.8273 38.5956C35.2983 39.1601 34.4339 39.2307 33.7114 38.9306C32.7416 38.5254 30.0266 37.5722 26.6763 34.5917C24.0842 32.2817 22.3212 29.4072 21.8102 28.5431C21.2986 27.6616 21.7573 27.1494 22.1624 26.6736C22.6033 26.1265 23.0263 25.7388 23.4672 25.2271C23.9081 24.7159 24.1549 24.4511 24.437 23.8513C24.7371 23.2695 24.5251 22.6697 24.3136 22.2287C24.1021 21.7877 22.3391 17.4841 21.6161 15.7385Z\" fill=\"#67C15E\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_461_6\">\\n<rect width=\"60\" height=\"60\" fill=\"white\" transform=\"translate(0 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-3668u0\",\"data-framer-name\":\"whatsapp-logo-variant_svgrepo.com\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"PUYL605nF\",svg:'<svg width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1457_6293)\">\\n<path d=\"M20.5098 10.3438C20.5098 15.7242 16.1142 20.0859 10.6907 20.0859C8.96967 20.0859 7.35295 19.6457 5.94558 18.8748L0.509766 20.6011L2.2817 15.3727C1.38823 13.9053 0.873675 12.1823 0.873675 10.3431C0.874327 4.96277 5.26863 0.601074 10.692 0.601074C16.1148 0.602379 20.5098 4.96342 20.5098 10.3438ZM10.6901 2.15454C6.13862 2.15454 2.43627 5.82884 2.43627 10.3458C2.43627 12.1379 3.02061 13.797 4.00864 15.147L2.97822 18.1881L6.14905 17.1805C7.45339 18.0361 9.01402 18.5344 10.6901 18.5344C15.2416 18.5344 18.9452 14.8607 18.9452 10.3438C18.9465 5.82884 15.2422 2.15454 10.6901 2.15454ZM15.6492 12.5879C15.5879 12.4894 15.4274 12.4294 15.1874 12.3094C14.9481 12.1894 13.7631 11.6123 13.5433 11.534C13.3216 11.4538 13.1612 11.4133 13.0007 11.6527C12.8422 11.892 12.3805 12.4294 12.239 12.5899C12.0988 12.7496 11.9586 12.7699 11.7179 12.6518C11.4773 12.5305 10.7012 12.2801 9.78162 11.4668C9.06619 10.8329 8.58294 10.0523 8.44338 9.81293C8.30186 9.57424 8.42903 9.44511 8.54837 9.32641C8.65598 9.21881 8.78902 9.04729 8.90967 8.90707C9.03033 8.76816 9.07011 8.66968 9.15032 8.5099C9.22924 8.35012 9.18945 8.21121 9.13011 8.09056C9.07011 7.97056 8.58946 6.79666 8.38794 6.31862C8.18773 5.84123 7.98751 5.92015 7.84664 5.92015C7.70643 5.92015 7.54599 5.90058 7.38556 5.90058C7.22513 5.90058 6.96426 5.95862 6.74448 6.19797C6.5247 6.43732 5.90253 7.01448 5.90253 8.18969C5.90253 9.3662 6.76405 10.5003 6.8847 10.6594C7.006 10.8179 8.55033 13.3085 10.9966 14.2646C13.4442 15.22 13.4442 14.9011 13.8851 14.8607C14.3272 14.8203 15.3094 14.2835 15.509 13.7266C15.7098 13.167 15.7098 12.6877 15.6492 12.5879Z\" fill=\"#EFD915\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1457_6293\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.509766 0.601074)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1bs7zyd\",\"data-styles-preset\":\"DVW50NqzP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/41774201938\",motionChild:true,nodeId:\"T3JZARaJ4\",openInNewTab:true,scopeId:\"avrDoWI2c\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1so2155\",\"data-styles-preset\":\"t3bdb9nRL\",children:\"Whatsapp\"})})})}),className:\"framer-1m8rks7\",\"data-framer-name\":\"contact@strongx.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T3JZARaJ4\",style:{\"--extracted-r6o4lv\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qseehf\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"H2qGH8s64\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"AC2oRvORB\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ppxi5g framer-1ls1s6e\",layoutDependency:layoutDependency,layoutId:\"AC2oRvORB\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"Home\"})}),className:\"framer-105otr7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ISGfeHz0L\",style:{\"--extracted-1w1cjl5\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cohZCwQlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",children:\"Home\"})}),verticalAlignment:\"center\"},pduJXqxtd:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tjt41h\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"LbKaHPKld\",style:{backgroundColor:\"var(--token-004a887d-dc0e-408d-a73c-0cbbb2f55f52, rgb(38, 38, 38))\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EGef3mbUx\"},motionChild:true,nodeId:\"HKbzf6hPW\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-v8b1t3 framer-1ls1s6e\",layoutDependency:layoutDependency,layoutId:\"HKbzf6hPW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"About us\"})}),className:\"framer-kgq4h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fzPlbCQIf\",style:{\"--extracted-1w1cjl5\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cohZCwQlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"A propos\"})}),verticalAlignment:\"center\"},pduJXqxtd:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7vl9oa\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"L_BGQac1Y\",style:{backgroundColor:\"var(--token-004a887d-dc0e-408d-a73c-0cbbb2f55f52, rgb(38, 38, 38))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-166x691\",layoutDependency:layoutDependency,layoutId:\"HRag5aaWG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",children:\"Services\"})}),className:\"framer-1hg0zc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iOYgPwNHu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cohZCwQlH:{verticalAlignment:\"center\"},pduJXqxtd:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({cohZCwQlH:{height:194,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+56+8+0+0+80+0+40},pduJXqxtd:{height:194,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+56+8+0+0+98+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ke0zel-container\",layoutDependency:layoutDependency,layoutId:\"taR6t0eDE-container\",nodeId:\"taR6t0eDE\",rendersWithMotion:true,scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(Menu,{eJy2bya0I:\"var(--token-d2c656dc-fbfc-4430-83e1-512b0c6a182e, rgb(240, 221, 53))\",height:\"100%\",id:\"taR6t0eDE\",layoutId:\"taR6t0eDE\",style:{height:\"100%\",width:\"100%\"},variant:\"IEXn2JC5D\",width:\"100%\",ZxuvB93bQ:\"var(--token-d2c656dc-fbfc-4430-83e1-512b0c6a182e, rgb(240, 221, 53))\",...addPropertyOverrides({cohZCwQlH:{style:{width:\"100%\"}},pduJXqxtd:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Op7p0ifgh\"},motionChild:true,nodeId:\"WAqjbZ_vE\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-11c9n4 framer-1ls1s6e\",layoutDependency:layoutDependency,layoutId:\"WAqjbZ_vE\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"Blog\"})}),className:\"framer-1tk3ntp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Uf4Dp8xwO\",style:{\"--extracted-1w1cjl5\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pduJXqxtd:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wxaqx5\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"T1mhdTmhK\",style:{backgroundColor:\"var(--token-004a887d-dc0e-408d-a73c-0cbbb2f55f52, rgb(38, 38, 38))\"}}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kvh8wf\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ik8gELsiC\",style:{backgroundColor:\"var(--token-004a887d-dc0e-408d-a73c-0cbbb2f55f52, rgb(38, 38, 38))\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tfqW_FmJj\"},motionChild:true,nodeId:\"Sz_8z9qHG\",scopeId:\"avrDoWI2c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10zw8h3 framer-1ls1s6e\",layoutDependency:layoutDependency,layoutId:\"Sz_8z9qHG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"Contact us\"})}),className:\"framer-1x7y6wi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Iu8t6ioXg\",style:{\"--extracted-1w1cjl5\":\"var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cohZCwQlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-xvr0ef\",\"data-styles-preset\":\"F7Qny13T6\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fd0eba5c-9c16-4e5a-8542-b10a96ddaa17, rgb(239, 239, 239)))\"},children:\"Contact\"})}),verticalAlignment:\"center\"},pduJXqxtd:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3e9Gy.framer-1ls1s6e, .framer-3e9Gy .framer-1ls1s6e { display: block; }\",\".framer-3e9Gy.framer-fjeb52 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 101px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-3e9Gy .framer-hkr2x2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-3e9Gy .framer-lewm9b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3e9Gy .framer-m7zfkm-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-3e9Gy .framer-12jt6ku, .framer-3e9Gy .framer-1cnzg70, .framer-3e9Gy .framer-19o1gx6, .framer-3e9Gy .framer-160up2a, .framer-3e9Gy .framer-1y079z2, .framer-3e9Gy .framer-10p1z57, .framer-3e9Gy .framer-1mmb5lu, .framer-3e9Gy .framer-1h3op5t, .framer-3e9Gy .framer-1atsn5p, .framer-3e9Gy .framer-1m8rks7, .framer-3e9Gy .framer-105otr7, .framer-3e9Gy .framer-kgq4h, .framer-3e9Gy .framer-1hg0zc, .framer-3e9Gy .framer-1tk3ntp, .framer-3e9Gy .framer-1x7y6wi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3e9Gy .framer-1kcrlu9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 954px; }\",\".framer-3e9Gy .framer-hd3vo9, .framer-3e9Gy .framer-jategq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 12px 0px 12px 72px; position: relative; width: 93%; }\",\".framer-3e9Gy .framer-1kyti7w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 25px; min-width: 167px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3e9Gy .framer-ithvxp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3e9Gy .framer-a38p9n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3e9Gy .framer-bn3cjl-container { flex: none; height: 17px; position: relative; width: 17px; }\",\".framer-3e9Gy .framer-13mzkg3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3e9Gy .framer-17tc8s3-container, .framer-3e9Gy .framer-126t4oq-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-3e9Gy .framer-slux9j, .framer-3e9Gy .framer-1tjt41h, .framer-3e9Gy .framer-7vl9oa, .framer-3e9Gy .framer-wxaqx5, .framer-3e9Gy .framer-1kvh8wf { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-3e9Gy .framer-gwu06t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3e9Gy .framer-12lc73n-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3e9Gy .framer-cp4rsl { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5px; position: relative; width: 212px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3e9Gy .framer-7uq4oz, .framer-3e9Gy .framer-v1fqts, .framer-3e9Gy .framer-15lhmgk, .framer-3e9Gy .framer-151ugc2, .framer-3e9Gy .framer-ymjqo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3e9Gy .framer-eiz2ws, .framer-3e9Gy .framer-37cwls, .framer-3e9Gy .framer-gb0zkp, .framer-3e9Gy .framer-1lawahv, .framer-3e9Gy .framer-1kgc1ow { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-3e9Gy .framer-1kc3pli-container { flex: none; height: 36px; position: relative; width: 248px; z-index: 2; }\",\".framer-3e9Gy .framer-17eqiw3 { flex: none; height: 1px; left: -97px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 200px; z-index: 1; }\",\".framer-3e9Gy .framer-1i0kd5f { flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-3e9Gy .framer-h8pwpy { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3e9Gy .framer-1y1vo40 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3e9Gy .framer-1hnzkk9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-3e9Gy .framer-2584jk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-3e9Gy .framer-18s8bps, .framer-3e9Gy .framer-or5145, .framer-3e9Gy .framer-zl070y, .framer-3e9Gy .framer-1kq7nhh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3e9Gy .framer-14xgtim-container, .framer-3e9Gy .framer-ncnmxr-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-3e9Gy .framer-1u1yzsi, .framer-3e9Gy .framer-3668u0 { flex: none; height: 21px; position: relative; width: 21px; }\",\".framer-3e9Gy .framer-1ueahx9 { flex: none; height: 61px; position: relative; width: 60px; }\",\".framer-3e9Gy .framer-1qseehf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3e9Gy .framer-1ppxi5g, .framer-3e9Gy .framer-v8b1t3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-3e9Gy .framer-166x691 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-3e9Gy .framer-1ke0zel-container { flex: none; height: 248px; position: relative; width: 100%; }\",\".framer-3e9Gy .framer-11c9n4, .framer-3e9Gy .framer-10zw8h3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3e9Gy.framer-fjeb52, .framer-3e9Gy .framer-lewm9b, .framer-3e9Gy .framer-1kcrlu9, .framer-3e9Gy .framer-1kyti7w, .framer-3e9Gy .framer-ithvxp, .framer-3e9Gy .framer-a38p9n, .framer-3e9Gy .framer-13mzkg3, .framer-3e9Gy .framer-gwu06t, .framer-3e9Gy .framer-cp4rsl, .framer-3e9Gy .framer-7uq4oz, .framer-3e9Gy .framer-v1fqts, .framer-3e9Gy .framer-15lhmgk, .framer-3e9Gy .framer-151ugc2, .framer-3e9Gy .framer-ymjqo, .framer-3e9Gy .framer-1hnzkk9, .framer-3e9Gy .framer-2584jk, .framer-3e9Gy .framer-18s8bps, .framer-3e9Gy .framer-or5145, .framer-3e9Gy .framer-zl070y, .framer-3e9Gy .framer-1kq7nhh, .framer-3e9Gy .framer-1qseehf, .framer-3e9Gy .framer-1ppxi5g, .framer-3e9Gy .framer-v8b1t3, .framer-3e9Gy .framer-166x691, .framer-3e9Gy .framer-11c9n4, .framer-3e9Gy .framer-10zw8h3 { gap: 0px; } .framer-3e9Gy.framer-fjeb52 > * { margin: 0px; margin-left: calc(101px / 2); margin-right: calc(101px / 2); } .framer-3e9Gy.framer-fjeb52 > :first-child, .framer-3e9Gy .framer-lewm9b > :first-child, .framer-3e9Gy .framer-1kyti7w > :first-child, .framer-3e9Gy .framer-ithvxp > :first-child, .framer-3e9Gy .framer-a38p9n > :first-child, .framer-3e9Gy .framer-13mzkg3 > :first-child, .framer-3e9Gy .framer-gwu06t > :first-child, .framer-3e9Gy .framer-7uq4oz > :first-child, .framer-3e9Gy .framer-v1fqts > :first-child, .framer-3e9Gy .framer-15lhmgk > :first-child, .framer-3e9Gy .framer-151ugc2 > :first-child, .framer-3e9Gy .framer-ymjqo > :first-child, .framer-3e9Gy .framer-18s8bps > :first-child, .framer-3e9Gy .framer-or5145 > :first-child, .framer-3e9Gy .framer-zl070y > :first-child, .framer-3e9Gy .framer-1kq7nhh > :first-child, .framer-3e9Gy .framer-11c9n4 > :first-child, .framer-3e9Gy .framer-10zw8h3 > :first-child { margin-left: 0px; } .framer-3e9Gy.framer-fjeb52 > :last-child, .framer-3e9Gy .framer-lewm9b > :last-child, .framer-3e9Gy .framer-1kyti7w > :last-child, .framer-3e9Gy .framer-ithvxp > :last-child, .framer-3e9Gy .framer-a38p9n > :last-child, .framer-3e9Gy .framer-13mzkg3 > :last-child, .framer-3e9Gy .framer-gwu06t > :last-child, .framer-3e9Gy .framer-7uq4oz > :last-child, .framer-3e9Gy .framer-v1fqts > :last-child, .framer-3e9Gy .framer-15lhmgk > :last-child, .framer-3e9Gy .framer-151ugc2 > :last-child, .framer-3e9Gy .framer-ymjqo > :last-child, .framer-3e9Gy .framer-18s8bps > :last-child, .framer-3e9Gy .framer-or5145 > :last-child, .framer-3e9Gy .framer-zl070y > :last-child, .framer-3e9Gy .framer-1kq7nhh > :last-child, .framer-3e9Gy .framer-11c9n4 > :last-child, .framer-3e9Gy .framer-10zw8h3 > :last-child { margin-right: 0px; } .framer-3e9Gy .framer-lewm9b > *, .framer-3e9Gy .framer-1kyti7w > *, .framer-3e9Gy .framer-13mzkg3 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-3e9Gy .framer-1kcrlu9 > *, .framer-3e9Gy .framer-cp4rsl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3e9Gy .framer-1kcrlu9 > :first-child, .framer-3e9Gy .framer-cp4rsl > :first-child, .framer-3e9Gy .framer-1hnzkk9 > :first-child, .framer-3e9Gy .framer-2584jk > :first-child, .framer-3e9Gy .framer-1qseehf > :first-child, .framer-3e9Gy .framer-1ppxi5g > :first-child, .framer-3e9Gy .framer-v8b1t3 > :first-child, .framer-3e9Gy .framer-166x691 > :first-child { margin-top: 0px; } .framer-3e9Gy .framer-1kcrlu9 > :last-child, .framer-3e9Gy .framer-cp4rsl > :last-child, .framer-3e9Gy .framer-1hnzkk9 > :last-child, .framer-3e9Gy .framer-2584jk > :last-child, .framer-3e9Gy .framer-1qseehf > :last-child, .framer-3e9Gy .framer-1ppxi5g > :last-child, .framer-3e9Gy .framer-v8b1t3 > :last-child, .framer-3e9Gy .framer-166x691 > :last-child { margin-bottom: 0px; } .framer-3e9Gy .framer-ithvxp > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-3e9Gy .framer-a38p9n > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-3e9Gy .framer-gwu06t > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-3e9Gy .framer-7uq4oz > *, .framer-3e9Gy .framer-v1fqts > *, .framer-3e9Gy .framer-15lhmgk > *, .framer-3e9Gy .framer-151ugc2 > *, .framer-3e9Gy .framer-ymjqo > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-3e9Gy .framer-1hnzkk9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-3e9Gy .framer-2584jk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-3e9Gy .framer-18s8bps > *, .framer-3e9Gy .framer-or5145 > *, .framer-3e9Gy .framer-zl070y > *, .framer-3e9Gy .framer-1kq7nhh > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-3e9Gy .framer-1qseehf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-3e9Gy .framer-1ppxi5g > *, .framer-3e9Gy .framer-v8b1t3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3e9Gy .framer-166x691 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-3e9Gy .framer-11c9n4 > *, .framer-3e9Gy .framer-10zw8h3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-3e9Gy.framer-v-1me7n72 .framer-hkr2x2 { max-width: 1280px; }\",\".framer-3e9Gy.framer-v-vdgf58.framer-fjeb52 { flex-direction: column; gap: 0px; height: 56px; justify-content: flex-start; padding: 0px; width: 390px; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-hkr2x2 { flex: none; height: 56px; padding: 0px 4px 0px 12px; width: 100%; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1i0kd5f, .framer-3e9Gy.framer-v-et3nh3 .framer-1i0kd5f { cursor: pointer; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-h8pwpy { top: calc(61.36363636363639% - 2px / 2); }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1y1vo40 { top: calc(38.636363636363654% - 2px / 2); }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1hnzkk9 { gap: 8px; padding: 8px 16px 32px 16px; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-2584jk, .framer-3e9Gy.framer-v-et3nh3 .framer-2584jk { order: 1; padding: 12px 16px 12px 16px; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1qseehf, .framer-3e9Gy.framer-v-et3nh3 .framer-1qseehf { gap: 8px; order: 0; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1ppxi5g, .framer-3e9Gy.framer-v-et3nh3 .framer-1ppxi5g { flex-direction: row; order: 0; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-105otr7, .framer-3e9Gy.framer-v-vdgf58 .framer-kgq4h, .framer-3e9Gy.framer-v-vdgf58 .framer-1tk3ntp, .framer-3e9Gy.framer-v-vdgf58 .framer-1x7y6wi, .framer-3e9Gy.framer-v-et3nh3 .framer-105otr7, .framer-3e9Gy.framer-v-et3nh3 .framer-1x7y6wi { flex: 1 0 0px; height: 32px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1tjt41h, .framer-3e9Gy.framer-v-et3nh3 .framer-1kq7nhh { order: 1; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-v8b1t3, .framer-3e9Gy.framer-v-et3nh3 .framer-v8b1t3 { flex-direction: row; order: 2; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-7vl9oa, .framer-3e9Gy.framer-v-et3nh3 .framer-or5145 { order: 3; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-166x691, .framer-3e9Gy.framer-v-et3nh3 .framer-166x691 { order: 4; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1hg0zc, .framer-3e9Gy.framer-v-et3nh3 .framer-1hg0zc { height: 32px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1ke0zel-container, .framer-3e9Gy.framer-v-et3nh3 .framer-1ke0zel-container { height: auto; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-11c9n4 { order: 6; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-wxaqx5 { order: 7; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-1kvh8wf { order: 5; }\",\".framer-3e9Gy.framer-v-vdgf58 .framer-10zw8h3, .framer-3e9Gy.framer-v-et3nh3 .framer-10zw8h3 { order: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3e9Gy.framer-v-vdgf58.framer-fjeb52, .framer-3e9Gy.framer-v-vdgf58 .framer-1hnzkk9, .framer-3e9Gy.framer-v-vdgf58 .framer-1qseehf, .framer-3e9Gy.framer-v-vdgf58 .framer-1ppxi5g, .framer-3e9Gy.framer-v-vdgf58 .framer-v8b1t3 { gap: 0px; } .framer-3e9Gy.framer-v-vdgf58.framer-fjeb52 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3e9Gy.framer-v-vdgf58.framer-fjeb52 > :first-child, .framer-3e9Gy.framer-v-vdgf58 .framer-1hnzkk9 > :first-child, .framer-3e9Gy.framer-v-vdgf58 .framer-1qseehf > :first-child { margin-top: 0px; } .framer-3e9Gy.framer-v-vdgf58.framer-fjeb52 > :last-child, .framer-3e9Gy.framer-v-vdgf58 .framer-1hnzkk9 > :last-child, .framer-3e9Gy.framer-v-vdgf58 .framer-1qseehf > :last-child { margin-bottom: 0px; } .framer-3e9Gy.framer-v-vdgf58 .framer-1hnzkk9 > *, .framer-3e9Gy.framer-v-vdgf58 .framer-1qseehf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-3e9Gy.framer-v-vdgf58 .framer-1ppxi5g > *, .framer-3e9Gy.framer-v-vdgf58 .framer-v8b1t3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3e9Gy.framer-v-vdgf58 .framer-1ppxi5g > :first-child, .framer-3e9Gy.framer-v-vdgf58 .framer-v8b1t3 > :first-child { margin-left: 0px; } .framer-3e9Gy.framer-v-vdgf58 .framer-1ppxi5g > :last-child, .framer-3e9Gy.framer-v-vdgf58 .framer-v8b1t3 > :last-child { margin-right: 0px; } }\",\".framer-3e9Gy.framer-v-et3nh3.framer-fjeb52 { flex-direction: column; gap: 0px; height: 400px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 0px; width: 390px; }\",\".framer-3e9Gy.framer-v-et3nh3 .framer-hkr2x2 { flex: none; height: 56px; order: 0; padding: 0px 4px 0px 12px; width: 100%; }\",\".framer-3e9Gy.framer-v-et3nh3 .framer-h8pwpy, .framer-3e9Gy.framer-v-et3nh3 .framer-1y1vo40 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-3e9Gy.framer-v-et3nh3 .framer-1hnzkk9 { gap: 8px; order: 1; overflow: hidden; padding: 8px 16px 32px 16px; }\",\".framer-3e9Gy.framer-v-et3nh3 .framer-zl070y { order: 2; }\",\".framer-3e9Gy.framer-v-et3nh3 .framer-kgq4h { flex: 1 0 0px; height: 32px; order: 0; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3e9Gy.framer-v-et3nh3.framer-fjeb52, .framer-3e9Gy.framer-v-et3nh3 .framer-1hnzkk9, .framer-3e9Gy.framer-v-et3nh3 .framer-1qseehf, .framer-3e9Gy.framer-v-et3nh3 .framer-1ppxi5g, .framer-3e9Gy.framer-v-et3nh3 .framer-v8b1t3 { gap: 0px; } .framer-3e9Gy.framer-v-et3nh3.framer-fjeb52 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3e9Gy.framer-v-et3nh3.framer-fjeb52 > :first-child, .framer-3e9Gy.framer-v-et3nh3 .framer-1hnzkk9 > :first-child, .framer-3e9Gy.framer-v-et3nh3 .framer-1qseehf > :first-child { margin-top: 0px; } .framer-3e9Gy.framer-v-et3nh3.framer-fjeb52 > :last-child, .framer-3e9Gy.framer-v-et3nh3 .framer-1hnzkk9 > :last-child, .framer-3e9Gy.framer-v-et3nh3 .framer-1qseehf > :last-child { margin-bottom: 0px; } .framer-3e9Gy.framer-v-et3nh3 .framer-1hnzkk9 > *, .framer-3e9Gy.framer-v-et3nh3 .framer-1qseehf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-3e9Gy.framer-v-et3nh3 .framer-1ppxi5g > *, .framer-3e9Gy.framer-v-et3nh3 .framer-v8b1t3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3e9Gy.framer-v-et3nh3 .framer-1ppxi5g > :first-child, .framer-3e9Gy.framer-v-et3nh3 .framer-v8b1t3 > :first-child { margin-left: 0px; } .framer-3e9Gy.framer-v-et3nh3 .framer-1ppxi5g > :last-child, .framer-3e9Gy.framer-v-et3nh3 .framer-v8b1t3 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-3e9Gy[data-border=\"true\"]::after, .framer-3e9Gy [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 110\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NBfMJrbXe\":{\"layout\":[\"fixed\",\"auto\"]},\"pduJXqxtd\":{\"layout\":[\"fixed\",\"fixed\"]},\"cohZCwQlH\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameravrDoWI2c=withCSS(Component,css,\"framer-3e9Gy\");export default FrameravrDoWI2c;FrameravrDoWI2c.displayName=\"Header nav\";FrameravrDoWI2c.defaultProps={height:110,width:1200};addPropertyControls(FrameravrDoWI2c,{variant:{options:[\"HNYVoWA6O\",\"NBfMJrbXe\",\"pduJXqxtd\",\"cohZCwQlH\"],optionTitles:[\"Desktop\",\"Desktop 2\",\"Mobile\",\"Mobile open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameravrDoWI2c,[{explicitInter:true,fonts:[{family:\"Orbitron\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxo2IyXjU1pg.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LogoFonts,...FeatherFonts,...HeaderElementFonts,...PrimaryButtonFonts,...MenuFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameravrDoWI2c\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"110\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NBfMJrbXe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pduJXqxtd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cohZCwQlH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "qkBAC8yD,IAAMA,GAAUC,EAASC,CAAI,EAAQC,GAAaF,EAASG,CAAO,EAAQC,GAAmBJ,EAASK,CAAa,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAmBT,EAASU,CAAa,EAAQC,GAAUX,EAASY,CAAI,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,EAAW,CAAC,gBAAgB,4BAA4B,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAP,CAAQ,IAAI,CAAC,IAAMQ,EAAaC,EAAWC,CAAmB,EAAQC,EAAWJ,GAAOC,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASZ,CAAQ,CAAC,CAAE,EAAQe,GAASpC,EAAO,OAAaqC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,cAAc,YAAY,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMjC,IAAeiC,EAAM,iBAAwBjC,EAAS,KAAK,GAAG,EAAEiC,EAAM,iBAAwBjC,EAAS,KAAK,GAAG,EAAUmC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,GAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,GAAM,UAAAC,GAAU,SAAAC,EAAS,QAAAhD,GAAQ,GAAGiD,EAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAA3D,CAAQ,EAAE4D,GAAgB,CAAC,WAAAjE,GAAW,eAAe,YAAY,IAAI6C,EAAW,QAAAtC,GAAQ,kBAAAL,EAAiB,CAAC,EAAQgE,EAAiB3B,GAAuBD,EAAMjC,CAAQ,EAAO,CAAC,sBAAA8D,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,EAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAAQG,GAAaP,EAAsB,SAASM,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQW,GAAaR,EAAsB,SAASM,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAA+KY,EAAkBC,EAAG5E,GAAkB,GAAxL,CAAaqD,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQwB,GAAY,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASrB,CAAW,EAAmCsB,EAAa,IAAQtB,IAAc,YAA6CuB,EAAWpC,EAAO,IAAI,EAAQqC,GAAWrC,EAAO,IAAI,EAAQsC,GAAOC,EAAU,EAAQC,EAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAS3B,CAAW,EAAmC4B,EAAa,IAAQ5B,IAAc,YAA6C6B,GAAa,IAAQ7B,IAAc,YAA6C8B,EAAa,IAAQ9B,IAAc,YAAuC,OAAoB3B,EAAK0D,EAAY,CAAC,GAAGjC,GAAUT,EAAgB,SAAsBhB,EAAKC,GAAS,CAAC,QAAQ1B,EAAS,QAAQ,GAAM,SAAsByB,EAAKR,GAAW,CAAC,MAAMd,GAAY,SAAsBiF,EAAM9F,EAAO,OAAO,CAAC,GAAG6D,GAAU,GAAGI,GAAgB,UAAUiB,EAAGD,EAAkB,gBAAgBtB,GAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,gBAAgB,mBAAmB,GAAGQ,EAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,cAAc,EAAE,UAAU,CAAC,gBAAgB,cAAc,CAAC,EAAE,GAAGlD,EAAqB,CAAC,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEsD,EAAYI,CAAc,EAAE,SAAS,CAAc4B,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBD,EAAM9F,EAAO,EAAE,CAAC,aAAa,eAAe,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK6D,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGxC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,OAAO,GAAG,KAAK,EAAE,GAAGhD,EAAqB,CAAC,UAAU,CAAC,GAAGgD,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,KAAK,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK8D,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAK1C,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0C,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,iDAAiD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iBAAiB,MAAM,CAAC,iBAAiB,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEY,GAAY,GAAgBW,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAACa,EAAa,GAAgBU,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAKnC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBuE,EAAiB,SAAS,WAAW,CAAC,EAAeuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKxC,EAAQ,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAW,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKxC,EAAQ,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAW,OAAO,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,0CAA0C,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iCAAiC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAKnC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAeuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepC,EAAKf,GAAQ,CAAC,uBAAuB,GAAM,SAASwD,GAAsBzC,EAAKgE,EAAU,CAAC,SAAsBhE,EAAK6D,EAA0B,CAAC,OAAO,GAAG,GAAGxC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,OAAO,GAAG,EAAE,EAAE,KAAK,KAAK,EAAE,GAAGhD,EAAqB,CAAC,UAAU,CAAC,GAAGgD,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB4B,EAAMG,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,GAAG,GAAGrC,YAAmB,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,IAAIc,EAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAclD,EAAKtC,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,QAAQ+E,EAAQ,QAAQ,YAAY,YAAY,MAAM,OAAO,UAAUD,GAAgB,CAAC,QAAAC,CAAO,CAAC,CAAC,CAAC,EAAezC,EAAKiE,EAAgB,CAAC,SAASxB,EAAQ,SAAsBzC,EAAKkE,GAAS,CAAC,UAAU,SAAS,UAAUhB,EAAK,UAAUH,EAAGD,EAAkBlB,CAAU,EAAE,mBAAmB,GAAM,wBAAwB,GAAGH,YAAmB,QAAQ,EAAE,QAAQ,GAAG,UAAUgB,EAAQ,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsBkB,EAAMhG,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQkB,GAAW,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAO,KAAKD,GAAU,QAAQE,GAAW,iBAAiBsD,EAAiB,SAAS,YAAY,IAAIe,GAAK,KAAK,SAAS,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,kBAAkB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,kBAAkB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAcnD,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,WAAWpD,EAAW,SAAsBgB,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,WAAWpD,EAAW,SAAsBgB,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,WAAWpD,EAAW,SAAsBgB,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,WAAWpD,EAAW,SAAsBgB,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,WAAWpD,EAAW,SAAsBgB,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAKmE,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BpE,EAAK6D,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAGxC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,OAAO,GAAG,EAAE,EAAE,KAAK,GAAG,GAAGhD,EAAqB,CAAC,UAAU,CAAC,GAAGgD,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK8D,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKjC,EAAc,CAAC,UAAU,cAAc,UAAUqG,EAAc,CAAC,EAAE,UAAU,kCAAkC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,GAAG/F,EAAqB,CAAC,UAAU,CAAC,UAAU+F,EAAc,CAAC,CAAC,CAAC,EAAEzC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkB,EAAa,GAAgBjD,EAAKnC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkB,EAAa,GAAgBK,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,GAAG/D,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMwE,EAAY,EAAE,UAAU,CAAC,iBAAiB,GAAK,MAAMD,EAAY,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAS,CAAc/B,EAAKnC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,EAAepC,EAAKnC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkB,EAAa,GAAgBK,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAACmB,EAAa,GAAgBI,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKxC,EAAQ,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAW,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,4BAA4B,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKxC,EAAQ,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAW,OAAO,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,SAAsB2B,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,0CAA0C,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iCAAiC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4B,EAAM9F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKxC,EAAQ,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAW,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,SAAsB2B,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,oBAAoB,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAa,GAAgBG,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAKqE,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,oCAAoC,OAAO,WAAW,iBAAiBjC,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,kqDAAkqD,aAAa,WAAW,mBAAmB,EAAI,CAAC,EAAepC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,4BAA4B,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEmB,EAAa,GAAgBvD,EAAKqE,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,6BAA6B,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBjC,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAA8kD,mBAAmB,EAAI,CAAC,EAAEmB,EAAa,GAAgBvD,EAAKqE,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,oCAAoC,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBjC,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAo4D,mBAAmB,EAAI,CAAC,EAAEmB,EAAa,GAAgBvD,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsBmC,EAAK4D,EAAK,CAAC,KAAK,4BAA4B,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAACkB,EAAa,GAAgBtD,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiBuE,EAAiB,SAAS,YAAY,SAAsBpC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,SAAsB2B,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,kBAAkB,QAAQ,CAAC,EAAE8D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,EAAa,GAAgBvD,EAAKnC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAEkB,EAAa,GAAgBtD,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiBuE,EAAiB,SAAS,YAAY,SAAsBpC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,SAAsB2B,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,kBAAkB,QAAQ,CAAC,EAAE8D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,EAAa,GAAgBvD,EAAKnC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAeuB,EAAM9F,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuE,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,kBAAkB,QAAQ,EAAE,UAAU,CAAC,kBAAkB,QAAQ,CAAC,EAAEsD,EAAYI,CAAc,CAAC,CAAC,EAAEuB,EAAa,GAAgBtD,EAAK6D,EAA0B,CAAC,GAAGxF,EAAqB,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQgD,GAAmB,OAAO,kBAAkB,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQA,GAAmB,OAAO,kBAAkB,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK8D,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB1B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAK/B,EAAK,CAAC,UAAU,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,uEAAuE,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAEsD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAa,GAAgBzD,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiBuE,EAAiB,SAAS,YAAY,SAAsBpC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,kBAAkB,QAAQ,CAAC,EAAEsD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,EAAa,GAAgBvD,EAAKnC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAEqB,EAAa,GAAgBzD,EAAKnC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAEkB,EAAa,GAAgBtD,EAAK4D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKnC,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiBuE,EAAiB,SAAS,YAAY,SAAsBpC,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuE,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/D,EAAqB,CAAC,UAAU,CAAC,SAAsB2B,EAAWE,EAAS,CAAC,SAAsBF,EAAKnC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,kBAAkB,QAAQ,CAAC,EAAE8D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuC,GAAI,CAAC,kFAAkF,kFAAkF,gRAAgR,6RAA6R,8SAA8S,wGAAwG,giBAAgiB,yRAAyR,qTAAqT,4TAA4T,gSAAgS,uRAAuR,wGAAwG,wRAAwR,kJAAkJ,yOAAyO,wRAAwR,yGAAyG,2UAA2U,ifAAif,wRAAwR,sHAAsH,mLAAmL,iHAAiH,+PAA+P,gQAAgQ,+RAA+R,6RAA6R,oXAAoX,iJAAiJ,6HAA6H,+FAA+F,yRAAyR,sUAAsU,wSAAwS,0GAA0G,mUAAmU,4nKAA4nK,uEAAuE,2JAA2J,qHAAqH,oHAAoH,4FAA4F,8FAA8F,2FAA2F,yIAAyI,uHAAuH,kIAAkI,4YAA4Y,6GAA6G,gIAAgI,2GAA2G,6GAA6G,kMAAkM,qIAAqI,6DAA6D,6DAA6D,8DAA8D,6GAA6G,w9CAAw9C,wNAAwN,+HAA+H,2IAA2I,uHAAuH,6DAA6D,2KAA2K,w9CAAw9C,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,+bAA+b,EAQhxjEC,EAAgBC,GAAQ9D,GAAU4D,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,aAAaA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,YAAY,SAAS,aAAa,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,WAAW,OAAO,SAAS,MAAM,SAAS,IAAI,gGAAgG,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGnH,GAAU,GAAGG,GAAa,GAAGE,GAAmB,GAAGK,GAAmB,GAAGE,GAAU,GAAG6G,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["LogoFonts", "getFonts", "TNZ5v_nta_default", "FeatherFonts", "Icon", "HeaderElementFonts", "a3qLLSZSA_default", "MotionDivWithFX", "withFX", "motion", "PrimaryButtonFonts", "q3Neyu82N_default", "MenuFonts", "fKuffO7wK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "ZBhvCuUX1txyyif", "overlay", "loadMore", "args", "onTap1qcefhs", "onTap1yhtmi4", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "l", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "SVG", "css", "FrameravrDoWI2c", "withCSS", "avrDoWI2c_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
