{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/vbaJXlyVEeIvuEevvudG/rCFm5HF6GVagmMq4atm9/UnicornStudioEmbed.js", "ssg:https://framerusercontent.com/modules/0DQDn1R5rjNUAwhTjKgM/98phQPcqP0MJgQKKRD9o/IV87HzmEY.js", "ssg:https://framerusercontent.com/modules/0Fkd6fb2isox4RsUZMcA/tqgifN0Fg3Z1kXAr3JaK/BdFIppM8T.js", "ssg:https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/Ycw95yYPzpr98rHtCJMh/BlurGradient.js", "ssg:https://framerusercontent.com/modules/Fh6nD8OmnM1WEPhTUgRl/xI5UZeOeCV2ome7nG9Ys/nnLozAhJj.js", "ssg:https://framerusercontent.com/modules/BAakOxlK2jxb75qz5MWY/rYbGHeOn5Q0Ep6ZZYWkX/aGWM7oZws.js", "ssg:https://framerusercontent.com/modules/C0sTSh9ZRJO5TBguheTC/lsNfRdvtvQihQK9f1ru5/ETrLNq9pF.js", "ssg:https://framerusercontent.com/modules/ZEK2iFNmF1NLZCdqw3bC/blKCAdmFbxb70tTMU41X/rW8LhgSpq.js", "ssg:https://framerusercontent.com/modules/2EZEjfeT6m3hJQdFPoCJ/mn5dQwgKAS7PPHFz7nFB/F0xv7EnMY.js", "ssg:https://framerusercontent.com/modules/i2oRqOpZEXtrutUplvfG/u0YOJqC52FpEFC1Eu778/OO8xoDtsj.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 800\n */export default function UnicornStudioEmbed(props){const elementRef=useRef(null);const sceneRef=useRef(null);useEffect(()=>{const isEditingOrPreviewing=[\"CANVAS\",\"PREVIEW\"].includes(RenderTarget.current());if(RenderTarget.current()===\"CANVAS\"){return;}const initializeScript=callback=>{const existingScript=document.querySelector('script[src^=\"https://cdn.unicorn.studio\"]');if(!existingScript){const script=document.createElement(\"script\");script.src=\"https://cdn.unicorn.studio/v1.3.2/unicornStudio.umd.js\";script.onload=callback;document.head.appendChild(script);}else{callback();}};const initializeUnicornStudio=()=>{const query=props.projectId.split(\"?\");const projectId=query[0];const production=query[1]&&query[1].includes(\"production\");const cacheBuster=isEditingOrPreviewing?\"?update=\"+Math.random():\"\";elementRef.current.setAttribute(\"data-us-project\",projectId+cacheBuster);if(production){elementRef.current.setAttribute(\"data-us-production\",1);}if(window.UnicornStudio){var _window_UnicornStudio_scenes;const existingScene=(_window_UnicornStudio_scenes=window.UnicornStudio.scenes)===null||_window_UnicornStudio_scenes===void 0?void 0:_window_UnicornStudio_scenes.find(scene=>scene.element===elementRef.current||scene.element.contains(elementRef.current));if(existingScene){existingScene.destroy();}else{window.UnicornStudio.destroy();}window.UnicornStudio.init().then(scenes=>{const ourScene=scenes.find(scene=>scene.element===elementRef.current||scene.element.contains(elementRef.current));if(ourScene){sceneRef.current=ourScene;}});}};if(props.projectId){if(window.UnicornStudio){initializeUnicornStudio();}else{initializeScript(initializeUnicornStudio);}}return()=>{if(sceneRef.current){sceneRef.current.destroy();sceneRef.current=null;}};},[props.projectId]);if(RenderTarget.current()===\"CANVAS\"){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\",height:\"100%\",backgroundColor:\"rgba(0, 0, 0, 0.15)\",color:\"#4B5563\",fontWeight:500,textAlign:\"center\",padding:\"16px\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"1.25rem\",marginBottom:\"12px\"},children:\"Scene will render in Preview and on your published site.\"}),!props.projectId?/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"1rem\",color:\"#EF4444\"},children:\"No project ID, please export your scene and add its project ID in the detail panel.\"}):\" \"]});}return /*#__PURE__*/_jsx(\"div\",{ref:elementRef,\"data-us-dpi\":props.dpi,\"data-us-scale\":props.scale,\"data-us-fps\":props.fps,\"data-us-altText\":props.altText,\"data-us-ariaLabel\":props.ariaLabel,\"data-us-lazyload\":props.lazyLoad?\"true\":\"\",style:{width:\"100%\",height:\"100%\",...props.style},children:props.header&&/*#__PURE__*/_jsx(\"h1\",{style:{width:\"1px\",height:\"1px\",margin:\"-1px\",padding:\"0\",overflow:\"hidden\",clip:\"rect(0, 0, 0, 0)\",border:\"0\"},children:props.header})});}UnicornStudioEmbed.displayName=\"Unicorn Studio Embed\";addPropertyControls(UnicornStudioEmbed,{projectId:{type:ControlType.String,title:\"Project ID\"},scale:{type:ControlType.Number,title:\"Scale\",defaultValue:1,min:.25,max:1,step:.01},dpi:{type:ControlType.Number,title:\"DPI\",defaultValue:1.5,min:.5,max:2,step:.1},fps:{type:ControlType.Number,title:\"FPS\",defaultValue:60,min:10,max:120,step:5},header:{type:ControlType.String,title:\"H1 text\"},altText:{type:ControlType.String,title:\"Alt text\"},ariaLabel:{type:ControlType.String,title:\"Aria label\"},lazyLoad:{type:ControlType.Boolean,title:\"Lazy Load\",defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UnicornStudioEmbed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"800\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UnicornStudioEmbed.map", "// Generated by Framer (0847096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-56chi .framer-styles-preset-r41wvq:not(.rich-text-wrapper), .framer-56chi .framer-styles-preset-r41wvq.rich-text-wrapper a { --framer-link-hover-text-color: #ffffff; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-56chi\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Audio}from\"https://framerusercontent.com/modules/NRKVbMFYrBaqL0rx532t/o1XmI0MqgEIlgDIKXNDR/Audio.js\";import UnicornStudioEmbed from\"https://framerusercontent.com/modules/vbaJXlyVEeIvuEevvudG/rCFm5HF6GVagmMq4atm9/UnicornStudioEmbed.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/0DQDn1R5rjNUAwhTjKgM/98phQPcqP0MJgQKKRD9o/IV87HzmEY.js\";const AudioFonts=getFonts(Audio);const UnicornStudioEmbedFonts=getFonts(UnicornStudioEmbed);const MotionFooterWithFX=withFX(motion.footer);const cycleOrder=[\"No7Sr3h93\",\"sacJxRYE2\",\"Hc9v7C_RV\",\"aFSNW9EBm\",\"gzKmMYa1z\",\"UMTMmpJVb\",\"UYN59_u68\",\"JBVBuH0nt\",\"OjCwVq2Bd\",\"YtJ4rzgvO\",\"oFSrD6O7z\",\"nlVU4pvIo\",\"vSaV31IhS\",\"O6FBnFNR6\",\"cKwioLpm2\",\"TRnw2RkWL\",\"OpdAOdk_t\",\"U0ysFLGt9\"];const serializationHash=\"framer-NBT3a\";const variantClassNames={aFSNW9EBm:\"framer-v-kkya3p\",cKwioLpm2:\"framer-v-1c9lqke\",gzKmMYa1z:\"framer-v-117kr1c\",Hc9v7C_RV:\"framer-v-10kjj3u\",JBVBuH0nt:\"framer-v-gmczfq\",nlVU4pvIo:\"framer-v-1wojue9\",No7Sr3h93:\"framer-v-1ttyizx\",O6FBnFNR6:\"framer-v-hn6ix9\",oFSrD6O7z:\"framer-v-a92872\",OjCwVq2Bd:\"framer-v-v8icum\",OpdAOdk_t:\"framer-v-2trtos\",sacJxRYE2:\"framer-v-4zuk1b\",TRnw2RkWL:\"framer-v-15itb79\",U0ysFLGt9:\"framer-v-1wpffh9\",UMTMmpJVb:\"framer-v-pmv9wo\",UYN59_u68:\"framer-v-r3jgfd\",vSaV31IhS:\"framer-v-mnr2sl\",YtJ4rzgvO:\"framer-v-aur5ti\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:1.2,type:\"spring\"};const animation={filter:\"blur(8px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:.4,type:\"spring\"};const getTextEffect=ref=>({effect:animation,repeat:true,startDelay:.8,target:{ref},threshold:.5,tokenization:\"word\",transition:transition2,trigger:\"onScrollTarget\",type:\"appear\"});const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Default\":\"UYN59_u68\",\"Desktop - Transient\":\"JBVBuH0nt\",\"Desktop - WebGL\":\"OjCwVq2Bd\",\"Laptop - Default\":\"No7Sr3h93\",\"Laptop - Transient\":\"sacJxRYE2\",\"Laptop - WebGL\":\"Hc9v7C_RV\",\"Large Desktop - Default\":\"aFSNW9EBm\",\"Large Desktop - Transient\":\"gzKmMYa1z\",\"Large Desktop - WebGL\":\"UMTMmpJVb\",\"Phone - Default\":\"TRnw2RkWL\",\"Phone - Transient\":\"OpdAOdk_t\",\"Phone - WebGL\":\"U0ysFLGt9\",\"Tablet L - Default\":\"YtJ4rzgvO\",\"Tablet L - Transient\":\"oFSrD6O7z\",\"Tablet L - WebGL\":\"nlVU4pvIo\",\"Tablet P - Default\":\"vSaV31IhS\",\"Tablet P - Transient\":\"O6FBnFNR6\",\"Tablet P - WebGL\":\"cKwioLpm2\"};const getProps=({height,id,legalMsg,revealSection,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,C1oHNhHo_:revealSection!==null&&revealSection!==void 0?revealSection:props.C1oHNhHo_,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"No7Sr3h93\",W1lOO5D8U:legalMsg!==null&&legalMsg!==void 0?legalMsg:props.W1lOO5D8U};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,C1oHNhHo_,W1lOO5D8U,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"No7Sr3h93\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearu57pcn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Hc9v7C_RV\"),400);});const onAppear1pp4qnk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"UMTMmpJVb\"),400);});const onAppear1dbcjji=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OjCwVq2Bd\"),400);});const onAppear15d4hoq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nlVU4pvIo\"),400);});const onAppear1hyermw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cKwioLpm2\"),400);});const onAppearp15kxo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"U0ysFLGt9\"),400);});const onTapgvxoh9=activeVariantCallback(async(...args)=>{if(W1lOO5D8U){const res=await W1lOO5D8U(...args);if(res===false)return false;}});useOnVariantChange(baseVariant,{gzKmMYa1z:onAppear1pp4qnk,JBVBuH0nt:onAppear1dbcjji,O6FBnFNR6:onAppear1hyermw,oFSrD6O7z:onAppear15d4hoq,OpdAOdk_t:onAppearp15kxo,sacJxRYE2:onAppearu57pcn});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"sacJxRYE2\",\"Hc9v7C_RV\",\"gzKmMYa1z\",\"UMTMmpJVb\",\"JBVBuH0nt\",\"OjCwVq2Bd\",\"oFSrD6O7z\",\"nlVU4pvIo\",\"O6FBnFNR6\",\"cKwioLpm2\",\"OpdAOdk_t\",\"U0ysFLGt9\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionFooterWithFX,{...restProps,...gestureHandlers,__framer__spring:{bounce:0,damping:60,delay:0,duration:.6,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:C1oHNhHo_,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ttyizx\",className,classNames),\"data-framer-name\":\"Laptop - Default\",layoutDependency:layoutDependency,layoutId:\"No7Sr3h93\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aFSNW9EBm:{\"data-framer-name\":\"Large Desktop - Default\"},cKwioLpm2:{\"data-framer-name\":\"Tablet P - WebGL\"},gzKmMYa1z:{\"data-framer-name\":\"Large Desktop - Transient\",\"data-highlight\":true},Hc9v7C_RV:{\"data-framer-name\":\"Laptop - WebGL\"},JBVBuH0nt:{\"data-framer-name\":\"Desktop - Transient\",\"data-highlight\":true},nlVU4pvIo:{\"data-framer-name\":\"Tablet L - WebGL\"},O6FBnFNR6:{\"data-framer-name\":\"Tablet P - Transient\",\"data-highlight\":true},oFSrD6O7z:{\"data-framer-name\":\"Tablet L - Transient\",\"data-highlight\":true},OjCwVq2Bd:{\"data-framer-name\":\"Desktop - WebGL\"},OpdAOdk_t:{\"data-framer-name\":\"Phone - Transient\",\"data-highlight\":true},sacJxRYE2:{\"data-framer-name\":\"Laptop - Transient\",\"data-highlight\":true},TRnw2RkWL:{\"data-framer-name\":\"Phone - Default\"},U0ysFLGt9:{\"data-framer-name\":\"Phone - WebGL\"},UMTMmpJVb:{\"data-framer-name\":\"Large Desktop - WebGL\"},UYN59_u68:{\"data-framer-name\":\"Desktop - Default\"},vSaV31IhS:{\"data-framer-name\":\"Tablet P - Default\"},YtJ4rzgvO:{\"data-framer-name\":\"Tablet L - Default\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})}),className:\"framer-ao7w8j\",effect:getTextEffect(C1oHNhHo_),fonts:[\"GF;Lexend Deca-regular\"],layoutDependency:layoutDependency,layoutId:\"qTXcbQMXi\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aFSNW9EBm:{effect:undefined,viewBox:\"0 0 1238 59\"},cKwioLpm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})})},gzKmMYa1z:{effect:undefined,viewBox:\"0 0 1238 59\"},JBVBuH0nt:{effect:undefined,viewBox:\"0 0 1238 59\"},nlVU4pvIo:{effect:undefined,viewBox:\"0 0 1238 59\"},O6FBnFNR6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})})},oFSrD6O7z:{effect:undefined,viewBox:\"0 0 1238 59\"},OjCwVq2Bd:{effect:undefined,viewBox:\"0 0 1238 59\"},OpdAOdk_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})})},TRnw2RkWL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})})},U0ysFLGt9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})})},UMTMmpJVb:{effect:undefined,viewBox:\"0 0 1238 59\"},UYN59_u68:{effect:undefined,viewBox:\"0 0 1238 59\"},vSaV31IhS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Your next chapter may be written in places you've yet to see.\"})})},YtJ4rzgvO:{effect:undefined,viewBox:\"0 0 1238 59\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hkisca\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"LfEiIpPL0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ya1vn0\",\"data-framer-name\":\"Scapia Info\",layoutDependency:layoutDependency,layoutId:\"a4uPHp9lk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y1ojov\",\"data-border\":true,\"data-framer-name\":\"Scapia Logo\",layoutDependency:layoutDependency,layoutId:\"JHSOhICcL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.3)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RICYuR8Uj\"},nodeId:\"eCVcvDZ03\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gupdhc framer-1oa77ja\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"eCVcvDZ03\",children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",sizes:\"80px\",src:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png\",srcSet:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png 769w\"},className:\"framer-3s7uqv\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"R9SsPImDp\",...addPropertyOverrides({OpdAOdk_t:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+488+0+0+0+0+0+0+24),sizes:\"80px\",src:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png\",srcSet:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png 769w\"}},TRnw2RkWL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+488+0+0+0+0+0+0+24),sizes:\"80px\",src:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png\",srcSet:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png 769w\"}},U0ysFLGt9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+488+0+0+0+0+0+0+24),sizes:\"80px\",src:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png\",srcSet:\"https://framerusercontent.com/images/pA8FgTldZbnkwcQXH85DyjV7xPo.png 769w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mobyeq\",\"data-border\":true,\"data-framer-name\":\"Scapia Spell\",layoutDependency:layoutDependency,layoutId:\"GBYqHmeFV\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"skay-pea-uh\"})}),className:\"framer-lgsh0d\",\"data-framer-name\":\"skay-pea-uh\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"HO3tj61Ry\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4fr2c\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"jEp_6jhIL\",style:{opacity:.7},whileHover:animation1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gc6787-container\",layoutDependency:layoutDependency,layoutId:\"qNBxxkCW8-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,font:{},gap:15,height:\"100%\",id:\"qNBxxkCW8\",isMixedBorderRadius:false,layoutId:\"qNBxxkCW8\",loop:false,onPlayGlobalPauseOption:\"continue\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:false,showTrack:false,srcFile:\"https://framerusercontent.com/assets/n9AhznVX5lHTLGZQofgUsLF2qY.m4a\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/music/preview/mixkit-tech-house-vibes-130.mp3\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,trackColor:\"rgb(255, 255, 255)\",volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ad7de\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"h9sotAkG1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 17\"><g transform=\"translate(0.77 0.888)\" id=\"ss9166815732_1\"><path d=\"M 0 16 L 0 0 L 16 0 L 16 16 Z\" fill=\"transparent\"></path><path d=\"M 9.719 1.551 C 9.635 1.51 9.541 1.493 9.448 1.503 C 9.355 1.513 9.267 1.548 9.193 1.606 L 4.828 5 L 2 5 C 1.735 5 1.48 5.105 1.293 5.293 C 1.105 5.48 1 5.735 1 6 L 1 10 C 1 10.265 1.105 10.52 1.293 10.707 C 1.48 10.895 1.735 11 2 11 L 4.828 11 L 9.193 14.394 C 9.267 14.452 9.355 14.487 9.449 14.497 C 9.542 14.507 9.635 14.49 9.72 14.449 C 9.804 14.408 9.874 14.344 9.924 14.265 C 9.974 14.185 10 14.094 10 14 L 10 2 C 10 1.906 9.974 1.815 9.924 1.735 C 9.874 1.656 9.804 1.592 9.719 1.551 Z M 2 6 L 4.5 6 L 4.5 10 L 2 10 Z M 9 12.978 L 5.5 10.256 L 5.5 5.744 L 9 3.023 Z M 12.375 6.348 C 12.777 6.804 12.999 7.392 12.999 8 C 12.999 8.608 12.777 9.196 12.375 9.653 C 12.287 9.75 12.164 9.808 12.033 9.815 C 11.902 9.822 11.773 9.778 11.675 9.691 C 11.576 9.604 11.516 9.482 11.506 9.351 C 11.497 9.22 11.54 9.091 11.625 8.991 C 11.866 8.717 11.999 8.365 11.999 8 C 11.999 7.635 11.866 7.283 11.625 7.009 C 11.54 6.909 11.497 6.78 11.506 6.649 C 11.516 6.518 11.576 6.396 11.675 6.309 C 11.773 6.222 11.902 6.178 12.033 6.185 C 12.164 6.192 12.287 6.25 12.375 6.348 Z M 15.5 8 C 15.501 9.23 15.047 10.417 14.227 11.334 C 14.138 11.43 14.014 11.488 13.883 11.494 C 13.752 11.5 13.624 11.455 13.526 11.367 C 13.428 11.279 13.369 11.157 13.361 11.026 C 13.352 10.895 13.396 10.766 13.482 10.667 C 14.138 9.934 14.5 8.984 14.5 8 C 14.5 7.016 14.138 6.067 13.482 5.334 C 13.437 5.285 13.402 5.228 13.379 5.166 C 13.357 5.103 13.346 5.037 13.35 4.971 C 13.353 4.905 13.369 4.84 13.398 4.78 C 13.426 4.72 13.466 4.666 13.516 4.622 C 13.565 4.578 13.623 4.544 13.685 4.522 C 13.748 4.5 13.814 4.491 13.881 4.495 C 13.947 4.5 14.012 4.517 14.071 4.546 C 14.13 4.576 14.183 4.617 14.227 4.667 C 15.048 5.583 15.501 6.77 15.5 8 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9166815732,withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dyekmx\",\"data-framer-name\":\"Critical Info\",layoutDependency:layoutDependency,layoutId:\"OShAWcdxF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\"},children:\"\\xa9 SCAPIA TECHNOLOGY PVT. LTD. 2022-24\"})}),className:\"framer-jp5o7g\",\"data-framer-name\":\"\\xa9 SCAPIA TECHNOLOGY PVT. LTD. 2022-24\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"XMTv2eeZi\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iahyn0\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"obi_QG3WL\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:.1}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(241, 246, 251, 0.7))\"},children:[\"Scapia Federal Credit Card is issued and managed by Federal Bank. All transactions facilitated through your Scapia \u2026 \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(241, 246, 251))\"},children:\"read more \u203A\"})]})}),className:\"framer-owz5i1\",\"data-framer-name\":\"Scapia Federal Credit Card is issued and managed by Federal Bank. All transactions facilitated through your Scapia \u2026 read more \u203A\",\"data-highlight\":true,fonts:[\"GF;Lexend Deca-regular\"],layoutDependency:layoutDependency,layoutId:\"Ih8cUBA8J\",onTap:onTapgvxoh9,style:{\"--extracted-1w3ko1f\":\"rgb(241, 246, 251)\",\"--extracted-r6o4lv\":\"rgba(241, 246, 251, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vcran0\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"en9rxOM3Y\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:.1}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h0uzqz\",\"data-framer-name\":\"Contact Info\",layoutDependency:layoutDependency,layoutId:\"gZXpPVJmP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:[\"Fraud or stolen card?\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(255, 255, 255))\"},children:\" Call us \u203A\"})]})}),className:\"framer-jj2u0l\",\"data-framer-name\":\"Fraud or stolen card? Call us \u203A\",fonts:[\"GF;Lexend Deca-regular\"],layoutDependency:layoutDependency,layoutId:\"YXYn7Azvq\",style:{\"--extracted-1w3ko1f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\"Have questions?\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-3sq8v0, rgb(255, 255, 255))\"},children:\" \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-c9yw3e, rgb(255, 255, 255))\"},children:\"Chat with us \u203A\"})]})}),className:\"framer-82kyhe\",\"data-framer-name\":\"Have questions? Chat with us \u203A\",fonts:[\"GF;Lexend Deca-regular\"],layoutDependency:layoutDependency,layoutId:\"yq6lHrmz8\",style:{\"--extracted-3sq8v0\":\"rgb(255, 255, 255)\",\"--extracted-c9yw3e\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-157235r\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"PF9ROPh6n\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-111vgb6\",\"data-framer-name\":\"Scapia Cards\",layoutDependency:layoutDependency,layoutId:\"mkKtj1AAK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\",\"--framer-text-transform\":\"uppercase\"},children:\"Scapia Cards\"})}),className:\"framer-18r3e6x\",\"data-framer-name\":\"Scapia Cards\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"UVx8ko89z\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-kpyxmi\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"BLC9ztqDa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{SqIBnB85S:\"scapia-trip-or-treat\"},unresolvedPathSlugs:{SqIBnB85S:{collectionId:\"lIOSemfMQ\",collectionItemId:\"cWSUQA9aR\"}},webPageId:\"pqfCfuCSA\"},nodeId:\"qZDfpaNMI\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r41wvq\",\"data-styles-preset\":\"IV87HzmEY\",children:\"Card\"})})})}),className:\"framer-1hvh1xn\",\"data-framer-name\":\"Card\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"qZDfpaNMI\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Team\"})}),className:\"framer-shsflh\",\"data-framer-name\":\"Team\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"xdqVg4wUw\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Product\"})}),className:\"framer-uyu3yy\",\"data-framer-name\":\"Product\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"rtr8KL_1I\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nx8wdm\",\"data-framer-name\":\"Scapia World\",layoutDependency:layoutDependency,layoutId:\"i0OuBcv1o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\",\"--framer-text-transform\":\"uppercase\"},children:\"Scapia World\"})}),className:\"framer-pxhyif\",\"data-framer-name\":\"Scapia World\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"mJ_WpESwJ\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-wn1et\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"SA3NkYqEe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b6G6yctkA\"},nodeId:\"qlPcHdhjh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r41wvq\",\"data-styles-preset\":\"IV87HzmEY\",children:\"Blog\"})})})}),className:\"framer-1xasvuh\",\"data-framer-name\":\"Blog\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"qlPcHdhjh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"About\"})}),className:\"framer-1tndlbg\",\"data-framer-name\":\"Blog\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"nDyw2uASh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vd6y3eGLb\"},nodeId:\"IOVn2_pn4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r41wvq\",\"data-styles-preset\":\"IV87HzmEY\",children:\"Releases\"})})})}),className:\"framer-16j0yzw\",\"data-framer-name\":\"Releases\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"IOVn2_pn4\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"a8oiZqeEs\"},nodeId:\"RynJKgRRm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r41wvq\",\"data-styles-preset\":\"IV87HzmEY\",children:\"Newsroom\"})})})}),className:\"framer-ruipa3\",\"data-framer-name\":\"Product\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"RynJKgRRm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d4xl8b\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"gcLjco8lm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\",\"--framer-text-transform\":\"uppercase\"},children:\"Legal\"})}),className:\"framer-ucvyuw\",\"data-framer-name\":\"Legal\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"WISXvAimH\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-62mxdi\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"rRHdumSzA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Glossary\"})}),className:\"framer-vrtfq9\",\"data-framer-name\":\"Glossary\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"pfcvjtof6\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Legal\"})}),className:\"framer-11nc0wr\",\"data-framer-name\":\"Legal\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"t1defhjPv\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"CVP Details\"})}),className:\"framer-18xhbwo\",\"data-framer-name\":\"CVP Details\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"X0UjStmlv\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Terms & Conditions\"})}),className:\"framer-11ky6wz\",\"data-framer-name\":\"Terms & Conditions\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"Fo856O1uo\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5lix40\",\"data-framer-name\":\"Support\",layoutDependency:layoutDependency,layoutId:\"ncKYjK0xw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\",\"--framer-text-transform\":\"uppercase\"},children:\"Support\"})}),className:\"framer-12kve5y\",\"data-framer-name\":\"Support\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"TuXBLX9Jk\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-c57xqp\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"wV_xLIOcR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Support\"})}),className:\"framer-10ol60a\",\"data-framer-name\":\"Support\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"zth4QIhgk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Helpline\"})}),className:\"framer-1h19tq7\",\"data-framer-name\":\"Helpline\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"YgBVbQouW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,as:\"li\",children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Raise a Complaint\"})}),className:\"framer-24of26\",\"data-framer-name\":\"Raise a Complaint\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"K57caFPsn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1983,pixelWidth:2968,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/x5sRi0pNM86sHwqRjGq8gY0h8.jpg\",srcSet:\"https://framerusercontent.com/images/x5sRi0pNM86sHwqRjGq8gY0h8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/x5sRi0pNM86sHwqRjGq8gY0h8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x5sRi0pNM86sHwqRjGq8gY0h8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/x5sRi0pNM86sHwqRjGq8gY0h8.jpg 2968w\"},className:\"framer-pmbdjw\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"XpaksIV0K\",style:{opacity:.1}}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-idy42-container\",\"data-framer-name\":\"UC - Foliage\",layoutDependency:layoutDependency,layoutId:\"aebhc9Au5-container\",name:\"UC - Foliage\",style:{opacity:0},variants:{cKwioLpm2:{opacity:1},Hc9v7C_RV:{opacity:1},nlVU4pvIo:{opacity:1},OjCwVq2Bd:{opacity:1},U0ysFLGt9:{opacity:1},UMTMmpJVb:{opacity:1}},children:/*#__PURE__*/_jsx(UnicornStudioEmbed,{altText:\"\",ariaLabel:\"\",dpi:1,fps:30,header:\"\",height:\"100%\",id:\"aebhc9Au5\",layoutId:\"aebhc9Au5\",lazyLoad:true,name:\"UC - Foliage\",projectId:\"jmfJUoafkYCGghzBwPeW\",scale:1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ekojlr\",\"data-framer-name\":\"Color\",layoutDependency:layoutDependency,layoutId:\"uFhQO6Gw0\",style:{backgroundColor:\"rgb(206, 62, 0)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NBT3a.framer-1oa77ja, .framer-NBT3a .framer-1oa77ja { display: block; }\",\".framer-NBT3a.framer-1ttyizx { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; padding: 40px; position: relative; width: 1360px; }\",\".framer-NBT3a .framer-ao7w8j { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 3; }\",\".framer-NBT3a .framer-1hkisca { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-NBT3a .framer-ya1vn0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NBT3a .framer-1y1ojov { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 144px; }\",\".framer-NBT3a .framer-1gupdhc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-NBT3a .framer-3s7uqv { aspect-ratio: 0.7553191213491233 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 106px); position: relative; width: 80px; }\",\".framer-NBT3a .framer-mobyeq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px; position: relative; width: 100%; }\",\".framer-NBT3a .framer-lgsh0d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NBT3a .framer-4fr2c { align-content: center; align-items: center; cursor: pointer; 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-NBT3a .framer-1gc6787-container { flex: none; height: 14px; left: calc(52.94117647058826% - 14px / 2); position: absolute; top: calc(52.94117647058826% - 14px / 2); width: 14px; z-index: 1; }\",\".framer-NBT3a .framer-1ad7de { flex: none; height: 17px; position: relative; width: 17px; }\",\".framer-NBT3a .framer-1dyekmx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NBT3a .framer-jp5o7g, .framer-NBT3a .framer-jj2u0l, .framer-NBT3a .framer-82kyhe, .framer-NBT3a .framer-18r3e6x, .framer-NBT3a .framer-pxhyif, .framer-NBT3a .framer-ucvyuw, .framer-NBT3a .framer-12kve5y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NBT3a .framer-1iahyn0, .framer-NBT3a .framer-vcran0 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-NBT3a .framer-owz5i1 { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NBT3a .framer-1h0uzqz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NBT3a .framer-157235r { display: grid; flex: 1 0 0px; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NBT3a .framer-111vgb6, .framer-NBT3a .framer-nx8wdm, .framer-NBT3a .framer-d4xl8b, .framer-NBT3a .framer-5lix40 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NBT3a .framer-kpyxmi, .framer-NBT3a .framer-wn1et, .framer-NBT3a .framer-62mxdi, .framer-NBT3a .framer-c57xqp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; list-style: none; margin: 0px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NBT3a .framer-1hvh1xn, .framer-NBT3a .framer-1xasvuh, .framer-NBT3a .framer-16j0yzw, .framer-NBT3a .framer-ruipa3 { --framer-custom-cursors: pointer; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-NBT3a .framer-shsflh, .framer-NBT3a .framer-uyu3yy, .framer-NBT3a .framer-1tndlbg, .framer-NBT3a .framer-vrtfq9, .framer-NBT3a .framer-11nc0wr, .framer-NBT3a .framer-18xhbwo, .framer-NBT3a .framer-11ky6wz, .framer-NBT3a .framer-10ol60a, .framer-NBT3a .framer-1h19tq7, .framer-NBT3a .framer-24of26 { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-NBT3a .framer-pmbdjw { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: hard-light; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 2; }\",\".framer-NBT3a .framer-idy42-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-NBT3a .framer-1ekojlr { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a .framer-1hkisca, .framer-NBT3a .framer-ya1vn0, .framer-NBT3a .framer-1y1ojov, .framer-NBT3a .framer-1gupdhc, .framer-NBT3a .framer-4fr2c, .framer-NBT3a .framer-1dyekmx, .framer-NBT3a .framer-1h0uzqz, .framer-NBT3a .framer-111vgb6, .framer-NBT3a .framer-kpyxmi, .framer-NBT3a .framer-nx8wdm, .framer-NBT3a .framer-wn1et, .framer-NBT3a .framer-d4xl8b, .framer-NBT3a .framer-62mxdi, .framer-NBT3a .framer-5lix40, .framer-NBT3a .framer-c57xqp { gap: 0px; } .framer-NBT3a .framer-1hkisca > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-NBT3a .framer-1hkisca > :first-child, .framer-NBT3a .framer-ya1vn0 > :first-child, .framer-NBT3a .framer-1gupdhc > :first-child, .framer-NBT3a .framer-4fr2c > :first-child { margin-left: 0px; } .framer-NBT3a .framer-1hkisca > :last-child, .framer-NBT3a .framer-ya1vn0 > :last-child, .framer-NBT3a .framer-1gupdhc > :last-child, .framer-NBT3a .framer-4fr2c > :last-child { margin-right: 0px; } .framer-NBT3a .framer-ya1vn0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-NBT3a .framer-1y1ojov > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NBT3a .framer-1y1ojov > :first-child, .framer-NBT3a .framer-1dyekmx > :first-child, .framer-NBT3a .framer-1h0uzqz > :first-child, .framer-NBT3a .framer-111vgb6 > :first-child, .framer-NBT3a .framer-kpyxmi > :first-child, .framer-NBT3a .framer-nx8wdm > :first-child, .framer-NBT3a .framer-wn1et > :first-child, .framer-NBT3a .framer-d4xl8b > :first-child, .framer-NBT3a .framer-62mxdi > :first-child, .framer-NBT3a .framer-5lix40 > :first-child, .framer-NBT3a .framer-c57xqp > :first-child { margin-top: 0px; } .framer-NBT3a .framer-1y1ojov > :last-child, .framer-NBT3a .framer-1dyekmx > :last-child, .framer-NBT3a .framer-1h0uzqz > :last-child, .framer-NBT3a .framer-111vgb6 > :last-child, .framer-NBT3a .framer-kpyxmi > :last-child, .framer-NBT3a .framer-nx8wdm > :last-child, .framer-NBT3a .framer-wn1et > :last-child, .framer-NBT3a .framer-d4xl8b > :last-child, .framer-NBT3a .framer-62mxdi > :last-child, .framer-NBT3a .framer-5lix40 > :last-child, .framer-NBT3a .framer-c57xqp > :last-child { margin-bottom: 0px; } .framer-NBT3a .framer-1gupdhc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NBT3a .framer-4fr2c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NBT3a .framer-1dyekmx > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-NBT3a .framer-1h0uzqz > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-NBT3a .framer-111vgb6 > *, .framer-NBT3a .framer-nx8wdm > *, .framer-NBT3a .framer-d4xl8b > *, .framer-NBT3a .framer-5lix40 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NBT3a .framer-kpyxmi > *, .framer-NBT3a .framer-wn1et > *, .framer-NBT3a .framer-62mxdi > *, .framer-NBT3a .framer-c57xqp > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-NBT3a.framer-v-kkya3p.framer-1ttyizx, .framer-NBT3a.framer-v-117kr1c.framer-1ttyizx, .framer-NBT3a.framer-v-pmv9wo.framer-1ttyizx { height: 1080px; width: 1840px; }\",\".framer-NBT3a.framer-v-kkya3p .framer-ao7w8j, .framer-NBT3a.framer-v-117kr1c .framer-ao7w8j, .framer-NBT3a.framer-v-pmv9wo .framer-ao7w8j, .framer-NBT3a.framer-v-r3jgfd .framer-ao7w8j, .framer-NBT3a.framer-v-gmczfq .framer-ao7w8j, .framer-NBT3a.framer-v-v8icum .framer-ao7w8j, .framer-NBT3a.framer-v-aur5ti .framer-ao7w8j, .framer-NBT3a.framer-v-a92872 .framer-ao7w8j, .framer-NBT3a.framer-v-1wojue9 .framer-ao7w8j { white-space: pre; }\",\".framer-NBT3a.framer-v-r3jgfd.framer-1ttyizx, .framer-NBT3a.framer-v-gmczfq.framer-1ttyizx, .framer-NBT3a.framer-v-v8icum.framer-1ttyizx { height: 900px; width: 1560px; }\",\".framer-NBT3a.framer-v-aur5ti.framer-1ttyizx, .framer-NBT3a.framer-v-a92872.framer-1ttyizx, .framer-NBT3a.framer-v-1wojue9.framer-1ttyizx { width: 1080px; }\",\".framer-NBT3a.framer-v-mnr2sl.framer-1ttyizx, .framer-NBT3a.framer-v-hn6ix9.framer-1ttyizx, .framer-NBT3a.framer-v-1c9lqke.framer-1ttyizx { height: 1080px; width: 640px; }\",\".framer-NBT3a.framer-v-mnr2sl .framer-1hkisca, .framer-NBT3a.framer-v-hn6ix9 .framer-1hkisca, .framer-NBT3a.framer-v-1c9lqke .framer-1hkisca { flex-direction: column; gap: 60px; }\",\".framer-NBT3a.framer-v-mnr2sl .framer-ya1vn0, .framer-NBT3a.framer-v-hn6ix9 .framer-ya1vn0, .framer-NBT3a.framer-v-1c9lqke .framer-ya1vn0, .framer-NBT3a.framer-v-15itb79 .framer-1dyekmx, .framer-NBT3a.framer-v-2trtos .framer-1dyekmx, .framer-NBT3a.framer-v-1wpffh9 .framer-1dyekmx { flex: none; width: 100%; }\",\".framer-NBT3a.framer-v-mnr2sl .framer-157235r, .framer-NBT3a.framer-v-hn6ix9 .framer-157235r, .framer-NBT3a.framer-v-1c9lqke .framer-157235r { flex: none; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a.framer-v-mnr2sl .framer-1hkisca { gap: 0px; } .framer-NBT3a.framer-v-mnr2sl .framer-1hkisca > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NBT3a.framer-v-mnr2sl .framer-1hkisca > :first-child { margin-top: 0px; } .framer-NBT3a.framer-v-mnr2sl .framer-1hkisca > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a.framer-v-hn6ix9 .framer-1hkisca { gap: 0px; } .framer-NBT3a.framer-v-hn6ix9 .framer-1hkisca > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NBT3a.framer-v-hn6ix9 .framer-1hkisca > :first-child { margin-top: 0px; } .framer-NBT3a.framer-v-hn6ix9 .framer-1hkisca > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a.framer-v-1c9lqke .framer-1hkisca { gap: 0px; } .framer-NBT3a.framer-v-1c9lqke .framer-1hkisca > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NBT3a.framer-v-1c9lqke .framer-1hkisca > :first-child { margin-top: 0px; } .framer-NBT3a.framer-v-1c9lqke .framer-1hkisca > :last-child { margin-bottom: 0px; } }\",\".framer-NBT3a.framer-v-15itb79.framer-1ttyizx, .framer-NBT3a.framer-v-2trtos.framer-1ttyizx, .framer-NBT3a.framer-v-1wpffh9.framer-1ttyizx { align-content: flex-start; align-items: flex-start; gap: 320px; height: min-content; justify-content: flex-start; min-height: unset; padding: 32px; width: 340px; }\",\".framer-NBT3a.framer-v-15itb79 .framer-1hkisca, .framer-NBT3a.framer-v-2trtos .framer-1hkisca, .framer-NBT3a.framer-v-1wpffh9 .framer-1hkisca { flex-direction: column; }\",\".framer-NBT3a.framer-v-15itb79 .framer-ya1vn0, .framer-NBT3a.framer-v-2trtos .framer-ya1vn0, .framer-NBT3a.framer-v-1wpffh9 .framer-ya1vn0 { flex: none; flex-direction: column; gap: 60px; max-width: unset; width: 100%; }\",\".framer-NBT3a.framer-v-15itb79 .framer-157235r, .framer-NBT3a.framer-v-2trtos .framer-157235r, .framer-NBT3a.framer-v-1wpffh9 .framer-157235r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; width: 100%; }\",\".framer-NBT3a.framer-v-15itb79 .framer-111vgb6, .framer-NBT3a.framer-v-15itb79 .framer-nx8wdm, .framer-NBT3a.framer-v-15itb79 .framer-d4xl8b, .framer-NBT3a.framer-v-15itb79 .framer-5lix40, .framer-NBT3a.framer-v-2trtos .framer-111vgb6, .framer-NBT3a.framer-v-2trtos .framer-nx8wdm, .framer-NBT3a.framer-v-2trtos .framer-d4xl8b, .framer-NBT3a.framer-v-2trtos .framer-5lix40, .framer-NBT3a.framer-v-1wpffh9 .framer-111vgb6, .framer-NBT3a.framer-v-1wpffh9 .framer-nx8wdm, .framer-NBT3a.framer-v-1wpffh9 .framer-d4xl8b, .framer-NBT3a.framer-v-1wpffh9 .framer-5lix40 { align-self: unset; height: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a.framer-v-15itb79.framer-1ttyizx, .framer-NBT3a.framer-v-15itb79 .framer-1hkisca, .framer-NBT3a.framer-v-15itb79 .framer-ya1vn0, .framer-NBT3a.framer-v-15itb79 .framer-157235r { gap: 0px; } .framer-NBT3a.framer-v-15itb79.framer-1ttyizx > * { margin: 0px; margin-bottom: calc(320px / 2); margin-top: calc(320px / 2); } .framer-NBT3a.framer-v-15itb79.framer-1ttyizx > :first-child, .framer-NBT3a.framer-v-15itb79 .framer-1hkisca > :first-child, .framer-NBT3a.framer-v-15itb79 .framer-ya1vn0 > :first-child, .framer-NBT3a.framer-v-15itb79 .framer-157235r > :first-child { margin-top: 0px; } .framer-NBT3a.framer-v-15itb79.framer-1ttyizx > :last-child, .framer-NBT3a.framer-v-15itb79 .framer-1hkisca > :last-child, .framer-NBT3a.framer-v-15itb79 .framer-ya1vn0 > :last-child, .framer-NBT3a.framer-v-15itb79 .framer-157235r > :last-child { margin-bottom: 0px; } .framer-NBT3a.framer-v-15itb79 .framer-1hkisca > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-NBT3a.framer-v-15itb79 .framer-ya1vn0 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NBT3a.framer-v-15itb79 .framer-157235r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a.framer-v-2trtos.framer-1ttyizx, .framer-NBT3a.framer-v-2trtos .framer-1hkisca, .framer-NBT3a.framer-v-2trtos .framer-ya1vn0, .framer-NBT3a.framer-v-2trtos .framer-157235r { gap: 0px; } .framer-NBT3a.framer-v-2trtos.framer-1ttyizx > * { margin: 0px; margin-bottom: calc(320px / 2); margin-top: calc(320px / 2); } .framer-NBT3a.framer-v-2trtos.framer-1ttyizx > :first-child, .framer-NBT3a.framer-v-2trtos .framer-1hkisca > :first-child, .framer-NBT3a.framer-v-2trtos .framer-ya1vn0 > :first-child, .framer-NBT3a.framer-v-2trtos .framer-157235r > :first-child { margin-top: 0px; } .framer-NBT3a.framer-v-2trtos.framer-1ttyizx > :last-child, .framer-NBT3a.framer-v-2trtos .framer-1hkisca > :last-child, .framer-NBT3a.framer-v-2trtos .framer-ya1vn0 > :last-child, .framer-NBT3a.framer-v-2trtos .framer-157235r > :last-child { margin-bottom: 0px; } .framer-NBT3a.framer-v-2trtos .framer-1hkisca > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-NBT3a.framer-v-2trtos .framer-ya1vn0 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NBT3a.framer-v-2trtos .framer-157235r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBT3a.framer-v-1wpffh9.framer-1ttyizx, .framer-NBT3a.framer-v-1wpffh9 .framer-1hkisca, .framer-NBT3a.framer-v-1wpffh9 .framer-ya1vn0, .framer-NBT3a.framer-v-1wpffh9 .framer-157235r { gap: 0px; } .framer-NBT3a.framer-v-1wpffh9.framer-1ttyizx > * { margin: 0px; margin-bottom: calc(320px / 2); margin-top: calc(320px / 2); } .framer-NBT3a.framer-v-1wpffh9.framer-1ttyizx > :first-child, .framer-NBT3a.framer-v-1wpffh9 .framer-1hkisca > :first-child, .framer-NBT3a.framer-v-1wpffh9 .framer-ya1vn0 > :first-child, .framer-NBT3a.framer-v-1wpffh9 .framer-157235r > :first-child { margin-top: 0px; } .framer-NBT3a.framer-v-1wpffh9.framer-1ttyizx > :last-child, .framer-NBT3a.framer-v-1wpffh9 .framer-1hkisca > :last-child, .framer-NBT3a.framer-v-1wpffh9 .framer-ya1vn0 > :last-child, .framer-NBT3a.framer-v-1wpffh9 .framer-157235r > :last-child { margin-bottom: 0px; } .framer-NBT3a.framer-v-1wpffh9 .framer-1hkisca > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-NBT3a.framer-v-1wpffh9 .framer-ya1vn0 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NBT3a.framer-v-1wpffh9 .framer-157235r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,'.framer-NBT3a[data-border=\"true\"]::after, .framer-NBT3a [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 800\n * @framerIntrinsicWidth 1360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"sacJxRYE2\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"Hc9v7C_RV\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"aFSNW9EBm\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"gzKmMYa1z\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"UMTMmpJVb\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"UYN59_u68\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"JBVBuH0nt\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"OjCwVq2Bd\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"YtJ4rzgvO\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"oFSrD6O7z\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"nlVU4pvIo\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"vSaV31IhS\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"O6FBnFNR6\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"cKwioLpm2\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"TRnw2RkWL\":{\"layout\":[\"fixed\",\"auto\"]},\"OpdAOdk_t\":{\"layout\":[\"fixed\",\"auto\"]},\"U0ysFLGt9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"C1oHNhHo_\":\"revealSection\",\"W1lOO5D8U\":\"legalMsg\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBdFIppM8T=withCSS(Component,css,\"framer-NBT3a\");export default FramerBdFIppM8T;FramerBdFIppM8T.displayName=\"Section/Footer - New\";FramerBdFIppM8T.defaultProps={height:800,width:1360};addPropertyControls(FramerBdFIppM8T,{variant:{options:[\"No7Sr3h93\",\"sacJxRYE2\",\"Hc9v7C_RV\",\"aFSNW9EBm\",\"gzKmMYa1z\",\"UMTMmpJVb\",\"UYN59_u68\",\"JBVBuH0nt\",\"OjCwVq2Bd\",\"YtJ4rzgvO\",\"oFSrD6O7z\",\"nlVU4pvIo\",\"vSaV31IhS\",\"O6FBnFNR6\",\"cKwioLpm2\",\"TRnw2RkWL\",\"OpdAOdk_t\",\"U0ysFLGt9\"],optionTitles:[\"Laptop - Default\",\"Laptop - Transient\",\"Laptop - WebGL\",\"Large Desktop - Default\",\"Large Desktop - Transient\",\"Large Desktop - WebGL\",\"Desktop - Default\",\"Desktop - Transient\",\"Desktop - WebGL\",\"Tablet L - Default\",\"Tablet L - Transient\",\"Tablet L - WebGL\",\"Tablet P - Default\",\"Tablet P - Transient\",\"Tablet P - WebGL\",\"Phone - Default\",\"Phone - Transient\",\"Phone - WebGL\"],title:\"Variant\",type:ControlType.Enum},C1oHNhHo_:{title:\"Reveal Section\",type:ControlType.ScrollSectionRef},W1lOO5D8U:{title:\"Legal Msg\",type:ControlType.EventHandler}});addFonts(FramerBdFIppM8T,[{explicitInter:true,fonts:[{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1AqRPCqLNflg.woff2\",weight:\"400\"},{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1AqRPCqLNflg.woff2\",weight:\"500\"}]},...AudioFonts,...UnicornStudioEmbedFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBdFIppM8T\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1360\",\"framerVariables\":\"{\\\"C1oHNhHo_\\\":\\\"revealSection\\\",\\\"W1lOO5D8U\\\":\\\"legalMsg\\\"}\",\"framerIntrinsicHeight\":\"800\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"sacJxRYE2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"Hc9v7C_RV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"aFSNW9EBm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"gzKmMYa1z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"UMTMmpJVb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"UYN59_u68\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"JBVBuH0nt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"OjCwVq2Bd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"YtJ4rzgvO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"oFSrD6O7z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"nlVU4pvIo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"vSaV31IhS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"O6FBnFNR6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"cKwioLpm2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"TRnw2RkWL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OpdAOdk_t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U0ysFLGt9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BdFIppM8T.map", "import{jsx as r}from\"react/jsx-runtime\";import{addPropertyControls as t,ControlType as e}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 240\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function a({blur:t,borderRadius:e,direction:a}){let i=r=>{switch(r){case\"toBottom\":default:return\"to bottom\";case\"toTop\":return\"to top\";case\"toLeft\":return\"to left\";case\"toRight\":return\"to right\";}},o=[{blur:`${t/2/2/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%\"},{blur:`${t/2/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%\"},{blur:`${t/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%\"},{blur:`${t/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%\"},{blur:`${t/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%\"},{blur:`${t/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%\"},{blur:`${t/2}px`,gradient:\"rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%\"},{blur:`${t}px`,gradient:\"rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%\"}];return /*#__PURE__*/r(\"div\",{style:{position:\"relative\",width:\"100%\",height:\"100%\",borderRadius:`${e}px`},children:o.map((t,o)=>/*#__PURE__*/r(\"div\",{style:{position:\"absolute\",inset:0,zIndex:o+1,backdropFilter:`blur(${t.blur})`,WebkitBackdropFilter:`blur(${t.blur})`,maskImage:`linear-gradient(${i(a)}, ${t.gradient})`,WebkitMaskImage:`linear-gradient(${i(a)}, ${t.gradient})`,borderRadius:`${e}px`,pointerEvents:\"none\"}},o))});}a.defaultProps={blur:10,borderRadius:0,direction:\"toBottom\"},t(a,{blur:{title:\"Blur\",type:e.Number,defaultValue:10,min:0,max:100,step:1,description:\"Large blur values (10<) can impact performance.\"},borderRadius:{title:\"Radius\",type:e.Number,defaultValue:0,min:0,max:100,step:1,description:\"Blur Gradient component's parent frame can't have border radius (it will break the component). If you need corner radius, apply it directly to the Blur Gradient component here.\"},direction:{title:\"Direction\",type:e.SegmentedEnum,options:[\"toBottom\",\"toTop\",\"toLeft\",\"toRight\"],optionTitles:[\"\u2193\",\"\u2191\",\"\u2190\",\"\u2192\"],defaultValue:\"toBottom\"}});export default a;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BlurGradient\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"240\",\"framerIntrinsicWidth\":\"240\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BlurGradient.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Lexend Deca-600\"]);export const fonts=[{family:\"Lexend Deca\",moduleAsset:{localModuleIdentifier:\"local-module:css/nnLozAhJj:default\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf\",weight:\"600\"}];export const css=['.framer-AfZyN .framer-styles-preset-bu1ohg:not(.rich-text-wrapper), .framer-AfZyN .framer-styles-preset-bu1ohg.rich-text-wrapper p { --framer-font-family: \"Lexend Deca\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0em; --framer-line-height: 22px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #262b30; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-AfZyN\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0847096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-wjiQL .framer-styles-preset-ka73cz:not(.rich-text-wrapper), .framer-wjiQL .framer-styles-preset-ka73cz.rich-text-wrapper a { --framer-link-current-text-color: #e34700; --framer-link-hover-text-color: #e34700; --framer-link-text-color: #8d8d94; --framer-link-text-decoration: none; }\"];export const className=\"framer-wjiQL\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a1a9a9e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/BAakOxlK2jxb75qz5MWY/rYbGHeOn5Q0Ep6ZZYWkX/aGWM7oZws.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={lzhYsJSTB:{hover:true}};const serializationHash=\"framer-v0XcL\";const variantClassNames={lzhYsJSTB:\"framer-v-17nj15w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,hover,id,label,link,mouseLeave,width,...props})=>{var _ref;return{...props,Aihk3jiff:mouseLeave!==null&&mouseLeave!==void 0?mouseLeave:props.Aihk3jiff,fQyY7iNyo:link!==null&&link!==void 0?link:props.fQyY7iNyo,k6ITdrJDn:hover!==null&&hover!==void 0?hover:props.k6ITdrJDn,oA7CXE0YR:(_ref=label!==null&&label!==void 0?label:props.oA7CXE0YR)!==null&&_ref!==void 0?_ref:\"Label\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,oA7CXE0YR,fQyY7iNyo,k6ITdrJDn,Aihk3jiff,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"lzhYsJSTB\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1y5e9ee=activeVariantCallback(async(...args)=>{if(k6ITdrJDn){const res=await k6ITdrJDn(...args);if(res===false)return false;}});const onMouseLeavej98zv6=activeVariantCallback(async(...args)=>{if(Aihk3jiff){const res=await Aihk3jiff(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-17nj15w\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"lzhYsJSTB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"lzhYsJSTB-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b7wky2-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"R30lQIyJ6-container\",name:\"Icon\",style:{opacity:0},variants:{\"lzhYsJSTB-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(206, 62, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"R30lQIyJ6\",layoutId:\"R30lQIyJ6\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 28, 40))\"},children:/*#__PURE__*/_jsx(Link,{href:fQyY7iNyo,nodeId:\"ynCS1knBM\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ka73cz\",\"data-styles-preset\":\"aGWM7oZws\",children:\"Label\"})})})}),className:\"framer-1sfjdya\",\"data-highlight\":true,fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"ynCS1knBM\",onMouseEnter:onMouseEnter1y5e9ee,onMouseLeave:onMouseLeavej98zv6,style:{\"--extracted-r6o4lv\":\"rgb(28, 28, 40)\",\"--framer-paragraph-spacing\":\"0px\"},text:oA7CXE0YR,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v0XcL.framer-c9ua9i, .framer-v0XcL .framer-c9ua9i { display: block; }\",\".framer-v0XcL.framer-17nj15w { 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-v0XcL .framer-b7wky2-container { flex: none; height: 14px; left: -40px; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 15px; z-index: 1; }\",\".framer-v0XcL .framer-1sfjdya { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v0XcL.framer-17nj15w { gap: 0px; } .framer-v0XcL.framer-17nj15w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-v0XcL.framer-17nj15w > :first-child { margin-left: 0px; } .framer-v0XcL.framer-17nj15w > :last-child { margin-right: 0px; } }\",\".framer-v0XcL.framer-v-17nj15w.hover .framer-b7wky2-container { left: -20px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 42.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"z1YMoMUZ3\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"oA7CXE0YR\":\"label\",\"fQyY7iNyo\":\"link\",\"k6ITdrJDn\":\"hover\",\"Aihk3jiff\":\"mouseLeave\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerETrLNq9pF=withCSS(Component,css,\"framer-v0XcL\");export default FramerETrLNq9pF;FramerETrLNq9pF.displayName=\"Button/Sub Nav Item\";FramerETrLNq9pF.defaultProps={height:16,width:42.5};addPropertyControls(FramerETrLNq9pF,{oA7CXE0YR:{defaultValue:\"Label\",displayTextArea:false,title:\"Label\",type:ControlType.String},fQyY7iNyo:{title:\"Link\",type:ControlType.Link},k6ITdrJDn:{title:\"Hover\",type:ControlType.EventHandler},Aihk3jiff:{title:\"Mouse Leave\",type:ControlType.EventHandler}});addFonts(FramerETrLNq9pF,[{explicitInter:true,fonts:[{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1AqRPCqLNflg.woff2\",weight:\"500\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerETrLNq9pF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"16\",\"framerVariables\":\"{\\\"oA7CXE0YR\\\":\\\"label\\\",\\\"fQyY7iNyo\\\":\\\"link\\\",\\\"k6ITdrJDn\\\":\\\"hover\\\",\\\"Aihk3jiff\\\":\\\"mouseLeave\\\"}\",\"framerIntrinsicWidth\":\"42.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z1YMoMUZ3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ETrLNq9pF.map", "// Generated by Framer (ae50a0d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import ButtonSubNavItem from\"https://framerusercontent.com/modules/C0sTSh9ZRJO5TBguheTC/lsNfRdvtvQihQK9f1ru5/ETrLNq9pF.js\";const PhosphorFonts=getFonts(Phosphor);const ButtonSubNavItemFonts=getFonts(ButtonSubNavItem);const ImageWithFX=withFX(Image);const cycleOrder=[\"WchGrdkw4\",\"NL9OkpKP4\",\"xR1kGKKr1\",\"GOmpOdWq8\",\"zyYCVHew3\",\"F38bmr5Yu\",\"SlVmV1l5q\",\"U9qLqUnrw\"];const serializationHash=\"framer-tFqah\";const variantClassNames={F38bmr5Yu:\"framer-v-1l6vzyb\",GOmpOdWq8:\"framer-v-17gj8ef\",NL9OkpKP4:\"framer-v-12grdij\",SlVmV1l5q:\"framer-v-jyll9p\",U9qLqUnrw:\"framer-v-2nsq34\",WchGrdkw4:\"framer-v-1punwmc\",xR1kGKKr1:\"framer-v-1dbmrum\",zyYCVHew3:\"framer-v-7qvm0c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:2,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-8};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={\"Scapia World\":\"GOmpOdWq8\",About:\"F38bmr5Yu\",Blog:\"zyYCVHew3\",Default:\"WchGrdkw4\",Newsroom:\"U9qLqUnrw\",Open:\"xR1kGKKr1\",Releases:\"SlVmV1l5q\",Transitory:\"NL9OkpKP4\"};const getProps=({height,id,labelColor,width,...props})=>{return{...props,fHPDvuhmP:labelColor??props.fHPDvuhmP??\"rgb(241, 246, 251)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"WchGrdkw4\"};};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,fHPDvuhmP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WchGrdkw4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1fala0c=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"NL9OkpKP4\");});const onAppearbzc1jk=activeVariantCallback(async(...args)=>{setVariant(\"xR1kGKKr1\");});const onMouseLeave1ib04b6=activeVariantCallback(async(...args)=>{setVariant(\"WchGrdkw4\");});const k6ITdrJDni0zsfu=activeVariantCallback(async(...args)=>{setVariant(\"GOmpOdWq8\");});const Aihk3jiffbzc1jk=activeVariantCallback(async(...args)=>{setVariant(\"xR1kGKKr1\");});const k6ITdrJDnqin6es=activeVariantCallback(async(...args)=>{setVariant(\"zyYCVHew3\");});const k6ITdrJDn1pynbyt=activeVariantCallback(async(...args)=>{setVariant(\"F38bmr5Yu\");});const k6ITdrJDnai7ru5=activeVariantCallback(async(...args)=>{setVariant(\"SlVmV1l5q\");});const k6ITdrJDn1a7y1mw=activeVariantCallback(async(...args)=>{setVariant(\"U9qLqUnrw\");});useOnVariantChange(baseVariant,{NL9OkpKP4:onAppearbzc1jk});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"NL9OkpKP4\",\"xR1kGKKr1\",\"GOmpOdWq8\",\"zyYCVHew3\",\"F38bmr5Yu\",\"SlVmV1l5q\",\"U9qLqUnrw\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"xR1kGKKr1\",\"GOmpOdWq8\",\"zyYCVHew3\",\"F38bmr5Yu\",\"SlVmV1l5q\"].includes(baseVariant))return false;return true;};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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1punwmc\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WchGrdkw4\",onMouseEnter:onMouseEnter1fala0c,ref:refBinding,style:{...style},...addPropertyOverrides({F38bmr5Yu:{\"data-framer-name\":\"About\"},GOmpOdWq8:{\"data-framer-name\":\"Scapia World\"},NL9OkpKP4:{\"data-framer-name\":\"Transitory\",onMouseEnter:undefined},SlVmV1l5q:{\"data-framer-name\":\"Releases\"},U9qLqUnrw:{\"data-framer-name\":\"Newsroom\"},xR1kGKKr1:{\"data-framer-name\":\"Open\"},zyYCVHew3:{\"data-framer-name\":\"Blog\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-fHPDvuhmP-rW8LhgSpq))\"},children:\"Product\"})}),className:\"framer-1reyzi6\",\"data-framer-name\":\"Scapia World\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"a6me0QWR1\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-fHPDvuhmP-rW8LhgSpq)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-fHPDvuhmP-rW8LhgSpq\":fHPDvuhmP},variants:{F38bmr5Yu:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"},GOmpOdWq8:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"},NL9OkpKP4:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"},SlVmV1l5q:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"},U9qLqUnrw:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"},xR1kGKKr1:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"},zyYCVHew3:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F38bmr5Yu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})},GOmpOdWq8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})},NL9OkpKP4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})},SlVmV1l5q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})},U9qLqUnrw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})},xR1kGKKr1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})},zyYCVHew3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a5hm75-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pQBny8GRi-container\",nodeId:\"pQBny8GRi\",rendersWithMotion:true,scopeId:\"rW8LhgSpq\",style:{opacity:.5},variants:{F38bmr5Yu:{opacity:1},GOmpOdWq8:{opacity:1},NL9OkpKP4:{opacity:1},SlVmV1l5q:{opacity:1},U9qLqUnrw:{opacity:1},xR1kGKKr1:{opacity:1},zyYCVHew3:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:fHPDvuhmP,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"pQBny8GRi\",layoutId:\"pQBny8GRi\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({F38bmr5Yu:{color:\"rgb(206, 62, 0)\",iconSelection:\"CaretUp\"},GOmpOdWq8:{color:\"rgb(206, 62, 0)\",iconSelection:\"CaretUp\"},NL9OkpKP4:{color:\"rgb(206, 62, 0)\"},SlVmV1l5q:{color:\"rgb(206, 62, 0)\",iconSelection:\"CaretUp\"},U9qLqUnrw:{color:\"rgb(206, 62, 0)\",iconSelection:\"CaretUp\"},xR1kGKKr1:{color:\"rgb(206, 62, 0)\",iconSelection:\"CaretUp\"},zyYCVHew3:{color:\"rgb(206, 62, 0)\",iconSelection:\"CaretUp\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oh4708\",\"data-framer-name\":\"Menu Options\",layoutDependency:layoutDependency,layoutId:\"g8VyDG8bW\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"1px 1px 0px 0px rgba(0, 0, 0, 0.10000000149011612)\",opacity:0},variants:{F38bmr5Yu:{opacity:1},GOmpOdWq8:{opacity:1},SlVmV1l5q:{opacity:1},U9qLqUnrw:{opacity:1},xR1kGKKr1:{opacity:1},zyYCVHew3:{opacity:1}},...addPropertyOverrides({xR1kGKKr1:{\"data-highlight\":true,onMouseLeave:onMouseLeave1ib04b6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(206, 62, 0))\"},children:\"Latest: Scapia launches Buses \u203A\"})}),className:\"framer-1xc7q5\",\"data-framer-name\":\"Latest: Scapia launches Buses \u203A\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"Lxd3pdLJR\",style:{\"--extracted-r6o4lv\":\"rgb(206, 62, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-2vfygt\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"rJYasP25A\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined},{href:{webPageId:\"J70OAgzAa\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,...addPropertyOverrides({F38bmr5Yu:{y:(componentViewport?.y||0)+36+20+45.2+0+0},GOmpOdWq8:{y:(componentViewport?.y||0)+36+20+45.2+0+0},NL9OkpKP4:{y:(componentViewport?.y||0)+48+20+45.2+0+0},SlVmV1l5q:{y:(componentViewport?.y||0)+36+20+45.2+0+0},U9qLqUnrw:{y:(componentViewport?.y||0)+36+20+45.2+0+0},xR1kGKKr1:{y:(componentViewport?.y||0)+36+20+45.2+0+0},zyYCVHew3:{y:(componentViewport?.y||0)+36+20+45.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{as:\"li\",className:\"framer-1axy4yd-container\",layoutDependency:layoutDependency,layoutId:\"UdSKDeca0-container\",nodeId:\"UdSKDeca0\",rendersWithMotion:true,scopeId:\"rW8LhgSpq\",children:/*#__PURE__*/_jsx(ButtonSubNavItem,{Aihk3jiff:Aihk3jiffbzc1jk,fQyY7iNyo:resolvedLinks[0],height:\"100%\",id:\"UdSKDeca0\",k6ITdrJDn:k6ITdrJDni0zsfu,layoutId:\"UdSKDeca0\",oA7CXE0YR:\"Scapia World\",width:\"100%\",...addPropertyOverrides({F38bmr5Yu:{fQyY7iNyo:resolvedLinks[5],oA7CXE0YR:\"Product\"},GOmpOdWq8:{fQyY7iNyo:resolvedLinks[3],oA7CXE0YR:\"Product\"},NL9OkpKP4:{fQyY7iNyo:resolvedLinks[1]},SlVmV1l5q:{fQyY7iNyo:resolvedLinks[6],oA7CXE0YR:\"Product\"},U9qLqUnrw:{fQyY7iNyo:resolvedLinks[7],oA7CXE0YR:\"Product\"},xR1kGKKr1:{fQyY7iNyo:resolvedLinks[2],oA7CXE0YR:\"Product\"},zyYCVHew3:{fQyY7iNyo:resolvedLinks[4],oA7CXE0YR:\"Product\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined},{href:{webPageId:\"b6G6yctkA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,...addPropertyOverrides({F38bmr5Yu:{y:(componentViewport?.y||0)+36+20+45.2+0+36},GOmpOdWq8:{y:(componentViewport?.y||0)+36+20+45.2+0+36},NL9OkpKP4:{y:(componentViewport?.y||0)+48+20+45.2+0+36},SlVmV1l5q:{y:(componentViewport?.y||0)+36+20+45.2+0+36},U9qLqUnrw:{y:(componentViewport?.y||0)+36+20+45.2+0+36},xR1kGKKr1:{y:(componentViewport?.y||0)+36+20+45.2+0+36},zyYCVHew3:{y:(componentViewport?.y||0)+36+20+45.2+0+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{as:\"li\",className:\"framer-z0i5zc-container\",layoutDependency:layoutDependency,layoutId:\"iRDc006cy-container\",nodeId:\"iRDc006cy\",rendersWithMotion:true,scopeId:\"rW8LhgSpq\",style:{opacity:1},variants:{F38bmr5Yu:{opacity:.5},SlVmV1l5q:{opacity:.5},U9qLqUnrw:{opacity:.5}},children:/*#__PURE__*/_jsx(ButtonSubNavItem,{Aihk3jiff:Aihk3jiffbzc1jk,fQyY7iNyo:resolvedLinks1[0],height:\"100%\",id:\"iRDc006cy\",k6ITdrJDn:k6ITdrJDnqin6es,layoutId:\"iRDc006cy\",oA7CXE0YR:\"Blog\",width:\"100%\",...addPropertyOverrides({F38bmr5Yu:{fQyY7iNyo:resolvedLinks1[5]},GOmpOdWq8:{fQyY7iNyo:resolvedLinks1[3]},NL9OkpKP4:{fQyY7iNyo:resolvedLinks1[1]},SlVmV1l5q:{fQyY7iNyo:resolvedLinks1[6]},U9qLqUnrw:{fQyY7iNyo:resolvedLinks1[7]},xR1kGKKr1:{fQyY7iNyo:resolvedLinks1[2]},zyYCVHew3:{fQyY7iNyo:resolvedLinks1[4]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kIAQnl9ze\"},implicitPathVariables:undefined},{href:{webPageId:\"kIAQnl9ze\"},implicitPathVariables:undefined},{href:{webPageId:\"kIAQnl9ze\"},implicitPathVariables:undefined},{href:{webPageId:\"kIAQnl9ze\"},implicitPathVariables:undefined},{href:{webPageId:\"kIAQnl9ze\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,...addPropertyOverrides({F38bmr5Yu:{y:(componentViewport?.y||0)+36+20+45.2+0+72},GOmpOdWq8:{y:(componentViewport?.y||0)+36+20+45.2+0+72},NL9OkpKP4:{y:(componentViewport?.y||0)+48+20+45.2+0+72},SlVmV1l5q:{y:(componentViewport?.y||0)+36+20+45.2+0+72},U9qLqUnrw:{y:(componentViewport?.y||0)+36+20+45.2+0+72},xR1kGKKr1:{y:(componentViewport?.y||0)+36+20+45.2+0+72},zyYCVHew3:{y:(componentViewport?.y||0)+36+20+45.2+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{as:\"li\",className:\"framer-132vsm4-container\",layoutDependency:layoutDependency,layoutId:\"k47U2fmKg-container\",nodeId:\"k47U2fmKg\",rendersWithMotion:true,scopeId:\"rW8LhgSpq\",style:{opacity:1},variants:{SlVmV1l5q:{opacity:.5},U9qLqUnrw:{opacity:.5}},children:/*#__PURE__*/_jsx(ButtonSubNavItem,{Aihk3jiff:Aihk3jiffbzc1jk,height:\"100%\",id:\"k47U2fmKg\",k6ITdrJDn:k6ITdrJDn1pynbyt,layoutId:\"k47U2fmKg\",oA7CXE0YR:\"About\",width:\"100%\",...addPropertyOverrides({F38bmr5Yu:{fQyY7iNyo:resolvedLinks2[3]},GOmpOdWq8:{fQyY7iNyo:resolvedLinks2[1]},SlVmV1l5q:{fQyY7iNyo:resolvedLinks2[4]},xR1kGKKr1:{fQyY7iNyo:resolvedLinks2[0]},zyYCVHew3:{fQyY7iNyo:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vd6y3eGLb\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,...addPropertyOverrides({F38bmr5Yu:{y:(componentViewport?.y||0)+36+20+45.2+0+108},GOmpOdWq8:{y:(componentViewport?.y||0)+36+20+45.2+0+108},NL9OkpKP4:{y:(componentViewport?.y||0)+48+20+45.2+0+108},SlVmV1l5q:{y:(componentViewport?.y||0)+36+20+45.2+0+108},U9qLqUnrw:{y:(componentViewport?.y||0)+36+20+45.2+0+108},xR1kGKKr1:{y:(componentViewport?.y||0)+36+20+45.2+0+108},zyYCVHew3:{y:(componentViewport?.y||0)+36+20+45.2+0+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{as:\"li\",className:\"framer-qcm9fu-container\",layoutDependency:layoutDependency,layoutId:\"oWrJz7bb0-container\",nodeId:\"oWrJz7bb0\",rendersWithMotion:true,scopeId:\"rW8LhgSpq\",style:{opacity:1},variants:{U9qLqUnrw:{opacity:.5}},children:/*#__PURE__*/_jsx(ButtonSubNavItem,{Aihk3jiff:Aihk3jiffbzc1jk,fQyY7iNyo:resolvedLinks3[0],height:\"100%\",id:\"oWrJz7bb0\",k6ITdrJDn:k6ITdrJDnai7ru5,layoutId:\"oWrJz7bb0\",oA7CXE0YR:\"Releases\",width:\"100%\",...addPropertyOverrides({F38bmr5Yu:{fQyY7iNyo:resolvedLinks3[5]},GOmpOdWq8:{fQyY7iNyo:resolvedLinks3[3]},NL9OkpKP4:{fQyY7iNyo:resolvedLinks3[1]},SlVmV1l5q:{fQyY7iNyo:resolvedLinks3[6]},U9qLqUnrw:{fQyY7iNyo:resolvedLinks3[7]},xR1kGKKr1:{fQyY7iNyo:resolvedLinks3[2]},zyYCVHew3:{fQyY7iNyo:resolvedLinks3[4]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a8oiZqeEs\"},implicitPathVariables:undefined},{href:{webPageId:\"a8oiZqeEs\"},implicitPathVariables:undefined},{href:{webPageId:\"a8oiZqeEs\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,...addPropertyOverrides({NL9OkpKP4:{y:(componentViewport?.y||0)+48+20+45.2+0+144},U9qLqUnrw:{y:(componentViewport?.y||0)+36+20+45.2+0+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{as:\"li\",className:\"framer-i7jg21-container\",layoutDependency:layoutDependency,layoutId:\"CV38RQ6y8-container\",nodeId:\"CV38RQ6y8\",rendersWithMotion:true,scopeId:\"rW8LhgSpq\",children:/*#__PURE__*/_jsx(ButtonSubNavItem,{Aihk3jiff:Aihk3jiffbzc1jk,fQyY7iNyo:resolvedLinks4[0],height:\"100%\",id:\"CV38RQ6y8\",k6ITdrJDn:k6ITdrJDn1a7y1mw,layoutId:\"CV38RQ6y8\",oA7CXE0YR:\"Newsroom\",width:\"100%\",...addPropertyOverrides({NL9OkpKP4:{fQyY7iNyo:resolvedLinks4[1]},U9qLqUnrw:{fQyY7iNyo:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{background:{alt:\"\",fit:\"fit\",pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UZHkZTAh7WOCa4VhsE2W09gfk0.png\"},className:\"framer-1qvxbgw\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"eeM1XL_qT\",style:{opacity:0},variants:{F38bmr5Yu:{opacity:1},GOmpOdWq8:{opacity:1},SlVmV1l5q:{opacity:1},U9qLqUnrw:{opacity:1},zyYCVHew3:{opacity:1}},...addPropertyOverrides({F38bmr5Yu:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/f89shWwju5m2kwLcbWu8sPHSrcM.png\"}},GOmpOdWq8:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UZHkZTAh7WOCa4VhsE2W09gfk0.png\"}},NL9OkpKP4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+48+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UZHkZTAh7WOCa4VhsE2W09gfk0.png\"}},SlVmV1l5q:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/uxx7owwOzfh5CAAJn9N2FkupJ2g.png\"}},U9qLqUnrw:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4keU5mTq166qb02kJzJAgXXcoo.png\"}},xR1kGKKr1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UZHkZTAh7WOCa4VhsE2W09gfk0.png\"}},zyYCVHew3:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+60),pixelHeight:480,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GhfxGCZQyJpgHDqhyNl3L0D3IB4.png\"}}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tFqah.framer-t8xzma, .framer-tFqah .framer-t8xzma { display: block; }\",\".framer-tFqah.framer-1punwmc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-tFqah .framer-1reyzi6, .framer-tFqah .framer-1xc7q5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tFqah .framer-1a5hm75-container { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-tFqah .framer-oh4708 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: absolute; right: 0px; top: 48px; width: 280px; z-index: 1; }\",\".framer-tFqah .framer-2vfygt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; list-style: none; margin: 0px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-tFqah .framer-1axy4yd-container, .framer-tFqah .framer-z0i5zc-container, .framer-tFqah .framer-132vsm4-container, .framer-tFqah .framer-qcm9fu-container, .framer-tFqah .framer-i7jg21-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-tFqah .framer-1qvxbgw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); position: absolute; right: -10px; top: 60px; width: 160px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tFqah.framer-1punwmc, .framer-tFqah .framer-oh4708, .framer-tFqah .framer-2vfygt { gap: 0px; } .framer-tFqah.framer-1punwmc > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-tFqah.framer-1punwmc > :first-child { margin-left: 0px; } .framer-tFqah.framer-1punwmc > :last-child { margin-right: 0px; } .framer-tFqah .framer-oh4708 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-tFqah .framer-oh4708 > :first-child, .framer-tFqah .framer-2vfygt > :first-child { margin-top: 0px; } .framer-tFqah .framer-oh4708 > :last-child, .framer-tFqah .framer-2vfygt > :last-child { margin-bottom: 0px; } .framer-tFqah .framer-2vfygt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-tFqah.framer-v-1dbmrum .framer-oh4708, .framer-tFqah.framer-v-17gj8ef .framer-oh4708, .framer-tFqah.framer-v-7qvm0c .framer-oh4708, .framer-tFqah.framer-v-1l6vzyb .framer-oh4708, .framer-tFqah.framer-v-jyll9p .framer-oh4708, .framer-tFqah.framer-v-2nsq34 .framer-oh4708 { top: 36px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19\n * @framerIntrinsicWidth 79\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NL9OkpKP4\":{\"layout\":[\"auto\",\"auto\"]},\"xR1kGKKr1\":{\"layout\":[\"auto\",\"auto\"]},\"GOmpOdWq8\":{\"layout\":[\"auto\",\"auto\"]},\"zyYCVHew3\":{\"layout\":[\"auto\",\"auto\"]},\"F38bmr5Yu\":{\"layout\":[\"auto\",\"auto\"]},\"SlVmV1l5q\":{\"layout\":[\"auto\",\"auto\"]},\"U9qLqUnrw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"fHPDvuhmP\":\"labelColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrW8LhgSpq=withCSS(Component,css,\"framer-tFqah\");export default FramerrW8LhgSpq;FramerrW8LhgSpq.displayName=\"Button/Nav - Scapia World\";FramerrW8LhgSpq.defaultProps={height:19,width:79};addPropertyControls(FramerrW8LhgSpq,{variant:{options:[\"WchGrdkw4\",\"NL9OkpKP4\",\"xR1kGKKr1\",\"GOmpOdWq8\",\"zyYCVHew3\",\"F38bmr5Yu\",\"SlVmV1l5q\",\"U9qLqUnrw\"],optionTitles:[\"Default\",\"Transitory\",\"Open\",\"Scapia World\",\"Blog\",\"About\",\"Releases\",\"Newsroom\"],title:\"Variant\",type:ControlType.Enum},fHPDvuhmP:{defaultValue:\"rgb(241, 246, 251)\",title:\"Label Color\",type:ControlType.Color}});addFonts(FramerrW8LhgSpq,[{explicitInter:true,fonts:[{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1AqRPCqLNflg.woff2\",weight:\"500\"}]},...PhosphorFonts,...ButtonSubNavItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrW8LhgSpq\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"fHPDvuhmP\\\":\\\"labelColor\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"79\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"19\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NL9OkpKP4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xR1kGKKr1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GOmpOdWq8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zyYCVHew3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"F38bmr5Yu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SlVmV1l5q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U9qLqUnrw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rW8LhgSpq.map", "// Generated by Framer (ae50a0d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,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 MotionText from\"https://framerusercontent.com/modules/2AusMW9Upi6mhJ0JzKTi/JDzSGgmn8h2b4UH5eZEa/MotionText.js\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/Ycw95yYPzpr98rHtCJMh/BlurGradient.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dX5II1DY1OAXRMlaNuov/JjO2wyi5mzsRH6d2KNmy/AS4PcgcTr.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Fh6nD8OmnM1WEPhTUgRl/xI5UZeOeCV2ome7nG9Ys/nnLozAhJj.js\";import ButtonNavScapiaWorld from\"https://framerusercontent.com/modules/ZEK2iFNmF1NLZCdqw3bC/blKCAdmFbxb70tTMU41X/rW8LhgSpq.js\";const MotionDivWithFX=withFX(motion.div);const MotionTextFonts=getFonts(MotionText);const MaterialFonts=getFonts(Material);const ButtonNavScapiaWorldFonts=getFonts(ButtonNavScapiaWorld);const BlurGradientFonts=getFonts(BlurGradient);const MotionHeaderWithFX=withFX(motion.header);const cycleOrder=[\"CvWbaQkM4\",\"nPPxo5AP5\",\"Qpwj1BhwQ\",\"zaoUsA41A\",\"BND9PEsEG\",\"KdaWE40yi\",\"z8gd7e8XF\",\"OabYRZtWz\",\"fUTwR81_2\"];const serializationHash=\"framer-aP9zy\";const variantClassNames={BND9PEsEG:\"framer-v-12vl8bn\",CvWbaQkM4:\"framer-v-mxl3sn\",fUTwR81_2:\"framer-v-1c3fg9e\",KdaWE40yi:\"framer-v-flf2bw\",nPPxo5AP5:\"framer-v-lp13rf\",OabYRZtWz:\"framer-v-t45nu0\",Qpwj1BhwQ:\"framer-v-c0s81s\",z8gd7e8XF:\"framer-v-i8wg20\",zaoUsA41A:\"framer-v-et874z\"};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 transition2={delay:0,duration:1.5,ease:[.21,.61,0,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:-500,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-500,y:0};const animation6={opacity:1,rotate:15,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:-500,y:0};const animation7={opacity:1,rotate:15,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-500,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={\"Laptop - Blur Dark 1\":\"zaoUsA41A\",\"Laptop - Blur Dark 2\":\"BND9PEsEG\",\"Laptop - Blur Light\":\"nPPxo5AP5\",\"Laptop - Default Dark\":\"Qpwj1BhwQ\",\"Laptop - Default Light\":\"CvWbaQkM4\",\"Phone - Blur Dark\":\"fUTwR81_2\",\"Phone - Blur Light\":\"z8gd7e8XF\",\"Phone - Default Dark\":\"OabYRZtWz\",\"Phone - Default Light\":\"KdaWE40yi\"};const getProps=({footerHide,height,id,width,...props})=>{return{...props,Ui6huqrbQ:footerHide??props.Ui6huqrbQ,variant:humanReadableVariantMap[props.variant]??props.variant??\"CvWbaQkM4\"};};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,Ui6huqrbQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CvWbaQkM4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapi1oxyf=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{await delay(()=>overlay.hide(),500);});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"KdaWE40yi\",\"z8gd7e8XF\",\"OabYRZtWz\",\"fUTwR81_2\"].includes(baseVariant))return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed1=()=>{if([\"KdaWE40yi\",\"z8gd7e8XF\",\"OabYRZtWz\",\"fUTwR81_2\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionHeaderWithFX,{...restProps,...gestureHandlers,__framer__spring:{bounce:0,damping:60,delay:0,duration:.6,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:Ui6huqrbQ,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-mxl3sn\",className,classNames),\"data-framer-name\":\"Laptop - Default Light\",layoutDependency:layoutDependency,layoutId:\"CvWbaQkM4\",ref:refBinding,style:{...style},...addPropertyOverrides({BND9PEsEG:{\"data-framer-name\":\"Laptop - Blur Dark 2\"},fUTwR81_2:{\"data-framer-name\":\"Phone - Blur Dark\"},KdaWE40yi:{\"data-framer-name\":\"Phone - Default Light\"},nPPxo5AP5:{\"data-framer-name\":\"Laptop - Blur Light\"},OabYRZtWz:{\"data-framer-name\":\"Phone - Default Dark\"},Qpwj1BhwQ:{\"data-framer-name\":\"Laptop - Default Dark\"},z8gd7e8XF:{\"data-framer-name\":\"Phone - Blur Light\"},zaoUsA41A:{\"data-framer-name\":\"Laptop - Blur Dark 1\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w86ykj\",\"data-framer-name\":\"Mobile Menu & Logo\",layoutDependency:layoutDependency,layoutId:\"JUaHdzFMB\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zmhx3y\",\"data-framer-name\":\"Mobile Menu\",\"data-highlight\":true,id:`${layoutId}-zmhx3y`,layoutDependency:layoutDependency,layoutId:\"IVMlfIdUe\",onTap:onTaptxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-183amlv\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dBRPze4KY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.25 9 L 15.75 9 M 2.25 4.5 L 15.75 4.5 M 2.25 13.5 L 15.75 13.5\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"#f1f6fa\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9101873254,withExternalLayout:true,...addPropertyOverrides({fUTwR81_2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.25 9 L 15.75 9 M 2.25 4.5 L 15.75 4.5 M 2.25 13.5 L 15.75 13.5\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"rgb(3, 18, 35)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10644280266},OabYRZtWz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.25 9 L 15.75 9 M 2.25 4.5 L 15.75 4.5 M 2.25 13.5 L 15.75 13.5\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"rgb(3, 18, 35)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10644280266}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-zmhx3y`,offsetX:0,offsetY:0,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-nb2yzi\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"iMo1tExeX\",ref:ref2,role:\"dialog\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w7dv85\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Uuv1DKf2w\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-152hbpa\",\"data-framer-name\":\"Logo\",exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"Tb84_zmpf\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-29s5ct\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"TrUSumOLg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 79 105\"><g transform=\"translate(18.719 0.033)\" id=\"ss10821440721_1\"><path d=\"M 0 75.951 L 0 0 L 41.054 0 L 41.054 75.951 Z\" fill=\"transparent\"></path><path d=\"M 36.135 12.316 L 28.739 12.316 L 28.739 2.693 C 28.739 1.206 27.533 0 26.046 0 L 13.642 0 C 12.155 0 10.949 1.206 10.949 2.693 L 10.949 8.164 C 10.949 8.894 11.499 9.53 12.226 9.576 C 13.022 9.628 13.686 8.996 13.686 8.211 L 13.686 3.777 C 13.686 3.202 14.151 2.737 14.726 2.737 L 24.961 2.737 C 25.535 2.737 26.001 3.202 26.001 3.777 L 26.001 12.316 L 4.92 12.316 C 2.202 12.316 0 14.519 0 17.236 L 0 67.61 C 0 70.326 2.202 72.529 4.92 72.529 L 36.135 72.529 C 38.852 72.529 41.055 70.328 41.055 67.61 L 41.055 17.236 C 41.055 14.519 38.853 12.316 36.135 12.316 Z M 5.555 69.794 C 3.999 69.794 2.737 68.532 2.737 66.976 L 2.737 17.872 C 2.737 16.316 3.999 15.054 5.555 15.054 L 8.211 15.054 L 8.211 69.795 L 5.555 69.795 Z M 38.323 66.976 C 38.323 68.532 37.062 69.794 35.506 69.794 L 13.684 69.794 L 13.684 15.053 L 35.506 15.053 C 37.062 15.053 38.323 16.315 38.323 17.871 L 38.323 66.975 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 8.895 75.95 C 10.028 75.95 10.948 75.03 10.948 73.897 L 6.842 73.897 C 6.842 75.03 7.76 75.95 8.895 75.95 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 30.79 75.95 C 31.923 75.95 32.843 75.03 32.843 73.897 L 28.737 73.897 C 28.737 75.03 29.655 75.95 30.79 75.95 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 24.728 19.158 L 20.431 19.158 C 19.728 19.158 19.158 19.728 19.158 20.431 L 19.158 26.096 C 19.158 26.799 19.728 27.369 20.431 27.369 L 24.728 27.369 C 25.431 27.369 26.001 26.799 26.001 26.096 L 26.001 20.431 C 26.001 19.728 25.431 19.158 24.728 19.158 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 5.605 99.59 C 4.349 99.59 3.237 99.391 2.271 98.994 C 1.321 98.596 0.564 98.063 0 97.395 L 2.344 95.391 C 2.843 95.884 3.407 96.25 4.035 96.489 C 4.663 96.711 5.259 96.823 5.823 96.823 C 6.048 96.823 6.249 96.799 6.427 96.751 C 6.604 96.703 6.749 96.64 6.862 96.56 C 6.99 96.465 7.087 96.361 7.151 96.25 C 7.216 96.123 7.248 95.98 7.248 95.821 C 7.248 95.502 7.103 95.256 6.813 95.081 C 6.668 95.001 6.427 94.906 6.088 94.795 C 5.75 94.683 5.315 94.556 4.784 94.413 C 4.027 94.222 3.366 93.999 2.803 93.745 C 2.255 93.475 1.804 93.164 1.45 92.814 C 1.127 92.481 0.878 92.115 0.701 91.717 C 0.523 91.303 0.435 90.842 0.435 90.333 C 0.435 89.745 0.572 89.212 0.846 88.735 C 1.136 88.258 1.514 87.844 1.981 87.494 C 2.464 87.144 3.012 86.882 3.624 86.707 C 4.252 86.516 4.897 86.421 5.557 86.421 C 6.266 86.421 6.942 86.5 7.586 86.659 C 8.231 86.818 8.827 87.041 9.374 87.327 C 9.938 87.613 10.437 87.955 10.872 88.353 L 8.843 90.596 C 8.553 90.325 8.223 90.087 7.852 89.88 C 7.498 89.657 7.127 89.482 6.741 89.355 C 6.354 89.228 6 89.164 5.678 89.164 C 5.436 89.164 5.219 89.188 5.025 89.236 C 4.848 89.268 4.695 89.331 4.566 89.427 C 4.437 89.506 4.341 89.609 4.276 89.737 C 4.212 89.848 4.18 89.983 4.18 90.142 C 4.18 90.301 4.22 90.453 4.301 90.596 C 4.397 90.739 4.526 90.858 4.687 90.954 C 4.848 91.049 5.106 91.16 5.46 91.287 C 5.815 91.399 6.298 91.542 6.91 91.717 C 7.667 91.924 8.319 92.154 8.867 92.409 C 9.415 92.663 9.849 92.966 10.171 93.316 C 10.429 93.586 10.623 93.904 10.751 94.27 C 10.88 94.62 10.945 95.001 10.945 95.415 C 10.945 96.226 10.711 96.95 10.244 97.586 C 9.793 98.206 9.165 98.7 8.36 99.065 C 7.554 99.415 6.636 99.59 5.605 99.59 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.872 99.59 C 17.632 99.59 16.52 99.304 15.538 98.731 C 14.556 98.159 13.774 97.379 13.194 96.393 C 12.631 95.391 12.349 94.262 12.349 93.005 C 12.349 91.749 12.631 90.627 13.194 89.641 C 13.774 88.639 14.556 87.852 15.538 87.279 C 16.52 86.707 17.632 86.421 18.872 86.421 C 20.016 86.421 21.063 86.619 22.013 87.017 C 22.979 87.415 23.744 87.971 24.308 88.687 L 22.206 91.168 C 21.981 90.914 21.715 90.675 21.409 90.453 C 21.103 90.23 20.765 90.055 20.394 89.928 C 20.024 89.8 19.637 89.737 19.235 89.737 C 18.622 89.737 18.083 89.88 17.616 90.166 C 17.149 90.437 16.786 90.818 16.529 91.311 C 16.271 91.805 16.142 92.369 16.142 93.005 C 16.142 93.61 16.271 94.159 16.529 94.651 C 16.802 95.145 17.173 95.534 17.64 95.821 C 18.107 96.107 18.639 96.25 19.235 96.25 C 19.653 96.25 20.04 96.202 20.394 96.107 C 20.749 95.996 21.071 95.837 21.361 95.63 C 21.667 95.423 21.948 95.168 22.206 94.866 L 24.284 97.371 C 23.736 98.055 22.971 98.596 21.989 98.994 C 21.022 99.391 19.983 99.59 18.872 99.59 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 31.144 99.566 C 30.065 99.566 29.098 99.288 28.244 98.731 C 27.407 98.159 26.738 97.379 26.239 96.393 C 25.74 95.391 25.49 94.262 25.49 93.005 C 25.49 91.717 25.74 90.58 26.239 89.594 C 26.738 88.608 27.423 87.836 28.293 87.279 C 29.163 86.707 30.153 86.421 31.265 86.421 C 31.877 86.421 32.432 86.508 32.932 86.683 C 33.447 86.858 33.898 87.104 34.285 87.422 C 34.671 87.725 35.001 88.083 35.275 88.496 C 35.549 88.894 35.75 89.323 35.879 89.784 L 35.082 89.689 L 35.082 86.683 L 38.923 86.683 L 38.923 99.352 L 35.009 99.352 L 35.009 96.298 L 35.879 96.274 C 35.75 96.719 35.541 97.141 35.251 97.538 C 34.961 97.936 34.607 98.286 34.188 98.588 C 33.769 98.89 33.302 99.129 32.787 99.304 C 32.271 99.479 31.724 99.566 31.144 99.566 Z M 32.207 96.345 C 32.803 96.345 33.318 96.21 33.753 95.94 C 34.188 95.669 34.526 95.288 34.768 94.795 C 35.009 94.286 35.13 93.689 35.13 93.005 C 35.13 92.321 35.009 91.733 34.768 91.24 C 34.526 90.731 34.188 90.341 33.753 90.071 C 33.318 89.784 32.803 89.641 32.207 89.641 C 31.627 89.641 31.12 89.784 30.685 90.071 C 30.266 90.341 29.936 90.731 29.694 91.24 C 29.453 91.733 29.332 92.321 29.332 93.005 C 29.332 93.689 29.453 94.286 29.694 94.795 C 29.936 95.288 30.266 95.669 30.685 95.94 C 31.12 96.21 31.627 96.345 32.207 96.345 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 42.334 104.6 L 42.334 86.683 L 46.007 86.683 L 46.152 89.522 L 45.427 89.307 C 45.54 88.782 45.813 88.305 46.248 87.876 C 46.683 87.446 47.231 87.104 47.891 86.85 C 48.568 86.579 49.276 86.444 50.017 86.444 C 51.113 86.444 52.087 86.731 52.941 87.303 C 53.794 87.86 54.463 88.631 54.946 89.618 C 55.445 90.588 55.695 91.717 55.695 93.005 C 55.695 94.278 55.445 95.407 54.946 96.393 C 54.463 97.379 53.786 98.159 52.917 98.731 C 52.063 99.288 51.08 99.566 49.969 99.566 C 49.244 99.566 48.552 99.431 47.891 99.161 C 47.231 98.89 46.675 98.525 46.224 98.063 C 45.773 97.602 45.475 97.101 45.33 96.56 L 46.224 96.226 L 46.224 104.6 Z M 49.027 96.346 C 49.607 96.346 50.114 96.21 50.549 95.94 C 50.984 95.654 51.322 95.264 51.564 94.771 C 51.805 94.278 51.926 93.689 51.926 93.005 C 51.926 92.337 51.805 91.757 51.564 91.264 C 51.322 90.755 50.984 90.365 50.549 90.095 C 50.13 89.808 49.623 89.665 49.027 89.665 C 48.431 89.665 47.915 89.8 47.48 90.071 C 47.046 90.341 46.707 90.731 46.466 91.24 C 46.224 91.749 46.103 92.337 46.103 93.005 C 46.103 93.689 46.224 94.278 46.466 94.771 C 46.707 95.264 47.046 95.654 47.48 95.94 C 47.915 96.21 48.431 96.346 49.027 96.346 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 58.478 99.352 L 58.478 86.683 L 62.344 86.683 L 62.344 99.352 Z M 60.411 84.178 C 59.686 84.178 59.114 84.011 58.695 83.677 C 58.293 83.327 58.091 82.834 58.091 82.198 C 58.091 81.625 58.301 81.156 58.719 80.79 C 59.138 80.424 59.702 80.241 60.411 80.241 C 61.136 80.241 61.699 80.416 62.102 80.766 C 62.505 81.1 62.706 81.577 62.706 82.198 C 62.706 82.786 62.496 83.263 62.078 83.629 C 61.675 83.995 61.119 84.178 60.411 84.178 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 70.711 99.566 C 69.632 99.566 68.665 99.288 67.812 98.731 C 66.974 98.159 66.306 97.379 65.806 96.393 C 65.307 95.391 65.058 94.262 65.058 93.005 C 65.058 91.717 65.307 90.58 65.806 89.594 C 66.306 88.608 66.99 87.836 67.86 87.279 C 68.73 86.707 69.721 86.421 70.832 86.421 C 71.444 86.421 72 86.508 72.499 86.683 C 73.014 86.858 73.465 87.104 73.852 87.422 C 74.239 87.725 74.569 88.083 74.843 88.496 C 75.116 88.894 75.318 89.323 75.447 89.784 L 74.649 89.689 L 74.649 86.683 L 78.491 86.683 L 78.491 99.352 L 74.577 99.352 L 74.577 96.298 L 75.447 96.274 C 75.318 96.719 75.108 97.141 74.818 97.538 C 74.528 97.936 74.174 98.286 73.755 98.588 C 73.337 98.89 72.869 99.129 72.354 99.304 C 71.839 99.479 71.291 99.566 70.711 99.566 Z M 71.774 96.345 C 72.37 96.345 72.886 96.21 73.32 95.94 C 73.755 95.669 74.094 95.288 74.335 94.795 C 74.577 94.286 74.698 93.689 74.698 93.005 C 74.698 92.321 74.577 91.733 74.335 91.24 C 74.094 90.731 73.755 90.341 73.32 90.071 C 72.886 89.784 72.37 89.641 71.774 89.641 C 71.194 89.641 70.687 89.784 70.252 90.071 C 69.833 90.341 69.503 90.731 69.262 91.24 C 69.02 91.733 68.899 92.321 68.899 93.005 C 68.899 93.689 69.02 94.286 69.262 94.795 C 69.503 95.288 69.833 95.669 70.252 95.94 C 70.687 96.21 71.194 96.345 71.774 96.345 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10821440721,withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-wzt8sm\",\"data-framer-name\":\"Menu Links\",exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"vAi0WfU9o\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b2fxaj-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ISmWXA7vZ-container\",nodeId:\"ISmWXA7vZ\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(254, 203, 179)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100},font:{font:\"lexend deca\",fontSize:12,fontWeight:400,letterSpacing:0,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"break-spaces\"},height:\"100%\",id:\"ISmWXA7vZ\",layoutId:\"ISmWXA7vZ\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"Menu\",transitionOptions:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"},type:\"line\",variant:true,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.main,{className:\"framer-1eqfcl3\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"msqFKBVQo\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":L3nc2_BwT\",webPageId:\"RICYuR8Uj\"},motionChild:true,nodeId:\"NeaacAXZl\",openInNewTab:false,scopeId:\"F0xv7EnMY\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jmwe5f framer-4gsqpo\",\"data-framer-name\":\"Link 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NeaacAXZl\",onTap:onTapi1oxyf({overlay}),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-136cmaj-container\",\"data-framer-name\":\"Link Text\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"aHi_jxDKX-container\",name:\"Link Text\",nodeId:\"aHi_jxDKX\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(255, 255, 255)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100},font:{font:\"lexend deca\",fontSize:16,fontWeight:400,letterSpacing:0,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"break-spaces\"},height:\"100%\",id:\"aHi_jxDKX\",layoutId:\"aHi_jxDKX\",name:\"Link Text\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"Home\",transitionOptions:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"},type:\"line\",variant:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":OwBubXNSU\",webPageId:\"RICYuR8Uj\"},motionChild:true,nodeId:\"y5oHTpsUS\",openInNewTab:false,scopeId:\"F0xv7EnMY\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-d9ak28 framer-4gsqpo\",\"data-framer-name\":\"Link 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"y5oHTpsUS\",onTap:onTapi1oxyf({overlay}),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u2riov-container\",\"data-framer-name\":\"Link Text\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OoBk1RFQW-container\",name:\"Link Text\",nodeId:\"OoBk1RFQW\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(255, 255, 255)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100},font:{font:\"lexend deca\",fontSize:16,fontWeight:400,letterSpacing:0,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"break-spaces\"},height:\"100%\",id:\"OoBk1RFQW\",layoutId:\"OoBk1RFQW\",name:\"Link Text\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"Fees & Charges\",transitionOptions:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"},type:\"line\",variant:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":qncQKtLtQ\",webPageId:\"RICYuR8Uj\"},motionChild:true,nodeId:\"FnWlNQiCY\",openInNewTab:false,scopeId:\"F0xv7EnMY\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-uz1uv0 framer-4gsqpo\",\"data-framer-name\":\"Link 3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FnWlNQiCY\",onTap:onTapi1oxyf({overlay}),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v2pd4-container\",\"data-framer-name\":\"Link Text\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fjimNr4hE-container\",name:\"Link Text\",nodeId:\"fjimNr4hE\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(255, 255, 255)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100},font:{font:\"lexend deca\",fontSize:16,fontWeight:400,letterSpacing:0,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"break-spaces\"},height:\"100%\",id:\"fjimNr4hE\",layoutId:\"fjimNr4hE\",name:\"Link Text\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"Rewards\",transitionOptions:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"},type:\"line\",variant:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":O58Wroh6P\",webPageId:\"RICYuR8Uj\"},motionChild:true,nodeId:\"e7O5IbJfw\",openInNewTab:false,scopeId:\"F0xv7EnMY\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mplg05 framer-4gsqpo\",\"data-framer-name\":\"Link 4\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"e7O5IbJfw\",onTap:onTapi1oxyf({overlay}),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xogqh3-container\",\"data-framer-name\":\"Link Text\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zWTHrWMCe-container\",name:\"Link Text\",nodeId:\"zWTHrWMCe\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(255, 255, 255)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100},font:{font:\"lexend deca\",fontSize:16,fontWeight:400,letterSpacing:0,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"break-spaces\"},height:\"100%\",id:\"zWTHrWMCe\",layoutId:\"zWTHrWMCe\",name:\"Link Text\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"Benefits\",transitionOptions:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"},type:\"line\",variant:true,width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xNrKurLPa\"},motionChild:true,nodeId:\"NZ09istl8\",openInNewTab:false,scopeId:\"F0xv7EnMY\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ps5crn framer-4gsqpo\",\"data-framer-name\":\"Link 3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NZ09istl8\",onTap:onTapi1oxyf({overlay})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1yh0kzf\",\"data-framer-name\":\"Social Links\",exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"qw8q3bNb8\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17vjoj7-container\",\"data-framer-name\":\"Header\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LqmxgHyD8-container\",name:\"Header\",nodeId:\"LqmxgHyD8\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(254, 203, 179)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:100},font:{font:\"lexend deca\",fontSize:12,fontWeight:400,letterSpacing:0,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"break-spaces\"},height:\"100%\",id:\"LqmxgHyD8\",layoutId:\"LqmxgHyD8\",name:\"Header\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"Social Links\\n\",transitionOptions:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"},type:\"line\",variant:true,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kwuqwp\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"PioAGDtml\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/getscapia/\",motionChild:true,nodeId:\"kOxX4FMuG\",scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nwfrr4 framer-4gsqpo\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"kOxX4FMuG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yfq0xt-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LTK6IKkNc-container\",nodeId:\"LTK6IKkNc\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Instagram\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"LTK6IKkNc\",layoutId:\"LTK6IKkNc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/getscapia\",motionChild:true,nodeId:\"np2ls2Epb\",scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-rdz15r framer-4gsqpo\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"np2ls2Epb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xsw86y-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"q8SqXVIOA-container\",nodeId:\"q8SqXVIOA\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Twitter\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"q8SqXVIOA\",layoutId:\"q8SqXVIOA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/getscapianow\",motionChild:true,nodeId:\"n0rN28h5A\",openInNewTab:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18jgwow framer-4gsqpo\",\"data-framer-name\":\"Facebook\",layoutDependency:layoutDependency,layoutId:\"n0rN28h5A\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1742h41-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uaVjYh07e-container\",nodeId:\"uaVjYh07e\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Facebook\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"uaVjYh07e\",layoutId:\"uaVjYh07e\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/scapia/\",motionChild:true,nodeId:\"BPHvMYyZA\",openInNewTab:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cxfmvk framer-4gsqpo\",\"data-framer-name\":\"Linkedin\",layoutDependency:layoutDependency,layoutId:\"BPHvMYyZA\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1w0agod-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Wtp0xeQ42-container\",nodeId:\"Wtp0xeQ42\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LinkedIn\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Wtp0xeQ42\",layoutId:\"Wtp0xeQ42\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@getscapia\",motionChild:true,nodeId:\"qzhBKyu01\",openInNewTab:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-69x5g5 framer-4gsqpo\",\"data-framer-name\":\"Youtube\",layoutDependency:layoutDependency,layoutId:\"qzhBKyu01\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-luxe0t-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ltxpuxpJg-container\",nodeId:\"ltxpuxpJg\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Youtube\",iconSelection:\"LinkedIn\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ltxpuxpJg\",layoutId:\"ltxpuxpJg\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-i3y3qy\",\"data-framer-name\":\"Background 1\",exit:animation6,initial:animation7,layoutDependency:layoutDependency,layoutId:\"wQI69d2or\",style:{backgroundColor:\"rgb(206, 62, 0)\",transformPerspective:1200}})]})})})]})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RICYuR8Uj\"},motionChild:true,nodeId:\"qxOPVq6u6\",scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-e4cz3w framer-4gsqpo\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"qxOPVq6u6\",style:{filter:\"none\",WebkitFilter:\"none\"},variants:{BND9PEsEG:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},fUTwR81_2:{filter:\"none\",WebkitFilter:\"none\"},KdaWE40yi:{filter:\"none\",WebkitFilter:\"none\"},OabYRZtWz:{filter:\"none\",WebkitFilter:\"none\"},Qpwj1BhwQ:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},z8gd7e8XF:{filter:\"none\",WebkitFilter:\"none\"},zaoUsA41A:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dyjp3u\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pTqHgZleT\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 24\"><path d=\"M 5.708 19.017 C 4.426 19.017 3.302 18.814 2.319 18.425 C 1.353 18.036 0.58 17.511 0 16.852 L 2.389 14.889 C 2.898 15.38 3.477 15.735 4.11 15.972 C 4.742 16.192 5.357 16.293 5.936 16.293 C 6.165 16.293 6.376 16.276 6.551 16.226 C 6.727 16.175 6.885 16.124 6.99 16.039 C 7.113 15.938 7.218 15.836 7.289 15.735 C 7.359 15.617 7.394 15.464 7.394 15.312 C 7.394 15.008 7.254 14.754 6.955 14.584 C 6.815 14.5 6.569 14.415 6.217 14.297 C 5.866 14.196 5.427 14.06 4.883 13.925 C 4.11 13.739 3.443 13.519 2.863 13.265 C 2.301 12.994 1.844 12.69 1.476 12.351 C 1.142 12.03 0.896 11.658 0.72 11.269 C 0.544 10.863 0.457 10.406 0.457 9.915 C 0.457 9.34 0.597 8.816 0.879 8.342 C 1.177 7.868 1.563 7.462 2.037 7.124 C 2.529 6.786 3.091 6.515 3.706 6.346 C 4.338 6.16 5.006 6.058 5.673 6.058 C 6.393 6.058 7.078 6.143 7.746 6.295 C 8.395 6.447 9.01 6.667 9.572 6.955 C 10.151 7.243 10.661 7.564 11.1 7.97 L 9.028 10.169 C 8.729 9.898 8.395 9.661 8.026 9.459 C 7.658 9.239 7.289 9.069 6.902 8.951 C 6.516 8.833 6.147 8.765 5.813 8.765 C 5.568 8.765 5.339 8.782 5.146 8.833 C 4.97 8.867 4.812 8.934 4.672 9.019 C 4.549 9.103 4.443 9.205 4.373 9.323 C 4.303 9.425 4.268 9.56 4.268 9.729 C 4.268 9.898 4.303 10.034 4.391 10.169 C 4.496 10.304 4.619 10.423 4.777 10.524 C 4.935 10.626 5.199 10.727 5.568 10.846 C 5.936 10.947 6.428 11.099 7.043 11.269 C 7.816 11.472 8.483 11.692 9.045 11.945 C 9.607 12.199 10.046 12.487 10.38 12.842 C 10.643 13.113 10.837 13.417 10.977 13.773 C 11.1 14.111 11.17 14.483 11.17 14.889 C 11.17 15.684 10.924 16.395 10.45 17.021 C 9.994 17.63 9.344 18.12 8.536 18.476 C 7.71 18.814 6.779 18.983 5.726 18.983 Z\" fill=\"rgb(241,246,251)\"></path><path d=\"M 19.233 19.017 C 17.968 19.017 16.844 18.73 15.843 18.171 C 14.842 17.613 14.052 16.851 13.454 15.87 C 12.875 14.889 12.594 13.773 12.594 12.538 C 12.594 11.303 12.875 10.203 13.454 9.239 C 14.052 8.258 14.842 7.479 15.843 6.921 C 16.844 6.363 17.986 6.075 19.233 6.075 C 20.392 6.075 21.463 6.278 22.429 6.667 C 23.413 7.056 24.185 7.598 24.765 8.308 L 22.622 10.744 C 22.394 10.491 22.113 10.254 21.814 10.034 C 21.498 9.814 21.165 9.645 20.778 9.526 C 20.409 9.408 20.005 9.34 19.602 9.34 C 18.969 9.34 18.425 9.476 17.95 9.763 C 17.476 10.034 17.107 10.406 16.844 10.88 C 16.58 11.37 16.458 11.912 16.458 12.538 C 16.458 13.164 16.58 13.671 16.844 14.162 C 17.125 14.652 17.494 15.024 17.968 15.312 C 18.442 15.6 18.987 15.735 19.602 15.735 C 20.023 15.735 20.427 15.684 20.778 15.6 C 21.147 15.498 21.463 15.329 21.762 15.126 C 22.078 14.923 22.359 14.669 22.622 14.382 L 24.747 16.834 C 24.185 17.511 23.413 18.036 22.412 18.425 C 21.428 18.814 20.374 19.017 19.233 19.017 Z\" fill=\"rgb(241,246,251)\"></path><path d=\"M 31.738 18.983 C 30.631 18.983 29.647 18.713 28.787 18.171 C 27.926 17.613 27.259 16.851 26.749 15.87 C 26.24 14.889 25.994 13.773 25.994 12.538 C 25.994 11.303 26.24 10.152 26.749 9.188 C 27.259 8.224 27.961 7.462 28.839 6.921 C 29.717 6.363 30.736 6.075 31.86 6.075 C 32.492 6.075 33.054 6.16 33.564 6.329 C 34.09 6.498 34.547 6.735 34.951 7.056 C 35.337 7.361 35.689 7.699 35.952 8.105 C 36.233 8.494 36.444 8.917 36.567 9.374 L 35.759 9.272 L 35.759 6.329 L 39.675 6.329 L 39.675 18.763 L 35.689 18.763 L 35.689 15.769 L 36.567 15.769 C 36.444 16.175 36.216 16.598 35.935 16.987 C 35.636 17.376 35.285 17.714 34.846 18.019 C 34.425 18.323 33.95 18.543 33.423 18.73 C 32.896 18.898 32.334 18.983 31.755 18.983 Z M 32.826 15.837 C 33.441 15.837 33.95 15.701 34.407 15.43 C 34.846 15.16 35.197 14.788 35.443 14.314 C 35.689 13.807 35.812 13.231 35.812 12.555 C 35.812 11.878 35.689 11.303 35.443 10.829 C 35.197 10.322 34.846 9.949 34.407 9.679 C 33.967 9.391 33.441 9.255 32.826 9.255 C 32.211 9.255 31.72 9.391 31.28 9.679 C 30.859 9.949 30.526 10.322 30.28 10.829 C 30.034 11.319 29.911 11.895 29.911 12.555 C 29.911 13.214 30.034 13.807 30.28 14.314 C 30.526 14.804 30.859 15.177 31.28 15.43 C 31.72 15.701 32.246 15.837 32.826 15.837 Z\" fill=\"rgb(241,246,251)\"></path><path d=\"M 43.152 23.94 L 43.152 6.346 L 46.894 6.346 L 47.033 9.137 L 46.296 8.934 C 46.419 8.426 46.682 7.953 47.139 7.53 C 47.578 7.107 48.14 6.768 48.807 6.515 C 49.492 6.244 50.212 6.109 50.968 6.109 C 52.092 6.109 53.075 6.396 53.953 6.955 C 54.832 7.496 55.499 8.257 55.991 9.222 C 56.5 10.169 56.746 11.286 56.746 12.554 C 56.746 13.823 56.5 14.906 55.991 15.887 C 55.499 16.851 54.814 17.613 53.918 18.188 C 53.04 18.729 52.039 19 50.915 19 C 50.178 19 49.475 18.864 48.79 18.594 C 48.123 18.323 47.543 17.968 47.086 17.511 C 46.63 17.054 46.331 16.564 46.173 16.039 L 47.086 15.718 L 47.086 23.94 L 43.117 23.94 Z M 49.966 15.836 C 50.564 15.836 51.073 15.701 51.512 15.43 C 51.951 15.142 52.302 14.77 52.548 14.28 C 52.794 13.789 52.917 13.214 52.917 12.554 C 52.917 11.894 52.794 11.336 52.548 10.846 C 52.302 10.338 51.951 9.966 51.512 9.695 C 51.091 9.408 50.564 9.272 49.966 9.272 C 49.369 9.272 48.843 9.408 48.386 9.678 C 47.947 9.949 47.596 10.321 47.35 10.829 C 47.104 11.336 46.981 11.911 46.981 12.554 C 46.981 13.197 47.104 13.806 47.35 14.28 C 47.596 14.77 47.947 15.142 48.386 15.43 C 48.825 15.701 49.352 15.836 49.966 15.836 Z\" fill=\"rgb(241,246,251)\"></path><path d=\"M 59.591 18.78 L 59.591 6.346 L 63.525 6.346 L 63.525 18.78 Z M 61.558 3.875 C 60.821 3.875 60.241 3.706 59.802 3.385 C 59.398 3.046 59.188 2.556 59.188 1.93 C 59.188 1.372 59.398 0.915 59.82 0.543 C 60.241 0.188 60.821 0.001 61.541 0.001 C 62.261 0.001 62.858 0.171 63.262 0.509 C 63.666 0.83 63.877 1.304 63.877 1.913 C 63.877 2.522 63.666 2.962 63.245 3.317 C 62.84 3.673 62.261 3.858 61.541 3.858 Z\" fill=\"rgb(241,246,251)\"></path><path d=\"M 72.063 18.983 C 70.957 18.983 69.973 18.713 69.112 18.171 C 68.252 17.613 67.585 16.851 67.075 15.87 C 66.566 14.889 66.32 13.773 66.32 12.538 C 66.32 11.303 66.566 10.152 67.075 9.188 C 67.585 8.224 68.287 7.462 69.165 6.921 C 70.044 6.363 71.062 6.075 72.186 6.075 C 72.818 6.075 73.38 6.16 73.889 6.329 C 74.417 6.498 74.873 6.735 75.277 7.056 C 75.664 7.361 76.015 7.699 76.278 8.105 C 76.559 8.494 76.77 8.917 76.893 9.374 L 76.085 9.272 L 76.085 6.329 L 80.001 6.329 L 80.001 18.763 L 76.015 18.763 L 76.015 15.769 L 76.893 15.769 C 76.77 16.175 76.541 16.598 76.261 16.987 C 75.962 17.376 75.611 17.714 75.172 18.019 C 74.75 18.323 74.276 18.543 73.749 18.73 C 73.222 18.898 72.66 18.983 72.081 18.983 Z M 73.152 15.837 C 73.767 15.837 74.276 15.701 74.733 15.43 C 75.172 15.16 75.523 14.788 75.769 14.314 C 76.015 13.807 76.138 13.231 76.138 12.555 C 76.138 11.878 76.015 11.303 75.769 10.829 C 75.523 10.322 75.172 9.949 74.733 9.679 C 74.294 9.391 73.767 9.255 73.152 9.255 C 72.537 9.255 72.045 9.391 71.607 9.679 C 71.185 9.949 70.851 10.322 70.605 10.829 C 70.359 11.319 70.237 11.895 70.237 12.555 C 70.237 13.214 70.359 13.807 70.605 14.314 C 70.851 14.804 71.185 15.177 71.607 15.43 C 72.045 15.701 72.572 15.837 73.152 15.837 Z\" fill=\"rgb(241,246,251)\"></path></svg>',svgContentId:12486730981,withExternalLayout:true,...addPropertyOverrides({fUTwR81_2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 24\"><path d=\"M 5.708 19.017 C 4.426 19.017 3.302 18.814 2.319 18.425 C 1.353 18.036 0.58 17.511 0 16.852 L 2.389 14.889 C 2.898 15.38 3.477 15.735 4.11 15.972 C 4.742 16.192 5.357 16.293 5.936 16.293 C 6.165 16.293 6.376 16.276 6.551 16.226 C 6.727 16.175 6.885 16.124 6.99 16.039 C 7.113 15.938 7.218 15.836 7.289 15.735 C 7.359 15.617 7.394 15.464 7.394 15.312 C 7.394 15.008 7.254 14.754 6.955 14.584 C 6.815 14.5 6.569 14.415 6.217 14.297 C 5.866 14.196 5.427 14.06 4.883 13.925 C 4.11 13.739 3.443 13.519 2.863 13.265 C 2.301 12.994 1.844 12.69 1.476 12.351 C 1.142 12.03 0.896 11.658 0.72 11.269 C 0.544 10.863 0.457 10.406 0.457 9.915 C 0.457 9.34 0.597 8.816 0.879 8.342 C 1.177 7.868 1.563 7.462 2.037 7.124 C 2.529 6.786 3.091 6.515 3.706 6.346 C 4.338 6.16 5.006 6.058 5.673 6.058 C 6.393 6.058 7.078 6.143 7.746 6.295 C 8.395 6.447 9.01 6.667 9.572 6.955 C 10.151 7.243 10.661 7.564 11.1 7.97 L 9.028 10.169 C 8.729 9.898 8.395 9.661 8.026 9.459 C 7.658 9.239 7.289 9.069 6.902 8.951 C 6.516 8.833 6.147 8.765 5.813 8.765 C 5.568 8.765 5.339 8.782 5.146 8.833 C 4.97 8.867 4.812 8.934 4.672 9.019 C 4.549 9.103 4.443 9.205 4.373 9.323 C 4.303 9.425 4.268 9.56 4.268 9.729 C 4.268 9.898 4.303 10.034 4.391 10.169 C 4.496 10.304 4.619 10.423 4.777 10.524 C 4.935 10.626 5.199 10.727 5.568 10.846 C 5.936 10.947 6.428 11.099 7.043 11.269 C 7.816 11.472 8.483 11.692 9.045 11.945 C 9.607 12.199 10.046 12.487 10.38 12.842 C 10.643 13.113 10.837 13.417 10.977 13.773 C 11.1 14.111 11.17 14.483 11.17 14.889 C 11.17 15.684 10.924 16.395 10.45 17.021 C 9.994 17.63 9.344 18.12 8.536 18.476 C 7.71 18.814 6.779 18.983 5.726 18.983 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 19.233 19.017 C 17.968 19.017 16.844 18.73 15.843 18.171 C 14.842 17.613 14.052 16.851 13.454 15.87 C 12.875 14.889 12.594 13.773 12.594 12.538 C 12.594 11.303 12.875 10.203 13.454 9.239 C 14.052 8.258 14.842 7.479 15.843 6.921 C 16.844 6.363 17.986 6.075 19.233 6.075 C 20.392 6.075 21.463 6.278 22.429 6.667 C 23.413 7.056 24.185 7.598 24.765 8.308 L 22.622 10.744 C 22.394 10.491 22.113 10.254 21.814 10.034 C 21.498 9.814 21.165 9.645 20.778 9.526 C 20.409 9.408 20.005 9.34 19.602 9.34 C 18.969 9.34 18.425 9.476 17.95 9.763 C 17.476 10.034 17.107 10.406 16.844 10.88 C 16.58 11.37 16.458 11.912 16.458 12.538 C 16.458 13.164 16.58 13.671 16.844 14.162 C 17.125 14.652 17.494 15.024 17.968 15.312 C 18.442 15.6 18.987 15.735 19.602 15.735 C 20.023 15.735 20.427 15.684 20.778 15.6 C 21.147 15.498 21.463 15.329 21.762 15.126 C 22.078 14.923 22.359 14.669 22.622 14.382 L 24.747 16.834 C 24.185 17.511 23.413 18.036 22.412 18.425 C 21.428 18.814 20.374 19.017 19.233 19.017 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 31.738 18.983 C 30.631 18.983 29.647 18.713 28.787 18.171 C 27.926 17.613 27.259 16.851 26.749 15.87 C 26.24 14.889 25.994 13.773 25.994 12.538 C 25.994 11.303 26.24 10.152 26.749 9.188 C 27.259 8.224 27.961 7.462 28.839 6.921 C 29.717 6.363 30.736 6.075 31.86 6.075 C 32.492 6.075 33.054 6.16 33.564 6.329 C 34.09 6.498 34.547 6.735 34.951 7.056 C 35.337 7.361 35.689 7.699 35.952 8.105 C 36.233 8.494 36.444 8.917 36.567 9.374 L 35.759 9.272 L 35.759 6.329 L 39.675 6.329 L 39.675 18.763 L 35.689 18.763 L 35.689 15.769 L 36.567 15.769 C 36.444 16.175 36.216 16.598 35.935 16.987 C 35.636 17.376 35.285 17.714 34.846 18.019 C 34.425 18.323 33.95 18.543 33.423 18.73 C 32.896 18.898 32.334 18.983 31.755 18.983 Z M 32.826 15.837 C 33.441 15.837 33.95 15.701 34.407 15.43 C 34.846 15.16 35.197 14.788 35.443 14.314 C 35.689 13.807 35.812 13.231 35.812 12.555 C 35.812 11.878 35.689 11.303 35.443 10.829 C 35.197 10.322 34.846 9.949 34.407 9.679 C 33.967 9.391 33.441 9.255 32.826 9.255 C 32.211 9.255 31.72 9.391 31.28 9.679 C 30.859 9.949 30.526 10.322 30.28 10.829 C 30.034 11.319 29.911 11.895 29.911 12.555 C 29.911 13.214 30.034 13.807 30.28 14.314 C 30.526 14.804 30.859 15.177 31.28 15.43 C 31.72 15.701 32.246 15.837 32.826 15.837 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 43.152 23.94 L 43.152 6.346 L 46.894 6.346 L 47.033 9.137 L 46.296 8.934 C 46.419 8.426 46.682 7.953 47.139 7.53 C 47.578 7.107 48.14 6.768 48.807 6.515 C 49.492 6.244 50.212 6.109 50.968 6.109 C 52.092 6.109 53.075 6.396 53.953 6.955 C 54.832 7.496 55.499 8.257 55.991 9.222 C 56.5 10.169 56.746 11.286 56.746 12.554 C 56.746 13.823 56.5 14.906 55.991 15.887 C 55.499 16.851 54.814 17.613 53.918 18.188 C 53.04 18.729 52.039 19 50.915 19 C 50.178 19 49.475 18.864 48.79 18.594 C 48.123 18.323 47.543 17.968 47.086 17.511 C 46.63 17.054 46.331 16.564 46.173 16.039 L 47.086 15.718 L 47.086 23.94 L 43.117 23.94 Z M 49.966 15.836 C 50.564 15.836 51.073 15.701 51.512 15.43 C 51.951 15.142 52.302 14.77 52.548 14.28 C 52.794 13.789 52.917 13.214 52.917 12.554 C 52.917 11.894 52.794 11.336 52.548 10.846 C 52.302 10.338 51.951 9.966 51.512 9.695 C 51.091 9.408 50.564 9.272 49.966 9.272 C 49.369 9.272 48.843 9.408 48.386 9.678 C 47.947 9.949 47.596 10.321 47.35 10.829 C 47.104 11.336 46.981 11.911 46.981 12.554 C 46.981 13.197 47.104 13.806 47.35 14.28 C 47.596 14.77 47.947 15.142 48.386 15.43 C 48.825 15.701 49.352 15.836 49.966 15.836 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 59.591 18.78 L 59.591 6.346 L 63.525 6.346 L 63.525 18.78 Z M 61.558 3.875 C 60.821 3.875 60.241 3.706 59.802 3.385 C 59.398 3.046 59.188 2.556 59.188 1.93 C 59.188 1.372 59.398 0.915 59.82 0.543 C 60.241 0.188 60.821 0.001 61.541 0.001 C 62.261 0.001 62.858 0.171 63.262 0.509 C 63.666 0.83 63.877 1.304 63.877 1.913 C 63.877 2.522 63.666 2.962 63.245 3.317 C 62.84 3.673 62.261 3.858 61.541 3.858 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 72.063 18.983 C 70.957 18.983 69.973 18.713 69.112 18.171 C 68.252 17.613 67.585 16.851 67.075 15.87 C 66.566 14.889 66.32 13.773 66.32 12.538 C 66.32 11.303 66.566 10.152 67.075 9.188 C 67.585 8.224 68.287 7.462 69.165 6.921 C 70.044 6.363 71.062 6.075 72.186 6.075 C 72.818 6.075 73.38 6.16 73.889 6.329 C 74.417 6.498 74.873 6.735 75.277 7.056 C 75.664 7.361 76.015 7.699 76.278 8.105 C 76.559 8.494 76.77 8.917 76.893 9.374 L 76.085 9.272 L 76.085 6.329 L 80.001 6.329 L 80.001 18.763 L 76.015 18.763 L 76.015 15.769 L 76.893 15.769 C 76.77 16.175 76.541 16.598 76.261 16.987 C 75.962 17.376 75.611 17.714 75.172 18.019 C 74.75 18.323 74.276 18.543 73.749 18.73 C 73.222 18.898 72.66 18.983 72.081 18.983 Z M 73.152 15.837 C 73.767 15.837 74.276 15.701 74.733 15.43 C 75.172 15.16 75.523 14.788 75.769 14.314 C 76.015 13.807 76.138 13.231 76.138 12.555 C 76.138 11.878 76.015 11.303 75.769 10.829 C 75.523 10.322 75.172 9.949 74.733 9.679 C 74.294 9.391 73.767 9.255 73.152 9.255 C 72.537 9.255 72.045 9.391 71.607 9.679 C 71.185 9.949 70.851 10.322 70.605 10.829 C 70.359 11.319 70.237 11.895 70.237 12.555 C 70.237 13.214 70.359 13.807 70.605 14.314 C 70.851 14.804 71.185 15.177 71.607 15.43 C 72.045 15.701 72.572 15.837 73.152 15.837 Z\" fill=\"rgb(3, 18, 35)\"></path></svg>',svgContentId:10044477833},OabYRZtWz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 24\"><path d=\"M 5.708 19.017 C 4.426 19.017 3.302 18.814 2.319 18.425 C 1.353 18.036 0.58 17.511 0 16.852 L 2.389 14.889 C 2.898 15.38 3.477 15.735 4.11 15.972 C 4.742 16.192 5.357 16.293 5.936 16.293 C 6.165 16.293 6.376 16.276 6.551 16.226 C 6.727 16.175 6.885 16.124 6.99 16.039 C 7.113 15.938 7.218 15.836 7.289 15.735 C 7.359 15.617 7.394 15.464 7.394 15.312 C 7.394 15.008 7.254 14.754 6.955 14.584 C 6.815 14.5 6.569 14.415 6.217 14.297 C 5.866 14.196 5.427 14.06 4.883 13.925 C 4.11 13.739 3.443 13.519 2.863 13.265 C 2.301 12.994 1.844 12.69 1.476 12.351 C 1.142 12.03 0.896 11.658 0.72 11.269 C 0.544 10.863 0.457 10.406 0.457 9.915 C 0.457 9.34 0.597 8.816 0.879 8.342 C 1.177 7.868 1.563 7.462 2.037 7.124 C 2.529 6.786 3.091 6.515 3.706 6.346 C 4.338 6.16 5.006 6.058 5.673 6.058 C 6.393 6.058 7.078 6.143 7.746 6.295 C 8.395 6.447 9.01 6.667 9.572 6.955 C 10.151 7.243 10.661 7.564 11.1 7.97 L 9.028 10.169 C 8.729 9.898 8.395 9.661 8.026 9.459 C 7.658 9.239 7.289 9.069 6.902 8.951 C 6.516 8.833 6.147 8.765 5.813 8.765 C 5.568 8.765 5.339 8.782 5.146 8.833 C 4.97 8.867 4.812 8.934 4.672 9.019 C 4.549 9.103 4.443 9.205 4.373 9.323 C 4.303 9.425 4.268 9.56 4.268 9.729 C 4.268 9.898 4.303 10.034 4.391 10.169 C 4.496 10.304 4.619 10.423 4.777 10.524 C 4.935 10.626 5.199 10.727 5.568 10.846 C 5.936 10.947 6.428 11.099 7.043 11.269 C 7.816 11.472 8.483 11.692 9.045 11.945 C 9.607 12.199 10.046 12.487 10.38 12.842 C 10.643 13.113 10.837 13.417 10.977 13.773 C 11.1 14.111 11.17 14.483 11.17 14.889 C 11.17 15.684 10.924 16.395 10.45 17.021 C 9.994 17.63 9.344 18.12 8.536 18.476 C 7.71 18.814 6.779 18.983 5.726 18.983 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 19.233 19.017 C 17.968 19.017 16.844 18.73 15.843 18.171 C 14.842 17.613 14.052 16.851 13.454 15.87 C 12.875 14.889 12.594 13.773 12.594 12.538 C 12.594 11.303 12.875 10.203 13.454 9.239 C 14.052 8.258 14.842 7.479 15.843 6.921 C 16.844 6.363 17.986 6.075 19.233 6.075 C 20.392 6.075 21.463 6.278 22.429 6.667 C 23.413 7.056 24.185 7.598 24.765 8.308 L 22.622 10.744 C 22.394 10.491 22.113 10.254 21.814 10.034 C 21.498 9.814 21.165 9.645 20.778 9.526 C 20.409 9.408 20.005 9.34 19.602 9.34 C 18.969 9.34 18.425 9.476 17.95 9.763 C 17.476 10.034 17.107 10.406 16.844 10.88 C 16.58 11.37 16.458 11.912 16.458 12.538 C 16.458 13.164 16.58 13.671 16.844 14.162 C 17.125 14.652 17.494 15.024 17.968 15.312 C 18.442 15.6 18.987 15.735 19.602 15.735 C 20.023 15.735 20.427 15.684 20.778 15.6 C 21.147 15.498 21.463 15.329 21.762 15.126 C 22.078 14.923 22.359 14.669 22.622 14.382 L 24.747 16.834 C 24.185 17.511 23.413 18.036 22.412 18.425 C 21.428 18.814 20.374 19.017 19.233 19.017 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 31.738 18.983 C 30.631 18.983 29.647 18.713 28.787 18.171 C 27.926 17.613 27.259 16.851 26.749 15.87 C 26.24 14.889 25.994 13.773 25.994 12.538 C 25.994 11.303 26.24 10.152 26.749 9.188 C 27.259 8.224 27.961 7.462 28.839 6.921 C 29.717 6.363 30.736 6.075 31.86 6.075 C 32.492 6.075 33.054 6.16 33.564 6.329 C 34.09 6.498 34.547 6.735 34.951 7.056 C 35.337 7.361 35.689 7.699 35.952 8.105 C 36.233 8.494 36.444 8.917 36.567 9.374 L 35.759 9.272 L 35.759 6.329 L 39.675 6.329 L 39.675 18.763 L 35.689 18.763 L 35.689 15.769 L 36.567 15.769 C 36.444 16.175 36.216 16.598 35.935 16.987 C 35.636 17.376 35.285 17.714 34.846 18.019 C 34.425 18.323 33.95 18.543 33.423 18.73 C 32.896 18.898 32.334 18.983 31.755 18.983 Z M 32.826 15.837 C 33.441 15.837 33.95 15.701 34.407 15.43 C 34.846 15.16 35.197 14.788 35.443 14.314 C 35.689 13.807 35.812 13.231 35.812 12.555 C 35.812 11.878 35.689 11.303 35.443 10.829 C 35.197 10.322 34.846 9.949 34.407 9.679 C 33.967 9.391 33.441 9.255 32.826 9.255 C 32.211 9.255 31.72 9.391 31.28 9.679 C 30.859 9.949 30.526 10.322 30.28 10.829 C 30.034 11.319 29.911 11.895 29.911 12.555 C 29.911 13.214 30.034 13.807 30.28 14.314 C 30.526 14.804 30.859 15.177 31.28 15.43 C 31.72 15.701 32.246 15.837 32.826 15.837 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 43.152 23.94 L 43.152 6.346 L 46.894 6.346 L 47.033 9.137 L 46.296 8.934 C 46.419 8.426 46.682 7.953 47.139 7.53 C 47.578 7.107 48.14 6.768 48.807 6.515 C 49.492 6.244 50.212 6.109 50.968 6.109 C 52.092 6.109 53.075 6.396 53.953 6.955 C 54.832 7.496 55.499 8.257 55.991 9.222 C 56.5 10.169 56.746 11.286 56.746 12.554 C 56.746 13.823 56.5 14.906 55.991 15.887 C 55.499 16.851 54.814 17.613 53.918 18.188 C 53.04 18.729 52.039 19 50.915 19 C 50.178 19 49.475 18.864 48.79 18.594 C 48.123 18.323 47.543 17.968 47.086 17.511 C 46.63 17.054 46.331 16.564 46.173 16.039 L 47.086 15.718 L 47.086 23.94 L 43.117 23.94 Z M 49.966 15.836 C 50.564 15.836 51.073 15.701 51.512 15.43 C 51.951 15.142 52.302 14.77 52.548 14.28 C 52.794 13.789 52.917 13.214 52.917 12.554 C 52.917 11.894 52.794 11.336 52.548 10.846 C 52.302 10.338 51.951 9.966 51.512 9.695 C 51.091 9.408 50.564 9.272 49.966 9.272 C 49.369 9.272 48.843 9.408 48.386 9.678 C 47.947 9.949 47.596 10.321 47.35 10.829 C 47.104 11.336 46.981 11.911 46.981 12.554 C 46.981 13.197 47.104 13.806 47.35 14.28 C 47.596 14.77 47.947 15.142 48.386 15.43 C 48.825 15.701 49.352 15.836 49.966 15.836 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 59.591 18.78 L 59.591 6.346 L 63.525 6.346 L 63.525 18.78 Z M 61.558 3.875 C 60.821 3.875 60.241 3.706 59.802 3.385 C 59.398 3.046 59.188 2.556 59.188 1.93 C 59.188 1.372 59.398 0.915 59.82 0.543 C 60.241 0.188 60.821 0.001 61.541 0.001 C 62.261 0.001 62.858 0.171 63.262 0.509 C 63.666 0.83 63.877 1.304 63.877 1.913 C 63.877 2.522 63.666 2.962 63.245 3.317 C 62.84 3.673 62.261 3.858 61.541 3.858 Z\" fill=\"rgb(3, 18, 35)\"></path><path d=\"M 72.063 18.983 C 70.957 18.983 69.973 18.713 69.112 18.171 C 68.252 17.613 67.585 16.851 67.075 15.87 C 66.566 14.889 66.32 13.773 66.32 12.538 C 66.32 11.303 66.566 10.152 67.075 9.188 C 67.585 8.224 68.287 7.462 69.165 6.921 C 70.044 6.363 71.062 6.075 72.186 6.075 C 72.818 6.075 73.38 6.16 73.889 6.329 C 74.417 6.498 74.873 6.735 75.277 7.056 C 75.664 7.361 76.015 7.699 76.278 8.105 C 76.559 8.494 76.77 8.917 76.893 9.374 L 76.085 9.272 L 76.085 6.329 L 80.001 6.329 L 80.001 18.763 L 76.015 18.763 L 76.015 15.769 L 76.893 15.769 C 76.77 16.175 76.541 16.598 76.261 16.987 C 75.962 17.376 75.611 17.714 75.172 18.019 C 74.75 18.323 74.276 18.543 73.749 18.73 C 73.222 18.898 72.66 18.983 72.081 18.983 Z M 73.152 15.837 C 73.767 15.837 74.276 15.701 74.733 15.43 C 75.172 15.16 75.523 14.788 75.769 14.314 C 76.015 13.807 76.138 13.231 76.138 12.555 C 76.138 11.878 76.015 11.303 75.769 10.829 C 75.523 10.322 75.172 9.949 74.733 9.679 C 74.294 9.391 73.767 9.255 73.152 9.255 C 72.537 9.255 72.045 9.391 71.607 9.679 C 71.185 9.949 70.851 10.322 70.605 10.829 C 70.359 11.319 70.237 11.895 70.237 12.555 C 70.237 13.214 70.359 13.807 70.605 14.314 C 70.851 14.804 71.185 15.177 71.607 15.43 C 72.045 15.701 72.572 15.837 73.152 15.837 Z\" fill=\"rgb(3, 18, 35)\"></path></svg>',svgContentId:10044477833}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vq89o5\",\"data-framer-name\":\"Desktop Menu\",layoutDependency:layoutDependency,layoutId:\"AoaF5Xsgb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-eno4aw\",\"data-framer-name\":\"Nav - Cards\",layoutDependency:layoutDependency,layoutId:\"wkJ0P7yQs\",style:{filter:\"none\",WebkitFilter:\"none\"},variants:{BND9PEsEG:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},Qpwj1BhwQ:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},zaoUsA41A:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ljfkdj\",layoutDependency:layoutDependency,layoutId:\"JLIX4Ijkr\",style:{backgroundColor:\"rgb(206, 62, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bu1ohg\",\"data-styles-preset\":\"nnLozAhJj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get your card\"})}),className:\"framer-e2pdsd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IdEnns3Mw\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+(24+((componentViewport?.height||81)-48-33)/2)+7,...addPropertyOverrides({BND9PEsEG:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||200)-48-33)/2)+7},Qpwj1BhwQ:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||72)-48-33)/2)+7},zaoUsA41A:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||72)-48-33)/2)+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-33h80t-container\",layoutDependency:layoutDependency,layoutId:\"LBvNzLYAV-container\",nodeId:\"LBvNzLYAV\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(ButtonNavScapiaWorld,{fHPDvuhmP:\"rgb(241, 246, 251)\",height:\"100%\",id:\"LBvNzLYAV\",layoutId:\"LBvNzLYAV\",variant:\"WchGrdkw4\",width:\"100%\",...addPropertyOverrides({BND9PEsEG:{fHPDvuhmP:\"rgb(3, 18, 35)\"},Qpwj1BhwQ:{fHPDvuhmP:\"rgb(3, 18, 35)\"},zaoUsA41A:{fHPDvuhmP:\"rgb(3, 18, 35)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"a8oiZqeEs\"},motionChild:true,nodeId:\"t0V_lUq5p\",openInNewTab:false,scopeId:\"F0xv7EnMY\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Newsroom\"})})})}),className:\"framer-15rpubq\",\"data-framer-name\":\"Newsroom\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"t0V_lUq5p\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12uo38z\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"Htapq3ndd\",style:{backgroundColor:\"rgb(206, 62, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtNTAw\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(241, 246, 251))\"},children:\"Get your card\"})}),className:\"framer-r9yfb1\",\"data-framer-name\":\"Card & App\",fonts:[\"GF;Lexend Deca-500\"],layoutDependency:layoutDependency,layoutId:\"OQ6Ym5MQA\",style:{\"--extracted-r6o4lv\":\"rgb(241, 246, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lqfu2s-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"JV0YUUkRY-container\",nodeId:\"JV0YUUkRY\",rendersWithMotion:true,scopeId:\"F0xv7EnMY\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:10,borderRadius:0,direction:\"toTop\",height:\"100%\",id:\"JV0YUUkRY\",layoutId:\"JV0YUUkRY\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q9oxpz\",\"data-framer-name\":\"Tint\",layoutDependency:layoutDependency,layoutId:\"MXpibkl6z\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0.30000001192092896) 0%, rgba(0, 0, 0, 0.29902908205986023) 4.398860409855843%, rgba(0, 0, 0, 0.2960126996040344) 8.27513262629509%, rgba(0, 0, 0, 0.29079562425613403) 11.824175715446472%, rgba(0, 0, 0, 0.2832224667072296) 15.24135172367096%, rgba(0, 0, 0, 0.27313798666000366) 18.722018599510193%, rgba(0, 0, 0, 0.2603868246078491) 22.461538016796112%, rgba(0, 0, 0, 0.2448136806488037) 26.655271649360657%, rgba(0, 0, 0, 0.22626325488090515) 31.49857521057129%, rgba(0, 0, 0, 0.20458023250102997) 37.18681335449219%, rgba(0, 0, 0, 0.15) 43.915343284606934%, rgba(0, 0, 0, 0.12) 51.87952518463135%, rgba(0, 0, 0, 0.08) 61.27472519874573%, rgba(0, 0, 0, 0.06) 72.29629755020142%, rgba(0, 0, 0, 0.03) 85.13960242271423%, rgba(0, 0, 0, 0) 100%)\",filter:\"none\",opacity:0,WebkitFilter:\"none\"},variants:{BND9PEsEG:{filter:\"none\",opacity:1,WebkitFilter:\"none\"},fUTwR81_2:{background:\"linear-gradient(180deg, rgb(207, 219, 233) 0%, rgba(207, 219, 233, 0) 100%)\",filter:\"none\",opacity:1,WebkitFilter:\"none\"},KdaWE40yi:{filter:\"none\",WebkitFilter:\"none\"},nPPxo5AP5:{opacity:1},OabYRZtWz:{background:\"linear-gradient(180deg, rgb(207, 219, 233) 0%, rgba(207, 219, 233, 0) 100%)\",filter:\"none\",WebkitFilter:\"none\"},Qpwj1BhwQ:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},z8gd7e8XF:{filter:\"none\",WebkitFilter:\"none\"},zaoUsA41A:{filter:\"invert(1)\",opacity:1,WebkitFilter:\"invert(1)\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aP9zy.framer-4gsqpo, .framer-aP9zy .framer-4gsqpo { display: block; }\",\".framer-aP9zy.framer-mxl3sn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px; position: relative; width: 1360px; }\",\".framer-aP9zy .framer-1w86ykj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-aP9zy .framer-zmhx3y { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aP9zy .framer-183amlv { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-aP9zy .framer-nb2yzi { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aP9zy .framer-w7dv85 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; padding: 20px; position: relative; width: 260px; }\",\".framer-aP9zy .framer-152hbpa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-aP9zy .framer-29s5ct { flex: none; height: 105px; position: relative; width: 79px; }\",\".framer-aP9zy .framer-wzt8sm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-aP9zy .framer-b2fxaj-container, .framer-aP9zy .framer-136cmaj-container, .framer-aP9zy .framer-u2riov-container, .framer-aP9zy .framer-v2pd4-container, .framer-aP9zy .framer-xogqh3-container, .framer-aP9zy .framer-17vjoj7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-aP9zy .framer-1eqfcl3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aP9zy .framer-1jmwe5f, .framer-aP9zy .framer-d9ak28, .framer-aP9zy .framer-uz1uv0, .framer-aP9zy .framer-1mplg05 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-aP9zy .framer-ps5crn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-aP9zy .framer-1yh0kzf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-aP9zy .framer-kwuqwp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aP9zy .framer-1nwfrr4, .framer-aP9zy .framer-rdz15r, .framer-aP9zy .framer-18jgwow, .framer-aP9zy .framer-1cxfmvk, .framer-aP9zy .framer-69x5g5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 26px; }\",\".framer-aP9zy .framer-yfq0xt-container, .framer-aP9zy .framer-1xsw86y-container, .framer-aP9zy .framer-1742h41-container, .framer-aP9zy .framer-1w0agod-container, .framer-aP9zy .framer-luxe0t-container { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-aP9zy .framer-i3y3qy { flex: none; height: 6%; left: -40px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; position: absolute; top: -60px; width: 110%; z-index: 1; }\",\".framer-aP9zy .framer-e4cz3w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-aP9zy .framer-1dyjp3u { flex: none; height: 24px; position: relative; width: 80px; }\",\".framer-aP9zy .framer-1vq89o5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-aP9zy .framer-eno4aw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 19px; min-width: 89px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aP9zy .framer-1ljfkdj { flex: none; height: 33px; overflow: visible; position: relative; width: 117px; }\",\".framer-aP9zy .framer-e2pdsd { flex: none; height: auto; left: 51%; position: absolute; top: 48%; white-space: pre; width: auto; }\",\".framer-aP9zy .framer-33h80t-container { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; width: auto; }\",\".framer-aP9zy .framer-15rpubq, .framer-aP9zy .framer-r9yfb1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aP9zy .framer-12uo38z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 10px 7px 10px; position: relative; width: min-content; z-index: 2; }\",\".framer-aP9zy .framer-lqfu2s-container { -webkit-user-select: none; flex: none; height: 128px; left: calc(50.00000000000002% - 100% / 2); pointer-events: none; position: absolute; top: -132px; user-select: none; width: 100%; z-index: 1; }\",\".framer-aP9zy .framer-1q9oxpz { -webkit-user-select: none; flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; pointer-events: none; position: absolute; top: -92px; user-select: none; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aP9zy .framer-1w86ykj, .framer-aP9zy .framer-zmhx3y, .framer-aP9zy .framer-nb2yzi, .framer-aP9zy .framer-w7dv85, .framer-aP9zy .framer-152hbpa, .framer-aP9zy .framer-wzt8sm, .framer-aP9zy .framer-1eqfcl3, .framer-aP9zy .framer-1jmwe5f, .framer-aP9zy .framer-d9ak28, .framer-aP9zy .framer-uz1uv0, .framer-aP9zy .framer-1mplg05, .framer-aP9zy .framer-ps5crn, .framer-aP9zy .framer-1yh0kzf, .framer-aP9zy .framer-kwuqwp, .framer-aP9zy .framer-1nwfrr4, .framer-aP9zy .framer-rdz15r, .framer-aP9zy .framer-18jgwow, .framer-aP9zy .framer-1cxfmvk, .framer-aP9zy .framer-69x5g5, .framer-aP9zy .framer-e4cz3w, .framer-aP9zy .framer-1vq89o5, .framer-aP9zy .framer-eno4aw, .framer-aP9zy .framer-12uo38z { gap: 0px; } .framer-aP9zy .framer-1w86ykj > *, .framer-aP9zy .framer-kwuqwp > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-aP9zy .framer-1w86ykj > :first-child, .framer-aP9zy .framer-zmhx3y > :first-child, .framer-aP9zy .framer-152hbpa > :first-child, .framer-aP9zy .framer-1jmwe5f > :first-child, .framer-aP9zy .framer-d9ak28 > :first-child, .framer-aP9zy .framer-uz1uv0 > :first-child, .framer-aP9zy .framer-1mplg05 > :first-child, .framer-aP9zy .framer-ps5crn > :first-child, .framer-aP9zy .framer-kwuqwp > :first-child, .framer-aP9zy .framer-1nwfrr4 > :first-child, .framer-aP9zy .framer-rdz15r > :first-child, .framer-aP9zy .framer-18jgwow > :first-child, .framer-aP9zy .framer-1cxfmvk > :first-child, .framer-aP9zy .framer-69x5g5 > :first-child, .framer-aP9zy .framer-e4cz3w > :first-child, .framer-aP9zy .framer-1vq89o5 > :first-child, .framer-aP9zy .framer-eno4aw > :first-child, .framer-aP9zy .framer-12uo38z > :first-child { margin-left: 0px; } .framer-aP9zy .framer-1w86ykj > :last-child, .framer-aP9zy .framer-zmhx3y > :last-child, .framer-aP9zy .framer-152hbpa > :last-child, .framer-aP9zy .framer-1jmwe5f > :last-child, .framer-aP9zy .framer-d9ak28 > :last-child, .framer-aP9zy .framer-uz1uv0 > :last-child, .framer-aP9zy .framer-1mplg05 > :last-child, .framer-aP9zy .framer-ps5crn > :last-child, .framer-aP9zy .framer-kwuqwp > :last-child, .framer-aP9zy .framer-1nwfrr4 > :last-child, .framer-aP9zy .framer-rdz15r > :last-child, .framer-aP9zy .framer-18jgwow > :last-child, .framer-aP9zy .framer-1cxfmvk > :last-child, .framer-aP9zy .framer-69x5g5 > :last-child, .framer-aP9zy .framer-e4cz3w > :last-child, .framer-aP9zy .framer-1vq89o5 > :last-child, .framer-aP9zy .framer-eno4aw > :last-child, .framer-aP9zy .framer-12uo38z > :last-child { margin-right: 0px; } .framer-aP9zy .framer-zmhx3y > *, .framer-aP9zy .framer-152hbpa > *, .framer-aP9zy .framer-e4cz3w > *, .framer-aP9zy .framer-12uo38z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-aP9zy .framer-nb2yzi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aP9zy .framer-nb2yzi > :first-child, .framer-aP9zy .framer-w7dv85 > :first-child, .framer-aP9zy .framer-wzt8sm > :first-child, .framer-aP9zy .framer-1eqfcl3 > :first-child, .framer-aP9zy .framer-1yh0kzf > :first-child { margin-top: 0px; } .framer-aP9zy .framer-nb2yzi > :last-child, .framer-aP9zy .framer-w7dv85 > :last-child, .framer-aP9zy .framer-wzt8sm > :last-child, .framer-aP9zy .framer-1eqfcl3 > :last-child, .framer-aP9zy .framer-1yh0kzf > :last-child { margin-bottom: 0px; } .framer-aP9zy .framer-w7dv85 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-aP9zy .framer-wzt8sm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-aP9zy .framer-1eqfcl3 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-aP9zy .framer-1jmwe5f > *, .framer-aP9zy .framer-d9ak28 > *, .framer-aP9zy .framer-uz1uv0 > *, .framer-aP9zy .framer-1mplg05 > *, .framer-aP9zy .framer-ps5crn > *, .framer-aP9zy .framer-1nwfrr4 > *, .framer-aP9zy .framer-rdz15r > *, .framer-aP9zy .framer-18jgwow > *, .framer-aP9zy .framer-1cxfmvk > *, .framer-aP9zy .framer-69x5g5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aP9zy .framer-1yh0kzf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aP9zy .framer-1vq89o5 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-aP9zy .framer-eno4aw > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } }\",\".framer-aP9zy.framer-v-lp13rf .framer-lqfu2s-container, .framer-aP9zy.framer-v-lp13rf .framer-1q9oxpz, .framer-aP9zy.framer-v-et874z .framer-lqfu2s-container, .framer-aP9zy.framer-v-et874z .framer-1q9oxpz, .framer-aP9zy.framer-v-12vl8bn .framer-lqfu2s-container, .framer-aP9zy.framer-v-12vl8bn .framer-1q9oxpz, .framer-aP9zy.framer-v-i8wg20 .framer-lqfu2s-container, .framer-aP9zy.framer-v-i8wg20 .framer-1q9oxpz, .framer-aP9zy.framer-v-1c3fg9e .framer-lqfu2s-container, .framer-aP9zy.framer-v-1c3fg9e .framer-1q9oxpz { top: 0px; }\",\".framer-aP9zy.framer-v-et874z .framer-eno4aw, .framer-aP9zy.framer-v-12vl8bn .framer-eno4aw { min-width: 112px; }\",\".framer-aP9zy.framer-v-flf2bw.framer-mxl3sn, .framer-aP9zy.framer-v-i8wg20.framer-mxl3sn, .framer-aP9zy.framer-v-t45nu0.framer-mxl3sn, .framer-aP9zy.framer-v-1c3fg9e.framer-mxl3sn { padding: 20px; width: 340px; }\",\".framer-aP9zy.framer-v-flf2bw .framer-i3y3qy, .framer-aP9zy.framer-v-i8wg20 .framer-i3y3qy, .framer-aP9zy.framer-v-t45nu0 .framer-i3y3qy, .framer-aP9zy.framer-v-1c3fg9e .framer-i3y3qy { height: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 81\n * @framerIntrinsicWidth 1360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nPPxo5AP5\":{\"layout\":[\"fixed\",\"auto\"]},\"Qpwj1BhwQ\":{\"layout\":[\"fixed\",\"auto\"]},\"zaoUsA41A\":{\"layout\":[\"fixed\",\"auto\"]},\"BND9PEsEG\":{\"layout\":[\"fixed\",\"auto\"]},\"KdaWE40yi\":{\"layout\":[\"fixed\",\"auto\"]},\"z8gd7e8XF\":{\"layout\":[\"fixed\",\"auto\"]},\"OabYRZtWz\":{\"layout\":[\"fixed\",\"auto\"]},\"fUTwR81_2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Ui6huqrbQ\":\"footerHide\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerF0xv7EnMY=withCSS(Component,css,\"framer-aP9zy\");export default FramerF0xv7EnMY;FramerF0xv7EnMY.displayName=\"Header\";FramerF0xv7EnMY.defaultProps={height:81,width:1360};addPropertyControls(FramerF0xv7EnMY,{variant:{options:[\"CvWbaQkM4\",\"nPPxo5AP5\",\"Qpwj1BhwQ\",\"zaoUsA41A\",\"BND9PEsEG\",\"KdaWE40yi\",\"z8gd7e8XF\",\"OabYRZtWz\",\"fUTwR81_2\"],optionTitles:[\"Laptop - Default Light\",\"Laptop - Blur Light\",\"Laptop - Default Dark\",\"Laptop - Blur Dark 1\",\"Laptop - Blur Dark 2\",\"Phone - Default Light\",\"Phone - Blur Light\",\"Phone - Default Dark\",\"Phone - Blur Dark\"],title:\"Variant\",type:ControlType.Enum},Ui6huqrbQ:{title:\"Footer Hide\",type:ControlType.ScrollSectionRef}});addFonts(FramerF0xv7EnMY,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1AqRPCqLNflg.woff2\",weight:\"500\"}]},...MotionTextFonts,...MaterialFonts,...ButtonNavScapiaWorldFonts,...BlurGradientFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF0xv7EnMY\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"81\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"Ui6huqrbQ\\\":\\\"footerHide\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1360\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nPPxo5AP5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qpwj1BhwQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zaoUsA41A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BND9PEsEG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KdaWE40yi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z8gd7e8XF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OabYRZtWz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fUTwR81_2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F0xv7EnMY.map", "// Generated by Framer (13d9867)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const serializationHash=\"framer-TMZNb\";const variantClassNames={e64spIzAH:\"framer-v-1ht0r66\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.6,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:12};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,IPlwNWTgt:click!==null&&click!==void 0?click:props.IPlwNWTgt};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,IPlwNWTgt,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"e64spIzAH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapxfmhka=activeVariantCallback(async(...args)=>{if(IPlwNWTgt){const res=await IPlwNWTgt(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ht0r66\",className,classNames),\"data-framer-appear-id\":\"1ht0r66\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"e64spIzAH\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rdms1d\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"xM3GiJl0S\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(3, 18, 35))\"},children:\"About Scapia Federal Credit Card\"})}),className:\"framer-z6fmtw\",fonts:[\"GF;Lexend Deca-regular\"],layoutDependency:layoutDependency,layoutId:\"RY6oQG9eh\",style:{\"--extracted-r6o4lv\":\"rgb(3, 18, 35)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14wxiwu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"S6bVvJcf0\",onTap:onTapxfmhka,style:{backgroundColor:\"rgba(3, 18, 35, 0.1)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d97g44-container\",layoutDependency:layoutDependency,layoutId:\"Zd6AFm7vX-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(3, 18, 35)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"Zd6AFm7vX\",layoutId:\"Zd6AFm7vX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(3, 18, 35))\"},children:\"Scapia Federal Credit Card is issued and managed by Federal Bank. All transactions facilitated through your Scapia Federal credit card fall within the safety and regulatory norms outlined by our partner bank.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(241, 246, 251, 0.7))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(3, 18, 35))\"},children:\"While Scapia is the force behind your seamless credit card experiences, we want to clarify that we are not a bank and do not possess a banking license. We're here to make your everyday spends more rewarding and your travel dreams come true, while Federal Bank ensures your financial transactions are secure and well-protected at all times\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgba(241, 246, 251, 0.7))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kIERlY2EtcmVndWxhcg==\",\"--framer-font-family\":'\"Lexend Deca\", \"Lexend Deca Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-ydz9fi, rgb(3, 18, 35))\"},children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Disclaimer:\"}),\" You may have noticed some brand logos used on this website to indicate where you, as a user, may or may not have spent money. We don\u2019t endorse these brands. Nor do these brands endorse us. The logos of the specific brands are owned by them collapse \u2039\"]})]}),className:\"framer-1i60a90\",fonts:[\"GF;Lexend Deca-regular\",\"GF;Lexend Deca-700\"],layoutDependency:layoutDependency,layoutId:\"fBu3pxtix\",style:{\"--extracted-14qxiz\":\"rgba(241, 246, 251, 0.7)\",\"--extracted-1iakedh\":\"rgb(3, 18, 35)\",\"--extracted-2gxw0f\":\"rgba(241, 246, 251, 0.7)\",\"--extracted-r6o4lv\":\"rgb(3, 18, 35)\",\"--extracted-ydz9fi\":\"rgb(3, 18, 35)\",\"--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-TMZNb.framer-140uspd, .framer-TMZNb .framer-140uspd { display: block; }\",\".framer-TMZNb.framer-1ht0r66 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 360px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TMZNb .framer-1rdms1d { align-content: flex-start; align-items: flex-start; 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; width: 100%; }\",\".framer-TMZNb .framer-z6fmtw { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-TMZNb .framer-14wxiwu { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-TMZNb .framer-1d97g44-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-TMZNb .framer-1i60a90 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TMZNb.framer-1ht0r66, .framer-TMZNb .framer-1rdms1d, .framer-TMZNb .framer-14wxiwu { gap: 0px; } .framer-TMZNb.framer-1ht0r66 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-TMZNb.framer-1ht0r66 > :first-child { margin-top: 0px; } .framer-TMZNb.framer-1ht0r66 > :last-child { margin-bottom: 0px; } .framer-TMZNb .framer-1rdms1d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-TMZNb .framer-1rdms1d > :first-child, .framer-TMZNb .framer-14wxiwu > :first-child { margin-left: 0px; } .framer-TMZNb .framer-1rdms1d > :last-child, .framer-TMZNb .framer-14wxiwu > :last-child { margin-right: 0px; } .framer-TMZNb .framer-14wxiwu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 456\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"IPlwNWTgt\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOO8xoDtsj=withCSS(Component,css,\"framer-TMZNb\");export default FramerOO8xoDtsj;FramerOO8xoDtsj.displayName=\"Card/Legal Message\";FramerOO8xoDtsj.defaultProps={height:456,width:360};addPropertyControls(FramerOO8xoDtsj,{IPlwNWTgt:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerOO8xoDtsj,[{explicitInter:true,fonts:[{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1AqRPCqLNflg.woff2\",weight:\"400\"},{family:\"Lexend Deca\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pAqRPCqLNflg.woff2\",weight:\"700\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOO8xoDtsj\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"456\",\"framerVariables\":\"{\\\"IPlwNWTgt\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"360\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OO8xoDtsj.map"],
  "mappings": "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",
  "names": ["UnicornStudioEmbed", "props", "elementRef", "pe", "sceneRef", "ue", "isEditingOrPreviewing", "RenderTarget", "initializeScript", "callback", "script", "initializeUnicornStudio", "query", "projectId", "production", "cacheBuster", "window", "_window_UnicornStudio_scenes", "existingScene", "scene", "scenes", "ourScene", "u", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "AudioFonts", "getFonts", "Audio", "UnicornStudioEmbedFonts", "UnicornStudioEmbed", "MotionFooterWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "getTextEffect", "ref", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "legalMsg", "revealSection", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "C1oHNhHo_", "W1lOO5D8U", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearu57pcn", "args", "onAppear1pp4qnk", "onAppear1dbcjji", "onAppear15d4hoq", "onAppear1hyermw", "onAppearp15kxo", "onTapgvxoh9", "useOnVariantChange", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SVG", "css", "FramerBdFIppM8T", "withCSS", "BdFIppM8T_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "a", "t", "e", "i", "r", "o", "p", "addPropertyControls", "ControlType", "BlurGradient_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "hover", "id", "label", "link", "mouseLeave", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "oA7CXE0YR", "fQyY7iNyo", "k6ITdrJDn", "Aihk3jiff", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1y5e9ee", "args", "onMouseLeavej98zv6", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Link", "css", "FramerETrLNq9pF", "withCSS", "ETrLNq9pF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "ButtonSubNavItemFonts", "ETrLNq9pF_default", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "labelColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fHPDvuhmP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1fala0c", "args", "onAppearbzc1jk", "onMouseLeave1ib04b6", "k6ITdrJDni0zsfu", "Aihk3jiffbzc1jk", "k6ITdrJDnqin6es", "k6ITdrJDn1pynbyt", "k6ITdrJDnai7ru5", "k6ITdrJDn1a7y1mw", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "getLoadingLazyAtYPosition", "css", "FramerrW8LhgSpq", "withCSS", "rW8LhgSpq_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "MotionTextFonts", "getFonts", "MotionText", "MaterialFonts", "Icon", "ButtonNavScapiaWorldFonts", "rW8LhgSpq_default", "BlurGradientFonts", "BlurGradient_default", "MotionHeaderWithFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "animation6", "animation7", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "footerHide", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Ui6huqrbQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaptxyyif", "overlay", "loadMore", "args", "onTapi1oxyf", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "isDisplayed1", "LayoutGroup", "u", "l", "SVG", "AnimatePresence", "Floating", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "RichText2", "css", "FramerF0xv7EnMY", "withCSS", "F0xv7EnMY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "IPlwNWTgt", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapxfmhka", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithFXWithOptimizedAppearEffect", "cx", "serializationHash", "RichText2", "ComponentViewportProvider", "Icon", "css", "FramerOO8xoDtsj", "withCSS", "OO8xoDtsj_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts"]
}
