{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/rmpDvrV4Yw3Cn5BRJDbh/f4rAAnkqNizCZoKwYtGp/GtFhxz46A.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import IconsLogo from\"#framer/local/canvasComponent/CEQeYa6BL/CEQeYa6BL.js\";import ButtonCTAPrimary,*as ButtonCTAPrimaryInfo from\"#framer/local/canvasComponent/gc_vJZzWL/gc_vJZzWL.js\";import NavigationFooter from\"#framer/local/canvasComponent/sf2WdfKjO/sf2WdfKjO.js\";import ButtonCTA from\"#framer/local/canvasComponent/X5xNMOgau/X5xNMOgau.js\";import{sendGlobalAppDownload}from\"#framer/local/codeFile/PTk9lSk/Google_Tag_Manager.js\";import Compliance from\"#framer/local/collection/mAsWUvgzQ/mAsWUvgzQ.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/agC52Lqaj/agC52Lqaj.js\";import*as sharedStyle3 from\"#framer/local/css/f5uYcNI3g/f5uYcNI3g.js\";import*as sharedStyle4 from\"#framer/local/css/fOcjZFnVk/fOcjZFnVk.js\";import*as sharedStyle2 from\"#framer/local/css/HPayOw_uv/HPayOw_uv.js\";import*as sharedStyle from\"#framer/local/css/hW_zV9OMW/hW_zV9OMW.js\";import*as sharedStyle1 from\"#framer/local/css/pV5256jwC/pV5256jwC.js\";import*as sharedStyle6 from\"#framer/local/css/TtSJA1uNS/TtSJA1uNS.js\";import*as sharedStyle7 from\"#framer/local/css/VIWoCCGHB/VIWoCCGHB.js\";import*as sharedStyle8 from\"#framer/local/css/ZNgCPbotJ/ZNgCPbotJ.js\";import metadataProvider from\"#framer/local/webPageMetadata/GtFhxz46A/GtFhxz46A.js\";const IconsLogoFonts=getFonts(IconsLogo);const ButtonCTAFonts=getFonts(ButtonCTA);const ButtonCTAPrimaryFonts=getFonts(ButtonCTAPrimary);const ButtonCTAPrimarySendGlobalAppDownloadWithMappedReactProps1avu9ch=withMappedReactProps(sendGlobalAppDownload(ButtonCTAPrimary),ButtonCTAPrimaryInfo);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionDivWithFX=withFX(motion.div);const DownloadFonts=getFonts(Download);const NavigationFooterFonts=getFonts(NavigationFooter);const breakpoints={aTuOHwQr5:\"(min-width: 1440px)\",jeEeutLWV:\"(max-width: 809px)\",PRDoteq4D:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-fSI64\";const variantClassNames={aTuOHwQr5:\"framer-v-10hgbmt\",jeEeutLWV:\"framer-v-6z24gi\",PRDoteq4D:\"framer-v-1ozjyzi\"};const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-140};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-152};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"aTuOHwQr5\",Phone:\"jeEeutLWV\",Tablet:\"PRDoteq4D\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"aTuOHwQr5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"GtFhxz46A\",data:Compliance,type:\"Collection\"},select:[{collection:\"GtFhxz46A\",name:\"yBztZH8Z4\",type:\"Identifier\"},{collection:\"GtFhxz46A\",name:\"DNSU6N9va\",type:\"Identifier\"},{collection:\"GtFhxz46A\",name:\"rMGIFjDNx\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"GtFhxz46A\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,yBztZH8Z4=getFromCurrentRouteData(\"yBztZH8Z4\")??\"\",DNSU6N9va=getFromCurrentRouteData(\"DNSU6N9va\"),rMGIFjDNx=getFromCurrentRouteData(\"rMGIFjDNx\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"jeEeutLWV\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"jeEeutLWV\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"aTuOHwQr5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-10hgbmt\",className),ref:ref??ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uvpq0i hidden-6z24gi\",\"data-border\":true,\"data-framer-name\":\"Navigation/newNavBar\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s7giuk\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nhabv2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-89s14c\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CgGFs5Tig\"},implicitPathVariables:undefined},{href:{webPageId:\"CgGFs5Tig\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:(componentViewport?.y||0)+0+0+0+0+8+.5+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8ns01y-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PRDoteq4D:{NYkm1AzsR:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(IconsLogo,{height:\"100%\",id:\"uXB_C5BuK\",layoutId:\"uXB_C5BuK\",NYkm1AzsR:resolvedLinks[0],variant:\"peWvQ29sD\",width:\"100%\",XkSmxqXq8:false})})})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation1,className:\"framer-7j8ttk\",\"data-framer-appear-id\":\"7j8ttk\",\"data-framer-name\":\"Links\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+8+0+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fzw1v9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PRDoteq4D:{yuy3JunBW:8}},children:/*#__PURE__*/_jsx(ButtonCTA,{ADtjGmqHA:\"rgba(110, 21, 180, 0)\",AWA3KmSbY:\"rgba(159, 52, 251, 0)\",CkjcO9jJO:\"rgb(110, 21, 180)\",GN45bPiqW:\"Blog\",height:\"100%\",id:\"StJgbFq2j\",Jubv5l_UV:false,ktiPV0922:\"blog.dailyn.app\",layoutId:\"StJgbFq2j\",MQxqX2Anp:\"rgba(0, 0, 0, 0)\",okzSk8l3r:{borderColor:'var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0)) /* {\"name\":\"True black\"} */',borderStyle:\"solid\",borderWidth:2},Ql3wdEYCq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",style:{height:\"100%\"},variant:\"m_g2K21j2\",width:\"100%\",XE_mBpg1E:{borderColor:\"rgb(28, 28, 28)\",borderStyle:\"solid\",borderWidth:2},Xz2OIVGyb:\"rgb(159, 52, 251)\",yuy3JunBW:24,Z_zKeVe_h:\"rgb(0, 0, 0)\",Za2XO7PNl:16})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PUFlAxmyc\"},implicitPathVariables:undefined},{href:{webPageId:\"PUFlAxmyc\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+8+0+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x8waw9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PRDoteq4D:{ktiPV0922:resolvedLinks1[1],yuy3JunBW:8}},children:/*#__PURE__*/_jsx(ButtonCTA,{ADtjGmqHA:\"rgba(110, 21, 180, 0)\",AWA3KmSbY:\"rgba(159, 52, 251, 0)\",CkjcO9jJO:\"rgb(110, 21, 180)\",GN45bPiqW:\"Utilisateur\",height:\"100%\",id:\"eO8z1dgoI\",Jubv5l_UV:false,ktiPV0922:resolvedLinks1[0],layoutId:\"eO8z1dgoI\",MQxqX2Anp:\"rgba(0, 0, 0, 0)\",okzSk8l3r:{borderColor:'var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0)) /* {\"name\":\"True black\"} */',borderStyle:\"solid\",borderWidth:2},Ql3wdEYCq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",style:{height:\"100%\"},variant:\"m_g2K21j2\",width:\"100%\",XE_mBpg1E:{borderColor:\"rgb(28, 28, 28)\",borderStyle:\"solid\",borderWidth:2},Xz2OIVGyb:\"rgb(159, 52, 251)\",yuy3JunBW:24,Z_zKeVe_h:\"rgb(0, 0, 0)\",Za2XO7PNl:16})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m1Zfrngfc\"},implicitPathVariables:undefined},{href:{webPageId:\"m1Zfrngfc\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+8+0+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eo5tag-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PRDoteq4D:{ktiPV0922:resolvedLinks2[1],yuy3JunBW:8}},children:/*#__PURE__*/_jsx(ButtonCTA,{ADtjGmqHA:\"rgba(110, 21, 180, 0)\",AWA3KmSbY:\"rgba(159, 52, 251, 0)\",CkjcO9jJO:\"rgb(110, 21, 180)\",GN45bPiqW:\"Commer\\xe7ant\",height:\"100%\",id:\"t1x7wfAjd\",Jubv5l_UV:false,ktiPV0922:resolvedLinks2[0],layoutId:\"t1x7wfAjd\",MQxqX2Anp:\"rgba(0, 0, 0, 0)\",okzSk8l3r:{borderColor:'var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0)) /* {\"name\":\"True black\"} */',borderStyle:\"solid\",borderWidth:2},Ql3wdEYCq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",style:{height:\"100%\"},variant:\"m_g2K21j2\",width:\"100%\",XE_mBpg1E:{borderColor:\"rgb(28, 28, 28)\",borderStyle:\"solid\",borderWidth:2},Xz2OIVGyb:\"rgb(159, 52, 251)\",yuy3JunBW:24,Z_zKeVe_h:\"rgb(0, 0, 0)\",Za2XO7PNl:16})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+0+8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ztukh0-container\",children:/*#__PURE__*/_jsx(ButtonCTAPrimarySendGlobalAppDownloadWithMappedReactProps1avu9ch,{bApgAG_Zs:true,cp80mcx5s:\"o8FbwxIRq\",dSlvyzlXG:\"https://app.dailyn.app/get-app\",fjLsXF2lk:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",HcHy730G5:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",height:\"100%\",id:\"NLvNBYsn9\",layoutId:\"NLvNBYsn9\",lrNoqNqWg:\"var(--token-6017b377-5002-4152-8f74-22d63d0f7fce, rgb(164, 57, 255))\",lZdtpECkq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",NDUTH81Ko:false,oItU0dfpc:\"var(--token-c5708b35-6dca-4f01-85ac-fa7283b90483, rgb(113, 37, 178))\",Orq5R3mE9:false,s2WUeq9ua:\"T\\xe9l\\xe9charger Dailyn\",style:{height:\"100%\"},variant:\"sD5nOAphK\",width:\"100%\",zNiN2tpBy:true,ZRP1jY_3y:\"var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0))\"})})})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rv95mp\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1fa3xit\",\"data-styles-preset\":\"hW_zV9OMW\",style:{\"--framer-text-alignment\":\"center\"},children:\"R\\xe8gles du Jeu de Piste Dailyn Braderie de Lille 2024\"})}),className:\"framer-azve\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:yBztZH8Z4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bwdr4b-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"PP Agrandir Narrow Medium\", \"PP Agrandir Narrow Medium Placeholder\", sans-serif',fontSize:\"20px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-6017b377-5002-4152-8f74-22d63d0f7fce, rgb(164, 57, 255))\",color:\"rgb(255, 255, 255)\",scale:1.1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"yV5NBQY6H\",layoutId:\"yV5NBQY6H\",srcFile:DNSU6N9va,srcType:\"Upload\",srcURL:\"\",style:{height:\"100%\"},styleOptions:{backgroundColor:\"rgb(17, 17, 17)\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"T\\xe9l\\xe9charger\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"nILeMULfu\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:rMGIFjDNx,className:\"framer-1lv32\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1b52bhx\",code:\"framer-styles-preset-1m6ua9o\",h1:\"framer-styles-preset-1p00eme\",h2:\"framer-styles-preset-1fa3xit\",h3:\"framer-styles-preset-ogn3cp\",h4:\"framer-styles-preset-lnfnoc\",h5:\"framer-styles-preset-1vfgj78\",h6:\"framer-styles-preset-18c3385\",p:\"framer-styles-preset-jagx9o\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:908,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+648,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uiecpz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jeEeutLWV:{variant:\"GM563s60z\"},PRDoteq4D:{variant:\"Vc6gmeIUy\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"cjdpcZsgX\",layoutId:\"cjdpcZsgX\",style:{width:\"100%\"},variant:\"q1p80jmiI\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation3},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12fl3it hidden-10hgbmt hidden-1ozjyzi\",\"data-border\":true,\"data-framer-name\":\"NavBar/newNavBar\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kypfp7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ugw52b\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ja6jhc\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CgGFs5Tig\"},implicitPathVariables:undefined},{href:{webPageId:\"CgGFs5Tig\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jeEeutLWV:{y:(componentViewport?.y||0)+0+0+0+8.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19wgojn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jeEeutLWV:{NYkm1AzsR:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(IconsLogo,{height:\"100%\",id:\"CPOBG4Y8Y\",layoutId:\"CPOBG4Y8Y\",NYkm1AzsR:resolvedLinks3[0],variant:\"WIduNix_q\",width:\"100%\",XkSmxqXq8:false})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1esrs2m\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19i1oxk\",id:\"19i1oxk\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1booxzx\",\"data-framer-name\":\"menu\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.667 11.667c0-.92.746-1.667 1.666-1.667h23.334a1.667 1.667 0 1 1 0 3.333H8.333c-.92 0-1.666-.746-1.666-1.666Zm0 8.333c0-.92.746-1.667 1.666-1.667h23.334a1.667 1.667 0 1 1 0 3.334H8.333c-.92 0-1.666-.747-1.666-1.667Zm1.666 6.667a1.667 1.667 0 1 0 0 3.333h23.334a1.667 1.667 0 1 0 0-3.333H8.333Z\" fill=\"#0C0A09\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-16gx33x\"),\"data-framer-portal-id\":\"19i1oxk\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"adLMWRQoq\"),/*#__PURE__*/_jsxs(\"div\",{className:cx(scopingClassNames,\"framer-99m0a\"),\"data-border\":true,\"data-framer-portal-id\":\"19i1oxk\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lnzfy4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6twyxn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g0m4m4\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CgGFs5Tig\"},implicitPathVariables:undefined},{href:{webPageId:\"CgGFs5Tig\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-x2sfjt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jeEeutLWV:{NYkm1AzsR:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(IconsLogo,{height:\"100%\",id:\"QLSXf2DhX\",layoutId:\"QLSXf2DhX\",NYkm1AzsR:resolvedLinks4[0],variant:\"NxyPR0uJz\",width:\"100%\",XkSmxqXq8:false})})})})})}),/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-txjhhx\",\"data-framer-name\":\"Links\",exit:animation4,initial:animation5,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ak57rf\",\"data-framer-name\":\"Icon\",onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4cbuv8\",\"data-framer-name\":\"cross\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 28.822 31.178 C 29.477 31.806 30.514 31.796 31.155 31.154 C 31.797 30.513 31.807 29.476 31.179 28.821 L 22.357 20 L 31.179 11.178 C 31.807 10.523 31.797 9.486 31.155 8.845 C 30.514 8.203 29.477 8.193 28.822 8.821 L 20 17.643 L 11.179 8.821 C 10.524 8.193 9.487 8.203 8.846 8.845 C 8.204 9.486 8.194 10.523 8.822 11.178 L 17.643 20 L 8.822 28.822 C 8.386 29.24 8.211 29.861 8.363 30.445 C 8.516 31.029 8.972 31.485 9.556 31.638 C 10.14 31.79 10.761 31.615 11.179 31.179 L 20 22.357 L 28.822 31.179 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:12352765887,withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8ch1b\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iv12s\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c95ena-container\",children:/*#__PURE__*/_jsx(ButtonCTA,{ADtjGmqHA:\"rgba(110, 21, 180, 0)\",AWA3KmSbY:\"rgba(159, 52, 251, 0)\",CkjcO9jJO:\"rgb(110, 21, 180)\",GN45bPiqW:\"Blog\",height:\"100%\",id:\"bIrS8hPR9\",Jubv5l_UV:false,ktiPV0922:\"blog.dailyn.app\",layoutId:\"bIrS8hPR9\",MQxqX2Anp:\"rgba(0, 0, 0, 0)\",okzSk8l3r:{borderColor:'var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0)) /* {\"name\":\"True black\"} */',borderStyle:\"solid\",borderWidth:2},Ql3wdEYCq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",style:{height:\"100%\"},variant:\"m_g2K21j2\",width:\"100%\",XE_mBpg1E:{borderColor:\"rgb(28, 28, 28)\",borderStyle:\"solid\",borderWidth:2},Xz2OIVGyb:\"rgb(159, 52, 251)\",yuy3JunBW:0,Z_zKeVe_h:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",Za2XO7PNl:40})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PUFlAxmyc\"},implicitPathVariables:undefined},{href:{webPageId:\"PUFlAxmyc\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b30zc4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jeEeutLWV:{ktiPV0922:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ButtonCTA,{ADtjGmqHA:\"rgba(110, 21, 180, 0)\",AWA3KmSbY:\"rgba(159, 52, 251, 0)\",CkjcO9jJO:\"rgb(110, 21, 180)\",GN45bPiqW:\"Utilisateur\",height:\"100%\",id:\"m_PVbBhOB\",Jubv5l_UV:false,ktiPV0922:resolvedLinks5[0],layoutId:\"m_PVbBhOB\",MQxqX2Anp:\"rgba(0, 0, 0, 0)\",okzSk8l3r:{borderColor:'var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0)) /* {\"name\":\"True black\"} */',borderStyle:\"solid\",borderWidth:2},Ql3wdEYCq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",style:{height:\"100%\"},variant:\"m_g2K21j2\",width:\"100%\",XE_mBpg1E:{borderColor:\"rgb(28, 28, 28)\",borderStyle:\"solid\",borderWidth:2},Xz2OIVGyb:\"rgb(159, 52, 251)\",yuy3JunBW:0,Z_zKeVe_h:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",Za2XO7PNl:40})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m1Zfrngfc\"},implicitPathVariables:undefined},{href:{webPageId:\"m1Zfrngfc\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qqherk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jeEeutLWV:{ktiPV0922:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(ButtonCTA,{ADtjGmqHA:\"rgba(110, 21, 180, 0)\",AWA3KmSbY:\"rgba(159, 52, 251, 0)\",CkjcO9jJO:\"rgb(110, 21, 180)\",GN45bPiqW:\"Commer\\xe7ant\",height:\"100%\",id:\"DntBR2348\",Jubv5l_UV:false,ktiPV0922:resolvedLinks6[0],layoutId:\"DntBR2348\",MQxqX2Anp:\"rgba(0, 0, 0, 0)\",okzSk8l3r:{borderColor:'var(--token-a040dff4-b7b3-46cb-99fb-03092eb78518, rgb(0, 0, 0)) /* {\"name\":\"True black\"} */',borderStyle:\"solid\",borderWidth:2},Ql3wdEYCq:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",style:{height:\"100%\"},variant:\"m_g2K21j2\",width:\"100%\",XE_mBpg1E:{borderColor:\"rgb(28, 28, 28)\",borderStyle:\"solid\",borderWidth:2},Xz2OIVGyb:\"rgb(159, 52, 251)\",yuy3JunBW:0,Z_zKeVe_h:\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\",Za2XO7PNl:40})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e0cvsu\",\"data-framer-name\":\"Column 5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o2aru3\",\"data-framer-name\":\"Frame 10236\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1vfgj78\",\"data-styles-preset\":\"fOcjZFnVk\",style:{\"--framer-text-color\":\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\"},children:\"T\\xe9l\\xe9charger Dailyn\"})}),className:\"framer-bnst8h\",\"data-framer-name\":\"T\\xe9l\\xe9charger Dailyn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w85c99\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=io.thering.app\",nodeId:\"LBMFS6r5v\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1w749z4 framer-1s7xv5j\",whileHover:animation6,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-buucxy\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 124 41\"><g transform=\"translate(0.254 0.334)\" id=\"ss9563193078_1\"><path d=\"M 0 0 L 122.826 0 L 122.826 40 L 0 40 Z\" fill=\"transparent\"></path><path d=\"M 115.119 40 L 7.707 40 C 7.071 40 6.512 39.922 5.925 39.834 L 5.713 39.804 C 5.024 39.706 4.356 39.492 3.738 39.171 C 3.16 38.878 2.64 38.488 2.071 37.912 C 1.647 37.482 1.166 36.927 0.809 36.098 C 0.496 35.477 0.291 34.808 0.202 34.118 L 0.173 33.902 C 0.087 33.307 0.01 32.742 0.01 32.098 L 0.01 7.805 C 0.01 7.18 0.106 6.468 0.212 5.785 C 0.321 5.091 0.532 4.417 0.838 3.785 C 1.128 3.2 1.512 2.673 2.081 2.098 C 2.649 1.522 3.169 1.132 3.747 0.839 C 4.316 0.546 5.019 0.332 5.713 0.205 L 5.943 0.175 C 6.532 0.089 7.082 0.011 7.716 0.011 L 115.129 0.011 C 115.764 0.011 116.313 0.089 116.901 0.177 L 117.123 0.206 C 117.813 0.303 118.481 0.517 119.098 0.84 C 120.359 1.483 121.38 2.517 122.007 3.786 C 122.334 4.45 122.527 5.084 122.633 5.786 L 122.662 6.001 C 122.749 6.596 122.826 7.162 122.826 7.806 L 122.826 32.196 C 122.826 32.84 122.749 33.406 122.662 34.001 L 122.633 34.216 C 122.537 34.913 122.325 35.589 122.007 36.216 C 121.718 36.801 121.332 37.328 120.764 37.903 C 120.196 38.479 119.676 38.869 119.098 39.162 C 118.478 39.479 117.811 39.693 117.123 39.796 L 116.911 39.826 C 116.323 39.913 115.764 39.991 115.129 39.991 L 115.119 40.001 Z M 7.707 0.976 C 7.138 0.976 6.647 1.044 6.069 1.132 L 5.847 1.161 C 5.262 1.257 4.695 1.438 4.162 1.698 C 3.68 1.941 3.237 2.273 2.746 2.78 C 2.254 3.278 1.917 3.727 1.676 4.215 C 1.418 4.759 1.239 5.337 1.146 5.932 C 1.06 6.576 0.963 7.249 0.963 7.805 L 0.963 32.098 C 0.963 32.673 1.04 33.18 1.118 33.766 L 1.146 33.981 C 1.233 34.576 1.396 35.121 1.676 35.688 C 1.917 36.254 2.226 36.693 2.746 37.22 C 3.236 37.717 3.68 38.058 4.162 38.302 C 4.69 38.574 5.259 38.755 5.847 38.839 L 6.059 38.869 C 6.637 38.956 7.139 39.024 7.707 39.024 L 115.119 39.024 C 115.687 39.024 116.188 38.946 116.766 38.868 L 116.978 38.839 C 117.566 38.754 118.135 38.573 118.664 38.302 C 119.146 38.058 119.589 37.727 120.08 37.219 C 120.571 36.722 120.909 36.273 121.149 35.785 C 121.429 35.219 121.593 34.683 121.679 34.078 L 121.708 33.863 C 121.795 33.278 121.862 32.771 121.862 32.195 L 121.862 7.806 C 121.862 7.23 121.785 6.723 121.708 6.138 L 121.679 5.923 C 121.596 5.329 121.417 4.752 121.149 4.216 C 120.613 3.131 119.742 2.249 118.664 1.699 C 118.136 1.427 117.566 1.246 116.978 1.162 L 116.757 1.132 C 116.179 1.045 115.687 0.977 115.119 0.977 L 7.707 0.977 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 9.758 10.966 L 9.758 28.937 C 9.758 29.045 9.844 29.132 9.95 29.132 C 9.998 29.132 10.047 29.112 10.085 29.074 L 19.324 19.952 L 10.085 10.82 C 10.048 10.782 9.998 10.761 9.945 10.761 C 9.892 10.761 9.842 10.782 9.805 10.82 C 9.769 10.856 9.748 10.906 9.748 10.957 L 9.758 10.967 Z M 23.206 16.206 L 11.616 9.736 C 11.415 9.619 11.231 9.892 11.396 10.058 L 20.479 18.848 L 23.215 16.195 L 23.205 16.205 Z M 11.386 29.845 C 11.222 30.001 11.415 30.275 11.607 30.167 L 23.197 23.699 L 20.461 21.045 L 11.376 29.845 Z M 27.888 18.811 L 24.652 17.006 L 21.607 19.952 L 24.651 22.899 L 27.888 21.094 C 28.765 20.606 28.765 19.298 27.888 18.811 Z M 95.159 30.322 L 96.903 30.322 L 96.903 18.498 L 95.159 18.498 Z M 110.861 22.752 L 108.867 27.883 L 108.81 27.883 L 106.738 22.751 L 104.86 22.751 L 107.971 29.922 L 106.199 33.912 L 108.02 33.912 L 112.817 22.761 L 110.881 22.761 L 110.861 22.751 Z M 100.978 28.976 C 100.409 28.976 99.61 28.683 99.61 27.971 C 99.61 27.054 100.602 26.712 101.459 26.712 C 102.23 26.712 102.586 26.878 103.049 27.112 C 102.914 28.205 101.979 28.985 100.978 28.985 M 101.19 22.507 C 99.928 22.507 98.617 23.073 98.078 24.312 L 99.628 24.966 C 99.956 24.312 100.573 24.098 101.218 24.098 C 102.124 24.098 103.039 24.644 103.049 25.62 L 103.049 25.746 C 102.731 25.561 102.057 25.288 101.228 25.288 C 99.562 25.288 97.866 26.215 97.866 27.951 C 97.866 29.531 99.234 30.556 100.766 30.556 C 101.941 30.556 102.586 30.02 102.991 29.396 L 103.049 29.396 L 103.049 30.312 L 104.735 30.312 L 104.735 25.776 C 104.735 23.678 103.184 22.507 101.19 22.507 Z M 90.42 24.205 L 87.944 24.205 L 87.944 20.146 L 90.419 20.146 C 91.719 20.146 92.462 21.239 92.462 22.176 C 92.462 23.112 91.72 24.205 90.419 24.205 Z M 90.371 18.507 L 86.191 18.507 L 86.191 30.332 L 87.934 30.332 L 87.934 25.854 L 90.371 25.854 C 92.307 25.854 94.205 24.439 94.205 22.176 C 94.205 19.912 92.307 18.507 90.371 18.507 Z M 67.598 28.996 C 66.394 28.996 65.382 27.972 65.382 26.576 C 65.382 25.182 66.394 24.118 67.598 24.118 C 68.802 24.118 69.718 25.152 69.718 26.577 C 69.718 28.001 68.783 28.997 67.598 28.997 Z M 69.602 23.436 L 69.544 23.436 C 69.149 22.966 68.397 22.538 67.454 22.538 C 65.469 22.538 63.648 24.304 63.648 26.577 C 63.648 28.85 65.468 30.587 67.453 30.587 C 68.398 30.587 69.149 30.157 69.543 29.669 L 69.602 29.669 L 69.602 30.245 C 69.602 31.786 68.792 32.605 67.482 32.605 C 66.413 32.605 65.748 31.825 65.479 31.172 L 63.956 31.816 C 64.39 32.879 65.556 34.196 67.482 34.196 C 69.525 34.196 71.259 32.976 71.259 30.001 L 71.259 22.771 L 69.602 22.771 Z M 72.462 30.343 L 74.206 30.343 L 74.206 18.516 L 72.463 18.516 L 72.463 30.341 Z M 76.779 26.44 C 76.73 24.889 77.963 24.089 78.859 24.089 C 79.553 24.089 80.141 24.44 80.333 24.938 L 76.778 26.43 L 76.778 26.44 Z M 82.192 25.103 C 81.865 24.206 80.854 22.547 78.792 22.547 C 76.73 22.547 75.044 24.177 75.044 26.577 C 75.044 28.83 76.73 30.597 78.984 30.597 C 80.805 30.597 81.855 29.464 82.298 28.811 L 80.94 27.894 C 80.487 28.567 79.87 29.006 78.985 29.006 C 78.098 29.006 77.462 28.596 77.058 27.786 L 82.366 25.562 L 82.183 25.103 L 82.193 25.103 Z M 39.873 23.776 L 39.873 25.483 L 43.909 25.483 C 43.784 26.439 43.476 27.142 42.994 27.629 C 42.407 28.224 41.492 28.879 39.883 28.879 C 37.397 28.879 35.461 26.849 35.461 24.332 C 35.461 21.815 37.397 19.795 39.883 19.795 C 41.222 19.795 42.204 20.332 42.927 21.015 L 44.112 19.815 C 43.1 18.839 41.762 18.088 39.882 18.088 C 36.482 18.088 33.621 20.898 33.621 24.332 C 33.621 27.766 36.482 30.585 39.883 30.585 C 41.723 30.585 43.1 29.971 44.189 28.829 C 45.306 27.698 45.653 26.117 45.653 24.839 C 45.653 24.439 45.624 24.079 45.566 23.776 Z M 50.219 29.005 C 49.015 29.005 47.975 28 47.975 26.565 C 47.975 25.132 49.015 24.127 50.219 24.127 C 51.424 24.127 52.464 25.122 52.464 26.566 C 52.464 28.01 51.424 29.005 50.219 29.005 Z M 50.219 22.546 C 48.023 22.546 46.231 24.234 46.231 26.576 C 46.231 28.917 48.023 30.596 50.219 30.596 C 52.416 30.596 54.208 28.888 54.208 26.576 C 54.208 24.263 52.416 22.546 50.219 22.546 Z M 58.919 29.005 C 57.714 29.005 56.674 28 56.674 26.565 C 56.674 25.132 57.714 24.127 58.918 24.127 C 60.122 24.127 61.163 25.122 61.163 26.566 C 61.163 28.01 60.123 29.005 58.918 29.005 Z M 58.919 22.546 C 56.722 22.546 54.93 24.234 54.93 26.576 C 54.93 28.917 56.722 30.596 58.918 30.596 C 61.115 30.596 62.907 28.888 62.907 26.576 C 62.907 24.263 61.115 22.546 58.918 22.546 Z M 36.135 13.513 C 36.799 13.513 37.31 13.327 37.676 12.957 C 38.042 12.586 38.226 12.078 38.226 11.425 C 38.226 10.771 38.042 10.264 37.676 9.893 C 37.31 9.523 36.799 9.337 36.135 9.337 L 35.191 9.337 L 35.191 13.522 L 36.135 13.522 L 36.135 13.512 Z M 34.295 8.479 L 36.155 8.479 C 36.751 8.479 37.281 8.605 37.725 8.849 C 38.167 9.093 38.515 9.444 38.755 9.893 C 38.995 10.342 39.121 10.849 39.121 11.425 C 39.121 12 38.996 12.508 38.755 12.956 C 38.515 13.406 38.167 13.746 37.725 14.001 C 37.281 14.244 36.751 14.371 36.155 14.371 L 34.295 14.371 L 34.295 8.478 Z M 40.287 8.469 L 41.183 8.469 L 41.183 14.361 L 40.287 14.361 Z M 43.051 14.069 C 42.666 13.786 42.396 13.386 42.242 12.869 L 43.09 12.527 C 43.177 12.859 43.33 13.122 43.552 13.337 C 43.774 13.542 44.044 13.649 44.362 13.649 C 44.65 13.649 44.901 13.571 45.103 13.415 C 45.305 13.268 45.42 13.03 45.412 12.781 C 45.418 12.546 45.319 12.321 45.142 12.166 C 44.959 12 44.65 11.844 44.217 11.688 L 43.851 11.561 C 43.485 11.434 43.15 11.231 42.868 10.966 C 42.608 10.712 42.473 10.371 42.473 9.952 C 42.473 9.659 42.55 9.395 42.705 9.142 C 42.866 8.894 43.088 8.692 43.35 8.556 C 43.643 8.409 43.967 8.335 44.294 8.342 C 44.794 8.342 45.199 8.469 45.508 8.712 C 45.806 8.966 46.018 9.239 46.124 9.552 L 45.315 9.893 C 45.259 9.693 45.141 9.515 44.978 9.386 C 44.805 9.239 44.583 9.171 44.304 9.171 C 44.024 9.171 43.812 9.239 43.629 9.386 C 43.446 9.532 43.349 9.708 43.349 9.932 C 43.349 10.137 43.437 10.302 43.6 10.439 C 43.764 10.576 44.024 10.703 44.371 10.819 L 44.747 10.947 C 45.247 11.122 45.633 11.347 45.903 11.63 C 46.173 11.912 46.307 12.283 46.307 12.751 C 46.307 13.132 46.211 13.454 46.018 13.717 C 45.831 13.976 45.574 14.176 45.277 14.293 C 44.984 14.417 44.67 14.48 44.352 14.478 C 43.87 14.478 43.437 14.332 43.052 14.049 M 49.496 11.22 C 49.765 11.23 50.027 11.127 50.218 10.937 C 50.395 10.762 50.492 10.523 50.488 10.274 C 50.492 10.025 50.395 9.785 50.218 9.61 C 50.027 9.42 49.765 9.317 49.496 9.327 L 48.369 9.327 L 48.369 11.22 Z M 47.473 8.469 L 49.476 8.469 C 49.823 8.469 50.141 8.547 50.43 8.703 C 50.719 8.859 50.95 9.073 51.124 9.347 C 51.298 9.624 51.388 9.946 51.384 10.274 C 51.388 10.601 51.298 10.923 51.124 11.2 C 50.953 11.471 50.713 11.693 50.43 11.844 C 50.137 12.001 49.809 12.082 49.476 12.078 L 48.369 12.078 L 48.369 14.371 L 47.473 14.371 L 47.473 8.478 M 56.211 13.356 C 56.534 13.169 56.797 12.895 56.972 12.566 C 57.16 12.212 57.257 11.816 57.252 11.415 C 57.252 10.985 57.156 10.605 56.972 10.264 C 56.798 9.935 56.534 9.661 56.212 9.474 C 55.887 9.285 55.518 9.187 55.142 9.191 C 54.767 9.189 54.397 9.286 54.072 9.473 C 53.75 9.66 53.486 9.934 53.312 10.263 C 53.123 10.617 53.027 11.014 53.032 11.415 C 53.032 11.845 53.129 12.225 53.312 12.566 C 53.495 12.908 53.755 13.171 54.072 13.356 C 54.391 13.542 54.747 13.639 55.142 13.639 C 55.537 13.639 55.884 13.542 56.212 13.356 Z M 53.611 14.088 C 53.156 13.82 52.78 13.436 52.521 12.976 C 52.258 12.502 52.122 11.967 52.127 11.425 C 52.127 10.859 52.262 10.342 52.522 9.873 C 52.782 9.405 53.148 9.034 53.61 8.761 C 54.073 8.488 54.583 8.351 55.142 8.351 C 55.701 8.351 56.212 8.488 56.674 8.761 C 57.128 9.027 57.501 9.411 57.753 9.873 C 58.013 10.342 58.148 10.859 58.148 11.425 C 58.148 11.991 58.013 12.508 57.753 12.975 C 57.498 13.435 57.125 13.819 56.673 14.088 C 56.211 14.361 55.701 14.498 55.143 14.498 C 54.604 14.505 54.074 14.363 53.61 14.088 Z M 59.303 8.469 L 60.363 8.469 L 62.993 12.8 L 63.04 12.8 L 62.992 11.669 L 62.992 8.479 L 63.878 8.479 L 63.878 14.371 L 62.954 14.371 L 60.189 9.815 L 60.141 9.815 L 60.189 10.947 L 60.189 14.361 L 59.303 14.361 Z M 65.353 8.469 L 66.249 8.469 L 66.249 14.361 L 65.353 14.361 Z M 69.976 13.522 C 70.256 13.522 70.487 13.435 70.651 13.259 C 70.82 13.096 70.914 12.87 70.911 12.635 C 70.914 12.4 70.82 12.174 70.651 12.01 C 70.477 11.835 70.237 11.747 69.948 11.747 L 68.598 11.747 L 68.598 13.513 L 69.977 13.513 L 69.977 13.523 Z M 69.842 10.947 C 70.112 10.947 70.332 10.859 70.487 10.693 C 70.642 10.542 70.728 10.334 70.727 10.118 C 70.729 9.901 70.642 9.693 70.487 9.542 C 70.323 9.376 70.121 9.298 69.861 9.298 L 68.589 9.298 L 68.589 10.947 Z M 67.703 8.469 L 69.88 8.469 C 70.188 8.469 70.477 8.537 70.738 8.674 C 71.008 8.81 71.21 8.996 71.364 9.239 C 71.518 9.474 71.594 9.747 71.594 10.029 C 71.594 10.313 71.527 10.576 71.383 10.791 C 71.239 11.005 71.046 11.171 70.815 11.288 L 70.815 11.328 C 71.123 11.435 71.364 11.6 71.537 11.844 C 71.72 12.088 71.807 12.371 71.807 12.703 C 71.807 13.035 71.72 13.317 71.557 13.561 C 71.394 13.814 71.164 14.017 70.892 14.147 C 70.612 14.283 70.304 14.361 69.977 14.361 L 67.703 14.361 Z M 72.992 8.469 L 73.888 8.469 L 73.888 13.503 L 76.393 13.503 L 76.393 14.361 L 72.993 14.361 L 72.993 8.469 Z M 77.328 8.469 L 80.854 8.469 L 80.854 9.327 L 78.224 9.327 L 78.224 10.986 L 80.594 10.986 L 80.594 11.844 L 78.224 11.844 L 78.224 13.503 L 80.854 13.503 L 80.854 14.361 L 77.328 14.361 Z M 84.262 14.069 C 83.877 13.786 83.607 13.386 83.453 12.869 L 84.301 12.527 C 84.387 12.859 84.541 13.122 84.763 13.337 C 84.985 13.542 85.255 13.649 85.573 13.649 C 85.861 13.649 86.112 13.571 86.314 13.415 C 86.515 13.268 86.631 13.03 86.622 12.781 C 86.628 12.546 86.529 12.321 86.352 12.166 C 86.17 12 85.862 11.844 85.428 11.688 L 85.062 11.561 C 84.694 11.432 84.357 11.229 84.07 10.966 C 83.81 10.712 83.675 10.371 83.675 9.952 C 83.675 9.659 83.752 9.395 83.905 9.142 C 84.066 8.894 84.289 8.693 84.551 8.556 C 84.844 8.409 85.168 8.335 85.495 8.342 C 85.996 8.342 86.401 8.469 86.709 8.712 C 87.008 8.966 87.219 9.239 87.326 9.552 L 86.516 9.893 C 86.46 9.693 86.342 9.515 86.179 9.386 C 86.006 9.239 85.784 9.171 85.505 9.171 C 85.225 9.171 85.014 9.239 84.831 9.386 C 84.648 9.532 84.551 9.708 84.551 9.932 C 84.551 10.137 84.638 10.302 84.801 10.439 C 84.965 10.576 85.226 10.703 85.572 10.819 L 85.948 10.947 C 86.449 11.122 86.834 11.347 87.104 11.63 C 87.374 11.912 87.509 12.283 87.509 12.751 C 87.509 13.132 87.412 13.454 87.219 13.717 C 87.032 13.976 86.775 14.176 86.478 14.293 C 86.185 14.417 85.871 14.48 85.553 14.478 C 85.071 14.478 84.638 14.332 84.253 14.049 M 89.601 14.196 C 89.267 13.998 88.999 13.706 88.831 13.356 C 88.647 12.996 88.561 12.576 88.561 12.098 L 88.561 8.468 L 89.447 8.468 L 89.447 12.147 C 89.447 12.596 89.562 12.947 89.784 13.22 C 90.015 13.493 90.333 13.63 90.747 13.63 C 91.161 13.63 91.499 13.493 91.72 13.22 C 91.951 12.947 92.057 12.586 92.057 12.147 L 92.057 8.469 L 92.944 8.469 L 92.944 12.098 C 92.944 12.566 92.857 12.986 92.674 13.347 C 92.507 13.694 92.242 13.986 91.913 14.186 C 91.559 14.39 91.156 14.495 90.747 14.488 C 90.304 14.488 89.928 14.391 89.601 14.196 Z M 96.353 11.22 C 96.618 11.228 96.874 11.13 97.066 10.947 C 97.255 10.771 97.361 10.522 97.355 10.264 C 97.359 10.017 97.265 9.779 97.095 9.6 C 96.921 9.415 96.681 9.318 96.392 9.318 L 95.236 9.318 L 95.236 11.22 Z M 94.34 8.469 L 96.382 8.469 C 96.739 8.469 97.056 8.547 97.336 8.703 C 97.625 8.859 97.846 9.073 98.01 9.347 C 98.174 9.62 98.26 9.932 98.26 10.274 C 98.26 10.664 98.135 11.015 97.885 11.327 C 97.635 11.63 97.316 11.835 96.941 11.942 L 96.941 11.981 L 98.531 14.322 L 98.531 14.372 L 97.5 14.372 L 95.948 12.059 L 95.246 12.059 L 95.246 14.371 L 94.35 14.371 L 94.35 8.478\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9563193078,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/fr/app/the-ring-io/id1479375224\",nodeId:\"tuuE1MEr3\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-v6qflp framer-1s7xv5j\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18oy6ae\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:41,intrinsicWidth:123,svg:'<svg width=\"123\" height=\"41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"M115.119 40.334H7.707c-.636 0-1.195-.078-1.782-.166l-.212-.03a6.154 6.154 0 0 1-1.975-.633c-.578-.293-1.098-.683-1.667-1.259-.424-.43-.905-.985-1.262-1.814a6.401 6.401 0 0 1-.616-1.98l-.03-.225C.078 33.632 0 33.076 0 32.432V8.139c0-.625.096-1.337.202-2.02a7.03 7.03 0 0 1 .626-2c.29-.585.675-1.112 1.243-1.687.569-.576 1.089-.966 1.667-1.259A6.949 6.949 0 0 1 5.703.539l.231-.03C6.522.423 7.081.345 7.707.345h107.412c.636 0 1.185.078 1.772.166l.222.029a6.08 6.08 0 0 1 1.975.634 6.58 6.58 0 0 1 2.909 2.946 6.59 6.59 0 0 1 .626 2l.029.215c.087.595.164 1.161.164 1.805v24.39c0 .644-.077 1.21-.164 1.805l-.029.215a6.324 6.324 0 0 1-.626 2c-.289.585-.674 1.112-1.243 1.687-.568.576-1.088.966-1.666 1.259a6.4 6.4 0 0 1-1.975.634l-.212.03c-.588.087-1.146.165-1.782.165v.01ZM7.707 1.31c-.569 0-1.06.068-1.638.156l-.222.029a6.11 6.11 0 0 0-1.685.537c-.482.243-.925.575-1.416 1.082-.492.508-.82.947-1.07 1.435a6.263 6.263 0 0 0-.53 1.717C1.06 6.91.963 7.583.963 8.139v24.293c0 .565.068 1.073.154 1.648l.03.235c.086.595.25 1.14.53 1.707.24.575.548 1.005 1.069 1.532.49.497.934.838 1.416 1.082a5.314 5.314 0 0 0 1.685.537l.212.03c.578.087 1.08.155 1.648.155h107.412c.568 0 1.069-.078 1.647-.156l.212-.029a5.392 5.392 0 0 0 1.686-.537c.482-.244.925-.575 1.416-1.083.491-.497.829-.946 1.069-1.434.28-.566.444-1.102.53-1.707l.029-.215c.087-.585.154-1.092.154-1.668V8.14c0-.576-.077-1.083-.154-1.668l-.029-.215a5.528 5.528 0 0 0-.53-1.707 5.62 5.62 0 0 0-2.485-2.517 5.321 5.321 0 0 0-1.686-.537l-.221-.03c-.578-.087-1.07-.155-1.638-.155H7.707Z\"/><path d=\"M24.565 20.236c0-1.756.867-3.317 2.409-4.195-.964-1.366-2.409-2.146-4.046-2.146-1.638-.195-3.276.976-4.143.976s-2.215-.976-3.66-.976c-1.83.098-3.565 1.073-4.528 2.732-1.927 3.414-.482 8.39 1.349 11.122.963 1.366 2.023 2.829 3.468 2.829 1.348-.098 1.926-.878 3.564-.878 1.638 0 2.12.878 3.564.878 1.445 0 2.409-1.366 3.372-2.732.674-.975 1.156-2.049 1.541-3.122a4.933 4.933 0 0 1-2.89-4.488Zm-2.697-8.195c.77-.975 1.252-2.243 1.156-3.512-1.349.098-2.505.683-3.276 1.659-.77.975-1.252 2.146-1.156 3.414 1.253 0 2.409-.585 3.276-1.56ZM34.39 18.48h1.831v12.098h-1.83V18.48Zm3.95 4.39.963-4.39h1.734l-1.156 4.39H38.34Zm9.442 4.391h-4.528l-1.06 3.317h-1.926l4.335-12.098h2.023l4.335 12.098h-1.927l-1.252-3.317Zm-4.046-1.463h3.66l-1.734-5.269h-.096l-1.83 5.268Zm16.472.389c0 2.732-1.445 4.488-3.66 4.488-1.157.097-2.217-.586-2.698-1.561v4.39h-1.83V21.797h1.733v1.463c.578-.976 1.638-1.561 2.794-1.561 2.216-.098 3.66 1.756 3.66 4.488Zm-1.83 0c0-1.756-.867-2.927-2.312-2.927-1.35 0-2.313 1.17-2.313 2.927 0 1.756.964 2.927 2.313 2.927 1.348 0 2.312-1.171 2.312-2.927Zm11.463 0c0 2.732-1.445 4.488-3.66 4.488-1.156.097-2.216-.586-2.794-1.561v4.39h-1.83V21.797h1.734v1.463c.578-.976 1.637-1.561 2.793-1.561 2.216-.098 3.757 1.756 3.757 4.488Zm-1.83 0c0-1.756-.867-2.927-2.312-2.927-1.349 0-2.312 1.17-2.312 2.927 0 1.756.963 2.927 2.312 2.927 1.349 0 2.312-1.171 2.312-2.927Zm8.092.976c.096 1.17 1.252 1.951 2.89 1.951 1.54 0 2.6-.78 2.6-1.853 0-.976-.674-1.464-2.215-1.854l-1.541-.39c-2.216-.488-3.18-1.561-3.18-3.22 0-2.048 1.83-3.512 4.336-3.512 2.504 0 4.238 1.464 4.335 3.512h-1.83c-.097-1.17-1.06-1.95-2.505-1.95-1.445 0-2.409.78-2.409 1.853 0 .878.674 1.366 2.216 1.756l1.349.293c2.408.585 3.468 1.56 3.468 3.317 0 2.244-1.83 3.707-4.624 3.707-2.794 0-4.432-1.366-4.528-3.61h1.638Zm11.271-7.513v2.05h1.637v1.463h-1.637v4.878c0 .78.289 1.073 1.06 1.073h.577v1.463c-.289.098-.674.098-.963.098-1.734 0-2.408-.683-2.408-2.342V23.26h-1.35v-1.463h1.252v-2.049h1.83v-.098Zm2.601 6.537c0-2.732 1.637-4.488 4.142-4.488 2.505 0 4.142 1.756 4.142 4.488s-1.637 4.488-4.142 4.488c-2.505 0-4.142-1.756-4.142-4.488Zm6.454 0c0-1.951-.867-3.024-2.312-3.024-1.445 0-2.312 1.073-2.312 3.024s.867 3.024 2.312 3.024c1.445 0 2.312-1.17 2.312-3.024Zm3.276-4.487h1.734v1.562c.193-.976 1.156-1.659 2.119-1.561.193 0 .386 0 .578.097v1.659c-.289-.098-.578-.098-.77-.098-.964 0-1.831.78-1.831 1.756v5.561h-1.83v-8.975Zm12.716 6.243c-.193 1.561-1.83 2.732-3.757 2.732-2.505 0-4.143-1.756-4.143-4.488s1.542-4.585 4.047-4.585c2.504 0 3.949 1.658 3.949 4.39v.585h-6.165v.098c-.097 1.268.77 2.341 2.023 2.536h.289c.867.098 1.734-.39 2.023-1.268h1.734Zm-6.069-2.634h4.335c.096-1.17-.867-2.146-2.023-2.244h-.193c-1.06 0-2.119.976-2.119 2.244ZM34.776 15.135V10.14h-1.811v-.82h4.508v.82h-1.801v4.995h-.896Zm6.839-1.191c-.193.79-.887 1.268-1.879 1.268-1.242 0-2.004-.858-2.004-2.263 0-1.405.78-2.293 2.004-2.293s1.937.84 1.937 2.215v.302h-3.064v.05c.029.77.472 1.258 1.156 1.258.52 0 .877-.186 1.03-.537h.83-.01Zm-3.016-1.415h2.187c-.02-.692-.433-1.141-1.07-1.141-.635 0-1.078.449-1.126 1.141h.01Zm.617-2.526 1.002-1.386h1.002l-1.118 1.386h-.886Zm3.641-.976h.858v6.108h-.858V9.027Zm5.935 4.917c-.192.79-.886 1.268-1.878 1.268-1.243 0-2.004-.858-2.004-2.263 0-1.405.78-2.293 2.004-2.293 1.223 0 1.936.84 1.936 2.215v.302h-3.063v.05c.029.77.472 1.258 1.156 1.258.52 0 .876-.186 1.03-.537h.829-.01Zm-3.015-1.415h2.187c-.02-.692-.434-1.141-1.07-1.141-.635 0-1.078.449-1.127 1.141h.01Zm.617-2.526 1.002-1.386h1.001l-1.117 1.386h-.886Zm6.436 2.175c-.097-.43-.454-.741-1.022-.741-.713 0-1.156.556-1.156 1.492 0 .937.443 1.522 1.156 1.522.54 0 .915-.253 1.021-.722h.829c-.116.888-.78 1.493-1.85 1.493-1.262 0-2.033-.858-2.033-2.293 0-1.434.771-2.263 2.033-2.263 1.089 0 1.744.644 1.86 1.522h-.83l-.009-.01Zm1.973-3.151h.848v2.42h.067c.212-.488.665-.79 1.32-.79.925 0 1.493.595 1.493 1.639v2.839h-.858V12.51c0-.702-.317-1.053-.924-1.053-.704 0-1.089.448-1.089 1.112v2.566h-.857V9.027Zm4.808 4.868c0-.79.578-1.248 1.61-1.307l1.174-.068v-.38c0-.47-.298-.723-.886-.723-.482 0-.81.176-.905.488h-.829c.087-.751.79-1.239 1.773-1.239 1.088 0 1.705.546 1.705 1.473v3.005h-.829v-.615h-.067c-.26.44-.732.693-1.3.693-.839 0-1.446-.507-1.446-1.317v-.01Zm2.784-.37v-.371l-1.06.068c-.597.04-.866.244-.866.634s.337.625.8.625c.645 0 1.126-.42 1.126-.956Zm2.197-2.781h.828v.673h.068c.125-.429.607-.751 1.175-.751.125 0 .289.01.385.039v.859a2.734 2.734 0 0 0-.481-.05c-.646 0-1.108.42-1.108 1.035v2.595H64.6v-4.39l-.01-.01Zm3.226 4.829h.877c.077.322.433.527 1.011.527.713 0 1.137-.341 1.137-.927v-.839h-.068c-.26.478-.741.742-1.339.742-1.108 0-1.792-.869-1.792-2.186s.694-2.214 1.802-2.214c.597 0 1.117.302 1.358.77h.068v-.702h.819v4.43c0 1.004-.78 1.638-2.004 1.638-1.08 0-1.782-.487-1.879-1.239h.01Zm3.044-2.692c0-.878-.443-1.434-1.175-1.434s-1.147.556-1.147 1.434c0 .878.415 1.434 1.147 1.434s1.175-.556 1.175-1.434Zm5.868 1.063c-.193.79-.886 1.268-1.879 1.268-1.242 0-2.003-.858-2.003-2.263 0-1.405.78-2.293 2.003-2.293 1.224 0 1.937.84 1.937 2.215v.302h-3.064v.05c.03.77.472 1.258 1.156 1.258.52 0 .877-.186 1.031-.537h.829-.01Zm-3.015-1.415H75.9c-.019-.692-.433-1.141-1.069-1.141-.636 0-1.079.449-1.127 1.141h.01Zm4.219-1.785h.828v.673h.067c.126-.429.607-.751 1.176-.751.125 0 .289.01.385.039v.859a2.734 2.734 0 0 0-.482-.05c-.645 0-1.107.42-1.107 1.035v2.595h-.858v-4.39l-.01-.01Zm5.529 2.196c0-1.386.703-2.264 1.801-2.264.598 0 1.099.283 1.33.77h.067V9.038h.858v6.107h-.82v-.692h-.067c-.26.478-.76.77-1.358.77-1.108 0-1.802-.878-1.802-2.273l-.01-.01Zm.886 0c0 .936.434 1.492 1.156 1.492.723 0 1.166-.566 1.166-1.492 0-.927-.453-1.493-1.166-1.493-.713 0-1.156.566-1.156 1.493Zm4.317.955c0-.79.578-1.248 1.609-1.307l1.175-.068v-.38c0-.47-.299-.723-.886-.723-.482 0-.81.176-.906.488h-.828c.087-.751.79-1.239 1.772-1.239 1.089 0 1.705.546 1.705 1.473v3.005h-.828v-.615h-.067c-.26.44-.733.693-1.301.693-.838 0-1.445-.507-1.445-1.317v-.01Zm2.784-.37v-.371l-1.06.068c-.597.04-.867.244-.867.634s.338.625.8.625c.645 0 1.127-.42 1.127-.956Zm2.194-2.781h.829v.703h.067c.212-.488.646-.781 1.291-.781.964 0 1.503.585 1.503 1.63v2.848h-.857V12.52c0-.703-.299-1.054-.935-1.054-.636 0-1.04.43-1.04 1.112v2.566h-.858v-4.4Zm6.601-.088c.973 0 1.609.459 1.695 1.24h-.818c-.077-.323-.395-.528-.877-.528s-.838.235-.838.576c0 .263.221.43.693.537l.723.165c.828.196 1.214.557 1.214 1.2 0 .83-.761 1.376-1.802 1.376-1.04 0-1.705-.468-1.782-1.249h.858c.105.342.423.547.944.547.52 0 .915-.244.915-.595 0-.264-.203-.43-.636-.537l-.761-.176c-.829-.195-1.204-.575-1.204-1.229 0-.78.703-1.327 1.686-1.327h-.01Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(0 .334)\" d=\"M0 0h122.826v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s2tvqr\",\"data-framer-name\":\"Frame 10237\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1vfgj78\",\"data-styles-preset\":\"fOcjZFnVk\",style:{\"--framer-text-color\":\"var(--token-9bdaf887-a7e0-4287-8866-f8b7a9340a61, rgb(255, 255, 255))\"},children:\"Nous suivre\"})}),className:\"framer-ei7uei\",\"data-framer-name\":\"Nous suivre\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v0ffxo\",\"data-framer-name\":\"Frame 9495\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r6whmz\",\"data-framer-name\":\"Frame 9543\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/dailyn/\",nodeId:\"Yugqndfho\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-muchsz framer-1s7xv5j\",\"data-framer-name\":\"button_media\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b4nkfy\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1chtczp\",\"data-framer-name\":\"icn_linkedin01\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4z1lrd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 18H14.3016V11.7007C14.3016 9.97365 13.6453 9.00849 12.2783 9.00849C10.7912 9.00849 10.0143 10.0129 10.0143 11.7007V18H6.45V6H10.0143V7.6164C10.0143 7.6164 11.0859 5.63338 13.6324 5.63338C16.1777 5.63338 18 7.1877 18 10.4023V18ZM2.19785 4.4287C0.983789 4.4287 0 3.43719 0 2.21435C0 0.991508 0.983789 0 2.19785 0C3.41191 0 4.39512 0.991508 4.39512 2.21435C4.39512 3.43719 3.41191 4.4287 2.19785 4.4287ZM0.357422 18H4.07402V6H0.357422V18Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/dailynfr\",nodeId:\"co98rGfaS\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1a7vbz2 framer-1s7xv5j\",\"data-framer-name\":\"button_media\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jih6zc\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lidb6\",\"data-framer-name\":\"icn_facebook01\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uesurh\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"18\" viewBox=\"0 0 10 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.13666 9.95031L9.63977 6.81988H6.67704V4.63975C6.67704 3.74534 7.01244 3.07453 8.35406 3.07453H9.80747V0.223602C9.02486 0.111801 8.13045 0 7.34785 0C4.77642 0 2.9876 1.56522 2.9876 4.36025V6.81988H0.192566V9.95031H2.9876V18C2.9876 18 4.21741 18 4.83232 18C5.44722 18 6.67704 18 6.67704 18V9.95031H9.13666Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/dailyn.app\",nodeId:\"diTHTeE7F\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-uh3wk4 framer-1s7xv5j\",\"data-framer-name\":\"button_media\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1waogxi\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sind8h\",\"data-framer-name\":\"icn_instagram01\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1euxyk\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.92684 7.00841e-07H11.0732H11.0732C12.8966 -2.60915e-05 14.3664 -4.76867e-05 15.5223 0.155366C16.7225 0.316721 17.733 0.661913 18.5355 1.46447C19.3381 2.26702 19.6833 3.27752 19.8446 4.47767C20.0001 5.63363 20 7.1034 20 8.92686V11.0731C20 12.8966 20.0001 14.3664 19.8446 15.5223C19.6833 16.7225 19.3381 17.733 18.5355 18.5355C17.733 19.3381 16.7225 19.6833 15.5223 19.8446C14.3664 20.0001 12.8966 20 11.0731 20H8.92686C7.1034 20 5.63363 20.0001 4.47767 19.8446C3.27752 19.6833 2.26702 19.3381 1.46447 18.5355C0.661913 17.733 0.316721 16.7225 0.155366 15.5223C-4.76832e-05 14.3664 -2.60915e-05 12.8966 7.00841e-07 11.0732V11.0732V8.92684V8.92682C-2.60915e-05 7.10337 -4.76867e-05 5.63362 0.155366 4.47767C0.316721 3.27752 0.661913 2.26702 1.46447 1.46447C2.26702 0.661913 3.27752 0.316721 4.47767 0.155366C5.63362 -4.76832e-05 7.10337 -2.60915e-05 8.92682 7.00841e-07H8.92684ZM4.74416 2.13753C3.7658 2.26907 3.2477 2.50966 2.87868 2.87868C2.50966 3.2477 2.26907 3.7658 2.13753 4.74416C2.00213 5.7513 2 7.08611 2 9V11C2 12.9139 2.00213 14.2487 2.13753 15.2558C2.26907 16.2342 2.50966 16.7523 2.87868 17.1213C3.2477 17.4903 3.7658 17.7309 4.74416 17.8625C5.7513 17.9979 7.08611 18 9 18H11C12.9139 18 14.2487 17.9979 15.2558 17.8625C16.2342 17.7309 16.7523 17.4903 17.1213 17.1213C17.4903 16.7523 17.7309 16.2342 17.8625 15.2558C17.9979 14.2487 18 12.9139 18 11V9C18 7.08611 17.9979 5.7513 17.8625 4.74416C17.7309 3.7658 17.4903 3.2477 17.1213 2.87868C16.7523 2.50966 16.2342 2.26907 15.2558 2.13753C14.2487 2.00213 12.9139 2 11 2H9C7.08611 2 5.7513 2.00213 4.74416 2.13753ZM10 6.75C8.20508 6.75 6.75 8.20508 6.75 10C6.75 11.7949 8.20508 13.25 10 13.25C11.7949 13.25 13.25 11.7949 13.25 10C13.25 8.20508 11.7949 6.75 10 6.75ZM5.25 10C5.25 7.37665 7.37665 5.25 10 5.25C12.6234 5.25 14.75 7.37665 14.75 10C14.75 12.6234 12.6234 14.75 10 14.75C7.37665 14.75 5.25 12.6234 5.25 10ZM15 6C15.5523 6 16 5.55229 16 5C16 4.44772 15.5523 4 15 4C14.4477 4 14 4.44772 14 5C14 5.55229 14.4477 6 15 6Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@dailyn_app\",nodeId:\"AUkYHY1WD\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1xofnpg framer-1s7xv5j\",\"data-framer-name\":\"button_media\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gop3z0\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19dg4lr\",\"data-framer-name\":\"icn_tiktok\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mnlmht\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.8574 3.84946C13.736 3.78658 13.6177 3.71794 13.503 3.64331C13.1696 3.423 12.8641 3.16332 12.5929 2.87005C11.9142 2.09344 11.6608 1.30555 11.5674 0.754052H11.5713C11.4933 0.296149 11.5254 0 11.5305 0H8.43914V11.9537C8.43914 12.1143 8.43914 12.2729 8.43242 12.4296C8.43242 12.4491 8.4305 12.4671 8.42954 12.4882C8.42954 12.4968 8.42954 12.5057 8.42762 12.5148V12.5215C8.36138 13.3925 7.86628 14.1734 7.10695 14.6049C6.7172 14.8267 6.27634 14.9431 5.8278 14.9423C4.38737 14.9423 3.22005 13.7678 3.22005 12.3173C3.22005 10.8668 4.38737 9.69229 5.8278 9.69229C6.10043 9.69205 6.37138 9.735 6.63057 9.81948L6.63441 6.67176C5.0435 6.46632 3.43892 6.93551 2.20945 7.96627C1.67667 8.42921 1.2286 8.98167 0.885657 9.59869C0.755102 9.8238 0.26288 10.7278 0.203122 12.1952C0.165683 13.0279 0.415754 13.8909 0.53503 14.2476V14.255C0.609907 14.465 0.900536 15.1816 1.37428 15.7857C1.7561 16.2702 2.20729 16.6959 2.71343 17.049V17.0415L2.72087 17.049C4.21745 18.0658 5.87675 17.9991 5.87675 17.9991C6.16402 17.9876 7.12615 17.9991 8.21883 17.4812C9.43078 16.9071 10.1208 16.0518 10.1208 16.0518C10.5616 15.5406 10.912 14.9584 11.1573 14.3294C11.4371 13.5941 11.5305 12.7121 11.5305 12.3595V6.01802C11.5679 6.04058 12.0676 6.37081 12.0676 6.37081C12.0676 6.37081 12.7871 6.83207 13.91 7.1323C14.7154 7.34613 15.8006 7.39101 15.8006 7.39101V4.32224C15.4205 4.36352 14.6482 4.24353 13.8579 3.84946H13.8574Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})})})]})})]})]})]})]})]}),getContainer())})})]})})})})]})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fSI64.framer-1s7xv5j, .framer-fSI64 .framer-1s7xv5j { display: block; }\",\".framer-fSI64.framer-10hgbmt { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-fSI64 .framer-uvpq0i { --border-bottom-width: 0.5px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(250, 250, 250, 0.7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-fSI64 .framer-1s7giuk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 72px; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-fSI64 .framer-1nhabv2, .framer-fSI64 .framer-1ugw52b, .framer-fSI64 .framer-6twyxn { 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; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fSI64 .framer-89s14c, .framer-fSI64 .framer-1ja6jhc, .framer-fSI64 .framer-g0m4m4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fSI64 .framer-8ns01y-container, .framer-fSI64 .framer-19wgojn-container, .framer-fSI64 .framer-x2sfjt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fSI64 .framer-7j8ttk, .framer-fSI64 .framer-1esrs2m, .framer-fSI64 .framer-txjhhx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fSI64 .framer-1fzw1v9-container, .framer-fSI64 .framer-x8waw9-container, .framer-fSI64 .framer-eo5tag-container, .framer-fSI64 .framer-1c95ena-container, .framer-fSI64 .framer-1b30zc4-container, .framer-fSI64 .framer-1qqherk-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-fSI64 .framer-ztukh0-container, .framer-fSI64 .framer-1bwdr4b-container { flex: none; height: 56px; position: relative; width: auto; }\",\".framer-fSI64 .framer-rv95mp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: flex-start; max-width: 1312px; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-fSI64 .framer-azve { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fSI64 .framer-1lv32 { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fSI64 .framer-1uiecpz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-fSI64 .framer-12fl3it { --border-bottom-width: 0.5px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(250, 250, 250, 0.7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 72px; justify-content: center; max-width: 100%; min-width: 288px; padding: 0px 16px 0px 16px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-fSI64 .framer-1kypfp7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 72px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fSI64 .framer-19i1oxk { cursor: pointer; flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-fSI64 .framer-1booxzx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; top: 0px; width: 40px; }\",\".framer-fSI64.framer-16gx33x { background-color: #000000; inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-fSI64.framer-99m0a { --border-bottom-width: 0.5px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; -webkit-backdrop-filter: blur(10px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(10px); background-color: var(--token-6017b377-5002-4152-8f74-22d63d0f7fce, #a439ff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; left: 0px; padding: 0px 16px 0px 16px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-fSI64 .framer-lnzfy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 72px; justify-content: flex-start; max-width: 100%; min-width: 288px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fSI64 .framer-ak57rf { align-content: center; align-items: center; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-fSI64 .framer-4cbuv8 { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-fSI64 .framer-1h8ch1b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 1px; justify-content: flex-start; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-fSI64 .framer-1iv12s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fSI64 .framer-1e0cvsu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 286px; }\",\".framer-fSI64 .framer-1o2aru3, .framer-fSI64 .framer-s2tvqr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fSI64 .framer-bnst8h, .framer-fSI64 .framer-ei7uei { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fSI64 .framer-w85c99 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fSI64 .framer-1w749z4, .framer-fSI64 .framer-v6qflp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-fSI64 .framer-buucxy { flex: none; height: 41px; position: relative; width: 124px; }\",\".framer-fSI64 .framer-18oy6ae { aspect-ratio: 3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 123px; }\",\".framer-fSI64 .framer-v0ffxo, .framer-fSI64 .framer-r6whmz { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fSI64 .framer-muchsz, .framer-fSI64 .framer-1a7vbz2, .framer-fSI64 .framer-uh3wk4, .framer-fSI64 .framer-1xofnpg { flex: none; height: 48px; overflow: visible; position: relative; text-decoration: none; width: 48px; }\",\".framer-fSI64 .framer-1b4nkfy, .framer-fSI64 .framer-1jih6zc, .framer-fSI64 .framer-1waogxi, .framer-fSI64 .framer-1gop3z0 { --border-bottom-width: 0.8571428656578064px; --border-color: #ffffff; --border-left-width: 0.8571428656578064px; --border-right-width: 0.8571428656578064px; --border-style: solid; --border-top-width: 0.8571428656578064px; align-content: center; align-items: center; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 48px; justify-content: center; left: calc(50% - 48px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50% - 48px / 2); width: 48px; }\",\".framer-fSI64 .framer-1chtczp, .framer-fSI64 .framer-lidb6, .framer-fSI64 .framer-19dg4lr { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-fSI64 .framer-4z1lrd { bottom: 4px; flex: none; left: 3px; position: absolute; right: 3px; top: 2px; }\",\".framer-fSI64 .framer-1uesurh { bottom: 3px; flex: none; left: 7px; position: absolute; right: 7px; top: 3px; }\",\".framer-fSI64 .framer-sind8h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-fSI64 .framer-1euxyk { flex: none; height: 20px; left: 2px; position: absolute; top: 2px; width: 20px; }\",\".framer-fSI64 .framer-mnlmht { bottom: 3px; flex: none; left: 4px; position: absolute; right: 4px; top: 3px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fSI64.framer-10hgbmt, .framer-fSI64 .framer-uvpq0i, .framer-fSI64 .framer-1s7giuk, .framer-fSI64 .framer-89s14c, .framer-fSI64 .framer-7j8ttk, .framer-fSI64 .framer-rv95mp, .framer-fSI64 .framer-12fl3it, .framer-fSI64 .framer-1kypfp7, .framer-fSI64 .framer-1ja6jhc, .framer-fSI64 .framer-1esrs2m, .framer-fSI64.framer-99m0a, .framer-fSI64 .framer-lnzfy4, .framer-fSI64 .framer-g0m4m4, .framer-fSI64 .framer-txjhhx, .framer-fSI64 .framer-ak57rf, .framer-fSI64 .framer-1h8ch1b, .framer-fSI64 .framer-1iv12s, .framer-fSI64 .framer-1e0cvsu, .framer-fSI64 .framer-1o2aru3, .framer-fSI64 .framer-w85c99, .framer-fSI64 .framer-1w749z4, .framer-fSI64 .framer-v6qflp, .framer-fSI64 .framer-s2tvqr, .framer-fSI64 .framer-v0ffxo, .framer-fSI64 .framer-r6whmz, .framer-fSI64 .framer-1b4nkfy, .framer-fSI64 .framer-1jih6zc, .framer-fSI64 .framer-1waogxi, .framer-fSI64 .framer-1gop3z0 { gap: 0px; } .framer-fSI64.framer-10hgbmt > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-fSI64.framer-10hgbmt > :first-child, .framer-fSI64 .framer-uvpq0i > :first-child, .framer-fSI64 .framer-rv95mp > :first-child, .framer-fSI64.framer-99m0a > :first-child, .framer-fSI64 .framer-1h8ch1b > :first-child, .framer-fSI64 .framer-1iv12s > :first-child, .framer-fSI64 .framer-1e0cvsu > :first-child, .framer-fSI64 .framer-1o2aru3 > :first-child, .framer-fSI64 .framer-s2tvqr > :first-child { margin-top: 0px; } .framer-fSI64.framer-10hgbmt > :last-child, .framer-fSI64 .framer-uvpq0i > :last-child, .framer-fSI64 .framer-rv95mp > :last-child, .framer-fSI64.framer-99m0a > :last-child, .framer-fSI64 .framer-1h8ch1b > :last-child, .framer-fSI64 .framer-1iv12s > :last-child, .framer-fSI64 .framer-1e0cvsu > :last-child, .framer-fSI64 .framer-1o2aru3 > :last-child, .framer-fSI64 .framer-s2tvqr > :last-child { margin-bottom: 0px; } .framer-fSI64 .framer-uvpq0i > *, .framer-fSI64.framer-99m0a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fSI64 .framer-1s7giuk > *, .framer-fSI64 .framer-12fl3it > *, .framer-fSI64 .framer-1kypfp7 > *, .framer-fSI64 .framer-lnzfy4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-fSI64 .framer-1s7giuk > :first-child, .framer-fSI64 .framer-89s14c > :first-child, .framer-fSI64 .framer-7j8ttk > :first-child, .framer-fSI64 .framer-12fl3it > :first-child, .framer-fSI64 .framer-1kypfp7 > :first-child, .framer-fSI64 .framer-1ja6jhc > :first-child, .framer-fSI64 .framer-1esrs2m > :first-child, .framer-fSI64 .framer-lnzfy4 > :first-child, .framer-fSI64 .framer-g0m4m4 > :first-child, .framer-fSI64 .framer-txjhhx > :first-child, .framer-fSI64 .framer-ak57rf > :first-child, .framer-fSI64 .framer-w85c99 > :first-child, .framer-fSI64 .framer-1w749z4 > :first-child, .framer-fSI64 .framer-v6qflp > :first-child, .framer-fSI64 .framer-v0ffxo > :first-child, .framer-fSI64 .framer-r6whmz > :first-child, .framer-fSI64 .framer-1b4nkfy > :first-child, .framer-fSI64 .framer-1jih6zc > :first-child, .framer-fSI64 .framer-1waogxi > :first-child, .framer-fSI64 .framer-1gop3z0 > :first-child { margin-left: 0px; } .framer-fSI64 .framer-1s7giuk > :last-child, .framer-fSI64 .framer-89s14c > :last-child, .framer-fSI64 .framer-7j8ttk > :last-child, .framer-fSI64 .framer-12fl3it > :last-child, .framer-fSI64 .framer-1kypfp7 > :last-child, .framer-fSI64 .framer-1ja6jhc > :last-child, .framer-fSI64 .framer-1esrs2m > :last-child, .framer-fSI64 .framer-lnzfy4 > :last-child, .framer-fSI64 .framer-g0m4m4 > :last-child, .framer-fSI64 .framer-txjhhx > :last-child, .framer-fSI64 .framer-ak57rf > :last-child, .framer-fSI64 .framer-w85c99 > :last-child, .framer-fSI64 .framer-1w749z4 > :last-child, .framer-fSI64 .framer-v6qflp > :last-child, .framer-fSI64 .framer-v0ffxo > :last-child, .framer-fSI64 .framer-r6whmz > :last-child, .framer-fSI64 .framer-1b4nkfy > :last-child, .framer-fSI64 .framer-1jih6zc > :last-child, .framer-fSI64 .framer-1waogxi > :last-child, .framer-fSI64 .framer-1gop3z0 > :last-child { margin-right: 0px; } .framer-fSI64 .framer-89s14c > *, .framer-fSI64 .framer-1ja6jhc > *, .framer-fSI64 .framer-g0m4m4 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-fSI64 .framer-7j8ttk > *, .framer-fSI64 .framer-1esrs2m > *, .framer-fSI64 .framer-txjhhx > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-fSI64 .framer-rv95mp > * { margin: 0px; margin-bottom: calc(88px / 2); margin-top: calc(88px / 2); } .framer-fSI64 .framer-ak57rf > *, .framer-fSI64 .framer-1w749z4 > *, .framer-fSI64 .framer-v6qflp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fSI64 .framer-1h8ch1b > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-fSI64 .framer-1iv12s > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-fSI64 .framer-1e0cvsu > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-fSI64 .framer-1o2aru3 > *, .framer-fSI64 .framer-s2tvqr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-fSI64 .framer-w85c99 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-fSI64 .framer-v0ffxo > *, .framer-fSI64 .framer-r6whmz > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-fSI64 .framer-1b4nkfy > *, .framer-fSI64 .framer-1jih6zc > *, .framer-fSI64 .framer-1waogxi > *, .framer-fSI64 .framer-1gop3z0 > * { margin: 0px; margin-left: calc(12.000000953674316px / 2); margin-right: calc(12.000000953674316px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-fSI64[data-border=\"true\"]::after, .framer-fSI64 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-fSI64.framer-10hgbmt { width: 810px; } .framer-fSI64 .framer-uvpq0i { min-width: 601px; } .framer-fSI64 .framer-1s7giuk { max-width: 960px; padding: 30px 32px 30px 32px; width: 100%; } .framer-fSI64 .framer-7j8ttk { flex: none; gap: 16px; width: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fSI64 .framer-7j8ttk { gap: 0px; } .framer-fSI64 .framer-7j8ttk > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-fSI64 .framer-7j8ttk > :first-child { margin-left: 0px; } .framer-fSI64 .framer-7j8ttk > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-fSI64.framer-10hgbmt { width: 390px; } .framer-fSI64 .framer-rv95mp { order: 1; } .framer-fSI64 .framer-1uiecpz-container { order: 2; } .framer-fSI64 .framer-12fl3it { order: 0; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14242\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PRDoteq4D\":{\"layout\":[\"fixed\",\"auto\"]},\"jeEeutLWV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerGtFhxz46A=withCSS(Component,css,\"framer-fSI64\");export default FramerGtFhxz46A;FramerGtFhxz46A.displayName=\"compliance\";FramerGtFhxz46A.defaultProps={height:14242,width:1440};addFonts(FramerGtFhxz46A,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"PP Agrandir Narrow Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/yCJHVuOsrtq9xy9ySJ4z9Wano.otf\"}]},...IconsLogoFonts,...ButtonCTAFonts,...ButtonCTAPrimaryFonts,...DownloadFonts,...NavigationFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...componentPresets.fonts?.[\"nILeMULfu\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"nILeMULfu\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGtFhxz46A\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"14242\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PRDoteq4D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jeEeutLWV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "IconsLogoFonts", "getFonts", "CEQeYa6BL_default", "ButtonCTAFonts", "X5xNMOgau_default", "ButtonCTAPrimaryFonts", "gc_vJZzWL_default", "ButtonCTAPrimarySendGlobalAppDownloadWithMappedReactProps1avu9ch", "withMappedReactProps", "sendGlobalAppDownload", "gc_vJZzWL_exports", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "MotionDivWithFX", "withFX", "DownloadFonts", "Download", "NavigationFooterFonts", "sf2WdfKjO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "transition3", "animation3", "animation4", "animation5", "animation6", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "mAsWUvgzQ_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "yBztZH8Z4", "DNSU6N9va", "rMGIFjDNx", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "PropertyOverrides2", "resolvedLinks1", "resolvedLinks2", "RichText2", "x", "ComponentPresetsProvider", "resolvedLinks3", "l", "SVG", "AnimatePresence", "Ga", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "Link", "css", "FramerGtFhxz46A", "withCSS", "GtFhxz46A_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
