{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/7OOTOVHy4M0xteYIpQgs/1vPokuzXcAc5U7ZSRjpk/Link_Current_Color.js", "ssg:https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js", "ssg:https://framerusercontent.com/modules/aRGEPAv8606rzLB5clMc/W85lXoEP6ZLetfuFpcLo/UwP6osLv7.js", "ssg:https://framerusercontent.com/modules/QvuSIPmsHeA5GjxLY4r5/YH0zSRhg5iph1rBXGnNi/HcDCpt7q7.js", "ssg:https://framerusercontent.com/modules/qZfEjB3V0JqYOAW2rppM/RCQzGfVDh3DG6gdTMgIM/DXXNMl9wc.js", "ssg:https://framerusercontent.com/modules/fxv06UYdGpt32S0t2bYt/c2USUoazG7Mjccq1kOGA/ewv1rhspW.js", "ssg:https://framerusercontent.com/modules/41kwhXxhR96GRnEIevpC/wxcaWk6F9Vs86Viko9hU/UD37E8l4v.js", "ssg:https://framerusercontent.com/modules/hr203QiLcpOxoliRva9s/PJiiTywyRyhfsPmh6mTJ/HNrXSobxk.js", "ssg:https://framerusercontent.com/modules/82AseRxiY3w8qrp9yUWr/uAQQz5loh1f3CgfSSDHy/rjjPk6BrD.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";// Learn more: https://www.framer.com/docs/guides/overrides/\nexport function alwaysWhite(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{\"--framer-link-current-text-color\":\"white\",\"--framer-link-current-text-transform\":\"uppercase\",\"--framer-link-current-font-size\":\"break\",\"--framer-link-current-font-weight\":\"regular\",\"--framer-link-current-font-family\":\"Sora, sans-serif\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"alwaysWhite\":{\"type\":\"reactHoc\",\"name\":\"alwaysWhite\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Link_Current_Color.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionTemplate,useSpring,useTransform,useMotionValue,useMotionValueEvent,transform}from\"framer-motion\";import{useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function MagText(props){const mouseX=useMotionValue(0);return /*#__PURE__*/ _jsx(\"div\",{style:{position:\"relative\",cursor:\"default\",whiteSpace:\"pre\",fontFamily:props.font.fontFamily,color:props.color,fontSize:props.font.fontSize,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeight},onMouseLeave:()=>{mouseX.set(Infinity);},onMouseMove:e=>{mouseX.set(e.clientX);},children:props.text.split(\"\").map((c,idx)=>/*#__PURE__*/ _jsx(Character,{c:c,mouseX:mouseX},idx))});};function Character({c,mouseX}){const ref=useRef(null);const scaleRange=[1,1.2];const scaleX=useSpring(1,{stiffness:350,damping:40});const w=useTransform(scaleX,scaleRange,[0,.07]);const padding=useTransform(scaleX,scaleRange,[0,.05]);const scaleY=useTransform(scaleX,scaleRange,[1,.95]);useMotionValueEvent(mouseX,\"change\",mx=>{if(ref.current){const{left,width}=ref.current.getBoundingClientRect();const characterCenter=left+width/2;const distance=Math.abs(characterCenter-mx);scaleX.set(transform(distance,[70,0],scaleRange));}});return /*#__PURE__*/ _jsx(motion.span,{ref:ref,style:{display:\"inline-block\",scaleX:scaleX,scaleY:scaleY,WebkitTextStrokeColor:\"currentColor\",WebkitTextStrokeWidth:useMotionTemplate`${w}em`,paddingInline:useMotionTemplate`${padding}em`},children:c});}MagText.displayName=\"MagText\";MagText.defaultProps={text:\"Colorless green ideas sleep furiously\",color:\"black\"};addPropertyControls(MagText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Colorless green ideas sleep furiously\",displayTextArea:true},font:{title:\"Font\",type:\"font\",controls:\"extended\"},color:{type:ControlType.Color,defaultValue:\"#000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MagText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./magtext.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-TlWAk .framer-styles-preset-xd65kd:not(.rich-text-wrapper), .framer-TlWAk .framer-styles-preset-xd65kd.rich-text-wrapper a { --framer-link-current-text-color: var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, #ffffff); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, #ffffff); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, #ffffff); --framer-link-text-decoration: none; }\"];export const className=\"framer-TlWAk\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{alwaysWhite}from\"https://framerusercontent.com/modules/7OOTOVHy4M0xteYIpQgs/1vPokuzXcAc5U7ZSRjpk/Link_Current_Color.js\";import MagText from\"https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/aRGEPAv8606rzLB5clMc/W85lXoEP6ZLetfuFpcLo/UwP6osLv7.js\";const MagTextFonts=getFonts(MagText);const MotionDivAlwaysWhitevqnx5z=withCodeBoundaryForOverrides(motion.div,{nodeId:\"qSG3na1io\",override:alwaysWhite,scopeId:\"HcDCpt7q7\"});const cycleOrder=[\"aPfRvgxD6\",\"WNRhWciYr\",\"s_d2pM9hL\",\"h_vztg3sb\",\"qM8Dn1YgC\",\"th4JWcrEa\"];const serializationHash=\"framer-2fbQU\";const variantClassNames={aPfRvgxD6:\"framer-v-x3754t\",h_vztg3sb:\"framer-v-1djve91\",qM8Dn1YgC:\"framer-v-3trhcn\",s_d2pM9hL:\"framer-v-foa4r9\",th4JWcrEa:\"framer-v-ela0ju\",WNRhWciYr:\"framer-v-ya1vwv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.6,ease:[.76,0,.24,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const transition3={damping:40,delay:.4,mass:1,stiffness:400,type:\"spring\"};const transition4={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};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 transition5={damping:40,delay:.45,mass:1,stiffness:400,type:\"spring\"};const transition6={damping:40,delay:.5,mass:1,stiffness:400,type:\"spring\"};const transition7={damping:40,delay:.65,mass:1,stiffness:400,type:\"spring\"};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition8={damping:40,delay:.7,mass:1,stiffness:400,type:\"spring\"};const negate=value=>{return!value;};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Nav Closed\":\"WNRhWciYr\",\"Desktop Nav Open\":\"aPfRvgxD6\",\"Mobile Nav Closed\":\"th4JWcrEa\",\"Mobile Nav Open\":\"qM8Dn1YgC\",\"Tablet Nav Closed\":\"h_vztg3sb\",\"Tablet Nav Open\":\"s_d2pM9hL\"};const getProps=({cursor,height,id,initialBGColor,initialTextColor,logoWhite,width,...props})=>{return{...props,CRBThSGrZ:initialBGColor??props.CRBThSGrZ??\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",lDLhZlgeH:logoWhite??props.lDLhZlgeH??true,uXga7Qnyt:cursor??props.uXga7Qnyt,variant:humanReadableVariantMap[props.variant]??props.variant??\"aPfRvgxD6\",Vs_FUThTo:initialTextColor??props.Vs_FUThTo??\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\"};};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,uXga7Qnyt,Vs_FUThTo,CRBThSGrZ,lDLhZlgeH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aPfRvgxD6\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2wfxew=activeVariantCallback(async(...args)=>{setVariant(\"WNRhWciYr\");});const onTapuj24ka=activeVariantCallback(async(...args)=>{setVariant(\"aPfRvgxD6\");});const onTap1cgorlu=activeVariantCallback(async(...args)=>{setVariant(\"h_vztg3sb\");});const onTap1sy734=activeVariantCallback(async(...args)=>{setVariant(\"s_d2pM9hL\");});const onTap1wtqw4p=activeVariantCallback(async(...args)=>{setVariant(\"th4JWcrEa\");});const onTap1wrrwux=activeVariantCallback(async(...args)=>{setVariant(\"qM8Dn1YgC\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=negate(lDLhZlgeH);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-x3754t\",className,classNames),\"data-framer-name\":\"Desktop Nav Open\",layoutDependency:layoutDependency,layoutId:\"aPfRvgxD6\",ref:refBinding,style:{...style},...addPropertyOverrides({h_vztg3sb:{\"data-framer-name\":\"Tablet Nav Closed\"},qM8Dn1YgC:{\"data-framer-name\":\"Mobile Nav Open\"},s_d2pM9hL:{\"data-framer-name\":\"Tablet Nav Open\"},th4JWcrEa:{\"data-framer-name\":\"Mobile Nav Closed\"},WNRhWciYr:{\"data-framer-name\":\"Desktop Nav Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-418yxr\",\"data-framer-name\":\"Menu Overlay\",layoutDependency:layoutDependency,layoutId:\"j_8OV3_xg\",...addPropertyOverrides({h_vztg3sb:{transformTemplate:transformTemplate1},th4JWcrEa:{transformTemplate:transformTemplate1},WNRhWciYr:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s71uxt\",\"data-framer-name\":\"Menu Grid\",layoutDependency:layoutDependency,layoutId:\"DnmMufk3S\",style:{backgroundColor:\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsxs(MotionDivAlwaysWhitevqnx5z,{className:\"framer-vqnx5z\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"qSG3na1io\",children:[/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mr3jyh\",\"data-framer-name\":\"Menu Link\",layoutDependency:layoutDependency,layoutId:\"BlOW0QGZv\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"T8xVkj7gS\"},motionChild:true,nodeId:\"NegiFcYcS\",scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-thw1px framer-t1u54w\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"NegiFcYcS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hf6bt5-container\",\"data-framer-cursor\":uXga7Qnyt,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tatuj8CEr-container\",nodeId:\"tatuj8CEr\",rendersWithMotion:true,scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"100px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"},height:\"100%\",id:\"tatuj8CEr\",layoutId:\"tatuj8CEr\",text:\"O NAS\",width:\"100%\",...addPropertyOverrides({h_vztg3sb:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"85px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},qM8Dn1YgC:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},s_d2pM9hL:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},th4JWcrEa:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}}},baseVariant,gestureVariant)})})})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition5,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-e8vwxo\",\"data-framer-name\":\"Menu Link\",layoutDependency:layoutDependency,layoutId:\"E427FzPHo\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jPfQvl43J\"},motionChild:true,nodeId:\"E5M0lO1tH\",openInNewTab:false,scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-103akd framer-t1u54w\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"E5M0lO1tH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y2v40q-container\",\"data-framer-cursor\":uXga7Qnyt,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UsRRjmpU3-container\",nodeId:\"UsRRjmpU3\",rendersWithMotion:true,scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"100px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"},height:\"100%\",id:\"UsRRjmpU3\",layoutId:\"UsRRjmpU3\",text:\"CO ROBIMY?\",width:\"100%\",...addPropertyOverrides({h_vztg3sb:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"85px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},qM8Dn1YgC:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},s_d2pM9hL:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},th4JWcrEa:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}}},baseVariant,gestureVariant)})})})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition6,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j0jkzo\",\"data-framer-name\":\"Menu Link\",layoutDependency:layoutDependency,layoutId:\"rAAJUXttu\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Gxr__wwKN\"},motionChild:true,nodeId:\"yqLmYqmcU\",openInNewTab:false,scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xf2pxi framer-t1u54w\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"yqLmYqmcU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-krbuk1-container\",\"data-framer-cursor\":uXga7Qnyt,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"dEVeBF_w7-container\",nodeId:\"dEVeBF_w7\",rendersWithMotion:true,scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"100px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"},height:\"100%\",id:\"dEVeBF_w7\",layoutId:\"dEVeBF_w7\",text:\"PORTFOLIO\",width:\"100%\",...addPropertyOverrides({h_vztg3sb:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"85px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},qM8Dn1YgC:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},s_d2pM9hL:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}},th4JWcrEa:{font:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.08em\",lineHeight:\"0.8em\"}}},baseVariant,gestureVariant)})})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cbiz3k\",\"data-framer-name\":\"Menu Info\",layoutDependency:layoutDependency,layoutId:\"vpDAdw1yG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n8rm4j\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"Qu6zYgR2i\",children:[/*#__PURE__*/_jsx(Transition,{value:transition5,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nxab4c\",\"data-framer-name\":\"Social Link Frame\",layoutDependency:layoutDependency,layoutId:\"ksKRa9df2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/rejproductions/\",motionChild:true,nodeId:\"Xpm90g4Z6\",openInNewTab:true,scopeId:\"HcDCpt7q7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xd65kd\",\"data-styles-preset\":\"UwP6osLv7\",children:\"INSTAGRAM\"})})})}),className:\"framer-nkg85t\",\"data-framer-cursor\":uXga7Qnyt,\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"Xpm90g4Z6\",style:{\"--extracted-r6o4lv\":\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({s_d2pM9hL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/rejproductions/\",motionChild:true,nodeId:\"Xpm90g4Z6\",openInNewTab:true,scopeId:\"HcDCpt7q7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xd65kd\",\"data-styles-preset\":\"UwP6osLv7\",children:\"INSTAGRAM\"})})})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Transition,{value:transition6,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8y6ym9\",\"data-framer-name\":\"Social Link Frame\",layoutDependency:layoutDependency,layoutId:\"tHyFlfpAZ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"TIKTOK\"})}),className:\"framer-xqyuj6\",\"data-framer-cursor\":uXga7Qnyt,\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"JS92b0kt1\",style:{\"--extracted-r6o4lv\":\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({s_d2pM9hL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"TIKTOK\"})})}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eaj9s5\",\"data-framer-name\":\"Bottom Links\",layoutDependency:layoutDependency,layoutId:\"daKQnQQeh\",children:[/*#__PURE__*/_jsx(Transition,{value:transition7,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:\"mailto:office@rejproductions.com\",motionChild:true,nodeId:\"Zubx2DurR\",openInNewTab:true,scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1v23jon framer-t1u54w\",\"data-framer-name\":\"Text Frame\",layoutDependency:layoutDependency,layoutId:\"Zubx2DurR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"office@rejproductions.com\"})}),className:\"framer-1g6qm3r\",\"data-framer-cursor\":uXga7Qnyt,\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"h6e7eOqxh\",style:{\"--extracted-r6o4lv\":\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h_vztg3sb:{transformTemplate:undefined},s_d2pM9hL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"office@rejproductions.com\"})}),transformTemplate:undefined},th4JWcrEa:{transformTemplate:undefined},WNRhWciYr:{transformTemplate:undefined}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition8,...addPropertyOverrides({h_vztg3sb:{value:transition4},th4JWcrEa:{value:transition4},WNRhWciYr:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:\"tel:+48535520506\",motionChild:true,nodeId:\"pUKXWz9Ab\",scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ph445z framer-t1u54w\",\"data-framer-name\":\"Text Frame\",layoutDependency:layoutDependency,layoutId:\"pUKXWz9Ab\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"+48 535 520 506\"})}),className:\"framer-18q2mlz\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"Vn3_6zy_Q\",style:{\"--extracted-r6o4lv\":\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h_vztg3sb:{transformTemplate:undefined},s_d2pM9hL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"+48 535 520 506\"})})},th4JWcrEa:{transformTemplate:undefined},WNRhWciYr:{transformTemplate:undefined}},baseVariant,gestureVariant)})})})})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pbqk7e\",\"data-framer-name\":\"White Background\",layoutDependency:layoutDependency,layoutId:\"ZMgqXqleW\",style:{backgroundColor:CRBThSGrZ}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-chj31p\",\"data-framer-name\":\"Header Bar\",layoutDependency:layoutDependency,layoutId:\"wutJOCyQX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-shu0sf\",\"data-framer-name\":\"Text Frame\",layoutDependency:layoutDependency,layoutId:\"H3kkBBnYt\",children:[lDLhZlgeH&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"I6gjmV8LM\",scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ftajgg framer-t1u54w\",\"data-framer-cursor\":uXga7Qnyt,\"data-framer-name\":\"Logo white\",layoutDependency:layoutDependency,layoutId:\"I6gjmV8LM\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ijeqdq\",\"data-framer-name\":\"REJ Productions\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eyOQz5yJT\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 127 21\"><g transform=\"translate(-0.012 0)\" id=\"ss11269640964_1\"><path d=\"M 0.012 0 L 126.951 0 L 126.951 21 L 0.012 21 Z\" fill=\"transparent\"></path><path d=\"M 56.784 0.193 C 56.008 0.434 55.233 1.207 54.906 2.076 C 54.603 2.885 52.544 17.102 52.544 18.466 C 52.532 20.155 53.404 21 55.197 21 C 56.832 21 58.08 20.095 58.516 18.574 C 58.588 18.357 59.133 14.724 59.739 10.5 C 60.538 4.96 60.829 2.643 60.781 2.136 C 60.708 1.267 60.296 0.603 59.642 0.302 C 59.012 0 57.547 -0.06 56.784 0.193 Z M 59 1.315 C 59.424 1.617 59.606 2.016 59.606 2.643 C 59.606 3.331 57.583 17.778 57.401 18.345 C 57.05 19.479 56.457 19.95 55.354 19.962 C 54.494 19.974 54.058 19.697 53.792 18.972 C 53.622 18.49 53.671 18.067 54.676 10.838 C 55.27 6.638 55.815 2.921 55.912 2.595 C 56.105 1.895 56.675 1.291 57.304 1.098 C 57.849 0.941 58.613 1.038 59 1.315 Z M 83.892 0.109 C 82.947 0.338 82.244 0.942 81.796 1.907 C 81.554 2.45 81.336 3.729 80.476 9.692 C 79.386 17.331 79.228 18.876 79.459 19.588 C 79.858 20.783 81.506 21.314 83.238 20.807 C 83.722 20.662 84.037 20.469 84.461 20.035 C 85.164 19.31 85.418 18.526 85.745 16.136 L 85.963 14.483 L 85.382 14.483 C 85.067 14.483 84.8 14.531 84.8 14.592 C 84.8 14.942 84.292 18.104 84.17 18.514 C 83.868 19.492 82.79 20.167 81.796 19.974 C 80.888 19.805 80.5 19.25 80.525 18.176 C 80.561 17.09 82.62 2.776 82.814 2.281 C 83.262 1.171 84.437 0.736 85.684 1.231 C 86.387 1.509 86.532 2.486 86.193 4.707 C 86.096 5.335 86.012 5.998 86.012 6.18 C 86.012 6.493 86.048 6.517 86.557 6.517 C 87.162 6.517 87.077 6.723 87.404 4.502 C 87.731 2.293 87.586 1.183 86.896 0.579 C 86.351 0.085 84.909 -0.133 83.892 0.109 Z M 104.059 0.181 C 102.945 0.543 102.169 1.509 101.891 2.897 C 101.503 4.84 99.686 18.454 99.747 18.936 C 99.916 20.179 100.715 20.867 102.121 20.976 C 103.817 21.097 105.076 20.348 105.609 18.912 C 105.961 17.983 108.105 2.969 108.008 2.124 C 107.85 0.748 107.087 0.109 105.525 0.036 C 104.943 0.012 104.398 0.073 104.059 0.181 Z M 106.142 1.219 C 106.518 1.424 106.845 2.064 106.845 2.631 C 106.845 3.416 104.822 17.717 104.604 18.429 C 104.24 19.612 103.066 20.264 101.939 19.89 C 101.382 19.697 101.031 19.262 100.946 18.635 C 100.885 18.104 102.872 3.56 103.15 2.595 C 103.356 1.883 103.962 1.231 104.567 1.086 C 105.028 0.966 105.791 1.038 106.142 1.219 Z M 123.16 0.121 C 121.646 0.507 120.907 1.412 120.58 3.307 C 119.768 7.953 119.902 8.593 122.216 11.031 C 124.056 12.962 124.129 13.216 123.681 16.426 C 123.39 18.538 123.088 19.238 122.336 19.66 C 121.658 20.047 120.544 19.986 120.095 19.528 C 119.586 19.033 119.527 18.441 119.805 16.595 C 119.938 15.69 120.047 14.869 120.047 14.772 C 120.047 14.652 119.902 14.603 119.502 14.603 C 119.199 14.603 118.957 14.628 118.957 14.652 C 118.957 14.688 118.848 15.485 118.703 16.438 C 118.303 19.153 118.496 20.059 119.636 20.638 C 120.132 20.891 120.386 20.94 121.198 20.928 C 122.312 20.916 122.833 20.735 123.535 20.107 C 124.226 19.479 124.492 18.731 124.844 16.438 C 125.377 12.962 125.207 12.31 123.136 10.126 C 121.21 8.11 121.076 7.664 121.489 4.828 C 121.816 2.643 121.997 2.052 122.543 1.581 C 123.051 1.134 123.378 1.038 124.19 1.11 C 124.698 1.159 124.88 1.243 125.159 1.557 C 125.461 1.895 125.498 2.028 125.498 2.752 C 125.498 3.198 125.413 4.079 125.316 4.707 C 125.05 6.445 125.037 6.397 125.679 6.397 C 125.982 6.397 126.224 6.372 126.224 6.348 C 126.224 6.312 126.333 5.515 126.479 4.562 C 126.879 1.883 126.672 0.941 125.607 0.398 C 125.001 0.084 123.838 -0.048 123.16 0.121 Z M 2.859 0.628 C 2.822 0.845 2.192 5.286 1.466 10.5 C 0.739 15.714 0.109 20.155 0.073 20.361 L 0 20.759 L 5.293 20.759 L 5.632 18.321 C 6.056 15.255 6.068 15.207 6.25 15.207 C 6.432 15.207 6.468 15.485 6.735 18.104 C 6.831 19.13 6.953 20.155 6.989 20.361 L 7.049 20.759 L 11.786 20.759 L 11.713 20.421 C 11.677 20.24 11.483 18.719 11.265 17.042 L 10.877 13.976 L 11.18 13.723 C 11.677 13.3 12.113 12.624 12.367 11.924 C 12.658 11.08 13.578 4.659 13.578 3.416 C 13.578 2.04 13.324 1.292 12.718 0.845 C 11.955 0.302 11.374 0.242 6.977 0.242 L 2.931 0.242 Z M 8.297 4.695 C 8.406 4.852 7.534 10.886 7.376 11.067 C 7.243 11.236 6.674 11.285 6.674 11.128 C 6.674 11.08 6.868 9.595 7.11 7.809 L 7.558 4.586 L 7.897 4.586 C 8.079 4.586 8.261 4.635 8.297 4.695 Z M 14.862 0.568 C 14.826 0.761 14.196 5.19 13.457 10.44 C 12.718 15.678 12.088 20.155 12.052 20.361 L 11.979 20.759 L 20.107 20.759 L 20.167 20.361 C 20.252 19.902 20.725 16.535 20.725 16.462 C 20.725 16.438 20.095 16.414 19.332 16.414 C 18.278 16.414 17.939 16.378 17.939 16.257 C 17.939 16.173 18.048 15.352 18.181 14.423 C 18.314 13.493 18.423 12.697 18.423 12.636 C 18.423 12.588 19.053 12.552 19.816 12.552 C 20.579 12.552 21.209 12.528 21.209 12.504 C 21.209 12.48 21.342 11.526 21.512 10.38 C 21.681 9.233 21.815 8.28 21.815 8.255 C 21.815 8.231 21.185 8.207 20.41 8.207 C 19.017 8.207 19.005 8.207 19.065 7.93 C 19.102 7.785 19.223 6.976 19.344 6.119 L 19.55 4.586 L 20.991 4.586 C 21.778 4.586 22.42 4.574 22.42 4.55 C 22.42 4.478 22.905 0.99 22.965 0.628 L 23.038 0.242 L 14.935 0.242 L 14.862 0.567 Z M 29.809 0.265 C 29.797 0.29 29.3 3.898 28.671 8.303 C 27.508 16.655 27.435 16.993 26.963 16.534 C 26.805 16.378 26.817 16.148 27.023 14.664 C 27.157 13.734 27.266 12.914 27.266 12.829 C 27.266 12.709 26.696 12.672 24.661 12.672 C 22.069 12.672 22.057 12.672 21.997 12.938 C 21.972 13.095 21.827 14.109 21.694 15.207 C 21.343 17.91 21.5 18.852 22.409 19.769 C 24.213 21.567 29.458 21.35 31.408 19.407 C 31.965 18.852 32.535 17.729 32.716 16.848 C 32.874 16.064 35.018 0.833 35.018 0.495 C 35.018 0.241 34.981 0.241 32.413 0.241 C 30.984 0.241 29.809 0.253 29.809 0.265 Z M 37.513 0.507 C 37.477 0.664 36.847 5.105 36.108 10.38 C 35.369 15.654 34.739 20.155 34.691 20.361 L 34.63 20.759 L 35.817 20.759 L 36.156 18.309 C 36.338 16.969 36.52 15.75 36.556 15.593 C 36.617 15.34 36.665 15.328 37.973 15.328 C 40.238 15.328 41.038 14.93 41.558 13.566 C 41.873 12.709 43.169 3.826 43.169 2.474 C 43.182 1.268 42.964 0.797 42.249 0.471 C 41.813 0.278 41.437 0.242 39.657 0.242 C 37.586 0.242 37.561 0.242 37.513 0.507 Z M 41.377 1.388 C 41.849 1.581 42.043 1.943 42.043 2.631 C 42.043 3.223 40.759 12.274 40.589 12.914 C 40.408 13.59 39.911 14.109 39.318 14.242 C 39.051 14.302 38.349 14.362 37.767 14.362 L 36.689 14.362 L 36.762 14.036 C 36.859 13.566 38.53 1.605 38.53 1.388 C 38.53 1.135 40.771 1.135 41.377 1.388 Z M 46.355 0.507 C 46.318 0.664 45.688 5.069 44.949 10.319 C 44.223 15.557 43.581 20.059 43.544 20.3 L 43.472 20.759 L 44.671 20.759 L 45.119 17.464 C 45.361 15.666 45.604 14.085 45.628 13.964 C 45.688 13.783 45.858 13.759 46.936 13.759 L 48.171 13.759 L 48.389 16.619 C 48.498 18.2 48.632 19.781 48.668 20.119 L 48.741 20.759 L 49.262 20.759 C 49.552 20.759 49.794 20.747 49.794 20.723 C 49.794 20.711 49.661 19.069 49.492 17.09 C 49.322 15.099 49.201 13.469 49.225 13.457 C 49.237 13.457 49.455 13.288 49.722 13.107 C 50.606 12.455 50.8 11.792 51.442 7.362 C 52.253 1.75 52.217 0.99 51.091 0.471 C 50.654 0.278 50.279 0.242 48.498 0.242 C 46.427 0.242 46.403 0.242 46.355 0.507 Z M 50.218 1.388 C 50.703 1.581 50.885 1.943 50.885 2.692 C 50.872 2.969 50.618 5.021 50.303 7.242 C 49.516 12.721 49.528 12.709 47.166 12.769 L 45.761 12.818 L 45.822 12.407 C 45.858 12.19 46.233 9.583 46.645 6.602 L 47.408 1.207 L 48.607 1.207 C 49.383 1.207 49.952 1.268 50.218 1.388 Z M 63.918 0.568 C 63.882 0.761 63.252 5.19 62.513 10.44 C 61.774 15.678 61.144 20.155 61.108 20.361 L 61.035 20.759 L 63.131 20.759 C 64.293 20.759 65.444 20.698 65.686 20.638 C 66.546 20.397 67.152 19.661 67.467 18.514 C 67.721 17.561 69.683 3.44 69.683 2.474 C 69.696 1.255 69.49 0.797 68.775 0.471 C 68.339 0.278 67.964 0.242 66.122 0.242 L 63.991 0.242 L 63.918 0.567 Z M 67.903 1.376 C 68.218 1.509 68.339 1.666 68.46 2.052 C 68.593 2.499 68.497 3.343 67.503 10.404 C 66.292 19.045 66.256 19.166 65.42 19.576 C 65.093 19.745 64.693 19.793 63.676 19.793 L 62.355 19.793 L 62.416 19.395 C 62.452 19.19 63.046 15.002 63.736 10.102 L 64.984 1.207 L 66.244 1.207 C 67.043 1.207 67.636 1.268 67.903 1.376 Z M 71.621 9.148 C 70.931 14.036 70.374 18.309 70.386 18.622 C 70.386 19.274 70.64 19.962 71.028 20.372 C 71.416 20.783 72.457 21.048 73.426 20.964 C 74.347 20.891 75.001 20.602 75.558 20.01 C 76.357 19.19 76.382 19.045 77.762 9.366 L 79.046 0.302 L 78.526 0.266 C 78.235 0.241 77.968 0.253 77.932 0.29 C 77.896 0.314 77.302 4.381 76.612 9.317 C 75.231 19.045 75.231 19.093 74.407 19.636 C 73.826 20.022 73.099 20.095 72.469 19.854 C 71.827 19.588 71.597 19.178 71.597 18.297 C 71.597 17.935 72.142 13.747 72.808 9.003 C 73.475 4.272 74.02 0.35 74.02 0.314 C 74.02 0.278 73.765 0.241 73.45 0.241 L 72.869 0.241 Z M 89.524 0.531 C 89.524 0.688 89.487 0.905 89.451 1.014 C 89.39 1.183 89.548 1.207 90.723 1.207 C 92.055 1.207 92.067 1.207 92.006 1.473 C 91.983 1.63 91.377 5.854 90.674 10.862 C 89.972 15.871 89.378 20.155 89.342 20.361 L 89.269 20.759 L 90.432 20.759 L 91.801 11.067 C 92.551 5.745 93.169 1.352 93.157 1.292 C 93.157 1.243 93.763 1.207 94.49 1.207 C 95.822 1.207 95.822 1.207 95.822 0.917 C 95.822 0.761 95.858 0.543 95.894 0.435 C 95.967 0.266 95.64 0.242 92.746 0.242 L 89.524 0.242 L 89.524 0.531 Z M 96.876 10.403 C 96.089 16.003 95.446 20.626 95.459 20.674 C 95.459 20.722 95.714 20.758 96.028 20.734 L 96.597 20.698 L 98.015 10.62 C 98.802 5.081 99.444 0.47 99.456 0.386 C 99.456 0.289 99.262 0.241 98.875 0.241 L 98.305 0.241 Z M 111.157 0.507 C 111.121 0.664 110.49 5.105 109.752 10.38 C 109.013 15.654 108.371 20.155 108.335 20.361 L 108.274 20.759 L 108.819 20.759 C 109.279 20.759 109.377 20.723 109.425 20.493 C 109.461 20.336 110.042 16.221 110.721 11.345 C 111.98 2.257 112.053 1.786 112.125 1.992 C 112.15 2.052 112.465 5.962 112.84 10.681 C 113.204 15.388 113.543 19.588 113.579 19.999 L 113.652 20.759 L 114.548 20.759 C 115.263 20.759 115.445 20.723 115.445 20.578 C 115.445 20.481 116.074 15.955 116.838 10.536 C 117.601 5.117 118.23 0.592 118.23 0.471 C 118.23 0.278 118.134 0.242 117.71 0.242 L 117.176 0.242 L 116.244 6.843 C 115.736 10.488 115.13 14.736 114.912 16.293 C 114.694 17.85 114.476 19.045 114.439 18.949 C 114.403 18.852 114.076 14.797 113.701 9.957 C 113.325 5.105 112.986 0.942 112.949 0.688 L 112.877 0.242 L 112.041 0.242 C 111.278 0.242 111.205 0.266 111.157 0.507 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:11269640964,withExternalLayout:true,...addPropertyOverrides({h_vztg3sb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 127 21\"><g transform=\"translate(-0.012 0)\" id=\"ss9600676381_1\"><path d=\"M 0.012 0 L 126.951 0 L 126.951 21 L 0.012 21 Z\" fill=\"transparent\"></path><path d=\"M 56.784 0.193 C 56.008 0.434 55.233 1.207 54.906 2.076 C 54.603 2.885 52.544 17.102 52.544 18.466 C 52.532 20.155 53.404 21 55.197 21 C 56.832 21 58.08 20.095 58.516 18.574 C 58.588 18.357 59.133 14.724 59.739 10.5 C 60.538 4.96 60.829 2.643 60.781 2.136 C 60.708 1.267 60.296 0.603 59.642 0.302 C 59.012 0 57.547 -0.06 56.784 0.193 Z M 59 1.315 C 59.424 1.617 59.606 2.016 59.606 2.643 C 59.606 3.331 57.583 17.778 57.401 18.345 C 57.05 19.479 56.457 19.95 55.354 19.962 C 54.494 19.974 54.058 19.697 53.792 18.972 C 53.622 18.49 53.671 18.067 54.676 10.838 C 55.27 6.638 55.815 2.921 55.912 2.595 C 56.105 1.895 56.675 1.291 57.304 1.098 C 57.849 0.941 58.613 1.038 59 1.315 Z M 83.892 0.109 C 82.947 0.338 82.244 0.942 81.796 1.907 C 81.554 2.45 81.336 3.729 80.476 9.692 C 79.386 17.331 79.228 18.876 79.459 19.588 C 79.858 20.783 81.506 21.314 83.238 20.807 C 83.722 20.662 84.037 20.469 84.461 20.035 C 85.164 19.31 85.418 18.526 85.745 16.136 L 85.963 14.483 L 85.382 14.483 C 85.067 14.483 84.8 14.531 84.8 14.592 C 84.8 14.942 84.292 18.104 84.17 18.514 C 83.868 19.492 82.79 20.167 81.796 19.974 C 80.888 19.805 80.5 19.25 80.525 18.176 C 80.561 17.09 82.62 2.776 82.814 2.281 C 83.262 1.171 84.437 0.736 85.684 1.231 C 86.387 1.509 86.532 2.486 86.193 4.707 C 86.096 5.335 86.012 5.998 86.012 6.18 C 86.012 6.493 86.048 6.517 86.557 6.517 C 87.162 6.517 87.077 6.723 87.404 4.502 C 87.731 2.293 87.586 1.183 86.896 0.579 C 86.351 0.085 84.909 -0.133 83.892 0.109 Z M 104.059 0.181 C 102.945 0.543 102.169 1.509 101.891 2.897 C 101.503 4.84 99.686 18.454 99.747 18.936 C 99.916 20.179 100.715 20.867 102.121 20.976 C 103.817 21.097 105.076 20.348 105.609 18.912 C 105.961 17.983 108.105 2.969 108.008 2.124 C 107.85 0.748 107.087 0.109 105.525 0.036 C 104.943 0.012 104.398 0.073 104.059 0.181 Z M 106.142 1.219 C 106.518 1.424 106.845 2.064 106.845 2.631 C 106.845 3.416 104.822 17.717 104.604 18.429 C 104.24 19.612 103.066 20.264 101.939 19.89 C 101.382 19.697 101.031 19.262 100.946 18.635 C 100.885 18.104 102.872 3.56 103.15 2.595 C 103.356 1.883 103.962 1.231 104.567 1.086 C 105.028 0.966 105.791 1.038 106.142 1.219 Z M 123.16 0.121 C 121.646 0.507 120.907 1.412 120.58 3.307 C 119.768 7.953 119.902 8.593 122.216 11.031 C 124.056 12.962 124.129 13.216 123.681 16.426 C 123.39 18.538 123.088 19.238 122.336 19.66 C 121.658 20.047 120.544 19.986 120.095 19.528 C 119.586 19.033 119.527 18.441 119.805 16.595 C 119.938 15.69 120.047 14.869 120.047 14.772 C 120.047 14.652 119.902 14.603 119.502 14.603 C 119.199 14.603 118.957 14.628 118.957 14.652 C 118.957 14.688 118.848 15.485 118.703 16.438 C 118.303 19.153 118.496 20.059 119.636 20.638 C 120.132 20.891 120.386 20.94 121.198 20.928 C 122.312 20.916 122.833 20.735 123.535 20.107 C 124.226 19.479 124.492 18.731 124.844 16.438 C 125.377 12.962 125.207 12.31 123.136 10.126 C 121.21 8.11 121.076 7.664 121.489 4.828 C 121.816 2.643 121.997 2.052 122.543 1.581 C 123.051 1.134 123.378 1.038 124.19 1.11 C 124.698 1.159 124.88 1.243 125.159 1.557 C 125.461 1.895 125.498 2.028 125.498 2.752 C 125.498 3.198 125.413 4.079 125.316 4.707 C 125.05 6.445 125.037 6.397 125.679 6.397 C 125.982 6.397 126.224 6.372 126.224 6.348 C 126.224 6.312 126.333 5.515 126.479 4.562 C 126.879 1.883 126.672 0.941 125.607 0.398 C 125.001 0.084 123.838 -0.048 123.16 0.121 Z M 2.859 0.628 C 2.822 0.845 2.192 5.286 1.466 10.5 C 0.739 15.714 0.109 20.155 0.073 20.361 L 0 20.759 L 5.293 20.759 L 5.632 18.321 C 6.056 15.255 6.068 15.207 6.25 15.207 C 6.432 15.207 6.468 15.485 6.735 18.104 C 6.831 19.13 6.953 20.155 6.989 20.361 L 7.049 20.759 L 11.786 20.759 L 11.713 20.421 C 11.677 20.24 11.483 18.719 11.265 17.042 L 10.877 13.976 L 11.18 13.723 C 11.677 13.3 12.113 12.624 12.367 11.924 C 12.658 11.08 13.578 4.659 13.578 3.416 C 13.578 2.04 13.324 1.292 12.718 0.845 C 11.955 0.302 11.374 0.242 6.977 0.242 L 2.931 0.242 Z M 8.297 4.695 C 8.406 4.852 7.534 10.886 7.376 11.067 C 7.243 11.236 6.674 11.285 6.674 11.128 C 6.674 11.08 6.868 9.595 7.11 7.809 L 7.558 4.586 L 7.897 4.586 C 8.079 4.586 8.261 4.635 8.297 4.695 Z M 14.862 0.568 C 14.826 0.761 14.196 5.19 13.457 10.44 C 12.718 15.678 12.088 20.155 12.052 20.361 L 11.979 20.759 L 20.107 20.759 L 20.167 20.361 C 20.252 19.902 20.725 16.535 20.725 16.462 C 20.725 16.438 20.095 16.414 19.332 16.414 C 18.278 16.414 17.939 16.378 17.939 16.257 C 17.939 16.173 18.048 15.352 18.181 14.423 C 18.314 13.493 18.423 12.697 18.423 12.636 C 18.423 12.588 19.053 12.552 19.816 12.552 C 20.579 12.552 21.209 12.528 21.209 12.504 C 21.209 12.48 21.342 11.526 21.512 10.38 C 21.681 9.233 21.815 8.28 21.815 8.255 C 21.815 8.231 21.185 8.207 20.41 8.207 C 19.017 8.207 19.005 8.207 19.065 7.93 C 19.102 7.785 19.223 6.976 19.344 6.119 L 19.55 4.586 L 20.991 4.586 C 21.778 4.586 22.42 4.574 22.42 4.55 C 22.42 4.478 22.905 0.99 22.965 0.628 L 23.038 0.242 L 14.935 0.242 L 14.862 0.567 Z M 29.809 0.265 C 29.797 0.29 29.3 3.898 28.671 8.303 C 27.508 16.655 27.435 16.993 26.963 16.534 C 26.805 16.378 26.817 16.148 27.023 14.664 C 27.157 13.734 27.266 12.914 27.266 12.829 C 27.266 12.709 26.696 12.672 24.661 12.672 C 22.069 12.672 22.057 12.672 21.997 12.938 C 21.972 13.095 21.827 14.109 21.694 15.207 C 21.343 17.91 21.5 18.852 22.409 19.769 C 24.213 21.567 29.458 21.35 31.408 19.407 C 31.965 18.852 32.535 17.729 32.716 16.848 C 32.874 16.064 35.018 0.833 35.018 0.495 C 35.018 0.241 34.981 0.241 32.413 0.241 C 30.984 0.241 29.809 0.253 29.809 0.265 Z M 37.513 0.507 C 37.477 0.664 36.847 5.105 36.108 10.38 C 35.369 15.654 34.739 20.155 34.691 20.361 L 34.63 20.759 L 35.817 20.759 L 36.156 18.309 C 36.338 16.969 36.52 15.75 36.556 15.593 C 36.617 15.34 36.665 15.328 37.973 15.328 C 40.238 15.328 41.038 14.93 41.558 13.566 C 41.873 12.709 43.169 3.826 43.169 2.474 C 43.182 1.268 42.964 0.797 42.249 0.471 C 41.813 0.278 41.437 0.242 39.657 0.242 C 37.586 0.242 37.561 0.242 37.513 0.507 Z M 41.377 1.388 C 41.849 1.581 42.043 1.943 42.043 2.631 C 42.043 3.223 40.759 12.274 40.589 12.914 C 40.408 13.59 39.911 14.109 39.318 14.242 C 39.051 14.302 38.349 14.362 37.767 14.362 L 36.689 14.362 L 36.762 14.036 C 36.859 13.566 38.53 1.605 38.53 1.388 C 38.53 1.135 40.771 1.135 41.377 1.388 Z M 46.355 0.507 C 46.318 0.664 45.688 5.069 44.949 10.319 C 44.223 15.557 43.581 20.059 43.544 20.3 L 43.472 20.759 L 44.671 20.759 L 45.119 17.464 C 45.361 15.666 45.604 14.085 45.628 13.964 C 45.688 13.783 45.858 13.759 46.936 13.759 L 48.171 13.759 L 48.389 16.619 C 48.498 18.2 48.632 19.781 48.668 20.119 L 48.741 20.759 L 49.262 20.759 C 49.552 20.759 49.794 20.747 49.794 20.723 C 49.794 20.711 49.661 19.069 49.492 17.09 C 49.322 15.099 49.201 13.469 49.225 13.457 C 49.237 13.457 49.455 13.288 49.722 13.107 C 50.606 12.455 50.8 11.792 51.442 7.362 C 52.253 1.75 52.217 0.99 51.091 0.471 C 50.654 0.278 50.279 0.242 48.498 0.242 C 46.427 0.242 46.403 0.242 46.355 0.507 Z M 50.218 1.388 C 50.703 1.581 50.885 1.943 50.885 2.692 C 50.872 2.969 50.618 5.021 50.303 7.242 C 49.516 12.721 49.528 12.709 47.166 12.769 L 45.761 12.818 L 45.822 12.407 C 45.858 12.19 46.233 9.583 46.645 6.602 L 47.408 1.207 L 48.607 1.207 C 49.383 1.207 49.952 1.268 50.218 1.388 Z M 63.918 0.568 C 63.882 0.761 63.252 5.19 62.513 10.44 C 61.774 15.678 61.144 20.155 61.108 20.361 L 61.035 20.759 L 63.131 20.759 C 64.293 20.759 65.444 20.698 65.686 20.638 C 66.546 20.397 67.152 19.661 67.467 18.514 C 67.721 17.561 69.683 3.44 69.683 2.474 C 69.696 1.255 69.49 0.797 68.775 0.471 C 68.339 0.278 67.964 0.242 66.122 0.242 L 63.991 0.242 L 63.918 0.567 Z M 67.903 1.376 C 68.218 1.509 68.339 1.666 68.46 2.052 C 68.593 2.499 68.497 3.343 67.503 10.404 C 66.292 19.045 66.256 19.166 65.42 19.576 C 65.093 19.745 64.693 19.793 63.676 19.793 L 62.355 19.793 L 62.416 19.395 C 62.452 19.19 63.046 15.002 63.736 10.102 L 64.984 1.207 L 66.244 1.207 C 67.043 1.207 67.636 1.268 67.903 1.376 Z M 71.621 9.148 C 70.931 14.036 70.374 18.309 70.386 18.622 C 70.386 19.274 70.64 19.962 71.028 20.372 C 71.416 20.783 72.457 21.048 73.426 20.964 C 74.347 20.891 75.001 20.602 75.558 20.01 C 76.357 19.19 76.382 19.045 77.762 9.366 L 79.046 0.302 L 78.526 0.266 C 78.235 0.241 77.968 0.253 77.932 0.29 C 77.896 0.314 77.302 4.381 76.612 9.317 C 75.231 19.045 75.231 19.093 74.407 19.636 C 73.826 20.022 73.099 20.095 72.469 19.854 C 71.827 19.588 71.597 19.178 71.597 18.297 C 71.597 17.935 72.142 13.747 72.808 9.003 C 73.475 4.272 74.02 0.35 74.02 0.314 C 74.02 0.278 73.765 0.241 73.45 0.241 L 72.869 0.241 Z M 89.524 0.531 C 89.524 0.688 89.487 0.905 89.451 1.014 C 89.39 1.183 89.548 1.207 90.723 1.207 C 92.055 1.207 92.067 1.207 92.006 1.473 C 91.983 1.63 91.377 5.854 90.674 10.862 C 89.972 15.871 89.378 20.155 89.342 20.361 L 89.269 20.759 L 90.432 20.759 L 91.801 11.067 C 92.551 5.745 93.169 1.352 93.157 1.292 C 93.157 1.243 93.763 1.207 94.49 1.207 C 95.822 1.207 95.822 1.207 95.822 0.917 C 95.822 0.761 95.858 0.543 95.894 0.435 C 95.967 0.266 95.64 0.242 92.746 0.242 L 89.524 0.242 L 89.524 0.531 Z M 96.876 10.403 C 96.089 16.003 95.446 20.626 95.459 20.674 C 95.459 20.722 95.714 20.758 96.028 20.734 L 96.597 20.698 L 98.015 10.62 C 98.802 5.081 99.444 0.47 99.456 0.386 C 99.456 0.289 99.262 0.241 98.875 0.241 L 98.305 0.241 Z M 111.157 0.507 C 111.121 0.664 110.49 5.105 109.752 10.38 C 109.013 15.654 108.371 20.155 108.335 20.361 L 108.274 20.759 L 108.819 20.759 C 109.279 20.759 109.377 20.723 109.425 20.493 C 109.461 20.336 110.042 16.221 110.721 11.345 C 111.98 2.257 112.053 1.786 112.125 1.992 C 112.15 2.052 112.465 5.962 112.84 10.681 C 113.204 15.388 113.543 19.588 113.579 19.999 L 113.652 20.759 L 114.548 20.759 C 115.263 20.759 115.445 20.723 115.445 20.578 C 115.445 20.481 116.074 15.955 116.838 10.536 C 117.601 5.117 118.23 0.592 118.23 0.471 C 118.23 0.278 118.134 0.242 117.71 0.242 L 117.176 0.242 L 116.244 6.843 C 115.736 10.488 115.13 14.736 114.912 16.293 C 114.694 17.85 114.476 19.045 114.439 18.949 C 114.403 18.852 114.076 14.797 113.701 9.957 C 113.325 5.105 112.986 0.942 112.949 0.688 L 112.877 0.242 L 112.041 0.242 C 111.278 0.242 111.205 0.266 111.157 0.507 Z\" fill=\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>',svgContentId:9600676381},WNRhWciYr:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 127 21\"><g transform=\"translate(-0.012 0)\" id=\"ss9600676381_1\"><path d=\"M 0.012 0 L 126.951 0 L 126.951 21 L 0.012 21 Z\" fill=\"transparent\"></path><path d=\"M 56.784 0.193 C 56.008 0.434 55.233 1.207 54.906 2.076 C 54.603 2.885 52.544 17.102 52.544 18.466 C 52.532 20.155 53.404 21 55.197 21 C 56.832 21 58.08 20.095 58.516 18.574 C 58.588 18.357 59.133 14.724 59.739 10.5 C 60.538 4.96 60.829 2.643 60.781 2.136 C 60.708 1.267 60.296 0.603 59.642 0.302 C 59.012 0 57.547 -0.06 56.784 0.193 Z M 59 1.315 C 59.424 1.617 59.606 2.016 59.606 2.643 C 59.606 3.331 57.583 17.778 57.401 18.345 C 57.05 19.479 56.457 19.95 55.354 19.962 C 54.494 19.974 54.058 19.697 53.792 18.972 C 53.622 18.49 53.671 18.067 54.676 10.838 C 55.27 6.638 55.815 2.921 55.912 2.595 C 56.105 1.895 56.675 1.291 57.304 1.098 C 57.849 0.941 58.613 1.038 59 1.315 Z M 83.892 0.109 C 82.947 0.338 82.244 0.942 81.796 1.907 C 81.554 2.45 81.336 3.729 80.476 9.692 C 79.386 17.331 79.228 18.876 79.459 19.588 C 79.858 20.783 81.506 21.314 83.238 20.807 C 83.722 20.662 84.037 20.469 84.461 20.035 C 85.164 19.31 85.418 18.526 85.745 16.136 L 85.963 14.483 L 85.382 14.483 C 85.067 14.483 84.8 14.531 84.8 14.592 C 84.8 14.942 84.292 18.104 84.17 18.514 C 83.868 19.492 82.79 20.167 81.796 19.974 C 80.888 19.805 80.5 19.25 80.525 18.176 C 80.561 17.09 82.62 2.776 82.814 2.281 C 83.262 1.171 84.437 0.736 85.684 1.231 C 86.387 1.509 86.532 2.486 86.193 4.707 C 86.096 5.335 86.012 5.998 86.012 6.18 C 86.012 6.493 86.048 6.517 86.557 6.517 C 87.162 6.517 87.077 6.723 87.404 4.502 C 87.731 2.293 87.586 1.183 86.896 0.579 C 86.351 0.085 84.909 -0.133 83.892 0.109 Z M 104.059 0.181 C 102.945 0.543 102.169 1.509 101.891 2.897 C 101.503 4.84 99.686 18.454 99.747 18.936 C 99.916 20.179 100.715 20.867 102.121 20.976 C 103.817 21.097 105.076 20.348 105.609 18.912 C 105.961 17.983 108.105 2.969 108.008 2.124 C 107.85 0.748 107.087 0.109 105.525 0.036 C 104.943 0.012 104.398 0.073 104.059 0.181 Z M 106.142 1.219 C 106.518 1.424 106.845 2.064 106.845 2.631 C 106.845 3.416 104.822 17.717 104.604 18.429 C 104.24 19.612 103.066 20.264 101.939 19.89 C 101.382 19.697 101.031 19.262 100.946 18.635 C 100.885 18.104 102.872 3.56 103.15 2.595 C 103.356 1.883 103.962 1.231 104.567 1.086 C 105.028 0.966 105.791 1.038 106.142 1.219 Z M 123.16 0.121 C 121.646 0.507 120.907 1.412 120.58 3.307 C 119.768 7.953 119.902 8.593 122.216 11.031 C 124.056 12.962 124.129 13.216 123.681 16.426 C 123.39 18.538 123.088 19.238 122.336 19.66 C 121.658 20.047 120.544 19.986 120.095 19.528 C 119.586 19.033 119.527 18.441 119.805 16.595 C 119.938 15.69 120.047 14.869 120.047 14.772 C 120.047 14.652 119.902 14.603 119.502 14.603 C 119.199 14.603 118.957 14.628 118.957 14.652 C 118.957 14.688 118.848 15.485 118.703 16.438 C 118.303 19.153 118.496 20.059 119.636 20.638 C 120.132 20.891 120.386 20.94 121.198 20.928 C 122.312 20.916 122.833 20.735 123.535 20.107 C 124.226 19.479 124.492 18.731 124.844 16.438 C 125.377 12.962 125.207 12.31 123.136 10.126 C 121.21 8.11 121.076 7.664 121.489 4.828 C 121.816 2.643 121.997 2.052 122.543 1.581 C 123.051 1.134 123.378 1.038 124.19 1.11 C 124.698 1.159 124.88 1.243 125.159 1.557 C 125.461 1.895 125.498 2.028 125.498 2.752 C 125.498 3.198 125.413 4.079 125.316 4.707 C 125.05 6.445 125.037 6.397 125.679 6.397 C 125.982 6.397 126.224 6.372 126.224 6.348 C 126.224 6.312 126.333 5.515 126.479 4.562 C 126.879 1.883 126.672 0.941 125.607 0.398 C 125.001 0.084 123.838 -0.048 123.16 0.121 Z M 2.859 0.628 C 2.822 0.845 2.192 5.286 1.466 10.5 C 0.739 15.714 0.109 20.155 0.073 20.361 L 0 20.759 L 5.293 20.759 L 5.632 18.321 C 6.056 15.255 6.068 15.207 6.25 15.207 C 6.432 15.207 6.468 15.485 6.735 18.104 C 6.831 19.13 6.953 20.155 6.989 20.361 L 7.049 20.759 L 11.786 20.759 L 11.713 20.421 C 11.677 20.24 11.483 18.719 11.265 17.042 L 10.877 13.976 L 11.18 13.723 C 11.677 13.3 12.113 12.624 12.367 11.924 C 12.658 11.08 13.578 4.659 13.578 3.416 C 13.578 2.04 13.324 1.292 12.718 0.845 C 11.955 0.302 11.374 0.242 6.977 0.242 L 2.931 0.242 Z M 8.297 4.695 C 8.406 4.852 7.534 10.886 7.376 11.067 C 7.243 11.236 6.674 11.285 6.674 11.128 C 6.674 11.08 6.868 9.595 7.11 7.809 L 7.558 4.586 L 7.897 4.586 C 8.079 4.586 8.261 4.635 8.297 4.695 Z M 14.862 0.568 C 14.826 0.761 14.196 5.19 13.457 10.44 C 12.718 15.678 12.088 20.155 12.052 20.361 L 11.979 20.759 L 20.107 20.759 L 20.167 20.361 C 20.252 19.902 20.725 16.535 20.725 16.462 C 20.725 16.438 20.095 16.414 19.332 16.414 C 18.278 16.414 17.939 16.378 17.939 16.257 C 17.939 16.173 18.048 15.352 18.181 14.423 C 18.314 13.493 18.423 12.697 18.423 12.636 C 18.423 12.588 19.053 12.552 19.816 12.552 C 20.579 12.552 21.209 12.528 21.209 12.504 C 21.209 12.48 21.342 11.526 21.512 10.38 C 21.681 9.233 21.815 8.28 21.815 8.255 C 21.815 8.231 21.185 8.207 20.41 8.207 C 19.017 8.207 19.005 8.207 19.065 7.93 C 19.102 7.785 19.223 6.976 19.344 6.119 L 19.55 4.586 L 20.991 4.586 C 21.778 4.586 22.42 4.574 22.42 4.55 C 22.42 4.478 22.905 0.99 22.965 0.628 L 23.038 0.242 L 14.935 0.242 L 14.862 0.567 Z M 29.809 0.265 C 29.797 0.29 29.3 3.898 28.671 8.303 C 27.508 16.655 27.435 16.993 26.963 16.534 C 26.805 16.378 26.817 16.148 27.023 14.664 C 27.157 13.734 27.266 12.914 27.266 12.829 C 27.266 12.709 26.696 12.672 24.661 12.672 C 22.069 12.672 22.057 12.672 21.997 12.938 C 21.972 13.095 21.827 14.109 21.694 15.207 C 21.343 17.91 21.5 18.852 22.409 19.769 C 24.213 21.567 29.458 21.35 31.408 19.407 C 31.965 18.852 32.535 17.729 32.716 16.848 C 32.874 16.064 35.018 0.833 35.018 0.495 C 35.018 0.241 34.981 0.241 32.413 0.241 C 30.984 0.241 29.809 0.253 29.809 0.265 Z M 37.513 0.507 C 37.477 0.664 36.847 5.105 36.108 10.38 C 35.369 15.654 34.739 20.155 34.691 20.361 L 34.63 20.759 L 35.817 20.759 L 36.156 18.309 C 36.338 16.969 36.52 15.75 36.556 15.593 C 36.617 15.34 36.665 15.328 37.973 15.328 C 40.238 15.328 41.038 14.93 41.558 13.566 C 41.873 12.709 43.169 3.826 43.169 2.474 C 43.182 1.268 42.964 0.797 42.249 0.471 C 41.813 0.278 41.437 0.242 39.657 0.242 C 37.586 0.242 37.561 0.242 37.513 0.507 Z M 41.377 1.388 C 41.849 1.581 42.043 1.943 42.043 2.631 C 42.043 3.223 40.759 12.274 40.589 12.914 C 40.408 13.59 39.911 14.109 39.318 14.242 C 39.051 14.302 38.349 14.362 37.767 14.362 L 36.689 14.362 L 36.762 14.036 C 36.859 13.566 38.53 1.605 38.53 1.388 C 38.53 1.135 40.771 1.135 41.377 1.388 Z M 46.355 0.507 C 46.318 0.664 45.688 5.069 44.949 10.319 C 44.223 15.557 43.581 20.059 43.544 20.3 L 43.472 20.759 L 44.671 20.759 L 45.119 17.464 C 45.361 15.666 45.604 14.085 45.628 13.964 C 45.688 13.783 45.858 13.759 46.936 13.759 L 48.171 13.759 L 48.389 16.619 C 48.498 18.2 48.632 19.781 48.668 20.119 L 48.741 20.759 L 49.262 20.759 C 49.552 20.759 49.794 20.747 49.794 20.723 C 49.794 20.711 49.661 19.069 49.492 17.09 C 49.322 15.099 49.201 13.469 49.225 13.457 C 49.237 13.457 49.455 13.288 49.722 13.107 C 50.606 12.455 50.8 11.792 51.442 7.362 C 52.253 1.75 52.217 0.99 51.091 0.471 C 50.654 0.278 50.279 0.242 48.498 0.242 C 46.427 0.242 46.403 0.242 46.355 0.507 Z M 50.218 1.388 C 50.703 1.581 50.885 1.943 50.885 2.692 C 50.872 2.969 50.618 5.021 50.303 7.242 C 49.516 12.721 49.528 12.709 47.166 12.769 L 45.761 12.818 L 45.822 12.407 C 45.858 12.19 46.233 9.583 46.645 6.602 L 47.408 1.207 L 48.607 1.207 C 49.383 1.207 49.952 1.268 50.218 1.388 Z M 63.918 0.568 C 63.882 0.761 63.252 5.19 62.513 10.44 C 61.774 15.678 61.144 20.155 61.108 20.361 L 61.035 20.759 L 63.131 20.759 C 64.293 20.759 65.444 20.698 65.686 20.638 C 66.546 20.397 67.152 19.661 67.467 18.514 C 67.721 17.561 69.683 3.44 69.683 2.474 C 69.696 1.255 69.49 0.797 68.775 0.471 C 68.339 0.278 67.964 0.242 66.122 0.242 L 63.991 0.242 L 63.918 0.567 Z M 67.903 1.376 C 68.218 1.509 68.339 1.666 68.46 2.052 C 68.593 2.499 68.497 3.343 67.503 10.404 C 66.292 19.045 66.256 19.166 65.42 19.576 C 65.093 19.745 64.693 19.793 63.676 19.793 L 62.355 19.793 L 62.416 19.395 C 62.452 19.19 63.046 15.002 63.736 10.102 L 64.984 1.207 L 66.244 1.207 C 67.043 1.207 67.636 1.268 67.903 1.376 Z M 71.621 9.148 C 70.931 14.036 70.374 18.309 70.386 18.622 C 70.386 19.274 70.64 19.962 71.028 20.372 C 71.416 20.783 72.457 21.048 73.426 20.964 C 74.347 20.891 75.001 20.602 75.558 20.01 C 76.357 19.19 76.382 19.045 77.762 9.366 L 79.046 0.302 L 78.526 0.266 C 78.235 0.241 77.968 0.253 77.932 0.29 C 77.896 0.314 77.302 4.381 76.612 9.317 C 75.231 19.045 75.231 19.093 74.407 19.636 C 73.826 20.022 73.099 20.095 72.469 19.854 C 71.827 19.588 71.597 19.178 71.597 18.297 C 71.597 17.935 72.142 13.747 72.808 9.003 C 73.475 4.272 74.02 0.35 74.02 0.314 C 74.02 0.278 73.765 0.241 73.45 0.241 L 72.869 0.241 Z M 89.524 0.531 C 89.524 0.688 89.487 0.905 89.451 1.014 C 89.39 1.183 89.548 1.207 90.723 1.207 C 92.055 1.207 92.067 1.207 92.006 1.473 C 91.983 1.63 91.377 5.854 90.674 10.862 C 89.972 15.871 89.378 20.155 89.342 20.361 L 89.269 20.759 L 90.432 20.759 L 91.801 11.067 C 92.551 5.745 93.169 1.352 93.157 1.292 C 93.157 1.243 93.763 1.207 94.49 1.207 C 95.822 1.207 95.822 1.207 95.822 0.917 C 95.822 0.761 95.858 0.543 95.894 0.435 C 95.967 0.266 95.64 0.242 92.746 0.242 L 89.524 0.242 L 89.524 0.531 Z M 96.876 10.403 C 96.089 16.003 95.446 20.626 95.459 20.674 C 95.459 20.722 95.714 20.758 96.028 20.734 L 96.597 20.698 L 98.015 10.62 C 98.802 5.081 99.444 0.47 99.456 0.386 C 99.456 0.289 99.262 0.241 98.875 0.241 L 98.305 0.241 Z M 111.157 0.507 C 111.121 0.664 110.49 5.105 109.752 10.38 C 109.013 15.654 108.371 20.155 108.335 20.361 L 108.274 20.759 L 108.819 20.759 C 109.279 20.759 109.377 20.723 109.425 20.493 C 109.461 20.336 110.042 16.221 110.721 11.345 C 111.98 2.257 112.053 1.786 112.125 1.992 C 112.15 2.052 112.465 5.962 112.84 10.681 C 113.204 15.388 113.543 19.588 113.579 19.999 L 113.652 20.759 L 114.548 20.759 C 115.263 20.759 115.445 20.723 115.445 20.578 C 115.445 20.481 116.074 15.955 116.838 10.536 C 117.601 5.117 118.23 0.592 118.23 0.471 C 118.23 0.278 118.134 0.242 117.71 0.242 L 117.176 0.242 L 116.244 6.843 C 115.736 10.488 115.13 14.736 114.912 16.293 C 114.694 17.85 114.476 19.045 114.439 18.949 C 114.403 18.852 114.076 14.797 113.701 9.957 C 113.325 5.105 112.986 0.942 112.949 0.688 L 112.877 0.242 L 112.041 0.242 C 111.278 0.242 111.205 0.266 111.157 0.507 Z\" fill=\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>',svgContentId:9600676381}},baseVariant,gestureVariant)})})}),visible&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"hEGzVbO0p\",scopeId:\"HcDCpt7q7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gl7dd9 framer-t1u54w\",\"data-framer-cursor\":uXga7Qnyt,\"data-framer-name\":\"Logo black\",layoutDependency:layoutDependency,layoutId:\"hEGzVbO0p\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ojr45f\",\"data-framer-name\":\"REJ Productions\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PBSvJ09K5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 127 21\"><g transform=\"translate(-0.012 0)\" id=\"ss9900696668_1\"><path d=\"M 0.012 0 L 126.951 0 L 126.951 21 L 0.012 21 Z\" fill=\"transparent\"></path><path d=\"M 56.784 0.193 C 56.008 0.434 55.233 1.207 54.906 2.076 C 54.603 2.885 52.544 17.102 52.544 18.466 C 52.532 20.155 53.404 21 55.197 21 C 56.832 21 58.08 20.095 58.516 18.574 C 58.588 18.357 59.133 14.724 59.739 10.5 C 60.538 4.96 60.829 2.643 60.781 2.136 C 60.708 1.267 60.296 0.603 59.642 0.302 C 59.012 0 57.547 -0.06 56.784 0.193 Z M 59 1.315 C 59.424 1.617 59.606 2.016 59.606 2.643 C 59.606 3.331 57.583 17.778 57.401 18.345 C 57.05 19.479 56.457 19.95 55.354 19.962 C 54.494 19.974 54.058 19.697 53.792 18.972 C 53.622 18.49 53.671 18.067 54.676 10.838 C 55.27 6.638 55.815 2.921 55.912 2.595 C 56.105 1.895 56.675 1.291 57.304 1.098 C 57.849 0.941 58.613 1.038 59 1.315 Z M 83.892 0.109 C 82.947 0.338 82.244 0.942 81.796 1.907 C 81.554 2.45 81.336 3.729 80.476 9.692 C 79.386 17.331 79.228 18.876 79.459 19.588 C 79.858 20.783 81.506 21.314 83.238 20.807 C 83.722 20.662 84.037 20.469 84.461 20.035 C 85.164 19.31 85.418 18.526 85.745 16.136 L 85.963 14.483 L 85.382 14.483 C 85.067 14.483 84.8 14.531 84.8 14.592 C 84.8 14.942 84.292 18.104 84.17 18.514 C 83.868 19.492 82.79 20.167 81.796 19.974 C 80.888 19.805 80.5 19.25 80.525 18.176 C 80.561 17.09 82.62 2.776 82.814 2.281 C 83.262 1.171 84.437 0.736 85.684 1.231 C 86.387 1.509 86.532 2.486 86.193 4.707 C 86.096 5.335 86.012 5.998 86.012 6.18 C 86.012 6.493 86.048 6.517 86.557 6.517 C 87.162 6.517 87.077 6.723 87.404 4.502 C 87.731 2.293 87.586 1.183 86.896 0.579 C 86.351 0.085 84.909 -0.133 83.892 0.109 Z M 104.059 0.181 C 102.945 0.543 102.169 1.509 101.891 2.897 C 101.503 4.84 99.686 18.454 99.747 18.936 C 99.916 20.179 100.715 20.867 102.121 20.976 C 103.817 21.097 105.076 20.348 105.609 18.912 C 105.961 17.983 108.105 2.969 108.008 2.124 C 107.85 0.748 107.087 0.109 105.525 0.036 C 104.943 0.012 104.398 0.073 104.059 0.181 Z M 106.142 1.219 C 106.518 1.424 106.845 2.064 106.845 2.631 C 106.845 3.416 104.822 17.717 104.604 18.429 C 104.24 19.612 103.066 20.264 101.939 19.89 C 101.382 19.697 101.031 19.262 100.946 18.635 C 100.885 18.104 102.872 3.56 103.15 2.595 C 103.356 1.883 103.962 1.231 104.567 1.086 C 105.028 0.966 105.791 1.038 106.142 1.219 Z M 123.16 0.121 C 121.646 0.507 120.907 1.412 120.58 3.307 C 119.768 7.953 119.902 8.593 122.216 11.031 C 124.056 12.962 124.129 13.216 123.681 16.426 C 123.39 18.538 123.088 19.238 122.336 19.66 C 121.658 20.047 120.544 19.986 120.095 19.528 C 119.586 19.033 119.527 18.441 119.805 16.595 C 119.938 15.69 120.047 14.869 120.047 14.772 C 120.047 14.652 119.902 14.603 119.502 14.603 C 119.199 14.603 118.957 14.628 118.957 14.652 C 118.957 14.688 118.848 15.485 118.703 16.438 C 118.303 19.153 118.496 20.059 119.636 20.638 C 120.132 20.891 120.386 20.94 121.198 20.928 C 122.312 20.916 122.833 20.735 123.535 20.107 C 124.226 19.479 124.492 18.731 124.844 16.438 C 125.377 12.962 125.207 12.31 123.136 10.126 C 121.21 8.11 121.076 7.664 121.489 4.828 C 121.816 2.643 121.997 2.052 122.543 1.581 C 123.051 1.134 123.378 1.038 124.19 1.11 C 124.698 1.159 124.88 1.243 125.159 1.557 C 125.461 1.895 125.498 2.028 125.498 2.752 C 125.498 3.198 125.413 4.079 125.316 4.707 C 125.05 6.445 125.037 6.397 125.679 6.397 C 125.982 6.397 126.224 6.372 126.224 6.348 C 126.224 6.312 126.333 5.515 126.479 4.562 C 126.879 1.883 126.672 0.941 125.607 0.398 C 125.001 0.084 123.838 -0.048 123.16 0.121 Z M 2.859 0.628 C 2.822 0.845 2.192 5.286 1.466 10.5 C 0.739 15.714 0.109 20.155 0.073 20.361 L 0 20.759 L 5.293 20.759 L 5.632 18.321 C 6.056 15.255 6.068 15.207 6.25 15.207 C 6.432 15.207 6.468 15.485 6.735 18.104 C 6.831 19.13 6.953 20.155 6.989 20.361 L 7.049 20.759 L 11.786 20.759 L 11.713 20.421 C 11.677 20.24 11.483 18.719 11.265 17.042 L 10.877 13.976 L 11.18 13.723 C 11.677 13.3 12.113 12.624 12.367 11.924 C 12.658 11.08 13.578 4.659 13.578 3.416 C 13.578 2.04 13.324 1.292 12.718 0.845 C 11.955 0.302 11.374 0.242 6.977 0.242 L 2.931 0.242 Z M 8.297 4.695 C 8.406 4.852 7.534 10.886 7.376 11.067 C 7.243 11.236 6.674 11.285 6.674 11.128 C 6.674 11.08 6.868 9.595 7.11 7.809 L 7.558 4.586 L 7.897 4.586 C 8.079 4.586 8.261 4.635 8.297 4.695 Z M 14.862 0.568 C 14.826 0.761 14.196 5.19 13.457 10.44 C 12.718 15.678 12.088 20.155 12.052 20.361 L 11.979 20.759 L 20.107 20.759 L 20.167 20.361 C 20.252 19.902 20.725 16.535 20.725 16.462 C 20.725 16.438 20.095 16.414 19.332 16.414 C 18.278 16.414 17.939 16.378 17.939 16.257 C 17.939 16.173 18.048 15.352 18.181 14.423 C 18.314 13.493 18.423 12.697 18.423 12.636 C 18.423 12.588 19.053 12.552 19.816 12.552 C 20.579 12.552 21.209 12.528 21.209 12.504 C 21.209 12.48 21.342 11.526 21.512 10.38 C 21.681 9.233 21.815 8.28 21.815 8.255 C 21.815 8.231 21.185 8.207 20.41 8.207 C 19.017 8.207 19.005 8.207 19.065 7.93 C 19.102 7.785 19.223 6.976 19.344 6.119 L 19.55 4.586 L 20.991 4.586 C 21.778 4.586 22.42 4.574 22.42 4.55 C 22.42 4.478 22.905 0.99 22.965 0.628 L 23.038 0.242 L 14.935 0.242 L 14.862 0.567 Z M 29.809 0.265 C 29.797 0.29 29.3 3.898 28.671 8.303 C 27.508 16.655 27.435 16.993 26.963 16.534 C 26.805 16.378 26.817 16.148 27.023 14.664 C 27.157 13.734 27.266 12.914 27.266 12.829 C 27.266 12.709 26.696 12.672 24.661 12.672 C 22.069 12.672 22.057 12.672 21.997 12.938 C 21.972 13.095 21.827 14.109 21.694 15.207 C 21.343 17.91 21.5 18.852 22.409 19.769 C 24.213 21.567 29.458 21.35 31.408 19.407 C 31.965 18.852 32.535 17.729 32.716 16.848 C 32.874 16.064 35.018 0.833 35.018 0.495 C 35.018 0.241 34.981 0.241 32.413 0.241 C 30.984 0.241 29.809 0.253 29.809 0.265 Z M 37.513 0.507 C 37.477 0.664 36.847 5.105 36.108 10.38 C 35.369 15.654 34.739 20.155 34.691 20.361 L 34.63 20.759 L 35.817 20.759 L 36.156 18.309 C 36.338 16.969 36.52 15.75 36.556 15.593 C 36.617 15.34 36.665 15.328 37.973 15.328 C 40.238 15.328 41.038 14.93 41.558 13.566 C 41.873 12.709 43.169 3.826 43.169 2.474 C 43.182 1.268 42.964 0.797 42.249 0.471 C 41.813 0.278 41.437 0.242 39.657 0.242 C 37.586 0.242 37.561 0.242 37.513 0.507 Z M 41.377 1.388 C 41.849 1.581 42.043 1.943 42.043 2.631 C 42.043 3.223 40.759 12.274 40.589 12.914 C 40.408 13.59 39.911 14.109 39.318 14.242 C 39.051 14.302 38.349 14.362 37.767 14.362 L 36.689 14.362 L 36.762 14.036 C 36.859 13.566 38.53 1.605 38.53 1.388 C 38.53 1.135 40.771 1.135 41.377 1.388 Z M 46.355 0.507 C 46.318 0.664 45.688 5.069 44.949 10.319 C 44.223 15.557 43.581 20.059 43.544 20.3 L 43.472 20.759 L 44.671 20.759 L 45.119 17.464 C 45.361 15.666 45.604 14.085 45.628 13.964 C 45.688 13.783 45.858 13.759 46.936 13.759 L 48.171 13.759 L 48.389 16.619 C 48.498 18.2 48.632 19.781 48.668 20.119 L 48.741 20.759 L 49.262 20.759 C 49.552 20.759 49.794 20.747 49.794 20.723 C 49.794 20.711 49.661 19.069 49.492 17.09 C 49.322 15.099 49.201 13.469 49.225 13.457 C 49.237 13.457 49.455 13.288 49.722 13.107 C 50.606 12.455 50.8 11.792 51.442 7.362 C 52.253 1.75 52.217 0.99 51.091 0.471 C 50.654 0.278 50.279 0.242 48.498 0.242 C 46.427 0.242 46.403 0.242 46.355 0.507 Z M 50.218 1.388 C 50.703 1.581 50.885 1.943 50.885 2.692 C 50.872 2.969 50.618 5.021 50.303 7.242 C 49.516 12.721 49.528 12.709 47.166 12.769 L 45.761 12.818 L 45.822 12.407 C 45.858 12.19 46.233 9.583 46.645 6.602 L 47.408 1.207 L 48.607 1.207 C 49.383 1.207 49.952 1.268 50.218 1.388 Z M 63.918 0.568 C 63.882 0.761 63.252 5.19 62.513 10.44 C 61.774 15.678 61.144 20.155 61.108 20.361 L 61.035 20.759 L 63.131 20.759 C 64.293 20.759 65.444 20.698 65.686 20.638 C 66.546 20.397 67.152 19.661 67.467 18.514 C 67.721 17.561 69.683 3.44 69.683 2.474 C 69.696 1.255 69.49 0.797 68.775 0.471 C 68.339 0.278 67.964 0.242 66.122 0.242 L 63.991 0.242 L 63.918 0.567 Z M 67.903 1.376 C 68.218 1.509 68.339 1.666 68.46 2.052 C 68.593 2.499 68.497 3.343 67.503 10.404 C 66.292 19.045 66.256 19.166 65.42 19.576 C 65.093 19.745 64.693 19.793 63.676 19.793 L 62.355 19.793 L 62.416 19.395 C 62.452 19.19 63.046 15.002 63.736 10.102 L 64.984 1.207 L 66.244 1.207 C 67.043 1.207 67.636 1.268 67.903 1.376 Z M 71.621 9.148 C 70.931 14.036 70.374 18.309 70.386 18.622 C 70.386 19.274 70.64 19.962 71.028 20.372 C 71.416 20.783 72.457 21.048 73.426 20.964 C 74.347 20.891 75.001 20.602 75.558 20.01 C 76.357 19.19 76.382 19.045 77.762 9.366 L 79.046 0.302 L 78.526 0.266 C 78.235 0.241 77.968 0.253 77.932 0.29 C 77.896 0.314 77.302 4.381 76.612 9.317 C 75.231 19.045 75.231 19.093 74.407 19.636 C 73.826 20.022 73.099 20.095 72.469 19.854 C 71.827 19.588 71.597 19.178 71.597 18.297 C 71.597 17.935 72.142 13.747 72.808 9.003 C 73.475 4.272 74.02 0.35 74.02 0.314 C 74.02 0.278 73.765 0.241 73.45 0.241 L 72.869 0.241 Z M 89.524 0.531 C 89.524 0.688 89.487 0.905 89.451 1.014 C 89.39 1.183 89.548 1.207 90.723 1.207 C 92.055 1.207 92.067 1.207 92.006 1.473 C 91.983 1.63 91.377 5.854 90.674 10.862 C 89.972 15.871 89.378 20.155 89.342 20.361 L 89.269 20.759 L 90.432 20.759 L 91.801 11.067 C 92.551 5.745 93.169 1.352 93.157 1.292 C 93.157 1.243 93.763 1.207 94.49 1.207 C 95.822 1.207 95.822 1.207 95.822 0.917 C 95.822 0.761 95.858 0.543 95.894 0.435 C 95.967 0.266 95.64 0.242 92.746 0.242 L 89.524 0.242 L 89.524 0.531 Z M 96.876 10.403 C 96.089 16.003 95.446 20.626 95.459 20.674 C 95.459 20.722 95.714 20.758 96.028 20.734 L 96.597 20.698 L 98.015 10.62 C 98.802 5.081 99.444 0.47 99.456 0.386 C 99.456 0.289 99.262 0.241 98.875 0.241 L 98.305 0.241 Z M 111.157 0.507 C 111.121 0.664 110.49 5.105 109.752 10.38 C 109.013 15.654 108.371 20.155 108.335 20.361 L 108.274 20.759 L 108.819 20.759 C 109.279 20.759 109.377 20.723 109.425 20.493 C 109.461 20.336 110.042 16.221 110.721 11.345 C 111.98 2.257 112.053 1.786 112.125 1.992 C 112.15 2.052 112.465 5.962 112.84 10.681 C 113.204 15.388 113.543 19.588 113.579 19.999 L 113.652 20.759 L 114.548 20.759 C 115.263 20.759 115.445 20.723 115.445 20.578 C 115.445 20.481 116.074 15.955 116.838 10.536 C 117.601 5.117 118.23 0.592 118.23 0.471 C 118.23 0.278 118.134 0.242 117.71 0.242 L 117.176 0.242 L 116.244 6.843 C 115.736 10.488 115.13 14.736 114.912 16.293 C 114.694 17.85 114.476 19.045 114.439 18.949 C 114.403 18.852 114.076 14.797 113.701 9.957 C 113.325 5.105 112.986 0.942 112.949 0.688 L 112.877 0.242 L 112.041 0.242 C 111.278 0.242 111.205 0.266 111.157 0.507 Z\" fill=\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></g></svg>',svgContentId:9900696668,withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-db1t6c\",\"data-framer-cursor\":uXga7Qnyt,\"data-framer-name\":\"Menu Trigger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LQ1vku1ID\",onTap:onTap2wfxew,...addPropertyOverrides({h_vztg3sb:{onTap:onTap1sy734},qM8Dn1YgC:{onTap:onTap1wtqw4p},s_d2pM9hL:{onTap:onTap1cgorlu},th4JWcrEa:{onTap:onTap1wrrwux},WNRhWciYr:{onTap:onTapuj24ka}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x6hnmy\",\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"gAVFs0jGM\",style:{backgroundColor:\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},variants:{h_vztg3sb:{backgroundColor:Vs_FUThTo},th4JWcrEa:{backgroundColor:Vs_FUThTo},WNRhWciYr:{backgroundColor:Vs_FUThTo}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rkdz6k\",\"data-framer-name\":\"Small Dot\",layoutDependency:layoutDependency,layoutId:\"sZGX4v80U\",style:{backgroundColor:\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},variants:{h_vztg3sb:{backgroundColor:CRBThSGrZ},th4JWcrEa:{backgroundColor:CRBThSGrZ},WNRhWciYr:{backgroundColor:CRBThSGrZ}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6tqeai\",\"data-framer-name\":\"Small Dot\",layoutDependency:layoutDependency,layoutId:\"ukVNCFhdl\",style:{backgroundColor:\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},variants:{h_vztg3sb:{backgroundColor:CRBThSGrZ},th4JWcrEa:{backgroundColor:CRBThSGrZ},WNRhWciYr:{backgroundColor:CRBThSGrZ}}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"MENU\"})}),className:\"framer-243zae\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"XHkUEeV5b\",style:{\"--extracted-r6o4lv\":\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Vs_FUThTo-HcDCpt7q7\":Vs_FUThTo},variants:{h_vztg3sb:{\"--extracted-r6o4lv\":\"var(--variable-reference-Vs_FUThTo-HcDCpt7q7)\",\"--variable-reference-Vs_FUThTo-HcDCpt7q7\":Vs_FUThTo},th4JWcrEa:{\"--extracted-r6o4lv\":\"var(--variable-reference-Vs_FUThTo-HcDCpt7q7)\",\"--variable-reference-Vs_FUThTo-HcDCpt7q7\":Vs_FUThTo},WNRhWciYr:{\"--extracted-r6o4lv\":\"var(--variable-reference-Vs_FUThTo-HcDCpt7q7)\",\"--variable-reference-Vs_FUThTo-HcDCpt7q7\":Vs_FUThTo}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h_vztg3sb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Vs_FUThTo-HcDCpt7q7))\",\"--framer-text-transform\":\"uppercase\"},children:\"MENU\"})})},th4JWcrEa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Vs_FUThTo-HcDCpt7q7))\",\"--framer-text-transform\":\"uppercase\"},children:\"MENU\"})})},WNRhWciYr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Vs_FUThTo-HcDCpt7q7))\",\"--framer-text-transform\":\"uppercase\"},children:\"MENU\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2fbQU.framer-t1u54w, .framer-2fbQU .framer-t1u54w { display: block; }\",\".framer-2fbQU.framer-x3754t { 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: 1440px; }\",\".framer-2fbQU .framer-418yxr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-2fbQU .framer-s71uxt { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: 478px; justify-content: center; overflow: visible; padding: 106px 20px 60px 10px; position: relative; width: 100%; z-index: 2; }\",\".framer-2fbQU .framer-vqnx5z { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 2; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2fbQU .framer-mr3jyh, .framer-2fbQU .framer-e8vwxo, .framer-2fbQU .framer-j0jkzo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 78px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 10px; position: relative; width: 100%; }\",\".framer-2fbQU .framer-thw1px { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 412px; }\",\".framer-2fbQU .framer-hf6bt5-container, .framer-2fbQU .framer-1y2v40q-container, .framer-2fbQU .framer-krbuk1-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-2fbQU .framer-103akd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 308px; }\",\".framer-2fbQU .framer-xf2pxi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 434px; }\",\".framer-2fbQU .framer-cbiz3k { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; justify-self: start; overflow: visible; padding: 0px 0px 0px 5px; position: relative; width: 100%; }\",\".framer-2fbQU .framer-n8rm4j, .framer-2fbQU .framer-eaj9s5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 335px; }\",\".framer-2fbQU .framer-1nxab4c, .framer-2fbQU .framer-8y6ym9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2fbQU .framer-nkg85t { --framer-custom-cursors: pointer; flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; z-index: 1; }\",\".framer-2fbQU .framer-xqyuj6 { cursor: pointer; flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; z-index: 1; }\",\".framer-2fbQU .framer-1v23jon { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18px; justify-content: center; min-width: 335px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2fbQU .framer-1g6qm3r { cursor: pointer; flex: none; height: auto; left: 0px; position: absolute; top: 47%; white-space: pre; width: auto; z-index: 1; }\",\".framer-2fbQU .framer-ph445z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: center; min-width: 335px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2fbQU .framer-18q2mlz { flex: none; height: auto; left: 0px; position: absolute; top: 47%; white-space: pre; width: auto; z-index: 1; }\",\".framer-2fbQU .framer-1pbqk7e { flex: none; height: 56px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-2fbQU .framer-chj31p { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(100px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 56px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 20px; position: absolute; top: 0px; width: 100%; z-index: 10; }\",\".framer-2fbQU .framer-shu0sf { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2fbQU .framer-1ftajgg, .framer-2fbQU .framer-1gl7dd9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2fbQU .framer-1ijeqdq, .framer-2fbQU .framer-ojr45f { flex: none; height: 21px; position: relative; width: 127px; }\",\".framer-2fbQU .framer-db1t6c { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; top: 14px; width: min-content; z-index: 1; }\",\".framer-2fbQU .framer-1x6hnmy { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: var(--framer-aspect-ratio-supported, 30px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 30px; }\",\".framer-2fbQU .framer-1rkdz6k, .framer-2fbQU .framer-6tqeai { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); overflow: visible; position: relative; width: 5px; }\",\".framer-2fbQU .framer-243zae { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2fbQU.framer-x3754t, .framer-2fbQU .framer-418yxr, .framer-2fbQU .framer-vqnx5z, .framer-2fbQU .framer-mr3jyh, .framer-2fbQU .framer-thw1px, .framer-2fbQU .framer-e8vwxo, .framer-2fbQU .framer-103akd, .framer-2fbQU .framer-j0jkzo, .framer-2fbQU .framer-xf2pxi, .framer-2fbQU .framer-n8rm4j, .framer-2fbQU .framer-1nxab4c, .framer-2fbQU .framer-8y6ym9, .framer-2fbQU .framer-eaj9s5, .framer-2fbQU .framer-1v23jon, .framer-2fbQU .framer-ph445z, .framer-2fbQU .framer-shu0sf, .framer-2fbQU .framer-1ftajgg, .framer-2fbQU .framer-1gl7dd9, .framer-2fbQU .framer-db1t6c, .framer-2fbQU .framer-1x6hnmy { gap: 0px; } .framer-2fbQU.framer-x3754t > *, .framer-2fbQU .framer-vqnx5z > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2fbQU.framer-x3754t > :first-child, .framer-2fbQU .framer-418yxr > :first-child, .framer-2fbQU .framer-vqnx5z > :first-child, .framer-2fbQU .framer-n8rm4j > :first-child, .framer-2fbQU .framer-eaj9s5 > :first-child, .framer-2fbQU .framer-shu0sf > :first-child, .framer-2fbQU .framer-1x6hnmy > :first-child { margin-top: 0px; } .framer-2fbQU.framer-x3754t > :last-child, .framer-2fbQU .framer-418yxr > :last-child, .framer-2fbQU .framer-vqnx5z > :last-child, .framer-2fbQU .framer-n8rm4j > :last-child, .framer-2fbQU .framer-eaj9s5 > :last-child, .framer-2fbQU .framer-shu0sf > :last-child, .framer-2fbQU .framer-1x6hnmy > :last-child { margin-bottom: 0px; } .framer-2fbQU .framer-418yxr > *, .framer-2fbQU .framer-shu0sf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2fbQU .framer-mr3jyh > *, .framer-2fbQU .framer-thw1px > *, .framer-2fbQU .framer-e8vwxo > *, .framer-2fbQU .framer-103akd > *, .framer-2fbQU .framer-j0jkzo > *, .framer-2fbQU .framer-xf2pxi > *, .framer-2fbQU .framer-1nxab4c > *, .framer-2fbQU .framer-8y6ym9 > *, .framer-2fbQU .framer-1v23jon > *, .framer-2fbQU .framer-ph445z > *, .framer-2fbQU .framer-1ftajgg > *, .framer-2fbQU .framer-1gl7dd9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2fbQU .framer-mr3jyh > :first-child, .framer-2fbQU .framer-thw1px > :first-child, .framer-2fbQU .framer-e8vwxo > :first-child, .framer-2fbQU .framer-103akd > :first-child, .framer-2fbQU .framer-j0jkzo > :first-child, .framer-2fbQU .framer-xf2pxi > :first-child, .framer-2fbQU .framer-1nxab4c > :first-child, .framer-2fbQU .framer-8y6ym9 > :first-child, .framer-2fbQU .framer-1v23jon > :first-child, .framer-2fbQU .framer-ph445z > :first-child, .framer-2fbQU .framer-1ftajgg > :first-child, .framer-2fbQU .framer-1gl7dd9 > :first-child, .framer-2fbQU .framer-db1t6c > :first-child { margin-left: 0px; } .framer-2fbQU .framer-mr3jyh > :last-child, .framer-2fbQU .framer-thw1px > :last-child, .framer-2fbQU .framer-e8vwxo > :last-child, .framer-2fbQU .framer-103akd > :last-child, .framer-2fbQU .framer-j0jkzo > :last-child, .framer-2fbQU .framer-xf2pxi > :last-child, .framer-2fbQU .framer-1nxab4c > :last-child, .framer-2fbQU .framer-8y6ym9 > :last-child, .framer-2fbQU .framer-1v23jon > :last-child, .framer-2fbQU .framer-ph445z > :last-child, .framer-2fbQU .framer-1ftajgg > :last-child, .framer-2fbQU .framer-1gl7dd9 > :last-child, .framer-2fbQU .framer-db1t6c > :last-child { margin-right: 0px; } .framer-2fbQU .framer-n8rm4j > *, .framer-2fbQU .framer-eaj9s5 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-2fbQU .framer-db1t6c > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-2fbQU .framer-1x6hnmy > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } }\",\".framer-2fbQU.framer-v-ya1vwv.framer-x3754t { height: 56px; overflow: hidden; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-418yxr, .framer-2fbQU.framer-v-1djve91 .framer-418yxr, .framer-2fbQU.framer-v-ela0ju .framer-418yxr { bottom: 56px; left: 50%; position: absolute; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-hf6bt5-container, .framer-2fbQU.framer-v-ya1vwv .framer-1y2v40q-container, .framer-2fbQU.framer-v-ya1vwv .framer-krbuk1-container, .framer-2fbQU.framer-v-1djve91 .framer-hf6bt5-container, .framer-2fbQU.framer-v-1djve91 .framer-1y2v40q-container, .framer-2fbQU.framer-v-1djve91 .framer-krbuk1-container, .framer-2fbQU.framer-v-ela0ju .framer-hf6bt5-container, .framer-2fbQU.framer-v-ela0ju .framer-1y2v40q-container, .framer-2fbQU.framer-v-ela0ju .framer-krbuk1-container { left: 0px; position: absolute; top: 100px; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-nkg85t, .framer-2fbQU.framer-v-ya1vwv .framer-xqyuj6, .framer-2fbQU.framer-v-ya1vwv .framer-1g6qm3r, .framer-2fbQU.framer-v-ya1vwv .framer-18q2mlz, .framer-2fbQU.framer-v-1djve91 .framer-nkg85t, .framer-2fbQU.framer-v-1djve91 .framer-xqyuj6, .framer-2fbQU.framer-v-1djve91 .framer-1g6qm3r, .framer-2fbQU.framer-v-1djve91 .framer-18q2mlz, .framer-2fbQU.framer-v-ela0ju .framer-nkg85t, .framer-2fbQU.framer-v-ela0ju .framer-xqyuj6, .framer-2fbQU.framer-v-ela0ju .framer-1g6qm3r, .framer-2fbQU.framer-v-ela0ju .framer-18q2mlz { top: 20px; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-1v23jon, .framer-2fbQU.framer-v-1djve91 .framer-1v23jon, .framer-2fbQU.framer-v-ela0ju .framer-1v23jon { height: 17px; min-width: unset; width: 100%; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-1pbqk7e, .framer-2fbQU.framer-v-1djve91 .framer-1pbqk7e, .framer-2fbQU.framer-v-ela0ju .framer-1pbqk7e { z-index: 0; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-1ftajgg, .framer-2fbQU.framer-v-ya1vwv .framer-1gl7dd9, .framer-2fbQU.framer-v-1djve91 .framer-1ftajgg, .framer-2fbQU.framer-v-1djve91 .framer-1gl7dd9, .framer-2fbQU.framer-v-ela0ju .framer-1ftajgg, .framer-2fbQU.framer-v-ela0ju .framer-1gl7dd9 { height: min-content; }\",\".framer-2fbQU.framer-v-ya1vwv .framer-1x6hnmy { flex-direction: row; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2fbQU.framer-v-ya1vwv .framer-1x6hnmy { gap: 0px; } .framer-2fbQU.framer-v-ya1vwv .framer-1x6hnmy > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-2fbQU.framer-v-ya1vwv .framer-1x6hnmy > :first-child { margin-left: 0px; } .framer-2fbQU.framer-v-ya1vwv .framer-1x6hnmy > :last-child { margin-right: 0px; } }\",\".framer-2fbQU.framer-v-foa4r9.framer-x3754t { width: 810px; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-s71uxt, .framer-2fbQU.framer-v-1djve91 .framer-s71uxt { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-vqnx5z, .framer-2fbQU.framer-v-1djve91 .framer-vqnx5z { align-self: unset; width: 60%; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-cbiz3k { align-self: unset; width: 280px; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-n8rm4j, .framer-2fbQU.framer-v-foa4r9 .framer-eaj9s5 { width: 100%; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-1v23jon { height: min-content; min-width: unset; width: 100%; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-1g6qm3r { flex: 1 0 0px; left: unset; position: relative; top: unset; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-2fbQU.framer-v-foa4r9 .framer-ph445z { min-width: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2fbQU.framer-v-foa4r9 .framer-s71uxt { gap: 0px; } .framer-2fbQU.framer-v-foa4r9 .framer-s71uxt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2fbQU.framer-v-foa4r9 .framer-s71uxt > :first-child { margin-left: 0px; } .framer-2fbQU.framer-v-foa4r9 .framer-s71uxt > :last-child { margin-right: 0px; } }\",\".framer-2fbQU.framer-v-1djve91.framer-x3754t { height: 56px; overflow: hidden; width: 810px; }\",\".framer-2fbQU.framer-v-1djve91 .framer-cbiz3k { align-self: unset; width: 226px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2fbQU.framer-v-1djve91 .framer-s71uxt { gap: 0px; } .framer-2fbQU.framer-v-1djve91 .framer-s71uxt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2fbQU.framer-v-1djve91 .framer-s71uxt > :first-child { margin-left: 0px; } .framer-2fbQU.framer-v-1djve91 .framer-s71uxt > :last-child { margin-right: 0px; } }\",\".framer-2fbQU.framer-v-3trhcn.framer-x3754t { width: 390px; }\",\".framer-2fbQU.framer-v-3trhcn .framer-s71uxt, .framer-2fbQU.framer-v-ela0ju .framer-s71uxt { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 550px; justify-content: flex-start; padding: 80px 20px 60px 10px; }\",\".framer-2fbQU.framer-v-3trhcn .framer-vqnx5z, .framer-2fbQU.framer-v-ela0ju .framer-vqnx5z { align-self: unset; }\",\".framer-2fbQU.framer-v-3trhcn .framer-mr3jyh, .framer-2fbQU.framer-v-3trhcn .framer-thw1px, .framer-2fbQU.framer-v-3trhcn .framer-e8vwxo, .framer-2fbQU.framer-v-3trhcn .framer-103akd, .framer-2fbQU.framer-v-3trhcn .framer-j0jkzo, .framer-2fbQU.framer-v-3trhcn .framer-xf2pxi, .framer-2fbQU.framer-v-ela0ju .framer-mr3jyh, .framer-2fbQU.framer-v-ela0ju .framer-thw1px, .framer-2fbQU.framer-v-ela0ju .framer-e8vwxo, .framer-2fbQU.framer-v-ela0ju .framer-103akd, .framer-2fbQU.framer-v-ela0ju .framer-j0jkzo, .framer-2fbQU.framer-v-ela0ju .framer-xf2pxi { height: 60px; }\",\".framer-2fbQU.framer-v-3trhcn .framer-cbiz3k, .framer-2fbQU.framer-v-ela0ju .framer-cbiz3k { align-self: unset; gap: 30px; height: min-content; justify-content: center; padding: 0px 0px 0px 10px; }\",\".framer-2fbQU.framer-v-3trhcn .framer-n8rm4j, .framer-2fbQU.framer-v-ela0ju .framer-n8rm4j { gap: 7px; width: 100%; }\",\".framer-2fbQU.framer-v-3trhcn .framer-eaj9s5, .framer-2fbQU.framer-v-ela0ju .framer-eaj9s5 { align-content: flex-start; align-items: flex-start; gap: 7px; width: 100%; }\",\".framer-2fbQU.framer-v-3trhcn .framer-chj31p, .framer-2fbQU.framer-v-ela0ju .framer-chj31p { grid-template-columns: repeat(2, minmax(100px, 1fr)); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2fbQU.framer-v-3trhcn .framer-s71uxt, .framer-2fbQU.framer-v-3trhcn .framer-cbiz3k, .framer-2fbQU.framer-v-3trhcn .framer-n8rm4j, .framer-2fbQU.framer-v-3trhcn .framer-eaj9s5 { gap: 0px; } .framer-2fbQU.framer-v-3trhcn .framer-s71uxt > *, .framer-2fbQU.framer-v-3trhcn .framer-cbiz3k > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-2fbQU.framer-v-3trhcn .framer-s71uxt > :first-child, .framer-2fbQU.framer-v-3trhcn .framer-cbiz3k > :first-child, .framer-2fbQU.framer-v-3trhcn .framer-n8rm4j > :first-child, .framer-2fbQU.framer-v-3trhcn .framer-eaj9s5 > :first-child { margin-top: 0px; } .framer-2fbQU.framer-v-3trhcn .framer-s71uxt > :last-child, .framer-2fbQU.framer-v-3trhcn .framer-cbiz3k > :last-child, .framer-2fbQU.framer-v-3trhcn .framer-n8rm4j > :last-child, .framer-2fbQU.framer-v-3trhcn .framer-eaj9s5 > :last-child { margin-bottom: 0px; } .framer-2fbQU.framer-v-3trhcn .framer-n8rm4j > *, .framer-2fbQU.framer-v-3trhcn .framer-eaj9s5 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }\",\".framer-2fbQU.framer-v-ela0ju.framer-x3754t { height: 56px; overflow: hidden; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2fbQU.framer-v-ela0ju .framer-s71uxt, .framer-2fbQU.framer-v-ela0ju .framer-cbiz3k, .framer-2fbQU.framer-v-ela0ju .framer-n8rm4j, .framer-2fbQU.framer-v-ela0ju .framer-eaj9s5 { gap: 0px; } .framer-2fbQU.framer-v-ela0ju .framer-s71uxt > *, .framer-2fbQU.framer-v-ela0ju .framer-cbiz3k > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-2fbQU.framer-v-ela0ju .framer-s71uxt > :first-child, .framer-2fbQU.framer-v-ela0ju .framer-cbiz3k > :first-child, .framer-2fbQU.framer-v-ela0ju .framer-n8rm4j > :first-child, .framer-2fbQU.framer-v-ela0ju .framer-eaj9s5 > :first-child { margin-top: 0px; } .framer-2fbQU.framer-v-ela0ju .framer-s71uxt > :last-child, .framer-2fbQU.framer-v-ela0ju .framer-cbiz3k > :last-child, .framer-2fbQU.framer-v-ela0ju .framer-n8rm4j > :last-child, .framer-2fbQU.framer-v-ela0ju .framer-eaj9s5 > :last-child { margin-bottom: 0px; } .framer-2fbQU.framer-v-ela0ju .framer-n8rm4j > *, .framer-2fbQU.framer-v-ela0ju .framer-eaj9s5 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 478\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WNRhWciYr\":{\"layout\":[\"fixed\",\"fixed\"]},\"s_d2pM9hL\":{\"layout\":[\"fixed\",\"auto\"]},\"h_vztg3sb\":{\"layout\":[\"fixed\",\"fixed\"]},\"qM8Dn1YgC\":{\"layout\":[\"fixed\",\"auto\"]},\"th4JWcrEa\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"uXga7Qnyt\":\"cursor\",\"Vs_FUThTo\":\"initialTextColor\",\"CRBThSGrZ\":\"initialBGColor\",\"lDLhZlgeH\":\"logoWhite\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHcDCpt7q7=withCSS(Component,css,\"framer-2fbQU\");export default FramerHcDCpt7q7;FramerHcDCpt7q7.displayName=\"Header + Navigation 2\";FramerHcDCpt7q7.defaultProps={height:478,width:1440};addPropertyControls(FramerHcDCpt7q7,{variant:{options:[\"aPfRvgxD6\",\"WNRhWciYr\",\"s_d2pM9hL\",\"h_vztg3sb\",\"qM8Dn1YgC\",\"th4JWcrEa\"],optionTitles:[\"Desktop Nav Open\",\"Desktop Nav Closed\",\"Tablet Nav Open\",\"Tablet Nav Closed\",\"Mobile Nav Open\",\"Mobile Nav Closed\"],title:\"Variant\",type:ControlType.Enum},uXga7Qnyt:{title:\"Cursor\",type:ControlType.CustomCursor},Vs_FUThTo:{defaultValue:\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\",title:\"Initial Text Color\",type:ControlType.Color},CRBThSGrZ:{defaultValue:'var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Initial BG Color\",type:ControlType.Color},lDLhZlgeH:{defaultValue:true,title:\"Logo white\",type:ControlType.Boolean}});addFonts(FramerHcDCpt7q7,[{explicitInter:true,fonts:[{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-PIwNhBti0.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...MagTextFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHcDCpt7q7\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WNRhWciYr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"s_d2pM9hL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h_vztg3sb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qM8Dn1YgC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"th4JWcrEa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"uXga7Qnyt\\\":\\\"cursor\\\",\\\"Vs_FUThTo\\\":\\\"initialTextColor\\\",\\\"CRBThSGrZ\\\":\\\"initialBGColor\\\",\\\"lDLhZlgeH\\\":\\\"logoWhite\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"478\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HcDCpt7q7.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-bold\",\"FS;Satoshi-black\",\"FS;Satoshi-black italic\",\"FS;Satoshi-bold italic\"]);export const fonts=[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"}];export const css=['.framer-kfxYx .framer-styles-preset-1gt4w6n:not(.rich-text-wrapper), .framer-kfxYx .framer-styles-preset-1gt4w6n.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.02em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, #000000); --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-kfxYx\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-medium\",\"FS;Satoshi-bold\",\"FS;Satoshi-bold italic\",\"FS;Satoshi-medium italic\"]);export const fonts=[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"}];export const css=['.framer-GJMTH .framer-styles-preset-14bdjg4:not(.rich-text-wrapper), .framer-GJMTH .framer-styles-preset-14bdjg4.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, #000000); --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-GJMTH\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={VkEdponrA:{hover:true}};const serializationHash=\"framer-s4cRk\";const variantClassNames={VkEdponrA:\"framer-v-1hsbi9l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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 getProps=({byr_StudioLogo,cursor,height,id,width,...props})=>{return{...props,p2K9uCftI:cursor??props.p2K9uCftI,WmRabRf4d:byr_StudioLogo??props.WmRabRf4d??\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\"};};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,p2K9uCftI,WmRabRf4d,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"VkEdponrA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1hsbi9l\",className,classNames),\"data-framer-cursor\":p2K9uCftI,\"data-framer-name\":\"BLACK\",layoutDependency:layoutDependency,layoutId:\"VkEdponrA\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"VkEdponrA-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--variable-reference-WmRabRf4d-UD37E8l4v))\"},children:\"Byr\\xe5\u2014Studio\"})}),className:\"framer-shsxmh\",\"data-framer-name\":\"Byr\\xe5\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"uObuOnYdG\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-WmRabRf4d-UD37E8l4v)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-WmRabRf4d-UD37E8l4v\":WmRabRf4d},variants:{\"VkEdponrA-hover\":{\"--extracted-a0htzi\":\"var(--token-35cc7b8d-5618-4ec1-b7b1-8d031e0aa693, rgb(38, 0, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"VkEdponrA-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-35cc7b8d-5618-4ec1-b7b1-8d031e0aa693, rgb(38, 0, 255)))\"},children:\"Byr\\xe5\u2014Studio\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s4cRk.framer-1gx043w, .framer-s4cRk .framer-1gx043w { display: block; }\",\".framer-s4cRk.framer-1hsbi9l { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-s4cRk .framer-shsxmh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s4cRk.framer-1hsbi9l { gap: 0px; } .framer-s4cRk.framer-1hsbi9l > * { margin: 0px; margin-left: calc(1px / 2); margin-right: calc(1px / 2); } .framer-s4cRk.framer-1hsbi9l > :first-child { margin-left: 0px; } .framer-s4cRk.framer-1hsbi9l > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 106.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Aosp_8vtg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"p2K9uCftI\":\"cursor\",\"WmRabRf4d\":\"byr_StudioLogo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUD37E8l4v=withCSS(Component,css,\"framer-s4cRk\");export default FramerUD37E8l4v;FramerUD37E8l4v.displayName=\"Logo\";FramerUD37E8l4v.defaultProps={height:18,width:106.5};addPropertyControls(FramerUD37E8l4v,{p2K9uCftI:{title:\"Cursor\",type:ControlType.CustomCursor},WmRabRf4d:{defaultValue:\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\",title:\"Byr\\xe5 Studio logo\",type:ControlType.Color}});addFonts(FramerUD37E8l4v,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUD37E8l4v\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Aosp_8vtg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"p2K9uCftI\\\":\\\"cursor\\\",\\\"WmRabRf4d\\\":\\\"byr_StudioLogo\\\"}\",\"framerIntrinsicWidth\":\"106.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"18\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UD37E8l4v.map", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/qZfEjB3V0JqYOAW2rppM/RCQzGfVDh3DG6gdTMgIM/DXXNMl9wc.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fxv06UYdGpt32S0t2bYt/c2USUoazG7Mjccq1kOGA/ewv1rhspW.js\";import Logo from\"https://framerusercontent.com/modules/41kwhXxhR96GRnEIevpC/wxcaWk6F9Vs86Viko9hU/UD37E8l4v.js\";const LogoFonts=getFonts(Logo);const cycleOrder=[\"AhYB_BUIc\",\"ePGy5JIpw\"];const serializationHash=\"framer-KFLFS\";const variantClassNames={AhYB_BUIc:\"framer-v-1x6w7es\",ePGy5JIpw:\"framer-v-wqjcgy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:40,delay:.15,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"AhYB_BUIc\",Mobile:\"ePGy5JIpw\"};const getProps=({cursor,height,id,textColor,width,...props})=>{return{...props,KFPkDcHSg:cursor??props.KFPkDcHSg,Sozx7CqQw:textColor??props.Sozx7CqQw??\"var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"AhYB_BUIc\"};};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,KFPkDcHSg,Sozx7CqQw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AhYB_BUIc\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1x6w7es\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"AhYB_BUIc\",ref:refBinding,style:{...style},...addPropertyOverrides({ePGy5JIpw:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c4uivw\",\"data-framer-name\":\"Footer Content\",layoutDependency:layoutDependency,layoutId:\"x4DLTaJwS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4zi86n\",\"data-framer-name\":\"Footer Copyright\",layoutDependency:layoutDependency,layoutId:\"nFsry4Mva\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:\"https://byra.studio/\",motionChild:true,nodeId:\"PHXluirpi\",openInNewTab:true,scopeId:\"HNrXSobxk\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-4gfqp2 framer-1rppdk1\",\"data-framer-cursor\":KFPkDcHSg,\"data-framer-name\":\"Made by\",layoutDependency:layoutDependency,layoutId:\"PHXluirpi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gt4w6n\",\"data-styles-preset\":\"DXXNMl9wc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"MADE BY\"})}),className:\"framer-150mosu\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q6OCidlXb\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,y:(componentViewport?.y||0)+20+0+0+0+40+32+0,...addPropertyOverrides({ePGy5JIpw:{y:(componentViewport?.y||0)+20+0+0+270+40+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dgq1bq-container\",layoutDependency:layoutDependency,layoutId:\"T_ovU1fXP-container\",nodeId:\"T_ovU1fXP\",rendersWithMotion:true,scopeId:\"HNrXSobxk\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"T_ovU1fXP\",layoutId:\"T_ovU1fXP\",width:\"100%\",WmRabRf4d:Sozx7CqQw})})})]})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-121ph37\",\"data-framer-name\":\"Copyright Text Frame\",layoutDependency:layoutDependency,layoutId:\"BrkstRQ2L\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gt4w6n\",\"data-styles-preset\":\"DXXNMl9wc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"\\xa92025\"})}),className:\"framer-1qyce51\",\"data-framer-name\":\"Copyright Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jsfCIpSYI\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h195vv\",\"data-framer-name\":\"Footer Social\",layoutDependency:layoutDependency,layoutId:\"wlAhN_eR4\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mcakmi\",\"data-framer-name\":\"Social Title\",layoutDependency:layoutDependency,layoutId:\"bj3FV3Rq3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14bdjg4\",\"data-styles-preset\":\"ewv1rhspW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"Kontakt\"})}),className:\"framer-uvarip\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"c9n_jyuB5\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-195kf92\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"xBD0OmxkO\",children:[/*#__PURE__*/_jsx(Link,{href:\"tel:+48535520506\",motionChild:true,nodeId:\"olcjwOpI3\",openInNewTab:true,scopeId:\"HNrXSobxk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d1j1u8 framer-1rppdk1\",\"data-framer-cursor\":KFPkDcHSg,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"olcjwOpI3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gt4w6n\",\"data-styles-preset\":\"DXXNMl9wc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"+48 535 520 506\"})}),className:\"framer-pxg0zp\",\"data-framer-name\":\"Link Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Eor8TQEKF\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:office@rejproductions.com\",motionChild:true,nodeId:\"hBlKd2tFR\",openInNewTab:true,scopeId:\"HNrXSobxk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uu94g5 framer-1rppdk1\",\"data-framer-cursor\":KFPkDcHSg,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"hBlKd2tFR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gt4w6n\",\"data-styles-preset\":\"DXXNMl9wc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"office@rejproductions.com\"})}),className:\"framer-2d19v7\",\"data-framer-name\":\"Link Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EvawD3CEX\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ezilzj\",\"data-framer-name\":\"Footer Extra\",layoutDependency:layoutDependency,layoutId:\"drrs8UrDI\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m98u3q\",\"data-framer-name\":\"Available for Work\",layoutDependency:layoutDependency,layoutId:\"Ak0me9Kl5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14bdjg4\",\"data-styles-preset\":\"ewv1rhspW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"SOCIAL\"})}),className:\"framer-w4auzx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cEaEjRkD4\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1akwvcl\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"MG5fnBJoh\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/rejproductions/\",motionChild:true,nodeId:\"sFtkO4uD_\",openInNewTab:true,scopeId:\"HNrXSobxk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7uivxk framer-1rppdk1\",\"data-framer-cursor\":KFPkDcHSg,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"sFtkO4uD_\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gt4w6n\",\"data-styles-preset\":\"DXXNMl9wc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"Instagram\"})}),className:\"framer-1pc3p26\",\"data-framer-name\":\"Link Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gBhm_M6WS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@rej.productions\",motionChild:true,nodeId:\"BMERga3oz\",openInNewTab:true,scopeId:\"HNrXSobxk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1drz39s framer-1rppdk1\",\"data-framer-cursor\":KFPkDcHSg,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"BMERga3oz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gt4w6n\",\"data-styles-preset\":\"DXXNMl9wc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Sozx7CqQw-HNrXSobxk))\"},children:\"TikTok\"})}),className:\"framer-1cv6ecq\",\"data-framer-name\":\"Link Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DshnVC16X\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Sozx7CqQw-HNrXSobxk)\",\"--variable-reference-Sozx7CqQw-HNrXSobxk\":Sozx7CqQw},verticalAlignment:\"top\",withExternalLayout:true})})})]})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KFLFS.framer-1rppdk1, .framer-KFLFS .framer-1rppdk1 { display: block; }\",\".framer-KFLFS.framer-1x6w7es { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 1440px; }\",\".framer-KFLFS .framer-1c4uivw { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KFLFS .framer-4zi86n { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: 100%; justify-content: flex-end; justify-self: start; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-KFLFS .framer-4gfqp2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-KFLFS .framer-150mosu, .framer-KFLFS .framer-1qyce51, .framer-KFLFS .framer-uvarip, .framer-KFLFS .framer-pxg0zp, .framer-KFLFS .framer-2d19v7, .framer-KFLFS .framer-w4auzx, .framer-KFLFS .framer-1pc3p26, .framer-KFLFS .framer-1cv6ecq { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-KFLFS .framer-1dgq1bq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-KFLFS .framer-121ph37 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-KFLFS .framer-1h195vv, .framer-KFLFS .framer-1ezilzj { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-KFLFS .framer-mcakmi, .framer-KFLFS .framer-m98u3q { 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 0px 10px 0px; position: relative; width: min-content; }\",\".framer-KFLFS .framer-195kf92, .framer-KFLFS .framer-1akwvcl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-KFLFS .framer-1d1j1u8, .framer-KFLFS .framer-1uu94g5, .framer-KFLFS .framer-7uivxk, .framer-KFLFS .framer-1drz39s { 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; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KFLFS.framer-1x6w7es, .framer-KFLFS .framer-4zi86n, .framer-KFLFS .framer-4gfqp2, .framer-KFLFS .framer-121ph37, .framer-KFLFS .framer-1h195vv, .framer-KFLFS .framer-mcakmi, .framer-KFLFS .framer-195kf92, .framer-KFLFS .framer-1d1j1u8, .framer-KFLFS .framer-1uu94g5, .framer-KFLFS .framer-1ezilzj, .framer-KFLFS .framer-m98u3q, .framer-KFLFS .framer-1akwvcl, .framer-KFLFS .framer-7uivxk, .framer-KFLFS .framer-1drz39s { gap: 0px; } .framer-KFLFS.framer-1x6w7es > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-KFLFS.framer-1x6w7es > :first-child, .framer-KFLFS .framer-4zi86n > :first-child, .framer-KFLFS .framer-1h195vv > :first-child, .framer-KFLFS .framer-195kf92 > :first-child, .framer-KFLFS .framer-1ezilzj > :first-child, .framer-KFLFS .framer-1akwvcl > :first-child { margin-top: 0px; } .framer-KFLFS.framer-1x6w7es > :last-child, .framer-KFLFS .framer-4zi86n > :last-child, .framer-KFLFS .framer-1h195vv > :last-child, .framer-KFLFS .framer-195kf92 > :last-child, .framer-KFLFS .framer-1ezilzj > :last-child, .framer-KFLFS .framer-1akwvcl > :last-child { margin-bottom: 0px; } .framer-KFLFS .framer-4zi86n > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-KFLFS .framer-4gfqp2 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-KFLFS .framer-4gfqp2 > :first-child, .framer-KFLFS .framer-121ph37 > :first-child, .framer-KFLFS .framer-mcakmi > :first-child, .framer-KFLFS .framer-1d1j1u8 > :first-child, .framer-KFLFS .framer-1uu94g5 > :first-child, .framer-KFLFS .framer-m98u3q > :first-child, .framer-KFLFS .framer-7uivxk > :first-child, .framer-KFLFS .framer-1drz39s > :first-child { margin-left: 0px; } .framer-KFLFS .framer-4gfqp2 > :last-child, .framer-KFLFS .framer-121ph37 > :last-child, .framer-KFLFS .framer-mcakmi > :last-child, .framer-KFLFS .framer-1d1j1u8 > :last-child, .framer-KFLFS .framer-1uu94g5 > :last-child, .framer-KFLFS .framer-m98u3q > :last-child, .framer-KFLFS .framer-7uivxk > :last-child, .framer-KFLFS .framer-1drz39s > :last-child { margin-right: 0px; } .framer-KFLFS .framer-121ph37 > *, .framer-KFLFS .framer-mcakmi > *, .framer-KFLFS .framer-1d1j1u8 > *, .framer-KFLFS .framer-1uu94g5 > *, .framer-KFLFS .framer-m98u3q > *, .framer-KFLFS .framer-7uivxk > *, .framer-KFLFS .framer-1drz39s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KFLFS .framer-1h195vv > *, .framer-KFLFS .framer-1ezilzj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-KFLFS .framer-195kf92 > *, .framer-KFLFS .framer-1akwvcl > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",\".framer-KFLFS.framer-v-wqjcgy.framer-1x6w7es { width: 390px; }\",\".framer-KFLFS.framer-v-wqjcgy .framer-1c4uivw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; }\",\".framer-KFLFS.framer-v-wqjcgy .framer-4zi86n { align-self: unset; height: min-content; order: 2; }\",\".framer-KFLFS.framer-v-wqjcgy .framer-1h195vv { align-self: unset; height: min-content; order: 0; }\",\".framer-KFLFS.framer-v-wqjcgy .framer-1ezilzj { align-self: unset; height: min-content; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KFLFS.framer-v-wqjcgy .framer-1c4uivw { gap: 0px; } .framer-KFLFS.framer-v-wqjcgy .framer-1c4uivw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-KFLFS.framer-v-wqjcgy .framer-1c4uivw > :first-child { margin-top: 0px; } .framer-KFLFS.framer-v-wqjcgy .framer-1c4uivw > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 155\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ePGy5JIpw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"KFPkDcHSg\":\"cursor\",\"Sozx7CqQw\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHNrXSobxk=withCSS(Component,css,\"framer-KFLFS\");export default FramerHNrXSobxk;FramerHNrXSobxk.displayName=\"Footer\";FramerHNrXSobxk.defaultProps={height:155,width:1440};addPropertyControls(FramerHNrXSobxk,{variant:{options:[\"AhYB_BUIc\",\"ePGy5JIpw\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},KFPkDcHSg:{title:\"Cursor\",type:ControlType.CustomCursor},Sozx7CqQw:{defaultValue:'var(--token-f73cdbbf-4a91-4a97-b849-0b7e6528e539, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */',title:\"Text Color\",type:ControlType.Color}});addFonts(FramerHNrXSobxk,[{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\"}]},...LogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHNrXSobxk\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ePGy5JIpw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"155\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"KFPkDcHSg\\\":\\\"cursor\\\",\\\"Sozx7CqQw\\\":\\\"textColor\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HNrXSobxk.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"cPTpATc8c\",\"KgAShBCYB\"];const serializationHash=\"framer-MPBNE\";const variantClassNames={cPTpATc8c:\"framer-v-qvt0l3\",KgAShBCYB:\"framer-v-edidvv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:30,delay:0,mass:1,stiffness:400,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 humanReadableVariantMap={Big:\"KgAShBCYB\",Default:\"cPTpATc8c\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"cPTpATc8c\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"cPTpATc8c\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qvt0l3\",className,classNames),\"data-framer-name\":\"Default\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"cPTpATc8c\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-25fd7138-1444-4936-ade6-ed1821ede1f5, rgb(255, 255, 255))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,...style},...addPropertyOverrides({KgAShBCYB:{\"data-framer-name\":\"Big\"}},baseVariant,gestureVariant)})})});});const css=['.framer-MPBNE[data-border=\"true\"]::after, .framer-MPBNE [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MPBNE.framer-17d8fag, .framer-MPBNE .framer-17d8fag { display: block; }\",\".framer-MPBNE.framer-qvt0l3 { height: 12px; mix-blend-mode: difference; overflow: hidden; position: relative; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MPBNE.framer-v-edidvv.framer-qvt0l3 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 36px); width: 36px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12\n * @framerIntrinsicWidth 12\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KgAShBCYB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerrjjPk6BrD=withCSS(Component,css,\"framer-MPBNE\");export default FramerrjjPk6BrD;FramerrjjPk6BrD.displayName=\"Cursor Dot\";FramerrjjPk6BrD.defaultProps={height:12,width:12};addPropertyControls(FramerrjjPk6BrD,{variant:{options:[\"cPTpATc8c\",\"KgAShBCYB\"],optionTitles:[\"Default\",\"Big\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrjjPk6BrD,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrjjPk6BrD\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KgAShBCYB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"12\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"12\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rjjPk6BrD.map"],
  "mappings": "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",
  "names": ["alwaysWhite", "Component", "props", "p", "MagText", "props", "mouseX", "useMotionValue", "p", "e", "c", "idx", "Character", "ref", "pe", "scaleRange", "scaleX", "useSpring", "w", "useTransform", "padding", "scaleY", "useMotionValueEvent", "mx", "left", "width", "characterCenter", "distance", "transform", "motion", "useMotionTemplate", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "MagTextFonts", "getFonts", "MagText", "MotionDivAlwaysWhitevqnx5z", "withCodeBoundaryForOverrides", "motion", "alwaysWhite", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "animation", "transition3", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition5", "transition6", "transition7", "transformTemplate2", "transition8", "negate", "Variants", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "initialBGColor", "initialTextColor", "logoWhite", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "uXga7Qnyt", "Vs_FUThTo", "CRBThSGrZ", "lDLhZlgeH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2wfxew", "args", "onTapuj24ka", "onTap1cgorlu", "onTap1sy734", "onTap1wtqw4p", "onTap1wrrwux", "scopingClassNames", "cx", "visible", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "SVG", "css", "FramerHcDCpt7q7", "withCSS", "HcDCpt7q7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "byr_StudioLogo", "cursor", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "p2K9uCftI", "WmRabRf4d", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "css", "FramerUD37E8l4v", "withCSS", "UD37E8l4v_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "UD37E8l4v_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "KFPkDcHSg", "Sozx7CqQw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerHNrXSobxk", "withCSS", "HNrXSobxk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "css", "FramerrjjPk6BrD", "withCSS", "rjjPk6BrD_default", "addPropertyControls", "ControlType", "addFonts"]
}
