{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/OaeesMA81FmyRH8OSkFY/1aJCgutRslM5HJFpvzU2/E91EvtkVD.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/iHpuadMucejzlN14nopC/3szAqhZkkQQFmsLsVuRF/fERcmpp47.js", "ssg:https://framerusercontent.com/modules/tHfOa5lrwemNfA1rMHtg/Ey621axObYS5A4syVKd3/YtJbU_Q9x.js", "ssg:https://framerusercontent.com/modules/tHfOa5lrwemNfA1rMHtg/Xel6sioeABc3v3ROPNX7/YtJbU_Q9x.js", "ssg:https://framerusercontent.com/modules/JsplyFLmGhW3cBtbyHXb/9C8NhfnH6HpoMzFtw8v0/oxCaK_pM4.js", "ssg:https://framerusercontent.com/modules/cuvXQn3MX8nRKTLZwTGW/prEW5xa0wQvRQCudm0C8/R9vU1Beyd.js", "ssg:https://framerusercontent.com/modules/QoXfeusgYqxlw01rc5tF/URiMuJtFglaiixBQIx4a/R9vU1Beyd.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 (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useOverlayState,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const DownloadFonts=getFonts(Download);const PhosphorFonts=getFonts(Phosphor);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const MotionDivWithFX=withFX(motion.div);const DownloadControls=getPropertyControls(Download);const enabledGestures={c2hlqBmFA:{hover:true}};const cycleOrder=[\"c2hlqBmFA\",\"Bd3bNytUy\"];const serializationHash=\"framer-6e6uP\";const variantClassNames={Bd3bNytUy:\"framer-v-p39qwt\",c2hlqBmFA:\"framer-v-xuvupt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:222,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"c2hlqBmFA\",\"Variant 2\":\"Bd3bNytUy\"};const getProps=({downloadv2,file,height,hover,id,width,...props})=>{return{...props,b4qB4RbvG:hover??props.b4qB4RbvG,lKzkQrxBm:file??props.lKzkQrxBm,variant:humanReadableVariantMap[props.variant]??props.variant??\"c2hlqBmFA\",VE1xv9Vgl:downloadv2??props.VE1xv9Vgl??true};};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,b4qB4RbvG,lKzkQrxBm,VE1xv9Vgl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"c2hlqBmFA\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapi2dc09=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Bd3bNytUy\");});const onMouseEntervwtt17=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(b4qB4RbvG){const res=await b4qB4RbvG(...args);if(res===false)return false;}overlay.show();});const onAppear10r29ci=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"c2hlqBmFA\",true),2e3);});useOnVariantChange(baseVariant,{Bd3bNytUy:onAppear10r29ci});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=value=>{if(baseVariant===\"Bd3bNytUy\")return true;return value;};const isDisplayed1=()=>{if(baseVariant===\"Bd3bNytUy\")return false;return true;};const ref1=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:VE1xv9Vgl&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed1(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-xuvupt\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-xuvupt`,layoutDependency:layoutDependency,layoutId:\"c2hlqBmFA\",onMouseEnter:onMouseEntervwtt17({overlay}),onTap:onTapi2dc09,ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,...style},variants:{\"c2hlqBmFA-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:.75},Bd3bNytUy:{backgroundColor:\"rgb(17, 17, 17)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}},...addPropertyOverrides({\"c2hlqBmFA-hover\":{\"data-framer-name\":undefined},Bd3bNytUy:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed(VE1xv9Vgl)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ggx0c-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"K9BRnJKVn-container\",nodeId:\"K9BRnJKVn\",rendersWithMotion:true,scopeId:\"E91EvtkVD\",style:{opacity:1},variants:{\"c2hlqBmFA-hover\":{opacity:1},Bd3bNytUy:{opacity:0}},children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Neue Montreal Bold\", \"Neue Montreal Bold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",size:16,type:\"Default\"},id:\"K9BRnJKVn\",layoutId:\"K9BRnJKVn\",srcFile:lKzkQrxBm,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgb(17, 17, 17)\",borderRadius:10,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{className:\"framer-p8nwkg-container\",\"data-framer-appear-id\":\"p8nwkg\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AvJG8H9rQ-container\",nodeId:\"AvJG8H9rQ\",rendersWithMotion:true,scopeId:\"E91EvtkVD\",style:{opacity:0},variants:{Bd3bNytUy:{opacity:1}},...addPropertyOverrides({Bd3bNytUy:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"AvJG8H9rQ\",layoutId:\"AvJG8H9rQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:refBinding,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-xuvupt`,offsetX:0,offsetY:-5,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1z0nnlo\",exit:animation2,initial:animation3,layoutDependency:layoutDependency,layoutId:\"aTb6U3nxL\",ref:ref1,role:\"dialog\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download\"})}),className:\"framer-16bj7r3\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"cJ7ePzXWQ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6e6uP.framer-24cumw, .framer-6e6uP .framer-24cumw { display: block; }\",\".framer-6e6uP.framer-xuvupt { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6e6uP .framer-1ggx0c-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-6e6uP .framer-p8nwkg-container { bottom: -9px; flex: none; height: 8px; left: calc(50.00000000000002% - 8px / 2); position: absolute; width: 8px; z-index: 0; }\",\".framer-6e6uP .framer-1z0nnlo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-6e6uP .framer-16bj7r3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6e6uP.framer-xuvupt, .framer-6e6uP .framer-1z0nnlo { gap: 0px; } .framer-6e6uP.framer-xuvupt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6e6uP.framer-xuvupt > :first-child { margin-left: 0px; } .framer-6e6uP.framer-xuvupt > :last-child { margin-right: 0px; } .framer-6e6uP .framer-1z0nnlo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6e6uP .framer-1z0nnlo > :first-child { margin-top: 0px; } .framer-6e6uP .framer-1z0nnlo > :last-child { margin-bottom: 0px; } }\",\".framer-6e6uP.framer-v-p39qwt.framer-xuvupt { height: 36px; width: 36px; }\",\".framer-6e6uP.framer-v-p39qwt .framer-1ggx0c-container, .framer-6e6uP.framer-v-xuvupt.hover .framer-1ggx0c-container { order: 1; }\",\".framer-6e6uP.framer-v-p39qwt .framer-p8nwkg-container { bottom: unset; height: 16px; left: calc(50.00000000000002% - 16px / 2); order: 0; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-6e6uP.framer-v-xuvupt.hover .framer-p8nwkg-container { order: 0; }\",\".framer-6e6uP.framer-v-xuvupt.hover .framer-1z0nnlo { order: 2; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 36\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Bd3bNytUy\":{\"layout\":[\"fixed\",\"fixed\"]},\"k4Fx0UyH7\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"b4qB4RbvG\":\"hover\",\"lKzkQrxBm\":\"file\",\"VE1xv9Vgl\":\"downloadv2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE91EvtkVD=withCSS(Component,css,\"framer-6e6uP\");export default FramerE91EvtkVD;FramerE91EvtkVD.displayName=\"Download button v2\";FramerE91EvtkVD.defaultProps={height:36,width:36};addPropertyControls(FramerE91EvtkVD,{variant:{options:[\"c2hlqBmFA\",\"Bd3bNytUy\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},b4qB4RbvG:{title:\"Hover\",type:ControlType.EventHandler},lKzkQrxBm:DownloadControls?.[\"srcFile\"]&&{...DownloadControls[\"srcFile\"],__defaultAssetReference:\"\",description:\"\",hidden:undefined,title:\"File\"},VE1xv9Vgl:{defaultValue:true,title:\"Downloadv2\",type:ControlType.Boolean}});addFonts(FramerE91EvtkVD,[{explicitInter:true,fonts:[{family:\"Neue Montreal Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/KFUu3XNaEGEz90ZvDBi2DsnjeE.woff2\"},{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/sURcyYkGVixgxeJ3mFWWjU66o.woff2\"}]},...DownloadFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE91EvtkVD\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"36\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bd3bNytUy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k4Fx0UyH7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"36\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"b4qB4RbvG\\\":\\\"hover\\\",\\\"lKzkQrxBm\\\":\\\"file\\\",\\\"VE1xv9Vgl\\\":\\\"downloadv2\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E91EvtkVD.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},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:\"#0088FF\",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}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// 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,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const ClipboardFonts=getFonts(Clipboard);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"U9lPVM84G\",\"B9xMBQEmi\"];const serializationHash=\"framer-3GH4K\";const variantClassNames={B9xMBQEmi:\"framer-v-1i5f6fn\",U9lPVM84G:\"framer-v-rn3t13\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"U9lPVM84G\",\"Variant 2\":\"B9xMBQEmi\"};const getProps=({content,copy,height,id,width,...props})=>{return{...props,GKZo8DLO9:copy??props.GKZo8DLO9??\"Copy HEX Code\",v2PmJ_uEO:content??props.v2PmJ_uEO,variant:humanReadableVariantMap[props.variant]??props.variant??\"U9lPVM84G\"};};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,v2PmJ_uEO,GKZo8DLO9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"U9lPVM84G\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapx0lpff=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"B9xMBQEmi\");});const onMouseEnterupml6a=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});overlay.show();});const onAppearuuqwal=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"U9lPVM84G\",true),2e3);});useOnVariantChange(baseVariant,{B9xMBQEmi:onAppearuuqwal});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-rn3t13\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-rn3t13`,layoutDependency:layoutDependency,layoutId:\"U9lPVM84G\",onMouseEnter:onMouseEnterupml6a({overlay}),onTap:onTapx0lpff,ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({B9xMBQEmi:{\"data-framer-name\":\"Variant 2\",onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14916ys-container\",\"data-framer-name\":\"Copy\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Pk5FwDbBM-container\",name:\"Copy\",nodeId:\"Pk5FwDbBM\",rendersWithMotion:true,scopeId:\"fERcmpp47\",style:{opacity:1},variants:{B9xMBQEmi:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Copy\",id:\"Pk5FwDbBM\",layoutId:\"Pk5FwDbBM\",mirrored:false,name:\"Copy\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-536n1r-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"DJ5xC8fzt-container\",nodeId:\"DJ5xC8fzt\",rendersWithMotion:true,scopeId:\"fERcmpp47\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,color:\"rgb(255, 255, 255)\",content:v2PmJ_uEO,fill:\"rgba(18, 18, 18, 0)\",font:{},height:\"100%\",id:\"DJ5xC8fzt\",isMixedBorderRadius:false,label:\"\",layoutId:\"DJ5xC8fzt\",padding:18,paddingBottom:18,paddingLeft:18,paddingPerSide:false,paddingRight:18,paddingTop:18,topLeftRadius:10,topRightRadius:10,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1htgz6n-container\",\"data-framer-name\":\"Done\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kMfbSYeQ0-container\",name:\"Done\",nodeId:\"kMfbSYeQ0\",rendersWithMotion:true,scopeId:\"fERcmpp47\",style:{opacity:0},variants:{B9xMBQEmi:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"kMfbSYeQ0\",layoutId:\"kMfbSYeQ0\",mirrored:false,name:\"Done\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:refBinding,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-rn3t13`,offsetX:0,offsetY:-5,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1nhzd4d\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"eVi11FAyz\",ref:ref1,role:\"dialog\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Copy H\"})}),className:\"framer-1cpmds6\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"osCl1DklO\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GKZo8DLO9,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3GH4K.framer-14rh3fp, .framer-3GH4K .framer-14rh3fp { display: block; }\",\".framer-3GH4K.framer-rn3t13 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3GH4K .framer-14916ys-container { flex: none; height: 16px; left: calc(50.00000000000002% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; z-index: 0; }\",\".framer-3GH4K .framer-536n1r-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3GH4K .framer-1htgz6n-container { bottom: -9px; flex: none; height: 8px; left: calc(50.00000000000002% - 8px / 2); position: absolute; width: 8px; z-index: 0; }\",\".framer-3GH4K .framer-1nhzd4d { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-3GH4K .framer-1cpmds6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3GH4K.framer-rn3t13, .framer-3GH4K .framer-1nhzd4d { gap: 0px; } .framer-3GH4K.framer-rn3t13 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3GH4K.framer-rn3t13 > :first-child, .framer-3GH4K .framer-1nhzd4d > :first-child { margin-left: 0px; } .framer-3GH4K.framer-rn3t13 > :last-child, .framer-3GH4K .framer-1nhzd4d > :last-child { margin-right: 0px; } .framer-3GH4K .framer-1nhzd4d > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-3GH4K.framer-v-1i5f6fn.framer-rn3t13 { cursor: unset; }\",\".framer-3GH4K.framer-v-1i5f6fn .framer-1htgz6n-container { bottom: unset; height: 16px; left: calc(50.00000000000002% - 16px / 2); top: calc(50.00000000000002% - 16px / 2); width: 16px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 36\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"B9xMBQEmi\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"v2PmJ_uEO\":\"content\",\"GKZo8DLO9\":\"copy\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfERcmpp47=withCSS(Component,css,\"framer-3GH4K\");export default FramerfERcmpp47;FramerfERcmpp47.displayName=\"Copy button v2\";FramerfERcmpp47.defaultProps={height:36,width:36};addPropertyControls(FramerfERcmpp47,{variant:{options:[\"U9lPVM84G\",\"B9xMBQEmi\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},v2PmJ_uEO:{defaultValue:\"\",displayTextArea:true,title:\"Content\",type:ControlType.String},GKZo8DLO9:{defaultValue:\"Copy HEX Code\",description:\"\",displayTextArea:false,title:\"Copy\",type:ControlType.String}});addFonts(FramerfERcmpp47,[{explicitInter:true,fonts:[{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/sURcyYkGVixgxeJ3mFWWjU66o.woff2\"}]},...PhosphorFonts,...ClipboardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfERcmpp47\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"36\",\"framerVariables\":\"{\\\"v2PmJ_uEO\\\":\\\"content\\\",\\\"GKZo8DLO9\\\":\\\"copy\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B9xMBQEmi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fERcmpp47.map", "// 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,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import DownloadButtonV2 from\"https://framerusercontent.com/modules/OaeesMA81FmyRH8OSkFY/1aJCgutRslM5HJFpvzU2/E91EvtkVD.js\";import CopyButtonV2 from\"https://framerusercontent.com/modules/iHpuadMucejzlN14nopC/3szAqhZkkQQFmsLsVuRF/fERcmpp47.js\";const DownloadFonts=getFonts(Download);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const CopyButtonV2Fonts=getFonts(CopyButtonV2);const DownloadButtonV2Controls=getPropertyControls(DownloadButtonV2);const enabledGestures={fLliKXKRe:{hover:true},nT3KAlMhz:{hover:true}};const cycleOrder=[\"nT3KAlMhz\",\"fLliKXKRe\"];const serializationHash=\"framer-1fTTe\";const variantClassNames={fLliKXKRe:\"framer-v-12tjj70\",nT3KAlMhz:\"framer-v-1ou8g91\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Charte Graphique\":\"fLliKXKRe\",\"Variant 1\":\"nT3KAlMhz\"};const getProps=({background,clipboard,colorCode,content,downloadv2,file,height,id,preview,textColor,title,width,...props})=>{return{...props,brw7cHUkZ:downloadv2??props.brw7cHUkZ??true,cJA2GLhJy:file??props.cJA2GLhJy,gq_M7uaJY:content??props.gq_M7uaJY,NLya6A6tE:title??props.NLya6A6tE??\"LOGO\",P0lURrPIk:clipboard??props.P0lURrPIk??true,qBDuJnQlg:preview??props.qBDuJnQlg,ujre5x4NJ:colorCode??props.ujre5x4NJ,URg6vnQM0:background??props.URg6vnQM0??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"nT3KAlMhz\",WsViBcbq7:textColor??props.WsViBcbq7??\"rgb(148, 148, 148)\"};};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,cJA2GLhJy,URg6vnQM0,qBDuJnQlg,NLya6A6tE,gq_M7uaJY,brw7cHUkZ,P0lURrPIk,ujre5x4NJ,WsViBcbq7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nT3KAlMhz\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(qBDuJnQlg);const isDisplayed=value=>{if(gestureVariant===\"fLliKXKRe-hover\")return true;if(baseVariant===\"fLliKXKRe\")return true;return value;};const ref1=React.useRef(null);const ref2=React.useRef(null);const visible1=isSet(ujre5x4NJ);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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ou8g91\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nT3KAlMhz\",ref:refBinding,style:{backgroundColor:URg6vnQM0,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"fLliKXKRe-hover\":{\"data-framer-name\":undefined},\"nT3KAlMhz-hover\":{\"data-framer-name\":undefined},fLliKXKRe:{\"data-framer-name\":\"Charte Graphique\"}},baseVariant,gestureVariant),children:[isDisplayed(visible)&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||220)*.5000000000000002-(componentViewport?.height||220)*.4/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6842)`,...toResponsiveImage(qBDuJnQlg),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-18wxp65\",layoutDependency:layoutDependency,layoutId:\"S0FjqntBM\",...addPropertyOverrides({fLliKXKRe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(qBDuJnQlg)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgQm9sZA==\",\"--framer-font-family\":'\"Neue Montreal Bold\", \"Neue Montreal Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"LOGO\"})}),className:\"framer-siyut4\",fonts:[\"CUSTOM;Neue Montreal Bold\"],layoutDependency:layoutDependency,layoutId:\"v4Wgd0mJB\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:NLya6A6tE,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ofxobk\",\"data-framer-name\":\"Download/Copy\",layoutDependency:layoutDependency,layoutId:\"welzNBP5g\",style:{opacity:0},variants:{\"fLliKXKRe-hover\":{opacity:1},\"nT3KAlMhz-hover\":{opacity:1}},children:[isDisplayed(brw7cHUkZ)&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h5zvn4\",\"data-framer-name\":\"Download\",\"data-highlight\":true,id:`${layoutId}-h5zvn4`,layoutDependency:layoutDependency,layoutId:\"oaEQEU7ZQ\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t6s1xb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"icboAlOoP-container\",nodeId:\"icboAlOoP\",rendersWithMotion:true,scopeId:\"YtJbU_Q9x\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Neue Montreal Bold\", \"Neue Montreal Bold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",size:16,type:\"Default\"},id:\"icboAlOoP\",layoutId:\"icboAlOoP\",srcFile:cJA2GLhJy,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgb(17, 17, 17)\",borderRadius:10,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z94nx1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"giONq0PGJ-container\",nodeId:\"giONq0PGJ\",rendersWithMotion:true,scopeId:\"YtJbU_Q9x\",style:{opacity:0},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"giONq0PGJ\",layoutId:\"giONq0PGJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-h5zvn4`,offsetX:0,offsetY:-5,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-389njo\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"tSVHTWReB\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download\"})}),className:\"framer-6h0gdb\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"hXuy4WJFL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),P0lURrPIk&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+10+(0+96+((componentViewport?.height||220)-10-132)/1*1)+0,...addPropertyOverrides({\"fLliKXKRe-hover\":{y:(componentViewport?.y||0)+10+(0+96+((componentViewport?.height||220)-20-132)/1*1)+0},\"nT3KAlMhz-hover\":{y:(componentViewport?.y||0)+10+(0+96+((componentViewport?.height||220)-20-132)/1*1)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17zk5za-container\",layoutDependency:layoutDependency,layoutId:\"qlL7NBAdP-container\",nodeId:\"qlL7NBAdP\",rendersWithMotion:true,scopeId:\"YtJbU_Q9x\",children:/*#__PURE__*/_jsx(CopyButtonV2,{GKZo8DLO9:\"Copy SVG\",height:\"100%\",id:\"qlL7NBAdP\",layoutId:\"qlL7NBAdP\",v2PmJ_uEO:gq_M7uaJY,variant:\"U9lPVM84G\",width:\"100%\"})})})]}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-WsViBcbq7-YtJbU_Q9x))\"},children:\"#Test\"})}),className:\"framer-1ij3qyx\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"m24RCEL9S\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-WsViBcbq7-YtJbU_Q9x)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-WsViBcbq7-YtJbU_Q9x\":WsViBcbq7},text:ujre5x4NJ,transformTemplate:transformTemplate1,verticalAlignment:\"center\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1fTTe.framer-1jezwhl, .framer-1fTTe .framer-1jezwhl { display: block; }\",\".framer-1fTTe.framer-1ou8g91 { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; height: 220px; justify-content: space-between; overflow: hidden; padding: 10px 10px 0px 10px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1fTTe .framer-18wxp65 { flex: none; height: 40%; left: calc(50.00000000000002% - 68.42105263157895% / 2); position: absolute; top: calc(50.00000000000002% - 40% / 2); width: 68%; z-index: 0; }\",\".framer-1fTTe .framer-siyut4 { flex: none; height: auto; mix-blend-mode: difference; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1fTTe .framer-1ofxobk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 36px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1fTTe .framer-h5zvn4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1fTTe .framer-t6s1xb-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-1fTTe .framer-z94nx1-container { bottom: -9px; flex: none; height: 8px; left: calc(50.00000000000002% - 8px / 2); position: absolute; width: 8px; z-index: 0; }\",\".framer-1fTTe .framer-389njo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1fTTe .framer-6h0gdb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1fTTe .framer-17zk5za-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1fTTe .framer-1ij3qyx { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1fTTe .framer-1ofxobk, .framer-1fTTe .framer-h5zvn4, .framer-1fTTe .framer-389njo { gap: 0px; } .framer-1fTTe .framer-1ofxobk > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-1fTTe .framer-1ofxobk > :first-child, .framer-1fTTe .framer-h5zvn4 > :first-child { margin-left: 0px; } .framer-1fTTe .framer-1ofxobk > :last-child, .framer-1fTTe .framer-h5zvn4 > :last-child { margin-right: 0px; } .framer-1fTTe .framer-h5zvn4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1fTTe .framer-389njo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1fTTe .framer-389njo > :first-child { margin-top: 0px; } .framer-1fTTe .framer-389njo > :last-child { margin-bottom: 0px; } }\",\".framer-1fTTe.framer-v-12tjj70 .framer-18wxp65 { bottom: 0px; height: unset; left: 0px; right: 0px; top: 0px; width: unset; }\",\".framer-1fTTe.framer-v-1ou8g91.hover.framer-1ou8g91, .framer-1fTTe.framer-v-12tjj70.hover.framer-1ou8g91 { padding: 10px; }\",\".framer-1fTTe.framer-v-1ou8g91.hover .framer-18wxp65 { order: 0; }\",\".framer-1fTTe.framer-v-1ou8g91.hover .framer-siyut4 { order: 1; }\",\".framer-1fTTe.framer-v-1ou8g91.hover .framer-1ofxobk { order: 3; }\",\".framer-1fTTe.framer-v-1ou8g91.hover .framer-1ij3qyx { order: 2; }\",\".framer-1fTTe.framer-v-12tjj70.hover .framer-18wxp65 { height: unset; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 220\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fLliKXKRe\":{\"layout\":[\"fixed\",\"fixed\"]},\"mD4hFiwVB\":{\"layout\":[\"fixed\",\"fixed\"]},\"o_8KYt48r\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cJA2GLhJy\":\"file\",\"URg6vnQM0\":\"background\",\"qBDuJnQlg\":\"preview\",\"NLya6A6tE\":\"title\",\"gq_M7uaJY\":\"content\",\"brw7cHUkZ\":\"downloadv2\",\"P0lURrPIk\":\"clipboard\",\"ujre5x4NJ\":\"colorCode\",\"WsViBcbq7\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYtJbU_Q9x=withCSS(Component,css,\"framer-1fTTe\");export default FramerYtJbU_Q9x;FramerYtJbU_Q9x.displayName=\"Asset-box\";FramerYtJbU_Q9x.defaultProps={height:220,width:400};addPropertyControls(FramerYtJbU_Q9x,{variant:{options:[\"nT3KAlMhz\",\"fLliKXKRe\"],optionTitles:[\"Variant 1\",\"Charte Graphique\"],title:\"Variant\",type:ControlType.Enum},cJA2GLhJy:DownloadButtonV2Controls?.[\"lKzkQrxBm\"]&&{...DownloadButtonV2Controls[\"lKzkQrxBm\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"File\"},URg6vnQM0:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},qBDuJnQlg:{title:\"Preview\",type:ControlType.ResponsiveImage},NLya6A6tE:{defaultValue:\"LOGO\",displayTextArea:false,title:\"Title\",type:ControlType.String},gq_M7uaJY:{defaultValue:\"\",displayTextArea:true,title:\"Content\",type:ControlType.String},brw7cHUkZ:{defaultValue:true,title:\"Downloadv 2\",type:ControlType.Boolean},P0lURrPIk:{defaultValue:true,title:\"Clipboard\",type:ControlType.Boolean},ujre5x4NJ:{defaultValue:\"\",title:\"Color-Code\",type:ControlType.String},WsViBcbq7:{defaultValue:\"rgb(148, 148, 148)\",description:\"\",title:\"Text-color\",type:ControlType.Color}});addFonts(FramerYtJbU_Q9x,[{explicitInter:true,fonts:[{family:\"Neue Montreal Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/KFUu3XNaEGEz90ZvDBi2DsnjeE.woff2\"},{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/sURcyYkGVixgxeJ3mFWWjU66o.woff2\"}]},...DownloadFonts,...PhosphorFonts,...CopyButtonV2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYtJbU_Q9x\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"cJA2GLhJy\\\":\\\"file\\\",\\\"URg6vnQM0\\\":\\\"background\\\",\\\"qBDuJnQlg\\\":\\\"preview\\\",\\\"NLya6A6tE\\\":\\\"title\\\",\\\"gq_M7uaJY\\\":\\\"content\\\",\\\"brw7cHUkZ\\\":\\\"downloadv2\\\",\\\"P0lURrPIk\\\":\\\"clipboard\\\",\\\"ujre5x4NJ\\\":\\\"colorCode\\\",\\\"WsViBcbq7\\\":\\\"textColor\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fLliKXKRe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mD4hFiwVB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o_8KYt48r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"220\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YtJbU_Q9x.map", "// 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,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import DownloadButtonV2 from\"https://framerusercontent.com/modules/OaeesMA81FmyRH8OSkFY/1aJCgutRslM5HJFpvzU2/E91EvtkVD.js\";import CopyButtonV2 from\"https://framerusercontent.com/modules/iHpuadMucejzlN14nopC/3szAqhZkkQQFmsLsVuRF/fERcmpp47.js\";const DownloadFonts=getFonts(Download);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const CopyButtonV2Fonts=getFonts(CopyButtonV2);const DownloadButtonV2Controls=getPropertyControls(DownloadButtonV2);const enabledGestures={fLliKXKRe:{hover:true},nT3KAlMhz:{hover:true}};const cycleOrder=[\"nT3KAlMhz\",\"fLliKXKRe\"];const serializationHash=\"framer-nGXbv\";const variantClassNames={fLliKXKRe:\"framer-v-12tjj70\",nT3KAlMhz:\"framer-v-1ou8g91\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Charte Graphique\":\"fLliKXKRe\",\"Variant 1\":\"nT3KAlMhz\"};const getProps=({background,clipboard,colorCode,content,downloadv2,file,height,id,preview,textColor,title,width,...props})=>{return{...props,brw7cHUkZ:downloadv2??props.brw7cHUkZ??true,cJA2GLhJy:file??props.cJA2GLhJy,gq_M7uaJY:content??props.gq_M7uaJY,NLya6A6tE:title??props.NLya6A6tE??\"LOGO\",P0lURrPIk:clipboard??props.P0lURrPIk??true,qBDuJnQlg:preview??props.qBDuJnQlg,ujre5x4NJ:colorCode??props.ujre5x4NJ,URg6vnQM0:background??props.URg6vnQM0??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"nT3KAlMhz\",WsViBcbq7:textColor??props.WsViBcbq7??\"rgb(148, 148, 148)\"};};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,cJA2GLhJy,URg6vnQM0,qBDuJnQlg,NLya6A6tE,gq_M7uaJY,brw7cHUkZ,P0lURrPIk,ujre5x4NJ,WsViBcbq7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nT3KAlMhz\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(qBDuJnQlg);const isDisplayed=value=>{if(gestureVariant===\"fLliKXKRe-hover\")return true;if(baseVariant===\"fLliKXKRe\")return true;return value;};const ref1=React.useRef(null);const ref2=React.useRef(null);const visible1=isSet(ujre5x4NJ);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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ou8g91\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nT3KAlMhz\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:URg6vnQM0,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"fLliKXKRe-hover\":{\"data-framer-name\":undefined},\"nT3KAlMhz-hover\":{\"data-framer-name\":undefined},fLliKXKRe:{\"data-framer-name\":\"Charte Graphique\"}},baseVariant,gestureVariant),children:[isDisplayed(visible)&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||220)*.5000000000000002-(componentViewport?.height||220)*.4/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6842)`,...toResponsiveImage(qBDuJnQlg),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-18wxp65\",layoutDependency:layoutDependency,layoutId:\"S0FjqntBM\",...addPropertyOverrides({fLliKXKRe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(qBDuJnQlg)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgQm9sZA==\",\"--framer-font-family\":'\"Neue Montreal Bold\", \"Neue Montreal Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"LOGO\"})}),className:\"framer-siyut4\",fonts:[\"CUSTOM;Neue Montreal Bold\"],layoutDependency:layoutDependency,layoutId:\"v4Wgd0mJB\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:NLya6A6tE,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ofxobk\",\"data-framer-name\":\"Download/Copy\",layoutDependency:layoutDependency,layoutId:\"welzNBP5g\",style:{opacity:0},variants:{\"fLliKXKRe-hover\":{opacity:1},\"nT3KAlMhz-hover\":{opacity:1}},children:[isDisplayed(brw7cHUkZ)&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h5zvn4\",\"data-framer-name\":\"Download\",\"data-highlight\":true,id:`${layoutId}-h5zvn4`,layoutDependency:layoutDependency,layoutId:\"oaEQEU7ZQ\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t6s1xb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"icboAlOoP-container\",nodeId:\"icboAlOoP\",rendersWithMotion:true,scopeId:\"YtJbU_Q9x\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Neue Montreal Bold\", \"Neue Montreal Bold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",size:16,type:\"Default\"},id:\"icboAlOoP\",layoutId:\"icboAlOoP\",srcFile:cJA2GLhJy,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgb(17, 17, 17)\",borderRadius:10,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z94nx1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"giONq0PGJ-container\",nodeId:\"giONq0PGJ\",rendersWithMotion:true,scopeId:\"YtJbU_Q9x\",style:{opacity:0},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"giONq0PGJ\",layoutId:\"giONq0PGJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-h5zvn4`,offsetX:0,offsetY:-5,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-389njo\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"tSVHTWReB\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download\"})}),className:\"framer-6h0gdb\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"hXuy4WJFL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),P0lURrPIk&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+10+(0+96+((componentViewport?.height||220)-10-132)/1*1)+0,...addPropertyOverrides({\"fLliKXKRe-hover\":{y:(componentViewport?.y||0)+10+(0+96+((componentViewport?.height||220)-20-132)/1*1)+0},\"nT3KAlMhz-hover\":{y:(componentViewport?.y||0)+10+(0+96+((componentViewport?.height||220)-20-132)/1*1)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17zk5za-container\",layoutDependency:layoutDependency,layoutId:\"qlL7NBAdP-container\",nodeId:\"qlL7NBAdP\",rendersWithMotion:true,scopeId:\"YtJbU_Q9x\",children:/*#__PURE__*/_jsx(CopyButtonV2,{GKZo8DLO9:\"Copy SVG\",height:\"100%\",id:\"qlL7NBAdP\",layoutId:\"qlL7NBAdP\",v2PmJ_uEO:gq_M7uaJY,variant:\"U9lPVM84G\",width:\"100%\"})})})]}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-WsViBcbq7-YtJbU_Q9x))\"},children:\"#Test\"})}),className:\"framer-1ij3qyx\",fonts:[\"CUSTOM;Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"m24RCEL9S\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-WsViBcbq7-YtJbU_Q9x)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-WsViBcbq7-YtJbU_Q9x\":WsViBcbq7},text:ujre5x4NJ,transformTemplate:transformTemplate1,verticalAlignment:\"center\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nGXbv.framer-1jezwhl, .framer-nGXbv .framer-1jezwhl { display: block; }\",\".framer-nGXbv.framer-1ou8g91 { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; height: 220px; justify-content: space-between; overflow: hidden; padding: 10px 10px 0px 10px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nGXbv .framer-18wxp65 { flex: none; height: 40%; left: calc(50.00000000000002% - 68.42105263157895% / 2); position: absolute; top: calc(50.00000000000002% - 40% / 2); width: 68%; z-index: 0; }\",\".framer-nGXbv .framer-siyut4 { flex: none; height: auto; mix-blend-mode: difference; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nGXbv .framer-1ofxobk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 36px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nGXbv .framer-h5zvn4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nGXbv .framer-t6s1xb-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-nGXbv .framer-z94nx1-container { bottom: -9px; flex: none; height: 8px; left: calc(50.00000000000002% - 8px / 2); position: absolute; width: 8px; z-index: 0; }\",\".framer-nGXbv .framer-389njo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-nGXbv .framer-6h0gdb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nGXbv .framer-17zk5za-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nGXbv .framer-1ij3qyx { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nGXbv .framer-1ofxobk, .framer-nGXbv .framer-h5zvn4, .framer-nGXbv .framer-389njo { gap: 0px; } .framer-nGXbv .framer-1ofxobk > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-nGXbv .framer-1ofxobk > :first-child, .framer-nGXbv .framer-h5zvn4 > :first-child { margin-left: 0px; } .framer-nGXbv .framer-1ofxobk > :last-child, .framer-nGXbv .framer-h5zvn4 > :last-child { margin-right: 0px; } .framer-nGXbv .framer-h5zvn4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nGXbv .framer-389njo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nGXbv .framer-389njo > :first-child { margin-top: 0px; } .framer-nGXbv .framer-389njo > :last-child { margin-bottom: 0px; } }\",\".framer-nGXbv.framer-v-12tjj70 .framer-18wxp65 { bottom: 0px; height: unset; left: 0px; right: 0px; top: 0px; width: unset; }\",\".framer-nGXbv.framer-v-1ou8g91.hover.framer-1ou8g91, .framer-nGXbv.framer-v-12tjj70.hover.framer-1ou8g91 { padding: 10px; }\",\".framer-nGXbv.framer-v-1ou8g91.hover .framer-18wxp65 { order: 0; }\",\".framer-nGXbv.framer-v-1ou8g91.hover .framer-siyut4 { order: 1; }\",\".framer-nGXbv.framer-v-1ou8g91.hover .framer-1ofxobk { order: 3; }\",\".framer-nGXbv.framer-v-1ou8g91.hover .framer-1ij3qyx { order: 2; }\",\".framer-nGXbv.framer-v-12tjj70.hover .framer-18wxp65 { height: unset; width: unset; }\",'.framer-nGXbv[data-border=\"true\"]::after, .framer-nGXbv [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 220\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fLliKXKRe\":{\"layout\":[\"fixed\",\"fixed\"]},\"mD4hFiwVB\":{\"layout\":[\"fixed\",\"fixed\"]},\"o_8KYt48r\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cJA2GLhJy\":\"file\",\"URg6vnQM0\":\"background\",\"qBDuJnQlg\":\"preview\",\"NLya6A6tE\":\"title\",\"gq_M7uaJY\":\"content\",\"brw7cHUkZ\":\"downloadv2\",\"P0lURrPIk\":\"clipboard\",\"ujre5x4NJ\":\"colorCode\",\"WsViBcbq7\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYtJbU_Q9x=withCSS(Component,css,\"framer-nGXbv\");export default FramerYtJbU_Q9x;FramerYtJbU_Q9x.displayName=\"Asset-box\";FramerYtJbU_Q9x.defaultProps={height:220,width:400};addPropertyControls(FramerYtJbU_Q9x,{variant:{options:[\"nT3KAlMhz\",\"fLliKXKRe\"],optionTitles:[\"Variant 1\",\"Charte Graphique\"],title:\"Variant\",type:ControlType.Enum},cJA2GLhJy:DownloadButtonV2Controls?.[\"lKzkQrxBm\"]&&{...DownloadButtonV2Controls[\"lKzkQrxBm\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"File\"},URg6vnQM0:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},qBDuJnQlg:{title:\"Preview\",type:ControlType.ResponsiveImage},NLya6A6tE:{defaultValue:\"LOGO\",displayTextArea:false,title:\"Title\",type:ControlType.String},gq_M7uaJY:{defaultValue:\"\",displayTextArea:true,title:\"Content\",type:ControlType.String},brw7cHUkZ:{defaultValue:true,title:\"Downloadv 2\",type:ControlType.Boolean},P0lURrPIk:{defaultValue:true,title:\"Clipboard\",type:ControlType.Boolean},ujre5x4NJ:{defaultValue:\"\",title:\"Color-Code\",type:ControlType.String},WsViBcbq7:{defaultValue:\"rgb(148, 148, 148)\",description:\"\",title:\"Text-color\",type:ControlType.Color}});addFonts(FramerYtJbU_Q9x,[{explicitInter:true,fonts:[{family:\"Neue Montreal Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/KFUu3XNaEGEz90ZvDBi2DsnjeE.woff2\"},{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/sURcyYkGVixgxeJ3mFWWjU66o.woff2\"}]},...DownloadFonts,...PhosphorFonts,...CopyButtonV2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYtJbU_Q9x\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fLliKXKRe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mD4hFiwVB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o_8KYt48r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"220\",\"framerVariables\":\"{\\\"cJA2GLhJy\\\":\\\"file\\\",\\\"URg6vnQM0\\\":\\\"background\\\",\\\"qBDuJnQlg\\\":\\\"preview\\\",\\\"NLya6A6tE\\\":\\\"title\\\",\\\"gq_M7uaJY\\\":\\\"content\\\",\\\"brw7cHUkZ\\\":\\\"downloadv2\\\",\\\"P0lURrPIk\\\":\\\"clipboard\\\",\\\"ujre5x4NJ\\\":\\\"colorCode\\\",\\\"WsViBcbq7\\\":\\\"textColor\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YtJbU_Q9x.map", "// Generated by Framer (20dc3ed)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SingleToggle from\"https://framerusercontent.com/modules/cmTtXrGIgvlXurH1sYiX/ZgwhEqhQeYK7PemoMOZB/Vuw93iw32.js\";const SingleToggleFonts=getFonts(SingleToggle);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"AKEFQRRlQ\",\"YRn3Johz1\",\"mZOVXlZcX\"];const serializationHash=\"framer-bUx2f\";const variantClassNames={AKEFQRRlQ:\"framer-v-zk5zsy\",mZOVXlZcX:\"framer-v-f0hzet\",YRn3Johz1:\"framer-v-dcfjwq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};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:\"AKEFQRRlQ\",Phone:\"mZOVXlZcX\",Tablet:\"YRn3Johz1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AKEFQRRlQ\"};};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:\"AKEFQRRlQ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-zk5zsy\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"AKEFQRRlQ\",ref:refBinding,style:{backgroundColor:\"var(--token-ef423f49-dc16-41d6-b446-bcd5be189094, rgb(255, 255, 255))\",borderBottomLeftRadius:30,...style},variants:{mZOVXlZcX:{borderBottomLeftRadius:20}},...addPropertyOverrides({mZOVXlZcX:{\"data-framer-name\":\"Phone\"},YRn3Johz1:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1swobrs-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"unZVkdFrY-container\",nodeId:\"unZVkdFrY\",rendersWithMotion:true,scopeId:\"oxCaK_pM4\",children:/*#__PURE__*/_jsx(SingleToggle,{d0DRJtbRf:\"Moon\",height:\"100%\",id:\"unZVkdFrY\",ixZIJysro:\"bold\",layoutId:\"unZVkdFrY\",LTl4MmErQ:\"Sun\",Tib6Q7ZnQ:\"var(--token-7ce7ae2a-ff6c-4f1e-a278-a29b2cbb5411, rgb(0, 0, 0))\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bUx2f.framer-193uu3w, .framer-bUx2f .framer-193uu3w { display: block; }\",\".framer-bUx2f.framer-zk5zsy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bUx2f .framer-1swobrs-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\".framer-bUx2f.framer-v-dcfjwq.framer-zk5zsy, .framer-bUx2f.framer-v-f0hzet.framer-zk5zsy { height: 50px; width: 50px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 70\n * @framerIntrinsicWidth 70\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"YRn3Johz1\":{\"layout\":[\"fixed\",\"fixed\"]},\"mZOVXlZcX\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroxCaK_pM4=withCSS(Component,css,\"framer-bUx2f\");export default FrameroxCaK_pM4;FrameroxCaK_pM4.displayName=\"Light/Dark\";FrameroxCaK_pM4.defaultProps={height:70,width:70};addPropertyControls(FrameroxCaK_pM4,{variant:{options:[\"AKEFQRRlQ\",\"YRn3Johz1\",\"mZOVXlZcX\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroxCaK_pM4,[{explicitInter:true,fonts:[]},...SingleToggleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroxCaK_pM4\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YRn3Johz1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mZOVXlZcX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"70\",\"framerIntrinsicHeight\":\"70\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oxCaK_pM4.map", "// Generated by Framer (d74aa50)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={sMr75lSiy:new LazyValue(()=>import(\"./R9vU1Beyd-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d74aa50)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AssetBox1 from\"https://framerusercontent.com/modules/tHfOa5lrwemNfA1rMHtg/Ey621axObYS5A4syVKd3/YtJbU_Q9x.js\";import AssetBox from\"https://framerusercontent.com/modules/tHfOa5lrwemNfA1rMHtg/Xel6sioeABc3v3ROPNX7/YtJbU_Q9x.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import LightDark from\"#framer/local/canvasComponent/oxCaK_pM4/oxCaK_pM4.js\";import*as sharedStyle1 from\"#framer/local/css/kCPy448To/kCPy448To.js\";import*as sharedStyle2 from\"#framer/local/css/TmyWQQ7bN/TmyWQQ7bN.js\";import*as sharedStyle from\"#framer/local/css/V4pI9PxIF/V4pI9PxIF.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/R9vU1Beyd/R9vU1Beyd.js\";import metadataProvider from\"#framer/local/webPageMetadata/R9vU1Beyd/R9vU1Beyd.js\";const PhosphorFonts=getFonts(Phosphor);const AssetBoxFonts=getFonts(AssetBox);const AssetBox1Fonts=getFonts(AssetBox1);const LightDarkFonts=getFonts(LightDark);const breakpoints={Ca5WTT2_R:\"(max-width: 809px)\",qMLQ2PF6M:\"(min-width: 1200px)\",wM1SYYKj3:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-IltCK\";const variantClassNames={Ca5WTT2_R:\"framer-v-354jae\",qMLQ2PF6M:\"framer-v-1bsz96p\",wM1SYYKj3:\"framer-v-1msgjp0\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"qMLQ2PF6M\",Phone:\"Ca5WTT2_R\",Tablet:\"wM1SYYKj3\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qMLQ2PF6M\"};};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);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"wM1SYYKj3\",\"Ca5WTT2_R\"].includes(baseVariant))return false;return true;};usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"X87cTpPNV\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"iw1AhOAtp\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"s9G95jMj9\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"oe5iMDfnl\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"AyBBXWzeb\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"b1BRHIy2N\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qMLQ2PF6M\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ef423f49-dc16-41d6-b446-bcd5be189094, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1bsz96p\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xrd4qu\",\"data-framer-name\":\"MAIN-CONTAINER\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bso755 hidden-1msgjp0 hidden-354jae\",\"data-framer-name\":\"MENU\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eEEQUkZxO\"},motionChild:true,nodeId:\"TARtC9tK5\",openInNewTab:false,scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1oblrsi framer-zgaxie\",whileHover:animation,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-95q1c5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"quKArC0v3\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-7ce7ae2a-ff6c-4f1e-a278-a29b2cbb5411, rgb(0, 0, 0))\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"ArrowLeft\",id:\"quKArC0v3\",layoutId:\"quKArC0v3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Back\"})}),className:\"framer-1k9xsh2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":X87cTpPNV\",webPageId:\"R9vU1Beyd\"},motionChild:true,nodeId:\"SU5NbEj4k\",openInNewTab:false,scopeId:\"R9vU1Beyd\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1sliwqz framer-zgaxie\",\"data-framer-name\":\"1\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Logos\"})}),className:\"framer-1va0s90\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":iw1AhOAtp\",webPageId:\"R9vU1Beyd\"},motionChild:true,nodeId:\"TDLQbriv5\",openInNewTab:false,scopeId:\"R9vU1Beyd\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1wdti3u framer-zgaxie\",\"data-framer-name\":\"2\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Ic\\xf4nes\"})}),className:\"framer-1scolyn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":s9G95jMj9\",webPageId:\"R9vU1Beyd\"},motionChild:true,nodeId:\"QTIPZA7uC\",openInNewTab:false,scopeId:\"R9vU1Beyd\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qo30mt framer-zgaxie\",\"data-framer-name\":\"3\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Couleurs\"})}),className:\"framer-rz2ze6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oe5iMDfnl\",webPageId:\"R9vU1Beyd\"},motionChild:true,nodeId:\"mzRfK0IK8\",openInNewTab:false,scopeId:\"R9vU1Beyd\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-cu1i8x framer-zgaxie\",\"data-framer-name\":\"4\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Typographie\"})}),className:\"framer-118o37o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":AyBBXWzeb\",webPageId:\"R9vU1Beyd\"},motionChild:true,nodeId:\"ZFlYeiU3o\",openInNewTab:false,scopeId:\"R9vU1Beyd\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-i3eti2 framer-zgaxie\",\"data-framer-name\":\"5\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Charte Graphique\"})}),className:\"framer-1ohoedu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":b1BRHIy2N\",webPageId:\"R9vU1Beyd\"},motionChild:true,nodeId:\"Kiq4f8tuK\",openInNewTab:false,scopeId:\"R9vU1Beyd\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jjkhcj framer-zgaxie\",\"data-framer-name\":\"5\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",children:\"Filiales\"})}),className:\"framer-iolyaw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h70fhr\",\"data-framer-name\":\"RIGHT-CONTAINER\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ndign\",\"data-framer-name\":\"Header1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-11a5qxm\",\"data-styles-preset\":\"kCPy448To\",children:\"PR Kit\"})}),className:\"framer-1eewxxy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",style:{\"--framer-text-alignment\":\"left\"},children:\"Les ressources pour repr\\xe9senter la marque \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f86wop\",\"data-styles-preset\":\"V4pI9PxIF\",style:{\"--framer-text-alignment\":\"left\"},children:\"THE QUEST de mani\\xe8re coh\\xe9rente et professionnelle.\"})]}),className:\"framer-1ic7aqy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfzpq\",\"data-framer-name\":\"LOGO-CONTENT\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kz9mi2\",\"data-framer-name\":\"Header1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10na2oc\",\"data-styles-preset\":\"TmyWQQ7bN\",children:\"Logos\"})}),className:\"framer-192uni6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7olzmy\",\"data-framer-name\":\"M-CONTAINER\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+380.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-63m80o-container\",\"data-framer-name\":\"1\",isModuleExternal:true,name:\"1\",nodeId:\"HKefC_iJ7\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/9X6SI79tSZZs2Mu7BgJNwsHOwc.zip\",gq_M7uaJY:'<svg width=\"775\" height=\"404\" viewBox=\"0 0 775 404\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M749.427 111.476H748.712C746.385 111.476 744.081 111.14 741.844 110.491L739.808 109.887C736.228 108.836 733.007 106.8 730.524 104.026C727.258 100.357 725.446 95.637 725.446 90.7154V88.2994C725.446 88.1651 725.446 88.0085 725.446 87.8519C725.446 87.4045 725.513 86.2188 725.737 84.8765C726.005 83.1092 726.43 81.6998 727.012 80.6931C727.683 79.5075 728.913 77.3151 731.642 77.069C732.604 76.9795 733.477 77.1138 734.282 77.4941C735.11 77.8744 735.781 78.4561 736.251 78.9035C737.683 80.2457 737.862 81.9907 737.862 83.1764C737.862 83.6909 737.839 84.2054 737.794 84.72C737.794 84.7647 737.794 84.8318 737.794 84.8765V84.9884C737.75 85.5029 737.727 85.9056 737.772 86.1965C738.085 88.881 740.076 92.0577 740.926 93.3105C741.329 93.9145 741.888 94.4961 742.604 95.033L743.119 95.4357C743.879 96.0173 744.73 96.4424 745.647 96.6661H745.736C747.056 97.0241 748.421 96.9569 749.696 96.5095C751.195 95.9726 752.47 94.9212 753.253 93.5342L753.879 92.438C754.774 90.8943 755.244 89.127 755.244 87.3373V85.4358C755.244 82.2144 754.349 79.0601 752.649 76.3084L751.687 74.7424C750.524 72.8632 748.913 71.2526 747.034 70.0893C743.835 68.1206 740.054 67.4719 736.363 68.2996L734.819 68.6352C733.164 69.0155 731.575 69.6195 730.077 70.4248L712.56 79.9996H712.538L698.511 87.0018C695.222 88.6349 693.41 92.1695 693.992 95.7936V95.8384C694.126 96.6885 693.544 97.4938 692.694 97.6281C691.844 97.7623 691.061 97.1806 690.905 96.3529C690.905 96.3305 690.905 96.3082 690.905 96.2858C690.86 96.0844 690.681 95.4805 689.809 94.1606C689.205 93.2434 688.377 92.1024 687.258 90.693C686.542 89.7758 685.782 88.8362 685.043 87.919L684.976 87.8519C683.813 86.3978 682.695 85.0331 682.023 84.0712C680.659 82.1249 679.988 80.5142 679.563 79.3285C679.384 78.8587 679.249 78.3889 679.115 77.9863L679.07 77.8296C679.07 77.8296 679.003 77.6283 678.981 77.5388C678.802 77.0019 678.645 76.5769 678.466 76.1966C678.265 75.7492 678.243 75.2346 678.422 74.7424C678.534 74.4516 678.69 74.1832 678.891 73.9371C679.048 73.7581 679.294 73.512 679.652 73.3554C680.055 73.1541 680.502 73.1093 680.927 73.2212H683.813C685.043 73.2212 686.252 73.0199 687.415 72.6396L693.119 70.738C696.072 69.7537 698.936 68.4785 701.643 66.9349L714.126 59.8433C714.126 59.8433 714.193 59.8209 714.193 59.7985L721.531 56.1744C725.736 54.0939 730.233 52.6846 734.864 51.9463L738.085 51.4542C741.732 50.8949 745.401 51.0067 749.002 51.812C752.806 52.6621 756.362 54.2505 759.539 56.51L760.166 56.9574C763.7 59.463 766.653 62.5949 768.957 66.2414L769.271 66.7336C771.62 70.4472 773.141 74.5635 773.767 78.9035C774.327 82.8184 774.148 86.7781 773.208 90.6259L772.917 91.8116C772.246 94.5632 771.15 97.1583 769.629 99.552C768.085 101.968 766.161 104.093 763.902 105.861L762.582 106.89C761.463 107.762 760.255 108.523 759.002 109.172C756.027 110.67 752.716 111.453 749.405 111.453L749.427 111.476ZM732.224 78.5902C732.09 78.5902 731.956 78.5902 731.799 78.5902C730.032 78.7468 729.137 80.0892 728.399 81.4314C727.907 82.2815 727.549 83.5119 727.302 85.1002C727.101 86.353 727.056 87.4716 727.034 87.8966C727.034 88.0309 727.034 88.1651 727.034 88.277V90.693C727.034 95.2343 728.689 99.5744 731.71 102.952C733.991 105.525 736.967 107.382 740.255 108.366L742.291 108.97C744.372 109.574 746.542 109.887 748.712 109.887H749.427C752.492 109.887 755.58 109.149 758.331 107.762C759.494 107.181 760.613 106.465 761.642 105.659L762.962 104.63C765.087 102.975 766.877 100.984 768.331 98.7242C769.763 96.4871 770.792 94.0487 771.418 91.4536L771.709 90.268C772.604 86.5991 772.761 82.8632 772.224 79.1272C771.62 74.9885 770.188 71.0959 767.973 67.5613L767.66 67.0691C765.468 63.5793 762.649 60.6039 759.293 58.2326L758.667 57.7852C755.647 55.6375 752.291 54.1387 748.689 53.3333C745.289 52.5727 741.799 52.4608 738.354 52.9977L735.132 53.4899C730.658 54.1834 726.318 55.5704 722.247 57.5614L714.909 61.1855L702.448 68.2548C699.652 69.8432 696.699 71.1631 693.634 72.1921L687.929 74.0937C686.609 74.5411 685.222 74.7648 683.835 74.7648H680.815C680.815 74.7648 680.636 74.7648 680.547 74.7201C680.457 74.6977 680.368 74.72 680.323 74.7424C680.234 74.7872 680.144 74.8543 680.077 74.9438C679.988 75.0333 679.943 75.1451 679.898 75.2346C679.876 75.3017 679.853 75.4136 679.898 75.5031C680.099 75.9505 680.278 76.4426 680.48 77.0019C680.502 77.0914 680.547 77.2033 680.569 77.2928L680.614 77.4494C680.748 77.8744 680.882 78.2994 681.061 78.7469C681.464 79.843 682.068 81.3196 683.321 83.1092C683.97 84.0265 685.043 85.3687 686.207 86.8005L686.274 86.8676C687.012 87.7848 687.773 88.7244 688.511 89.6416C689.652 91.0957 690.502 92.259 691.128 93.221C691.889 94.4066 692.336 95.2791 692.448 95.9055C691.777 91.6103 693.947 87.4493 697.817 85.503L711.844 78.5008L729.361 68.926C730.971 68.0311 732.716 67.3823 734.506 66.9796L736.05 66.6441C740.121 65.7269 744.327 66.4428 747.884 68.6352C749.964 69.9327 751.754 71.7 753.029 73.7805L753.991 75.3465C755.848 78.3442 756.832 81.7893 756.832 85.3016V87.2031C756.832 89.2613 756.295 91.297 755.266 93.0643L754.64 94.1606C753.656 95.8608 752.09 97.1806 750.255 97.8294C748.689 98.3887 746.989 98.4782 745.356 98.0531H745.266C744.125 97.7399 743.096 97.2254 742.179 96.5095L741.665 96.1068C740.815 95.4581 740.143 94.7646 739.651 94.004C738.533 92.3485 736.586 89.1047 736.251 86.1965C736.206 85.7714 736.206 85.3016 736.251 84.6976V84.5857C736.251 84.5857 736.251 84.4963 736.251 84.4515C736.296 83.9594 736.318 83.4895 736.318 83.0197C736.318 81.5656 735.96 80.6037 735.199 79.8878C734.595 79.3285 734.126 78.9706 733.633 78.7469C733.186 78.5455 732.716 78.4337 732.202 78.4337L732.224 78.5902Z\" fill=\"black\"/>\\n<path d=\"M711.866 78.6116L697.84 85.6137C693.97 87.56 691.8 91.7881 692.471 96.061C691.979 93.3541 685.446 86.2177 683.343 83.1976C680.994 79.842 680.793 77.4483 679.921 75.5691C679.786 75.256 680.323 74.6295 680.614 74.7861C680.659 74.7861 680.704 74.8085 680.748 74.8085H683.858C685.245 74.8085 686.632 74.5848 687.952 74.1374L693.656 72.2358C696.721 71.2067 699.674 69.8869 702.471 68.2985L714.954 61.2069L722.291 57.5828C726.363 55.5694 730.703 54.2047 735.177 53.5112L738.399 53.019C741.821 52.4821 745.334 52.594 748.734 53.3546C752.313 54.16 755.714 55.6812 758.712 57.8065L759.338 58.2539C762.671 60.6252 765.535 63.6453 767.727 67.0905L768.04 67.5827C770.255 71.0949 771.709 75.0322 772.313 79.1485C772.85 82.8621 772.671 86.6428 771.799 90.2893L771.508 91.475C770.881 94.0476 769.83 96.5085 768.421 98.7456C766.966 101.005 765.154 102.996 763.052 104.652L761.732 105.681C760.703 106.486 759.584 107.202 758.421 107.784C755.647 109.171 752.604 109.909 749.517 109.909H748.801C746.631 109.909 744.461 109.596 742.381 108.992L740.345 108.388C737.034 107.426 734.081 105.546 731.799 102.974C728.779 99.5957 727.124 95.2333 727.124 90.7144V88.2983C727.124 88.1641 727.124 88.0522 727.124 87.918C727.146 87.0679 727.347 83.4885 728.488 81.4751C729.294 80.0433 730.166 78.7906 731.889 78.634C733.32 78.4998 734.238 79.059 735.289 80.0657C737.123 81.7883 736.117 84.6071 736.318 86.3968C736.654 89.305 738.578 92.504 739.719 94.2042C740.255 95.0096 740.971 95.7031 741.732 96.3071L742.246 96.7098C743.164 97.4257 744.215 97.9402 745.334 98.231H745.423C747.034 98.6784 748.734 98.589 750.322 98.0297C752.179 97.3585 753.745 96.0611 754.707 94.3609L755.333 93.2646C756.363 91.4749 756.899 89.4615 756.899 87.4034V85.5019C756.899 81.9897 755.915 78.5445 754.058 75.5468L753.096 73.9808C751.799 71.8779 750.032 70.133 747.929 68.8354C744.394 66.6431 740.144 65.9495 736.094 66.8444L734.551 67.18C732.761 67.5827 731.016 68.2314 729.405 69.1263L711.889 78.7011L711.866 78.6116Z\" fill=\"url(#paint0_radial_82_1717)\"/>\\n<path d=\"M749.427 110.692H748.712C746.452 110.692 744.215 110.379 742.067 109.73L740.032 109.126C736.586 108.119 733.499 106.173 731.105 103.488C727.951 99.9762 726.229 95.4348 726.229 90.6922V88.2761C726.229 88.1419 726.229 88.0077 726.229 87.8735C726.273 86.822 726.497 83.1979 727.683 81.0726C728.51 79.6185 729.562 78.0301 731.709 77.8288C733.432 77.6722 734.551 78.3657 735.736 79.4619C737.302 80.9384 737.146 82.9742 737.034 84.6296C736.989 85.2336 736.944 85.8153 737.011 86.2627C737.325 89.0144 739.204 92.124 740.278 93.7347C740.747 94.4058 741.351 95.0322 742.134 95.6586L742.649 96.0612C743.477 96.71 744.439 97.1798 745.468 97.4483H745.557C747.034 97.851 748.555 97.7838 749.987 97.2693C751.665 96.6653 753.074 95.4796 753.969 93.936L754.595 92.8398C755.557 91.1844 756.049 89.2828 756.049 87.3589V85.4573C756.049 82.0793 755.11 78.7908 753.342 75.9049L752.38 74.3389C751.15 72.3479 749.45 70.67 747.481 69.4396C744.103 67.3591 740.099 66.688 736.228 67.5605L734.685 67.896C732.962 68.2763 731.284 68.9028 729.741 69.7529L712.224 79.3277C712.224 79.3277 712.224 79.3277 712.202 79.3277L698.175 86.3299C694.596 88.1195 692.605 91.9897 693.231 95.927C693.231 95.9494 693.231 95.9941 693.231 96.0165C693.276 96.4416 692.985 96.8443 692.538 96.889C692.113 96.9338 691.71 96.6429 691.665 96.1955C691.665 96.1955 691.665 96.1955 691.665 96.1731C691.352 94.4729 688.019 90.379 685.603 87.3813C684.395 85.8824 683.343 84.5849 682.672 83.6453C680.994 81.2516 680.368 79.3053 679.853 77.7394C679.63 77.0459 679.428 76.4418 679.182 75.9049C678.936 75.368 679.205 74.7416 679.607 74.3837C679.988 74.0258 680.435 73.9139 680.815 74.0481H683.835C685.155 74.0481 686.43 73.8467 687.683 73.4217L693.388 71.5202C696.386 70.5135 699.316 69.216 702.068 67.65L714.551 60.5583C714.551 60.5583 714.573 60.5583 714.596 60.5583L721.933 56.9342C726.072 54.8984 730.479 53.4891 735.043 52.7732L738.264 52.281C741.799 51.7218 745.378 51.8336 748.891 52.639C752.604 53.4667 756.049 55.0103 759.159 57.2026L759.785 57.6501C763.23 60.0885 766.116 63.1534 768.376 66.7104L768.689 67.2025C770.971 70.8266 772.447 74.8311 773.074 79.0816C773.633 82.907 773.432 86.7549 772.537 90.5132L772.246 91.6989C771.597 94.3611 770.523 96.889 769.047 99.1932C767.548 101.542 765.691 103.6 763.499 105.3L762.179 106.33C761.105 107.18 759.942 107.918 758.734 108.522C755.87 109.954 752.671 110.714 749.472 110.714L749.427 110.692ZM732.202 79.3724C732.202 79.3724 731.978 79.3724 731.866 79.3724C730.591 79.4843 729.897 80.3344 729.07 81.8108C728.242 83.265 727.884 85.9048 727.817 87.8958C727.817 88.0076 727.817 88.1195 727.817 88.2537V90.6699C727.817 95.0098 729.405 99.1709 732.291 102.415C734.484 104.875 737.325 106.665 740.479 107.582L742.515 108.186C744.528 108.768 746.609 109.081 748.712 109.081H749.427C752.38 109.081 755.333 108.388 757.973 107.045C759.092 106.486 760.166 105.793 761.172 105.01L762.492 103.981C764.55 102.37 766.295 100.446 767.682 98.2536C769.069 96.0836 770.076 93.7347 770.68 91.2291L770.971 90.0435C771.821 86.4865 772 82.8399 771.485 79.2158C770.904 75.189 769.517 71.4083 767.347 67.9631L767.033 67.471C764.886 64.0706 762.134 61.1624 758.868 58.8358L758.242 58.3883C755.311 56.3078 752.045 54.8537 748.555 54.0707C745.244 53.3325 741.866 53.2206 738.51 53.7352L735.289 54.2273C730.882 54.9208 726.609 56.2631 722.627 58.2318L715.311 61.8335L702.851 68.9028C700.01 70.5135 696.99 71.8557 693.902 72.8848L688.198 74.7864C686.788 75.2562 685.334 75.5023 683.858 75.5023H680.793C681.017 76.0168 681.196 76.576 681.375 77.1353C681.867 78.6789 682.448 80.4238 683.992 82.6386C684.618 83.5558 685.715 84.8757 686.855 86.2851C688.578 88.4103 690.435 90.6922 691.71 92.6384C692.247 89.3052 694.35 86.3745 697.504 84.8086L711.508 77.8065L729.003 68.254C730.68 67.3368 732.493 66.6656 734.349 66.2406L735.893 65.905C740.166 64.9431 744.573 65.6813 748.309 67.9855C750.501 69.3278 752.358 71.207 753.723 73.3994L754.685 74.9653C756.609 78.0749 757.638 81.6766 757.638 85.3231V87.2247C757.638 89.4171 757.056 91.587 755.96 93.4886L755.333 94.5848C754.26 96.4416 752.559 97.8733 750.524 98.6116C748.801 99.238 746.944 99.305 745.177 98.8576H745.087C743.857 98.522 742.716 97.9628 741.709 97.1798L741.195 96.7771C740.278 96.0612 739.562 95.323 739.002 94.4953C737.839 92.7727 735.826 89.3947 735.468 86.3299C735.401 85.7258 735.468 85.0994 735.49 84.4059C735.602 82.9518 735.692 81.4529 734.685 80.491C733.857 79.708 733.186 79.2606 732.224 79.2606L732.202 79.3724Z\" fill=\"url(#paint1_linear_82_1717)\"/>\\n<path d=\"M595.425 102.75L605.425 96.3298C605.626 96.1956 605.738 96.1285 605.917 95.9271C607.64 93.8242 610.906 89.171 613.546 89.7751C618.982 91.0055 624.328 92.7505 625.447 94.4507C627.281 98.2314 625.648 102.795 621.845 104.562L620.66 105.122L612.897 109.26L599.452 116.822L589.072 121.475L583.613 124.719C581.913 125.725 580.347 126.956 578.96 128.365L577.483 129.864C576.521 130.848 575.738 132.012 575.179 133.264L574.933 133.824C574.463 134.898 574.217 136.039 574.217 137.202C574.217 138.365 574.463 139.506 574.911 140.58L574.955 140.669C575.157 141.139 575.425 141.609 575.694 142.056L576.588 143.376C577.371 144.562 578.356 145.613 579.497 146.486L579.676 146.62C580.571 147.314 581.577 147.873 582.651 148.276L582.897 148.365C583.591 148.633 584.306 148.79 585.045 148.88C586.298 149.036 587.573 148.924 588.803 148.566L588.96 148.522C590.302 148.119 591.532 147.448 592.606 146.553L594.239 145.188L597.528 142.191L601.778 138.991L604.172 137.604C605.112 137.045 606.208 136.777 607.304 136.777H608.691C609.094 136.777 609.474 136.911 609.81 137.135C610.279 137.47 610.57 137.985 610.615 138.544L610.682 139.506C610.772 140.714 610.302 141.922 609.385 142.727L606.633 145.211L602.382 149.618L599.81 152.19C598.288 153.712 596.588 155.054 594.754 156.173L594.06 156.598C592.025 157.85 589.81 158.745 587.483 159.282L587.058 159.372C585 159.841 582.897 159.976 580.817 159.752C579.161 159.595 577.55 159.215 576.007 158.633L575.157 158.32C573.68 157.761 572.271 157.045 570.951 156.173C569.519 155.233 568.222 154.092 567.058 152.817L566.164 151.81C565.246 150.781 564.441 149.685 563.747 148.477C562.517 146.307 561.712 143.913 561.376 141.452L561.22 140.244C561.018 138.723 560.973 137.179 561.085 135.658C561.242 133.354 561.734 131.072 562.562 128.902L563.501 126.441C563.904 125.412 564.374 124.406 564.933 123.444C566.052 121.52 567.461 119.797 569.094 118.298L569.676 117.761C570.973 116.598 572.36 115.591 573.859 114.719L583.054 109.305L595.447 102.773L595.425 102.75Z\" fill=\"url(#paint2_radial_82_1717)\"/>\\n<path opacity=\"0.5\" d=\"M582.718 161.385C582.025 161.385 581.309 161.341 580.615 161.274C578.826 161.095 577.081 160.692 575.403 160.065L574.553 159.752C572.965 159.171 571.443 158.388 570.034 157.448C568.49 156.419 567.081 155.211 565.851 153.846L564.956 152.84C563.949 151.743 563.077 150.535 562.361 149.238C561.018 146.889 560.146 144.339 559.788 141.632L559.631 140.424C559.43 138.813 559.363 137.157 559.475 135.524C559.654 133.041 560.168 130.625 561.063 128.321L562.003 125.86C562.428 124.741 562.942 123.668 563.546 122.639C564.732 120.58 566.253 118.724 568.021 117.113L568.602 116.576C569.967 115.346 571.466 114.272 573.032 113.332L582.226 107.918C582.226 107.918 582.271 107.896 582.316 107.874L594.642 101.386L604.642 94.988C604.687 94.9656 604.709 94.9432 604.709 94.9432C604.888 94.7195 605.089 94.4734 605.313 94.1826C606.096 93.1982 607.148 91.856 608.266 90.7375C609.139 89.865 609.944 89.2386 610.727 88.8135C611.823 88.2095 612.897 88.0305 613.881 88.2542C616.879 88.9254 619.564 89.7083 621.644 90.469C622.852 90.9164 623.859 91.3638 624.642 91.8112C625.648 92.3705 626.342 92.9522 626.745 93.5786C626.789 93.6233 626.812 93.6904 626.834 93.7575C627.908 95.9722 628.042 98.4555 627.214 100.782C626.387 103.086 624.709 104.943 622.472 105.972L621.308 106.509L613.59 110.625L600.168 118.164C600.168 118.164 600.078 118.209 600.034 118.231L589.743 122.862L584.351 126.061C582.763 127.001 581.309 128.142 580.011 129.462L578.535 130.961C577.707 131.811 577.036 132.795 576.544 133.891L576.298 134.451C575.918 135.323 575.716 136.24 575.716 137.202C575.716 138.164 575.918 139.081 576.298 139.954L576.343 140.066C576.522 140.468 576.723 140.849 576.969 141.207L577.864 142.549C578.557 143.6 579.407 144.518 580.414 145.278L580.593 145.412C581.376 146.016 582.226 146.486 583.166 146.844L583.412 146.934C583.994 147.157 584.598 147.292 585.202 147.359C586.253 147.493 587.304 147.403 588.311 147.09L588.468 147.045C589.609 146.71 590.638 146.151 591.533 145.39L593.143 144.025L596.409 141.05C596.409 141.05 596.477 140.983 596.521 140.961L600.749 137.761C600.749 137.761 600.861 137.694 600.906 137.65L603.322 136.263C604.508 135.569 605.872 135.211 607.237 135.211H608.624C609.362 135.211 610.056 135.435 610.66 135.86C611.51 136.464 612.024 137.404 612.114 138.433L612.181 139.395C612.315 141.117 611.644 142.75 610.369 143.891L607.662 146.33L603.479 150.67C603.479 150.67 603.434 150.714 603.412 150.737L600.861 153.287C599.251 154.898 597.461 156.307 595.515 157.493L594.821 157.918C592.629 159.26 590.257 160.222 587.774 160.781L587.349 160.871C585.828 161.229 584.262 161.385 582.696 161.385H582.718ZM583.032 109.261L573.837 114.674C572.361 115.547 570.951 116.576 569.654 117.717L569.072 118.254C567.417 119.73 566.007 121.475 564.911 123.399C564.352 124.361 563.882 125.368 563.479 126.397L562.54 128.858C561.712 131.028 561.22 133.287 561.063 135.614C560.951 137.157 561.018 138.701 561.22 140.2L561.376 141.408C561.712 143.891 562.495 146.262 563.748 148.432C564.419 149.618 565.224 150.737 566.164 151.766L567.059 152.772C568.2 154.048 569.519 155.166 570.951 156.128C572.271 157.001 573.68 157.717 575.157 158.276L576.007 158.589C577.551 159.171 579.184 159.551 580.817 159.708C582.92 159.909 585.023 159.797 587.058 159.327L587.483 159.238C589.81 158.701 592.025 157.806 594.06 156.553L594.754 156.128C596.588 155.01 598.289 153.667 599.81 152.146L602.382 149.573L606.588 145.211C606.588 145.211 606.611 145.189 606.633 145.166L609.362 142.705C610.279 141.878 610.749 140.714 610.66 139.484L610.593 138.522C610.548 137.963 610.257 137.448 609.81 137.113C609.497 136.889 609.094 136.755 608.691 136.755H607.304C606.208 136.755 605.134 137.046 604.172 137.583L601.779 138.97L597.528 142.169L594.239 145.166L592.629 146.531C591.756 147.269 590.794 147.851 589.72 148.254C589.72 148.254 589.743 148.432 589.743 148.5C589.743 148.835 589.519 149.148 589.184 149.26C588.759 149.394 588.333 149.148 588.222 148.723C587.193 148.925 586.141 148.992 585.067 148.858C584.508 148.79 583.949 148.679 583.412 148.5C583.255 148.925 582.808 149.126 582.405 148.969C582.092 148.858 581.891 148.544 581.891 148.231C581.891 148.142 581.891 148.052 581.935 147.963C581.13 147.582 580.392 147.113 579.676 146.598L579.497 146.464C578.378 145.591 577.394 144.562 576.611 143.354L575.716 142.012C575.425 141.587 575.179 141.117 574.956 140.625L574.911 140.513C574.441 139.439 574.217 138.321 574.217 137.135C574.217 135.949 574.463 134.831 574.933 133.757L575.179 133.198C575.739 131.923 576.499 130.782 577.483 129.797L578.96 128.298C580.347 126.889 581.913 125.659 583.613 124.652L589.049 121.431C589.049 121.431 589.094 121.408 589.139 121.386L599.474 116.755L612.942 109.194L620.682 105.055C620.682 105.055 620.704 105.055 620.727 105.055L621.912 104.518C623.747 103.668 625.156 102.124 625.827 100.223C626.499 98.2989 626.409 96.2407 625.514 94.4287C625.246 94.0036 624.709 93.5786 623.948 93.1535C623.232 92.7508 622.293 92.3258 621.174 91.9231C619.161 91.1625 616.543 90.4243 613.613 89.7531C613.009 89.6189 612.293 89.7531 611.555 90.1558C610.906 90.5137 610.212 91.0506 609.452 91.8112C608.4 92.8627 607.371 94.1602 606.611 95.0998C606.387 95.3906 606.163 95.6591 605.984 95.9052C605.895 96.017 605.828 96.0842 605.761 96.1289C605.716 96.1736 605.671 96.196 605.559 96.2631H605.514C605.514 96.2631 605.514 96.3078 605.492 96.3078L595.515 102.706C595.515 102.706 595.47 102.728 595.447 102.751L583.099 109.261H583.032Z\" fill=\"black\"/>\\n<path d=\"M595.425 102.752L605.425 96.3311C605.627 96.1968 605.739 96.1297 605.918 95.9283C607.64 93.8255 610.906 89.1723 613.546 89.7763C618.982 91.0067 624.329 92.7517 625.447 94.4519C627.282 98.2326 625.649 102.796 621.846 104.564L620.66 105.123L612.897 109.262L599.452 116.823L589.072 121.476L583.614 124.72C581.913 125.727 580.347 126.957 578.96 128.366L577.484 129.865C576.522 130.85 575.739 132.013 575.18 133.266L574.934 133.825C574.464 134.899 574.218 136.04 574.218 137.203C574.218 138.366 574.464 139.507 574.911 140.581L574.956 140.671C575.157 141.14 575.426 141.61 575.694 142.058L576.589 143.377C577.372 144.563 578.356 145.615 579.497 146.487L579.676 146.621C580.571 147.315 581.578 147.874 582.652 148.277L582.898 148.366C583.591 148.635 584.307 148.791 585.045 148.881C586.298 149.037 587.573 148.925 588.804 148.568L588.96 148.523C590.302 148.12 591.533 147.449 592.607 146.554L594.24 145.19L597.528 142.192L601.779 138.993L604.173 137.606C605.112 137.046 606.208 136.778 607.305 136.778H608.692C609.094 136.778 609.474 136.912 609.81 137.136C610.28 137.471 610.571 137.986 610.615 138.545L610.683 139.507C610.772 140.715 610.302 141.923 609.385 142.729L606.633 145.212L602.383 149.619L599.81 152.192C598.289 153.713 596.589 155.055 594.754 156.174L594.061 156.599C592.025 157.852 589.81 158.746 587.484 159.283L587.059 159.373C585 159.843 582.898 159.977 580.817 159.753C579.162 159.596 577.551 159.216 576.007 158.634L575.157 158.321C573.681 157.762 572.271 157.046 570.951 156.174C569.52 155.234 568.222 154.093 567.059 152.818L566.164 151.811C565.247 150.782 564.441 149.686 563.748 148.478C562.518 146.308 561.712 143.914 561.377 141.454L561.22 140.245C561.019 138.724 560.974 137.181 561.086 135.659C561.242 133.355 561.735 131.073 562.562 128.903L563.502 126.443C563.905 125.413 564.374 124.407 564.934 123.445C566.052 121.521 567.462 119.798 569.095 118.299L569.676 117.763C570.974 116.599 572.361 115.593 573.86 114.72L583.054 109.306L595.448 102.774L595.425 102.752Z\" fill=\"url(#paint3_radial_82_1717)\"/>\\n<path d=\"M582.718 160.603C582.047 160.603 581.376 160.558 580.682 160.491C578.959 160.312 577.282 159.932 575.671 159.328L574.821 159.014C573.3 158.455 571.823 157.694 570.458 156.8C568.982 155.815 567.617 154.652 566.409 153.31L565.514 152.303C564.553 151.252 563.725 150.088 563.009 148.835C561.711 146.576 560.884 144.115 560.548 141.52L560.391 140.312C560.19 138.746 560.145 137.135 560.235 135.569C560.391 133.176 560.906 130.827 561.778 128.59L562.718 126.129C563.121 125.055 563.635 124.004 564.195 123.019C565.358 121.028 566.812 119.238 568.512 117.695L569.094 117.158C570.414 115.972 571.868 114.921 573.389 114.004L582.584 108.59C582.584 108.59 582.584 108.59 582.606 108.59L594.977 102.08L605.022 95.637C605.178 95.5252 605.201 95.5251 605.268 95.4356C605.469 95.1895 605.693 94.9211 605.917 94.6303C607.885 92.1471 610.861 88.3887 613.679 89.0151C617.661 89.91 624.574 91.7668 626.073 94.0263C626.073 94.0487 626.118 94.0934 626.118 94.1157C627.102 96.1291 627.214 98.411 626.453 100.536C625.693 102.661 624.171 104.339 622.136 105.279L620.95 105.816L613.21 109.955L599.765 117.494C599.765 117.494 599.72 117.494 599.697 117.516L589.362 122.147L583.926 125.368C582.27 126.352 580.772 127.538 579.429 128.903L577.953 130.402C577.058 131.319 576.32 132.393 575.805 133.578L575.559 134.138C575.134 135.1 574.91 136.151 574.91 137.202C574.91 138.254 575.134 139.283 575.559 140.267L575.604 140.357C575.805 140.804 576.029 141.229 576.297 141.61L577.192 142.929C577.93 144.048 578.848 145.032 579.921 145.838L580.078 145.972C580.928 146.621 581.845 147.135 582.852 147.516L583.098 147.605C583.725 147.851 584.396 148.008 585.067 148.075C586.23 148.209 587.371 148.12 588.512 147.784L588.668 147.739C589.921 147.381 591.04 146.755 592.024 145.927L593.635 144.563L596.923 141.565C596.923 141.565 596.968 141.542 596.968 141.52L601.219 138.321C601.219 138.321 601.263 138.276 601.308 138.276L603.702 136.889C604.776 136.263 605.984 135.95 607.214 135.95H608.601C609.16 135.95 609.72 136.129 610.167 136.464C610.816 136.934 611.219 137.65 611.286 138.455L611.353 139.417C611.465 140.894 610.905 142.303 609.809 143.287L607.08 145.748L602.852 150.133L600.279 152.706C598.713 154.272 596.968 155.659 595.089 156.8L594.395 157.225C592.27 158.522 589.988 159.439 587.572 159.999L587.147 160.088C585.671 160.424 584.172 160.603 582.673 160.603H582.718ZM583.411 109.955L574.217 115.346C572.785 116.196 571.42 117.18 570.168 118.299L569.586 118.836C567.998 120.268 566.633 121.923 565.559 123.78C565.022 124.697 564.553 125.681 564.172 126.666L563.233 129.127C562.427 131.229 561.957 133.422 561.801 135.659C561.711 137.135 561.756 138.634 561.935 140.111L562.092 141.319C562.405 143.712 563.165 145.972 564.374 148.052C565.022 149.193 565.805 150.267 566.678 151.229L567.573 152.236C568.691 153.466 569.944 154.54 571.309 155.457C572.561 156.285 573.926 156.978 575.335 157.515L576.185 157.829C577.684 158.388 579.228 158.746 580.816 158.902C582.83 159.104 584.843 158.97 586.812 158.522L587.237 158.433C589.474 157.918 591.622 157.046 593.59 155.86L594.284 155.435C596.073 154.339 597.706 153.041 599.183 151.565L601.756 148.992L605.984 144.607C605.984 144.607 606.006 144.585 606.028 144.563L608.78 142.079C609.518 141.408 609.899 140.469 609.809 139.484L609.742 138.522C609.72 138.187 609.541 137.874 609.272 137.695C609.071 137.56 608.847 137.493 608.624 137.493H607.237C606.275 137.493 605.335 137.739 604.507 138.232L602.158 139.596L597.975 142.751L594.709 145.726L593.076 147.091C591.912 148.075 590.592 148.791 589.161 149.216L589.004 149.261C587.684 149.663 586.32 149.775 584.933 149.596C584.127 149.507 583.344 149.305 582.606 149.037L582.36 148.947C581.219 148.522 580.145 147.918 579.183 147.18L579.027 147.046C577.819 146.129 576.789 145.01 575.962 143.757L575.067 142.437C574.754 141.968 574.485 141.453 574.262 140.938L574.217 140.849C573.702 139.686 573.456 138.433 573.456 137.158C573.456 135.883 573.725 134.63 574.239 133.466L574.485 132.907C575.089 131.543 575.917 130.335 576.946 129.261L578.423 127.762C579.854 126.308 581.487 125.033 583.232 123.981L588.691 120.737C588.691 120.737 588.736 120.715 588.78 120.693L599.138 116.039L612.561 108.5L620.324 104.362C620.324 104.362 620.346 104.362 620.368 104.362L621.554 103.802C623.209 103.042 624.462 101.655 625.066 99.9546C625.67 98.2544 625.581 96.42 624.82 94.7869C623.925 93.5341 619.473 91.8562 613.411 90.4692C611.554 90.0442 608.735 93.6012 607.214 95.5251C606.968 95.8383 606.744 96.1068 606.543 96.3528C606.319 96.6213 606.118 96.7556 605.917 96.8674H605.872L595.872 103.31C595.872 103.31 595.827 103.333 595.805 103.355L583.434 109.865L583.411 109.955Z\" fill=\"url(#paint4_linear_82_1717)\"/>\\n<path d=\"M661.62 198.476L661.038 198.029C660.502 197.626 660.099 197.089 659.853 196.485C659.741 196.239 659.674 195.993 659.629 195.725L659.204 193.376L658.936 191.206C658.779 189.975 658.399 188.789 657.772 187.716C657.191 186.709 656.452 185.814 655.558 185.076L654.64 184.315C653.813 183.644 652.918 183.04 651.978 182.548L645.312 179.013L639.652 175.412C637.392 173.98 635.289 172.347 633.343 170.535C631.173 168.521 629.227 166.307 627.504 163.89L626.52 162.503C625.379 160.893 624.372 159.193 623.522 157.425L623.298 156.955C622.001 154.249 621.106 151.34 620.681 148.365L620.636 148.119C620.345 146.217 620.278 144.271 620.39 142.347C620.524 140.155 620.927 137.962 621.576 135.86L622.717 132.191L625.513 123.645L627.191 116.866L628.578 109.73L628.869 105.547C628.936 104.652 628.891 103.735 628.757 102.84C628.645 102.079 628.466 101.341 628.153 100.625C624.238 91.4082 615.916 90.2449 608.556 89.529C605.133 89.1934 601.777 88.3657 598.556 87.1801C595.872 86.1957 593.299 85.0101 590.816 83.6007L584.306 79.8871L576.14 74.7193L568.176 70.0661L564.731 68.1646C562.964 67.1803 561.084 66.3973 559.138 65.838L558.221 65.5696C555.536 64.7866 552.74 64.4958 549.966 64.7195H549.675C547.147 64.9432 544.686 65.6143 542.382 66.6881L541.622 67.0461C539.675 67.9633 537.908 69.2384 536.454 70.8267C534.508 72.9296 533.121 75.48 532.427 78.2763L532.136 79.4844C531.622 81.6097 531.532 83.802 531.89 85.9496L532.047 86.9116C532.293 88.388 532.852 89.7975 533.657 91.0726C534.955 93.086 536.857 94.6296 539.094 95.4797L539.273 95.5468C540.928 96.1732 542.695 96.4193 544.44 96.2627L547.304 95.9942C548.579 95.8824 549.765 95.3679 550.704 94.4954L550.883 94.3388C552.427 92.9518 553.053 90.7817 552.472 88.7907C552.069 87.3813 551.107 86.1733 549.809 85.4798L547.505 84.2271C546.454 83.6454 545.805 82.5492 545.805 81.3636V81.2965C545.805 80.7819 545.939 80.2674 546.185 79.82C546.722 78.8804 547.707 78.2987 548.803 78.2987H550.928C551.532 78.2987 552.114 78.3882 552.695 78.5448L554.284 78.9922C555.894 79.4397 557.393 80.1779 558.736 81.1622L559.071 81.4083C560.257 82.2808 561.263 83.377 562.024 84.6521L562.114 84.8087C563.12 86.4865 563.657 88.4104 563.657 90.3567C563.657 91.4976 563.478 92.6386 563.12 93.7348L562.941 94.2493C562.315 96.1284 561.308 97.8511 559.966 99.3275L559.205 100.155C557.55 101.967 555.559 103.444 553.344 104.495L550.928 105.659C549.026 106.576 547.013 107.18 544.933 107.471C543.344 107.694 541.733 107.717 540.123 107.56H539.966C536.543 107.202 533.232 106.039 530.347 104.182C528.244 102.817 526.387 101.117 524.888 99.1262L524.284 98.3432C523.031 96.6878 521.957 94.898 521.085 92.9965C519.429 89.3276 518.535 85.3009 518.535 81.2741V80.3344C518.535 77.6499 518.915 75.0101 519.653 72.4375C520.078 70.9833 520.615 69.5516 521.286 68.1646L522.092 66.4644C523.501 63.4891 525.514 60.8045 527.953 58.5897C530.123 56.6211 532.628 55.0551 535.358 53.9366L536.566 53.4444C540.481 51.8561 544.664 51.0284 548.892 51.0284H553.389C556.789 51.0284 560.19 51.4982 563.478 52.4154C566.543 53.2655 569.474 54.5183 572.203 56.129L581.04 61.2967L591.733 67.3592C595.715 69.6187 600.077 71.0729 604.619 71.6545L610.48 72.3927C611.979 72.5717 613.5 72.4151 614.932 71.923L616.229 71.4755C617.504 71.0281 618.601 70.1557 619.316 68.9924C620.234 67.5159 620.457 65.7038 619.943 64.0483L618.22 58.5897L615.827 52.4601C614.909 50.1335 614.193 47.7398 613.634 45.3014L612.829 41.7443C612.202 38.9927 612.023 36.1515 612.292 33.3552C612.605 30.089 613.478 26.9347 614.932 23.9817L615.513 22.796C616.52 20.7602 617.706 18.8363 619.093 17.0243L619.764 16.1518C622.135 13.0646 624.976 10.38 628.175 8.18767C631.084 6.19665 634.238 4.6307 637.594 3.53452L638.153 3.35558C641.799 2.16991 645.602 1.54346 649.428 1.54346C653.723 1.54346 657.974 2.3041 662 3.80296L662.694 4.0714C666.944 5.63738 670.882 7.91925 674.372 10.8051L675.132 11.4315C676.967 12.9527 678.622 14.6529 680.076 16.5321C682.671 19.8878 684.595 23.7133 685.736 27.8072L686.251 29.6639C687.146 32.9077 687.436 36.2858 687.078 39.6191C686.855 41.722 686.385 43.7801 685.691 45.7711L682.246 55.5697L678.935 63.0192C678.242 64.5628 677.884 66.2407 677.884 67.9185C677.884 70.357 678.622 72.7507 680.009 74.7641L686.273 83.8467C689.293 88.2315 693.029 92.0793 697.324 95.2336L711.194 105.39L718.666 111.676C720.769 113.444 722.604 115.524 724.08 117.828C726.205 121.117 727.593 124.831 728.129 128.723L728.465 131.139C728.912 134.338 728.711 137.604 727.839 140.736C726.787 144.517 724.819 147.962 722.112 150.781L721.552 151.363C718.487 154.562 714.662 156.933 710.434 158.275L709.36 158.611C704.237 160.244 698.779 160.468 693.544 159.237L690.345 158.477C687.951 157.917 685.714 156.799 683.812 155.21C681.262 153.063 679.428 150.177 678.622 146.956L677.66 143.13C677.011 140.535 677.19 137.806 678.175 135.323L678.801 133.757C679.495 132.012 680.792 130.58 682.425 129.707L683.723 129.014C684.64 128.522 685.736 128.388 686.743 128.634C688.98 129.193 690.345 131.452 689.808 133.712L689.539 134.808C689.36 135.591 689.338 136.396 689.495 137.179L690.076 139.976C690.524 142.123 691.62 144.07 693.208 145.569L694.058 146.374C695.512 147.761 697.459 148.522 699.472 148.522C700.837 148.522 702.157 148.164 703.342 147.515L703.879 147.202C704.729 146.732 705.49 146.128 706.183 145.434L706.989 144.629C708.89 142.683 710.277 140.311 711.038 137.716C711.62 135.725 711.821 133.645 711.642 131.564V131.475C711.329 128.209 710.098 125.099 708.085 122.526L707.884 122.258C706.944 121.072 705.87 119.998 704.662 119.059L700.233 115.636L692.962 110.782L685.512 107.068C683.32 105.972 681.038 105.055 678.712 104.339L675.826 103.444C674.618 103.064 673.387 102.84 672.157 102.728L670.837 102.616C669.674 102.527 668.51 102.616 667.414 102.929C665.625 103.421 664.036 104.383 662.761 105.726L660.009 108.679C658.69 110.088 657.549 111.654 656.609 113.354L651.285 122.884L645.871 134.495L644.193 139.238C642.873 142.974 642.202 146.888 642.202 150.826V153.22C642.202 154.338 642.336 155.434 642.582 156.508C643.142 158.902 644.327 161.116 646.005 162.929L648.488 165.613C649.898 167.157 651.486 168.521 653.209 169.707L658.153 173.107C660.345 174.629 662.269 176.53 663.79 178.723C666.408 182.459 667.795 186.933 667.795 191.496V195.456C667.795 196.217 667.571 196.955 667.146 197.581C665.915 199.438 663.365 199.886 661.575 198.543L661.62 198.476Z\" fill=\"url(#paint5_radial_82_1717)\"/>\\n<path opacity=\"0.5\" d=\"M663.948 200.825C662.762 200.825 661.621 200.445 660.659 199.729L660.078 199.282C659.317 198.722 658.735 197.962 658.377 197.089C658.243 196.754 658.131 196.373 658.064 196.015L657.639 193.666C657.639 193.666 657.639 193.599 657.639 193.577L657.371 191.407C657.237 190.378 656.923 189.394 656.409 188.499C655.939 187.649 655.313 186.91 654.552 186.284L653.635 185.523C652.897 184.919 652.091 184.383 651.241 183.913L644.574 180.378C644.574 180.378 644.507 180.333 644.463 180.311L638.803 176.709C636.476 175.233 634.284 173.533 632.248 171.676C630.011 169.595 627.975 167.291 626.185 164.808L625.201 163.421C624.015 161.743 622.942 159.976 622.069 158.096L621.845 157.627C620.481 154.763 619.564 151.721 619.094 148.589L619.049 148.343C618.758 146.329 618.669 144.271 618.803 142.258C618.96 139.931 619.385 137.627 620.056 135.412L621.197 131.743L623.971 123.265L625.626 116.576L626.991 109.574L627.282 105.48C627.349 104.697 627.282 103.914 627.192 103.131C627.08 102.415 626.924 101.811 626.7 101.296C623.3 93.2427 616.387 91.9228 608.378 91.1398C604.978 90.8042 601.488 89.9765 597.998 88.7014C595.246 87.6947 592.562 86.4643 590.011 85.0101L583.501 81.2965C583.501 81.2965 583.457 81.2741 583.434 81.2518L575.291 76.1064L567.372 71.4756L563.949 69.574C562.271 68.6568 560.504 67.9186 558.67 67.3817L557.752 67.1133C555.247 66.375 552.652 66.1065 550.057 66.3079H549.766C547.417 66.5316 545.157 67.1356 543.01 68.1199L542.249 68.4779C540.482 69.3056 538.893 70.4689 537.551 71.9007C535.784 73.8022 534.531 76.1288 533.905 78.6567L533.614 79.8648C533.144 81.7887 533.077 83.7574 533.39 85.7036L533.547 86.6656C533.77 87.9407 534.24 89.1488 534.934 90.2226C536.03 91.9452 537.708 93.2874 539.609 94.0033L539.788 94.0704C541.22 94.6073 542.764 94.8086 544.285 94.6744L547.148 94.406C548.066 94.3165 548.96 93.9362 549.654 93.3098L549.833 93.1532C550.951 92.1465 551.377 90.6253 550.974 89.1935C550.683 88.1868 549.99 87.3144 549.072 86.8222L546.768 85.5694C545.202 84.7193 544.24 83.1086 544.24 81.3189V81.2518C544.24 80.4688 544.442 79.6858 544.822 79.0146C545.627 77.5829 547.148 76.6881 548.804 76.6881H550.929C551.667 76.6881 552.406 76.7775 553.121 76.9789L554.71 77.4263C556.499 77.9185 558.177 78.7462 559.676 79.8424L560.012 80.0885C561.376 81.0952 562.495 82.3256 563.367 83.7573L563.457 83.9139C564.62 85.8378 565.247 88.0302 565.247 90.2673C565.247 91.5872 565.045 92.8847 564.62 94.1375L564.441 94.6521C563.748 96.755 562.629 98.6565 561.13 100.29L560.37 101.117C558.558 103.086 556.432 104.674 554.039 105.815L551.623 106.979C549.587 107.963 547.417 108.612 545.157 108.925C543.435 109.171 541.712 109.193 539.99 109.037H539.833C536.187 108.656 532.63 107.404 529.52 105.413C527.26 103.936 525.292 102.124 523.659 99.9987L523.055 99.2157C521.735 97.4932 520.594 95.5916 519.677 93.5782C517.909 89.708 516.992 85.4352 516.992 81.2294V80.2898C516.992 77.4711 517.395 74.6523 518.178 71.9454C518.625 70.4018 519.207 68.9029 519.9 67.4488L520.706 65.7486C522.227 62.5719 524.308 59.7532 526.925 57.3818C529.252 55.279 531.891 53.6234 534.8 52.4378L536.008 51.9457C540.124 50.2678 544.486 49.4177 548.938 49.4177H553.435C556.992 49.4177 560.526 49.9099 563.949 50.8718C567.126 51.7667 570.191 53.0642 573.032 54.7421L581.846 59.9098L592.517 65.9723C596.342 68.1423 600.481 69.5069 604.821 70.0662L610.682 70.8045C611.935 70.9611 613.233 70.8269 614.441 70.4018L615.738 69.9544C616.678 69.6188 617.483 68.9701 618.02 68.1423C618.691 67.0461 618.87 65.7262 618.467 64.4958L616.745 59.1044L614.374 53.0194C613.434 50.6257 612.673 48.1426 612.114 45.637L611.309 42.08C610.66 39.1718 610.459 36.174 610.727 33.1987C611.04 29.7312 611.98 26.3978 613.523 23.2882L614.105 22.1026C615.157 19.9773 616.409 17.9639 617.841 16.0848L618.512 15.2123C620.973 11.9909 623.926 9.19451 627.282 6.91266C630.302 4.83215 633.613 3.19903 637.08 2.0581L637.639 1.87916C641.443 0.626382 645.402 0 649.407 0C653.903 0 658.31 0.782961 662.538 2.34894L663.232 2.61738C667.661 4.25047 671.733 6.62182 675.357 9.61954L676.118 10.2459C678.042 11.8343 679.787 13.624 681.308 15.5927C684.059 19.1273 686.05 23.1093 687.236 27.4046L687.751 29.2614C688.69 32.7065 689.003 36.2411 688.623 39.7981C688.399 42.0129 687.907 44.2052 687.169 46.3081L683.724 56.1067C683.724 56.1067 683.701 56.1961 683.679 56.2185L680.368 63.6681C679.764 65.0327 679.451 66.4645 679.451 67.941C679.451 70.0886 680.1 72.1468 681.308 73.8917L687.572 82.9744C690.502 87.2249 694.104 90.9384 698.265 93.9809L712.135 104.137C712.135 104.137 712.18 104.182 712.225 104.205L719.697 110.491C721.934 112.348 723.858 114.54 725.424 117.001C727.683 120.513 729.115 124.383 729.719 128.522L730.054 130.938C730.547 134.383 730.323 137.828 729.406 141.162C728.287 145.166 726.184 148.88 723.298 151.877L722.739 152.459C719.495 155.837 715.424 158.365 710.972 159.774L709.898 160.11C704.507 161.832 698.757 162.056 693.254 160.781L690.055 160.02C687.437 159.416 684.954 158.164 682.874 156.441C680.033 154.07 678.064 150.938 677.169 147.358L676.207 143.533C675.469 140.602 675.67 137.56 676.789 134.763L677.415 133.197C678.243 131.139 679.787 129.394 681.755 128.343L683.053 127.649C684.328 126.956 685.804 126.777 687.191 127.135C690.256 127.918 692.135 131.027 691.397 134.092L691.129 135.188C690.994 135.725 690.994 136.307 691.106 136.866L691.688 139.663C692.068 141.497 693.008 143.153 694.372 144.45L695.223 145.255C696.408 146.374 697.93 146.978 699.563 146.978C700.636 146.978 701.71 146.687 702.65 146.173L703.187 145.859C703.903 145.457 704.551 144.942 705.133 144.361L705.916 143.555C707.616 141.81 708.891 139.64 709.585 137.291C710.122 135.479 710.301 133.6 710.122 131.721V131.631C709.853 128.679 708.735 125.86 706.9 123.511L706.699 123.242C705.849 122.146 704.865 121.162 703.768 120.312L699.384 116.911L692.225 112.146L684.865 108.477C682.762 107.426 680.547 106.531 678.288 105.838L675.402 104.943C674.306 104.607 673.187 104.384 672.046 104.294L670.726 104.182C669.742 104.093 668.78 104.182 667.84 104.451C666.342 104.853 664.999 105.681 663.925 106.8L661.174 109.753C659.943 111.072 658.87 112.549 657.975 114.115L652.673 123.6L647.326 135.099L645.671 139.775C644.418 143.354 643.769 147.068 643.769 150.848V153.242C643.769 154.226 643.881 155.211 644.105 156.173C644.619 158.298 645.671 160.289 647.147 161.9L649.63 164.584C650.973 166.038 652.471 167.336 654.082 168.454L659.026 171.855C661.398 173.488 663.411 175.501 665.066 177.85C667.885 181.877 669.362 186.597 669.362 191.519V195.479C669.362 196.552 669.048 197.581 668.467 198.476C667.639 199.729 666.319 200.579 664.843 200.848C664.529 200.892 664.239 200.915 663.925 200.915L663.948 200.825ZM660.726 193.13L661.151 195.434C661.174 195.59 661.219 195.725 661.286 195.881C661.442 196.239 661.666 196.552 661.979 196.776L662.561 197.223C663.075 197.604 663.702 197.76 664.328 197.649C664.955 197.537 665.514 197.179 665.849 196.642C666.095 196.262 666.23 195.837 666.23 195.367V191.407C666.23 187.134 664.932 183.04 662.494 179.528C661.062 177.492 659.295 175.725 657.259 174.316L652.315 170.915C650.503 169.662 648.825 168.208 647.326 166.598L644.843 163.913C642.986 161.9 641.689 159.439 641.062 156.777C640.771 155.569 640.637 154.338 640.637 153.13V150.736C640.637 146.598 641.331 142.526 642.718 138.611L644.395 133.869C644.395 133.869 644.44 133.779 644.463 133.734L649.876 122.124C649.876 122.124 649.921 122.057 649.921 122.012L655.245 112.482C656.252 110.692 657.483 109.014 658.87 107.493L661.621 104.54C663.075 102.974 664.932 101.856 666.99 101.296C668.288 100.938 669.63 100.827 670.972 100.938L672.292 101.05C673.657 101.162 674.999 101.431 676.297 101.833L679.183 102.728C681.599 103.466 683.97 104.428 686.229 105.547L693.679 109.26C693.679 109.26 693.791 109.327 693.858 109.35L701.129 114.204C701.129 114.204 701.196 114.249 701.218 114.272L705.648 117.694C706.945 118.701 708.131 119.864 709.137 121.162L709.339 121.43C711.553 124.249 712.873 127.627 713.209 131.206V131.296C713.433 133.555 713.209 135.837 712.56 138.007C711.732 140.848 710.211 143.466 708.131 145.591L707.348 146.396C706.565 147.202 705.67 147.895 704.686 148.432L704.149 148.745C702.739 149.551 701.129 149.976 699.518 149.976C697.102 149.976 694.798 149.059 693.03 147.381L692.18 146.575C690.346 144.853 689.115 142.638 688.601 140.177L688.019 137.381C687.818 136.374 687.818 135.323 688.064 134.316L688.332 133.22C688.668 131.81 687.818 130.379 686.408 130.043C685.76 129.887 685.089 129.954 684.507 130.267L683.209 130.96C681.889 131.676 680.86 132.84 680.301 134.227L679.675 135.792C678.802 137.985 678.646 140.334 679.205 142.638L680.167 146.464C680.905 149.394 682.538 151.967 684.842 153.913C686.543 155.322 688.578 156.352 690.726 156.844L693.925 157.604C698.869 158.768 704.059 158.566 708.914 157L709.988 156.665C713.947 155.39 717.571 153.152 720.457 150.155L721.016 149.573C723.544 146.956 725.401 143.689 726.363 140.177C727.169 137.247 727.37 134.226 726.945 131.229L726.609 128.813C726.095 125.121 724.797 121.676 722.784 118.544C721.374 116.352 719.674 114.406 717.683 112.75L710.234 106.509L696.408 96.3746C691.956 93.1085 688.109 89.1711 684.999 84.6298L678.735 75.5472C677.169 73.2653 676.319 70.5808 676.319 67.8068C676.319 65.8829 676.722 64.026 677.505 62.2587L680.793 54.8539L684.216 45.1225C684.865 43.2433 685.312 41.297 685.514 39.3283C685.849 36.174 685.581 33.0197 684.731 29.9549L684.216 28.0981C683.142 24.1831 681.33 20.5814 678.825 17.3599C677.438 15.5702 675.849 13.9372 674.127 12.5054L673.366 11.879C670.01 9.10503 666.23 6.91261 662.136 5.39137L661.442 5.12293C657.572 3.69118 653.523 2.95293 649.407 2.95293C645.738 2.95293 642.114 3.53462 638.624 4.67555L638.064 4.85449C634.865 5.90593 631.823 7.40477 629.049 9.30631C625.984 11.4092 623.277 13.9819 620.995 16.9349L620.324 17.8074C619.004 19.5076 617.863 21.3644 616.924 23.3106L616.342 24.4963C614.978 27.2703 614.15 30.2457 613.859 33.3105C613.613 35.9727 613.792 38.6349 614.374 41.2299L615.179 44.7869C615.716 47.1359 616.432 49.4848 617.304 51.722L619.698 57.874C619.698 57.874 619.72 57.9411 619.72 57.9634L621.443 63.422C622.114 65.5249 621.823 67.7844 620.66 69.6635C619.765 71.1177 618.378 72.2362 616.745 72.7955L615.447 73.2429C613.792 73.8246 612.002 74.0035 610.28 73.7798L604.418 73.0416C599.653 72.4376 595.134 70.9387 590.951 68.5674L580.258 62.5048L571.421 57.3371C568.804 55.7934 565.985 54.6078 563.054 53.7801C559.9 52.8852 556.656 52.4378 553.39 52.4378H548.893C544.844 52.4378 540.907 53.2208 537.148 54.7421L535.941 55.2342C533.39 56.2856 531.041 57.7398 529.005 59.5966C526.701 61.6771 524.844 64.1602 523.502 66.979L522.697 68.6792C522.07 69.9767 521.556 71.3414 521.153 72.706C520.437 75.1445 520.079 77.6501 520.079 80.178V81.1175C520.079 84.8982 520.907 88.7237 522.495 92.1913C523.301 93.9809 524.33 95.6811 525.493 97.2247L526.097 98.0077C527.507 99.8422 529.207 101.43 531.175 102.706C533.86 104.428 536.925 105.524 540.079 105.838H540.236C541.712 105.994 543.211 105.972 544.665 105.771C546.589 105.502 548.446 104.943 550.191 104.093L552.607 102.929C554.643 101.945 556.455 100.603 557.998 98.925L558.759 98.0972C559.967 96.7997 560.839 95.2785 561.399 93.6006L561.578 93.0861C561.891 92.1689 562.048 91.1845 562.048 90.2226C562.048 88.5448 561.6 86.9117 560.728 85.4799L560.638 85.3233C559.967 84.2271 559.117 83.2875 558.088 82.5269L557.752 82.2809C556.567 81.4084 555.247 80.7596 553.815 80.3569L552.227 79.9095C551.779 79.7977 551.332 79.7305 550.884 79.7305H548.759C548.245 79.7305 547.752 80.0214 547.506 80.4688C547.372 80.6925 547.327 80.9386 547.327 81.1846V81.2518C547.327 81.8781 547.663 82.4375 548.222 82.7506L550.526 84.0034C552.182 84.8983 553.435 86.4643 553.927 88.2763C554.665 90.8714 553.882 93.6006 551.869 95.4127L551.69 95.5693C550.504 96.6431 548.96 97.3142 547.372 97.4485L544.509 97.7169C542.518 97.8959 540.504 97.6274 538.647 96.9115L538.468 96.8444C535.94 95.8825 533.726 94.1152 532.272 91.8333C531.332 90.3792 530.728 88.7908 530.437 87.0906L530.281 86.1287C529.878 83.7574 529.967 81.3636 530.549 79.0146L530.84 77.8067C531.578 74.7642 533.099 71.9678 535.225 69.6859C536.835 67.9634 538.737 66.5764 540.884 65.5697L541.645 65.2117C544.106 64.0484 546.746 63.3549 549.475 63.1312H549.766C552.764 62.8628 555.716 63.176 558.602 64.0261L559.52 64.2945C561.555 64.8985 563.546 65.7263 565.426 66.7553L568.871 68.6568C568.871 68.6568 568.893 68.6568 568.915 68.6568L576.88 73.31C576.88 73.31 576.902 73.3101 576.924 73.3324L585.045 78.4778L591.533 82.169C593.926 83.5336 596.454 84.697 599.049 85.6365C602.293 86.8222 605.537 87.5828 608.669 87.896C615.224 88.5447 625.156 89.5291 629.563 99.954C629.877 100.715 630.123 101.542 630.279 102.527C630.436 103.533 630.481 104.562 630.414 105.592L630.123 109.775C630.123 109.775 630.123 109.909 630.1 109.954L628.713 117.09C628.713 117.09 628.713 117.135 628.713 117.157L627.036 123.936C627.036 123.936 627.036 124.003 627.013 124.048L624.217 132.571L623.076 136.218C622.449 138.209 622.092 140.267 621.957 142.325C621.845 144.137 621.913 145.971 622.181 147.761L622.226 148.007C622.651 150.826 623.479 153.578 624.709 156.15L624.933 156.62C625.738 158.32 626.7 159.931 627.796 161.452L628.781 162.839C630.436 165.143 632.337 167.313 634.418 169.237C636.297 170.982 638.355 172.571 640.503 173.935L646.118 177.492L652.74 181.004C653.769 181.564 654.753 182.213 655.671 182.951L656.588 183.711C657.639 184.584 658.512 185.613 659.16 186.799C659.876 188.074 660.324 189.438 660.503 190.87L660.771 192.995L660.726 193.13Z\" fill=\"black\"/>\\n<path d=\"M661.622 198.476L661.04 198.029C660.503 197.626 660.1 197.089 659.854 196.485C659.742 196.239 659.675 195.993 659.631 195.724L659.205 193.375L658.937 191.205C658.78 189.975 658.4 188.789 657.774 187.715C657.192 186.709 656.454 185.814 655.559 185.076L654.642 184.315C653.814 183.644 652.919 183.04 651.98 182.548L645.313 179.013L639.653 175.411C637.394 173.98 635.291 172.347 633.344 170.534C631.174 168.521 629.228 166.306 627.506 163.89L626.521 162.503C625.38 160.893 624.374 159.192 623.524 157.425L623.3 156.955C622.002 154.248 621.107 151.34 620.682 148.365L620.638 148.119C620.347 146.217 620.28 144.271 620.392 142.347C620.526 140.154 620.929 137.962 621.577 135.859L622.718 132.19L625.515 123.645L627.192 116.866L628.58 109.73L628.87 105.546C628.937 104.652 628.893 103.734 628.758 102.84C628.647 102.079 628.468 101.341 628.154 100.625C624.24 91.4079 615.917 90.2446 608.557 89.5287C605.135 89.1932 601.779 88.3655 598.557 87.1798C595.873 86.1955 593.3 85.0098 590.817 83.6004L584.307 79.8868L576.142 74.7191L568.178 70.0659L564.732 68.1644C562.965 67.1801 561.086 66.397 559.14 65.8378L558.222 65.5693C555.538 64.7863 552.741 64.4955 549.967 64.7192H549.677C547.149 64.9429 544.688 65.6141 542.384 66.6879L541.623 67.0458C539.677 67.963 537.909 69.2381 536.455 70.8265C534.509 72.9294 533.122 75.4797 532.429 78.2761L532.138 79.4841C531.623 81.6094 531.534 83.8017 531.892 85.9494L532.048 86.9113C532.294 88.3878 532.854 89.7972 533.659 91.0724C534.956 93.0858 536.858 94.6294 539.095 95.4795L539.274 95.5466C540.93 96.173 542.697 96.4191 544.442 96.2625L547.305 95.994C548.58 95.8821 549.766 95.3676 550.706 94.4951L550.885 94.3385C552.428 92.9515 553.055 90.7815 552.473 88.7905C552.07 87.3811 551.108 86.1731 549.811 85.4796L547.507 84.2268C546.455 83.6452 545.806 82.549 545.806 81.3633V81.2962C545.806 80.7817 545.941 80.2671 546.187 79.8197C546.724 78.8801 547.708 78.2985 548.804 78.2985H550.929C551.533 78.2985 552.115 78.3879 552.697 78.5445L554.285 78.992C555.896 79.4394 557.395 80.1777 558.737 81.162L559.073 81.408C560.258 82.2805 561.265 83.3767 562.026 84.6519L562.115 84.8084C563.122 86.4862 563.659 88.4102 563.659 90.3565C563.659 91.4974 563.48 92.6383 563.122 93.7345L562.943 94.249C562.316 96.1282 561.31 97.8508 559.967 99.3273L559.207 100.155C557.551 101.967 555.56 103.444 553.346 104.495L550.929 105.658C549.028 106.575 547.014 107.18 544.934 107.47C543.346 107.694 541.735 107.716 540.124 107.56H539.968C536.545 107.202 533.234 106.039 530.348 104.182C528.245 102.817 526.388 101.117 524.89 99.126L524.285 98.343C523.033 96.6875 521.959 94.8978 521.086 92.9962C519.431 89.3274 518.536 85.3006 518.536 81.2738V80.3342C518.536 77.6497 518.916 75.0099 519.655 72.4372C520.08 70.9831 520.617 69.5514 521.288 68.1644L522.093 66.4642C523.503 63.4888 525.516 60.8042 527.954 58.5895C530.124 56.6208 532.63 55.0549 535.359 53.9363L536.567 53.4442C540.482 51.8558 544.666 51.0281 548.894 51.0281H553.39C556.791 51.0281 560.191 51.4979 563.48 52.4151C566.544 53.2652 569.475 54.518 572.204 56.1287L581.041 61.2964L591.734 67.359C595.716 69.6185 600.079 71.0726 604.62 71.6543L610.481 72.3925C611.98 72.5715 613.501 72.4149 614.933 71.9227L616.231 71.4753C617.506 71.0278 618.602 70.1554 619.318 68.9921C620.235 67.5156 620.459 65.7035 619.944 64.048L618.222 58.5895L615.828 52.4598C614.911 50.1332 614.195 47.7396 613.636 45.3011L612.83 41.7441C612.204 38.9924 612.025 36.1513 612.293 33.3549C612.606 30.0887 613.479 26.9345 614.933 23.9815L615.515 22.7957C616.521 20.76 617.707 18.8361 619.094 17.024L619.765 16.1516C622.137 13.0644 624.978 10.3798 628.177 8.18743C631.085 6.1964 634.239 4.63046 637.595 3.53427L638.154 3.35533C641.801 2.16967 645.604 1.54321 649.429 1.54321C653.725 1.54321 657.975 2.30385 662.002 3.80271L662.695 4.07116C666.946 5.63713 670.883 7.91901 674.373 10.8049L675.134 11.4313C676.968 12.9525 678.624 14.6527 680.078 16.5319C682.673 19.8875 684.597 23.713 685.738 27.8069L686.252 29.6637C687.147 32.9075 687.438 36.2856 687.08 39.6189C686.856 41.7217 686.386 43.7799 685.693 45.7709L682.248 55.5694L678.937 63.019C678.243 64.5626 677.885 66.2404 677.885 67.9183C677.885 70.3567 678.624 72.7504 680.011 74.7638L686.274 83.8465C689.295 88.2312 693.031 92.079 697.326 95.2333L711.196 105.39L718.668 111.676C720.771 113.443 722.605 115.524 724.082 117.828C726.207 121.117 727.594 124.83 728.131 128.723L728.466 131.139C728.914 134.338 728.712 137.604 727.84 140.736C726.789 144.517 724.82 147.962 722.113 150.781L721.554 151.362C718.489 154.561 714.663 156.933 710.435 158.275L709.361 158.611C704.238 160.244 698.78 160.467 693.545 159.237L690.346 158.476C687.952 157.917 685.715 156.799 683.814 155.21C681.263 153.063 679.429 150.177 678.624 146.955L677.662 143.13C677.013 140.535 677.192 137.806 678.176 135.322L678.803 133.756C679.496 132.011 680.794 130.58 682.427 129.707L683.724 129.014C684.641 128.522 685.738 128.387 686.744 128.633C688.981 129.193 690.346 131.452 689.809 133.712L689.541 134.808C689.362 135.591 689.339 136.396 689.496 137.179L690.078 139.976C690.525 142.123 691.621 144.069 693.21 145.568L694.06 146.374C695.514 147.761 697.46 148.521 699.473 148.521C700.838 148.521 702.158 148.163 703.344 147.515L703.881 147.201C704.731 146.732 705.491 146.128 706.185 145.434L706.99 144.629C708.892 142.682 710.279 140.311 711.039 137.716C711.621 135.725 711.822 133.645 711.643 131.564V131.475C711.33 128.208 710.1 125.099 708.086 122.526L707.885 122.258C706.945 121.072 705.872 119.998 704.664 119.059L700.234 115.636L692.963 110.781L685.514 107.068C683.322 105.971 681.04 105.054 678.713 104.338L675.827 103.444C674.619 103.063 673.389 102.84 672.158 102.728L670.838 102.616C669.675 102.526 668.512 102.616 667.416 102.929C665.626 103.421 664.038 104.383 662.763 105.725L660.011 108.678C658.691 110.088 657.55 111.654 656.61 113.354L651.286 122.884L645.872 134.495L644.194 139.237C642.875 142.973 642.203 146.888 642.203 150.826V153.219C642.203 154.338 642.338 155.434 642.584 156.508C643.143 158.901 644.329 161.116 646.007 162.928L648.49 165.613C649.899 167.156 651.487 168.521 653.21 169.707L658.154 173.107C660.346 174.628 662.27 176.53 663.792 178.722C666.409 182.458 667.796 186.932 667.796 191.496V195.456C667.796 196.216 667.572 196.955 667.147 197.581C665.917 199.438 663.367 199.885 661.577 198.543L661.622 198.476Z\" fill=\"url(#paint6_radial_82_1717)\"/>\\n<path d=\"M663.948 200.042C662.941 200.042 661.957 199.706 661.129 199.102L660.547 198.655C659.898 198.163 659.406 197.536 659.093 196.798C658.981 196.507 658.869 196.194 658.825 195.881L658.4 193.532C658.4 193.532 658.4 193.51 658.4 193.487L658.131 191.317C657.997 190.176 657.639 189.103 657.08 188.118C656.543 187.179 655.872 186.373 655.044 185.702L654.127 184.942C653.344 184.293 652.494 183.733 651.599 183.264L644.932 179.729C644.932 179.729 644.887 179.729 644.887 179.707L639.228 176.105C636.946 174.651 634.776 172.995 632.807 171.139C630.615 169.103 628.601 166.821 626.856 164.382L625.872 162.995C624.709 161.362 623.68 159.617 622.807 157.805L622.584 157.336C621.241 154.539 620.346 151.586 619.899 148.521L619.854 148.275C619.563 146.307 619.474 144.316 619.608 142.347C619.742 140.087 620.167 137.85 620.839 135.68L621.98 132.011L624.776 123.488L626.431 116.754L627.818 109.685L628.109 105.547C628.176 104.696 628.132 103.846 627.997 103.019C627.863 102.236 627.684 101.564 627.438 100.983C625.76 97.0455 623.12 94.3162 619.34 92.6608C616.006 91.1843 612.293 90.7368 608.467 90.3565C605.134 90.021 601.711 89.2156 598.266 87.9628C595.559 86.9785 592.919 85.7481 590.392 84.3163L583.882 80.6028C583.882 80.6028 583.882 80.6028 583.859 80.6028L575.716 75.4574L567.774 70.8042L564.329 68.9027C562.607 67.9631 560.772 67.2024 558.893 66.6432L557.976 66.3747C555.381 65.6141 552.696 65.3233 549.989 65.547H549.699C547.26 65.7707 544.889 66.3971 542.674 67.4486L541.913 67.8065C540.057 68.679 538.379 69.887 536.992 71.4082C535.135 73.3992 533.815 75.8601 533.166 78.4999L532.875 79.7079C532.383 81.7436 532.294 83.8018 532.652 85.8599L532.808 86.8219C533.054 88.2089 533.547 89.5064 534.307 90.6921C535.493 92.5489 537.305 94.003 539.363 94.786L539.542 94.8531C541.063 95.4348 542.741 95.6585 544.374 95.5019L547.238 95.2334C548.334 95.1439 549.385 94.6742 550.191 93.9359L550.37 93.7793C551.712 92.5713 552.226 90.7368 551.734 89.0143C551.399 87.8062 550.571 86.7772 549.452 86.1731L547.148 84.9204C545.851 84.2045 545.045 82.8622 545.045 81.3634V81.2963C545.045 80.6475 545.224 79.9987 545.537 79.4394C546.209 78.2538 547.461 77.5155 548.826 77.5155H550.951C551.622 77.5155 552.294 77.605 552.92 77.784L554.508 78.2314C556.209 78.7012 557.797 79.4842 559.229 80.5357L559.564 80.7817C560.839 81.7213 561.891 82.8846 562.719 84.2269L562.808 84.3835C563.904 86.1732 564.463 88.2313 564.463 90.3341C564.463 91.5645 564.262 92.7726 563.882 93.9583L563.703 94.4728C563.032 96.4638 561.98 98.2759 560.571 99.8195L559.81 100.647C558.065 102.549 556.03 104.07 553.703 105.166L551.287 106.33C549.318 107.269 547.215 107.918 545.068 108.209C543.412 108.432 541.734 108.477 540.079 108.298H539.922C536.388 107.94 532.943 106.732 529.967 104.786C527.775 103.377 525.873 101.609 524.307 99.5511L523.703 98.7681C522.406 97.0903 521.31 95.2334 520.415 93.2871C518.715 89.5064 517.797 85.3454 517.797 81.2515V80.3119C517.797 77.5603 518.178 74.831 518.961 72.1912C519.386 70.6924 519.945 69.2159 520.639 67.8065L521.444 66.1063C522.92 63.0191 524.956 60.2898 527.484 57.9856C529.744 55.9498 532.316 54.3391 535.113 53.1982L536.321 52.706C540.347 51.0729 544.598 50.2228 548.938 50.2228H553.434C556.924 50.2228 560.37 50.6926 563.725 51.6546C566.835 52.527 569.833 53.8022 572.629 55.4353L581.465 60.603L592.137 66.6656C596.051 68.8803 600.28 70.2897 604.731 70.8489L610.593 71.5872C611.957 71.7662 613.389 71.6096 614.687 71.1622L615.984 70.7147C617.103 70.3344 618.042 69.5738 618.669 68.5671C619.474 67.292 619.653 65.726 619.206 64.2718L617.483 58.8581L615.112 52.7507C614.194 50.4018 613.456 47.9409 612.897 45.4801L612.091 41.9231C611.465 39.082 611.264 36.1737 611.532 33.2879C611.845 29.9322 612.763 26.6884 614.239 23.6459L614.821 22.4603C615.85 20.3797 617.058 18.4111 618.467 16.5766L619.138 15.7042C621.554 12.5499 624.44 9.82058 627.729 7.5611C630.682 5.52533 633.926 3.93699 637.348 2.81844L637.908 2.6395C641.621 1.40909 645.514 0.805054 649.429 0.805054C653.836 0.805054 658.154 1.58804 662.292 3.10927L662.986 3.37772C667.326 4.98843 671.33 7.29267 674.887 10.2457L675.648 10.872C677.527 12.4157 679.227 14.183 680.726 16.1069C683.411 19.552 685.357 23.4446 686.52 27.6504L687.035 29.5071C687.952 32.8628 688.243 36.308 687.885 39.7531C687.661 41.9231 687.191 44.0484 686.453 46.0841L683.008 55.8827C683.008 55.8827 683.008 55.9274 682.985 55.9498L679.675 63.3994C679.026 64.8535 678.69 66.3971 678.69 67.9854C678.69 70.2897 679.384 72.5044 680.681 74.3836L686.945 83.4663C689.921 87.7839 693.589 91.5646 697.817 94.6518L711.688 104.808C711.688 104.808 711.71 104.808 711.732 104.831L719.204 111.117C721.374 112.929 723.253 115.054 724.775 117.448C726.967 120.871 728.376 124.629 728.936 128.656L729.271 131.072C729.741 134.405 729.54 137.739 728.645 140.982C727.571 144.875 725.513 148.454 722.717 151.362L722.157 151.944C719.003 155.21 715.043 157.671 710.726 159.058L709.652 159.394C704.395 161.072 698.779 161.295 693.41 160.042L690.211 159.282C687.706 158.7 685.334 157.515 683.366 155.859C680.659 153.6 678.78 150.602 677.907 147.179L676.945 143.354C676.252 140.58 676.431 137.716 677.505 135.054L678.131 133.488C678.892 131.586 680.301 129.998 682.113 129.036L683.411 128.343C684.507 127.761 685.782 127.582 686.99 127.895C689.63 128.566 691.263 131.251 690.614 133.913L690.346 135.009C690.189 135.658 690.167 136.374 690.323 137.023L690.905 139.819C691.33 141.81 692.337 143.6 693.813 145.009L694.663 145.814C695.983 147.067 697.706 147.761 699.54 147.761C700.748 147.761 701.956 147.448 703.03 146.844L703.567 146.53C704.35 146.083 705.066 145.546 705.692 144.897L706.475 144.092C708.265 142.257 709.607 139.976 710.323 137.492C710.882 135.591 711.061 133.622 710.882 131.631V131.542C710.591 128.432 709.428 125.479 707.482 123.018L707.28 122.75C706.386 121.609 705.357 120.58 704.216 119.685L699.809 116.285L692.583 111.475L685.178 107.784C683.03 106.71 680.771 105.815 678.489 105.099L675.603 104.204C674.462 103.846 673.276 103.623 672.091 103.511L670.771 103.399C669.697 103.309 668.646 103.399 667.617 103.69C665.983 104.137 664.507 105.032 663.344 106.262L660.592 109.215C659.317 110.58 658.198 112.101 657.303 113.734L652.001 123.242L646.61 134.786L644.955 139.506C643.657 143.152 643.008 146.978 643.008 150.848V153.242C643.008 154.293 643.12 155.345 643.366 156.351C643.903 158.611 645.022 160.714 646.588 162.414L649.071 165.098C650.458 166.597 652.002 167.917 653.657 169.08L658.601 172.481C660.883 174.047 662.852 176.015 664.44 178.275C667.147 182.167 668.601 186.731 668.601 191.496V195.456C668.601 196.373 668.332 197.246 667.84 198.006C667.147 199.08 666.006 199.818 664.753 200.042C664.485 200.087 664.238 200.109 663.97 200.109L663.948 200.042ZM659.943 193.264L660.368 195.59C660.413 195.792 660.458 195.993 660.547 196.194C660.749 196.686 661.084 197.089 661.487 197.425L662.068 197.872C662.762 198.387 663.612 198.588 664.462 198.454C665.312 198.297 666.051 197.827 666.52 197.111C666.856 196.597 667.035 196.015 667.035 195.411V191.452C667.035 187.022 665.693 182.771 663.165 179.125C661.688 177 659.854 175.188 657.729 173.711L652.784 170.311C651.017 169.103 649.384 167.671 647.93 166.105L645.447 163.421C643.679 161.519 642.449 159.17 641.845 156.642C641.577 155.501 641.442 154.338 641.442 153.175V150.781C641.442 146.732 642.136 142.75 643.478 138.924L645.156 134.181C645.156 134.181 645.156 134.137 645.178 134.114L650.592 122.504C650.592 122.504 650.592 122.459 650.614 122.459L655.939 112.929C656.923 111.184 658.109 109.551 659.451 108.097L662.203 105.144C663.567 103.69 665.29 102.638 667.214 102.124C668.422 101.788 669.675 101.676 670.927 101.788L672.247 101.9C673.545 102.012 674.842 102.258 676.095 102.661L678.981 103.555C681.352 104.294 683.679 105.233 685.894 106.33L693.343 110.043C693.343 110.043 693.41 110.065 693.433 110.088L700.703 114.942C700.703 114.942 700.726 114.942 700.748 114.965L705.178 118.388C706.43 119.349 707.549 120.468 708.533 121.721L708.735 121.989C710.837 124.696 712.135 127.94 712.448 131.34V131.43C712.65 133.6 712.448 135.77 711.822 137.873C711.039 140.58 709.562 143.085 707.594 145.121L706.811 145.926C706.072 146.687 705.245 147.313 704.327 147.828L703.791 148.141C702.493 148.879 701.017 149.26 699.54 149.26C697.325 149.26 695.2 148.409 693.589 146.888L692.739 146.083C691.039 144.472 689.876 142.392 689.384 140.087L688.802 137.291C688.623 136.396 688.623 135.457 688.847 134.584L689.115 133.488C689.563 131.676 688.444 129.819 686.632 129.349C685.804 129.148 684.932 129.238 684.171 129.663L682.874 130.356C681.397 131.161 680.234 132.459 679.607 134.025L678.981 135.591C678.041 137.94 677.863 140.468 678.489 142.906L679.451 146.732C680.234 149.819 681.934 152.548 684.395 154.584C686.185 156.083 688.332 157.157 690.592 157.671L693.791 158.432C698.891 159.617 704.216 159.416 709.182 157.828L710.256 157.492C714.35 156.195 718.063 153.868 721.039 150.781L721.598 150.199C724.215 147.47 726.139 144.114 727.146 140.468C727.974 137.425 728.175 134.316 727.75 131.184L727.414 128.768C726.878 124.965 725.558 121.408 723.477 118.186C722.023 115.927 720.256 113.936 718.22 112.213L710.748 105.949L696.9 95.7927C692.516 92.5936 688.735 88.7011 685.67 84.2269L679.406 75.1442C677.93 72.9966 677.147 70.4686 677.147 67.8512C677.147 66.0392 677.527 64.2719 678.265 62.6164L681.576 55.1892L685.021 45.413C685.692 43.4891 686.162 41.4757 686.364 39.4399C686.699 36.1737 686.431 32.93 685.558 29.7756L685.044 27.9188C683.925 23.9144 682.068 20.2008 679.518 16.9123C678.109 15.0778 676.475 13.4 674.686 11.9235L673.925 11.2971C670.502 8.45597 666.632 6.24121 662.471 4.6976L661.778 4.42916C657.818 2.95267 653.679 2.21444 649.474 2.21444C645.715 2.21444 642.002 2.81848 638.445 3.98178L637.885 4.16072C634.619 5.23453 631.51 6.77815 628.668 8.72444C625.537 10.8721 622.763 13.5118 620.436 16.5319L619.765 17.4044C618.423 19.1494 617.237 21.0509 616.275 23.0419L615.693 24.2276C614.284 27.0911 613.434 30.1336 613.143 33.3102C612.897 36.0395 613.076 38.7912 613.657 41.4757L614.463 45.0327C615 47.4264 615.716 49.7978 616.61 52.0796L619.004 58.2317C619.004 58.2317 619.004 58.254 619.004 58.2764L620.727 63.7349C621.331 65.6141 621.062 67.6499 620.033 69.3277C619.228 70.6252 617.975 71.6319 616.543 72.1241L615.246 72.5715C613.702 73.1084 612.047 73.2874 610.436 73.086L604.575 72.3478C599.922 71.7662 595.492 70.2896 591.398 67.963L580.705 61.9005L571.868 56.7328C569.184 55.1668 566.32 53.9364 563.323 53.1087C560.101 52.2138 556.79 51.744 553.457 51.744H548.96C544.822 51.744 540.773 52.527 536.925 54.093L535.717 54.5852C533.077 55.659 530.661 57.1802 528.536 59.0817C526.142 61.2293 524.24 63.802 522.853 66.7103L522.048 68.4105C521.421 69.7528 520.885 71.1398 520.46 72.5492C519.721 75.0547 519.363 77.6274 519.363 80.2224V81.162C519.363 85.0322 520.213 88.9919 521.847 92.5489C522.674 94.4057 523.726 96.1506 524.934 97.739L525.538 98.522C526.992 100.446 528.782 102.079 530.817 103.399C533.591 105.189 536.79 106.329 540.079 106.643H540.236C541.779 106.799 543.323 106.777 544.866 106.576C546.88 106.307 548.804 105.703 550.638 104.831L553.054 103.667C555.179 102.638 557.081 101.229 558.669 99.5063L559.43 98.6786C560.705 97.2916 561.645 95.6809 562.249 93.8912L562.428 93.3766C562.763 92.3699 562.942 91.3185 562.942 90.267C562.942 88.455 562.45 86.6653 561.51 85.1217L561.421 84.9651C560.705 83.7794 559.788 82.7727 558.669 81.945L558.334 81.6989C557.059 80.7593 555.649 80.0658 554.128 79.6408L552.54 79.1934C552.025 79.0592 551.511 78.992 550.974 78.992H548.848C548.043 78.992 547.305 79.4171 546.925 80.1329C546.746 80.4685 546.634 80.8488 546.634 81.2292V81.2963C546.634 82.2135 547.126 83.0412 547.931 83.4663L550.235 84.719C551.712 85.5244 552.808 86.889 553.278 88.4998C553.927 90.804 553.233 93.2424 551.466 94.8531L551.287 95.0098C550.235 95.9717 548.848 96.5757 547.439 96.6876L544.576 96.956C542.719 97.135 540.795 96.8666 539.05 96.1954L538.871 96.1283C536.5 95.2335 534.419 93.5556 533.054 91.4304C532.182 90.0657 531.6 88.5892 531.332 86.9785L531.175 86.0165C530.795 83.7347 530.862 81.4528 531.421 79.2157L531.712 78.0077C532.428 75.0995 533.882 72.4149 535.918 70.2225C537.462 68.5671 539.274 67.2248 541.332 66.2629L542.092 65.9049C544.486 64.7864 547.014 64.1153 549.654 63.8916H549.945C552.83 63.6455 555.716 63.9362 558.49 64.7416L559.408 65.0101C561.399 65.5918 563.323 66.3971 565.157 67.4038L568.602 69.3053L576.566 73.9586C576.566 73.9586 576.566 73.9586 576.589 73.9586L584.732 79.1039L591.242 82.7951C593.68 84.1821 596.23 85.3678 598.87 86.3298C602.181 87.5378 605.492 88.3208 608.691 88.634C612.494 89.0143 616.476 89.5064 620.033 91.0724C624.194 92.9069 627.102 95.8822 628.937 100.222C629.228 100.916 629.451 101.699 629.586 102.616C629.742 103.578 629.787 104.54 629.698 105.502L629.407 109.685C629.407 109.685 629.407 109.752 629.407 109.775L628.02 116.911C628.02 116.911 628.02 116.933 628.02 116.956L626.342 123.734V123.779L623.546 132.325L622.405 135.971C621.778 138.007 621.375 140.132 621.241 142.28C621.129 144.137 621.197 146.038 621.465 147.895L621.51 148.141C621.935 151.049 622.785 153.868 624.06 156.508L624.284 156.978C625.111 158.723 626.096 160.378 627.214 161.944L628.199 163.331C629.899 165.68 631.823 167.872 633.948 169.841C635.872 171.608 637.952 173.219 640.145 174.628L645.782 178.208L652.427 181.742C653.411 182.279 654.35 182.906 655.223 183.599L656.14 184.36C657.102 185.165 657.93 186.127 658.534 187.223C659.205 188.387 659.608 189.662 659.787 191.004L660.055 193.152L659.943 193.264Z\" fill=\"url(#paint7_linear_82_1717)\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M195.967 34.0269H68.5185L62.0085 68.4113H105.14L82.053 186.195H123.417L146.415 68.4113H189.367L195.989 34.0269H195.967ZM261.514 34.0269H220.262L190.642 186.195H231.895L243.55 126.442H290.395L278.74 186.195H320.104L349.723 34.0269H308.359L297.129 92.0575H250.373L261.514 34.0269ZM492.249 34.0269H375.853L346.233 186.195H463.838L470.684 151.788H394.309L399.342 125.212H464.039L470.907 90.8048H406.188L410.595 68.3889H485.65L492.272 34.0045L492.249 34.0269ZM90.8224 213.443C79.3237 213.443 68.5409 215.367 58.5186 219.237C48.5187 223.107 39.794 228.499 32.3668 235.434C24.9844 242.279 18.7652 250.378 13.7541 259.751C8.72056 269.125 5.14119 279.371 3.01594 290.489C-0.00415826 306.104 0.219544 320.064 3.77655 332.323C7.42303 344.627 14.4923 354.426 25.0067 361.629C31.0693 365.723 38.049 368.631 45.9013 370.376L39.3466 404H81.4937L88.2274 369.37C91.2251 368.564 94.1781 367.625 97.064 366.506C107.064 362.636 115.789 357.244 123.216 350.309C130.665 343.397 136.907 335.231 141.94 325.791C147.041 316.35 150.665 306.082 152.88 294.963C155.9 279.482 155.609 265.568 151.918 253.308C148.204 241.004 141.046 231.25 130.486 224.092C119.883 216.933 106.616 213.421 90.8001 213.421L90.8224 213.443ZM530.683 213.443C522.584 213.443 515.09 214.226 508.177 215.814C501.242 217.403 494.889 219.864 489.117 223.219C483.323 226.553 478.536 231.049 474.8 236.687C471.041 242.279 468.648 248.789 467.596 256.127C466.836 261.854 466.97 267.156 468.021 271.988C469.073 276.776 470.751 280.937 473.055 284.494V284.538C475.426 287.984 478.625 291.183 482.63 294.113C486.567 297.021 490.571 299.482 494.665 301.473C498.782 303.397 503.636 305.366 509.184 307.402C511.578 308.296 514.508 309.303 517.954 310.467C521.466 311.607 524.173 312.502 526.074 313.106C527.864 313.688 529.833 314.493 532.003 315.545C534.15 316.529 535.582 317.424 536.432 318.229C537.282 319.012 537.998 320.086 538.602 321.495V321.518C539.117 322.704 539.34 324.158 539.161 325.903C538.736 329.907 536.991 332.748 533.882 334.694C530.66 336.708 525.828 337.826 519.139 337.826C514.083 337.826 509.609 337.267 505.717 336.171C502.025 335.052 498.916 333.039 496.321 330.086C493.838 327.267 492.54 323.621 492.54 319.012V317.066H451.668V319.012C451.668 335.276 457.529 348.341 469.297 358.005C481.086 367.558 497.104 372.211 517.104 372.211C535.582 372.211 550.526 368.452 561.756 360.734C573.143 352.882 579.295 341.719 580.212 327.468C580.839 319.079 579.899 311.786 577.327 305.612C573.926 297.514 567.17 290.825 557.327 285.411C552.405 282.771 543.188 278.856 529.766 273.666C520.728 270.221 514.755 267.424 511.667 265.277C510.258 264.27 509.318 263.152 508.781 261.944C508.245 260.736 508.043 259.349 508.222 257.693C508.603 254.539 510.347 252.167 513.882 250.512C517.663 248.722 522.607 247.76 528.848 247.76C535.47 247.76 540.526 249.192 544.217 251.854C547.797 254.337 549.542 257.872 549.34 262.727L549.273 264.762H589.921V262.816C589.921 247.895 584.53 235.814 573.725 226.776C563.009 217.761 548.535 213.354 530.549 213.354L530.683 213.443ZM227.42 216.776H186.079L167.533 312.234C163.842 331.54 166.056 346.641 174.848 356.998C183.73 367.401 199.792 372.278 222.32 372.278C244.847 372.278 260.664 367.647 272.274 358.05C283.863 348.497 291.469 333.956 295.227 314.695L314.108 216.754H272.744L254.198 312.211C252.431 321.406 249.031 327.826 244.243 331.831C239.434 335.791 232.812 337.871 224.221 337.871C216.458 337.871 211.872 336.014 209.591 332.994C207.286 329.862 206.638 324.001 208.517 314.695L227.398 216.776H227.42ZM455.74 216.776H339.343L309.724 368.945H427.328L434.196 334.56H357.821L362.855 307.983H427.552L434.42 273.599H369.7L374.108 251.183H449.163L455.784 216.799L455.74 216.776ZM731.374 216.776H603.926L597.416 251.161H640.547L617.46 368.945H658.824L681.822 251.161H724.774L731.396 216.776H731.374ZM71.2925 251.496C76.6168 249.058 82.5452 247.827 89.1223 247.827C93.9991 247.827 98.0259 248.566 101.314 249.997C104.693 251.429 107.243 253.375 109.033 255.747C110.845 258.118 112.209 261.116 113.037 264.807V264.852C113.932 268.521 114.334 272.413 114.2 276.574C114.066 280.758 113.507 285.388 112.522 290.422C111.135 297.335 109.211 303.576 106.773 309.169C104.335 314.672 101.292 319.661 97.6456 324.113C94.0663 328.475 89.6368 331.876 84.3572 334.314C79.1 336.685 73.2388 337.893 66.7288 337.893C55.8788 337.893 48.899 334.314 45.1407 327.58C41.2705 320.645 40.4875 309.907 43.3286 294.963C44.6485 288.14 46.5053 281.966 48.8766 276.44C51.2927 270.937 54.3576 265.993 58.0041 261.63C61.5834 257.268 66.0129 253.912 71.2701 251.541L71.2925 251.496Z\" fill=\"black\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_82_1717\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(726.593 110.253) rotate(105.47) scale(49.0786 78.14)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint1_linear_82_1717\" x1=\"747.302\" y1=\"43.8472\" x2=\"706.721\" y2=\"119.618\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.17\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.77\" stop-color=\"#292929\"/>\\n<stop offset=\"0.91\" stop-color=\"#564E39\"/>\\n<stop offset=\"1\" stop-color=\"#FFE29E\"/>\\n</linearGradient>\\n<radialGradient id=\"paint2_radial_82_1717\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(592.855 92.0764) rotate(99.09) scale(59.5402 57.5429)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<radialGradient id=\"paint3_radial_82_1717\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(592.855 92.0776) rotate(99.09) scale(59.5402 57.5429)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint4_linear_82_1717\" x1=\"620.749\" y1=\"87.7624\" x2=\"539.9\" y2=\"196.531\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.22\" stop-color=\"#292929\"/>\\n<stop offset=\"0.43\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.64\" stop-color=\"#564E39\"/>\\n</linearGradient>\\n<radialGradient id=\"paint5_radial_82_1717\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(654.467 -5.552) rotate(100.11) scale(166.154 177.904)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<radialGradient id=\"paint6_radial_82_1717\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(654.469 -5.55225) rotate(100.11) scale(166.154 177.904)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint7_linear_82_1717\" x1=\"734.305\" y1=\"61.386\" x2=\"523.659\" y2=\"162.324\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.15\" stop-color=\"#FBDE9B\"/>\\n<stop offset=\"0.23\" stop-color=\"#726851\"/>\\n<stop offset=\"0.3\" stop-color=\"#292929\"/>\\n<stop offset=\"0.46\" stop-color=\"#564E39\"/>\\n<stop offset=\"0.72\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.92\" stop-color=\"#292929\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',height:\"100%\",id:\"HKefC_iJ7\",layoutId:\"HKefC_iJ7\",name:\"1\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:426,pixelWidth:795,src:\"https://framerusercontent.com/images/9pNvfLHse3cVjFGsQlfNE5Bdss.svg\",srcSet:\"https://framerusercontent.com/images/9pNvfLHse3cVjFGsQlfNE5Bdss.svg?scale-down-to=512 512w,https://framerusercontent.com/images/9pNvfLHse3cVjFGsQlfNE5Bdss.svg 795w\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+380.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tp3lvi-container\",\"data-framer-name\":\"2\",isModuleExternal:true,name:\"2\",nodeId:\"RSNPJBM_D\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/mQirvNv6kWiOl3XcKirSO0apoM.zip\",gq_M7uaJY:'<svg width=\"310\" height=\"162\" viewBox=\"0 0 310 162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M300.114 44.696H299.827C298.894 44.696 297.97 44.5614 297.073 44.3013L296.257 44.0591C294.822 43.6376 293.53 42.8213 292.535 41.7091C291.225 40.2381 290.499 38.3455 290.499 36.3721V35.4034C290.499 35.3496 290.499 35.2868 290.499 35.224C290.499 35.0446 290.525 34.5692 290.615 34.031C290.723 33.3224 290.893 32.7574 291.126 32.3537C291.396 31.8783 291.889 30.9993 292.983 30.9007C293.369 30.8648 293.719 30.9186 294.042 31.0711C294.373 31.2236 294.643 31.4568 294.831 31.6362C295.405 32.1743 295.477 32.874 295.477 33.3494C295.477 33.5557 295.468 33.762 295.45 33.9683C295.45 33.9862 295.45 34.0131 295.45 34.031V34.0759C295.432 34.2822 295.423 34.4437 295.441 34.5603C295.566 35.6366 296.365 36.9103 296.706 37.4126C296.867 37.6548 297.091 37.888 297.378 38.1033L297.585 38.2647C297.89 38.4979 298.23 38.6684 298.598 38.7581H298.634C299.163 38.9016 299.71 38.8747 300.222 38.6953C300.823 38.48 301.334 38.0584 301.648 37.5023L301.899 37.0628C302.258 36.4439 302.446 35.7353 302.446 35.0177V34.2553C302.446 32.9637 302.087 31.699 301.406 30.5957L301.02 29.9678C300.554 29.2144 299.908 28.5685 299.154 28.1021C297.872 27.3128 296.356 27.0527 294.876 27.3846L294.257 27.5191C293.593 27.6716 292.956 27.9138 292.355 28.2367L285.332 32.0757H285.323L279.699 34.8832C278.381 35.538 277.654 36.9552 277.887 38.4082V38.4262C277.941 38.767 277.708 39.0899 277.367 39.1438C277.026 39.1976 276.712 38.9644 276.649 38.6325C276.649 38.6235 276.649 38.6145 276.649 38.6056C276.631 38.5248 276.56 38.2827 276.21 37.7535C275.968 37.3857 275.636 36.9282 275.187 36.3632C274.9 35.9954 274.595 35.6187 274.299 35.2509L274.272 35.224C273.806 34.641 273.358 34.0938 273.088 33.7082C272.541 32.9278 272.272 32.282 272.102 31.8066C272.03 31.6182 271.976 31.4299 271.922 31.2684L271.904 31.2056C271.904 31.2056 271.878 31.1249 271.869 31.089C271.797 30.8737 271.734 30.7033 271.662 30.5508C271.582 30.3715 271.573 30.1651 271.644 29.9678C271.689 29.8512 271.752 29.7436 271.833 29.6449C271.896 29.5731 271.994 29.4745 272.138 29.4117C272.299 29.331 272.479 29.313 272.649 29.3579H273.806C274.299 29.3579 274.784 29.2772 275.25 29.1247L277.537 28.3623C278.721 27.9676 279.87 27.4563 280.955 26.8374L285.96 23.994C285.96 23.994 285.987 23.9851 285.987 23.9761L288.929 22.523C290.615 21.6888 292.418 21.1238 294.275 20.8278L295.566 20.6304C297.028 20.4062 298.499 20.451 299.944 20.7739C301.468 21.1148 302.895 21.7516 304.168 22.6575L304.419 22.8369C305.837 23.8415 307.021 25.0973 307.945 26.5593L308.07 26.7567C309.012 28.2456 309.622 29.8961 309.873 31.6362C310.097 33.2059 310.025 34.7935 309.649 36.3363L309.532 36.8116C309.263 37.9149 308.824 38.9554 308.214 39.9152C307.595 40.8839 306.823 41.736 305.917 42.4446L305.388 42.8572C304.94 43.207 304.455 43.512 303.953 43.7721C302.76 44.3731 301.433 44.687 300.105 44.687L300.114 44.696ZM293.216 31.5106C293.163 31.5106 293.109 31.5106 293.046 31.5106C292.337 31.5734 291.979 32.1116 291.683 32.6497C291.485 32.9906 291.342 33.4839 291.243 34.1208C291.162 34.6231 291.144 35.0715 291.135 35.242C291.135 35.2958 291.135 35.3496 291.135 35.3945V36.3632C291.135 38.184 291.799 39.9241 293.01 41.2785C293.925 42.31 295.118 43.0545 296.436 43.4492L297.253 43.6914C298.087 43.9336 298.957 44.0591 299.827 44.0591H300.114C301.343 44.0591 302.581 43.7631 303.684 43.207C304.15 42.9738 304.599 42.6868 305.011 42.3639L305.541 41.9513C306.393 41.2875 307.11 40.4892 307.693 39.5833C308.267 38.6863 308.68 37.7086 308.931 36.6681L309.048 36.1927C309.407 34.7217 309.469 33.2238 309.254 31.7259C309.012 30.0665 308.438 28.5058 307.55 27.0886L307.424 26.8912C306.545 25.492 305.415 24.299 304.07 23.3482L303.818 23.1688C302.608 22.3077 301.262 21.7068 299.818 21.3839C298.455 21.0789 297.055 21.034 295.674 21.2493L294.382 21.4466C292.588 21.7247 290.848 22.2808 289.216 23.0791L286.274 24.5322L281.278 27.3666C280.157 28.0035 278.973 28.5327 277.744 28.9453L275.456 29.7077C274.927 29.8871 274.371 29.9768 273.815 29.9768H272.604C272.604 29.9768 272.532 29.9768 272.496 29.9588C272.461 29.9499 272.425 29.9588 272.407 29.9678C272.371 29.9857 272.335 30.0127 272.308 30.0486C272.272 30.0844 272.254 30.1293 272.236 30.1651C272.227 30.192 272.218 30.2369 272.236 30.2728C272.317 30.4522 272.389 30.6495 272.47 30.8737C272.479 30.9096 272.496 30.9545 272.505 30.9904L272.523 31.0531C272.577 31.2236 272.631 31.394 272.703 31.5734C272.864 32.0129 273.106 32.6049 273.609 33.3225C273.869 33.6902 274.299 34.2284 274.766 34.8025L274.793 34.8294C275.089 35.1971 275.394 35.5738 275.69 35.9416C276.147 36.5246 276.488 36.991 276.739 37.3767C277.044 37.8521 277.223 38.202 277.268 38.4531C276.999 36.7309 277.869 35.0626 279.421 34.2822L285.045 31.4747L292.068 27.6357C292.714 27.2769 293.414 27.0168 294.131 26.8553L294.75 26.7208C296.383 26.353 298.069 26.6401 299.495 27.5191C300.329 28.0393 301.047 28.7479 301.558 29.5821L301.944 30.21C302.688 31.4119 303.083 32.7932 303.083 34.2015V34.9639C303.083 35.7891 302.868 36.6053 302.455 37.3139L302.204 37.7535C301.809 38.4352 301.181 38.9644 300.446 39.2245C299.818 39.4487 299.136 39.4846 298.482 39.3142H298.446C297.988 39.1886 297.576 38.9823 297.208 38.6953L297.002 38.5338C296.661 38.2737 296.392 37.9956 296.194 37.6907C295.746 37.0269 294.965 35.7263 294.831 34.5603C294.813 34.3899 294.813 34.2015 294.831 33.9593V33.9145C294.831 33.9145 294.831 33.8786 294.831 33.8607C294.849 33.6633 294.858 33.4749 294.858 33.2866C294.858 32.7036 294.714 32.3179 294.409 32.0308C294.167 31.8066 293.979 31.6631 293.781 31.5734C293.602 31.4926 293.414 31.4478 293.207 31.4478L293.216 31.5106Z\" fill=\"black\"/>\\n<path d=\"M285.054 31.5191L279.43 34.3266C277.878 35.107 277.008 36.8022 277.277 38.5154C277.08 37.4301 274.461 34.5688 273.618 33.3579C272.676 32.0125 272.595 31.0527 272.245 30.2993C272.191 30.1737 272.407 29.9225 272.523 29.9853C272.541 29.9853 272.559 29.9943 272.577 29.9943H273.824C274.38 29.9943 274.936 29.9046 275.465 29.7252L277.753 28.9628C278.982 28.5502 280.166 28.021 281.287 27.3841L286.292 24.5407L289.234 23.0877C290.866 22.2804 292.606 21.7332 294.4 21.4552L295.692 21.2579C297.064 21.0426 298.473 21.0874 299.836 21.3924C301.271 21.7153 302.634 22.3253 303.836 23.1774L304.088 23.3567C305.424 24.3075 306.572 25.5184 307.451 26.8998L307.577 27.0971C308.465 28.5053 309.048 30.084 309.29 31.7344C309.505 33.2234 309.433 34.7392 309.084 36.2013L308.967 36.6767C308.716 37.7082 308.294 38.6948 307.729 39.5918C307.146 40.4977 306.42 41.2961 305.576 41.9598L305.047 42.3724C304.635 42.6953 304.186 42.9823 303.72 43.2156C302.608 43.7717 301.388 44.0677 300.15 44.0677H299.863C298.993 44.0677 298.123 43.9421 297.289 43.6999L296.472 43.4577C295.145 43.072 293.961 42.3186 293.046 41.2871C291.835 39.9327 291.171 38.1836 291.171 36.3717V35.403C291.171 35.3492 291.171 35.3043 291.171 35.2505C291.18 34.9097 291.261 33.4745 291.718 32.6672C292.041 32.0932 292.391 31.5909 293.082 31.5281C293.656 31.4743 294.024 31.6985 294.445 32.1022C295.181 32.7928 294.777 33.923 294.858 34.6406C294.992 35.8066 295.764 37.0893 296.221 37.771C296.436 38.0939 296.723 38.3719 297.028 38.6141L297.235 38.7756C297.602 39.0626 298.024 39.2689 298.473 39.3855H298.508C299.154 39.5649 299.836 39.529 300.473 39.3048C301.217 39.0357 301.845 38.5155 302.231 37.8338L302.482 37.3942C302.895 36.6767 303.11 35.8694 303.11 35.0442V34.2818C303.11 32.8736 302.715 31.4922 301.971 30.2903L301.585 29.6624C301.065 28.8193 300.356 28.1196 299.513 27.5994C298.096 26.7204 296.392 26.4423 294.768 26.8011L294.149 26.9357C293.432 27.0971 292.732 27.3572 292.086 27.716L285.063 31.555L285.054 31.5191Z\" fill=\"url(#paint0_radial_82_1755)\"/>\\n<path d=\"M300.114 44.3817H299.827C298.921 44.3817 298.024 44.2561 297.163 43.996L296.347 43.7538C294.966 43.3502 293.728 42.5698 292.768 41.4935C291.503 40.0852 290.813 38.2644 290.813 36.3628V35.3941C290.813 35.3403 290.813 35.2865 290.813 35.2327C290.831 34.8111 290.92 33.358 291.396 32.5059C291.727 31.9229 292.149 31.286 293.01 31.2053C293.701 31.1425 294.149 31.4206 294.625 31.8601C295.253 32.4521 295.19 33.2683 295.145 33.9321C295.127 34.1742 295.109 34.4075 295.136 34.5868C295.262 35.6901 296.015 36.9369 296.446 37.5827C296.634 37.8518 296.876 38.1029 297.19 38.3541L297.396 38.5155C297.728 38.7756 298.114 38.964 298.526 39.0717H298.562C299.154 39.2331 299.764 39.2062 300.338 38.9999C301.011 38.7577 301.576 38.2823 301.935 37.6634L302.186 37.2239C302.572 36.5602 302.769 35.7977 302.769 35.0264V34.2639C302.769 32.9095 302.392 31.591 301.684 30.4339L301.298 29.806C300.805 29.0077 300.123 28.335 299.334 27.8417C297.979 27.0075 296.374 26.7384 294.822 27.0882L294.203 27.2228C293.512 27.3752 292.84 27.6264 292.221 27.9672L285.198 31.8063C285.198 31.8063 285.198 31.8063 285.189 31.8063L279.565 34.6138C278.13 35.3313 277.331 36.8831 277.582 38.4617C277.582 38.4707 277.582 38.4886 277.582 38.4976C277.6 38.668 277.484 38.8295 277.304 38.8474C277.134 38.8654 276.972 38.7488 276.954 38.5694C276.954 38.5694 276.954 38.5694 276.954 38.5604C276.829 37.8787 275.492 36.2373 274.524 35.0353C274.039 34.4344 273.618 33.9141 273.349 33.5374C272.676 32.5776 272.425 31.7973 272.219 31.1694C272.129 30.8914 272.048 30.6492 271.949 30.4339C271.851 30.2186 271.958 29.9675 272.12 29.824C272.272 29.6805 272.452 29.6356 272.604 29.6894H273.815C274.344 29.6894 274.856 29.6087 275.358 29.4383L277.645 28.6759C278.847 28.2722 280.022 27.752 281.125 27.1241L286.13 24.2807C286.13 24.2807 286.139 24.2807 286.148 24.2807L289.09 22.8276C290.75 22.0114 292.517 21.4463 294.347 21.1593L295.638 20.962C297.055 20.7377 298.491 20.7826 299.899 21.1055C301.388 21.4374 302.769 22.0562 304.016 22.9353L304.267 23.1147C305.648 24.0924 306.805 25.3212 307.711 26.7474L307.837 26.9447C308.752 28.3978 309.344 30.0033 309.595 31.7076C309.819 33.2414 309.739 34.7842 309.38 36.2911L309.263 36.7665C309.003 37.8339 308.572 38.8474 307.98 39.7713C307.38 40.7131 306.635 41.5383 305.756 42.22L305.227 42.6326C304.796 42.9735 304.33 43.2694 303.845 43.5116C302.697 44.0857 301.415 44.3907 300.132 44.3907L300.114 44.3817ZM293.207 31.8242C293.207 31.8242 293.118 31.8242 293.073 31.8242C292.562 31.869 292.284 32.2099 291.952 32.8019C291.62 33.3849 291.476 34.4433 291.449 35.2416C291.449 35.2865 291.449 35.3313 291.449 35.3851V36.3539C291.449 38.094 292.086 39.7623 293.243 41.0629C294.122 42.0496 295.262 42.7672 296.526 43.1349L297.342 43.3771C298.15 43.6103 298.984 43.7359 299.827 43.7359H300.114C301.298 43.7359 302.482 43.4578 303.541 42.9196C303.989 42.6954 304.42 42.4173 304.823 42.1034L305.352 41.6908C306.178 41.045 306.877 40.2736 307.433 39.3946C307.989 38.5245 308.393 37.5827 308.635 36.5781L308.752 36.1027C309.093 34.6765 309.164 33.2145 308.958 31.7614C308.725 30.1469 308.169 28.631 307.299 27.2497L307.173 27.0523C306.312 25.6889 305.209 24.5229 303.899 23.5901L303.648 23.4107C302.473 22.5765 301.164 21.9935 299.764 21.6795C298.437 21.3835 297.082 21.3387 295.737 21.545L294.445 21.7423C292.678 22.0204 290.965 22.5586 289.368 23.3479L286.435 24.792L281.439 27.6264C280.3 28.2722 279.089 28.8104 277.851 29.223L275.564 29.9854C274.999 30.1738 274.416 30.2725 273.824 30.2725H272.595C272.685 30.4788 272.757 30.703 272.828 30.9272C273.026 31.5461 273.259 32.2457 273.878 33.1337C274.129 33.5015 274.569 34.0307 275.026 34.5958C275.717 35.4479 276.461 36.3628 276.972 37.1432C277.188 35.8067 278.031 34.6317 279.296 34.0038L284.911 31.1963L291.925 27.3663C292.598 26.9985 293.324 26.7294 294.069 26.559L294.687 26.4245C296.401 26.0388 298.168 26.3348 299.666 27.2586C300.545 27.7968 301.289 28.5503 301.836 29.4293L302.222 30.0572C302.993 31.3039 303.406 32.7481 303.406 34.2101V34.9725C303.406 35.8516 303.173 36.7216 302.733 37.484L302.482 37.9236C302.052 38.668 301.37 39.2421 300.554 39.5381C299.863 39.7892 299.118 39.8161 298.41 39.6367H298.374C297.881 39.5022 297.423 39.2779 297.02 38.964L296.813 38.8026C296.446 38.5155 296.158 38.2195 295.934 37.8877C295.468 37.197 294.661 35.8426 294.517 34.6138C294.49 34.3716 294.517 34.1204 294.526 33.8424C294.571 33.2593 294.607 32.6584 294.203 32.2727C293.871 31.9587 293.602 31.7793 293.216 31.7793L293.207 31.8242Z\" fill=\"url(#paint1_linear_82_1755)\"/>\\n<path d=\"M238.367 41.1975L242.377 38.6233C242.457 38.5694 242.502 38.5425 242.574 38.4618C243.265 37.6186 244.574 35.753 245.633 35.9951C247.812 36.4885 249.956 37.1881 250.404 37.8698C251.14 39.3857 250.485 41.2155 248.96 41.9241L248.485 42.1483L245.372 43.8077L239.982 46.8395L235.82 48.7051L233.631 50.0057C232.949 50.4094 232.322 50.9027 231.765 51.4678L231.173 52.0688C230.788 52.4634 230.474 52.9298 230.25 53.4321L230.151 53.6564C229.963 54.0869 229.864 54.5444 229.864 55.0108C229.864 55.4772 229.963 55.9347 230.142 56.3652L230.16 56.4011C230.241 56.5894 230.348 56.7778 230.456 56.9572L230.815 57.4864C231.129 57.9618 231.523 58.3834 231.981 58.7332L232.053 58.787C232.411 59.0651 232.815 59.2893 233.245 59.4508L233.344 59.4866C233.622 59.5943 233.909 59.6571 234.205 59.6929C234.708 59.7557 235.219 59.7109 235.712 59.5674L235.775 59.5494C236.313 59.388 236.806 59.1189 237.237 58.7601L237.892 58.213L239.21 57.011L240.915 55.7284L241.874 55.1722C242.251 54.948 242.691 54.8404 243.13 54.8404H243.686C243.848 54.8404 244 54.8942 244.135 54.9839C244.323 55.1184 244.44 55.3247 244.458 55.549L244.484 55.9347C244.52 56.419 244.332 56.9034 243.964 57.2263L242.861 58.2219L241.157 59.9889L240.125 61.0205C239.515 61.6304 238.834 62.1686 238.098 62.6171L237.82 62.7875C237.004 63.2898 236.116 63.6486 235.183 63.8638L235.012 63.8997C234.187 64.0881 233.344 64.1419 232.51 64.0522C231.846 63.9894 231.2 63.8369 230.581 63.6037L230.241 63.4781C229.649 63.2539 229.084 62.9669 228.554 62.6171C227.98 62.2403 227.46 61.7829 226.994 61.2716L226.635 60.868C226.267 60.4554 225.944 60.0159 225.666 59.5315C225.173 58.6614 224.85 57.7017 224.715 56.715L224.653 56.2307C224.572 55.6207 224.554 55.0018 224.599 54.3919C224.662 53.468 224.859 52.5531 225.191 51.6831L225.567 50.6964C225.729 50.2838 225.917 49.8802 226.142 49.4945C226.59 48.7231 227.155 48.0324 227.81 47.4314L228.043 47.2162C228.563 46.7497 229.119 46.3461 229.72 45.9963L233.407 43.8256L238.376 41.2065L238.367 41.1975Z\" fill=\"url(#paint2_radial_82_1755)\"/>\\n<path opacity=\"0.5\" d=\"M233.273 64.7072C232.995 64.7072 232.708 64.6892 232.43 64.6623C231.712 64.5906 231.012 64.4291 230.34 64.178L229.999 64.0524C229.362 63.8192 228.752 63.5052 228.187 63.1285C227.568 62.7159 227.003 62.2315 226.51 61.6844L226.151 61.2807C225.747 60.8412 225.397 60.3569 225.11 59.8366C224.572 58.8948 224.222 57.8723 224.079 56.787L224.016 56.3026C223.935 55.6568 223.908 54.993 223.953 54.3383C224.025 53.3426 224.231 52.3739 224.59 51.45L224.967 50.4634C225.137 50.0149 225.344 49.5843 225.586 49.1717C226.061 48.3465 226.671 47.602 227.38 46.9562L227.613 46.741C228.16 46.2476 228.761 45.8171 229.389 45.4404L233.075 43.2697C233.075 43.2697 233.093 43.2608 233.111 43.2518L238.054 40.6506L242.063 38.0853C242.081 38.0763 242.09 38.0673 242.09 38.0673C242.162 37.9776 242.242 37.8789 242.332 37.7623C242.646 37.3677 243.068 36.8295 243.516 36.381C243.866 36.0312 244.189 35.7801 244.503 35.6096C244.942 35.3674 245.373 35.2957 245.767 35.3854C246.969 35.6545 248.046 35.9684 248.88 36.2734C249.364 36.4528 249.768 36.6322 250.082 36.8116C250.485 37.0358 250.764 37.269 250.925 37.5202C250.943 37.5381 250.952 37.565 250.961 37.5919C251.391 38.4799 251.445 39.4756 251.113 40.4084C250.781 41.3323 250.109 42.0768 249.212 42.4894L248.745 42.7046L245.651 44.355L240.269 47.3778C240.269 47.3778 240.233 47.3957 240.215 47.4047L236.089 49.2614L233.927 50.5441C233.291 50.9208 232.708 51.3783 232.187 51.9075L231.595 52.5084C231.263 52.8493 230.994 53.2439 230.797 53.6835L230.698 53.9077C230.546 54.2575 230.465 54.6253 230.465 55.011C230.465 55.3967 230.546 55.7644 230.698 56.1143L230.716 56.1591C230.788 56.3205 230.869 56.473 230.968 56.6166L231.326 57.1547C231.604 57.5763 231.945 57.944 232.349 58.249L232.421 58.3028C232.735 58.545 233.075 58.7334 233.452 58.8769L233.551 58.9128C233.784 59.0025 234.026 59.0563 234.268 59.0832C234.69 59.137 235.111 59.1011 235.515 58.9756L235.578 58.9576C236.035 58.8231 236.448 58.5988 236.807 58.2939L237.453 57.7467L238.762 56.5538C238.762 56.5538 238.789 56.5268 238.807 56.5179L240.502 55.2352C240.502 55.2352 240.547 55.2083 240.565 55.1904L241.534 54.6342C242.009 54.3562 242.556 54.2127 243.103 54.2127H243.66C243.956 54.2127 244.234 54.3024 244.476 54.4728C244.817 54.715 245.023 55.0917 245.059 55.5043L245.086 55.89C245.14 56.5807 244.87 57.2354 244.359 57.6929L243.274 58.6706L241.597 60.4107C241.597 60.4107 241.579 60.4286 241.57 60.4376L240.547 61.4602C239.901 62.106 239.184 62.6711 238.403 63.1465L238.125 63.3169C237.246 63.8551 236.295 64.2407 235.3 64.465L235.129 64.5008C234.519 64.6444 233.892 64.7072 233.264 64.7072H233.273ZM233.398 43.8079L229.712 45.9785C229.12 46.3284 228.555 46.741 228.034 47.1984L227.801 47.4137C227.137 48.0057 226.572 48.7053 226.133 49.4767C225.909 49.8624 225.72 50.266 225.559 50.6786L225.182 51.6653C224.85 52.5353 224.653 53.4413 224.59 54.3741C224.545 54.993 224.572 55.6119 224.653 56.2129L224.716 56.6973C224.85 57.6929 225.164 58.6437 225.666 59.5137C225.936 59.9891 226.258 60.4376 226.635 60.8502L226.994 61.2538C227.451 61.7651 227.981 62.2136 228.555 62.5993C229.084 62.9491 229.649 63.2362 230.241 63.4604L230.582 63.586C231.201 63.8192 231.856 63.9716 232.51 64.0344C233.353 64.1152 234.197 64.0703 235.013 63.882L235.183 63.8461C236.116 63.6308 237.004 63.272 237.82 62.7697L238.098 62.5993C238.834 62.1508 239.516 61.6126 240.126 61.0027L241.157 59.9712L242.843 58.2221C242.843 58.2221 242.852 58.2131 242.861 58.2042L243.956 57.2175C244.323 56.8856 244.512 56.4192 244.476 55.9259L244.449 55.5402C244.431 55.3159 244.314 55.1096 244.135 54.9751C244.009 54.8854 243.848 54.8316 243.686 54.8316H243.13C242.691 54.8316 242.26 54.9482 241.875 55.1635L240.915 55.7196L239.211 57.0022L237.892 58.2042L237.246 58.7513C236.896 59.0473 236.511 59.2805 236.08 59.442C236.08 59.442 236.089 59.5137 236.089 59.5406C236.089 59.6752 235.999 59.8008 235.865 59.8456C235.695 59.8994 235.524 59.8008 235.479 59.6303C235.067 59.7111 234.645 59.738 234.215 59.6842C233.99 59.6572 233.766 59.6124 233.551 59.5406C233.488 59.7111 233.309 59.7918 233.147 59.729C233.022 59.6842 232.941 59.5586 232.941 59.433C232.941 59.3971 232.941 59.3613 232.959 59.3254C232.636 59.1729 232.34 58.9845 232.053 58.7782L231.981 58.7244C231.533 58.3746 231.138 57.962 230.824 57.4776L230.465 56.9394C230.349 56.769 230.25 56.5807 230.16 56.3833L230.142 56.3385C229.954 55.908 229.864 55.4595 229.864 54.9841C229.864 54.5087 229.963 54.0602 230.151 53.6296L230.25 53.4054C230.474 52.8941 230.779 52.4367 231.174 52.042L231.766 51.441C232.322 50.876 232.95 50.3827 233.631 49.979L235.811 48.6874C235.811 48.6874 235.829 48.6784 235.847 48.6694L239.991 46.8127L245.391 43.781L248.494 42.1216C248.494 42.1216 248.503 42.1216 248.512 42.1216L248.988 41.9063C249.723 41.5655 250.288 40.9466 250.557 40.1842C250.826 39.4128 250.79 38.5876 250.432 37.861C250.324 37.6906 250.109 37.5202 249.804 37.3497C249.517 37.1883 249.14 37.0179 248.691 36.8564C247.884 36.5515 246.835 36.2555 245.66 35.9864C245.418 35.9325 245.131 35.9864 244.835 36.1478C244.574 36.2913 244.296 36.5066 243.991 36.8116C243.57 37.2331 243.157 37.7534 242.852 38.1301C242.763 38.2467 242.673 38.3544 242.601 38.453C242.565 38.4979 242.538 38.5248 242.511 38.5427C242.493 38.5607 242.476 38.5696 242.431 38.5965H242.413C242.413 38.5965 242.413 38.6145 242.404 38.6145L238.403 41.1798C238.403 41.1798 238.385 41.1888 238.376 41.1977L233.425 43.8079H233.398Z\" fill=\"black\"/>\\n<path d=\"M238.368 41.1981L242.377 38.6238C242.458 38.57 242.503 38.543 242.574 38.4623C243.265 37.6192 244.575 35.7535 245.633 35.9957C247.813 36.489 249.956 37.1886 250.405 37.8703C251.14 39.3862 250.486 41.216 248.961 41.9246L248.485 42.1488L245.373 43.8082L239.982 46.84L235.82 48.7057L233.632 50.0063C232.95 50.4099 232.322 50.9032 231.766 51.4683L231.174 52.0693C230.788 52.4639 230.474 52.9303 230.25 53.4326L230.151 53.6569C229.963 54.0874 229.864 54.5449 229.864 55.0113C229.864 55.4777 229.963 55.9352 230.142 56.3657L230.16 56.4016C230.241 56.59 230.349 56.7783 230.456 56.9577L230.815 57.4869C231.129 57.9623 231.524 58.3839 231.981 58.7337L232.053 58.7875C232.412 59.0656 232.815 59.2898 233.246 59.4513L233.345 59.4872C233.623 59.5948 233.91 59.6576 234.206 59.6935C234.708 59.7563 235.219 59.7114 235.713 59.5679L235.775 59.5499C236.314 59.3885 236.807 59.1194 237.237 58.7606L237.892 58.2135L239.211 57.0116L240.915 55.7289L241.875 55.1728C242.251 54.9485 242.691 54.8409 243.131 54.8409H243.687C243.848 54.8409 244.001 54.8947 244.135 54.9844C244.323 55.1189 244.44 55.3253 244.458 55.5495L244.485 55.9352C244.521 56.4195 244.332 56.9039 243.965 57.2268L242.861 58.2224L241.157 59.9895L240.126 61.021C239.516 61.6309 238.834 62.1691 238.099 62.6176L237.82 62.788C237.004 63.2903 236.116 63.6491 235.183 63.8643L235.013 63.9002C234.188 64.0886 233.345 64.1424 232.51 64.0527C231.847 63.9899 231.201 63.8374 230.582 63.6042L230.241 63.4787C229.649 63.2544 229.084 62.9674 228.555 62.6176C227.981 62.2409 227.461 61.7834 226.994 61.2721L226.635 60.8685C226.268 60.4559 225.945 60.0164 225.667 59.532C225.173 58.662 224.85 57.7022 224.716 56.7155L224.653 56.2312C224.572 55.6212 224.554 55.0023 224.599 54.3924C224.662 53.4685 224.859 52.5536 225.191 51.6836L225.568 50.6969C225.729 50.2843 225.918 49.8807 226.142 49.495C226.59 48.7236 227.156 48.0329 227.81 47.432L228.044 47.2167C228.564 46.7503 229.12 46.3466 229.721 45.9968L233.407 43.8262L238.377 41.207L238.368 41.1981Z\" fill=\"url(#paint3_radial_82_1755)\"/>\\n<path d=\"M233.272 64.3933C233.003 64.3933 232.734 64.3754 232.456 64.3485C231.765 64.2767 231.093 64.1243 230.447 63.8821L230.106 63.7565C229.496 63.5322 228.904 63.2273 228.357 62.8685C227.765 62.4738 227.218 62.0074 226.733 61.4692L226.375 61.0656C225.989 60.644 225.657 60.1776 225.37 59.6753C224.85 58.7694 224.518 57.7827 224.383 56.7422L224.321 56.2579C224.24 55.63 224.222 54.9842 224.258 54.3563C224.321 53.3965 224.527 52.4547 224.877 51.5578L225.253 50.5711C225.415 50.1406 225.621 49.719 225.845 49.3243C226.312 48.526 226.895 47.8085 227.577 47.1895L227.81 46.9743C228.339 46.4989 228.922 46.0773 229.532 45.7096L233.219 43.5389C233.219 43.5389 233.219 43.5389 233.227 43.5389L238.188 40.9287L242.215 38.3455C242.278 38.3006 242.287 38.3006 242.314 38.2647C242.394 38.1661 242.484 38.0585 242.574 37.9418C243.363 36.9462 244.556 35.4393 245.686 35.6905C247.283 36.0492 250.055 36.7937 250.656 37.6997C250.656 37.7086 250.673 37.7266 250.673 37.7355C251.068 38.5428 251.113 39.4577 250.808 40.3098C250.503 41.1619 249.893 41.8347 249.077 42.2114L248.601 42.4267L245.498 44.0861L240.107 47.1088C240.107 47.1088 240.089 47.1088 240.08 47.1178L235.936 48.9745L233.757 50.2661C233.093 50.6608 232.492 51.1362 231.954 51.6833L231.362 52.2843C231.003 52.6521 230.707 53.0826 230.501 53.558L230.402 53.7822C230.232 54.1679 230.142 54.5895 230.142 55.0111C230.142 55.4327 230.232 55.8453 230.402 56.2399L230.42 56.2758C230.501 56.4552 230.59 56.6256 230.698 56.7781L231.057 57.3073C231.353 57.7558 231.721 58.1504 232.151 58.4733L232.214 58.5272C232.555 58.7873 232.923 58.9936 233.326 59.1461L233.425 59.182C233.676 59.2806 233.945 59.3434 234.214 59.3703C234.681 59.4241 235.138 59.3883 235.595 59.2537L235.658 59.2358C236.161 59.0923 236.609 58.8411 237.004 58.5092L237.65 57.9621L238.968 56.7602C238.968 56.7602 238.986 56.7512 238.986 56.7422L240.69 55.4596C240.69 55.4596 240.708 55.4416 240.726 55.4416L241.686 54.8855C242.116 54.6343 242.601 54.5088 243.094 54.5088H243.65C243.874 54.5088 244.099 54.5805 244.278 54.7151C244.538 54.9035 244.7 55.1905 244.727 55.5134L244.753 55.8991C244.798 56.4911 244.574 57.0562 244.135 57.4508L243.04 58.4375L241.345 60.1955L240.314 61.227C239.686 61.8549 238.986 62.411 238.233 62.8685L237.954 63.0389C237.102 63.5592 236.187 63.9269 235.219 64.1511L235.048 64.187C234.456 64.3216 233.855 64.3933 233.254 64.3933H233.272ZM233.55 44.0861L229.864 46.2477C229.29 46.5886 228.743 46.9832 228.24 47.4317L228.007 47.647C227.37 48.2211 226.823 48.8848 226.393 49.6293C226.177 49.997 225.989 50.3917 225.837 50.7864L225.46 51.7731C225.137 52.6162 224.949 53.4952 224.886 54.3922C224.85 54.9842 224.868 55.5851 224.94 56.1771L225.002 56.6615C225.128 57.6212 225.433 58.5272 225.917 59.3614C226.177 59.8188 226.491 60.2493 226.841 60.635L227.2 61.0387C227.648 61.532 228.151 61.9626 228.698 62.3303C229.2 62.6622 229.747 62.9402 230.312 63.1555L230.653 63.2811C231.254 63.5053 231.873 63.6489 232.51 63.7116C233.317 63.7924 234.124 63.7385 234.914 63.5591L235.084 63.5233C235.981 63.317 236.842 62.9672 237.632 62.4918L237.91 62.3213C238.627 61.8818 239.282 61.3616 239.874 60.7696L240.906 59.7381L242.601 57.98C242.601 57.98 242.61 57.9711 242.619 57.9621L243.722 56.9665C244.018 56.6974 244.17 56.3206 244.135 55.926L244.108 55.5403C244.099 55.4057 244.027 55.2802 243.919 55.2084C243.839 55.1546 243.749 55.1277 243.659 55.1277H243.103C242.717 55.1277 242.341 55.2263 242.009 55.4237L241.067 55.9708L239.39 57.2356L238.08 58.4285L237.425 58.9757C236.959 59.3703 236.43 59.6574 235.856 59.8278L235.793 59.8457C235.264 60.0072 234.716 60.052 234.16 59.9803C233.837 59.9444 233.523 59.8637 233.227 59.756L233.129 59.7201C232.671 59.5497 232.241 59.3075 231.855 59.0115L231.792 58.9577C231.308 58.59 230.895 58.1415 230.564 57.6392L230.205 57.11C230.079 56.9216 229.972 56.7153 229.882 56.509L229.864 56.4731C229.658 56.0067 229.559 55.5044 229.559 54.9931C229.559 54.4819 229.667 53.9796 229.873 53.5131L229.972 53.2889C230.214 52.7417 230.546 52.2574 230.958 51.8269L231.55 51.2259C232.124 50.6429 232.779 50.1316 233.479 49.71L235.667 48.4094C235.667 48.4094 235.685 48.4004 235.703 48.3915L239.856 46.5258L245.238 43.503L248.35 41.8436C248.35 41.8436 248.359 41.8436 248.368 41.8436L248.844 41.6194C249.507 41.3144 250.01 40.7583 250.252 40.0766C250.494 39.3949 250.458 38.6594 250.153 38.0046C249.794 37.5023 248.009 36.8296 245.579 36.2735C244.834 36.1031 243.704 37.5292 243.094 38.3006C242.995 38.4262 242.906 38.5338 242.825 38.6325C242.735 38.7401 242.655 38.794 242.574 38.8388H242.556L238.546 41.4221C238.546 41.4221 238.529 41.431 238.52 41.44L233.559 44.0502L233.55 44.0861Z\" fill=\"url(#paint4_linear_82_1755)\"/>\\n<path d=\"M264.908 79.5787L264.675 79.3993C264.459 79.2378 264.298 79.0226 264.199 78.7804C264.154 78.6817 264.128 78.583 264.11 78.4754L263.939 77.5336L263.832 76.6635C263.769 76.1702 263.616 75.6948 263.365 75.2643C263.132 74.8606 262.836 74.5018 262.477 74.2058L262.109 73.9009C261.778 73.6318 261.419 73.3896 261.042 73.1923L258.369 71.7751L256.1 70.331C255.194 69.7569 254.351 69.1021 253.57 68.3756C252.7 67.5683 251.92 66.6803 251.229 65.7116L250.835 65.1555C250.377 64.5097 249.973 63.828 249.633 63.1194L249.543 62.931C249.023 61.8457 248.664 60.6796 248.493 59.4867L248.476 59.388C248.359 58.6256 248.332 57.8452 248.377 57.0738C248.431 56.1948 248.592 55.3158 248.852 54.4726L249.31 53.0016L250.431 49.5752L251.104 46.8574L251.66 43.9961L251.776 42.3188C251.803 41.96 251.785 41.5922 251.732 41.2334C251.687 40.9285 251.615 40.6325 251.489 40.3454C249.92 36.6499 246.583 36.1835 243.632 35.8965C242.26 35.762 240.914 35.4301 239.622 34.9547C238.546 34.56 237.515 34.0846 236.519 33.5195L233.909 32.0306L230.635 29.9586L227.442 28.0929L226.06 27.3305C225.352 26.9358 224.598 26.6219 223.818 26.3976L223.45 26.29C222.374 25.9761 221.253 25.8595 220.14 25.9492H220.024C219.01 26.0389 218.024 26.308 217.1 26.7385L216.795 26.882C216.014 27.2498 215.306 27.761 214.723 28.3979C213.942 29.241 213.386 30.2636 213.108 31.3848L212.992 31.8691C212.785 32.7213 212.749 33.6003 212.893 34.4613L212.956 34.847C213.054 35.439 213.279 36.0041 213.602 36.5154C214.122 37.3227 214.884 37.9416 215.781 38.2824L215.853 38.3093C216.517 38.5605 217.225 38.6592 217.925 38.5964L219.073 38.4887C219.584 38.4439 220.06 38.2376 220.436 37.8878L220.508 37.825C221.127 37.2688 221.378 36.3988 221.145 35.6005C220.984 35.0354 220.598 34.5511 220.078 34.273L219.154 33.7707C218.732 33.5375 218.472 33.098 218.472 32.6226V32.5957C218.472 32.3894 218.526 32.1831 218.625 32.0037C218.84 31.6269 219.234 31.3937 219.674 31.3937H220.526C220.768 31.3937 221.002 31.4296 221.235 31.4924L221.872 31.6718C222.517 31.8512 223.118 32.1472 223.657 32.5419L223.791 32.6405C224.266 32.9903 224.67 33.4299 224.975 33.9411L225.011 34.0039C225.415 34.6766 225.63 35.448 225.63 36.2284C225.63 36.6858 225.558 37.1433 225.415 37.5828L225.343 37.7891C225.092 38.5425 224.688 39.2332 224.15 39.8252L223.845 40.1571C223.181 40.8836 222.383 41.4756 221.495 41.8972L220.526 42.3636C219.764 42.7314 218.956 42.9735 218.122 43.0901C217.485 43.1798 216.84 43.1888 216.194 43.126H216.131C214.759 42.9825 213.431 42.5161 212.274 41.7716C211.431 41.2245 210.686 40.5428 210.085 39.7445L209.843 39.4305C209.341 38.7668 208.91 38.0492 208.561 37.2868C207.897 35.8158 207.538 34.2012 207.538 32.5867V32.21C207.538 31.1336 207.691 30.0752 207.987 29.0437C208.157 28.4606 208.372 27.8866 208.641 27.3305L208.964 26.6488C209.529 25.4558 210.337 24.3795 211.314 23.4915C212.184 22.7021 213.189 22.0743 214.283 21.6258L214.768 21.4285C216.337 20.7916 218.015 20.4597 219.71 20.4597H221.513C222.876 20.4597 224.24 20.6481 225.558 21.0159C226.787 21.3567 227.962 21.859 229.056 22.5048L232.599 24.5768L236.887 27.0076C238.483 27.9135 240.232 28.4965 242.053 28.7298L244.403 29.0257C245.004 29.0975 245.614 29.0347 246.188 28.8374L246.708 28.658C247.22 28.4786 247.659 28.1288 247.946 27.6624C248.314 27.0704 248.404 26.3438 248.197 25.6801L247.507 23.4915L246.547 21.0338C246.179 20.1009 245.892 19.1412 245.668 18.1635L245.345 16.7373C245.094 15.6341 245.022 14.4949 245.13 13.3737C245.255 12.0641 245.605 10.7994 246.188 9.61545L246.421 9.14003C246.825 8.32379 247.3 7.55241 247.857 6.82587L248.126 6.47607C249.077 5.23826 250.216 4.16188 251.498 3.28285C252.664 2.48455 253.929 1.85669 255.275 1.41718L255.499 1.34543C256.961 0.870041 258.486 0.618866 260.019 0.618866C261.742 0.618866 263.446 0.923843 265.06 1.52481L265.338 1.63244C267.043 2.26032 268.621 3.17523 270.021 4.33231L270.326 4.58346C271.061 5.1934 271.725 5.87509 272.308 6.62854C273.348 7.97399 274.12 9.5078 274.577 11.1492L274.783 11.8937C275.142 13.1943 275.259 14.5487 275.115 15.8852C275.026 16.7284 274.837 17.5536 274.559 18.3519L273.178 22.2806L271.85 25.2675C271.572 25.8864 271.429 26.5591 271.429 27.2318C271.429 28.2095 271.725 29.1693 272.281 29.9765L274.792 33.6182C276.003 35.3762 277.501 36.919 279.223 38.1837L284.785 42.256L287.781 44.7764C288.624 45.485 289.359 46.3192 289.951 47.2431C290.803 48.5616 291.359 50.0506 291.575 51.6113L291.709 52.58C291.889 53.8627 291.808 55.1723 291.458 56.428C291.036 57.9439 290.247 59.3252 289.162 60.4554L288.938 60.6886C287.709 61.9712 286.175 62.922 284.48 63.4602L284.049 63.5948C281.995 64.2496 279.806 64.3392 277.708 63.8459L276.425 63.541C275.465 63.3167 274.568 62.8682 273.806 62.2314C272.783 61.3703 272.048 60.2132 271.725 58.9216L271.339 57.3878C271.079 56.3473 271.151 55.253 271.545 54.2574L271.797 53.6295C272.075 52.9298 272.595 52.3558 273.25 52.006L273.77 51.7279C274.138 51.5306 274.577 51.4768 274.981 51.5754C275.878 51.7997 276.425 52.7056 276.21 53.6115L276.102 54.0511C276.03 54.365 276.021 54.6879 276.084 55.0018L276.317 56.123C276.497 56.9841 276.936 57.7645 277.573 58.3654L277.914 58.6884C278.497 59.2445 279.277 59.5494 280.085 59.5494C280.632 59.5494 281.161 59.4059 281.636 59.1458L281.852 59.0202C282.192 58.8319 282.497 58.5897 282.775 58.3116L283.098 57.9887C283.861 57.2084 284.417 56.2576 284.722 55.2171C284.955 54.4188 285.036 53.5846 284.964 52.7505V52.7146C284.838 51.405 284.345 50.1582 283.538 49.1267L283.457 49.0191C283.08 48.5437 282.65 48.1132 282.165 47.7364L280.39 46.3641L277.474 44.4177L274.487 42.9287C273.608 42.4892 272.694 42.1214 271.761 41.8344L270.604 41.4756C270.119 41.3231 269.626 41.2334 269.133 41.1886L268.603 41.1437C268.137 41.1079 267.671 41.1437 267.231 41.2693C266.513 41.4666 265.877 41.8523 265.365 42.3905L264.262 43.5745C263.733 44.1396 263.275 44.7675 262.899 45.4492L260.764 49.2702L258.593 53.9255L257.921 55.8271C257.391 57.325 257.122 58.8947 257.122 60.4733V61.4331C257.122 61.8816 257.176 62.3211 257.275 62.7516C257.499 63.7114 257.974 64.5994 258.647 65.3259L259.643 66.4023C260.208 67.0212 260.845 67.5683 261.535 68.0437L263.518 69.4071C264.397 70.017 265.168 70.7794 265.778 71.6585C266.827 73.1564 267.384 74.9503 267.384 76.7801V78.3678C267.384 78.6727 267.294 78.9687 267.123 79.2199C266.63 79.9644 265.608 80.1438 264.89 79.6056L264.908 79.5787Z\" fill=\"url(#paint5_radial_82_1755)\"/>\\n<path opacity=\"0.5\" d=\"M265.842 80.5205C265.366 80.5205 264.909 80.368 264.523 80.081L264.29 79.9016C263.985 79.6773 263.752 79.3724 263.608 79.0225C263.554 78.888 263.509 78.7355 263.482 78.592L263.312 77.6502C263.312 77.6502 263.312 77.6233 263.312 77.6143L263.204 76.7443C263.151 76.3317 263.025 75.937 262.819 75.5782C262.63 75.2374 262.379 74.9414 262.074 74.6902L261.706 74.3853C261.41 74.1431 261.088 73.9278 260.747 73.7394L258.074 72.3222C258.074 72.3222 258.047 72.3043 258.029 72.2953L255.76 70.8512C254.827 70.2592 253.948 69.5775 253.132 68.833C252.235 67.9989 251.418 67.075 250.701 66.0794L250.306 65.5232C249.831 64.8505 249.4 64.1419 249.05 63.3885L248.961 63.2001C248.413 62.052 248.046 60.8321 247.857 59.5764L247.839 59.4777C247.723 58.6704 247.687 57.8452 247.741 57.038C247.804 56.1051 247.974 55.1813 248.243 54.2933L248.701 52.8222L249.813 49.4227L250.477 46.7408L251.024 43.9333L251.14 42.2919C251.167 41.9779 251.14 41.664 251.104 41.35C251.06 41.063 250.997 40.8209 250.907 40.6145C249.544 37.3855 246.772 36.8563 243.561 36.5423C242.198 36.4078 240.798 36.0759 239.399 35.5646C238.296 35.161 237.219 34.6677 236.197 34.0846L233.587 32.5957C233.587 32.5957 233.569 32.5867 233.56 32.5777L230.295 30.5147L227.12 28.658L225.747 27.8956C225.074 27.5278 224.366 27.2318 223.63 27.0166L223.263 26.9089C222.258 26.6129 221.218 26.5053 220.177 26.586H220.06C219.119 26.6757 218.213 26.9179 217.352 27.3126L217.047 27.4561C216.338 27.7879 215.701 28.2544 215.163 28.8284C214.454 29.5908 213.952 30.5237 213.701 31.5372L213.584 32.0216C213.396 32.793 213.369 33.5823 213.495 34.3627L213.557 34.7484C213.647 35.2597 213.836 35.744 214.114 36.1746C214.553 36.8652 215.226 37.4034 215.988 37.6904L216.06 37.7173C216.634 37.9326 217.253 38.0133 217.863 37.9595L219.011 37.8519C219.379 37.816 219.738 37.6635 220.016 37.4124L220.087 37.3496C220.536 36.946 220.706 36.336 220.545 35.762C220.428 35.3583 220.15 35.0085 219.782 34.8112L218.859 34.3089C218.231 33.968 217.845 33.3222 217.845 32.6046V32.5777C217.845 32.2638 217.926 31.9499 218.078 31.6808C218.401 31.1067 219.011 30.7479 219.675 30.7479H220.527C220.823 30.7479 221.119 30.7838 221.406 30.8645L222.043 31.0439C222.76 31.2413 223.433 31.5731 224.034 32.0126L224.169 32.1113C224.716 32.5149 225.164 33.0083 225.514 33.5823L225.55 33.6451C226.016 34.4165 226.267 35.2955 226.267 36.1925C226.267 36.7217 226.187 37.242 226.016 37.7443L225.945 37.9506C225.666 38.7937 225.218 39.5561 224.617 40.2109L224.312 40.5428C223.586 41.3321 222.733 41.969 221.774 42.4264L220.805 42.8928C219.989 43.2875 219.119 43.5476 218.213 43.6732C217.522 43.7718 216.831 43.7808 216.141 43.718H216.078C214.616 43.5656 213.19 43.0633 211.943 42.265C211.037 41.673 210.248 40.9464 209.593 40.0943L209.351 39.7804C208.821 39.0897 208.364 38.3273 207.996 37.52C207.288 35.9683 206.92 34.2551 206.92 32.5688V32.192C206.92 31.0619 207.081 29.9317 207.395 28.8464C207.575 28.2274 207.808 27.6265 208.086 27.0435L208.409 26.3618C209.019 25.0881 209.853 23.9579 210.902 23.0071C211.835 22.164 212.894 21.5002 214.06 21.0248L214.544 20.8275C216.195 20.1548 217.944 19.8139 219.729 19.8139H221.531C222.958 19.8139 224.375 20.0113 225.747 20.397C227.021 20.7557 228.25 21.276 229.389 21.9487L232.923 24.0207L237.201 26.4515C238.735 27.3215 240.395 27.8687 242.135 28.0929L244.485 28.3889C244.987 28.4517 245.507 28.3979 245.992 28.2275L246.512 28.0481C246.889 27.9135 247.212 27.6534 247.427 27.3215C247.696 26.882 247.768 26.3528 247.606 25.8595L246.916 23.6978L245.965 21.258C245.588 20.2983 245.283 19.3027 245.059 18.2981L244.736 16.8719C244.476 15.7058 244.395 14.5039 244.503 13.3109C244.628 11.9207 245.005 10.5842 245.624 9.33738L245.857 8.86199C246.279 8.00987 246.781 7.2026 247.355 6.44915L247.624 6.09935C248.611 4.80772 249.795 3.68652 251.14 2.77162C252.351 1.93744 253.679 1.28264 255.069 0.825192L255.293 0.753447C256.818 0.251147 258.406 0 260.011 0C261.814 0 263.581 0.313927 265.276 0.941802L265.554 1.04943C267.33 1.70422 268.963 2.655 270.416 3.85694L270.721 4.10809C271.492 4.74493 272.192 5.46251 272.802 6.25184C273.905 7.66905 274.703 9.26564 275.179 10.9878L275.385 11.7323C275.762 13.1136 275.888 14.5308 275.735 15.957C275.645 16.845 275.448 17.724 275.152 18.5671L273.771 22.4959C273.771 22.4959 273.762 22.5317 273.753 22.5407L272.425 25.5276C272.183 26.0747 272.057 26.6488 272.057 27.2408C272.057 28.1019 272.318 28.9271 272.802 29.6267L275.313 33.2684C276.488 34.9726 277.933 36.4616 279.601 37.6815L285.162 41.7537C285.162 41.7537 285.18 41.7716 285.198 41.7806L288.194 44.3011C289.091 45.0455 289.862 45.9246 290.49 46.9112C291.396 48.3195 291.97 49.8712 292.212 51.5306L292.347 52.4993C292.544 53.8807 292.454 55.262 292.087 56.5984C291.638 58.204 290.795 59.693 289.638 60.8949L289.414 61.1281C288.113 62.4825 286.481 63.4961 284.696 64.0612L284.265 64.1957C282.103 64.8864 279.798 64.9761 277.592 64.4648L276.309 64.1599C275.26 63.9177 274.264 63.4154 273.43 62.7247C272.291 61.7739 271.501 60.5182 271.143 59.083L270.757 57.5492C270.461 56.3742 270.542 55.1543 270.99 54.0331L271.241 53.4052C271.573 52.58 272.192 51.8804 272.981 51.4588L273.502 51.1808C274.013 50.9027 274.605 50.831 275.161 50.9745C276.39 51.2884 277.143 52.5352 276.847 53.764L276.74 54.2036C276.686 54.4188 276.686 54.652 276.731 54.8763L276.964 55.9975C277.116 56.733 277.493 57.3967 278.04 57.917L278.381 58.2399C278.856 58.6884 279.466 58.9305 280.121 58.9305C280.552 58.9305 280.982 58.814 281.359 58.6077L281.574 58.4821C281.861 58.3206 282.121 58.1143 282.355 57.8811L282.669 57.5582C283.35 56.8586 283.862 55.9885 284.14 55.0467C284.355 54.3202 284.427 53.5667 284.355 52.8132V52.7774C284.247 51.5934 283.799 50.4632 283.063 49.5214L282.982 49.4138C282.642 48.9743 282.247 48.5796 281.807 48.2387L280.049 46.8753L277.179 44.9648L274.228 43.4938C273.385 43.0722 272.497 42.7134 271.591 42.4354L270.434 42.0766C269.994 41.942 269.546 41.8524 269.089 41.8165L268.559 41.7716C268.165 41.7357 267.779 41.7716 267.402 41.8792C266.801 42.0407 266.263 42.3726 265.833 42.8211L264.729 44.0051C264.236 44.5343 263.805 45.1263 263.447 45.7541L261.321 49.5573L259.177 54.1677L258.513 56.0423C258.011 57.4775 257.751 58.9664 257.751 60.4823V61.4421C257.751 61.8367 257.796 62.2314 257.885 62.6171C258.092 63.4692 258.513 64.2675 259.105 64.9133L260.101 65.9897C260.639 66.5727 261.24 67.0929 261.886 67.5414L263.868 68.9048C264.819 69.5596 265.626 70.3669 266.29 71.3087C267.42 72.9232 268.012 74.8158 268.012 76.7891V78.3767C268.012 78.8073 267.887 79.2199 267.653 79.5787C267.321 80.081 266.792 80.4218 266.2 80.5295C266.075 80.5474 265.958 80.5564 265.833 80.5564L265.842 80.5205ZM264.55 77.4349L264.72 78.3588C264.729 78.4216 264.747 78.4754 264.774 78.5382C264.837 78.6817 264.927 78.8073 265.052 78.897L265.285 79.0764C265.492 79.2288 265.743 79.2916 265.994 79.2468C266.245 79.2019 266.469 79.0584 266.604 78.8432C266.703 78.6907 266.756 78.5203 266.756 78.3319V76.7443C266.756 75.0311 266.236 73.3896 265.258 71.9814C264.684 71.1652 263.976 70.4565 263.16 69.8915L261.177 68.5281C260.451 68.0258 259.778 67.4428 259.177 66.7969L258.181 65.7206C257.437 64.9133 256.917 63.9266 256.666 62.8593C256.549 62.3749 256.495 61.8816 256.495 61.3972V60.4374C256.495 58.7781 256.773 57.1456 257.329 55.5759L258.002 53.6743C258.002 53.6743 258.02 53.6385 258.029 53.6205L260.2 48.9653C260.2 48.9653 260.218 48.9384 260.218 48.9204L262.352 45.0994C262.756 44.3818 263.249 43.7091 263.805 43.0991L264.909 41.9151C265.492 41.2873 266.236 40.8388 267.061 40.6145C267.582 40.471 268.12 40.4262 268.658 40.471L269.187 40.5159C269.734 40.5607 270.273 40.6684 270.793 40.8298L271.95 41.1886C272.919 41.4846 273.869 41.8703 274.775 42.3188L277.762 43.8077C277.762 43.8077 277.807 43.8346 277.834 43.8436L280.749 45.79C280.749 45.79 280.776 45.808 280.785 45.8169L282.561 47.1893C283.081 47.5929 283.557 48.0593 283.96 48.5796L284.041 48.6872C284.929 49.8174 285.458 51.1718 285.593 52.607V52.6428C285.682 53.5488 285.593 54.4637 285.333 55.3337C285.001 56.4729 284.391 57.5223 283.557 58.3744L283.243 58.6973C282.929 59.0202 282.57 59.2983 282.175 59.5136L281.96 59.6392C281.395 59.9621 280.749 60.1325 280.103 60.1325C279.135 60.1325 278.211 59.7647 277.502 59.092L277.161 58.7691C276.426 58.0784 275.932 57.1904 275.726 56.2038L275.493 55.0826C275.412 54.6789 275.412 54.2574 275.511 53.8537L275.618 53.4142C275.753 52.8491 275.412 52.2751 274.847 52.1405C274.587 52.0777 274.318 52.1046 274.085 52.2302L273.564 52.5083C273.035 52.7953 272.623 53.2617 272.398 53.8179L272.147 54.4457C271.797 55.3247 271.735 56.2666 271.959 57.1904L272.345 58.7243C272.641 59.8993 273.295 60.9308 274.219 61.7111C274.901 62.2762 275.717 62.6888 276.578 62.8862L277.861 63.1911C279.843 63.6575 281.924 63.5768 283.87 62.949L284.301 62.8144C285.889 62.3031 287.342 61.4062 288.499 60.2042L288.723 59.971C289.737 58.9216 290.481 57.612 290.867 56.2038C291.19 55.0287 291.27 53.8178 291.1 52.6159L290.965 51.6472C290.759 50.1672 290.239 48.7859 289.432 47.5301C288.867 46.6511 288.185 45.8708 287.387 45.207L284.4 42.7045L278.856 38.6412C277.071 37.3316 275.529 35.753 274.282 33.9322L271.77 30.2905C271.143 29.3756 270.802 28.2992 270.802 27.187C270.802 26.4156 270.963 25.6711 271.277 24.9625L272.596 21.9936L273.968 18.0918C274.228 17.3383 274.408 16.558 274.488 15.7686C274.623 14.5039 274.515 13.2392 274.174 12.0103L273.968 11.2659C273.537 9.69618 272.811 8.25205 271.806 6.96043C271.25 6.24285 270.613 5.58809 269.923 5.01403L269.618 4.76288C268.272 3.65064 266.756 2.7716 265.115 2.16166L264.837 2.05403C263.285 1.47997 261.662 1.18397 260.011 1.18397C258.54 1.18397 257.087 1.4172 255.688 1.87465L255.464 1.9464C254.181 2.36797 252.961 2.96893 251.849 3.73135C250.62 4.57449 249.535 5.60601 248.62 6.79L248.351 7.13983C247.821 7.82152 247.364 8.56599 246.987 9.34635L246.754 9.82174C246.207 10.934 245.875 12.1269 245.758 13.3558C245.66 14.4232 245.732 15.4906 245.965 16.531L246.288 17.9572C246.503 18.899 246.79 19.8408 247.14 20.7378L248.1 23.2045C248.1 23.2045 248.109 23.2314 248.109 23.2403L248.799 25.4289C249.068 26.2721 248.952 27.178 248.485 27.9315C248.126 28.5145 247.57 28.963 246.916 29.1872L246.395 29.3666C245.732 29.5998 245.014 29.6716 244.323 29.5819L241.973 29.2859C240.063 29.0437 238.251 28.4427 236.574 27.492L232.286 25.0612L228.743 22.9892C227.694 22.3703 226.563 21.8949 225.388 21.563C224.124 21.2042 222.823 21.0248 221.514 21.0248H219.711C218.087 21.0248 216.508 21.3388 215.002 21.9487L214.517 22.146C213.495 22.5676 212.553 23.1506 211.737 23.8951C210.813 24.7293 210.068 25.7249 209.53 26.8551L209.207 27.5368C208.956 28.057 208.75 28.6042 208.588 29.1513C208.301 30.129 208.158 31.1336 208.158 32.1472V32.5239C208.158 34.0398 208.49 35.5736 209.126 36.9639C209.449 37.6815 209.862 38.3632 210.328 38.9821L210.571 39.296C211.136 40.0315 211.817 40.6683 212.607 41.1796C213.683 41.8703 214.912 42.3098 216.177 42.4354H216.239C216.831 42.4982 217.432 42.4892 218.015 42.4085C218.787 42.3008 219.531 42.0766 220.231 41.7358L221.2 41.2693C222.016 40.8747 222.742 40.3365 223.361 39.6638L223.666 39.3319C224.151 38.8116 224.5 38.2017 224.725 37.529L224.796 37.3227C224.922 36.9549 224.985 36.5603 224.985 36.1746C224.985 35.5018 224.805 34.8471 224.456 34.273L224.42 34.2102C224.151 33.7707 223.81 33.394 223.397 33.089L223.263 32.9904C222.787 32.6405 222.258 32.3804 221.684 32.2189L221.047 32.0396C220.868 31.9947 220.688 31.9678 220.509 31.9678H219.657C219.45 31.9678 219.253 32.0844 219.155 32.2638C219.101 32.3535 219.083 32.4522 219.083 32.5508V32.5777C219.083 32.8289 219.217 33.0531 219.442 33.1787L220.365 33.681C221.029 34.0398 221.531 34.6677 221.729 35.3942C222.025 36.4347 221.711 37.529 220.904 38.2555L220.832 38.3183C220.356 38.7489 219.738 39.018 219.101 39.0718L217.953 39.1794C217.154 39.2512 216.347 39.1435 215.603 38.8565L215.531 38.8296C214.517 38.4439 213.629 37.7353 213.046 36.8204C212.669 36.2374 212.427 35.6005 212.311 34.9188L212.248 34.5331C212.086 33.5823 212.122 32.6226 212.356 31.6808L212.472 31.1964C212.768 29.9766 213.378 28.8553 214.23 27.9404C214.876 27.2498 215.638 26.6937 216.499 26.29L216.804 26.1465C217.791 25.6801 218.85 25.402 219.944 25.3123H220.06C221.262 25.2047 222.446 25.3303 223.603 25.6711L223.971 25.7787C224.787 26.0209 225.586 26.3528 226.339 26.7654L227.721 27.5278C227.721 27.5278 227.729 27.5278 227.738 27.5278L230.932 29.3935C230.932 29.3935 230.941 29.3935 230.95 29.4025L234.206 31.4655L236.807 32.9455C237.767 33.4926 238.78 33.9591 239.821 34.3358C241.121 34.8112 242.422 35.1161 243.678 35.2417C246.306 35.5018 250.288 35.8965 252.055 40.0764C252.181 40.3813 252.279 40.7132 252.342 41.1079C252.405 41.5115 252.423 41.9241 252.396 42.3367L252.279 44.014C252.279 44.014 252.279 44.0679 252.27 44.0858L251.714 46.9471C251.714 46.9471 251.714 46.9651 251.714 46.974L251.042 49.6918C251.042 49.6918 251.042 49.7187 251.033 49.7367L249.911 53.1541L249.454 54.6161C249.203 55.4144 249.059 56.2397 249.005 57.0649C248.961 57.7914 248.988 58.5269 249.095 59.2445L249.113 59.3431C249.284 60.4733 249.615 61.5766 250.109 62.6081L250.198 62.7965C250.521 63.4782 250.907 64.124 251.347 64.7339L251.741 65.29C252.405 66.2139 253.167 67.084 254.002 67.8554C254.755 68.555 255.58 69.1918 256.441 69.739L258.693 71.1652L261.348 72.5734C261.76 72.7976 262.155 73.0578 262.523 73.3538L262.89 73.6587C263.312 74.0085 263.662 74.4211 263.922 74.8965C264.209 75.4078 264.388 75.9549 264.46 76.529L264.568 77.3811L264.55 77.4349Z\" fill=\"black\"/>\\n<path d=\"M264.909 79.5786L264.676 79.3992C264.46 79.2377 264.299 79.0224 264.2 78.7803C264.155 78.6816 264.129 78.5829 264.111 78.4753L263.94 77.5335L263.833 76.6634C263.77 76.1701 263.617 75.6947 263.366 75.2642C263.133 74.8605 262.837 74.5017 262.478 74.2057L262.11 73.9008C261.778 73.6317 261.42 73.3895 261.043 73.1922L258.37 71.775L256.101 70.3309C255.195 69.7568 254.352 69.102 253.571 68.3755C252.701 67.5682 251.921 66.6802 251.23 65.7115L250.836 65.1554C250.378 64.5096 249.974 63.8279 249.634 63.1193L249.544 62.9309C249.024 61.8456 248.665 60.6795 248.494 59.4866L248.477 59.3879C248.36 58.6255 248.333 57.8451 248.378 57.0737C248.432 56.1947 248.593 55.3157 248.853 54.4725L249.311 53.0015L250.432 49.5751L251.105 46.8573L251.661 43.996L251.777 42.3187C251.804 41.9599 251.786 41.5921 251.732 41.2334C251.688 40.9284 251.616 40.6324 251.49 40.3453C249.921 36.6498 246.584 36.1834 243.633 35.8964C242.261 35.7619 240.915 35.43 239.623 34.9546C238.547 34.5599 237.516 34.0845 236.52 33.5195L233.91 32.0305L230.636 29.9585L227.443 28.0928L226.061 27.3304C225.353 26.9357 224.599 26.6218 223.819 26.3976L223.451 26.2899C222.375 25.976 221.254 25.8594 220.141 25.9491H220.025C219.011 26.0388 218.025 26.3079 217.101 26.7384L216.796 26.8819C216.015 27.2497 215.307 27.7609 214.724 28.3978C213.943 29.2409 213.387 30.2635 213.109 31.3847L212.993 31.869C212.786 32.7212 212.75 33.6002 212.894 34.4613L212.957 34.8469C213.055 35.4389 213.28 36.004 213.603 36.5153C214.123 37.3226 214.885 37.9415 215.782 38.2823L215.854 38.3092C216.518 38.5604 217.226 38.6591 217.926 38.5963L219.074 38.4886C219.585 38.4438 220.061 38.2375 220.437 37.8877L220.509 37.8249C221.128 37.2688 221.379 36.3987 221.146 35.6004C220.985 35.0353 220.599 34.551 220.079 34.2729L219.155 33.7706C218.733 33.5374 218.473 33.0979 218.473 32.6225V32.5956C218.473 32.3893 218.527 32.183 218.626 32.0036C218.841 31.6269 219.235 31.3936 219.675 31.3936H220.527C220.769 31.3936 221.002 31.4295 221.236 31.4923L221.873 31.6717C222.518 31.8511 223.119 32.1471 223.658 32.5418L223.792 32.6404C224.267 32.9902 224.671 33.4298 224.976 33.941L225.012 34.0038C225.416 34.6765 225.631 35.4479 225.631 36.2283C225.631 36.6857 225.559 37.1432 225.416 37.5827L225.344 37.789C225.093 38.5424 224.689 39.2331 224.151 39.8251L223.846 40.157C223.182 40.8835 222.384 41.4755 221.496 41.8971L220.527 42.3635C219.765 42.7313 218.957 42.9734 218.123 43.09C217.486 43.1797 216.841 43.1887 216.195 43.1259H216.132C214.76 42.9824 213.432 42.516 212.275 41.7715C211.432 41.2244 210.687 40.5427 210.086 39.7444L209.844 39.4304C209.342 38.7667 208.911 38.0491 208.562 37.2867C207.898 35.8157 207.539 34.2011 207.539 32.5866V32.2099C207.539 31.1335 207.692 30.0751 207.988 29.0436C208.158 28.4606 208.373 27.8865 208.642 27.3304L208.965 26.6487C209.53 25.4557 210.338 24.3794 211.315 23.4914C212.185 22.702 213.19 22.0742 214.284 21.6257L214.769 21.4284C216.338 20.7915 218.016 20.4597 219.711 20.4597H221.514C222.877 20.4597 224.241 20.648 225.559 21.0158C226.788 21.3566 227.963 21.8589 229.057 22.5047L232.6 24.5767L236.888 27.0075C238.484 27.9134 240.233 28.4965 242.054 28.7297L244.404 29.0256C245.005 29.0974 245.615 29.0346 246.189 28.8373L246.709 28.6579C247.221 28.4785 247.66 28.1287 247.947 27.6623C248.315 27.0703 248.405 26.3437 248.198 25.68L247.508 23.4914L246.548 21.0337C246.18 20.1009 245.893 19.1411 245.669 18.1634L245.346 16.7372C245.095 15.634 245.023 14.4948 245.131 13.3736C245.256 12.064 245.606 10.7993 246.189 9.61535L246.422 9.13994C246.826 8.3237 247.301 7.55232 247.858 6.82578L248.127 6.47598C249.077 5.23817 250.217 4.16179 251.499 3.28276C252.665 2.48446 253.93 1.8566 255.276 1.41709L255.5 1.34534C256.962 0.86995 258.487 0.618774 260.02 0.618774C261.743 0.618774 263.447 0.923751 265.061 1.52472L265.339 1.63235C267.044 2.26022 268.622 3.17514 270.022 4.33222L270.327 4.58337C271.062 5.19331 271.726 5.875 272.309 6.62845C273.349 7.97389 274.121 9.50771 274.578 11.1492L274.784 11.8936C275.143 13.1942 275.26 14.5486 275.116 15.8851C275.027 16.7283 274.838 17.5535 274.56 18.3518L273.179 22.2805L271.851 25.2674C271.573 25.8863 271.43 26.559 271.43 27.2317C271.43 28.2094 271.726 29.1692 272.282 29.9764L274.793 33.6181C276.004 35.3762 277.502 36.9189 279.224 38.1836L284.786 42.2559L287.781 44.7763C288.625 45.4849 289.36 46.3191 289.952 47.243C290.804 48.5615 291.36 50.0505 291.576 51.6112L291.71 52.5799C291.89 53.8626 291.809 55.1722 291.459 56.4279C291.037 57.9438 290.248 59.3251 289.163 60.4553L288.939 60.6885C287.71 61.9711 286.176 62.9219 284.481 63.4601L284.05 63.5947C281.996 64.2495 279.807 64.3391 277.709 63.8458L276.426 63.5409C275.466 63.3166 274.569 62.8681 273.807 62.2313C272.784 61.3702 272.049 60.2131 271.726 58.9215L271.34 57.3877C271.08 56.3472 271.152 55.2529 271.546 54.2573L271.798 53.6294C272.076 52.9297 272.596 52.3557 273.251 52.0059L273.771 51.7278C274.139 51.5305 274.578 51.4767 274.982 51.5753C275.879 51.7996 276.426 52.7055 276.211 53.6114L276.103 54.051C276.031 54.3649 276.022 54.6878 276.085 55.0017L276.318 56.1229C276.498 56.984 276.937 57.7644 277.574 58.3653L277.915 58.6883C278.498 59.2444 279.278 59.5493 280.086 59.5493C280.633 59.5493 281.162 59.4058 281.637 59.1457L281.853 59.0201C282.193 58.8318 282.498 58.5896 282.776 58.3115L283.099 57.9886C283.862 57.2083 284.418 56.2575 284.723 55.217C284.956 54.4187 285.037 53.5845 284.965 52.7504V52.7145C284.839 51.4049 284.346 50.1581 283.539 49.1266L283.458 49.019C283.081 48.5436 282.651 48.1131 282.166 47.7363L280.391 46.364L277.475 44.4176L274.488 42.9286C273.609 42.4891 272.695 42.1213 271.762 41.8343L270.605 41.4755C270.12 41.323 269.627 41.2333 269.134 41.1885L268.604 41.1436C268.138 41.1078 267.672 41.1436 267.232 41.2692C266.514 41.4665 265.878 41.8522 265.366 42.3904L264.263 43.5744C263.734 44.1395 263.276 44.7674 262.9 45.4491L260.765 49.2701L258.594 53.9254L257.922 55.827C257.392 57.3249 257.123 58.8946 257.123 60.4732V61.433C257.123 61.8815 257.177 62.321 257.276 62.7515C257.5 63.7113 257.975 64.5993 258.648 65.3258L259.644 66.4022C260.209 67.0211 260.846 67.5682 261.536 68.0436L263.519 69.407C264.398 70.0169 265.169 70.7793 265.779 71.6584C266.828 73.1563 267.385 74.9502 267.385 76.78V78.3677C267.385 78.6726 267.295 78.9686 267.124 79.2198C266.631 79.9643 265.609 80.1437 264.891 79.6055L264.909 79.5786Z\" fill=\"url(#paint6_radial_82_1755)\"/>\\n<path d=\"M265.841 80.2064C265.438 80.2064 265.043 80.0719 264.711 79.8297L264.478 79.6503C264.218 79.453 264.021 79.2019 263.895 78.9059C263.85 78.7893 263.805 78.6637 263.787 78.5381L263.617 77.5963C263.617 77.5963 263.617 77.5873 263.617 77.5783L263.509 76.7083C263.455 76.2508 263.312 75.8203 263.088 75.4256C262.872 75.0489 262.603 74.726 262.271 74.4569L261.904 74.1519C261.59 73.8918 261.249 73.6676 260.89 73.4792L258.217 72.062C258.217 72.062 258.199 72.062 258.199 72.053L255.93 70.6089C255.015 70.0259 254.145 69.3622 253.356 68.6177C252.477 67.8014 251.669 66.8865 250.97 65.9088L250.575 65.3527C250.109 64.6979 249.696 63.9983 249.346 63.2717L249.256 63.0834C248.718 61.9622 248.36 60.7782 248.18 59.5493L248.162 59.4507C248.046 58.6614 248.01 57.863 248.064 57.0737C248.117 56.1678 248.288 55.2708 248.557 54.4008L249.014 52.9297L250.136 49.5123L250.799 46.8124L251.355 43.9781L251.472 42.3187C251.499 41.9778 251.481 41.637 251.427 41.3051C251.373 40.9912 251.302 40.7221 251.203 40.4889C250.53 38.9102 249.472 37.8159 247.956 37.1521C246.619 36.5601 245.13 36.3808 243.597 36.2283C242.26 36.0937 240.888 35.7708 239.506 35.2685C238.421 34.8738 237.363 34.3805 236.349 33.8065L233.739 32.3175C233.739 32.3175 233.739 32.3175 233.73 32.3175L230.465 30.2545L227.281 28.3888L225.9 27.6264C225.209 27.2497 224.473 26.9447 223.72 26.7204L223.352 26.6128C222.312 26.3078 221.235 26.1912 220.15 26.2809H220.033C219.056 26.3706 218.105 26.6218 217.217 27.0434L216.912 27.1869C216.167 27.5367 215.495 28.021 214.939 28.631C214.194 29.4293 213.665 30.416 213.405 31.4744L213.288 31.9587C213.091 32.7749 213.055 33.6002 213.199 34.4254L213.261 34.8111C213.36 35.3672 213.557 35.8874 213.862 36.3628C214.338 37.1073 215.064 37.6903 215.889 38.0043L215.961 38.0312C216.571 38.2644 217.244 38.3541 217.899 38.2913L219.047 38.1836C219.486 38.1478 219.908 37.9594 220.231 37.6634L220.302 37.6006C220.841 37.1163 221.047 36.3808 220.85 35.6901C220.715 35.2057 220.383 34.7931 219.935 34.551L219.011 34.0487C218.491 33.7616 218.168 33.2235 218.168 32.6225V32.5956C218.168 32.3355 218.239 32.0753 218.365 31.8511C218.634 31.3757 219.136 31.0797 219.684 31.0797H220.536C220.805 31.0797 221.074 31.1156 221.325 31.1873L221.962 31.3667C222.644 31.5551 223.28 31.869 223.854 32.2906L223.989 32.3893C224.5 32.766 224.922 33.2324 225.254 33.7706L225.29 33.8334C225.729 34.551 225.953 35.3761 225.953 36.2193C225.953 36.7126 225.873 37.197 225.72 37.6724L225.648 37.8787C225.379 38.677 224.958 39.4035 224.393 40.0224L224.088 40.3543C223.388 41.1167 222.572 41.7267 221.639 42.1662L220.67 42.6326C219.881 43.0093 219.038 43.2695 218.177 43.3861C217.513 43.4758 216.84 43.4937 216.176 43.4219H216.114C214.696 43.2784 213.315 42.7941 212.122 42.0137C211.243 41.4486 210.481 40.74 209.853 39.9148L209.611 39.6009C209.09 38.9281 208.651 38.1837 208.292 37.4033C207.61 35.8874 207.243 34.2191 207.243 32.5776V32.2009C207.243 31.0976 207.395 30.0033 207.709 28.9449C207.88 28.344 208.104 27.752 208.382 27.1869L208.705 26.5052C209.297 25.2674 210.113 24.1731 211.127 23.2492C212.032 22.433 213.064 21.7872 214.185 21.3297L214.67 21.1324C216.284 20.4776 217.988 20.1367 219.728 20.1367H221.531C222.931 20.1367 224.312 20.3251 225.657 20.7108C226.904 21.0606 228.106 21.5719 229.227 22.2267L232.77 24.2987L237.049 26.7294C238.618 27.6174 240.314 28.1825 242.099 28.4067L244.449 28.7028C244.996 28.7745 245.57 28.7117 246.09 28.5323L246.61 28.3529C247.059 28.2004 247.436 27.8955 247.687 27.4918C248.01 26.9806 248.081 26.3527 247.902 25.7697L247.211 23.599L246.261 21.1503C245.893 20.2085 245.597 19.2218 245.373 18.2352L245.05 16.809C244.799 15.6699 244.718 14.5038 244.825 13.3467C244.951 12.0013 245.319 10.7007 245.911 9.48078L246.144 9.00539C246.557 8.17122 247.041 7.38188 247.606 6.64637L247.875 6.29657C248.844 5.03185 250.001 3.93754 251.32 3.03161C252.504 2.21537 253.804 1.57853 255.176 1.13005L255.401 1.0583C256.89 0.564971 258.45 0.322784 260.02 0.322784C261.787 0.322784 263.518 0.636721 265.178 1.24666L265.456 1.35429C267.196 2.0001 268.801 2.92398 270.228 4.10798L270.532 4.35912C271.286 4.97803 271.968 5.68663 272.569 6.45802C273.645 7.83934 274.425 9.40007 274.892 11.0864L275.098 11.8308C275.466 13.1763 275.582 14.5576 275.439 15.9389C275.349 16.809 275.161 17.6611 274.865 18.4773L273.484 22.406C273.484 22.406 273.483 22.424 273.475 22.433L272.147 25.4199C271.887 26.0029 271.752 26.6218 271.752 27.2586C271.752 28.1825 272.03 29.0705 272.551 29.824L275.062 33.4656C276.255 35.1968 277.726 36.7126 279.421 37.9505L284.983 42.0227C284.983 42.0227 284.992 42.0227 285.001 42.0316L287.996 44.5521C288.866 45.2786 289.62 46.1308 290.23 47.0905C291.109 48.4629 291.674 49.9698 291.898 51.5843L292.033 52.553C292.221 53.8895 292.14 55.226 291.782 56.5266C291.351 58.0873 290.526 59.5224 289.405 60.6885L289.18 60.9217C287.916 62.2313 286.328 63.2179 284.597 63.774L284.166 63.9086C282.058 64.5813 279.807 64.671 277.654 64.1687L276.372 63.8637C275.367 63.6305 274.416 63.1551 273.627 62.4914C272.542 61.5855 271.788 60.3835 271.438 59.0112L271.053 57.4774C270.775 56.3651 270.846 55.217 271.277 54.1496L271.528 53.5217C271.833 52.7593 272.398 52.1225 273.125 51.7368L273.645 51.4587C274.084 51.2255 274.596 51.1538 275.08 51.2793C276.139 51.5484 276.793 52.6248 276.533 53.6922L276.426 54.1317C276.363 54.3918 276.354 54.6788 276.417 54.939L276.65 56.0602C276.82 56.8585 277.224 57.576 277.816 58.1411L278.157 58.464C278.686 58.9663 279.377 59.2444 280.112 59.2444C280.596 59.2444 281.081 59.1188 281.511 58.8766L281.727 58.7511C282.041 58.5717 282.328 58.3564 282.579 58.0963L282.893 57.7733C283.61 57.0378 284.148 56.123 284.435 55.1273C284.66 54.3649 284.731 53.5756 284.66 52.7773V52.7414C284.543 51.4946 284.077 50.3106 283.296 49.324L283.216 49.2163C282.857 48.7589 282.444 48.3463 281.987 47.9875L280.22 46.6241L277.323 44.6956L274.354 43.2156C273.492 42.7851 272.587 42.4263 271.672 42.1393L270.515 41.7805C270.057 41.637 269.582 41.5473 269.106 41.5024L268.577 41.4576C268.147 41.4217 267.725 41.4576 267.312 41.5742C266.658 41.7536 266.066 42.1124 265.599 42.6057L264.496 43.7897C263.985 44.3368 263.536 44.9468 263.177 45.6016L261.052 49.4137L258.89 54.042L258.226 55.9346C257.706 57.3966 257.446 58.9305 257.446 60.4822V61.442C257.446 61.8635 257.491 62.2851 257.589 62.6887C257.805 63.5947 258.253 64.4378 258.881 65.1195L259.877 66.1959C260.433 66.7968 261.052 67.326 261.715 67.7925L263.698 69.1558C264.613 69.7837 265.402 70.573 266.039 71.479C267.124 73.0397 267.707 74.8695 267.707 76.78V78.3677C267.707 78.7354 267.599 79.0852 267.402 79.3902C267.124 79.8207 266.667 80.1167 266.164 80.2064C266.057 80.2244 265.958 80.2333 265.85 80.2333L265.841 80.2064ZM264.236 77.4886L264.406 78.4215C264.424 78.5022 264.442 78.5829 264.478 78.6637C264.559 78.861 264.693 79.0225 264.855 79.157L265.088 79.3364C265.366 79.5427 265.707 79.6234 266.048 79.5696C266.389 79.5068 266.685 79.3184 266.873 79.0314C267.007 78.8251 267.079 78.5919 267.079 78.3497V76.7621C267.079 74.9861 266.541 73.2819 265.527 71.8198C264.935 70.9677 264.2 70.2412 263.348 69.6492L261.366 68.2858C260.657 67.8014 260.002 67.2274 259.419 66.5995L258.423 65.5231C257.715 64.7607 257.222 63.8189 256.979 62.8053C256.872 62.3479 256.818 61.8815 256.818 61.4151V60.4553C256.818 58.8318 257.096 57.2352 257.634 55.7014L258.307 53.7998C258.307 53.7998 258.307 53.7819 258.316 53.7729L260.486 49.1176C260.486 49.1176 260.486 49.0997 260.495 49.0997L262.63 45.2786C263.025 44.579 263.5 43.9242 264.038 43.3412L265.142 42.1572C265.689 41.5742 266.38 41.1526 267.151 40.9463C267.635 40.8118 268.138 40.7669 268.64 40.8118L269.169 40.8566C269.689 40.9015 270.21 41.0001 270.712 41.1616L271.869 41.5204C272.82 41.8164 273.753 42.1931 274.641 42.6326L277.627 44.1215C277.627 44.1215 277.654 44.1305 277.663 44.1395L280.578 46.0859C280.578 46.0859 280.587 46.0859 280.596 46.0949L282.372 47.4672C282.875 47.8529 283.323 48.3014 283.718 48.8037L283.799 48.9114C284.642 49.9967 285.162 51.2973 285.288 52.6607V52.6966C285.368 53.5666 285.288 54.4366 285.036 55.2798C284.722 56.3651 284.13 57.3697 283.341 58.186L283.027 58.5089C282.731 58.8138 282.399 59.065 282.032 59.2713L281.816 59.3969C281.296 59.6929 280.704 59.8454 280.112 59.8454C279.224 59.8454 278.372 59.5045 277.726 58.8946L277.385 58.5717C276.704 57.9258 276.237 57.0917 276.04 56.1678L275.807 55.0466C275.735 54.6878 275.735 54.3111 275.825 53.9613L275.932 53.5217C276.112 52.7952 275.663 52.0507 274.937 51.8624C274.605 51.7816 274.255 51.8175 273.95 51.9879L273.43 52.266C272.838 52.5889 272.371 53.1091 272.12 53.737L271.869 54.3649C271.492 55.3067 271.42 56.3203 271.672 57.298L272.057 58.8318C272.371 60.0696 273.053 61.1639 274.04 61.9801C274.757 62.5811 275.618 63.0116 276.524 63.2179L277.807 63.5229C279.852 63.9983 281.987 63.9176 283.978 63.2807L284.409 63.1462C286.05 62.6259 287.539 61.6931 288.732 60.4553L288.956 60.2221C290.006 59.1278 290.777 57.7823 291.181 56.3203C291.512 55.1004 291.593 53.8536 291.423 52.5979L291.288 51.6292C291.073 50.1043 290.544 48.6781 289.71 47.3865C289.127 46.4806 288.418 45.6823 287.602 44.9916L284.606 42.4801L279.054 38.4079C277.296 37.1252 275.78 35.5645 274.551 33.7706L272.039 30.1289C271.447 29.2678 271.133 28.2543 271.133 27.2048C271.133 26.4783 271.286 25.7697 271.582 25.1059L272.909 22.128L274.291 18.2083C274.56 17.4369 274.748 16.6296 274.829 15.8134C274.963 14.5038 274.856 13.2032 274.506 11.9385L274.3 11.194C273.851 9.58842 273.107 8.09948 272.084 6.78094C271.519 6.04543 270.864 5.3727 270.147 4.7807L269.842 4.52955C268.469 3.39041 266.918 2.5024 265.249 1.88349L264.971 1.77586C263.384 1.18387 261.724 0.887876 260.038 0.887876C258.531 0.887876 257.042 1.13006 255.616 1.59649L255.392 1.66823C254.082 2.09877 252.835 2.71769 251.696 3.49805C250.44 4.35913 249.328 5.41754 248.395 6.62844L248.126 6.97827C247.588 7.67791 247.113 8.44032 246.727 9.23861L246.494 9.714C245.929 10.8621 245.588 12.082 245.471 13.3557C245.373 14.45 245.444 15.5532 245.678 16.6296L246 18.0558C246.216 19.0155 246.503 19.9663 246.862 20.8812L247.821 23.3479C247.821 23.3479 247.821 23.3568 247.821 23.3658L248.512 25.5544C248.754 26.3079 248.647 27.1241 248.234 27.7968C247.911 28.3171 247.409 28.7207 246.835 28.918L246.314 29.0974C245.696 29.3127 245.032 29.3844 244.386 29.3037L242.036 29.0077C240.17 28.7745 238.394 28.1825 236.753 27.2496L232.465 24.8189L228.922 22.7469C227.846 22.119 226.698 21.6257 225.496 21.2938C224.204 20.935 222.877 20.7467 221.54 20.7467H219.737C218.078 20.7467 216.455 21.0606 214.912 21.6885L214.427 21.8858C213.369 22.3164 212.4 22.9263 211.548 23.6887C210.588 24.5498 209.826 25.5813 209.27 26.7474L208.947 27.4291C208.696 27.9672 208.48 28.5234 208.31 29.0884C208.014 30.093 207.871 31.1245 207.871 32.165V32.5418C207.871 34.0935 208.211 35.6811 208.866 37.1073C209.198 37.8518 209.62 38.5514 210.104 39.1882L210.346 39.5022C210.929 40.2736 211.647 40.9284 212.463 41.4576C213.575 42.1752 214.858 42.6326 216.176 42.7582H216.239C216.858 42.821 217.477 42.812 218.096 42.7313C218.903 42.6236 219.675 42.3814 220.41 42.0316L221.379 41.5652C222.231 41.1526 222.993 40.5875 223.63 39.8969L223.935 39.565C224.446 39.0089 224.823 38.3631 225.065 37.6455L225.137 37.4392C225.272 37.0355 225.343 36.614 225.343 36.1924C225.343 35.4658 225.146 34.7483 224.769 34.1294L224.733 34.0666C224.446 33.5912 224.079 33.1876 223.63 32.8557L223.496 32.757C222.984 32.3803 222.419 32.1022 221.809 31.9318L221.173 31.7524C220.966 31.6986 220.76 31.6717 220.545 31.6717H219.693C219.37 31.6717 219.074 31.8421 218.921 32.1291C218.849 32.2637 218.805 32.4162 218.805 32.5687V32.5956C218.805 32.9633 219.002 33.2952 219.325 33.4656L220.249 33.9679C220.841 34.2908 221.28 34.838 221.469 35.4838C221.729 36.4077 221.451 37.3854 220.742 38.0312L220.67 38.094C220.249 38.4797 219.693 38.7218 219.127 38.7667L217.979 38.8743C217.235 38.9461 216.463 38.8385 215.764 38.5694L215.692 38.5425C214.741 38.1837 213.907 37.5109 213.36 36.6588C213.01 36.1117 212.777 35.5197 212.669 34.8738L212.607 34.4882C212.454 33.5733 212.481 32.6583 212.705 31.7614L212.822 31.277C213.109 30.111 213.692 29.0346 214.508 28.1556C215.127 27.4918 215.854 26.9537 216.679 26.568L216.984 26.4245C217.943 25.976 218.957 25.7069 220.015 25.6172H220.132C221.289 25.5185 222.446 25.6351 223.558 25.958L223.926 26.0657C224.725 26.2989 225.496 26.6218 226.231 27.0254L227.613 27.7878L230.806 29.6535C230.806 29.6535 230.806 29.6535 230.815 29.6535L234.08 31.7165L236.69 33.1965C237.668 33.7526 238.69 34.2281 239.749 34.6137C241.076 35.0981 242.404 35.412 243.686 35.5376C245.211 35.6901 246.808 35.8874 248.234 36.5153C249.902 37.2508 251.068 38.4438 251.804 40.1839C251.92 40.4619 252.01 40.7759 252.064 41.1436C252.127 41.5293 252.145 41.915 252.109 42.3007L251.992 43.9781C251.992 43.9781 251.992 44.0049 251.992 44.0139L251.436 46.8752C251.436 46.8752 251.436 46.8842 251.436 46.8932L250.763 49.611V49.6289L249.642 53.0553L249.185 54.5174C248.934 55.3336 248.772 56.1857 248.718 57.0468C248.673 57.7913 248.7 58.5537 248.808 59.2982L248.826 59.3969C248.996 60.5629 249.337 61.6931 249.848 62.7515L249.938 62.9399C250.27 63.6395 250.665 64.3033 251.113 64.9311L251.508 65.4872C252.19 66.4291 252.961 67.3081 253.813 68.0974C254.584 68.806 255.419 69.4518 256.298 70.0169L258.558 71.4521L261.222 72.8693C261.617 73.0845 261.993 73.3357 262.343 73.6137L262.711 73.9187C263.097 74.2416 263.429 74.6273 263.671 75.0668C263.94 75.5332 264.101 76.0445 264.173 76.5827L264.281 77.4438L264.236 77.4886Z\" fill=\"url(#paint7_linear_82_1755)\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.2051 13.643H27.1051L24.4949 27.4294H41.7884L32.5317 74.6545H49.1166L58.3374 27.4294H75.5591L78.2141 13.643H78.2051ZM104.486 13.643H87.9462L76.0704 74.6545H92.6104L97.2836 50.6966H116.066L111.393 74.6545H127.978L139.853 13.643H123.269L118.766 36.9103H100.019L104.486 13.643ZM196.999 13.643H150.33L138.454 74.6545H185.608L188.352 60.8592H157.73L159.748 50.2033H185.688L188.442 36.408H162.493L164.26 27.4204H194.353L197.008 13.634L196.999 13.643ZM36.0478 85.5795C31.4374 85.5795 27.114 86.351 23.0956 87.9027C19.0862 89.4545 15.5881 91.6161 12.6101 94.3967C9.65015 97.1414 7.15658 100.388 5.14738 104.147C3.12921 107.905 1.69408 112.013 0.84196 116.471C-0.368942 122.732 -0.279249 128.329 1.14692 133.244C2.60898 138.178 5.44338 142.106 9.65911 144.994C12.0899 146.636 14.8884 147.802 18.0368 148.502L15.4087 161.983H32.3075L35.0073 148.098C36.2093 147.775 37.3933 147.398 38.5503 146.95C42.5598 145.398 46.0579 143.236 49.0359 140.456C52.0227 137.684 54.5253 134.41 56.5434 130.625C58.5885 126.84 60.0416 122.723 60.9296 118.265C62.1405 112.058 62.0239 106.479 60.5439 101.563C59.0549 96.6302 56.1847 92.7194 51.951 89.8491C47.6994 86.9788 42.3804 85.5706 36.0388 85.5706L36.0478 85.5795ZM212.409 85.5795C209.162 85.5795 206.157 85.8935 203.385 86.5304C200.605 87.1672 198.057 88.1539 195.743 89.4993C193.42 90.8358 191.501 92.6387 190.003 94.899C188.496 97.1414 187.536 99.7516 187.115 102.694C186.81 104.99 186.863 107.116 187.285 109.053C187.707 110.973 188.379 112.641 189.303 114.067V114.085C190.254 115.466 191.537 116.749 193.142 117.924C194.721 119.09 196.326 120.077 197.968 120.875C199.618 121.646 201.565 122.436 203.789 123.252C204.749 123.611 205.924 124.014 207.305 124.481C208.713 124.938 209.799 125.297 210.561 125.539C211.279 125.773 212.068 126.095 212.938 126.517C213.799 126.912 214.373 127.27 214.714 127.593C215.055 127.907 215.342 128.338 215.584 128.903V128.912C215.79 129.387 215.88 129.97 215.808 130.67C215.638 132.276 214.938 133.415 213.692 134.195C212.4 135.002 210.463 135.451 207.781 135.451C205.753 135.451 203.96 135.227 202.399 134.787C200.919 134.339 199.672 133.531 198.632 132.347C197.636 131.217 197.116 129.755 197.116 127.907V127.127H180.728V127.907C180.728 134.428 183.078 139.667 187.796 143.541C192.523 147.371 198.945 149.237 206.964 149.237C214.373 149.237 220.365 147.73 224.868 144.636C229.433 141.487 231.9 137.011 232.268 131.298C232.519 127.934 232.142 125.01 231.111 122.534C229.747 119.287 227.038 116.606 223.092 114.435C221.118 113.376 217.423 111.807 212.041 109.726C208.417 108.345 206.023 107.223 204.785 106.362C204.22 105.959 203.843 105.51 203.628 105.026C203.412 104.541 203.332 103.985 203.403 103.322C203.556 102.057 204.256 101.106 205.673 100.442C207.189 99.7247 209.171 99.339 211.673 99.339C214.328 99.339 216.356 99.9131 217.836 100.98C219.271 101.976 219.97 103.393 219.89 105.34L219.863 106.156H236.161V105.376C236.161 99.3928 233.999 94.5492 229.667 90.9255C225.37 87.3107 219.567 85.5437 212.355 85.5437L212.409 85.5795ZM90.8164 86.916H74.2405L66.8047 125.19C65.3247 132.93 66.2127 138.985 69.7378 143.138C73.2987 147.309 79.7389 149.264 88.7714 149.264C97.8038 149.264 104.145 147.407 108.801 143.559C113.447 139.729 116.497 133.899 118.003 126.176L125.574 86.9071H108.989L101.553 125.181C100.844 128.867 99.4811 131.441 97.5616 133.047C95.6331 134.635 92.9781 135.469 89.5338 135.469C86.4213 135.469 84.5825 134.724 83.6676 133.513C82.7438 132.258 82.4836 129.908 83.2371 126.176L90.8075 86.916H90.8164ZM182.361 86.916H135.692L123.816 147.928H170.969L173.723 134.141H143.1L145.119 123.485H171.059L173.813 109.699H147.863L149.63 100.711H179.724L182.379 86.925L182.361 86.916ZM292.876 86.916H241.776L239.165 100.702H256.459L247.202 147.928H263.787L273.008 100.702H290.23L292.885 86.916H292.876ZM28.2173 100.837C30.3521 99.8592 32.729 99.3659 35.3661 99.3659C37.3215 99.3659 38.936 99.6619 40.2546 100.236C41.609 100.81 42.6315 101.59 43.3491 102.541C44.0756 103.492 44.6228 104.694 44.9547 106.174V106.192C45.3134 107.663 45.4749 109.224 45.4211 110.892C45.3673 112.569 45.143 114.426 44.7484 116.444C44.1922 119.216 43.4209 121.718 42.4432 123.961C41.4655 126.167 40.2456 128.167 38.7835 129.952C37.3484 131.701 35.5724 133.065 33.4556 134.043C31.3477 134.993 28.9977 135.478 26.3875 135.478C22.0372 135.478 19.2387 134.043 17.7318 131.343C16.18 128.562 15.8661 124.257 17.0053 118.265C17.5345 115.529 18.2789 113.054 19.2297 110.838C20.1984 108.632 21.4273 106.649 22.8893 104.9C24.3245 103.151 26.1005 101.806 28.2083 100.855L28.2173 100.837Z\" fill=\"white\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_82_1755\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(290.959 44.2055) rotate(105.47) scale(19.678 31.3301)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint1_linear_82_1755\" x1=\"299.262\" y1=\"17.5804\" x2=\"282.991\" y2=\"47.9606\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.17\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.77\" stop-color=\"#292929\"/>\\n<stop offset=\"0.91\" stop-color=\"#564E39\"/>\\n<stop offset=\"1\" stop-color=\"#FFE29E\"/>\\n</linearGradient>\\n<radialGradient id=\"paint2_radial_82_1755\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(237.337 36.9179) rotate(99.09) scale(23.8725 23.0717)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<radialGradient id=\"paint3_radial_82_1755\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(237.337 36.9184) rotate(99.09) scale(23.8725 23.0717)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint4_linear_82_1755\" x1=\"248.521\" y1=\"35.1882\" x2=\"216.104\" y2=\"78.7986\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.22\" stop-color=\"#292929\"/>\\n<stop offset=\"0.43\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.64\" stop-color=\"#564E39\"/>\\n</linearGradient>\\n<radialGradient id=\"paint5_radial_82_1755\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(262.04 -2.22604) rotate(100.11) scale(66.619 71.3302)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<radialGradient id=\"paint6_radial_82_1755\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(262.041 -2.22614) rotate(100.11) scale(66.619 71.3302)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint7_linear_82_1755\" x1=\"294.051\" y1=\"24.6126\" x2=\"209.593\" y2=\"65.0836\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.15\" stop-color=\"#FBDE9B\"/>\\n<stop offset=\"0.23\" stop-color=\"#726851\"/>\\n<stop offset=\"0.3\" stop-color=\"#292929\"/>\\n<stop offset=\"0.46\" stop-color=\"#564E39\"/>\\n<stop offset=\"0.72\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.92\" stop-color=\"#292929\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',height:\"100%\",id:\"RSNPJBM_D\",layoutId:\"RSNPJBM_D\",name:\"2\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:426,pixelWidth:795,src:\"https://framerusercontent.com/images/DLQsDfjsf9DIE5bVa6UUc8DKwA.svg\",srcSet:\"https://framerusercontent.com/images/DLQsDfjsf9DIE5bVa6UUc8DKwA.svg?scale-down-to=512 512w,https://framerusercontent.com/images/DLQsDfjsf9DIE5bVa6UUc8DKwA.svg 795w\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(17, 17, 17)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+380.4+0+72+0+240},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+82+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+92+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13q5zkz-container\",\"data-framer-name\":\"3\",isModuleExternal:true,name:\"3\",nodeId:\"wb4iZPfxh\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/X5oAg6BkutC5HJxMm6qJEgSKiWM.zip\",gq_M7uaJY:'<svg width=\"311\" height=\"164\" viewBox=\"0 0 311 164\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M88.4986 14.418H88.0866L88.0079 14.8225L76.4754 74.063L76.3595 74.6585H76.9662H91.8572H92.2692L92.348 74.2542L96.9226 50.7843H116.217L111.68 74.0629L111.564 74.6585H112.171H127.102H127.514L127.593 74.2541L139.125 15.0136L139.241 14.418H138.635H123.703H123.291L123.212 14.8229L118.799 37.6044H99.5437L103.881 15.0123L103.995 14.418H103.39H88.4986ZM186.966 61.4786H157.059L159.176 50.2987H184.619H185.029L185.109 49.8965L187.537 37.7165L187.656 37.1188H187.047H161.797L163.665 27.5979H193.238H193.651L193.729 27.1925L196.076 15.0126L196.19 14.418H195.585H150.669H150.257L150.178 14.8225L138.646 74.063L138.53 74.6585H139.136H184.538H184.948L185.028 74.2563L187.456 62.0764L187.575 61.4786H186.966ZM33.0878 74.0623L32.9709 74.6585H33.5784H48.51H48.9218L49.0007 74.2543L58.1073 27.5979H74.8526H75.2654L75.3435 27.1925L77.6905 15.0126L77.8051 14.418H77.1995H27.8729H27.4587L27.3816 14.825L25.0751 27.0049L24.9628 27.5979H25.5664H42.1969L33.0878 74.0623Z\" fill=\"black\" stroke=\"black\"/>\\n<mask id=\"path-2-outside-1_82_2090\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"86.984\" width=\"293\" height=\"77\" fill=\"black\">\\n<rect fill=\"white\" y=\"86.984\" width=\"293\" height=\"77\"/>\\n<path d=\"M25.7798 149.895C19.5212 149.895 14.3552 148.519 10.2818 145.768C6.2353 142.989 3.51066 139.226 2.10788 134.478C0.73208 129.73 0.637662 124.281 1.82463 118.13C2.6609 113.76 4.06368 109.741 6.03297 106.072C8.00226 102.403 10.4301 99.2332 13.3166 96.5626C16.2031 93.8649 19.6022 91.7607 23.5138 90.25C27.4254 88.7394 31.6337 87.984 36.1388 87.984C42.3434 87.984 47.4824 89.3598 51.5559 92.1114C55.6294 94.863 58.381 98.6128 59.8107 103.361C61.2405 108.109 61.3619 113.531 60.1749 119.627C59.3117 123.998 57.8819 128.031 55.8856 131.726C53.9163 135.422 51.475 138.619 48.5615 141.317C45.675 144.014 42.276 146.118 38.3644 147.629C34.4528 149.14 30.2579 149.895 25.7798 149.895ZM26.5082 137.715C29.2058 137.715 31.6607 137.216 33.8728 136.218C36.0848 135.193 37.9462 133.763 39.4569 131.929C40.9676 130.094 42.222 128.044 43.2201 125.778C44.2183 123.485 45.0006 120.936 45.5671 118.13C45.9717 116.08 46.201 114.192 46.255 112.465C46.309 110.739 46.1471 109.107 45.7694 107.569C45.4187 106.004 44.8387 104.696 44.0294 103.644C43.2201 102.565 42.0871 101.715 40.6304 101.095C39.2006 100.474 37.4741 100.164 35.4509 100.164C32.7263 100.164 30.2444 100.676 28.0054 101.702C25.7933 102.7 23.9319 104.116 22.4212 105.95C20.9105 107.758 19.6561 109.795 18.658 112.061C17.6868 114.327 16.9315 116.849 16.392 119.627C14.099 131.686 17.471 137.715 26.5082 137.715Z\"/>\\n<path d=\"M117.044 127.518C115.56 135.099 112.593 140.723 108.142 144.392C103.691 148.061 97.2029 149.895 88.6783 149.895C79.7491 149.895 73.6254 147.953 70.3073 144.068C67.0162 140.184 66.099 134.438 67.5557 126.83L74.8394 89.3193H89.7709L82.4063 127.518C81.6509 131.268 81.8398 133.912 82.9728 135.449C84.1058 136.96 86.2639 137.715 89.4472 137.715C93.0081 137.715 95.8406 136.852 97.9448 135.126C100.049 133.372 101.465 130.607 102.194 126.83L109.477 89.3193H124.409L117.044 127.518Z\"/>\\n<path d=\"M146.6 112.02H172.457L170.029 124.2H144.172L141.865 136.38H172.376L169.948 148.56H124.546L136.079 89.3193H180.995L178.648 101.499H148.663L146.6 112.02Z\"/>\\n<path d=\"M211.279 112.02C216.647 114.097 220.289 115.648 222.204 116.674C226.035 118.778 228.584 121.341 229.852 124.362C230.823 126.682 231.187 129.474 230.945 132.738C230.594 138.214 228.247 142.45 223.904 145.444C219.587 148.411 213.787 149.895 206.504 149.895C198.627 149.895 192.422 148.061 187.89 144.392C183.385 140.696 181.132 135.706 181.132 129.42H195.902C195.902 131.416 196.469 133.062 197.602 134.357C198.735 135.652 200.11 136.542 201.729 137.027C203.375 137.486 205.236 137.715 207.313 137.715C212.789 137.715 215.716 135.894 216.094 132.253C216.175 131.443 216.08 130.728 215.811 130.108C215.541 129.46 215.19 128.934 214.759 128.53C214.327 128.125 213.666 127.72 212.776 127.316C211.886 126.884 211.063 126.547 210.307 126.304C209.552 126.061 208.473 125.711 207.07 125.252C205.695 124.794 204.535 124.389 203.59 124.038C201.378 123.229 199.463 122.447 197.844 121.691C196.253 120.909 194.688 119.951 193.15 118.818C191.613 117.685 190.399 116.471 189.509 115.176C188.645 113.855 188.011 112.276 187.607 110.442C187.202 108.608 187.148 106.584 187.445 104.372C187.85 101.54 188.767 99.0579 190.196 96.9267C191.626 94.7686 193.447 93.0556 195.659 91.7877C197.898 90.4928 200.367 89.5352 203.064 88.9147C205.762 88.2942 208.702 87.984 211.886 87.984C218.953 87.984 224.538 89.7105 228.638 93.1635C232.765 96.6165 234.829 101.216 234.829 106.962H220.181C220.262 104.777 219.466 103.104 217.793 101.944C216.148 100.757 213.949 100.164 211.198 100.164C208.635 100.164 206.531 100.555 204.885 101.337C203.267 102.093 202.363 103.253 202.174 104.817C201.985 106.382 202.552 107.636 203.874 108.581C205.195 109.498 207.664 110.644 211.279 112.02Z\"/>\\n<path d=\"M247.511 148.56L256.737 101.499H239.499L241.805 89.3193H291.132L288.785 101.499H271.628L262.442 148.56H247.511Z\"/>\\n<path d=\"M35.2706 144.6H20.027L16.5242 162.556H31.7742L35.2706 144.6Z\"/>\\n</mask>\\n<path d=\"M25.7798 149.895C19.5212 149.895 14.3552 148.519 10.2818 145.768C6.2353 142.989 3.51066 139.226 2.10788 134.478C0.73208 129.73 0.637662 124.281 1.82463 118.13C2.6609 113.76 4.06368 109.741 6.03297 106.072C8.00226 102.403 10.4301 99.2332 13.3166 96.5626C16.2031 93.8649 19.6022 91.7607 23.5138 90.25C27.4254 88.7394 31.6337 87.984 36.1388 87.984C42.3434 87.984 47.4824 89.3598 51.5559 92.1114C55.6294 94.863 58.381 98.6128 59.8107 103.361C61.2405 108.109 61.3619 113.531 60.1749 119.627C59.3117 123.998 57.8819 128.031 55.8856 131.726C53.9163 135.422 51.475 138.619 48.5615 141.317C45.675 144.014 42.276 146.118 38.3644 147.629C34.4528 149.14 30.2579 149.895 25.7798 149.895ZM26.5082 137.715C29.2058 137.715 31.6607 137.216 33.8728 136.218C36.0848 135.193 37.9462 133.763 39.4569 131.929C40.9676 130.094 42.222 128.044 43.2201 125.778C44.2183 123.485 45.0006 120.936 45.5671 118.13C45.9717 116.08 46.201 114.192 46.255 112.465C46.309 110.739 46.1471 109.107 45.7694 107.569C45.4187 106.004 44.8387 104.696 44.0294 103.644C43.2201 102.565 42.0871 101.715 40.6304 101.095C39.2006 100.474 37.4741 100.164 35.4509 100.164C32.7263 100.164 30.2444 100.676 28.0054 101.702C25.7933 102.7 23.9319 104.116 22.4212 105.95C20.9105 107.758 19.6561 109.795 18.658 112.061C17.6868 114.327 16.9315 116.849 16.392 119.627C14.099 131.686 17.471 137.715 26.5082 137.715Z\" fill=\"black\"/>\\n<path d=\"M117.044 127.518C115.56 135.099 112.593 140.723 108.142 144.392C103.691 148.061 97.2029 149.895 88.6783 149.895C79.7491 149.895 73.6254 147.953 70.3073 144.068C67.0162 140.184 66.099 134.438 67.5557 126.83L74.8394 89.3193H89.7709L82.4063 127.518C81.6509 131.268 81.8398 133.912 82.9728 135.449C84.1058 136.96 86.2639 137.715 89.4472 137.715C93.0081 137.715 95.8406 136.852 97.9448 135.126C100.049 133.372 101.465 130.607 102.194 126.83L109.477 89.3193H124.409L117.044 127.518Z\" fill=\"black\"/>\\n<path d=\"M146.6 112.02H172.457L170.029 124.2H144.172L141.865 136.38H172.376L169.948 148.56H124.546L136.079 89.3193H180.995L178.648 101.499H148.663L146.6 112.02Z\" fill=\"black\"/>\\n<path d=\"M211.279 112.02C216.647 114.097 220.289 115.648 222.204 116.674C226.035 118.778 228.584 121.341 229.852 124.362C230.823 126.682 231.187 129.474 230.945 132.738C230.594 138.214 228.247 142.45 223.904 145.444C219.587 148.411 213.787 149.895 206.504 149.895C198.627 149.895 192.422 148.061 187.89 144.392C183.385 140.696 181.132 135.706 181.132 129.42H195.902C195.902 131.416 196.469 133.062 197.602 134.357C198.735 135.652 200.11 136.542 201.729 137.027C203.375 137.486 205.236 137.715 207.313 137.715C212.789 137.715 215.716 135.894 216.094 132.253C216.175 131.443 216.08 130.728 215.811 130.108C215.541 129.46 215.19 128.934 214.759 128.53C214.327 128.125 213.666 127.72 212.776 127.316C211.886 126.884 211.063 126.547 210.307 126.304C209.552 126.061 208.473 125.711 207.07 125.252C205.695 124.794 204.535 124.389 203.59 124.038C201.378 123.229 199.463 122.447 197.844 121.691C196.253 120.909 194.688 119.951 193.15 118.818C191.613 117.685 190.399 116.471 189.509 115.176C188.645 113.855 188.011 112.276 187.607 110.442C187.202 108.608 187.148 106.584 187.445 104.372C187.85 101.54 188.767 99.0579 190.196 96.9267C191.626 94.7686 193.447 93.0556 195.659 91.7877C197.898 90.4928 200.367 89.5352 203.064 88.9147C205.762 88.2942 208.702 87.984 211.886 87.984C218.953 87.984 224.538 89.7105 228.638 93.1635C232.765 96.6165 234.829 101.216 234.829 106.962H220.181C220.262 104.777 219.466 103.104 217.793 101.944C216.148 100.757 213.949 100.164 211.198 100.164C208.635 100.164 206.531 100.555 204.885 101.337C203.267 102.093 202.363 103.253 202.174 104.817C201.985 106.382 202.552 107.636 203.874 108.581C205.195 109.498 207.664 110.644 211.279 112.02Z\" fill=\"black\"/>\\n<path d=\"M247.511 148.56L256.737 101.499H239.499L241.805 89.3193H291.132L288.785 101.499H271.628L262.442 148.56H247.511Z\" fill=\"black\"/>\\n<path d=\"M35.2706 144.6H20.027L16.5242 162.556H31.7742L35.2706 144.6Z\" fill=\"black\"/>\\n<path d=\"M25.7798 149.895C19.5212 149.895 14.3552 148.519 10.2818 145.768C6.2353 142.989 3.51066 139.226 2.10788 134.478C0.73208 129.73 0.637662 124.281 1.82463 118.13C2.6609 113.76 4.06368 109.741 6.03297 106.072C8.00226 102.403 10.4301 99.2332 13.3166 96.5626C16.2031 93.8649 19.6022 91.7607 23.5138 90.25C27.4254 88.7394 31.6337 87.984 36.1388 87.984C42.3434 87.984 47.4824 89.3598 51.5559 92.1114C55.6294 94.863 58.381 98.6128 59.8107 103.361C61.2405 108.109 61.3619 113.531 60.1749 119.627C59.3117 123.998 57.8819 128.031 55.8856 131.726C53.9163 135.422 51.475 138.619 48.5615 141.317C45.675 144.014 42.276 146.118 38.3644 147.629C34.4528 149.14 30.2579 149.895 25.7798 149.895ZM26.5082 137.715C29.2058 137.715 31.6607 137.216 33.8728 136.218C36.0848 135.193 37.9462 133.763 39.4569 131.929C40.9676 130.094 42.222 128.044 43.2201 125.778C44.2183 123.485 45.0006 120.936 45.5671 118.13C45.9717 116.08 46.201 114.192 46.255 112.465C46.309 110.739 46.1471 109.107 45.7694 107.569C45.4187 106.004 44.8387 104.696 44.0294 103.644C43.2201 102.565 42.0871 101.715 40.6304 101.095C39.2006 100.474 37.4741 100.164 35.4509 100.164C32.7263 100.164 30.2444 100.676 28.0054 101.702C25.7933 102.7 23.9319 104.116 22.4212 105.95C20.9105 107.758 19.6561 109.795 18.658 112.061C17.6868 114.327 16.9315 116.849 16.392 119.627C14.099 131.686 17.471 137.715 26.5082 137.715Z\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2090)\"/>\\n<path d=\"M117.044 127.518C115.56 135.099 112.593 140.723 108.142 144.392C103.691 148.061 97.2029 149.895 88.6783 149.895C79.7491 149.895 73.6254 147.953 70.3073 144.068C67.0162 140.184 66.099 134.438 67.5557 126.83L74.8394 89.3193H89.7709L82.4063 127.518C81.6509 131.268 81.8398 133.912 82.9728 135.449C84.1058 136.96 86.2639 137.715 89.4472 137.715C93.0081 137.715 95.8406 136.852 97.9448 135.126C100.049 133.372 101.465 130.607 102.194 126.83L109.477 89.3193H124.409L117.044 127.518Z\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2090)\"/>\\n<path d=\"M146.6 112.02H172.457L170.029 124.2H144.172L141.865 136.38H172.376L169.948 148.56H124.546L136.079 89.3193H180.995L178.648 101.499H148.663L146.6 112.02Z\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2090)\"/>\\n<path d=\"M211.279 112.02C216.647 114.097 220.289 115.648 222.204 116.674C226.035 118.778 228.584 121.341 229.852 124.362C230.823 126.682 231.187 129.474 230.945 132.738C230.594 138.214 228.247 142.45 223.904 145.444C219.587 148.411 213.787 149.895 206.504 149.895C198.627 149.895 192.422 148.061 187.89 144.392C183.385 140.696 181.132 135.706 181.132 129.42H195.902C195.902 131.416 196.469 133.062 197.602 134.357C198.735 135.652 200.11 136.542 201.729 137.027C203.375 137.486 205.236 137.715 207.313 137.715C212.789 137.715 215.716 135.894 216.094 132.253C216.175 131.443 216.08 130.728 215.811 130.108C215.541 129.46 215.19 128.934 214.759 128.53C214.327 128.125 213.666 127.72 212.776 127.316C211.886 126.884 211.063 126.547 210.307 126.304C209.552 126.061 208.473 125.711 207.07 125.252C205.695 124.794 204.535 124.389 203.59 124.038C201.378 123.229 199.463 122.447 197.844 121.691C196.253 120.909 194.688 119.951 193.15 118.818C191.613 117.685 190.399 116.471 189.509 115.176C188.645 113.855 188.011 112.276 187.607 110.442C187.202 108.608 187.148 106.584 187.445 104.372C187.85 101.54 188.767 99.0579 190.196 96.9267C191.626 94.7686 193.447 93.0556 195.659 91.7877C197.898 90.4928 200.367 89.5352 203.064 88.9147C205.762 88.2942 208.702 87.984 211.886 87.984C218.953 87.984 224.538 89.7105 228.638 93.1635C232.765 96.6165 234.829 101.216 234.829 106.962H220.181C220.262 104.777 219.466 103.104 217.793 101.944C216.148 100.757 213.949 100.164 211.198 100.164C208.635 100.164 206.531 100.555 204.885 101.337C203.267 102.093 202.363 103.253 202.174 104.817C201.985 106.382 202.552 107.636 203.874 108.581C205.195 109.498 207.664 110.644 211.279 112.02Z\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2090)\"/>\\n<path d=\"M247.511 148.56L256.737 101.499H239.499L241.805 89.3193H291.132L288.785 101.499H271.628L262.442 148.56H247.511Z\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2090)\"/>\\n<path d=\"M35.2706 144.6H20.027L16.5242 162.556H31.7742L35.2706 144.6Z\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2090)\"/>\\n<path d=\"M285.856 31.6893L281.443 34.2731C279.975 35.1327 278.757 36.3615 277.91 37.8375C277.745 36.7383 275.01 34.8224 274.136 33.5728C272.82 31.6924 273.136 30.5351 272.174 29.6769C272.742 29.9752 273.374 30.131 274.016 30.131H274.347C274.918 30.131 275.486 30.0385 276.029 29.8572L278.37 29.0743C279.626 28.6543 280.839 28.1134 281.99 27.4592L287.117 24.5471L290.129 23.0623C291.8 22.2389 293.586 21.6738 295.426 21.3863L296.748 21.1798C298.159 20.9593 299.599 21.0066 300.992 21.3191C302.466 21.6498 303.86 22.2709 305.092 23.1462L305.348 23.3287C306.722 24.3047 307.891 25.5395 308.791 26.9638L308.917 27.1633C309.829 28.6061 310.425 30.225 310.668 31.9142C310.888 33.4385 310.814 34.9905 310.453 36.4874L310.336 36.9736C310.08 38.0316 309.65 39.0398 309.063 39.9567C308.469 40.8854 307.723 41.7073 306.855 42.3878L306.316 42.8105C305.891 43.1437 305.434 43.4338 304.952 43.6766C303.817 44.2477 302.564 44.5452 301.293 44.5452H301.001C300.107 44.5452 299.219 44.4175 298.361 44.1658L297.526 43.9205C296.17 43.5225 294.953 42.753 294.012 41.699C292.774 40.3122 292.089 38.5182 292.089 36.6592V36.2121C292.089 35.7951 292.132 35.3792 292.216 34.9708L292.516 33.5115C292.602 33.0884 292.83 32.7073 293.162 32.4306L293.443 32.1966C293.816 31.8848 294.332 31.8068 294.781 31.9941C295.198 32.1679 295.495 32.5447 295.567 32.9903L295.786 34.3435C295.843 34.6933 295.949 35.0334 296.1 35.3536L297.255 37.7945C297.497 38.3054 297.861 38.7558 298.308 39.1013C298.685 39.3924 299.121 39.6074 299.582 39.727L299.697 39.7568C300.308 39.9154 300.952 39.8862 301.546 39.673C302.351 39.3843 303.003 38.7799 303.352 37.9996L303.599 37.4474C303.861 36.8617 303.996 36.2273 303.996 35.5858V34.3478C303.996 32.9858 303.663 31.6445 303.025 30.4412L302.751 29.925C302.236 28.9544 301.472 28.1384 300.538 27.5609C299.163 26.7111 297.51 26.4333 295.933 26.7871L295.165 26.9592C294.426 27.125 293.713 27.3936 293.048 27.7571L285.856 31.6893Z\" fill=\"black\"/>\\n<path d=\"M238.014 41.6008L239.263 40.8002C241.25 39.5262 243.79 37.3455 242.112 35.6846C244.834 35.9997 249.648 37.1274 250.354 38.1956L251.723 41.0261L248.381 42.5807L245.193 44.2818L239.665 47.3863L235.399 49.3001L233.151 50.6313C232.451 51.0462 231.807 51.5507 231.237 52.132L230.632 52.7487C230.235 53.1538 229.915 53.6279 229.688 54.1477L229.587 54.3781C229.396 54.8155 229.297 55.2876 229.297 55.7649C229.297 56.2413 229.396 56.7126 229.586 57.1492L229.604 57.1899C229.69 57.3873 229.793 57.5767 229.912 57.756L230.276 58.3028C230.6 58.7901 231.002 59.2206 231.467 59.5768L231.536 59.6296C231.907 59.9146 232.319 60.1429 232.757 60.3071L232.86 60.3454C233.145 60.4521 233.441 60.5243 233.743 60.5607C234.26 60.6228 234.785 60.5786 235.284 60.4307L235.345 60.4126C235.895 60.2498 236.405 59.9745 236.842 59.604L237.509 59.0388L238.862 57.8055L240.606 56.4872L241.592 55.9173C241.983 55.6917 242.426 55.5728 242.877 55.5728H243.449C243.614 55.5728 243.774 55.6243 243.907 55.72C244.097 55.8558 244.217 56.0688 244.234 56.3014L244.263 56.693C244.3 57.1936 244.103 57.6833 243.731 58.0196L242.601 59.0388L240.858 60.8462L239.802 61.9034C239.178 62.5289 238.481 63.0776 237.726 63.538L237.441 63.7119C236.605 64.2221 235.692 64.5934 234.737 64.8112L234.56 64.8515C233.718 65.0436 232.85 65.0972 231.991 65.0105C231.314 64.9422 230.649 64.7873 230.012 64.5497L229.66 64.4185C229.053 64.1924 228.475 63.8975 227.935 63.5395C227.347 63.1489 226.81 62.6862 226.337 62.1622L225.967 61.752C225.589 61.3337 225.257 60.8759 224.977 60.3866C224.467 59.4967 224.137 58.5157 224.004 57.499L223.939 57.003C223.857 56.3771 223.837 55.7447 223.879 55.1149C223.943 54.1639 224.149 53.2277 224.49 52.3375L224.878 51.3233C225.041 50.8966 225.238 50.4834 225.466 50.0878C225.923 49.2983 226.501 48.586 227.18 47.9774L227.424 47.759C227.953 47.2849 228.528 46.8647 229.14 46.5047L232.922 44.2818L238.014 41.6008Z\" fill=\"black\"/>\\n<path d=\"M265.21 80.9319L264.97 80.7503C264.753 80.5863 264.584 80.3676 264.479 80.1167C264.437 80.0157 264.406 79.9106 264.386 79.803L264.21 78.8379L264.098 77.9433C264.035 77.4389 263.874 76.9516 263.624 76.5093C263.389 76.0947 263.081 75.7269 262.713 75.424L262.334 75.1114C261.995 74.8322 261.629 74.5877 261.241 74.3819L258.498 72.9266L256.171 71.4486C255.247 70.8616 254.378 70.1918 253.575 69.4475C252.685 68.6219 251.88 67.7087 251.173 66.7217L250.766 66.1544C250.294 65.4963 249.882 64.7979 249.533 64.0674L249.44 63.8725C248.906 62.7561 248.544 61.5659 248.364 60.3418L248.35 60.2427C248.234 59.4581 248.201 58.6637 248.251 57.8723C248.308 56.968 248.473 56.0737 248.741 55.2084L249.209 53.7042L250.355 50.1957L251.044 47.4102L251.617 44.4758L251.738 42.7589C251.764 42.3879 251.748 42.0151 251.691 41.6477C251.642 41.3366 251.567 41.0285 251.444 40.7385C250.191 37.782 247.832 36.8442 245.414 36.4315C242.697 35.9676 240.04 35.2593 237.625 33.929L233.417 31.5337C231.344 29.9932 229.111 28.6347 226.792 27.4973L226.33 27.2425C224.98 26.4974 223.487 26.0445 221.95 25.9132C221.343 25.8613 220.732 25.8601 220.124 25.9093L219.192 25.985C218.154 26.0692 217.14 26.3392 216.198 26.7823L215.889 26.9273C215.089 27.3038 214.367 27.8303 213.765 28.4783C212.963 29.3402 212.395 30.3922 212.113 31.5349L211.989 32.0348C211.775 32.905 211.742 33.81 211.892 34.6935L211.959 35.085C212.063 35.6923 212.288 36.2725 212.621 36.7907C213.152 37.617 213.936 38.2503 214.855 38.597L214.927 38.6241C215.605 38.88 216.333 38.9791 217.055 38.914L218.23 38.8081C218.75 38.7612 219.241 38.5465 219.628 38.1963L219.701 38.1303C220.336 37.5561 220.591 36.671 220.357 35.8472C220.192 35.2651 219.799 34.7741 219.267 34.4851L218.322 33.9718C217.891 33.7374 217.623 33.2858 217.623 32.7949V32.7671C217.623 32.5552 217.677 32.3469 217.781 32.1622C218 31.7739 218.41 31.5337 218.856 31.5337H219.729C219.974 31.5337 220.218 31.5668 220.455 31.6321L221.106 31.8119C221.766 31.9942 222.387 32.297 222.937 32.7049L223.077 32.8085C223.562 33.1688 223.974 33.6199 224.287 34.137L224.327 34.2029C224.744 34.8901 224.965 35.6786 224.965 36.4824C224.965 36.9528 224.889 37.4201 224.741 37.8666L224.671 38.078C224.414 38.8508 223.997 39.5606 223.447 40.1608L223.137 40.4992C222.455 41.2427 221.638 41.849 220.728 42.2857L219.736 42.7625C218.958 43.1361 218.127 43.3868 217.272 43.5058C216.617 43.5968 215.954 43.6099 215.296 43.5446L215.236 43.5385C213.831 43.3991 212.472 42.9213 211.287 42.1538C210.427 41.5964 209.663 40.8914 209.041 40.0762L208.794 39.7528C208.278 39.077 207.835 38.3334 207.484 37.5592C206.802 36.0546 206.438 34.3989 206.438 32.7468V32.359C206.438 31.2603 206.594 30.1672 206.901 29.1123C207.076 28.5115 207.299 27.9258 207.569 27.3609L207.902 26.6614C208.486 25.4366 209.304 24.3383 210.311 23.4286C211.206 22.6196 212.235 21.9729 213.353 21.5178L213.85 21.3151C215.459 20.6598 217.18 20.3228 218.917 20.3228H220.759C222.16 20.3228 223.554 20.5152 224.902 20.8947C226.157 21.2478 227.362 21.76 228.487 22.4187L232.115 24.5432L236.506 27.0353C238.139 27.9621 239.937 28.5601 241.8 28.7956L244.204 29.0995C244.821 29.1775 245.448 29.1118 246.036 28.9075L246.569 28.7223C247.096 28.539 247.545 28.1804 247.84 27.7062C248.217 27.0999 248.31 26.3588 248.094 25.6781L247.384 23.4394L246.402 20.9165C246.03 19.9593 245.73 18.9756 245.505 17.9735L245.176 16.5117C244.922 15.3802 244.847 14.2157 244.954 13.0609C245.079 11.7234 245.446 10.4198 246.037 9.21379L246.277 8.7236C246.687 7.88784 247.179 7.09491 247.746 6.35652L248.018 6.0018C248.99 4.73554 250.155 3.63028 251.471 2.72669C252.663 1.90867 253.964 1.26472 255.338 0.814298L255.563 0.740262C257.058 0.249866 258.622 0 260.195 0C261.959 0 263.71 0.31425 265.364 0.928031L265.653 1.03521C267.397 1.68232 269.02 2.61839 270.453 3.8042L270.766 4.0631C271.518 4.68551 272.2 5.38861 272.799 6.15977C273.869 7.53723 274.658 9.11103 275.123 10.7922L275.334 11.5574C275.702 12.8875 275.817 14.2747 275.675 15.6473C275.585 16.5104 275.394 17.3601 275.106 18.1787L273.69 22.2058L272.327 25.2684C272.044 25.9033 271.898 26.5905 271.898 27.2854C271.898 28.2904 272.203 29.2717 272.773 30.0992L275.346 33.833C276.587 35.6349 278.122 37.2155 279.887 38.5086L285.588 42.6849L288.663 45.2646C289.528 45.9903 290.278 46.8425 290.889 47.7924C291.759 49.1471 292.327 50.6734 292.554 52.2674L292.695 53.2576C292.883 54.5748 292.797 55.9166 292.442 57.199C292.014 58.7505 291.204 60.1706 290.088 61.3303L289.86 61.5674C288.598 62.8789 287.029 63.8557 285.295 64.4098L284.852 64.5514C282.75 65.2234 280.504 65.3125 278.355 64.8092L277.039 64.501C276.053 64.2701 275.135 63.8121 274.358 63.1636C273.305 62.2854 272.557 61.0968 272.221 59.7679L271.822 58.1918C271.553 57.127 271.628 56.0041 272.038 54.9849L272.295 54.3453C272.581 53.6323 273.109 53.0424 273.786 52.6782L274.318 52.3916C274.699 52.1867 275.142 52.1319 275.561 52.2378C276.48 52.4702 277.041 53.3999 276.817 54.3213L276.708 54.7707C276.631 55.0893 276.626 55.4211 276.693 55.7419L276.936 56.8917C277.122 57.7706 277.57 58.5723 278.222 59.1901L278.568 59.5175C279.168 60.0861 279.963 60.4031 280.79 60.4031C281.347 60.4031 281.894 60.2592 282.379 59.9854L282.603 59.859C282.95 59.6627 283.268 59.4181 283.547 59.1324L283.874 58.797C284.652 57.9993 285.222 57.0228 285.534 55.9532C285.773 55.1341 285.856 54.2774 285.779 53.4276L285.775 53.3903C285.653 52.0505 285.148 50.7742 284.319 49.7141L284.234 49.605C283.851 49.114 283.407 48.673 282.914 48.2921L281.092 46.8847L278.1 44.8878L275.042 43.3604C274.142 42.9108 273.207 42.535 272.246 42.2365L271.062 41.8688C270.57 41.716 270.063 41.6168 269.55 41.5728L269.004 41.526C268.53 41.4854 268.053 41.5283 267.594 41.6528C266.863 41.8509 266.202 42.2493 265.685 42.803L264.557 44.0123C264.015 44.5939 263.544 45.2389 263.157 45.9333L260.971 49.8483L258.748 54.6186L258.06 56.5691C257.52 58.0997 257.244 59.711 257.244 61.334V62.3165C257.244 62.7721 257.297 63.2261 257.402 63.6695C257.635 64.6554 258.118 65.5645 258.805 66.3088L259.821 67.4094C260.403 68.0404 261.054 68.6048 261.761 69.092L263.793 70.4918C264.696 71.1145 265.481 71.8944 266.109 72.7943C267.182 74.3328 267.758 76.1636 267.758 78.0396V79.0816V79.6643C267.758 79.9751 267.667 80.2791 267.496 80.5386C266.991 81.3054 265.943 81.4857 265.21 80.9319Z\" fill=\"black\"/>\\n</svg>\\n',height:\"100%\",id:\"wb4iZPfxh\",layoutId:\"wb4iZPfxh\",name:\"3\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:164,pixelWidth:311,src:\"https://framerusercontent.com/images/SE0aheT09zWPeby5d3hERbY9xz0.svg\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+380.4+0+72+0+240},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+82+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+400.4+0+92+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d4umpq-container\",\"data-framer-name\":\"4\",isModuleExternal:true,name:\"4\",nodeId:\"IjwvYhM84\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/PtGA7TzqOdhRObKqt22umavwujY.zip\",gq_M7uaJY:'<svg width=\"311\" height=\"164\" viewBox=\"0 0 311 164\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M88.4986 14.418H88.0866L88.0079 14.8225L76.4754 74.063L76.3595 74.6585H76.9662H91.8572H92.2692L92.348 74.2542L96.9226 50.7843H116.217L111.68 74.0629L111.564 74.6585H112.171H127.102H127.514L127.593 74.2541L139.125 15.0136L139.241 14.418H138.635H123.703H123.291L123.212 14.8229L118.799 37.6044H99.5437L103.881 15.0123L103.995 14.418H103.39H88.4986ZM186.966 61.4786H157.059L159.176 50.2987H184.619H185.029L185.109 49.8965L187.537 37.7165L187.656 37.1188H187.047H161.797L163.665 27.5979H193.238H193.651L193.729 27.1925L196.076 15.0126L196.19 14.418H195.585H150.669H150.257L150.178 14.8225L138.646 74.063L138.53 74.6585H139.136H184.538H184.948L185.028 74.2563L187.456 62.0764L187.575 61.4786H186.966ZM33.0878 74.0623L32.9709 74.6585H33.5784H48.51H48.9218L49.0007 74.2543L58.1073 27.5979H74.8526H75.2654L75.3435 27.1925L77.6905 15.0126L77.8051 14.418H77.1995H27.8729H27.4587L27.3816 14.825L25.0751 27.0049L24.9628 27.5979H25.5664H42.1969L33.0878 74.0623Z\" fill=\"white\" stroke=\"white\"/>\\n<mask id=\"path-2-outside-1_82_2082\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"86.984\" width=\"293\" height=\"77\" fill=\"black\">\\n<rect fill=\"white\" y=\"86.984\" width=\"293\" height=\"77\"/>\\n<path d=\"M25.7798 149.895C19.5212 149.895 14.3552 148.519 10.2818 145.768C6.2353 142.989 3.51066 139.226 2.10788 134.478C0.73208 129.73 0.637662 124.281 1.82463 118.13C2.6609 113.76 4.06368 109.741 6.03297 106.072C8.00226 102.403 10.4301 99.2332 13.3166 96.5626C16.2031 93.8649 19.6022 91.7607 23.5138 90.25C27.4254 88.7394 31.6337 87.984 36.1388 87.984C42.3434 87.984 47.4824 89.3598 51.5559 92.1114C55.6294 94.863 58.381 98.6128 59.8107 103.361C61.2405 108.109 61.3619 113.531 60.1749 119.627C59.3117 123.998 57.8819 128.031 55.8856 131.726C53.9163 135.422 51.475 138.619 48.5615 141.317C45.675 144.014 42.276 146.118 38.3644 147.629C34.4528 149.14 30.2579 149.895 25.7798 149.895ZM26.5082 137.715C29.2058 137.715 31.6607 137.216 33.8728 136.218C36.0848 135.193 37.9462 133.763 39.4569 131.929C40.9676 130.094 42.222 128.044 43.2201 125.778C44.2183 123.485 45.0006 120.936 45.5671 118.13C45.9717 116.08 46.201 114.192 46.255 112.465C46.309 110.739 46.1471 109.107 45.7694 107.569C45.4187 106.004 44.8387 104.696 44.0294 103.644C43.2201 102.565 42.0871 101.715 40.6304 101.095C39.2006 100.474 37.4741 100.164 35.4509 100.164C32.7263 100.164 30.2444 100.676 28.0054 101.702C25.7933 102.7 23.9319 104.116 22.4212 105.95C20.9105 107.758 19.6561 109.795 18.658 112.061C17.6868 114.327 16.9315 116.849 16.392 119.627C14.099 131.686 17.471 137.715 26.5082 137.715Z\"/>\\n<path d=\"M117.044 127.518C115.56 135.099 112.593 140.723 108.142 144.392C103.691 148.061 97.2029 149.895 88.6783 149.895C79.7491 149.895 73.6254 147.953 70.3073 144.068C67.0162 140.184 66.099 134.438 67.5557 126.83L74.8394 89.3193H89.7709L82.4063 127.518C81.6509 131.268 81.8398 133.912 82.9728 135.449C84.1058 136.96 86.2639 137.715 89.4472 137.715C93.0081 137.715 95.8406 136.852 97.9448 135.126C100.049 133.372 101.465 130.607 102.194 126.83L109.477 89.3193H124.409L117.044 127.518Z\"/>\\n<path d=\"M146.6 112.02H172.457L170.029 124.2H144.172L141.865 136.38H172.376L169.948 148.56H124.546L136.079 89.3193H180.995L178.648 101.499H148.663L146.6 112.02Z\"/>\\n<path d=\"M211.279 112.02C216.647 114.097 220.289 115.648 222.204 116.674C226.035 118.778 228.584 121.341 229.852 124.362C230.823 126.682 231.187 129.474 230.945 132.738C230.594 138.214 228.247 142.45 223.904 145.444C219.587 148.411 213.787 149.895 206.504 149.895C198.627 149.895 192.422 148.061 187.89 144.392C183.385 140.696 181.132 135.706 181.132 129.42H195.902C195.902 131.416 196.469 133.062 197.602 134.357C198.735 135.652 200.11 136.542 201.729 137.027C203.375 137.486 205.236 137.715 207.313 137.715C212.789 137.715 215.716 135.894 216.094 132.253C216.175 131.443 216.08 130.728 215.811 130.108C215.541 129.46 215.19 128.934 214.759 128.53C214.327 128.125 213.666 127.72 212.776 127.316C211.886 126.884 211.063 126.547 210.307 126.304C209.552 126.061 208.473 125.711 207.07 125.252C205.695 124.794 204.535 124.389 203.59 124.038C201.378 123.229 199.463 122.447 197.844 121.691C196.253 120.909 194.688 119.951 193.15 118.818C191.613 117.685 190.399 116.471 189.509 115.176C188.645 113.855 188.011 112.276 187.607 110.442C187.202 108.608 187.148 106.584 187.445 104.372C187.85 101.54 188.767 99.0579 190.196 96.9267C191.626 94.7686 193.447 93.0556 195.659 91.7877C197.898 90.4928 200.367 89.5352 203.064 88.9147C205.762 88.2942 208.702 87.984 211.886 87.984C218.953 87.984 224.538 89.7105 228.638 93.1635C232.765 96.6165 234.829 101.216 234.829 106.962H220.181C220.262 104.777 219.466 103.104 217.793 101.944C216.148 100.757 213.949 100.164 211.198 100.164C208.635 100.164 206.531 100.555 204.885 101.337C203.267 102.093 202.363 103.253 202.174 104.817C201.985 106.382 202.552 107.636 203.874 108.581C205.195 109.498 207.664 110.644 211.279 112.02Z\"/>\\n<path d=\"M247.511 148.56L256.737 101.499H239.499L241.805 89.3193H291.132L288.785 101.499H271.628L262.442 148.56H247.511Z\"/>\\n<path d=\"M35.2706 144.6H20.027L16.5242 162.556H31.7742L35.2706 144.6Z\"/>\\n</mask>\\n<path d=\"M25.7798 149.895C19.5212 149.895 14.3552 148.519 10.2818 145.768C6.2353 142.989 3.51066 139.226 2.10788 134.478C0.73208 129.73 0.637662 124.281 1.82463 118.13C2.6609 113.76 4.06368 109.741 6.03297 106.072C8.00226 102.403 10.4301 99.2332 13.3166 96.5626C16.2031 93.8649 19.6022 91.7607 23.5138 90.25C27.4254 88.7394 31.6337 87.984 36.1388 87.984C42.3434 87.984 47.4824 89.3598 51.5559 92.1114C55.6294 94.863 58.381 98.6128 59.8107 103.361C61.2405 108.109 61.3619 113.531 60.1749 119.627C59.3117 123.998 57.8819 128.031 55.8856 131.726C53.9163 135.422 51.475 138.619 48.5615 141.317C45.675 144.014 42.276 146.118 38.3644 147.629C34.4528 149.14 30.2579 149.895 25.7798 149.895ZM26.5082 137.715C29.2058 137.715 31.6607 137.216 33.8728 136.218C36.0848 135.193 37.9462 133.763 39.4569 131.929C40.9676 130.094 42.222 128.044 43.2201 125.778C44.2183 123.485 45.0006 120.936 45.5671 118.13C45.9717 116.08 46.201 114.192 46.255 112.465C46.309 110.739 46.1471 109.107 45.7694 107.569C45.4187 106.004 44.8387 104.696 44.0294 103.644C43.2201 102.565 42.0871 101.715 40.6304 101.095C39.2006 100.474 37.4741 100.164 35.4509 100.164C32.7263 100.164 30.2444 100.676 28.0054 101.702C25.7933 102.7 23.9319 104.116 22.4212 105.95C20.9105 107.758 19.6561 109.795 18.658 112.061C17.6868 114.327 16.9315 116.849 16.392 119.627C14.099 131.686 17.471 137.715 26.5082 137.715Z\" fill=\"white\"/>\\n<path d=\"M117.044 127.518C115.56 135.099 112.593 140.723 108.142 144.392C103.691 148.061 97.2029 149.895 88.6783 149.895C79.7491 149.895 73.6254 147.953 70.3073 144.068C67.0162 140.184 66.099 134.438 67.5557 126.83L74.8394 89.3193H89.7709L82.4063 127.518C81.6509 131.268 81.8398 133.912 82.9728 135.449C84.1058 136.96 86.2639 137.715 89.4472 137.715C93.0081 137.715 95.8406 136.852 97.9448 135.126C100.049 133.372 101.465 130.607 102.194 126.83L109.477 89.3193H124.409L117.044 127.518Z\" fill=\"white\"/>\\n<path d=\"M146.6 112.02H172.457L170.029 124.2H144.172L141.865 136.38H172.376L169.948 148.56H124.546L136.079 89.3193H180.995L178.648 101.499H148.663L146.6 112.02Z\" fill=\"white\"/>\\n<path d=\"M211.279 112.02C216.647 114.097 220.289 115.648 222.204 116.674C226.035 118.778 228.584 121.341 229.852 124.362C230.823 126.682 231.187 129.474 230.945 132.738C230.594 138.214 228.247 142.45 223.904 145.444C219.587 148.411 213.787 149.895 206.504 149.895C198.627 149.895 192.422 148.061 187.89 144.392C183.385 140.696 181.132 135.706 181.132 129.42H195.902C195.902 131.416 196.469 133.062 197.602 134.357C198.735 135.652 200.11 136.542 201.729 137.027C203.375 137.486 205.236 137.715 207.313 137.715C212.789 137.715 215.716 135.894 216.094 132.253C216.175 131.443 216.08 130.728 215.811 130.108C215.541 129.46 215.19 128.934 214.759 128.53C214.327 128.125 213.666 127.72 212.776 127.316C211.886 126.884 211.063 126.547 210.307 126.304C209.552 126.061 208.473 125.711 207.07 125.252C205.695 124.794 204.535 124.389 203.59 124.038C201.378 123.229 199.463 122.447 197.844 121.691C196.253 120.909 194.688 119.951 193.15 118.818C191.613 117.685 190.399 116.471 189.509 115.176C188.645 113.855 188.011 112.276 187.607 110.442C187.202 108.608 187.148 106.584 187.445 104.372C187.85 101.54 188.767 99.0579 190.196 96.9267C191.626 94.7686 193.447 93.0556 195.659 91.7877C197.898 90.4928 200.367 89.5352 203.064 88.9147C205.762 88.2942 208.702 87.984 211.886 87.984C218.953 87.984 224.538 89.7105 228.638 93.1635C232.765 96.6165 234.829 101.216 234.829 106.962H220.181C220.262 104.777 219.466 103.104 217.793 101.944C216.148 100.757 213.949 100.164 211.198 100.164C208.635 100.164 206.531 100.555 204.885 101.337C203.267 102.093 202.363 103.253 202.174 104.817C201.985 106.382 202.552 107.636 203.874 108.581C205.195 109.498 207.664 110.644 211.279 112.02Z\" fill=\"white\"/>\\n<path d=\"M247.511 148.56L256.737 101.499H239.499L241.805 89.3193H291.132L288.785 101.499H271.628L262.442 148.56H247.511Z\" fill=\"white\"/>\\n<path d=\"M35.2706 144.6H20.027L16.5242 162.556H31.7742L35.2706 144.6Z\" fill=\"white\"/>\\n<path d=\"M25.7798 149.895C19.5212 149.895 14.3552 148.519 10.2818 145.768C6.2353 142.989 3.51066 139.226 2.10788 134.478C0.73208 129.73 0.637662 124.281 1.82463 118.13C2.6609 113.76 4.06368 109.741 6.03297 106.072C8.00226 102.403 10.4301 99.2332 13.3166 96.5626C16.2031 93.8649 19.6022 91.7607 23.5138 90.25C27.4254 88.7394 31.6337 87.984 36.1388 87.984C42.3434 87.984 47.4824 89.3598 51.5559 92.1114C55.6294 94.863 58.381 98.6128 59.8107 103.361C61.2405 108.109 61.3619 113.531 60.1749 119.627C59.3117 123.998 57.8819 128.031 55.8856 131.726C53.9163 135.422 51.475 138.619 48.5615 141.317C45.675 144.014 42.276 146.118 38.3644 147.629C34.4528 149.14 30.2579 149.895 25.7798 149.895ZM26.5082 137.715C29.2058 137.715 31.6607 137.216 33.8728 136.218C36.0848 135.193 37.9462 133.763 39.4569 131.929C40.9676 130.094 42.222 128.044 43.2201 125.778C44.2183 123.485 45.0006 120.936 45.5671 118.13C45.9717 116.08 46.201 114.192 46.255 112.465C46.309 110.739 46.1471 109.107 45.7694 107.569C45.4187 106.004 44.8387 104.696 44.0294 103.644C43.2201 102.565 42.0871 101.715 40.6304 101.095C39.2006 100.474 37.4741 100.164 35.4509 100.164C32.7263 100.164 30.2444 100.676 28.0054 101.702C25.7933 102.7 23.9319 104.116 22.4212 105.95C20.9105 107.758 19.6561 109.795 18.658 112.061C17.6868 114.327 16.9315 116.849 16.392 119.627C14.099 131.686 17.471 137.715 26.5082 137.715Z\" stroke=\"white\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2082)\"/>\\n<path d=\"M117.044 127.518C115.56 135.099 112.593 140.723 108.142 144.392C103.691 148.061 97.2029 149.895 88.6783 149.895C79.7491 149.895 73.6254 147.953 70.3073 144.068C67.0162 140.184 66.099 134.438 67.5557 126.83L74.8394 89.3193H89.7709L82.4063 127.518C81.6509 131.268 81.8398 133.912 82.9728 135.449C84.1058 136.96 86.2639 137.715 89.4472 137.715C93.0081 137.715 95.8406 136.852 97.9448 135.126C100.049 133.372 101.465 130.607 102.194 126.83L109.477 89.3193H124.409L117.044 127.518Z\" stroke=\"white\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2082)\"/>\\n<path d=\"M146.6 112.02H172.457L170.029 124.2H144.172L141.865 136.38H172.376L169.948 148.56H124.546L136.079 89.3193H180.995L178.648 101.499H148.663L146.6 112.02Z\" stroke=\"white\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2082)\"/>\\n<path d=\"M211.279 112.02C216.647 114.097 220.289 115.648 222.204 116.674C226.035 118.778 228.584 121.341 229.852 124.362C230.823 126.682 231.187 129.474 230.945 132.738C230.594 138.214 228.247 142.45 223.904 145.444C219.587 148.411 213.787 149.895 206.504 149.895C198.627 149.895 192.422 148.061 187.89 144.392C183.385 140.696 181.132 135.706 181.132 129.42H195.902C195.902 131.416 196.469 133.062 197.602 134.357C198.735 135.652 200.11 136.542 201.729 137.027C203.375 137.486 205.236 137.715 207.313 137.715C212.789 137.715 215.716 135.894 216.094 132.253C216.175 131.443 216.08 130.728 215.811 130.108C215.541 129.46 215.19 128.934 214.759 128.53C214.327 128.125 213.666 127.72 212.776 127.316C211.886 126.884 211.063 126.547 210.307 126.304C209.552 126.061 208.473 125.711 207.07 125.252C205.695 124.794 204.535 124.389 203.59 124.038C201.378 123.229 199.463 122.447 197.844 121.691C196.253 120.909 194.688 119.951 193.15 118.818C191.613 117.685 190.399 116.471 189.509 115.176C188.645 113.855 188.011 112.276 187.607 110.442C187.202 108.608 187.148 106.584 187.445 104.372C187.85 101.54 188.767 99.0579 190.196 96.9267C191.626 94.7686 193.447 93.0556 195.659 91.7877C197.898 90.4928 200.367 89.5352 203.064 88.9147C205.762 88.2942 208.702 87.984 211.886 87.984C218.953 87.984 224.538 89.7105 228.638 93.1635C232.765 96.6165 234.829 101.216 234.829 106.962H220.181C220.262 104.777 219.466 103.104 217.793 101.944C216.148 100.757 213.949 100.164 211.198 100.164C208.635 100.164 206.531 100.555 204.885 101.337C203.267 102.093 202.363 103.253 202.174 104.817C201.985 106.382 202.552 107.636 203.874 108.581C205.195 109.498 207.664 110.644 211.279 112.02Z\" stroke=\"white\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2082)\"/>\\n<path d=\"M247.511 148.56L256.737 101.499H239.499L241.805 89.3193H291.132L288.785 101.499H271.628L262.442 148.56H247.511Z\" stroke=\"white\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2082)\"/>\\n<path d=\"M35.2706 144.6H20.027L16.5242 162.556H31.7742L35.2706 144.6Z\" stroke=\"white\" stroke-width=\"2\" mask=\"url(#path-2-outside-1_82_2082)\"/>\\n<path d=\"M285.856 31.6893L281.443 34.2731C279.975 35.1327 278.757 36.3615 277.91 37.8375C277.745 36.7383 275.01 34.8224 274.136 33.5728C272.82 31.6924 273.136 30.5351 272.174 29.6769C272.742 29.9752 273.374 30.131 274.016 30.131H274.347C274.918 30.131 275.486 30.0385 276.029 29.8572L278.37 29.0743C279.626 28.6543 280.839 28.1134 281.99 27.4592L287.117 24.5471L290.129 23.0623C291.8 22.2389 293.586 21.6738 295.426 21.3863L296.748 21.1798C298.159 20.9593 299.599 21.0066 300.992 21.3191C302.466 21.6498 303.86 22.2709 305.092 23.1462L305.348 23.3287C306.722 24.3047 307.891 25.5395 308.791 26.9638L308.917 27.1633C309.829 28.6061 310.425 30.225 310.668 31.9142C310.888 33.4385 310.814 34.9905 310.453 36.4874L310.336 36.9736C310.08 38.0316 309.65 39.0398 309.063 39.9567C308.469 40.8854 307.723 41.7073 306.855 42.3878L306.316 42.8105C305.891 43.1437 305.434 43.4338 304.952 43.6766C303.817 44.2477 302.564 44.5452 301.293 44.5452H301.001C300.107 44.5452 299.219 44.4175 298.361 44.1658L297.526 43.9205C296.17 43.5225 294.953 42.753 294.012 41.699C292.774 40.3122 292.089 38.5182 292.089 36.6592V36.2121C292.089 35.7951 292.132 35.3792 292.216 34.9708L292.516 33.5115C292.602 33.0884 292.83 32.7073 293.162 32.4306L293.443 32.1966C293.816 31.8848 294.332 31.8068 294.781 31.9941C295.198 32.1679 295.495 32.5447 295.567 32.9903L295.786 34.3435C295.843 34.6933 295.949 35.0334 296.1 35.3536L297.255 37.7945C297.497 38.3054 297.861 38.7558 298.308 39.1013C298.685 39.3924 299.121 39.6074 299.582 39.727L299.697 39.7568C300.308 39.9154 300.952 39.8862 301.546 39.673C302.351 39.3843 303.003 38.7799 303.352 37.9996L303.599 37.4474C303.861 36.8617 303.996 36.2273 303.996 35.5858V34.3478C303.996 32.9858 303.663 31.6445 303.025 30.4412L302.751 29.925C302.236 28.9544 301.472 28.1384 300.538 27.5609C299.163 26.7111 297.51 26.4333 295.933 26.7871L295.165 26.9592C294.426 27.125 293.713 27.3936 293.048 27.7571L285.856 31.6893Z\" fill=\"white\"/>\\n<path d=\"M238.014 41.6008L239.263 40.8002C241.25 39.5262 243.79 37.3455 242.112 35.6846C244.834 35.9997 249.648 37.1274 250.354 38.1956L251.723 41.0261L248.381 42.5807L245.193 44.2818L239.665 47.3863L235.399 49.3001L233.151 50.6313C232.451 51.0462 231.807 51.5507 231.237 52.132L230.632 52.7487C230.235 53.1538 229.915 53.6279 229.688 54.1477L229.587 54.3781C229.396 54.8155 229.297 55.2876 229.297 55.7649C229.297 56.2413 229.396 56.7126 229.586 57.1492L229.604 57.1899C229.69 57.3873 229.793 57.5767 229.912 57.756L230.276 58.3028C230.6 58.7901 231.002 59.2206 231.467 59.5768L231.536 59.6296C231.907 59.9146 232.319 60.1429 232.757 60.3071L232.86 60.3454C233.145 60.4521 233.441 60.5243 233.743 60.5607C234.26 60.6228 234.785 60.5786 235.284 60.4307L235.345 60.4126C235.895 60.2498 236.405 59.9745 236.842 59.604L237.509 59.0388L238.862 57.8055L240.606 56.4872L241.592 55.9173C241.983 55.6917 242.426 55.5728 242.877 55.5728H243.449C243.614 55.5728 243.774 55.6243 243.907 55.72C244.097 55.8558 244.217 56.0688 244.234 56.3014L244.263 56.693C244.3 57.1936 244.103 57.6833 243.731 58.0196L242.601 59.0388L240.858 60.8462L239.802 61.9034C239.178 62.5289 238.481 63.0776 237.726 63.538L237.441 63.7119C236.605 64.2221 235.692 64.5934 234.737 64.8112L234.56 64.8515C233.718 65.0436 232.85 65.0972 231.991 65.0105C231.314 64.9422 230.649 64.7873 230.012 64.5497L229.66 64.4185C229.053 64.1924 228.475 63.8975 227.935 63.5395C227.347 63.1489 226.81 62.6862 226.337 62.1622L225.967 61.752C225.589 61.3337 225.257 60.8759 224.977 60.3866C224.467 59.4967 224.137 58.5157 224.004 57.499L223.939 57.003C223.857 56.3771 223.837 55.7447 223.879 55.1149C223.943 54.1639 224.149 53.2277 224.49 52.3375L224.878 51.3233C225.041 50.8966 225.238 50.4834 225.466 50.0878C225.923 49.2983 226.501 48.586 227.18 47.9774L227.424 47.759C227.953 47.2849 228.528 46.8647 229.14 46.5047L232.922 44.2818L238.014 41.6008Z\" fill=\"white\"/>\\n<path d=\"M265.21 80.9319L264.97 80.7503C264.753 80.5863 264.584 80.3676 264.479 80.1167C264.437 80.0157 264.406 79.9106 264.386 79.803L264.21 78.8379L264.098 77.9433C264.035 77.4389 263.874 76.9516 263.624 76.5093C263.389 76.0947 263.081 75.7269 262.713 75.424L262.334 75.1114C261.995 74.8322 261.629 74.5877 261.241 74.3819L258.498 72.9266L256.171 71.4486C255.247 70.8616 254.378 70.1918 253.575 69.4475C252.685 68.6219 251.88 67.7087 251.173 66.7217L250.766 66.1544C250.294 65.4963 249.882 64.7979 249.533 64.0674L249.44 63.8725C248.906 62.7561 248.544 61.5659 248.364 60.3418L248.35 60.2427C248.234 59.4581 248.201 58.6637 248.251 57.8723C248.308 56.968 248.473 56.0737 248.741 55.2084L249.209 53.7042L250.355 50.1957L251.044 47.4102L251.617 44.4758L251.738 42.7589C251.764 42.3879 251.748 42.0151 251.691 41.6477C251.642 41.3366 251.567 41.0285 251.444 40.7385C250.191 37.782 247.832 36.8442 245.414 36.4315C242.697 35.9676 240.04 35.2593 237.625 33.929L233.417 31.5337C231.344 29.9932 229.111 28.6347 226.792 27.4973L226.33 27.2425C224.98 26.4974 223.487 26.0445 221.95 25.9132C221.343 25.8613 220.732 25.8601 220.124 25.9093L219.192 25.985C218.154 26.0692 217.14 26.3392 216.198 26.7823L215.889 26.9273C215.089 27.3038 214.367 27.8303 213.765 28.4783C212.963 29.3402 212.395 30.3922 212.113 31.5349L211.989 32.0348C211.775 32.905 211.742 33.81 211.892 34.6935L211.959 35.085C212.063 35.6923 212.288 36.2725 212.621 36.7907C213.152 37.617 213.936 38.2503 214.855 38.597L214.927 38.6241C215.605 38.88 216.333 38.9791 217.055 38.914L218.23 38.8081C218.75 38.7612 219.241 38.5465 219.628 38.1963L219.701 38.1303C220.336 37.5561 220.591 36.671 220.357 35.8472C220.192 35.2651 219.799 34.7741 219.267 34.4851L218.322 33.9718C217.891 33.7374 217.623 33.2858 217.623 32.7949V32.7671C217.623 32.5552 217.677 32.3469 217.781 32.1622C218 31.7739 218.41 31.5337 218.856 31.5337H219.729C219.974 31.5337 220.218 31.5668 220.455 31.6321L221.106 31.8119C221.766 31.9942 222.387 32.297 222.937 32.7049L223.077 32.8085C223.562 33.1688 223.974 33.6199 224.287 34.137L224.327 34.2029C224.744 34.8901 224.965 35.6786 224.965 36.4824C224.965 36.9528 224.889 37.4201 224.741 37.8666L224.671 38.078C224.414 38.8508 223.997 39.5606 223.447 40.1608L223.137 40.4992C222.455 41.2427 221.638 41.849 220.728 42.2857L219.736 42.7625C218.958 43.1361 218.127 43.3868 217.272 43.5058C216.617 43.5968 215.954 43.6099 215.296 43.5446L215.236 43.5385C213.831 43.3991 212.472 42.9213 211.287 42.1538C210.427 41.5964 209.663 40.8914 209.041 40.0762L208.794 39.7528C208.278 39.077 207.835 38.3334 207.484 37.5592C206.802 36.0546 206.438 34.3989 206.438 32.7468V32.359C206.438 31.2603 206.594 30.1672 206.901 29.1123C207.076 28.5115 207.299 27.9258 207.569 27.3609L207.902 26.6614C208.486 25.4366 209.304 24.3383 210.311 23.4286C211.206 22.6196 212.235 21.9729 213.353 21.5178L213.85 21.3151C215.459 20.6598 217.18 20.3228 218.917 20.3228H220.759C222.16 20.3228 223.554 20.5152 224.902 20.8947C226.157 21.2478 227.362 21.76 228.487 22.4187L232.115 24.5432L236.506 27.0353C238.139 27.9621 239.937 28.5601 241.8 28.7956L244.204 29.0995C244.821 29.1775 245.448 29.1118 246.036 28.9075L246.569 28.7223C247.096 28.539 247.545 28.1804 247.84 27.7062C248.217 27.0999 248.31 26.3588 248.094 25.6781L247.384 23.4394L246.402 20.9165C246.03 19.9593 245.73 18.9756 245.505 17.9735L245.176 16.5117C244.922 15.3802 244.847 14.2157 244.954 13.0609C245.079 11.7234 245.446 10.4198 246.037 9.21379L246.277 8.7236C246.687 7.88784 247.179 7.09491 247.746 6.35652L248.018 6.0018C248.99 4.73554 250.155 3.63028 251.471 2.72669C252.663 1.90867 253.964 1.26472 255.338 0.814298L255.563 0.740262C257.058 0.249866 258.622 0 260.195 0C261.959 0 263.71 0.31425 265.364 0.928031L265.653 1.03521C267.397 1.68232 269.02 2.61839 270.453 3.8042L270.766 4.0631C271.518 4.68551 272.2 5.38861 272.799 6.15977C273.869 7.53723 274.658 9.11103 275.123 10.7922L275.334 11.5574C275.702 12.8875 275.817 14.2747 275.675 15.6473C275.585 16.5104 275.394 17.3601 275.106 18.1787L273.69 22.2058L272.327 25.2684C272.044 25.9033 271.898 26.5905 271.898 27.2854C271.898 28.2904 272.203 29.2717 272.773 30.0992L275.346 33.833C276.587 35.6349 278.122 37.2155 279.887 38.5086L285.588 42.6849L288.663 45.2646C289.528 45.9903 290.278 46.8425 290.889 47.7924C291.759 49.1471 292.327 50.6734 292.554 52.2674L292.695 53.2576C292.883 54.5748 292.797 55.9166 292.442 57.199C292.014 58.7505 291.204 60.1706 290.088 61.3303L289.86 61.5674C288.598 62.8789 287.029 63.8557 285.295 64.4098L284.852 64.5514C282.75 65.2234 280.504 65.3125 278.355 64.8092L277.039 64.501C276.053 64.2701 275.135 63.8121 274.358 63.1636C273.305 62.2854 272.557 61.0968 272.221 59.7679L271.822 58.1918C271.553 57.127 271.628 56.0041 272.038 54.9849L272.295 54.3453C272.581 53.6323 273.109 53.0424 273.786 52.6782L274.318 52.3916C274.699 52.1867 275.142 52.1319 275.561 52.2378C276.48 52.4702 277.041 53.3999 276.817 54.3213L276.708 54.7707C276.631 55.0893 276.626 55.4211 276.693 55.7419L276.936 56.8917C277.122 57.7706 277.57 58.5723 278.222 59.1901L278.568 59.5175C279.168 60.0861 279.963 60.4031 280.79 60.4031C281.347 60.4031 281.894 60.2592 282.379 59.9854L282.603 59.859C282.95 59.6627 283.268 59.4181 283.547 59.1324L283.874 58.797C284.652 57.9993 285.222 57.0228 285.534 55.9532C285.773 55.1341 285.856 54.2774 285.779 53.4276L285.775 53.3903C285.653 52.0505 285.148 50.7742 284.319 49.7141L284.234 49.605C283.851 49.114 283.407 48.673 282.914 48.2921L281.092 46.8847L278.1 44.8878L275.042 43.3604C274.142 42.9108 273.207 42.535 272.246 42.2365L271.062 41.8688C270.57 41.716 270.063 41.6168 269.55 41.5728L269.004 41.526C268.53 41.4854 268.053 41.5283 267.594 41.6528C266.863 41.8509 266.202 42.2493 265.685 42.803L264.557 44.0123C264.015 44.5939 263.544 45.2389 263.157 45.9333L260.971 49.8483L258.748 54.6186L258.06 56.5691C257.52 58.0997 257.244 59.711 257.244 61.334V62.3165C257.244 62.7721 257.297 63.2261 257.402 63.6695C257.635 64.6554 258.118 65.5645 258.805 66.3088L259.821 67.4094C260.403 68.0404 261.054 68.6048 261.761 69.092L263.793 70.4918C264.696 71.1145 265.481 71.8944 266.109 72.7943C267.182 74.3328 267.758 76.1636 267.758 78.0396V79.0816V79.6643C267.758 79.9751 267.667 80.2791 267.496 80.5386C266.991 81.3054 265.943 81.4857 265.21 80.9319Z\" fill=\"white\"/>\\n</svg>\\n',height:\"100%\",id:\"IjwvYhM84\",layoutId:\"IjwvYhM84\",name:\"4\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:164,pixelWidth:311,src:\"https://framerusercontent.com/images/Ac8eCkYQBHi6fXFWridAd4vPyxw.svg\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(17, 17, 17)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9r3av8\",\"data-framer-name\":\"ICON-CONTENT\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10na2oc\",\"data-styles-preset\":\"TmyWQQ7bN\",children:\"Ic\\xf4nes\"})}),className:\"framer-744qm5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12abwic\",\"data-framer-name\":\"M-CONTAINER\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+992.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1052.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1062.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ijj66-container\",\"data-framer-name\":\"1\",isModuleExternal:true,name:\"1\",nodeId:\"PqCY6Vj0b\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/IR5QOtobEJkYwJsltG76fshuZOg.zip\",gq_M7uaJY:'<svg width=\"248\" height=\"196\" viewBox=\"0 0 248 196\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M138.972 192.207L139.541 192.637C141.276 193.949 143.759 193.522 144.955 191.706C145.36 191.091 145.576 190.371 145.576 189.635V188.254V185.786C145.576 181.343 144.213 177.006 141.67 173.362C140.182 171.231 138.324 169.383 136.184 167.908L131.372 164.593C129.697 163.439 128.156 162.102 126.776 160.608L124.37 158.001C122.742 156.238 121.597 154.084 121.046 151.749C120.798 150.699 120.672 149.623 120.672 148.544V146.217C120.672 142.373 121.326 138.556 122.605 134.931L124.236 130.311L129.5 119.012L134.677 109.739C135.595 108.094 136.709 106.566 137.994 105.189L140.666 102.324C141.89 101.013 143.455 100.069 145.187 99.5998C146.274 99.3049 147.405 99.2033 148.528 99.2995L149.82 99.4103C151.036 99.5145 152.237 99.7496 153.402 100.111L156.207 100.982C158.483 101.689 160.698 102.58 162.83 103.644L170.073 107.262L177.16 111.992L181.475 115.326C182.643 116.228 183.693 117.273 184.602 118.435L184.804 118.694C186.766 121.205 187.963 124.228 188.252 127.401L188.26 127.49C188.444 129.503 188.247 131.532 187.681 133.472C186.941 136.006 185.59 138.318 183.748 140.208L182.973 141.003C182.313 141.679 181.561 142.259 180.738 142.723L180.207 143.023C179.059 143.671 177.762 144.012 176.444 144.012C174.485 144.012 172.601 143.261 171.18 141.914L170.362 141.139C168.817 139.676 167.755 137.777 167.315 135.695L166.74 132.972C166.58 132.212 166.592 131.426 166.775 130.671L167.033 129.607C167.563 127.424 166.236 125.222 164.058 124.672C163.066 124.421 162.015 124.551 161.114 125.036L159.853 125.715C158.25 126.577 157.001 127.975 156.322 129.664L155.713 131.179C154.743 133.593 154.564 136.252 155.202 138.774L156.147 142.508C156.944 145.655 158.715 148.471 161.208 150.551C163.049 152.087 165.224 153.172 167.559 153.719L170.676 154.449C175.767 155.641 181.086 155.43 186.066 153.838L187.115 153.503C191.222 152.19 194.938 149.876 197.927 146.77L198.468 146.208C201.112 143.461 203.028 140.098 204.044 136.423C204.884 133.385 205.087 130.207 204.643 127.087L204.308 124.742C203.77 120.966 202.425 117.351 200.364 114.142C198.918 111.892 197.141 109.874 195.092 108.155L187.809 102.045L174.306 92.1524C172.998 91.1942 171.743 90.1694 170.547 89.0827C172.474 86.2428 175.015 83.8615 177.989 82.1199L188.442 75.9999L205.478 66.6861C207.053 65.8251 208.741 65.1889 210.492 64.7961L212.31 64.3884C216.046 63.5505 219.961 64.2084 223.218 66.2213C225.432 67.5893 227.241 69.5221 228.46 71.821L229.108 73.0437C230.619 75.8939 231.41 79.0708 231.41 82.2969V85.2292C231.41 86.7489 231.089 88.2514 230.468 89.6387L229.883 90.9467C229.057 92.7951 227.512 94.2265 225.606 94.9104C224.199 95.4153 222.673 95.4845 221.226 95.1089L220.953 95.0382C219.862 94.7549 218.829 94.2457 217.937 93.5563C216.877 92.7379 216.015 91.6711 215.442 90.461L212.707 84.6795C212.348 83.9208 212.098 83.1153 211.963 82.2869L211.445 79.0816C211.274 78.0261 210.57 77.1337 209.583 76.722C208.519 76.2783 207.297 76.4631 206.412 77.2015L205.747 77.756C204.962 78.4114 204.422 79.3139 204.216 80.316L203.506 83.7725C203.307 84.74 203.207 85.7251 203.207 86.7128V87.7718C203.207 92.1751 204.828 96.4244 207.76 99.7092C209.989 102.206 212.872 104.028 216.083 104.971L218.063 105.552C220.093 106.148 222.198 106.451 224.315 106.451H225.008C228.017 106.451 230.985 105.746 233.673 104.393C234.816 103.818 235.898 103.131 236.904 102.342L238.181 101.341C240.236 99.7289 242.004 97.7822 243.412 95.5823C244.802 93.4106 245.82 91.0226 246.425 88.5164L246.703 87.3649C247.559 83.8193 247.733 80.1431 247.213 76.5328C246.638 72.5316 245.224 68.697 243.065 65.2797L242.767 64.8071C240.635 61.4335 237.865 58.5087 234.613 56.1969L234.004 55.7645C231.087 53.6913 227.786 52.2201 224.294 51.437C220.994 50.6967 217.583 50.5847 214.241 51.1069L211.111 51.596C206.752 52.2771 202.521 53.6156 198.564 55.566L191.428 59.0828L179.286 65.9806C176.558 67.5301 173.686 68.8113 170.711 69.8061L165.165 71.6604C163.881 72.0899 162.535 72.3089 161.181 72.3089H160.397C159.275 72.3089 158.165 72.1077 157.12 71.7182C155.985 69.8718 155.382 67.7438 155.382 65.5689C155.382 63.9229 155.728 62.2952 156.397 60.7914L159.626 53.5371L162.982 43.9986C163.664 42.0595 164.115 40.047 164.328 38.0025C164.665 34.7513 164.391 31.4657 163.521 28.3151L163.02 26.5026C161.92 22.5206 160.05 18.7929 157.516 15.5302C156.097 13.7036 154.483 12.0382 152.701 10.564L151.959 9.95076C148.564 7.14202 144.721 4.9248 140.59 3.39205L139.905 3.13819C135.987 1.68437 131.841 0.940033 127.662 0.940033C123.935 0.940033 120.232 1.53187 116.691 2.69343L116.156 2.8688C112.904 3.93568 109.82 5.46095 106.999 7.39853C103.882 9.53881 101.122 12.1567 98.8195 15.156L98.1746 15.9962C96.8322 17.7452 95.667 19.6234 94.6963 21.603L94.127 22.764C92.7262 25.6206 91.8573 28.7084 91.5627 31.8763C91.3084 34.6116 91.4856 37.3698 92.0879 40.05L92.8661 43.5125C93.3995 45.886 94.1102 48.2161 94.9922 50.4833L97.317 56.4591L98.9994 61.7617C99.5109 63.374 99.2908 65.1295 98.3971 66.5657C97.6982 67.6887 96.6355 68.5381 95.3862 68.9724L94.1243 69.4111C92.7325 69.8949 91.2477 70.0505 89.7858 69.8657L84.0918 69.1459C79.6796 68.5882 75.4193 67.1717 71.5515 64.9764L61.1514 59.0736L52.5569 54.0414C49.8922 52.4812 47.039 51.2681 44.0666 50.4316C40.8729 49.5328 37.5708 49.0771 34.253 49.0771H29.8892C25.7749 49.0771 21.6996 49.8752 17.8892 51.4274L16.7104 51.9075C14.0637 52.9856 11.6253 54.5173 9.50504 56.4335C7.12083 58.5882 5.18249 61.1898 3.79981 64.0907L3.01006 65.7477C2.37233 67.0857 1.84375 68.4731 1.42949 69.8962C0.70218 72.3948 0.333008 74.984 0.333008 77.5863V78.505C0.333008 82.418 1.19367 86.3399 2.80995 89.9035C3.6417 91.7374 4.69092 93.4987 5.91279 95.0993L6.49771 95.8655C7.97163 97.7963 9.7794 99.4661 11.8182 100.787C14.6251 102.604 17.8424 103.736 21.1703 104.066L21.3141 104.081C22.8719 104.235 24.4425 104.205 25.993 103.989C28.0176 103.707 29.9863 103.113 31.8289 102.228L34.1802 101.099C36.3338 100.065 38.27 98.6284 39.8846 96.8674L40.6197 96.0657C41.9231 94.6442 42.9111 92.9629 43.5186 91.1325L43.6848 90.6317C44.0358 89.5742 44.2147 88.4672 44.2147 87.353C44.2147 85.4491 43.6925 83.5816 42.7048 81.9538L42.61 81.7976C41.8669 80.573 40.893 79.5043 39.7425 78.651L39.4116 78.4057C38.1087 77.4394 36.6383 76.7223 35.0747 76.2905L33.5319 75.8644C32.972 75.7098 32.3938 75.6315 31.813 75.6315H29.7453C28.6901 75.6315 27.7169 76.2005 27.1994 77.1201C26.9532 77.5575 26.8238 78.051 26.8238 78.553V78.6188C26.8238 79.7816 27.4599 80.8512 28.4816 81.4064L30.7188 82.6222C31.9783 83.3066 32.9088 84.4697 33.3003 85.8486C33.8542 87.7998 33.2522 89.8963 31.7475 91.2563L31.5744 91.4127C30.6567 92.2422 29.4942 92.7508 28.2622 92.8618L25.4796 93.1126C23.7691 93.2668 22.0458 93.0321 20.4388 92.4261L20.268 92.3617C18.0907 91.5406 16.2355 90.0405 14.9768 88.0833C14.1875 86.8559 13.6542 85.4817 13.4089 84.0432L13.2508 83.1158C12.894 81.0232 12.9724 78.8795 13.481 76.8185L13.7732 75.6344C14.4412 72.9277 15.788 70.4359 17.6866 68.3943C19.1138 66.8595 20.8219 65.6125 22.7185 64.7206L23.4489 64.3772C25.6807 63.3277 28.0829 62.688 30.5411 62.4887L32.7496 62.3095C34.1891 62.1927 35.6359 62.1958 37.0749 62.3187C40.7156 62.6295 44.2503 63.7023 47.4496 65.4674L48.5434 66.0708L50.26 66.9127C54.6464 69.0641 58.8266 71.6128 62.748 74.5268L64.2345 75.6315L74.2027 81.305C77.6007 83.1774 81.2019 84.5296 84.9154 85.5492C88.7174 89.4723 82.7546 94.5845 78.0808 97.5803L75.1223 99.4766L63.0611 105.827L54.1047 111.092C52.6542 111.945 51.2922 112.94 50.0391 114.063L49.4618 114.58C47.8533 116.022 46.4832 117.709 45.4025 119.579C44.8609 120.516 44.3947 121.495 44.008 122.506L43.0891 124.908C42.2825 127.016 41.7952 129.234 41.6433 131.486C41.5428 132.978 41.5899 134.476 41.7841 135.959L41.938 137.133C42.2534 139.542 43.0364 141.865 44.243 143.973C44.9063 145.132 45.6922 146.216 46.5872 147.207L47.4646 148.179C48.5855 149.42 49.8575 150.516 51.2509 151.441C52.5281 152.289 53.8984 152.988 55.335 153.523L56.169 153.834C57.6788 154.397 59.2545 154.764 60.8577 154.925C62.8926 155.131 64.9473 155.004 66.9414 154.549L67.3601 154.453C69.6224 153.937 71.786 153.058 73.7668 151.85L74.4422 151.438C76.2294 150.347 77.8801 149.047 79.3592 147.566L81.8592 145.062L85.9883 140.781L88.6637 138.367C89.5466 137.57 90.0118 136.41 89.9242 135.224L89.8557 134.297C89.815 133.746 89.5318 133.241 89.0826 132.92C88.7663 132.693 88.3869 132.571 87.9977 132.571H86.6417C85.573 132.571 84.5232 132.853 83.5979 133.387L81.2616 134.737L77.1325 137.859L73.9271 140.781L72.3468 142.119C71.3109 142.997 70.1037 143.649 68.802 144.035L68.6572 144.077C67.4743 144.428 66.2324 144.533 65.0076 144.385C64.292 144.299 63.5892 144.128 62.9143 143.876L62.6716 143.785C61.6331 143.396 60.658 142.855 59.7782 142.18L59.615 142.055C58.5153 141.211 57.5624 140.192 56.7949 139.037L55.9336 137.742C55.6512 137.318 55.4067 136.869 55.2028 136.401L55.1608 136.305C54.7098 135.271 54.477 134.154 54.477 133.026C54.477 131.895 54.7106 130.777 55.1632 129.741L55.4017 129.196C55.9397 127.964 56.6978 126.841 57.6386 125.882L59.0712 124.421C60.4214 123.044 61.9455 121.849 63.6048 120.866L68.9287 117.713L79.0341 113.18L92.1276 105.827L99.6795 101.798L107.234 98.2835C107.358 98.7106 107.449 99.1479 107.518 99.5877C107.655 100.458 107.693 101.341 107.631 102.22L107.344 106.286L105.986 113.237L104.356 119.835L101.639 128.145L100.533 131.708C99.8964 133.757 99.5066 135.876 99.3718 138.018C99.2539 139.892 99.3319 141.774 99.6047 143.632L99.6391 143.867C100.065 146.766 100.923 149.586 102.187 152.23L102.407 152.691C103.234 154.422 104.211 156.076 105.328 157.635L106.291 158.979C107.967 161.316 109.874 163.48 111.983 165.435C113.885 167.198 115.943 168.784 118.132 170.175L123.643 173.676L130.139 177.123C131.058 177.61 131.925 178.189 132.728 178.851L133.626 179.591C134.497 180.308 135.228 181.18 135.784 182.162C136.377 183.209 136.759 184.363 136.907 185.558L137.171 187.677L137.59 189.963C137.636 190.218 137.71 190.467 137.81 190.706C138.058 191.301 138.459 191.819 138.972 192.207Z\" fill=\"black\"/>\\n</svg>\\n',height:\"100%\",id:\"PqCY6Vj0b\",layoutId:\"PqCY6Vj0b\",name:\"1\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:144,pixelWidth:185,src:\"https://framerusercontent.com/images/MrUmuQzCZis9SaEhb8DWPpfHOAI.svg\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+992.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1052.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1062.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-crho6i-container\",\"data-framer-name\":\"2\",isModuleExternal:true,name:\"2\",nodeId:\"YloaYC1xc\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/hNJ3KYFY4pxRI5VbUWUF2T7NFQ.zip\",gq_M7uaJY:'<svg width=\"185\" height=\"144\" viewBox=\"0 0 185 144\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M103.52 143.116L103.943 143.437C105.234 144.413 107.082 144.095 107.972 142.743C108.274 142.286 108.434 141.75 108.434 141.202V140.175V138.338C108.434 135.031 107.42 131.803 105.527 129.091C104.42 127.504 103.037 126.129 101.444 125.032L97.8627 122.564C96.6161 121.705 95.4688 120.71 94.442 119.598L92.6509 117.657C91.4396 116.345 90.5875 114.742 90.177 113.004C89.9924 112.223 89.8991 111.422 89.8991 110.619V108.887C89.8991 106.026 90.3856 103.185 91.3377 100.487L92.5511 97.0483L96.4691 88.6387L100.322 81.7369C101.006 80.5127 101.835 79.3756 102.791 78.3504L104.78 76.2184C105.691 75.2423 106.856 74.5401 108.145 74.1907C108.954 73.9713 109.796 73.8956 110.631 73.9672L111.593 74.0497C112.498 74.1272 113.392 74.3022 114.259 74.5716L116.347 75.2199C118.041 75.746 119.689 76.4086 121.276 77.2011L126.667 79.8939L131.941 83.4141L135.153 85.8953C136.022 86.5668 136.804 87.3443 137.481 88.2098L137.631 88.4022C139.091 90.2711 139.982 92.521 140.198 94.883L140.204 94.9487C140.34 96.4468 140.194 97.9573 139.772 99.4013C139.221 101.287 138.216 103.008 136.845 104.415L136.268 105.006C135.777 105.51 135.217 105.941 134.604 106.287L134.21 106.51C133.355 106.992 132.39 107.246 131.409 107.246C129.951 107.246 128.549 106.687 127.491 105.685L126.882 105.108C125.732 104.018 124.941 102.605 124.614 101.056L124.187 99.0287C124.067 98.4632 124.076 97.8782 124.212 97.3166L124.405 96.5243C124.799 94.8999 123.811 93.261 122.19 92.8512C121.452 92.6645 120.67 92.7612 119.999 93.1223L119.06 93.6275C117.868 94.2696 116.938 95.3097 116.433 96.5667L115.979 97.6942C115.257 99.4909 115.124 101.47 115.599 103.348L116.302 106.126C116.895 108.469 118.214 110.564 120.069 112.112C121.44 113.256 123.058 114.063 124.796 114.47L127.116 115.014C130.905 115.901 134.864 115.744 138.57 114.559L139.351 114.31C142.408 113.333 145.173 111.611 147.398 109.299L147.801 108.881C149.769 106.836 151.195 104.333 151.951 101.597C152.576 99.3366 152.728 96.9712 152.397 94.649L152.148 92.9034C151.747 90.0933 150.746 87.4026 149.212 85.0144C148.136 83.3398 146.813 81.8374 145.289 80.5581L139.868 76.0103L129.818 68.6478C128.844 67.9347 127.91 67.172 127.02 66.3633C128.454 64.2495 130.345 62.4771 132.56 61.1808L140.339 56.6258L153.019 49.6937C154.191 49.0529 155.447 48.5794 156.751 48.2871L158.104 47.9836C160.884 47.36 163.798 47.8497 166.223 49.3478C167.87 50.366 169.216 51.8045 170.124 53.5155L170.606 54.4256C171.731 56.5469 172.319 58.9114 172.319 61.3125V63.495C172.319 64.6261 172.08 65.7444 171.619 66.7769L171.183 67.7504C170.568 69.1261 169.418 70.1915 168 70.7005C166.952 71.0763 165.816 71.1278 164.739 70.8483L164.537 70.7956C163.724 70.5848 162.956 70.2058 162.291 69.6927C161.503 69.0835 160.861 68.2896 160.435 67.3889L158.399 63.0858C158.132 62.5212 157.945 61.9217 157.846 61.3051L157.46 58.9194C157.333 58.1338 156.808 57.4697 156.074 57.1633C155.282 56.833 154.373 56.9705 153.714 57.5201L153.219 57.9328C152.635 58.4206 152.233 59.0924 152.08 59.8382L151.551 62.4108C151.403 63.1309 151.328 63.8641 151.328 64.5992V65.3874C151.328 68.6647 152.535 71.8273 154.717 74.2721C156.376 76.1302 158.522 77.4868 160.912 78.1884L162.385 78.6209C163.896 79.0646 165.463 79.2898 167.038 79.2898H167.554C169.794 79.2898 172.003 78.7654 174.004 77.7584C174.854 77.3305 175.66 76.8191 176.409 76.2317L177.359 75.4864C178.888 74.2868 180.205 72.8379 181.252 71.2006C182.286 69.5842 183.044 67.8069 183.495 65.9416L183.702 65.0846C184.339 62.4457 184.468 59.7095 184.081 57.0224C183.653 54.0444 182.601 51.1904 180.994 48.647L180.772 48.2952C179.185 45.7843 177.124 43.6075 174.703 41.8869L174.25 41.565C172.079 40.022 169.622 38.927 167.023 38.3441C164.567 37.7931 162.028 37.7098 159.541 38.0984L157.211 38.4625C153.967 38.9694 150.818 39.9656 147.873 41.4173L142.562 44.0347L133.524 49.1686C131.494 50.3219 129.357 51.2755 127.142 52.0159L123.015 53.396C122.059 53.7157 121.057 53.8787 120.049 53.8787H119.466C118.63 53.8787 117.804 53.7289 117.026 53.4388C116.182 52.0647 115.733 50.4809 115.733 48.8622C115.733 47.6371 115.99 46.4256 116.488 45.3064L118.892 39.9072L121.389 32.8079C121.897 31.3647 122.233 29.8668 122.391 28.3451C122.642 25.9253 122.438 23.4799 121.79 21.135L121.418 19.786C120.599 16.8223 119.207 14.0478 117.321 11.6194C116.265 10.2599 115.063 9.02043 113.737 7.92317L113.185 7.46675C110.659 5.37626 107.798 3.72604 104.723 2.58524L104.214 2.3963C101.298 1.31425 98.2118 0.760254 95.1012 0.760254C92.3275 0.760254 89.5715 1.20075 86.936 2.06527L86.5381 2.19579C84.1174 2.98985 81.8223 4.12508 79.7222 5.56719C77.4024 7.16015 75.348 9.10862 73.6345 11.3409L73.1545 11.9663C72.1554 13.268 71.2882 14.6659 70.5657 16.1393L70.142 17.0034C69.0994 19.1295 68.4527 21.4277 68.2334 23.7855C68.0441 25.8213 68.176 27.8742 68.6243 29.869L69.2035 32.4461C69.6005 34.2126 70.1295 35.9469 70.7859 37.6343L72.5163 42.082L73.7684 46.0286C74.1491 47.2286 73.9853 48.5352 73.3201 49.6041C72.8 50.4399 72.009 51.0722 71.0792 51.3954L70.14 51.7219C69.1041 52.082 67.999 52.1978 66.9109 52.0602L62.673 51.5245C59.389 51.1094 56.2182 50.0552 53.3395 48.4213L45.5989 44.0279L39.2022 40.2826C37.2189 39.1213 35.0953 38.2185 32.883 37.5959C30.506 36.9269 28.0484 36.5877 25.579 36.5877H22.3311C19.2689 36.5877 16.2357 37.1817 13.3997 38.337L12.5224 38.6943C10.5525 39.4968 8.73766 40.6367 7.15957 42.0629C5.38505 43.6667 3.94238 45.6029 2.91328 47.7621L2.32548 48.9953C1.85083 49.9911 1.45742 51.0237 1.1491 52.083C0.607776 53.9426 0.333008 55.8697 0.333008 57.8066V58.4903C0.333008 61.4027 0.973579 64.3217 2.17655 66.974C2.7956 68.3389 3.57651 69.6498 4.48593 70.8411L4.92127 71.4114C6.01828 72.8484 7.36377 74.0912 8.8812 75.074C10.9704 76.4271 13.3649 77.2693 15.8418 77.5152L15.9488 77.5258C17.1082 77.6409 18.2772 77.6179 19.4312 77.4574C20.9381 77.2477 22.4033 76.8057 23.7747 76.147L25.5248 75.3065C27.1277 74.5367 28.5687 73.4677 29.7705 72.1571L30.3176 71.5604C31.2877 70.5024 32.023 69.2511 32.4752 67.8887L32.5989 67.516C32.8601 66.7289 32.9933 65.905 32.9933 65.0757C32.9933 63.6586 32.6046 62.2687 31.8695 61.0572L31.7989 60.941C31.2459 60.0295 30.521 59.2341 29.6647 58.599L29.4184 58.4164C28.4487 57.6972 27.3543 57.1635 26.1906 56.8421L25.0423 56.525C24.6255 56.4099 24.1952 56.3516 23.7629 56.3516H22.224C21.4386 56.3516 20.7143 56.7751 20.3291 57.4595C20.1458 57.7851 20.0496 58.1524 20.0496 58.526V58.575C20.0496 59.4404 20.523 60.2366 21.2834 60.6498L22.9486 61.5547C23.886 62.0641 24.5785 62.9297 24.8699 63.956C25.2821 65.4083 24.8341 66.9686 23.7141 67.9809L23.5854 68.0972C22.9023 68.7146 22.0371 69.0932 21.1201 69.1758L19.0491 69.3624C17.776 69.4772 16.4934 69.3025 15.2973 68.8515L15.1702 68.8035C13.5497 68.1924 12.1689 67.076 11.2321 65.6192C10.6446 64.7057 10.2477 63.6829 10.0652 62.6123L9.94748 61.922C9.68191 60.3645 9.74023 58.769 10.1188 57.2351L10.3363 56.3538C10.8335 54.3392 11.8359 52.4846 13.2489 50.9651C14.3112 49.8228 15.5825 48.8947 16.9941 48.2309L17.5377 47.9753C19.1988 47.1942 20.9867 46.7181 22.8163 46.5697L24.46 46.4363C25.5314 46.3494 26.6082 46.3517 27.6793 46.4432C30.389 46.6745 33.0198 47.4729 35.401 48.7866L36.2151 49.2358C40.3031 51.2408 44.2389 53.6358 47.8936 56.3516L55.3127 60.5743C57.8417 61.9678 60.5219 62.9742 63.2856 63.733C66.116 66.653 61.6777 70.4581 58.199 72.6879L55.9971 74.0993L47.0202 78.8257L40.3541 82.7445C39.2745 83.3791 38.2608 84.1199 37.3282 84.9557L36.8985 85.3407C35.7013 86.4136 34.6815 87.6693 33.8772 89.0612C33.4742 89.7586 33.1271 90.4869 32.8393 91.2393L32.1555 93.0271C31.5551 94.5966 31.1924 96.2469 31.0794 97.9235C31.0045 99.0338 31.0396 100.149 31.1841 101.252L31.2986 102.126C31.5334 103.919 32.1162 105.648 33.0142 107.217C33.5079 108.08 34.0929 108.887 34.759 109.624L35.412 110.347C36.2463 111.271 37.193 112.087 38.23 112.775C39.1807 113.407 40.2006 113.926 41.2698 114.325L41.8905 114.556C43.0142 114.975 44.187 115.248 45.3802 115.369C46.8947 115.522 48.4241 115.427 49.9082 115.088L50.2199 115.017C51.9036 114.633 53.5139 113.979 54.9882 113.079L55.4909 112.773C56.8211 111.961 58.0496 110.994 59.1505 109.891L61.0113 108.027L64.0844 104.841L66.0757 103.044C66.7328 102.451 67.0791 101.588 67.0138 100.706L66.9628 100.015C66.9325 99.6051 66.7218 99.2296 66.3875 98.9902C66.152 98.8215 65.8697 98.7308 65.58 98.7308H64.5707C63.7753 98.7308 62.994 98.9403 62.3053 99.3381L60.5665 100.343L57.4933 102.667L55.1075 104.841L53.9313 105.837C53.1603 106.491 52.2618 106.976 51.293 107.263L51.1852 107.295C50.3049 107.556 49.3805 107.633 48.4689 107.524C47.9363 107.46 47.4133 107.333 46.9109 107.144L46.7303 107.077C45.9573 106.787 45.2316 106.385 44.5768 105.883L44.4553 105.789C43.6368 105.161 42.9276 104.403 42.3564 103.544L41.7154 102.58C41.5052 102.263 41.3232 101.93 41.1714 101.582L41.1402 101.51C40.8044 100.74 40.6312 99.9092 40.6312 99.0693C40.6312 98.228 40.8051 97.3957 41.1419 96.6247L41.3194 96.2185C41.7199 95.302 42.2841 94.4662 42.9843 93.7521L44.0506 92.6649C45.0555 91.6401 46.1898 90.7507 47.4248 90.0193L51.3873 87.6724L58.9086 84.2986L68.6538 78.8257L74.2745 75.8268L79.8971 73.2112C79.9895 73.529 80.0573 73.8544 80.1088 74.1817C80.2107 74.8294 80.2388 75.4866 80.1927 76.1406L79.9791 79.1674L78.9681 84.3405L77.7551 89.2512L75.7332 95.4364L74.9098 98.0881C74.436 99.6136 74.1459 101.19 74.0456 102.784C73.9578 104.18 74.0159 105.58 74.2189 106.963L74.2445 107.138C74.5612 109.296 75.2004 111.394 76.1406 113.362L76.3047 113.706C76.92 114.994 77.6475 116.225 78.4789 117.385L79.1956 118.385C80.4426 120.125 81.8618 121.735 83.4317 123.191C84.8472 124.503 86.379 125.684 88.0082 126.718L92.1101 129.324L96.9449 131.889C97.6288 132.252 98.2744 132.683 98.8719 133.176L99.5407 133.727C100.189 134.261 100.733 134.909 101.146 135.64C101.588 136.42 101.872 137.279 101.983 138.168L102.179 139.745L102.49 141.447C102.525 141.636 102.58 141.821 102.654 141.999C102.839 142.442 103.137 142.827 103.52 143.116Z\" fill=\"white\"/>\\n</svg>\\n',height:\"100%\",id:\"YloaYC1xc\",layoutId:\"YloaYC1xc\",name:\"2\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:146,pixelWidth:185,src:\"https://framerusercontent.com/images/7O3US3VDgtAYd79Xg2RrrOUBhA4.svg\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(17, 17, 17)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+992.4+0+72+0+240},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1052.4+0+82+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1062.4+0+92+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ip0ib8-container\",\"data-framer-name\":\"3\",isModuleExternal:true,name:\"3\",nodeId:\"gqlrUhzIV\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/7EPuAX3xXFI2izf6qBEOmJb8lI.zip\",gq_M7uaJY:'<svg width=\"248\" height=\"194\" viewBox=\"0 0 248 194\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M223.289 107.417H222.602C220.367 107.417 218.153 107.095 216.004 106.472L214.048 105.892C210.61 104.883 207.515 102.929 205.13 100.266C201.992 96.7443 200.251 92.2131 200.251 87.4888V85.1696C200.251 85.0408 200.251 84.8904 200.251 84.7401C200.251 84.3106 200.316 83.1724 200.531 81.884C200.789 80.1875 201.197 78.8346 201.756 77.8683C202.4 76.7301 203.582 74.6257 206.204 74.3895C207.128 74.3036 207.967 74.4324 208.74 74.7975C209.535 75.1625 210.18 75.7209 210.631 76.1504C212.007 77.4388 212.179 79.1138 212.179 80.252C212.179 80.7459 212.157 81.2398 212.114 81.7337C212.114 81.7766 212.114 81.841 212.114 81.884V81.9914C212.071 82.4853 212.05 82.8718 212.093 83.151C212.394 85.7279 214.306 88.7773 215.123 89.9798C215.51 90.5596 216.047 91.1179 216.735 91.6333L217.229 92.0198C217.96 92.5782 218.776 92.9862 219.657 93.201H219.743C221.011 93.5446 222.322 93.4801 223.547 93.0506C224.987 92.5353 226.212 91.526 226.964 90.1946L227.566 89.1423C228.426 87.6606 228.877 85.9641 228.877 84.2462V82.4208C228.877 79.3285 228.017 76.3007 226.384 73.6593L225.46 72.1561C224.343 70.3523 222.795 68.8061 220.99 67.6895C217.917 65.7997 214.285 65.177 210.739 65.9716L209.256 66.2937C207.666 66.6587 206.14 67.2385 204.7 68.0116L187.873 77.2026H187.851L174.376 83.9241C171.217 85.4917 169.476 88.8846 170.035 92.3634V92.4064C170.164 93.2225 169.605 93.9955 168.789 94.1244C167.972 94.2532 167.22 93.6948 167.069 92.9003C167.069 92.8788 167.069 92.8574 167.069 92.8359C167.026 92.6426 166.855 92.0628 166.016 90.7959C165.436 89.9154 164.641 88.8202 163.566 87.4673C162.879 86.5869 162.148 85.685 161.439 84.8045L161.374 84.7401C160.257 83.3443 159.182 82.0343 158.538 81.1109C157.227 79.2427 156.582 77.6965 156.174 76.5584C156.002 76.1074 155.873 75.6564 155.744 75.2699L155.701 75.1196C155.701 75.1196 155.636 74.9263 155.615 74.8404C155.443 74.325 155.292 73.917 155.12 73.552C154.927 73.1225 154.906 72.6285 155.078 72.1561C155.185 71.8769 155.335 71.6193 155.529 71.3831C155.679 71.2113 155.916 70.975 156.259 70.8247C156.646 70.6314 157.076 70.5885 157.484 70.6959H160.257C161.439 70.6959 162.599 70.5026 163.717 70.1376L169.197 68.3122C172.034 67.3674 174.785 66.1433 177.385 64.6616L189.377 57.8543C189.377 57.8543 189.441 57.8327 189.441 57.8113L196.49 54.3324C200.531 52.3353 204.85 50.9825 209.299 50.2738L212.394 49.8014C215.897 49.2645 219.421 49.3719 222.881 50.1449C226.535 50.961 229.952 52.4856 233.003 54.6545L233.605 55.0841C237.001 57.4892 239.837 60.4956 242.051 63.9959L242.352 64.4683C244.608 68.0331 246.07 71.9843 246.671 76.1504C247.209 79.9084 247.037 83.7093 246.134 87.4029L245.855 88.541C245.21 91.1824 244.157 93.6734 242.696 95.9712C241.213 98.2904 239.365 100.33 237.194 102.027L235.926 103.015C234.852 103.852 233.691 104.582 232.488 105.205C229.629 106.644 226.449 107.395 223.268 107.395L223.289 107.417ZM206.763 75.8497C206.634 75.8497 206.505 75.8497 206.355 75.8497C204.657 76 203.797 77.2885 203.088 78.577C202.615 79.393 202.271 80.574 202.035 82.0987C201.842 83.3013 201.799 84.375 201.777 84.783C201.777 84.9119 201.777 85.0407 201.777 85.1481V87.4673C201.777 91.8266 203.367 95.9926 206.269 99.2352C208.461 101.705 211.319 103.487 214.478 104.432L216.434 105.012C218.433 105.592 220.517 105.892 222.602 105.892H223.289C226.234 105.892 229.199 105.184 231.843 103.852C232.96 103.294 234.035 102.607 235.023 101.834L236.291 100.846C238.333 99.2567 240.052 97.3455 241.449 95.1766C242.825 93.0291 243.813 90.6884 244.415 88.1974L244.694 87.0593C245.554 83.5375 245.704 79.9513 245.189 76.3651C244.608 72.3924 243.233 68.6558 241.105 65.2629L240.804 64.7904C238.698 61.4404 235.991 58.5844 232.767 56.3081L232.165 55.8786C229.264 53.8171 226.04 52.3783 222.58 51.6052C219.314 50.8751 215.961 50.7677 212.651 51.2831L209.557 51.7555C205.259 52.4212 201.089 53.7526 197.178 55.6638L190.129 59.1427L178.159 65.9286C175.472 67.4532 172.636 68.7202 169.691 69.7081L164.211 71.5334C162.943 71.9629 161.611 72.1776 160.278 72.1776H157.377C157.377 72.1776 157.205 72.1776 157.119 72.1347C157.033 72.1132 156.947 72.1346 156.904 72.1561C156.818 72.1991 156.732 72.2635 156.668 72.3494C156.582 72.4353 156.539 72.5426 156.496 72.6285C156.474 72.693 156.453 72.8004 156.496 72.8863C156.689 73.3158 156.861 73.7882 157.055 74.325C157.076 74.4109 157.119 74.5183 157.141 74.6042L157.184 74.7545C157.313 75.1626 157.442 75.5705 157.613 76C158 77.0523 158.58 78.4696 159.784 80.1875C160.407 81.068 161.439 82.3564 162.556 83.7308L162.621 83.7952C163.33 84.6757 164.061 85.5776 164.77 86.458C165.866 87.8538 166.683 88.9705 167.284 89.8939C168.015 91.032 168.445 91.8696 168.552 92.4709C167.908 88.3478 169.992 84.3536 173.71 82.4853L187.185 75.7638L204.012 66.5728C205.559 65.7139 207.236 65.0911 208.955 64.7045L210.438 64.3824C214.349 63.502 218.39 64.1892 221.807 66.2937C223.805 67.5392 225.524 69.2356 226.749 71.2327L227.674 72.736C229.457 75.6135 230.403 78.9205 230.403 82.292V84.1173C230.403 86.0929 229.887 88.0471 228.899 89.7436L228.297 90.7959C227.351 92.4279 225.847 93.6949 224.085 94.3176C222.58 94.8545 220.947 94.9404 219.378 94.5324H219.292C218.196 94.2317 217.208 93.7378 216.326 93.0506L215.832 92.6641C215.015 92.0414 214.371 91.3756 213.898 90.6455C212.823 89.0564 210.954 85.9427 210.631 83.151C210.588 82.743 210.588 82.292 210.631 81.7122V81.6049C210.631 81.6049 210.631 81.519 210.631 81.476C210.674 81.0036 210.696 80.5526 210.696 80.1016C210.696 78.7058 210.352 77.7824 209.621 77.0952C209.041 76.5584 208.59 76.2148 208.117 76C207.687 75.8068 207.236 75.6994 206.741 75.6994L206.763 75.8497Z\" fill=\"black\"/>\\n<path d=\"M187.206 75.87L173.732 82.5914C170.014 84.4597 167.929 88.5183 168.574 92.6199C168.101 90.0215 161.826 83.1712 159.805 80.2722C157.549 77.051 157.356 74.7533 156.517 72.9495C156.388 72.6489 156.904 72.0476 157.184 72.1979C157.227 72.1979 157.27 72.2193 157.313 72.2193H160.3C161.632 72.2193 162.965 72.0046 164.233 71.5751L169.713 69.7498C172.657 68.762 175.494 67.495 178.18 65.9703L190.172 59.1629L197.221 55.6841C201.132 53.7514 205.302 52.4415 209.6 51.7758L212.694 51.3033C215.983 50.7879 219.357 50.8953 222.623 51.6254C226.062 52.3985 229.328 53.8588 232.208 55.8989L232.81 56.3283C236.012 58.6046 238.763 61.5037 240.869 64.8107L241.17 65.2831C243.297 68.6546 244.694 72.4341 245.275 76.3853C245.79 79.9501 245.618 83.5793 244.78 87.0796L244.501 88.2177C243.899 90.6873 242.889 93.0494 241.535 95.1969C240.138 97.3658 238.397 99.277 236.377 100.866L235.109 101.854C234.121 102.627 233.046 103.314 231.929 103.873C229.264 105.204 226.341 105.913 223.375 105.913H222.688C220.603 105.913 218.518 105.612 216.52 105.032L214.564 104.452C211.384 103.529 208.547 101.725 206.355 99.2555C203.453 96.0129 201.863 91.8254 201.863 87.4876V85.1684C201.863 85.0395 201.863 84.9321 201.863 84.8033C201.885 83.9873 202.078 80.5514 203.174 78.6187C203.948 77.2443 204.786 76.0418 206.441 75.8915C207.816 75.7626 208.697 76.2994 209.707 77.2658C211.469 78.9193 210.502 81.6251 210.696 83.3431C211.018 86.1347 212.866 89.2055 213.962 90.8376C214.478 91.6107 215.166 92.2764 215.897 92.8562L216.391 93.2427C217.272 93.9299 218.282 94.4238 219.357 94.7029H219.443C220.99 95.1324 222.623 95.0465 224.149 94.5097C225.933 93.8654 227.437 92.62 228.361 90.9879L228.963 89.9356C229.952 88.2177 230.467 86.285 230.467 84.3094V82.4841C230.467 79.1126 229.522 75.8056 227.738 72.928L226.814 71.4248C225.567 69.4062 223.87 67.7312 221.85 66.4857C218.454 64.3812 214.371 63.7155 210.481 64.5744L208.998 64.8966C207.279 65.2832 205.602 65.9059 204.055 66.7649L187.228 75.9559L187.206 75.87Z\" fill=\"url(#paint0_radial_82_1903)\"/>\\n<path d=\"M223.29 106.664H222.602C220.431 106.664 218.282 106.364 216.219 105.741L214.263 105.161C210.954 104.195 207.988 102.326 205.689 99.7495C202.658 96.3781 201.004 92.0188 201.004 87.4662V85.147C201.004 85.0182 201.004 84.8894 201.004 84.7605C201.047 83.7512 201.261 80.2724 202.4 78.2323C203.196 76.8365 204.206 75.3118 206.269 75.1185C207.924 74.9682 208.998 75.6339 210.137 76.6861C211.642 78.1034 211.491 80.0576 211.384 81.6467C211.341 82.2265 211.298 82.7849 211.362 83.2144C211.663 85.8557 213.468 88.8406 214.5 90.3868C214.951 91.031 215.531 91.6322 216.284 92.2335L216.778 92.62C217.573 93.2428 218.497 93.6938 219.486 93.9515H219.572C220.99 94.338 222.451 94.2736 223.827 93.7797C225.439 93.1999 226.793 92.0618 227.652 90.58L228.254 89.5278C229.178 87.9387 229.651 86.1134 229.651 84.2666V82.4412C229.651 79.1986 228.748 76.0419 227.05 73.2717L226.126 71.7685C224.944 69.8573 223.311 68.2467 221.42 67.0656C218.175 65.0685 214.328 64.4243 210.61 65.2618L209.127 65.5839C207.472 65.949 205.86 66.5503 204.378 67.3663L187.55 76.5573C187.55 76.5573 187.55 76.5573 187.529 76.5573L174.054 83.2788C170.616 84.9967 168.703 88.7117 169.305 92.4912C169.305 92.5127 169.305 92.5556 169.305 92.5771C169.348 92.9851 169.068 93.3717 168.638 93.4147C168.23 93.4576 167.843 93.1784 167.8 92.749C167.8 92.749 167.8 92.7489 167.8 92.7275C167.499 91.0954 164.297 87.1656 161.976 84.2881C160.816 82.8493 159.806 81.6037 159.161 80.7018C157.549 78.4041 156.947 76.5358 156.453 75.0326C156.238 74.3669 156.045 73.7871 155.808 73.2717C155.572 72.7563 155.83 72.1551 156.217 71.8115C156.582 71.4679 157.012 71.3605 157.377 71.4893H160.278C161.546 71.4893 162.771 71.2961 163.975 70.888L169.455 69.0628C172.335 68.0964 175.15 66.8509 177.793 65.3477L189.785 58.5403C189.785 58.5403 189.807 58.5403 189.828 58.5403L196.877 55.0615C200.853 53.1073 205.087 51.7545 209.471 51.0673L212.566 50.5949C215.961 50.058 219.4 50.1654 222.774 50.9385C226.341 51.733 229.651 53.2147 232.638 55.3192L233.24 55.7487C236.549 58.0894 239.322 61.0313 241.492 64.4458L241.793 64.9182C243.985 68.397 245.404 72.2409 246.005 76.321C246.543 79.9932 246.349 83.6868 245.49 87.2945L245.21 88.4326C244.587 90.988 243.555 93.4146 242.137 95.6265C240.697 97.8813 238.913 99.8569 236.807 101.489L235.539 102.477C234.508 103.293 233.39 104.001 232.23 104.581C229.479 105.956 226.406 106.686 223.333 106.686L223.29 106.664ZM206.742 76.6002C206.742 76.6002 206.527 76.6002 206.419 76.6002C205.194 76.7076 204.528 77.5236 203.733 78.9409C202.938 80.3367 202.594 82.8707 202.529 84.7819C202.529 84.8893 202.529 84.9967 202.529 85.1255V87.4448C202.529 91.6108 204.055 95.605 206.828 98.7188C208.934 101.081 211.663 102.799 214.693 103.679L216.649 104.259C218.583 104.817 220.582 105.118 222.602 105.118H223.29C226.126 105.118 228.963 104.452 231.499 103.164C232.574 102.627 233.605 101.961 234.572 101.21L235.84 100.222C237.817 98.6758 239.494 96.829 240.826 94.7246C242.159 92.6415 243.126 90.3868 243.706 87.9817L243.985 86.8435C244.802 83.4291 244.974 79.9287 244.479 76.4499C243.921 72.5845 242.588 68.9554 240.504 65.6483L240.203 65.1759C238.14 61.9118 235.496 59.1201 232.359 56.8868L231.757 56.4573C228.942 54.4602 225.804 53.0644 222.451 52.3128C219.271 51.6041 216.026 51.4968 212.802 51.9907L209.707 52.4631C205.474 53.1288 201.369 54.4173 197.544 56.307L190.516 59.7644L178.546 66.5503C175.816 68.0964 172.915 69.3849 169.949 70.3727L164.469 72.198C163.115 72.649 161.718 72.8852 160.3 72.8852H157.356C157.571 73.3791 157.743 73.9159 157.914 74.4528C158.387 75.9345 158.946 77.6095 160.429 79.7355C161.031 80.6159 162.084 81.8829 163.18 83.2358C164.835 85.2758 166.618 87.4662 167.843 89.3345C168.359 86.1348 170.379 83.3217 173.409 81.8185L186.863 75.0971L203.668 65.9275C205.28 65.047 207.021 64.4028 208.805 63.9948L210.288 63.6727C214.392 62.7493 218.626 63.458 222.215 65.6698C224.321 66.9583 226.105 68.7621 227.416 70.8666L228.34 72.3698C230.188 75.3547 231.177 78.8121 231.177 82.3124V84.1377C231.177 86.2422 230.618 88.3252 229.565 90.1505L228.963 91.2028C227.932 92.9852 226.298 94.3595 224.343 95.0682C222.688 95.6694 220.904 95.7338 219.206 95.3043H219.12C217.938 94.9822 216.842 94.4454 215.875 93.6938L215.381 93.3072C214.5 92.6201 213.812 91.9114 213.275 91.1169C212.157 89.4634 210.223 86.2208 209.879 83.2788C209.815 82.699 209.879 82.0977 209.901 81.4319C210.008 80.0361 210.094 78.5973 209.127 77.6739C208.332 76.9223 207.687 76.4929 206.763 76.4929L206.742 76.6002Z\" fill=\"url(#paint1_linear_82_1903)\"/>\\n<path d=\"M75.3468 99.0417L84.9532 92.8785C85.1466 92.7497 85.2541 92.6852 85.426 92.492C87.0808 90.4734 90.2185 86.0067 92.7544 86.5865C97.9766 87.7676 103.113 89.4427 104.187 91.0747C105.95 94.7039 104.381 99.0846 100.727 100.781L99.5884 101.318L92.1311 105.291L79.2151 112.549L69.2434 117.016L63.9996 120.129C62.3663 121.096 60.8619 122.277 59.5295 123.63L58.1111 125.069C57.187 126.013 56.4348 127.13 55.8975 128.333L55.6612 128.869C55.2099 129.9 54.9735 130.995 54.9735 132.112C54.9735 133.229 55.2098 134.324 55.6397 135.355L55.6827 135.441C55.8761 135.892 56.134 136.343 56.3919 136.772L57.2515 138.039C58.0037 139.177 58.9493 140.186 60.0453 141.024L60.2172 141.153C61.0769 141.818 62.0439 142.355 63.0755 142.742L63.3119 142.828C63.9781 143.085 64.6658 143.236 65.375 143.322C66.5785 143.472 67.8035 143.365 68.9855 143.021L69.1359 142.978C70.4254 142.592 71.6074 141.947 72.6389 141.088L74.2078 139.778L77.3669 136.901L81.4502 133.83L83.7497 132.499C84.6523 131.962 85.7054 131.704 86.7584 131.704H88.0908C88.4777 131.704 88.843 131.833 89.1654 132.048C89.6167 132.37 89.896 132.864 89.939 133.401L90.0036 134.324C90.0895 135.484 89.6382 136.643 88.757 137.416L86.1136 139.8L82.0304 144.03L79.559 146.5C78.0976 147.96 76.4643 149.249 74.702 150.322L74.0358 150.73C72.0801 151.933 69.9525 152.792 67.7175 153.307L67.3092 153.393C65.332 153.844 63.3119 153.973 61.3133 153.758C59.723 153.608 58.1756 153.243 56.6928 152.684L55.8761 152.384C54.4577 151.847 53.1038 151.16 51.8358 150.322C50.4604 149.42 49.214 148.325 48.0964 147.101L47.2367 146.135C46.3556 145.147 45.582 144.095 44.9158 142.935C43.7338 140.852 42.9601 138.554 42.6377 136.192L42.4873 135.033C42.2939 133.572 42.2509 132.091 42.3583 130.63C42.5088 128.419 42.9816 126.228 43.7768 124.145L44.6793 121.783C45.0662 120.795 45.5175 119.829 46.0548 118.905C47.1293 117.059 48.4832 115.405 50.052 113.966L50.6108 113.451C51.8573 112.334 53.1897 111.368 54.6296 110.53L63.4624 105.334L75.3682 99.0631L75.3468 99.0417Z\" fill=\"url(#paint2_radial_82_1903)\"/>\\n<path opacity=\"0.5\" d=\"M63.1405 155.326C62.4743 155.326 61.7866 155.283 61.1204 155.219C59.4011 155.047 57.7248 154.661 56.113 154.059L55.2963 153.759C53.7705 153.2 52.3091 152.449 50.9552 151.547C49.4723 150.559 48.1184 149.399 46.9364 148.09L46.0768 147.123C45.1097 146.071 44.2716 144.911 43.5839 143.666C42.2944 141.411 41.4563 138.963 41.1124 136.365L40.962 135.205C40.7686 133.659 40.7041 132.07 40.8115 130.502C40.9835 128.118 41.4777 125.799 42.3374 123.587L43.24 121.225C43.6483 120.151 44.1426 119.121 44.7229 118.133C45.8619 116.157 47.3233 114.375 49.021 112.829L49.5798 112.313C50.8907 111.132 52.3306 110.101 53.835 109.199L62.6677 104.003C62.6677 104.003 62.7107 103.981 62.7537 103.96L74.5951 97.7322L84.2016 91.5906C84.2445 91.5691 84.266 91.5476 84.266 91.5476C84.4379 91.3329 84.6313 91.0966 84.8463 90.8175C85.5984 89.8726 86.6085 88.5842 87.6831 87.5105C88.5212 86.673 89.2949 86.0717 90.0471 85.6637C91.1001 85.0839 92.1317 84.9121 93.0773 85.1268C95.9571 85.771 98.536 86.5226 100.535 87.2527C101.695 87.6822 102.662 88.1117 103.414 88.5412C104.381 89.0781 105.048 89.6364 105.435 90.2377C105.478 90.2806 105.499 90.345 105.52 90.4095C106.552 92.5354 106.681 94.9191 105.886 97.1524C105.091 99.3643 103.479 101.147 101.33 102.134L100.212 102.65L92.7979 106.601L79.9034 113.838C79.9034 113.838 79.8174 113.881 79.7744 113.902L69.8886 118.348L64.7093 121.418C63.1835 122.32 61.7866 123.416 60.5401 124.683L59.1217 126.121C58.3265 126.937 57.6819 127.882 57.2091 128.934L56.9726 129.471C56.6073 130.309 56.4139 131.189 56.4139 132.113C56.4139 133.036 56.6073 133.916 56.9726 134.754L57.0156 134.861C57.1876 135.248 57.381 135.613 57.6174 135.957L58.477 137.245C59.1432 138.254 59.9598 139.135 60.9269 139.865L61.0989 139.994C61.8511 140.574 62.6677 141.024 63.5703 141.368L63.8068 141.454C64.3655 141.669 64.9457 141.798 65.526 141.862C66.5361 141.991 67.5462 141.905 68.5133 141.604L68.6636 141.561C69.7597 141.239 70.7482 140.702 71.6079 139.972L73.1552 138.662L76.2929 135.806C76.2929 135.806 76.3574 135.742 76.4004 135.72L80.4622 132.649C80.4622 132.649 80.5696 132.585 80.6126 132.542L82.9336 131.211C84.0726 130.545 85.3836 130.201 86.6945 130.201H88.0269C88.7361 130.201 89.4023 130.416 89.9826 130.824C90.7992 131.404 91.2935 132.306 91.3795 133.294L91.444 134.217C91.5729 135.871 90.9282 137.438 89.7032 138.533L87.1028 140.874L83.0841 145.04C83.0841 145.04 83.0411 145.083 83.0196 145.105L80.5696 147.553C79.0223 149.099 77.303 150.452 75.4332 151.59L74.767 151.998C72.6609 153.286 70.3829 154.21 67.9974 154.747L67.5891 154.832C66.1277 155.176 64.6234 155.326 63.119 155.326H63.1405ZM63.4414 105.291L54.6087 110.488C53.1903 111.325 51.8363 112.313 50.5898 113.409L50.0311 113.924C48.4408 115.341 47.0868 117.016 46.0338 118.863C45.4965 119.786 45.0452 120.753 44.6584 121.741L43.7558 124.103C42.9606 126.186 42.4878 128.355 42.3374 130.588C42.2299 132.07 42.2944 133.551 42.4878 134.99L42.6383 136.15C42.9606 138.533 43.7128 140.81 44.9163 142.893C45.561 144.031 46.3347 145.105 47.2373 146.092L48.097 147.059C49.193 148.283 50.4609 149.356 51.8363 150.28C53.1043 151.117 54.4582 151.805 55.8766 152.341L56.6933 152.642C58.1762 153.2 59.745 153.565 61.3138 153.716C63.334 153.909 65.354 153.802 67.3097 153.351L67.718 153.265C69.9531 152.749 72.0807 151.89 74.0364 150.688L74.7026 150.28C76.4648 149.206 78.0981 147.918 79.5595 146.457L82.031 143.988L86.0712 139.8C86.0712 139.8 86.0927 139.779 86.1142 139.757L88.7361 137.395C89.6172 136.601 90.0686 135.484 89.9826 134.303L89.9181 133.38C89.8751 132.843 89.5957 132.349 89.1659 132.027C88.8651 131.812 88.4782 131.683 88.0914 131.683H86.759C85.7059 131.683 84.6744 131.962 83.7503 132.478L81.4507 133.809L77.3675 136.88L74.2083 139.757L72.661 141.067C71.8228 141.776 70.8987 142.334 69.8671 142.721C69.8671 142.721 69.8886 142.893 69.8886 142.957C69.8886 143.279 69.6737 143.58 69.3514 143.687C68.943 143.816 68.5347 143.58 68.4273 143.172C67.4387 143.365 66.4286 143.43 65.3971 143.301C64.8598 143.236 64.3225 143.129 63.8068 142.957C63.6563 143.365 63.2265 143.558 62.8396 143.408C62.5388 143.301 62.3453 143 62.3453 142.699C62.3453 142.614 62.3454 142.528 62.3884 142.442C61.6147 142.077 60.9055 141.626 60.2178 141.132L60.0459 141.003C58.9713 140.166 58.0257 139.178 57.2735 138.018L56.4139 136.73C56.1345 136.322 55.8981 135.871 55.6832 135.398L55.6402 135.291C55.1889 134.26 54.974 133.186 54.974 132.048C54.974 130.91 55.2104 129.836 55.6617 128.806L55.8981 128.269C56.4353 127.045 57.166 125.949 58.1116 125.005L59.53 123.566C60.8625 122.213 62.3669 121.032 64.0002 120.066L69.2224 116.973C69.2224 116.973 69.2654 116.952 69.3084 116.93L79.2372 112.485L92.1746 105.227L99.6105 101.254C99.6105 101.254 99.632 101.254 99.6535 101.254L100.792 100.739C102.555 99.9226 103.909 98.4409 104.553 96.6156C105.198 94.7688 105.112 92.7932 104.252 91.0537C103.995 90.6457 103.479 90.2377 102.748 89.8297C102.06 89.4431 101.158 89.0352 100.083 88.6486C98.1491 87.9185 95.6347 87.2098 92.8194 86.5656C92.2392 86.4368 91.5514 86.5656 90.8422 86.9521C90.219 87.2957 89.5528 87.8111 88.8221 88.5412C87.812 89.5505 86.8234 90.796 86.0928 91.6979C85.8778 91.9771 85.6629 92.2348 85.491 92.471C85.4051 92.5784 85.3406 92.6429 85.2761 92.6858C85.2331 92.7288 85.1901 92.7502 85.0827 92.8146H85.0397C85.0397 92.8146 85.0397 92.8576 85.0182 92.8576L75.4332 98.9992C75.4332 98.9992 75.3903 99.0207 75.3688 99.0422L63.5059 105.291H63.4414Z\" fill=\"black\"/>\\n<path d=\"M75.3478 99.0428L84.9542 92.8796C85.1476 92.7508 85.255 92.6863 85.427 92.4931C87.0818 90.4745 90.2194 86.0078 92.7554 86.5876C97.9776 87.7687 103.114 89.4438 104.188 91.0758C105.951 94.705 104.382 99.0857 100.728 100.782L99.5894 101.319L92.1321 105.292L79.2161 112.55L69.2444 117.017L64.0006 120.131C62.3673 121.097 60.8629 122.278 59.5305 123.631L58.1121 125.07C57.188 126.014 56.4358 127.131 55.8985 128.334L55.6622 128.871C55.2108 129.901 54.9744 130.997 54.9744 132.113C54.9744 133.23 55.2108 134.325 55.6406 135.356L55.6837 135.442C55.8771 135.893 56.1349 136.344 56.3928 136.773L57.2525 138.04C58.0046 139.178 58.9503 140.188 60.0463 141.025L60.2182 141.154C61.0778 141.82 62.0449 142.356 63.0765 142.743L63.3129 142.829C63.9791 143.087 64.6668 143.237 65.376 143.323C66.5795 143.473 67.8044 143.366 68.9864 143.022L69.1369 142.979C70.4263 142.593 71.6083 141.948 72.6399 141.089L74.2088 139.78L77.3679 136.902L81.4512 133.831L83.7507 132.5C84.6533 131.963 85.7063 131.705 86.7594 131.705H88.0918C88.4787 131.705 88.844 131.834 89.1664 132.049C89.6177 132.371 89.897 132.865 89.94 133.402L90.0045 134.325C90.0905 135.485 89.6392 136.644 88.758 137.417L86.1146 139.801L82.0314 144.031L79.56 146.501C78.0986 147.961 76.4653 149.25 74.703 150.323L74.0368 150.731C72.0811 151.934 69.9535 152.793 67.7185 153.308L67.3102 153.394C65.333 153.845 63.3129 153.974 61.3143 153.759C59.7239 153.609 58.1766 153.244 56.6937 152.686L55.8771 152.385C54.4587 151.848 53.1047 151.161 51.8368 150.323C50.4614 149.422 49.2149 148.326 48.0974 147.102L47.2377 146.136C46.3566 145.148 45.583 144.096 44.9167 142.936C43.7347 140.853 42.9611 138.555 42.6387 136.193L42.4883 135.034C42.2948 133.573 42.2519 132.092 42.3593 130.631C42.5098 128.42 42.9826 126.229 43.7777 124.146L44.6803 121.784C45.0671 120.796 45.5185 119.83 46.0558 118.907C47.1303 117.06 48.4842 115.406 50.053 113.967L50.6118 113.452C51.8583 112.335 53.1907 111.369 54.6306 110.532L63.4633 105.335L75.3692 99.0642L75.3478 99.0428Z\" fill=\"url(#paint3_radial_82_1903)\"/>\\n<path d=\"M63.1405 154.575C62.4958 154.575 61.8511 154.532 61.1849 154.467C59.5301 154.296 57.9182 153.931 56.3709 153.351L55.5542 153.05C54.0928 152.513 52.6745 151.783 51.3635 150.924C49.9451 149.979 48.6342 148.863 47.4737 147.574L46.6141 146.608C45.69 145.599 44.8948 144.482 44.2071 143.279C42.9606 141.11 42.1655 138.748 41.8431 136.257L41.6927 135.098C41.4992 133.594 41.4562 132.048 41.5422 130.545C41.6926 128.247 42.1869 125.992 43.0251 123.845L43.9277 121.483C44.3146 120.452 44.8088 119.443 45.3461 118.498C46.4636 116.587 47.8605 114.869 49.4938 113.387L50.0526 112.872C51.3205 111.734 52.7175 110.724 54.1788 109.844L63.0115 104.647C63.0115 104.647 63.0116 104.647 63.033 104.647L74.9175 98.398L84.5668 92.2134C84.7173 92.106 84.7388 92.106 84.8033 92.0201C84.9967 91.7839 85.2116 91.5262 85.4265 91.247C87.3177 88.8634 90.176 85.2557 92.8838 85.857C96.7092 86.7159 103.35 88.4983 104.79 90.6673C104.79 90.6887 104.833 90.7316 104.833 90.7531C105.778 92.6858 105.886 94.8762 105.155 96.9162C104.424 98.9563 102.963 100.567 101.007 101.469L99.8684 101.984L92.4325 105.957L79.5165 113.194C79.5165 113.194 79.4736 113.194 79.4521 113.215L69.5233 117.66L64.301 120.753C62.7107 121.698 61.2708 122.836 59.9814 124.146L58.563 125.584C57.7033 126.465 56.9941 127.496 56.4998 128.634L56.2634 129.171C55.8551 130.094 55.6402 131.103 55.6402 132.113C55.6402 133.122 55.8551 134.11 56.2634 135.055L56.3064 135.141C56.4998 135.57 56.7147 135.978 56.9726 136.343L57.8323 137.61C58.5415 138.684 59.4226 139.629 60.4542 140.402L60.6046 140.531C61.4212 141.153 62.3024 141.647 63.2695 142.012L63.5058 142.098C64.1076 142.334 64.7523 142.485 65.3971 142.549C66.5146 142.678 67.6106 142.592 68.7067 142.27L68.857 142.227C70.0605 141.883 71.1351 141.282 72.0807 140.488L73.628 139.178L76.7872 136.3C76.7872 136.3 76.8302 136.279 76.8302 136.257L80.9134 133.186C80.9134 133.186 80.9564 133.143 80.9994 133.143L83.2989 131.812C84.3304 131.211 85.491 130.91 86.673 130.91H88.0054C88.5426 130.91 89.0799 131.082 89.5098 131.404C90.133 131.855 90.5198 132.542 90.5843 133.315L90.6488 134.239C90.7562 135.656 90.219 137.009 89.1659 137.954L86.544 140.316L82.4823 144.525L80.0108 146.994C78.5064 148.498 76.8302 149.829 75.025 150.924L74.3587 151.332C72.3171 152.578 70.125 153.458 67.804 153.995L67.3957 154.081C65.9773 154.403 64.5374 154.575 63.0975 154.575H63.1405ZM63.8067 105.957L54.974 111.132C53.5986 111.948 52.2876 112.893 51.0841 113.967L50.5254 114.482C48.9995 115.857 47.6886 117.446 46.657 119.228C46.1413 120.109 45.69 121.053 45.3246 121.998L44.422 124.36C43.6483 126.379 43.197 128.484 43.0466 130.631C42.9606 132.048 43.0036 133.487 43.1755 134.904L43.326 136.064C43.6269 138.362 44.3575 140.531 45.518 142.528C46.1413 143.623 46.8934 144.654 47.7316 145.577L48.5912 146.543C49.6657 147.725 50.8693 148.755 52.1802 149.636C53.3837 150.43 54.6946 151.096 56.0485 151.611L56.8652 151.912C58.3051 152.449 59.788 152.792 61.3138 152.943C63.248 153.136 65.1821 153.007 67.0733 152.578L67.4817 152.492C69.6307 151.998 71.6939 151.16 73.5851 150.022L74.2513 149.614C75.9705 148.562 77.5394 147.317 78.9578 145.899L81.4292 143.43L85.491 139.221C85.491 139.221 85.5125 139.199 85.5339 139.178L88.1773 136.794C88.8865 136.15 89.2519 135.248 89.1659 134.303L89.1014 133.38C89.0799 133.058 88.908 132.757 88.6501 132.585C88.4567 132.456 88.2418 132.392 88.0269 132.392H86.6945C85.7704 132.392 84.8677 132.628 84.0726 133.1L81.816 134.41L77.7972 137.438L74.6596 140.294L73.0907 141.604C71.9732 142.549 70.7053 143.236 69.3298 143.644L69.1795 143.687C67.9115 144.074 66.6005 144.181 65.2681 144.009C64.4944 143.924 63.7422 143.73 63.033 143.473L62.7967 143.387C61.7006 142.979 60.6691 142.399 59.745 141.69L59.5945 141.561C58.434 140.681 57.4454 139.607 56.6503 138.405L55.7906 137.138C55.4898 136.687 55.2318 136.193 55.0169 135.699L54.974 135.613C54.4797 134.496 54.2433 133.294 54.2433 132.07C54.2433 130.846 54.5012 129.643 54.9955 128.526L55.2319 127.99C55.8121 126.68 56.6073 125.52 57.5959 124.489L59.0143 123.051C60.3897 121.655 61.9585 120.431 63.6348 119.421L68.8786 116.308C68.8786 116.308 68.9216 116.286 68.9645 116.265L78.9148 111.798L91.8093 104.561L99.2666 100.588C99.2666 100.588 99.2881 100.588 99.3096 100.588L100.449 100.052C102.039 99.3214 103.242 97.99 103.823 96.3579C104.403 94.7259 104.317 92.965 103.586 91.3974C102.727 90.1948 98.4499 88.5842 92.6259 87.2528C90.8422 86.8448 88.1343 90.2592 86.673 92.106C86.4366 92.4066 86.2217 92.6643 86.0283 92.9005C85.8134 93.1582 85.6199 93.2871 85.4265 93.3945H85.3835L75.7771 99.5791C75.7771 99.5791 75.7341 99.6005 75.7126 99.622L63.8282 105.871L63.8067 105.957Z\" fill=\"url(#paint4_linear_82_1903)\"/>\\n<path d=\"M138.938 190.931L138.379 190.501C137.863 190.114 137.476 189.599 137.24 189.019C137.132 188.783 137.068 188.547 137.025 188.289L136.617 186.034L136.359 183.951C136.208 182.77 135.843 181.632 135.241 180.601C134.683 179.635 133.973 178.776 133.114 178.067L132.233 177.337C131.437 176.693 130.578 176.113 129.675 175.641L123.271 172.248L117.834 168.79C115.663 167.416 113.643 165.848 111.773 164.109C109.689 162.176 107.819 160.05 106.164 157.731L105.219 156.4C104.123 154.854 103.156 153.222 102.339 151.525L102.124 151.074C100.877 148.476 100.018 145.684 99.6095 142.828L99.5665 142.592C99.2872 140.766 99.2227 138.898 99.3302 137.051C99.4591 134.947 99.8459 132.842 100.469 130.824L101.565 127.302L104.252 119.099L105.863 112.592L107.196 105.742L107.475 101.726C107.54 100.867 107.497 99.9868 107.368 99.1278C107.26 98.3977 107.088 97.689 106.787 97.0018C103.027 88.1544 95.032 87.0377 87.9615 86.3505C84.6734 86.0284 81.4498 85.2339 78.3551 84.0957C75.7762 83.1509 73.3048 82.0127 70.9193 80.6598L64.6654 77.0951L56.8213 72.1345L49.1706 67.6678L45.861 65.8426C44.1632 64.8977 42.358 64.1461 40.4883 63.6092L39.6071 63.3515C37.0282 62.5999 34.3419 62.3208 31.677 62.5355H31.3976C28.9692 62.7503 26.6051 63.3945 24.3916 64.4253L23.6609 64.7689C21.7912 65.6493 20.0934 66.8733 18.6965 68.398C16.8268 70.4165 15.4944 72.8647 14.8282 75.5489L14.5488 76.7086C14.0545 78.7486 13.9686 80.8531 14.3124 82.9146L14.4628 83.838C14.6992 85.2553 15.2365 86.6082 16.0102 87.8323C17.2566 89.765 19.0834 91.2467 21.2325 92.0627L21.4044 92.1271C22.9947 92.7284 24.6925 92.9646 26.3688 92.8143L29.1196 92.5566C30.3446 92.4492 31.4836 91.9553 32.3862 91.1178L32.5581 90.9675C34.041 89.6361 34.6427 87.5531 34.084 85.6418C33.6971 84.289 32.773 83.1294 31.5266 82.4637L29.313 81.2611C28.3029 80.7028 27.6797 79.6506 27.6797 78.5124V78.448C27.6797 77.9541 27.8087 77.4602 28.0451 77.0307C28.5608 76.1288 29.5065 75.5704 30.5595 75.5704H32.6011C33.1814 75.5704 33.7401 75.6563 34.2989 75.8066L35.8247 76.2361C37.3721 76.6656 38.812 77.3743 40.1014 78.3192L40.4238 78.5553C41.5628 79.3928 42.5299 80.4451 43.2606 81.6691L43.3465 81.8194C44.3136 83.43 44.8294 85.2768 44.8294 87.1451C44.8294 88.2403 44.6575 89.3355 44.3136 90.3877L44.1417 90.8816C43.5399 92.6854 42.5729 94.339 41.2834 95.7563L40.5527 96.5508C38.9624 98.2903 37.0497 99.7076 34.9221 100.717L32.6011 101.833C30.7744 102.714 28.8402 103.294 26.8416 103.573C25.3157 103.788 23.7684 103.809 22.2211 103.659H22.0706C18.7825 103.315 15.6019 102.199 12.8296 100.416C10.8094 99.1063 9.0257 97.4742 7.58581 95.563L7.00552 94.8114C5.80203 93.2223 4.77048 91.5043 3.93234 89.679C2.34202 86.1572 1.48242 82.2919 1.48242 78.4265V77.5245C1.48242 74.9476 1.84777 72.4137 2.55696 69.9441C2.96529 68.5483 3.48103 67.174 4.12575 65.8426L4.89946 64.2105C6.25338 61.3544 8.18754 58.7775 10.53 56.6515C12.6147 54.7618 15.0216 53.2586 17.6435 52.1849L18.804 51.7124C22.5649 50.1878 26.5837 49.3932 30.6454 49.3932H34.9651C38.2317 49.3932 41.4983 49.8442 44.6575 50.7246C47.6017 51.5407 50.417 52.7432 53.0389 54.2894L61.5278 59.2499L71.8004 65.0695C75.6258 67.2384 79.8165 68.6342 84.1791 69.1926L89.8097 69.9012C91.2496 70.073 92.711 69.9227 94.0864 69.4502L95.3328 69.0207C96.5578 68.5912 97.6109 67.7538 98.2986 66.6371C99.1797 65.2198 99.3946 63.4803 98.9003 61.8912L97.2456 56.6515L94.946 50.7676C94.0649 48.5342 93.3772 46.2365 92.8399 43.8958L92.0663 40.4813C91.4645 37.84 91.2925 35.1128 91.5504 32.4285C91.8513 29.2932 92.6895 26.2654 94.0864 23.4308L94.6451 22.2926C95.6122 20.3384 96.7512 18.4917 98.0837 16.7522L98.7284 15.9148C101.006 12.9513 103.736 10.3743 106.809 8.26985C109.603 6.35863 112.633 4.85546 115.857 3.80321L116.394 3.63145C119.897 2.49331 123.55 1.89197 127.225 1.89197C131.351 1.89197 135.435 2.62212 139.303 4.0609L139.969 4.31858C144.053 5.82178 147.835 8.01218 151.187 10.7824L151.918 11.3836C153.68 12.8439 155.271 14.4759 156.668 16.2798C159.161 19.5009 161.009 23.1731 162.105 27.1029L162.599 28.8852C163.459 31.999 163.738 35.2416 163.394 38.4413C163.179 40.4599 162.728 42.4355 162.062 44.3468L158.752 53.7525L155.572 60.9034C154.905 62.3852 154.562 63.9957 154.562 65.6063C154.562 67.947 155.271 70.2448 156.603 72.1775L162.621 80.896C165.522 85.105 169.111 88.7986 173.237 91.8265L186.561 101.576L193.739 107.61C195.759 109.307 197.522 111.304 198.94 113.516C200.982 116.672 202.314 120.237 202.83 123.974L203.152 126.293C203.582 129.364 203.389 132.499 202.551 135.505C201.541 139.134 199.649 142.441 197.049 145.147L196.512 145.706C193.567 148.776 189.893 151.053 185.831 152.341L184.799 152.663C179.878 154.231 174.634 154.446 169.605 153.265L166.532 152.534C164.232 151.998 162.083 150.924 160.257 149.399C157.807 147.338 156.044 144.567 155.271 141.475L154.347 137.803C153.723 135.312 153.895 132.692 154.841 130.308L155.443 128.805C156.109 127.13 157.355 125.756 158.924 124.918L160.171 124.253C161.052 123.78 162.105 123.651 163.072 123.888C165.221 124.425 166.532 126.593 166.016 128.762L165.758 129.815C165.586 130.566 165.565 131.339 165.715 132.091L166.274 134.775C166.704 136.837 167.757 138.705 169.283 140.144L170.099 140.917C171.496 142.248 173.366 142.978 175.3 142.978C176.611 142.978 177.879 142.635 179.018 142.012L179.534 141.711C180.351 141.26 181.081 140.681 181.747 140.015L182.521 139.242C184.348 137.374 185.68 135.097 186.411 132.606C186.97 130.695 187.163 128.698 186.991 126.701V126.615C186.69 123.48 185.508 120.495 183.574 118.025L183.381 117.767C182.478 116.629 181.447 115.599 180.286 114.697L176.031 111.411L169.046 106.751L161.89 103.186C159.784 102.134 157.592 101.254 155.357 100.567L152.584 99.7076C151.424 99.3425 150.242 99.1277 149.06 99.0204L147.792 98.913C146.674 98.8271 145.557 98.913 144.504 99.2136C142.785 99.6861 141.259 100.609 140.034 101.898L137.39 104.733C136.122 106.085 135.026 107.589 134.124 109.221L129.009 118.369L123.808 129.514L122.196 134.066C120.928 137.653 120.284 141.411 120.284 145.19V147.488C120.284 148.562 120.413 149.614 120.649 150.645C121.186 152.942 122.325 155.068 123.937 156.808L126.323 159.385C127.677 160.866 129.202 162.176 130.857 163.315L135.607 166.579C137.713 168.039 139.561 169.864 141.022 171.969C143.537 175.555 144.869 179.85 144.869 184.23V188.031C144.869 188.762 144.654 189.47 144.246 190.071C143.064 191.854 140.614 192.283 138.895 190.995L138.938 190.931Z\" fill=\"url(#paint5_radial_82_1903)\"/>\\n<path opacity=\"0.5\" d=\"M141.173 193.185C140.034 193.185 138.938 192.82 138.014 192.133L137.455 191.703C136.725 191.166 136.166 190.436 135.822 189.599C135.693 189.277 135.586 188.911 135.521 188.568L135.113 186.313C135.113 186.313 135.113 186.249 135.113 186.227L134.855 184.144C134.726 183.156 134.425 182.211 133.931 181.353C133.48 180.536 132.878 179.828 132.147 179.227L131.266 178.496C130.557 177.917 129.783 177.401 128.967 176.95L122.562 173.557C122.562 173.557 122.498 173.514 122.455 173.493L117.018 170.036C114.783 168.618 112.676 166.986 110.721 165.204C108.572 163.207 106.616 160.995 104.897 158.611L103.951 157.28C102.812 155.669 101.781 153.973 100.943 152.169L100.728 151.718C99.4166 148.969 98.5355 146.049 98.0842 143.042L98.0412 142.806C97.7618 140.873 97.6758 138.898 97.8048 136.965C97.9552 134.732 98.3636 132.52 99.0083 130.394L100.104 126.872L102.769 118.733L104.36 112.313L105.67 105.591L105.95 101.661C106.014 100.91 105.95 100.158 105.864 99.4065C105.756 98.7193 105.606 98.1396 105.391 97.6457C102.124 89.9149 95.4838 88.6479 87.7901 87.8963C84.5234 87.5742 81.1709 86.7797 77.8183 85.5556C75.175 84.5893 72.596 83.4082 70.1461 82.0124L63.8922 78.4476C63.8922 78.4476 63.8493 78.4261 63.8278 78.4047L56.0051 73.4656L48.3974 69.0204L45.1093 67.1951C43.4975 66.3146 41.7997 65.606 40.0375 65.0906L39.1563 64.8329C36.7493 64.1243 34.2564 63.8666 31.7635 64.0598H31.4841C29.2275 64.2746 27.057 64.8544 24.9939 65.7992L24.2631 66.1428C22.5653 66.9374 21.0395 68.0541 19.7501 69.4284C18.0523 71.2537 16.8488 73.487 16.2471 75.9136L15.9677 77.0733C15.5164 78.92 15.4519 80.8098 15.7528 82.6781L15.9032 83.6015C16.1181 84.8255 16.5694 85.9851 17.2356 87.0159C18.2887 88.6694 19.9005 89.9579 21.7272 90.645L21.8992 90.7095C23.2746 91.2248 24.7574 91.4181 26.2188 91.2892L28.9696 91.0316C29.8507 90.9457 30.7104 90.5806 31.3766 89.9793L31.5485 89.829C32.6231 88.8627 33.0314 87.4024 32.6446 86.0281C32.3652 85.0617 31.699 84.2242 30.8179 83.7518L28.6043 82.5492C27.1 81.7332 26.1758 80.187 26.1758 78.4691V78.4047C26.1758 77.6531 26.3693 76.9015 26.7346 76.2572C27.5083 74.8829 28.9697 74.0239 30.56 74.0239H32.6016C33.3108 74.0239 34.02 74.1098 34.7077 74.3031L36.2335 74.7326C37.9528 75.205 39.5646 75.9995 41.0045 77.0518L41.3269 77.288C42.6378 78.2544 43.7123 79.4354 44.5505 80.8098L44.6365 80.9601C45.754 82.8069 46.3557 84.9114 46.3557 87.0588C46.3557 88.3258 46.1623 89.5713 45.754 90.7739L45.5821 91.2678C44.9158 93.2864 43.8413 95.1117 42.4014 96.6793L41.6707 97.4739C39.93 99.3636 37.8884 100.888 35.5888 101.983L33.2678 103.1C31.3121 104.045 29.2275 104.668 27.057 104.968C25.4022 105.205 23.7474 105.226 22.0926 105.076H21.9421C18.4391 104.711 15.022 103.508 12.0348 101.597C9.86425 100.18 7.97306 98.4402 6.40423 96.4001L5.824 95.6485C4.55604 93.995 3.45999 92.1697 2.57886 90.237C0.881085 86.522 0 82.4204 0 78.3832V77.4813C0 74.7755 0.386833 72.0697 1.13901 69.4713C1.56883 67.9896 2.12757 66.5509 2.79378 65.155L3.56749 63.523C5.02887 60.4736 7.02751 57.7679 9.54194 55.4916C11.777 53.473 14.3129 51.8839 17.1067 50.7457L18.2672 50.2734C22.2215 48.6628 26.4122 47.8467 30.6889 47.8467H35.0085C38.4256 47.8467 41.8212 48.3192 45.1093 49.2426C48.161 50.1015 51.1052 51.3471 53.8345 52.9576L62.3019 57.9182L72.5531 63.7377C76.228 65.8207 80.2038 67.1306 84.373 67.6675L90.0037 68.3762C91.2072 68.5265 92.4536 68.3977 93.6141 67.9897L94.8606 67.5602C95.7632 67.238 96.5369 66.6153 97.0527 65.8207C97.6974 64.7685 97.8693 63.5015 97.4824 62.3204L95.8277 57.1451L93.5496 51.3041C92.647 49.0063 91.9163 46.6227 91.3791 44.2176L90.6054 40.8032C89.9822 38.0115 89.7887 35.134 90.0466 32.2779C90.3475 28.9494 91.2501 25.7496 92.733 22.7647L93.2918 21.6266C94.3018 19.5865 95.5053 17.6538 96.8807 15.85L97.5255 15.0125C99.8895 11.9202 102.726 9.23594 105.95 7.04556C108.851 5.04845 112.032 3.48079 115.363 2.3856L115.9 2.21384C119.554 1.01128 123.357 0.410004 127.204 0.410004C131.524 0.410004 135.758 1.16158 139.819 2.66478L140.486 2.92246C144.741 4.49009 148.652 6.76637 152.134 9.64393L152.864 10.2452C154.713 11.7699 156.389 13.4879 157.85 15.3776C160.494 18.7705 162.406 22.593 163.545 26.716L164.04 28.4984C164.942 31.8054 165.243 35.1983 164.878 38.6128C164.663 40.7387 164.19 42.8432 163.481 44.8618L160.171 54.2675C160.171 54.2675 160.15 54.3534 160.128 54.3749L156.948 61.5259C156.367 62.8358 156.067 64.2102 156.067 65.6275C156.067 67.689 156.69 69.6647 157.85 71.3397L163.868 80.0582C166.683 84.1383 170.143 87.703 174.14 90.6235L187.465 100.373C187.465 100.373 187.508 100.416 187.551 100.437L194.729 106.472C196.878 108.254 198.726 110.358 200.23 112.721C202.401 116.092 203.776 119.807 204.356 123.78L204.679 126.099C205.152 129.406 204.937 132.713 204.056 135.913C202.981 139.757 200.961 143.322 198.189 146.199L197.651 146.757C194.535 150 190.624 152.427 186.347 153.779L185.316 154.102C180.136 155.755 174.613 155.97 169.326 154.746L166.253 154.016C163.739 153.436 161.353 152.233 159.355 150.58C156.625 148.304 154.734 145.297 153.874 141.861L152.95 138.189C152.241 135.376 152.435 132.456 153.509 129.771L154.111 128.268C154.906 126.292 156.389 124.617 158.28 123.608L159.527 122.942C160.751 122.277 162.17 122.105 163.502 122.448C166.447 123.2 168.252 126.185 167.543 129.127L167.285 130.179C167.156 130.695 167.156 131.253 167.263 131.79L167.822 134.474C168.187 136.235 169.09 137.824 170.401 139.07L171.218 139.843C172.357 140.916 173.818 141.496 175.387 141.496C176.418 141.496 177.45 141.217 178.353 140.723L178.868 140.422C179.556 140.036 180.179 139.542 180.738 138.984L181.49 138.211C183.123 136.536 184.348 134.453 185.015 132.198C185.53 130.458 185.702 128.655 185.53 126.851V126.765C185.273 123.93 184.198 121.224 182.436 118.97L182.242 118.712C181.426 117.66 180.48 116.715 179.427 115.899L175.215 112.635L168.338 108.061L161.267 104.539C159.247 103.53 157.12 102.671 154.949 102.005L152.177 101.146C151.124 100.824 150.049 100.609 148.953 100.523L147.685 100.416C146.739 100.33 145.815 100.416 144.913 100.674C143.473 101.06 142.183 101.855 141.152 102.928L138.508 105.763C137.326 107.03 136.295 108.447 135.435 109.95L130.342 119.056L125.206 130.093L123.615 134.581C122.412 138.017 121.789 141.582 121.789 145.211V147.509C121.789 148.454 121.896 149.399 122.111 150.322C122.605 152.362 123.615 154.273 125.034 155.82L127.419 158.396C128.709 159.792 130.149 161.038 131.696 162.112L136.445 165.376C138.723 166.943 140.658 168.876 142.248 171.131C144.956 174.996 146.374 179.527 146.374 184.252V188.052C146.374 189.083 146.073 190.071 145.514 190.93C144.719 192.133 143.451 192.949 142.033 193.206C141.732 193.249 141.453 193.271 141.152 193.271L141.173 193.185ZM138.079 185.798L138.487 188.01C138.509 188.16 138.551 188.289 138.616 188.439C138.766 188.783 138.981 189.083 139.282 189.298L139.841 189.727C140.335 190.093 140.937 190.243 141.539 190.135C142.14 190.028 142.678 189.685 143 189.169C143.236 188.804 143.365 188.396 143.365 187.945V184.144C143.365 180.043 142.119 176.113 139.776 172.741C138.401 170.787 136.703 169.091 134.748 167.738L129.998 164.474C128.257 163.271 126.646 161.875 125.206 160.329L122.82 157.752C121.036 155.82 119.79 153.457 119.188 150.902C118.909 149.742 118.78 148.561 118.78 147.402V145.104C118.78 141.131 119.446 137.223 120.779 133.465L122.39 128.912C122.39 128.912 122.433 128.826 122.455 128.783L127.656 117.638C127.656 117.638 127.699 117.574 127.699 117.531L132.813 108.383C133.78 106.665 134.962 105.054 136.295 103.594L138.938 100.759C140.335 99.2562 142.119 98.1825 144.096 97.6457C145.343 97.3021 146.632 97.1947 147.921 97.3021L149.189 97.4094C150.5 97.5168 151.79 97.7745 153.036 98.161L155.809 99.02C158.13 99.7287 160.408 100.652 162.578 101.726L169.735 105.291C169.735 105.291 169.842 105.355 169.907 105.376L176.891 110.036C176.891 110.036 176.956 110.079 176.977 110.101L181.232 113.386C182.479 114.353 183.618 115.469 184.585 116.715L184.778 116.973C186.906 119.678 188.174 122.921 188.496 126.357V126.443C188.711 128.612 188.496 130.802 187.873 132.885C187.078 135.612 185.616 138.125 183.618 140.165L182.866 140.938C182.113 141.711 181.254 142.377 180.308 142.892L179.792 143.193C178.438 143.966 176.891 144.374 175.344 144.374C173.023 144.374 170.809 143.493 169.111 141.883L168.295 141.11C166.533 139.456 165.351 137.33 164.856 134.968L164.297 132.284C164.104 131.317 164.104 130.308 164.34 129.342L164.598 128.29C164.921 126.937 164.104 125.562 162.75 125.24C162.127 125.09 161.482 125.154 160.923 125.455L159.677 126.121C158.409 126.808 157.42 127.924 156.883 129.256L156.281 130.759C155.443 132.864 155.293 135.118 155.83 137.33L156.754 141.002C157.463 143.815 159.032 146.285 161.246 148.153C162.879 149.506 164.835 150.494 166.898 150.966L169.971 151.696C174.721 152.813 179.706 152.62 184.37 151.117L185.402 150.795C189.205 149.571 192.687 147.423 195.459 144.546L195.996 143.987C198.425 141.475 200.209 138.339 201.133 134.968C201.906 132.155 202.1 129.256 201.692 126.378L201.369 124.059C200.875 120.516 199.628 117.209 197.694 114.202C196.34 112.098 194.707 110.23 192.794 108.641L185.638 102.649L172.357 92.9213C168.08 89.7861 164.383 86.0066 161.396 81.6473L155.379 72.9287C153.874 70.7383 153.058 68.1615 153.058 65.4986C153.058 63.6518 153.445 61.8695 154.197 60.173L157.356 53.065L160.644 43.7237C161.267 41.9198 161.697 40.0516 161.891 38.1618C162.213 35.1339 161.955 32.1061 161.138 29.1641L160.644 27.3817C159.613 23.6237 157.872 20.1663 155.465 17.074C154.132 15.3561 152.606 13.7885 150.952 12.4141L150.221 11.8129C146.997 9.15004 143.365 7.04551 139.433 5.58526L138.766 5.32757C135.048 3.95322 131.159 3.24456 127.204 3.24456C123.68 3.24456 120.198 3.80294 116.846 4.89813L116.308 5.06989C113.235 6.07919 110.313 7.51794 107.648 9.34326C104.703 11.3618 102.103 13.8314 99.9109 16.666L99.2662 17.5035C97.9983 19.1356 96.9022 20.9179 95.9996 22.7862L95.4409 23.9243C94.1299 26.5871 93.3347 29.4432 93.0553 32.3852C92.8189 34.9407 92.9909 37.4961 93.5496 39.9871L94.3233 43.4016C94.8391 45.6564 95.5268 47.9112 96.3649 50.0586L98.6645 55.964C98.6645 55.964 98.6859 56.0284 98.6859 56.0499L100.341 61.2896C100.985 63.3082 100.706 65.4771 99.5886 67.281C98.7289 68.6768 97.3965 69.7505 95.8277 70.2874L94.5812 70.7169C92.9908 71.2752 91.2716 71.447 89.6168 71.2322L83.9862 70.5236C79.4086 69.9438 75.0675 68.505 71.0487 66.2288L60.7761 60.4092L52.2872 55.4486C49.7728 53.9669 47.0649 52.8288 44.2496 52.0342C41.2194 51.1752 38.1032 50.7457 34.9656 50.7457H30.6459C26.7561 50.7457 22.9737 51.4974 19.3632 52.9576L18.2027 53.43C15.7528 54.4393 13.4962 55.8352 11.5406 57.6175C9.32702 59.6146 7.54329 61.9983 6.25384 64.704L5.48014 66.3361C4.8784 67.5816 4.3841 68.8916 3.99727 70.2015C3.30956 72.5422 2.96575 74.9473 2.96575 77.3739V78.2758C2.96575 81.905 3.76088 85.5771 5.28673 88.9056C6.0604 90.6236 7.04897 92.2556 8.1665 93.7373L8.74672 94.489C10.1006 96.2498 11.734 97.7745 13.6252 98.9985C16.2041 100.652 19.1483 101.704 22.1785 102.005H22.329C23.7474 102.155 25.1873 102.134 26.5842 101.941C28.4324 101.683 30.2161 101.146 31.8924 100.33L34.2134 99.2133C36.1691 98.2684 37.9098 96.98 39.3927 95.3694L40.1234 94.5748C41.2839 93.3293 42.122 91.8691 42.6593 90.2585L42.8312 89.7646C43.1321 88.8841 43.2825 87.9393 43.2825 87.0159C43.2825 85.4053 42.8527 83.8377 42.0146 82.4633L41.9286 82.313C41.2839 81.2608 40.4673 80.3588 39.4787 79.6287L39.1563 79.3925C38.0173 78.555 36.7493 77.9322 35.3739 77.5457L33.8481 77.1162C33.4183 77.0089 32.9884 76.9444 32.5586 76.9444H30.517C30.0227 76.9444 29.5499 77.2236 29.3135 77.6531C29.1845 77.8678 29.1416 78.104 29.1416 78.3402V78.4047C29.1416 79.0059 29.4639 79.5428 30.0012 79.8435L32.2148 81.046C33.8051 81.905 35.0085 83.4082 35.4813 85.1476C36.1905 87.6386 35.4384 90.2585 33.5042 91.9979L33.3323 92.1483C32.1932 93.179 30.7104 93.8233 29.1845 93.9521L26.4337 94.2098C24.521 94.3816 22.5869 94.1238 20.8031 93.4367L20.6312 93.3723C18.2027 92.4489 16.0751 90.7524 14.6782 88.562C13.7756 87.1662 13.1953 85.6415 12.916 84.0095L12.7656 83.0861C12.3787 80.8098 12.4647 78.512 13.0234 76.2572L13.3028 75.0977C14.012 72.1771 15.4734 69.4929 17.515 67.3025C19.0624 65.6489 20.8891 64.3175 22.9522 63.3512L23.6829 63.0076C26.0469 61.8909 28.5828 61.2253 31.2047 61.0105H31.4841C34.3638 60.7528 37.2006 61.0534 39.9729 61.8695L40.8541 62.1272C42.8097 62.707 44.7224 63.5015 46.5277 64.4893L49.8373 66.3146C49.8373 66.3146 49.8587 66.3146 49.8802 66.3146L57.531 70.7813C57.531 70.7813 57.5524 70.7813 57.5739 70.8028L65.3751 75.7419L71.6074 79.2851C73.907 80.595 76.3355 81.7117 78.8284 82.6137C81.9446 83.7518 85.0607 84.4819 88.0694 84.7825C94.3663 85.4053 103.908 86.3502 108.142 96.3572C108.443 97.0873 108.679 97.8819 108.83 98.8267C108.98 99.7931 109.023 100.781 108.959 101.769L108.679 105.784C108.679 105.784 108.679 105.913 108.658 105.956L107.325 112.807C107.325 112.807 107.325 112.849 107.325 112.871L105.713 119.378C105.713 119.378 105.713 119.442 105.692 119.485L103.006 127.667L101.91 131.167C101.308 133.078 100.964 135.054 100.835 137.03C100.728 138.769 100.792 140.53 101.05 142.248L101.093 142.484C101.501 145.19 102.296 147.831 103.478 150.301L103.693 150.752C104.467 152.384 105.391 153.93 106.444 155.39L107.39 156.721C108.98 158.933 110.807 161.016 112.805 162.863C114.611 164.538 116.588 166.063 118.651 167.373L124.045 170.787L130.406 174.159C131.395 174.695 132.341 175.318 133.222 176.027L134.103 176.757C135.113 177.595 135.951 178.582 136.574 179.721C137.262 180.945 137.692 182.254 137.864 183.629L138.122 185.669L138.079 185.798Z\" fill=\"black\"/>\\n<path d=\"M138.939 190.93L138.38 190.5C137.864 190.114 137.477 189.598 137.241 189.019C137.133 188.782 137.069 188.546 137.026 188.288L136.618 186.034L136.36 183.951C136.209 182.77 135.844 181.631 135.242 180.601C134.684 179.634 133.974 178.775 133.115 178.067L132.234 177.337C131.438 176.692 130.579 176.113 129.676 175.64L123.272 172.247L117.835 168.79C115.664 167.415 113.644 165.848 111.774 164.108C109.69 162.176 107.82 160.05 106.165 157.73L105.22 156.399C104.124 154.853 103.157 153.221 102.34 151.524L102.125 151.073C100.878 148.475 100.019 145.683 99.6105 142.827L99.5675 142.591C99.2881 140.766 99.2237 138.897 99.3312 137.051C99.4601 134.946 99.8469 132.842 100.47 130.823L101.566 127.301L104.253 119.098L105.864 112.591L107.197 105.741L107.476 101.725C107.541 100.867 107.498 99.9861 107.369 99.1271C107.261 98.397 107.089 97.6883 106.788 97.0011C103.028 88.1537 95.033 87.037 87.9625 86.3499C84.6744 86.0277 81.4508 85.2332 78.3561 84.0951C75.7772 83.1502 73.3058 82.0121 70.9203 80.6592L64.6664 77.0944L56.8223 72.1339L49.1716 67.6672L45.862 65.8419C44.1642 64.897 42.3589 64.1454 40.4892 63.6086L39.6081 63.3509C37.0292 62.5993 34.3429 62.3201 31.678 62.5348H31.3986C28.9701 62.7496 26.6061 63.3938 24.3926 64.4246L23.6619 64.7682C21.7922 65.6486 20.0944 66.8726 18.6975 68.3973C16.8278 70.4159 15.4954 72.864 14.8292 75.5483L14.5498 76.7079C14.0555 78.748 13.9696 80.8524 14.3134 82.914L14.4638 83.8373C14.7002 85.2546 15.2375 86.6076 16.0112 87.8316C17.2576 89.7643 19.0844 91.246 21.2335 92.062L21.4054 92.1265C22.9957 92.7277 24.6935 92.964 26.3698 92.8136L29.1206 92.5559C30.3456 92.4485 31.4845 91.9547 32.3872 91.1172L32.5591 90.9668C34.042 89.6354 34.6437 87.5524 34.085 85.6412C33.6981 84.2883 32.774 83.1287 31.5275 82.463L29.314 81.2605C28.3039 80.7021 27.6807 79.6499 27.6807 78.5117V78.4473C27.6807 77.9534 27.8096 77.4595 28.046 77.03C28.5618 76.1281 29.5074 75.5698 30.5605 75.5698H32.6021C33.1823 75.5698 33.7411 75.6556 34.2999 75.806L35.8257 76.2355C37.373 76.665 38.813 77.3736 40.1024 78.3185L40.4248 78.5547C41.5638 79.3922 42.5309 80.4444 43.2616 81.6685L43.3475 81.8187C44.3146 83.4293 44.8304 85.2761 44.8304 87.1444C44.8304 88.2396 44.6585 89.3348 44.3146 90.387L44.1426 90.8809C43.5409 92.6848 42.5738 94.3383 41.2844 95.7556L40.5537 96.5502C38.9634 98.2896 37.0507 99.7069 34.9231 100.716L32.6021 101.833C30.7754 102.713 28.8412 103.293 26.8426 103.572C25.3167 103.787 23.7694 103.808 22.222 103.658H22.0716C18.7835 103.315 15.6029 102.198 12.8306 100.416C10.8104 99.1056 9.02667 97.4736 7.58679 95.5624L7.00649 94.8107C5.80301 93.2216 4.77146 91.5037 3.93332 89.6784C2.343 86.1566 1.4834 82.2912 1.4834 78.4258V77.5239C1.4834 74.947 1.84874 72.413 2.55794 69.9434C2.96627 68.5476 3.482 67.1733 4.12673 65.8419L4.90043 64.2098C6.25436 61.3537 8.18852 58.7768 10.531 56.6508C12.6156 54.7611 15.0226 53.2579 17.6445 52.1842L18.805 51.7118C22.5659 50.1871 26.5846 49.3926 30.6464 49.3926H34.9661C38.2327 49.3926 41.4993 49.8435 44.6585 50.724C47.6027 51.54 50.418 52.7426 53.0399 54.2887L61.5288 59.2493L71.8014 65.0688C75.6268 67.2377 79.8174 68.6336 84.1801 69.1919L89.8107 69.9005C91.2505 70.0723 92.712 69.922 94.0874 69.4496L95.3338 69.0201C96.5588 68.5906 97.6119 67.7531 98.2996 66.6364C99.1807 65.2191 99.3956 63.4797 98.9013 61.8906L97.2465 56.6508L94.947 50.7669C94.0659 48.5336 93.3781 46.2358 92.8409 43.8951L92.0672 40.4807C91.4655 37.8393 91.2935 35.1121 91.5514 32.4278C91.8523 29.2925 92.6905 26.2647 94.0874 23.4301L94.6461 22.2919C95.6132 20.3377 96.7522 18.491 98.0846 16.7516L98.7294 15.9141C101.007 12.9506 103.737 10.3737 106.81 8.26917C109.604 6.35796 112.634 4.85478 115.858 3.80254L116.395 3.63078C119.898 2.49264 123.551 1.8913 127.226 1.8913C131.352 1.8913 135.436 2.62144 139.304 4.06022L139.97 4.31791C144.054 5.82111 147.836 8.01151 151.188 10.7817L151.919 11.383C153.681 12.8432 155.272 14.4753 156.669 16.2791C159.162 19.5003 161.01 23.1724 162.106 27.1022L162.6 28.8845C163.46 31.9983 163.739 35.241 163.395 38.4406C163.18 40.4592 162.729 42.4349 162.063 44.3461L158.753 53.7518L155.573 60.9028C154.906 62.3845 154.563 63.9951 154.563 65.6056C154.563 67.9464 155.272 70.2441 156.604 72.1768L162.622 80.8954C165.523 85.1043 169.112 88.7979 173.238 91.8258L186.562 101.575L193.74 107.609C195.76 109.306 197.523 111.303 198.941 113.515C200.983 116.672 202.315 120.236 202.831 123.973L203.153 126.292C203.583 129.363 203.39 132.498 202.552 135.505C201.542 139.134 199.65 142.441 197.05 145.147L196.513 145.705C193.568 148.776 189.894 151.052 185.832 152.34L184.8 152.663C179.879 154.23 174.635 154.445 169.606 153.264L166.533 152.534C164.233 151.997 162.084 150.923 160.258 149.398C157.808 147.337 156.045 144.567 155.272 141.474L154.348 137.802C153.724 135.311 153.896 132.691 154.842 130.308L155.444 128.805C156.11 127.13 157.356 125.755 158.925 124.918L160.172 124.252C161.053 123.78 162.106 123.651 163.073 123.887C165.222 124.424 166.533 126.593 166.017 128.762L165.759 129.814C165.587 130.565 165.566 131.339 165.716 132.09L166.275 134.774C166.705 136.836 167.758 138.704 169.284 140.143L170.1 140.916C171.497 142.248 173.367 142.978 175.301 142.978C176.612 142.978 177.88 142.634 179.019 142.011L179.535 141.711C180.352 141.26 181.082 140.68 181.748 140.014L182.522 139.241C184.349 137.373 185.681 135.097 186.412 132.606C186.971 130.694 187.164 128.697 186.992 126.7V126.614C186.691 123.479 185.509 120.494 183.575 118.024L183.382 117.767C182.479 116.629 181.448 115.598 180.287 114.696L176.032 111.41L169.047 106.75L161.891 103.186C159.785 102.133 157.593 101.253 155.358 100.566L152.585 99.7069C151.425 99.3418 150.243 99.1271 149.061 99.0197L147.793 98.9123C146.675 98.8265 145.558 98.9123 144.505 99.213C142.786 99.6854 141.26 100.609 140.035 101.897L137.391 104.732C136.123 106.085 135.027 107.588 134.125 109.22L129.01 118.368L123.809 129.513L122.197 134.066C120.929 137.652 120.285 141.41 120.285 145.189V147.487C120.285 148.561 120.414 149.613 120.65 150.644C121.187 152.942 122.326 155.068 123.938 156.807L126.324 159.384C127.678 160.866 129.203 162.176 130.858 163.314L135.608 166.578C137.714 168.038 139.562 169.863 141.023 171.968C143.538 175.554 144.87 179.849 144.87 184.23V188.031C144.87 188.761 144.655 189.47 144.247 190.071C143.065 191.853 140.615 192.283 138.896 190.994L138.939 190.93Z\" fill=\"url(#paint6_radial_82_1903)\"/>\\n<path d=\"M141.173 192.433C140.206 192.433 139.261 192.111 138.465 191.531L137.907 191.102C137.283 190.629 136.811 190.028 136.51 189.319C136.402 189.04 136.295 188.739 136.252 188.439L135.843 186.184C135.843 186.184 135.843 186.162 135.843 186.141L135.586 184.058C135.457 182.963 135.113 181.932 134.576 180.987C134.06 180.085 133.415 179.312 132.62 178.668L131.739 177.938C130.987 177.315 130.17 176.778 129.31 176.327L122.906 172.934C122.906 172.934 122.863 172.934 122.863 172.913L117.426 169.455C115.234 168.06 113.149 166.471 111.258 164.688C109.152 162.734 107.218 160.544 105.541 158.203L104.596 156.871C103.478 155.304 102.49 153.629 101.652 151.889L101.437 151.438C100.147 148.754 99.2875 145.92 98.8577 142.978L98.8147 142.741C98.5353 140.852 98.4494 138.94 98.5783 137.051C98.7073 134.882 99.1156 132.734 99.7603 130.651L100.856 127.13L103.543 118.948L105.133 112.484L106.465 105.698L106.745 101.725C106.809 100.909 106.766 100.093 106.637 99.2988C106.508 98.5472 106.337 97.903 106.1 97.3447C104.488 93.5652 101.952 90.9453 98.3205 89.3562C95.1183 87.9389 91.5508 87.5094 87.8759 87.1444C84.6737 86.8222 81.3856 86.0492 78.076 84.8466C75.4757 83.9017 72.9398 82.7206 70.5113 81.3463L64.2574 77.7816C64.2574 77.7816 64.2574 77.7816 64.2359 77.7816L56.4133 72.8425L48.784 68.3758L45.4745 66.5505C43.8197 65.6486 42.0574 64.9184 40.2521 64.3816L39.371 64.1239C36.8781 63.3938 34.2992 63.1146 31.6988 63.3294H31.4194C29.0769 63.5441 26.7989 64.1454 24.6713 65.1547L23.9406 65.4983C22.1568 66.3358 20.5451 67.4954 19.2126 68.9556C17.4289 70.8668 16.1609 73.229 15.5376 75.763L15.2583 76.9226C14.7855 78.8767 14.6995 80.8524 15.0434 82.828L15.1938 83.7514C15.4302 85.0829 15.903 86.3283 16.6337 87.4665C17.7727 89.2488 19.5135 90.6447 21.4907 91.3963L21.6626 91.4607C23.1239 92.0191 24.7358 92.2337 26.3046 92.0834L29.0554 91.8257C30.1085 91.7399 31.1185 91.2889 31.8922 90.5803L32.0641 90.4299C33.3536 89.2703 33.8479 87.5094 33.3751 85.8559C33.0527 84.6963 32.2575 83.7085 31.183 83.1287L28.9694 81.9261C27.723 81.2389 26.9493 79.9505 26.9493 78.5117V78.4473C26.9493 77.8245 27.1212 77.2017 27.4221 76.6649C28.0668 75.5267 29.2703 74.8181 30.5812 74.8181H32.6229C33.2676 74.8181 33.9124 74.904 34.5141 75.0758L36.0399 75.5053C37.6732 75.9563 39.1991 76.7079 40.5745 77.7172L40.8969 77.9534C42.1219 78.8553 43.1319 79.972 43.9271 81.2604L44.013 81.4108C45.0661 83.1287 45.6034 85.1043 45.6034 87.1229C45.6034 88.304 45.41 89.4636 45.0446 90.6018L44.8727 91.0956C44.228 93.0068 43.2179 94.7463 41.8639 96.228L41.1333 97.0226C39.457 98.8479 37.5013 100.308 35.2663 101.36L32.9453 102.477C31.0541 103.379 29.0339 104.002 26.9708 104.281C25.3805 104.496 23.7686 104.539 22.1783 104.367H22.0279C18.6324 104.023 15.3228 102.864 12.4645 100.995C10.3584 99.6424 8.53164 97.946 7.02728 95.9703L6.44705 95.2187C5.20059 93.6082 4.14753 91.8258 3.2879 89.9575C1.65459 86.3283 0.773438 82.3341 0.773438 78.4043V77.5024C0.773438 74.8611 1.13882 72.2412 1.891 69.7072C2.29933 68.2684 2.8366 66.8512 3.50282 65.4983L4.27646 63.8662C5.69485 60.9028 7.65055 58.2829 10.079 56.071C12.2496 54.1169 14.721 52.5707 17.4073 51.4756L18.5679 51.0031C22.4362 49.4355 26.5195 48.6194 30.6887 48.6194H35.0084C38.3609 48.6194 41.6705 49.0704 44.8942 49.9938C47.8814 50.8313 50.7612 52.0554 53.4475 53.623L61.9364 58.5835L72.1876 64.4031C75.9485 66.529 80.0103 67.8819 84.2869 68.4188L89.9175 69.1274C91.2285 69.2992 92.6039 69.1489 93.8503 68.7194L95.0968 68.2899C96.1714 67.9249 97.074 67.1947 97.6757 66.2284C98.4494 65.0044 98.6213 63.5011 98.1915 62.1053L96.5367 56.9086L94.2587 51.046C93.3775 48.7912 92.6684 46.4291 92.1311 44.0669L91.3574 40.6525C90.7556 37.9252 90.5622 35.1335 90.8201 32.3634C91.121 29.1422 92.0022 26.0284 93.4205 23.1079L93.9793 21.9698C94.9678 19.9727 96.1284 18.0829 97.4823 16.322L98.1271 15.4846C100.448 12.4567 103.22 9.8368 106.38 7.6679C109.216 5.71374 112.332 4.18907 115.621 3.11535L116.158 2.94359C119.725 1.7625 123.465 1.18268 127.226 1.18268C131.459 1.18268 135.607 1.93428 139.583 3.39453L140.249 3.65221C144.418 5.19836 148.265 7.41023 151.682 10.2448L152.413 10.8461C154.218 12.3278 155.851 14.0243 157.291 15.8711C159.87 19.1781 161.74 22.9147 162.857 26.9519L163.352 28.7342C164.233 31.9553 164.512 35.2624 164.168 38.5695C163.953 40.6525 163.502 42.6925 162.793 44.6467L159.483 54.0524C159.483 54.0524 159.483 54.0954 159.462 54.1169L156.281 61.2678C155.658 62.6637 155.336 64.1454 155.336 65.67C155.336 67.8819 156.002 70.0079 157.248 71.8117L163.266 80.5303C166.124 84.6748 169.649 88.304 173.71 91.2675L187.035 101.017C187.035 101.017 187.056 101.017 187.078 101.038L194.256 107.073C196.34 108.812 198.145 110.852 199.607 113.15C201.713 116.435 203.067 120.043 203.604 123.908L203.926 126.228C204.378 129.427 204.184 132.627 203.325 135.741C202.293 139.477 200.316 142.913 197.63 145.705L197.092 146.263C194.062 149.398 190.258 151.761 186.111 153.092L185.079 153.414C180.029 155.025 174.634 155.239 169.477 154.037L166.403 153.307C163.996 152.748 161.718 151.61 159.827 150.021C157.227 147.852 155.422 144.975 154.584 141.689L153.659 138.017C152.993 135.354 153.165 132.606 154.197 130.05L154.798 128.547C155.529 126.722 156.883 125.197 158.624 124.273L159.87 123.608C160.923 123.049 162.148 122.878 163.309 123.178C165.845 123.822 167.414 126.399 166.79 128.955L166.532 130.007C166.382 130.63 166.36 131.317 166.511 131.94L167.07 134.624C167.478 136.535 168.445 138.253 169.863 139.606L170.68 140.379C171.948 141.582 173.603 142.247 175.365 142.247C176.526 142.247 177.686 141.947 178.718 141.367L179.234 141.066C179.986 140.637 180.673 140.122 181.275 139.499L182.027 138.726C183.747 136.965 185.036 134.774 185.724 132.391C186.261 130.565 186.433 128.676 186.261 126.765V126.679C185.982 123.694 184.864 120.859 182.994 118.497L182.801 118.239C181.941 117.144 180.953 116.156 179.857 115.297L175.623 112.033L168.681 107.416L161.568 103.873C159.505 102.842 157.334 101.983 155.142 101.296L152.37 100.437C151.274 100.093 150.135 99.8786 148.996 99.7713L147.728 99.6639C146.696 99.578 145.686 99.6639 144.698 99.943C143.129 100.373 141.71 101.232 140.593 102.413L137.95 105.247C136.725 106.557 135.65 108.017 134.79 109.585L129.697 118.712L124.518 129.792L122.927 134.323C121.681 137.824 121.058 141.496 121.058 145.211V147.509C121.058 148.518 121.165 149.527 121.402 150.494C121.917 152.663 122.992 154.681 124.496 156.313L126.882 158.89C128.214 160.329 129.697 161.596 131.287 162.712L136.037 165.977C138.229 167.48 140.12 169.369 141.646 171.538C144.246 175.275 145.643 179.656 145.643 184.23V188.031C145.643 188.911 145.385 189.749 144.913 190.479C144.246 191.51 143.15 192.218 141.947 192.433C141.689 192.476 141.453 192.497 141.195 192.497L141.173 192.433ZM137.326 185.926L137.735 188.16C137.778 188.353 137.821 188.546 137.907 188.739C138.1 189.212 138.422 189.598 138.809 189.92L139.368 190.35C140.034 190.844 140.851 191.037 141.667 190.908C142.484 190.758 143.193 190.307 143.645 189.62C143.967 189.126 144.139 188.568 144.139 187.988V184.187C144.139 179.935 142.85 175.855 140.421 172.354C139.003 170.314 137.24 168.575 135.199 167.158L130.449 163.894C128.751 162.734 127.183 161.36 125.786 159.856L123.4 157.279C121.702 155.454 120.521 153.199 119.94 150.773C119.682 149.678 119.553 148.561 119.553 147.444V145.147C119.553 141.26 120.22 137.437 121.509 133.765L123.121 129.213C123.121 129.213 123.121 129.17 123.142 129.148L128.343 118.003C128.343 118.003 128.343 117.96 128.365 117.96L133.479 108.812C134.425 107.137 135.564 105.569 136.854 104.173L139.497 101.339C140.808 99.9431 142.463 98.9338 144.311 98.4399C145.471 98.1178 146.675 98.0104 147.878 98.1178L149.146 98.2251C150.393 98.3325 151.639 98.5687 152.843 98.9552L155.615 99.8142C157.893 100.523 160.128 101.425 162.256 102.477L169.412 106.042C169.412 106.042 169.477 106.063 169.498 106.085L176.483 110.745C176.483 110.745 176.504 110.745 176.526 110.766L180.781 114.052C181.984 114.975 183.059 116.049 184.004 117.251L184.198 117.509C186.218 120.107 187.465 123.221 187.765 126.485V126.571C187.959 128.654 187.765 130.737 187.164 132.756C186.411 135.354 184.993 137.759 183.102 139.714L182.35 140.487C181.64 141.217 180.845 141.818 179.964 142.312L179.448 142.613C178.202 143.321 176.784 143.686 175.365 143.686C173.238 143.686 171.196 142.87 169.649 141.41L168.832 140.637C167.199 139.091 166.081 137.094 165.608 134.882L165.05 132.198C164.878 131.339 164.878 130.437 165.092 129.599L165.35 128.547C165.78 126.807 164.706 125.025 162.965 124.574C162.17 124.381 161.332 124.467 160.601 124.875L159.354 125.54C157.936 126.314 156.819 127.559 156.217 129.062L155.615 130.565C154.712 132.82 154.541 135.247 155.142 137.588L156.066 141.26C156.819 144.223 158.452 146.843 160.816 148.797C162.535 150.236 164.598 151.267 166.769 151.761L169.842 152.491C174.742 153.629 179.857 153.436 184.628 151.911L185.659 151.589C189.592 150.343 193.16 148.11 196.018 145.147L196.555 144.588C199.07 141.968 200.918 138.747 201.885 135.247C202.68 132.326 202.873 129.341 202.465 126.335L202.143 124.016C201.627 120.365 200.359 116.951 198.36 113.858C196.963 111.69 195.266 109.778 193.31 108.125L186.132 102.112L172.829 92.3626C168.617 89.2918 164.985 85.5553 162.041 81.2604L156.023 72.5419C154.605 70.4803 153.853 68.0537 153.853 65.5412C153.853 63.8018 154.218 62.1053 154.927 60.5162L158.108 53.3867L161.418 44.0025C162.062 42.1557 162.514 40.223 162.707 38.2688C163.029 35.1335 162.771 32.0198 161.933 28.9919L161.439 27.2095C160.365 23.3656 158.581 19.8009 156.131 16.6442C154.777 14.8833 153.208 13.2727 151.489 11.8554L150.758 11.2541C147.47 8.5269 143.752 6.40092 139.755 4.91919L139.089 4.66151C135.285 3.2442 131.309 2.53557 127.269 2.53557C123.658 2.53557 120.091 3.1154 116.674 4.23206L116.136 4.40383C112.999 5.43459 110.011 6.91634 107.282 8.7846C104.273 10.8461 101.609 13.3801 99.3735 16.2791L98.7288 17.1166C97.4393 18.7916 96.3003 20.6169 95.3762 22.5282L94.8174 23.6663C93.4635 26.415 92.6468 29.3355 92.3675 32.3849C92.1311 35.0047 92.303 37.6461 92.8618 40.223L93.6354 43.6374C94.1512 45.9351 94.8389 48.2115 95.6986 50.4018L97.998 56.3073C97.998 56.3073 97.998 56.3287 97.998 56.3502L99.6529 61.5899C100.233 63.3938 99.9753 65.3479 98.9867 66.9585C98.213 68.204 97.0095 69.1704 95.6341 69.6428L94.3876 70.0723C92.9047 70.5876 91.3144 70.7595 89.7671 70.5662L84.1365 69.8576C79.6664 69.2992 75.4112 67.8819 71.4783 65.6486L61.2057 59.829L52.7169 54.8685C50.138 53.3653 47.3871 52.1842 44.5073 51.3896C41.4127 50.5307 38.232 50.0797 35.0299 50.0797H30.7102C26.7344 50.0797 22.8446 50.8313 19.1482 52.3345L17.9876 52.807C15.4517 53.8377 13.1307 55.2979 11.0891 57.1232C8.78957 59.1848 6.96282 61.6543 5.63039 64.446L4.85669 66.0781C4.25494 67.3665 3.73918 68.6979 3.33085 70.0508C2.62166 72.4559 2.27782 74.9255 2.27782 77.4165V78.3185C2.27782 82.0335 3.09444 85.8345 4.66328 89.2489C5.45844 91.0312 6.46852 92.7062 7.62903 94.2309L8.20926 94.9825C9.60616 96.8293 11.3255 98.3969 13.2811 99.6639C15.946 101.382 19.0192 102.477 22.1783 102.778H22.3288C23.8116 102.928 25.2945 102.907 26.7774 102.713C28.7116 102.456 30.5597 101.876 32.322 101.038L34.643 99.9216C36.6847 98.9338 38.5114 97.5809 40.0373 95.9274L40.768 95.1328C41.9929 93.8014 42.8955 92.2553 43.4758 90.5373L43.6477 90.0434C43.9701 89.0771 44.142 88.0677 44.142 87.0584C44.142 85.319 43.6692 83.6011 42.7666 82.1194L42.6806 81.969C41.9929 80.8309 41.1118 79.8645 40.0373 79.07L39.7149 78.8338C38.4899 77.9319 37.1359 77.2662 35.6746 76.8581L34.1487 76.4287C33.6544 76.2999 33.1602 76.2354 32.6444 76.2354H30.6028C29.8291 76.2354 29.1199 76.6434 28.7546 77.3306C28.5826 77.6527 28.4752 78.0178 28.4752 78.3829V78.4473C28.4752 79.3277 28.948 80.1223 29.7216 80.5303L31.9352 81.7329C33.3536 82.5059 34.4067 83.8159 34.858 85.362C35.4812 87.5739 34.815 89.9146 33.1172 91.4607L32.9453 91.6111C31.9352 92.5345 30.6027 93.1143 29.2488 93.2216L26.498 93.4793C24.7143 93.6511 22.866 93.3934 21.1897 92.7492L21.0179 92.6848C18.7398 91.8258 16.7412 90.2152 15.4302 88.1752C14.5921 86.8652 14.0333 85.4479 13.7754 83.9017L13.625 82.9783C13.2596 80.788 13.3241 78.5976 13.8614 76.4501L14.1408 75.2906C14.8285 72.4989 16.2254 69.922 18.181 67.8175C19.6639 66.2284 21.4047 64.9399 23.3819 64.0165L24.1125 63.673C26.4121 62.5992 28.8405 61.955 31.3764 61.7403H31.6558C34.4281 61.5041 37.2004 61.7832 39.8653 62.5562L40.7464 62.814C42.6591 63.3723 44.5074 64.1453 46.2696 65.1117L49.5792 66.937L57.23 71.4037C57.23 71.4037 57.2299 71.4037 57.2514 71.4037L65.0741 76.3428L71.328 79.886C73.6705 81.2174 76.1204 82.3556 78.6563 83.279C81.8369 84.4386 85.0176 85.1902 88.0908 85.4909C91.7442 85.8559 95.5696 86.3284 98.9867 87.8316C102.984 89.5925 105.778 92.4485 107.54 96.6145C107.819 97.2802 108.034 98.0319 108.163 98.9123C108.314 99.8357 108.357 100.759 108.271 101.682L107.991 105.698C107.991 105.698 107.991 105.763 107.991 105.784L106.659 112.634C106.659 112.634 106.659 112.656 106.659 112.677L105.047 119.184V119.227L102.361 127.43L101.265 130.931C100.663 132.885 100.276 134.925 100.147 136.986C100.04 138.769 100.104 140.594 100.362 142.376L100.405 142.613C100.813 145.404 101.63 148.11 102.855 150.644L103.07 151.095C103.865 152.77 104.811 154.359 105.885 155.862L106.831 157.194C108.464 159.448 110.312 161.553 112.354 163.443C114.202 165.139 116.201 166.685 118.307 168.038L123.723 171.474L130.105 174.867C131.051 175.382 131.954 175.984 132.792 176.649L133.673 177.379C134.597 178.152 135.392 179.076 135.972 180.128C136.617 181.245 137.004 182.469 137.176 183.757L137.434 185.819L137.326 185.926Z\" fill=\"url(#paint7_linear_82_1903)\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_82_1903\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(201.354 106.243) rotate(105.481) scale(47.1138 75.0613)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint1_linear_82_1903\" x1=\"221.248\" y1=\"42.499\" x2=\"182.31\" y2=\"115.257\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.17\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.77\" stop-color=\"#292929\"/>\\n<stop offset=\"0.91\" stop-color=\"#564E39\"/>\\n<stop offset=\"1\" stop-color=\"#FFE29E\"/>\\n</linearGradient>\\n<radialGradient id=\"paint2_radial_82_1903\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(72.8775 88.7956) rotate(99.0969) scale(57.1546 55.2776)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<radialGradient id=\"paint3_radial_82_1903\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(72.8785 88.7967) rotate(99.0969) scale(57.1546 55.2776)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint4_linear_82_1903\" x1=\"99.6749\" y1=\"84.6544\" x2=\"22.0839\" y2=\"189.12\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.22\" stop-color=\"#292929\"/>\\n<stop offset=\"0.43\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.64\" stop-color=\"#564E39\"/>\\n</linearGradient>\\n<radialGradient id=\"paint5_radial_82_1903\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(132.066 -4.91906) rotate(100.118) scale(159.497 170.9)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<radialGradient id=\"paint6_radial_82_1903\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(132.067 -4.91974) rotate(100.118) scale(159.497 170.9)\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"1\" stop-color=\"#BE9832\"/>\\n</radialGradient>\\n<linearGradient id=\"paint7_linear_82_1903\" x1=\"208.762\" y1=\"59.3351\" x2=\"6.46227\" y2=\"156.349\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.15\" stop-color=\"#FBDE9B\"/>\\n<stop offset=\"0.23\" stop-color=\"#726851\"/>\\n<stop offset=\"0.3\" stop-color=\"#292929\"/>\\n<stop offset=\"0.46\" stop-color=\"#564E39\"/>\\n<stop offset=\"0.72\" stop-color=\"#FFE29E\"/>\\n<stop offset=\"0.92\" stop-color=\"#292929\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',height:\"100%\",id:\"gqlrUhzIV\",layoutId:\"gqlrUhzIV\",name:\"3\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:144,pixelWidth:185,src:\"https://framerusercontent.com/images/JYEGu3NuLWJlPLNiOxi84Xz7g.svg\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vdrt3o\",\"data-framer-name\":\"COLORS-CONTENT\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10na2oc\",\"data-styles-preset\":\"TmyWQQ7bN\",children:\"Couleurs\"})}),className:\"framer-19h2zqi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t7c96f\",\"data-framer-name\":\"M-CONTAINER\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gplorh-container\",\"data-framer-name\":\"1\",isModuleExternal:true,name:\"1\",nodeId:\"OvzquU73F\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#FFE29E\",height:\"100%\",id:\"OvzquU73F\",layoutId:\"OvzquU73F\",name:\"1\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#FFE29E\",URg6vnQM0:\"rgb(255, 226, 158)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(69, 61, 44, 0.7)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eeatst-container\",\"data-framer-name\":\"2\",isModuleExternal:true,name:\"2\",nodeId:\"tAarTCn0q\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#BE9833\",height:\"100%\",id:\"tAarTCn0q\",layoutId:\"tAarTCn0q\",name:\"2\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#BE9833\",URg6vnQM0:\"rgb(190, 152, 51)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(92, 74, 29, 0.7)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+175},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-thv5k-container\",\"data-framer-name\":\"3\",isModuleExternal:true,name:\"3\",nodeId:\"UiZiENMhk\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#FDEBC3\",height:\"100%\",id:\"UiZiENMhk\",layoutId:\"UiZiENMhk\",name:\"3\",NLya6A6tE:\"\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#FDEBC3\",URg6vnQM0:\"rgb(253, 235, 195)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(138, 121, 85, 0.7)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+175},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zq35od-container\",\"data-framer-name\":\"4\",isModuleExternal:true,name:\"4\",nodeId:\"b4kbySyfk\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#D6BF82\",height:\"100%\",id:\"b4kbySyfk\",layoutId:\"b4kbySyfk\",name:\"4\",NLya6A6tE:\"\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#D6BF82\",URg6vnQM0:\"rgb(214, 191, 130)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(138, 121, 85, 0.7)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+350},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+500}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fjwj8v-container\",\"data-framer-name\":\"5\",isModuleExternal:true,name:\"5\",nodeId:\"loGjuAlcz\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#FAF3E7\",height:\"100%\",id:\"loGjuAlcz\",layoutId:\"loGjuAlcz\",name:\"5\",NLya6A6tE:\"\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#FAF3E7\",URg6vnQM0:\"rgb(250, 243, 231)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(181, 168, 139, 0.7)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+350},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+500}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sjqw0k-container\",\"data-framer-name\":\"6\",isModuleExternal:true,name:\"6\",nodeId:\"YEoZJKCII\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#EDE6D1\",height:\"100%\",id:\"YEoZJKCII\",layoutId:\"YEoZJKCII\",name:\"6\",NLya6A6tE:\"\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#EDE6D1\",URg6vnQM0:\"rgb(237, 230, 209)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(181, 161, 107, 0.7)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+525},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+750}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+750,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14v0q9q-container\",\"data-framer-name\":\"7\",isModuleExternal:true,name:\"7\",nodeId:\"P7EHICwcL\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#6B6B6B\",height:\"100%\",id:\"P7EHICwcL\",layoutId:\"P7EHICwcL\",name:\"7\",NLya6A6tE:\"\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#6B6B6B\",URg6vnQM0:\"rgb(107, 107, 107)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(227, 227, 227)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:165,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) - 10px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+1604.4+0+72+0+525},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+1704.4+0+82+0+750}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+1724.4+0+92+0+750,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2koach-container\",\"data-framer-name\":\"8\",isModuleExternal:true,name:\"8\",nodeId:\"S82kld8Dp\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:false,gq_M7uaJY:\"#3B3B3B\",height:\"100%\",id:\"S82kld8Dp\",layoutId:\"S82kld8Dp\",name:\"8\",NLya6A6tE:\"\",P0lURrPIk:true,style:{width:\"100%\"},ujre5x4NJ:\"#3B3B3B\",URg6vnQM0:\"rgb(59, 59, 59)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(227, 227, 227)\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xu0eb7\",\"data-framer-name\":\"TYPOS-CONTENT\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10na2oc\",\"data-styles-preset\":\"TmyWQQ7bN\",children:\"Typographie\"})}),className:\"framer-kcquxm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfjg1b\",\"data-framer-name\":\"M-CONTAINER\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:350,width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px)`,y:(componentViewport?.y||0)+0+100+0+0+2446.4+0+72+0+0},wM1SYYKj3:{width:`min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px)`,y:(componentViewport?.y||0)+0+100+0+2856.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:`min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px)`,y:(componentViewport?.y||0)+0+100+0+2886.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x2lmoy-container\",isModuleExternal:true,nodeId:\"q9duaUz7t\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(AssetBox1,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/1lDz77pSt905NRjojsAbMMOOuSk.zip\",gq_M7uaJY:\"\",height:\"100%\",id:\"q9duaUz7t\",layoutId:\"q9duaUz7t\",NLya6A6tE:getLocalizedValue(\"v14\",activeLocale)??\"LOGO\",P0lURrPIk:false,qBDuJnQlg:addImageAlt({pixelHeight:20,pixelWidth:164,src:\"https://framerusercontent.com/images/CL3CudvxMCyKFn4TInGuLhNo.svg\"},\"\"),style:{height:\"100%\",width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(17, 17, 17)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgba(92, 74, 29, 0.7)\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xwmtp8\",\"data-framer-name\":\"CHARTE-CONTENT\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10na2oc\",\"data-styles-preset\":\"TmyWQQ7bN\",children:\"Charte Graphique\"})}),className:\"framer-div0en\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g92a1z\",\"data-framer-name\":\"M-CONTAINER\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:350,width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) * 0.9989)`,y:(componentViewport?.y||0)+0+100+0+0+2948.4+0+72+0+0},wM1SYYKj3:{width:`calc(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) * 0.9989)`,y:(componentViewport?.y||0)+0+100+0+3498.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:`calc(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) * 0.9989)`,y:(componentViewport?.y||0)+0+100+0+3538.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nf5tph-container\",isModuleExternal:true,nodeId:\"C4iG3KkMf\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(AssetBox1,{brw7cHUkZ:true,cJA2GLhJy:\"https://framerusercontent.com/assets/3LD47fYtzplS3uYD1Z3fgScZeMg.pdf\",gq_M7uaJY:\"\",height:\"100%\",id:\"C4iG3KkMf\",layoutId:\"C4iG3KkMf\",NLya6A6tE:getLocalizedValue(\"v14\",activeLocale)??\"LOGO\",P0lURrPIk:false,qBDuJnQlg:addImageAlt({pixelHeight:1050,pixelWidth:1977,src:\"https://framerusercontent.com/images/SMkoPeKGZg8BsdZahFKht5OV8E.png\",srcSet:\"https://framerusercontent.com/images/SMkoPeKGZg8BsdZahFKht5OV8E.png?scale-down-to=512 512w,https://framerusercontent.com/images/SMkoPeKGZg8BsdZahFKht5OV8E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SMkoPeKGZg8BsdZahFKht5OV8E.png 1977w\"},\"\"),style:{height:\"100%\",width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(17, 17, 17)\",variant:\"fLliKXKRe\",width:\"100%\",WsViBcbq7:\"rgba(92, 74, 29, 0.7)\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-35mx17\",\"data-framer-name\":\"DIVISIONS-CONTENT\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10na2oc\",\"data-styles-preset\":\"TmyWQQ7bN\",children:\"Filiales\"})}),className:\"framer-1v5ji4t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ye3u3k\",\"data-framer-name\":\"M-CONTAINER\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) * 0.9989 - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+3450.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) * 0.9989 - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+4140.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) * 0.9989 - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+4190.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p7im8x-container\",\"data-framer-name\":\"1\",isModuleExternal:true,name:\"1\",nodeId:\"FOJV4DCWi\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,gq_M7uaJY:\"\",height:\"100%\",id:\"FOJV4DCWi\",layoutId:\"FOJV4DCWi\",name:\"1\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:688,pixelWidth:1128,src:\"https://framerusercontent.com/images/fUirixALythjqwc5Lw35ldIrrXM.png\",srcSet:\"https://framerusercontent.com/images/fUirixALythjqwc5Lw35ldIrrXM.png?scale-down-to=512 512w,https://framerusercontent.com/images/fUirixALythjqwc5Lw35ldIrrXM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fUirixALythjqwc5Lw35ldIrrXM.png 1128w\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) * 0.9989 - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+3450.4+0+72+0+0},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) * 0.9989 - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+4140.4+0+82+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) * 0.9989 - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+4190.4+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sfpcy4-container\",\"data-framer-name\":\"2\",isModuleExternal:true,name:\"2\",nodeId:\"QlmLEVqQE\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,gq_M7uaJY:\"\",height:\"100%\",id:\"QlmLEVqQE\",layoutId:\"QlmLEVqQE\",name:\"2\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:688,pixelWidth:1564,src:\"https://framerusercontent.com/images/hhCGf4lgDCUD7tVtomphLdjpNxM.png\",srcSet:\"https://framerusercontent.com/images/hhCGf4lgDCUD7tVtomphLdjpNxM.png?scale-down-to=512 512w,https://framerusercontent.com/images/hhCGf4lgDCUD7tVtomphLdjpNxM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hhCGf4lgDCUD7tVtomphLdjpNxM.png 1564w\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px, 900px) * 0.9989 - 20px) / 2, 165px)`,y:(componentViewport?.y||0)+0+100+0+0+3450.4+0+72+0+240},wM1SYYKj3:{width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 1px) - 40px, 900px) * 0.9989 - 30px) / 2, 350px)`,y:(componentViewport?.y||0)+0+100+0+4140.4+0+82+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 300px, 1px) - 40px, 900px) * 0.9989 - 30px) / 2, 400px)`,y:(componentViewport?.y||0)+0+100+0+4190.4+0+92+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qexnpk-container\",\"data-framer-name\":\"3\",isModuleExternal:true,name:\"3\",nodeId:\"TpbAiIIVp\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AssetBox,{brw7cHUkZ:true,gq_M7uaJY:\"\",height:\"100%\",id:\"TpbAiIIVp\",layoutId:\"TpbAiIIVp\",name:\"3\",NLya6A6tE:\"LOGO\",P0lURrPIk:true,qBDuJnQlg:addImageAlt({pixelHeight:688,pixelWidth:1108,src:\"https://framerusercontent.com/images/sx8yvTLWSClSvv2uY9Nsqoy2aVk.png\",srcSet:\"https://framerusercontent.com/images/sx8yvTLWSClSvv2uY9Nsqoy2aVk.png?scale-down-to=512 512w,https://framerusercontent.com/images/sx8yvTLWSClSvv2uY9Nsqoy2aVk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sx8yvTLWSClSvv2uY9Nsqoy2aVk.png 1108w\"},\"\"),style:{width:\"100%\"},ujre5x4NJ:\"\",URg6vnQM0:\"rgb(255, 255, 255)\",variant:\"nT3KAlMhz\",width:\"100%\",WsViBcbq7:\"rgb(148, 148, 148)\"})})})})})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{height:50,width:\"50px\"},wM1SYYKj3:{height:50,width:\"50px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"70px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bsr4e3-container\",layoutScroll:true,nodeId:\"CXAUyE1lk\",scopeId:\"R9vU1Beyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ca5WTT2_R:{variant:\"mZOVXlZcX\"},wM1SYYKj3:{variant:\"YRn3Johz1\"}},children:/*#__PURE__*/_jsx(LightDark,{height:\"100%\",id:\"CXAUyE1lk\",layoutId:\"CXAUyE1lk\",style:{height:\"100%\",width:\"100%\"},variant:\"AKEFQRRlQ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IltCK.framer-zgaxie, .framer-IltCK .framer-zgaxie { display: block; }\",\".framer-IltCK.framer-1bsz96p { align-content: flex-start; align-items: flex-start; background-color: var(--token-ef423f49-dc16-41d6-b446-bcd5be189094, #ffffff); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 250px 0px; position: relative; width: 1200px; }\",\".framer-IltCK .framer-1xrd4qu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1300px; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-IltCK .framer-1bso755 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 20px 20px 20px; position: sticky; top: 100px; width: 250px; z-index: 1; }\",\".framer-IltCK .framer-1oblrsi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-IltCK .framer-95q1c5-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-IltCK .framer-1k9xsh2, .framer-IltCK .framer-1va0s90, .framer-IltCK .framer-1scolyn, .framer-IltCK .framer-rz2ze6, .framer-IltCK .framer-118o37o, .framer-IltCK .framer-1ohoedu, .framer-IltCK .framer-iolyaw, .framer-IltCK .framer-1eewxxy, .framer-IltCK .framer-192uni6, .framer-IltCK .framer-744qm5, .framer-IltCK .framer-19h2zqi, .framer-IltCK .framer-kcquxm, .framer-IltCK .framer-div0en, .framer-IltCK .framer-1v5ji4t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IltCK .framer-1sliwqz, .framer-IltCK .framer-1wdti3u, .framer-IltCK .framer-qo30mt, .framer-IltCK .framer-cu1i8x, .framer-IltCK .framer-i3eti2, .framer-IltCK .framer-jjkhcj { align-content: center; align-items: center; background-color: var(--token-c68bad3b-84d3-4301-a000-58efc8d8d5af, rgba(230, 230, 230, 0.7)); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-IltCK .framer-h70fhr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1px; }\",\".framer-IltCK .framer-16ndign { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-IltCK .framer-1ic7aqy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IltCK .framer-1bfzpq, .framer-IltCK .framer-9r3av8, .framer-IltCK .framer-vdrt3o, .framer-IltCK .framer-xu0eb7, .framer-IltCK .framer-1xwmtp8, .framer-IltCK .framer-35mx17 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-IltCK .framer-kz9mi2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-IltCK .framer-7olzmy, .framer-IltCK .framer-12abwic, .framer-IltCK .framer-1ye3u3k { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(400px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IltCK .framer-63m80o-container, .framer-IltCK .framer-tp3lvi-container, .framer-IltCK .framer-13q5zkz-container, .framer-IltCK .framer-1d4umpq-container, .framer-IltCK .framer-15ijj66-container, .framer-IltCK .framer-crho6i-container, .framer-IltCK .framer-1ip0ib8-container, .framer-IltCK .framer-1gplorh-container, .framer-IltCK .framer-eeatst-container, .framer-IltCK .framer-thv5k-container, .framer-IltCK .framer-zq35od-container, .framer-IltCK .framer-1fjwj8v-container, .framer-IltCK .framer-1sjqw0k-container, .framer-IltCK .framer-14v0q9q-container, .framer-IltCK .framer-2koach-container, .framer-IltCK .framer-p7im8x-container, .framer-IltCK .framer-1sfpcy4-container, .framer-IltCK .framer-qexnpk-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-IltCK .framer-t7c96f { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(400px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IltCK .framer-bfjg1b, .framer-IltCK .framer-1g92a1z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IltCK .framer-x2lmoy-container, .framer-IltCK .framer-1nf5tph-container { flex: none; height: 460px; position: relative; width: 100%; }\",\".framer-IltCK .framer-1bsr4e3-container { flex: none; height: 70px; position: fixed; right: 0px; top: 0px; width: 70px; z-index: 10; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-IltCK.framer-1bsz96p { width: 810px; } .framer-IltCK .framer-1bfzpq, .framer-IltCK .framer-9r3av8, .framer-IltCK .framer-vdrt3o, .framer-IltCK .framer-xu0eb7, .framer-IltCK .framer-1xwmtp8, .framer-IltCK .framer-35mx17 { gap: 40px; } .framer-IltCK .framer-7olzmy, .framer-IltCK .framer-12abwic, .framer-IltCK .framer-t7c96f, .framer-IltCK .framer-1ye3u3k { grid-template-columns: repeat(2, minmax(350px, 1fr)); } .framer-IltCK .framer-1bsr4e3-container { height: 50px; width: 50px; }}\",\"@media (max-width: 809px) { .framer-IltCK.framer-1bsz96p { width: 390px; } .framer-IltCK .framer-1xrd4qu { flex-direction: column; } .framer-IltCK .framer-h70fhr { flex: none; gap: 80px; width: 100%; } .framer-IltCK .framer-1bfzpq, .framer-IltCK .framer-9r3av8, .framer-IltCK .framer-vdrt3o, .framer-IltCK .framer-xu0eb7, .framer-IltCK .framer-1xwmtp8, .framer-IltCK .framer-35mx17 { gap: 30px; } .framer-IltCK .framer-7olzmy, .framer-IltCK .framer-12abwic, .framer-IltCK .framer-1ye3u3k { gap: 20px; grid-template-columns: repeat(2, minmax(165px, 1fr)); } .framer-IltCK .framer-63m80o-container, .framer-IltCK .framer-tp3lvi-container, .framer-IltCK .framer-13q5zkz-container, .framer-IltCK .framer-1d4umpq-container, .framer-IltCK .framer-15ijj66-container, .framer-IltCK .framer-crho6i-container, .framer-IltCK .framer-1ip0ib8-container, .framer-IltCK .framer-x2lmoy-container, .framer-IltCK .framer-p7im8x-container, .framer-IltCK .framer-1sfpcy4-container, .framer-IltCK .framer-qexnpk-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); } .framer-IltCK .framer-t7c96f { gap: 10px; grid-template-columns: repeat(2, minmax(165px, 1fr)); } .framer-IltCK .framer-1gplorh-container, .framer-IltCK .framer-eeatst-container, .framer-IltCK .framer-thv5k-container, .framer-IltCK .framer-zq35od-container, .framer-IltCK .framer-1fjwj8v-container, .framer-IltCK .framer-1sjqw0k-container, .framer-IltCK .framer-14v0q9q-container, .framer-IltCK .framer-2koach-container { height: 165px; } .framer-IltCK .framer-1nf5tph-container { aspect-ratio: 0.9985714285714286 / 1; height: var(--framer-aspect-ratio-supported, 200px); } .framer-IltCK .framer-1bsr4e3-container { height: 50px; width: 50px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4920\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wM1SYYKj3\":{\"layout\":[\"fixed\",\"auto\"]},\"Ca5WTT2_R\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate false\n * @framerScrollSections {\"X87cTpPNV\":{\"pattern\":\":X87cTpPNV\",\"name\":\"logos\"},\"iw1AhOAtp\":{\"pattern\":\":iw1AhOAtp\",\"name\":\"icons\"},\"s9G95jMj9\":{\"pattern\":\":s9G95jMj9\",\"name\":\"colors\"},\"oe5iMDfnl\":{\"pattern\":\":oe5iMDfnl\",\"name\":\"typo\"},\"AyBBXWzeb\":{\"pattern\":\":AyBBXWzeb\",\"name\":\"charte\"},\"b1BRHIy2N\":{\"pattern\":\":b1BRHIy2N\",\"name\":\"filiales\"}}\n * @framerResponsiveScreen\n */const FramerR9vU1Beyd=withCSS(Component,css,\"framer-IltCK\");export default FramerR9vU1Beyd;FramerR9vU1Beyd.displayName=\"Page\";FramerR9vU1Beyd.defaultProps={height:4920,width:1200};addFonts(FramerR9vU1Beyd,[{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\"}]},...PhosphorFonts,...AssetBoxFonts,...AssetBox1Fonts,...LightDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR9vU1Beyd\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4920\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"X87cTpPNV\\\":{\\\"pattern\\\":\\\":X87cTpPNV\\\",\\\"name\\\":\\\"logos\\\"},\\\"iw1AhOAtp\\\":{\\\"pattern\\\":\\\":iw1AhOAtp\\\",\\\"name\\\":\\\"icons\\\"},\\\"s9G95jMj9\\\":{\\\"pattern\\\":\\\":s9G95jMj9\\\",\\\"name\\\":\\\"colors\\\"},\\\"oe5iMDfnl\\\":{\\\"pattern\\\":\\\":oe5iMDfnl\\\",\\\"name\\\":\\\"typo\\\"},\\\"AyBBXWzeb\\\":{\\\"pattern\\\":\\\":AyBBXWzeb\\\",\\\"name\\\":\\\"charte\\\"},\\\"b1BRHIy2N\\\":{\\\"pattern\\\":\\\":b1BRHIy2N\\\",\\\"name\\\":\\\"filiales\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wM1SYYKj3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ca5WTT2_R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__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", "DownloadFonts", "getFonts", "Download", "PhosphorFonts", "Icon", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "MotionDivWithFX", "motion", "DownloadControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableVariantMap", "getProps", "downloadv2", "file", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "b4qB4RbvG", "lKzkQrxBm", "VE1xv9Vgl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapi2dc09", "args", "onMouseEntervwtt17", "overlay", "loadMore", "onAppear10r29ci", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "LayoutGroup", "l", "u", "ComponentViewportProvider", "AnimatePresence", "Floating", "RichText", "css", "FramerE91EvtkVD", "withCSS", "E91EvtkVD_default", "addPropertyControls", "ControlType", "addFonts", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "ClipboardFonts", "Clipboard", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableVariantMap", "getProps", "content", "copy", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "v2PmJ_uEO", "GKZo8DLO9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapx0lpff", "args", "onMouseEnterupml6a", "overlay", "loadMore", "onAppearuuqwal", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "LayoutGroup", "l", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "RichText", "css", "FramerfERcmpp47", "withCSS", "fERcmpp47_default", "addPropertyControls", "ControlType", "addFonts", "DownloadFonts", "getFonts", "Download", "PhosphorFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "CopyButtonV2Fonts", "fERcmpp47_default", "DownloadButtonV2Controls", "getPropertyControls", "E91EvtkVD_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "toResponsiveImage", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "t", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "clipboard", "colorCode", "content", "downloadv2", "file", "height", "id", "preview", "textColor", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "cJA2GLhJy", "URg6vnQM0", "qBDuJnQlg", "NLya6A6tE", "gq_M7uaJY", "brw7cHUkZ", "P0lURrPIk", "ujre5x4NJ", "WsViBcbq7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "visible1", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "css", "FramerYtJbU_Q9x", "withCSS", "YtJbU_Q9x_default", "addPropertyControls", "ControlType", "addFonts", "DownloadFonts", "getFonts", "Download", "PhosphorFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "CopyButtonV2Fonts", "fERcmpp47_default", "DownloadButtonV2Controls", "getPropertyControls", "E91EvtkVD_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "toResponsiveImage", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "t", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "clipboard", "colorCode", "content", "downloadv2", "file", "height", "id", "preview", "textColor", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "cJA2GLhJy", "URg6vnQM0", "qBDuJnQlg", "NLya6A6tE", "gq_M7uaJY", "brw7cHUkZ", "P0lURrPIk", "ujre5x4NJ", "WsViBcbq7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "visible1", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "css", "FramerYtJbU_Q9x", "withCSS", "YtJbU_Q9x_default", "addPropertyControls", "ControlType", "addFonts", "SingleToggleFonts", "getFonts", "Vuw93iw32_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "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", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameroxCaK_pM4", "withCSS", "oxCaK_pM4_default", "addPropertyControls", "ControlType", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "PhosphorFonts", "getFonts", "Icon", "AssetBoxFonts", "YtJbU_Q9x_default", "AssetBox1Fonts", "LightDarkFonts", "oxCaK_pM4_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "ComponentViewportProvider", "Container", "getLocalizedValue", "RichText", "x", "PropertyOverrides2", "css", "FramerR9vU1Beyd", "withCSS", "R9vU1Beyd_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
