{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/TTQKVJ9eTEigJ7sUG59e/koFoTHE0rPeZKbFOQRok/eNAcIw7mC.js", "ssg:https://framerusercontent.com/modules/mboDOiNHvXiy3VHS3b6N/yfj2mpAajrHhczEFAp9k/F0hKdNTuW.js", "ssg:https://framerusercontent.com/modules/mdYN3FOhHSmG0YlGbUkL/K90d8yVvozUaNgxRUpjV/dwQpsAQGo.js", "ssg:https://framerusercontent.com/modules/zMip7rs7XxK00rbnCUm1/b0HJGtu0qaDI6txrU8aX/ArMHDC25n.js", "ssg:https://framerusercontent.com/modules/hiYzeeIc3oKe2YT9Pe2q/1A8Jld6KlX3eRqAMaABb/Ngl8UHr41.js", "ssg:https://framerusercontent.com/modules/f8oayp83e5M9B0OyjImB/AOSFqoZK2YWe8uH89xYq/iP2NKY7TV.js", "ssg:https://framerusercontent.com/modules/XCqFvUsW8y1CukRu4R9c/xunoaUbx7xTagAYq6I1R/NwOZiAtXj.js", "ssg:https://framerusercontent.com/modules/YZiZ2cz6hZfbBABhh3iT/Dh42cLL43VyrYaMBlPAT/kd8DIctBG.js", "ssg:https://framerusercontent.com/modules/p3msaJjkAF6GeTDmi9yF/KVibAow7TLjckksTaE5e/VQ6QjwU9n.js", "ssg:https://framerusercontent.com/modules/KXXdvQGeny1g6WORoFuy/4Yybx4iMNOMrbHjCjqEi/MKm0oo4uP.js", "ssg:https://framerusercontent.com/modules/52W5ghAkYcVhbKZmMP44/gZip2BKWaKa9UlkK7yw4/fdcHaDzHK.js", "ssg:https://framerusercontent.com/modules/eBzpdtsOMoDPHEIRyxJg/EvGpvZ1wYmsRPvXjn5Lj/MQTQzJ2Hq.js", "ssg:https://framerusercontent.com/modules/e5HaJmqZZZtrnb9ODTnK/TsNIG6AzDhNjyzseu1e1/x_uUdQg6c.js", "ssg:https://framerusercontent.com/modules/BWf6OpRhkk0tgXnSj0EN/IejhxhTE1dyUnTCQNpHk/wgC3MliQ4.js", "ssg:https://framerusercontent.com/modules/wAJAXguNf7peNrmHFHoz/IdRZ0ZPxSMjs5ppXey3o/uASHQqsOe.js", "ssg:https://framerusercontent.com/modules/UgVahmrKQ1Ld7Vrv4EOJ/KgpGrlG06lMZQka2SXBe/ZFFPTxQx2.js", "ssg:https://framerusercontent.com/modules/HzQbj4rhsbeQCMWXTe5L/FzuEhGTxHrNa41sQt2uy/iTfDcL1gg.js", "ssg:https://framerusercontent.com/modules/bHrkeCXY9KwNAYVqRRIM/exGOYBmVgkhAYA20pR33/pf67J7Cb2.js", "ssg:https://framerusercontent.com/modules/071IahgimrYFj3BpWndi/8VSx0GLoqWlIFDL9pdD1/fQiwoYuJo.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,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{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/EfqanvvpRbm1rQ6MoREX/DPPitoNZ637u88rFGAR9/V8Txg7tCD.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={u5k_NCbJi:{hover:true}};const serializationHash=\"framer-xNi5U\";const variantClassNames={u5k_NCbJi:\"framer-v-1j6su7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"u5k_NCbJi\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1j6su7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"u5k_NCbJi\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",borderBottomLeftRadius:91.85,borderBottomRightRadius:91.85,borderTopLeftRadius:91.85,borderTopRightRadius:91.85,...style},variants:{\"u5k_NCbJi-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"}},...addPropertyOverrides({\"u5k_NCbJi-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ol7val-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RtPU0n34X-container\",nodeId:\"RtPU0n34X\",rendersWithMotion:true,scopeId:\"eNAcIw7mC\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-82b9232c-2390-488f-bca3-476202eb04df, rgb(0, 10, 18))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Play\",id:\"RtPU0n34X\",layoutId:\"RtPU0n34X\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({\"u5k_NCbJi-hover\":{color:\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mtrjhi\",\"data-framer-name\":\"Contact \",layoutDependency:layoutDependency,layoutId:\"dHm_Arvv3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-191z384\",\"data-styles-preset\":\"V8Txg7tCD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Watch Video\"})}),className:\"framer-dav1ii\",\"data-framer-name\":\"Contact Us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BzUvQkyhY\",style:{\"--extracted-r6o4lv\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"u5k_NCbJi-hover\":{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"u5k_NCbJi-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-191z384\",\"data-styles-preset\":\"V8Txg7tCD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Watch Video\"})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xNi5U.framer-o2ns3v, .framer-xNi5U .framer-o2ns3v { display: block; }\",\".framer-xNi5U.framer-1j6su7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 14px 4px 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-xNi5U .framer-1ol7val-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-xNi5U .framer-mtrjhi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 1.7882550954818726px 0px 1.7882550954818726px 0px; position: relative; width: min-content; }\",\".framer-xNi5U .framer-dav1ii { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xNi5U.framer-1j6su7, .framer-xNi5U .framer-mtrjhi { gap: 0px; } .framer-xNi5U.framer-1j6su7 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-xNi5U.framer-1j6su7 > :first-child, .framer-xNi5U .framer-mtrjhi > :first-child { margin-left: 0px; } .framer-xNi5U.framer-1j6su7 > :last-child, .framer-xNi5U .framer-mtrjhi > :last-child { margin-right: 0px; } .framer-xNi5U .framer-mtrjhi > * { margin: 0px; margin-left: calc(4.374359607696533px / 2); margin-right: calc(4.374359607696533px / 2); } }\",...sharedStyle.css,'.framer-xNi5U[data-border=\"true\"]::after, .framer-xNi5U [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33.5\n * @framerIntrinsicWidth 129\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"LChoXRN2f\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereNAcIw7mC=withCSS(Component,css,\"framer-xNi5U\");export default FramereNAcIw7mC;FramereNAcIw7mC.displayName=\"Button/Video\";FramereNAcIw7mC.defaultProps={height:33.5,width:129};addFonts(FramereNAcIw7mC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereNAcIw7mC\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"129\",\"framerIntrinsicHeight\":\"33.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LChoXRN2f\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eNAcIw7mC.map", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,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/EfqanvvpRbm1rQ6MoREX/DPPitoNZ637u88rFGAR9/V8Txg7tCD.js\";const enabledGestures={CnDL1SB8G:{hover:true},dQPwuv7ZI:{hover:true},f0OLgXxU6:{hover:true},Y4ltqI8EG:{hover:true}};const cycleOrder=[\"CnDL1SB8G\",\"Y4ltqI8EG\",\"f0OLgXxU6\",\"dQPwuv7ZI\"];const serializationHash=\"framer-E7I5W\";const variantClassNames={CnDL1SB8G:\"framer-v-1syxl5\",dQPwuv7ZI:\"framer-v-ju8kz5\",f0OLgXxU6:\"framer-v-1goveoh\",Y4ltqI8EG:\"framer-v-8aukqq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={delay:0,duration:.8,ease:[0,0,1,1],type:\"tween\"};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={Bottom:\"f0OLgXxU6\",Left:\"dQPwuv7ZI\",Right:\"Y4ltqI8EG\",Top:\"CnDL1SB8G\"};const getProps=({buttonFill,buttonText,height,id,padding,width,...props})=>{return{...props,ofLqZhEO8:buttonText??props.ofLqZhEO8??\"Running stroke\",PPM8eZNfR:buttonFill??props.PPM8eZNfR??\"var(--token-c72875ae-be2b-4de3-ab77-fad051f0f2a9, rgb(12, 12, 12))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CnDL1SB8G\",x3NZq8Xsu:padding??props.x3NZq8Xsu??\"12px 24px 12px 24px\"};};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,ofLqZhEO8,PPM8eZNfR,x3NZq8Xsu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CnDL1SB8G\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear17vk1v4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),800);});useOnVariantChange(baseVariant,{default:onAppear17vk1v4});const sharedStyleClassNames=[sharedStyle.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1syxl5\",className,classNames),\"data-framer-name\":\"Top\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CnDL1SB8G\",ref:refBinding,style:{\"--6vhqd6\":numberToPixelString(x3NZq8Xsu),backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:118,borderBottomRightRadius:118,borderTopLeftRadius:118,borderTopRightRadius:118,...style},...addPropertyOverrides({\"CnDL1SB8G-hover\":{\"data-framer-name\":undefined},\"dQPwuv7ZI-hover\":{\"data-framer-name\":undefined},\"f0OLgXxU6-hover\":{\"data-framer-name\":undefined},\"Y4ltqI8EG-hover\":{\"data-framer-name\":undefined},dQPwuv7ZI:{\"data-framer-name\":\"Left\"},f0OLgXxU6:{\"data-framer-name\":\"Bottom\"},Y4ltqI8EG:{\"data-framer-name\":\"Right\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rgljls\",\"data-framer-name\":\"Glow\",layoutDependency:layoutDependency,layoutId:\"a0id1Kydy\",style:{background:'radial-gradient(25% 50% at 50% 0%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)',borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72,filter:\"blur(15px)\",WebkitFilter:\"blur(15px)\"},variants:{\"CnDL1SB8G-hover\":{background:'radial-gradient(50% 100% at 50% 50%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'},\"dQPwuv7ZI-hover\":{background:'radial-gradient(50% 100% at 50% 50%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'},\"f0OLgXxU6-hover\":{background:'radial-gradient(50% 100% at 50% 50%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'},\"Y4ltqI8EG-hover\":{background:'radial-gradient(50% 100% at 50% 50%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'},dQPwuv7ZI:{background:'radial-gradient(25% 34.4% at 0% 50%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'},f0OLgXxU6:{background:'radial-gradient(25% 50% at 50% 100%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'},Y4ltqI8EG:{background:'radial-gradient(25% 35.4% at 100% 50%, var(--token-ad1a3057-081e-4b5a-ad55-64147fd50dab, rgb(0, 166, 79)) /* {\"name\":\"Light Green/400\"} */ 0%, rgba(153, 69, 255, 0) 100%)'}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ro8tb\",\"data-framer-name\":\"Stroke\",layoutDependency:layoutDependency,layoutId:\"eS5_MFeS8\",style:{background:'radial-gradient(20.7% 50% at 50% 0%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)',borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},variants:{\"CnDL1SB8G-hover\":{background:'radial-gradient(75% 181.15942028985506% at 50% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'},\"dQPwuv7ZI-hover\":{background:'radial-gradient(75% 181.15942028985506% at 50% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'},\"f0OLgXxU6-hover\":{background:'radial-gradient(75% 181.15942028985506% at 50% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'},\"Y4ltqI8EG-hover\":{background:'radial-gradient(75% 181.15942028985506% at 50% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'},dQPwuv7ZI:{background:'radial-gradient(16.6% 43.1% at 0% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'},f0OLgXxU6:{background:'radial-gradient(20.7% 50% at 50% 100%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'},Y4ltqI8EG:{background:'radial-gradient(16.2% 41.199999999999996% at 100% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44)) /* {\"name\":\"Lime/400\"} */ 0%, rgba(20, 241, 149, 0) 100%)'}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ykd241\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"pK79AtUSM\",style:{backgroundColor:PPM8eZNfR,borderBottomLeftRadius:114,borderBottomRightRadius:114,borderTopLeftRadius:114,borderTopRightRadius:114}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-191z384\",\"data-styles-preset\":\"V8Txg7tCD\",children:\"Running stroke\"})}),className:\"framer-dxy6j\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yWgm4VYZ9\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ofLqZhEO8,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E7I5W.framer-11nnd6j, .framer-E7I5W .framer-11nnd6j { display: block; }\",\".framer-E7I5W.framer-1syxl5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: var(--6vhqd6); position: relative; width: min-content; }\",\".framer-E7I5W .framer-1rgljls, .framer-E7I5W .framer-18ro8tb { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-E7I5W .framer-ykd241 { bottom: 2px; flex: none; left: 2px; overflow: hidden; position: absolute; right: 2px; top: 2px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-E7I5W .framer-dxy6j { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E7I5W.framer-1syxl5 { gap: 0px; } .framer-E7I5W.framer-1syxl5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-E7I5W.framer-1syxl5 > :first-child { margin-left: 0px; } .framer-E7I5W.framer-1syxl5 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 143\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Y4ltqI8EG\":{\"layout\":[\"auto\",\"auto\"]},\"f0OLgXxU6\":{\"layout\":[\"auto\",\"auto\"]},\"dQPwuv7ZI\":{\"layout\":[\"auto\",\"auto\"]},\"IIoFVW_Vh\":{\"layout\":[\"auto\",\"auto\"]},\"MmniYisaz\":{\"layout\":[\"auto\",\"auto\"]},\"AxB8x7Yqe\":{\"layout\":[\"auto\",\"auto\"]},\"vQI_AzlmC\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ofLqZhEO8\":\"buttonText\",\"PPM8eZNfR\":\"buttonFill\",\"x3NZq8Xsu\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerF0hKdNTuW=withCSS(Component,css,\"framer-E7I5W\");export default FramerF0hKdNTuW;FramerF0hKdNTuW.displayName=\"Running-Stroke\";FramerF0hKdNTuW.defaultProps={height:46,width:143};addPropertyControls(FramerF0hKdNTuW,{variant:{options:[\"CnDL1SB8G\",\"Y4ltqI8EG\",\"f0OLgXxU6\",\"dQPwuv7ZI\"],optionTitles:[\"Top\",\"Right\",\"Bottom\",\"Left\"],title:\"Variant\",type:ControlType.Enum},ofLqZhEO8:{defaultValue:\"Running stroke\",displayTextArea:false,title:\"Button text\",type:ControlType.String},PPM8eZNfR:{defaultValue:'var(--token-c72875ae-be2b-4de3-ab77-fad051f0f2a9, rgb(12, 12, 12)) /* {\"name\":\"Black\"} */',title:\"Button fill\",type:ControlType.Color},x3NZq8Xsu:{defaultValue:\"12px 24px 12px 24px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerF0hKdNTuW,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF0hKdNTuW\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"46\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y4ltqI8EG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f0OLgXxU6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dQPwuv7ZI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IIoFVW_Vh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MmniYisaz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AxB8x7Yqe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vQI_AzlmC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"143\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ofLqZhEO8\\\":\\\"buttonText\\\",\\\"PPM8eZNfR\\\":\\\"buttonFill\\\",\\\"x3NZq8Xsu\\\":\\\"padding\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F0hKdNTuW.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"UEMsMheQD\",\"QoWUcVIeG\",\"giimhD2Vs\"];const serializationHash=\"framer-5EAli\";const variantClassNames={giimhD2Vs:\"framer-v-aaf4sf\",QoWUcVIeG:\"framer-v-1733cbo\",UEMsMheQD:\"framer-v-lbtqyo\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"QoWUcVIeG\",Open:\"giimhD2Vs\",Small:\"UEMsMheQD\"};const getProps=({height,id,name1,pill,portrait,role,width,...props})=>{return{...props,PhJbssb4T:name1??props.PhJbssb4T??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UEMsMheQD\",vo6vYIarn:role??props.vo6vYIarn??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},zpZxt2Alc:pill??props.zpZxt2Alc??\"Blog\"};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,zpZxt2Alc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UEMsMheQD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"giimhD2Vs\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"giimhD2Vs\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lbtqyo\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"UEMsMheQD\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-99aa1626-641e-4082-921e-1ea60d126de7, rgb(226, 226, 228))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{giimhD2Vs:{backgroundColor:\"rgba(130, 131, 133, 0.5)\"}},...addPropertyOverrides({giimhD2Vs:{\"data-framer-name\":\"Open\"},QoWUcVIeG:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-pjqu9a\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"hgMjJ_nFW\"}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8qlkwk\",\"data-framer-name\":\"Gradients\",layoutDependency:layoutDependency,layoutId:\"BWXKMGWdV\",style:{opacity:0},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b3dywi\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"BcouWb43d\",style:{background:\"radial-gradient(156.6% 75% at 26.200000000000003% 5.1%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:393.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-191+((componentViewport?.height||640)- -398)-814),pixelHeight:787,pixelWidth:787,sizes:\"814px\",src:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png 787w\"},className:\"framer-1xgxybt\",\"data-framer-name\":\"Gradient-2\",layoutDependency:layoutDependency,layoutId:\"ndDViGJpi\",style:{opacity:.25}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:393.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-191+0),pixelHeight:787,pixelWidth:787,sizes:\"814px\",src:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png 787w\"},className:\"framer-1yqcmsh\",\"data-framer-name\":\"Gradient-1\",layoutDependency:layoutDependency,layoutId:\"RV8ChXiuq\",style:{opacity:.25}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15o5ygj\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"e7660rUU6\",style:{opacity:0},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(185, 81, 189))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(273deg, rgb(100, 128, 246) 0%, rgb(162, 118, 234) 100%)\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})})}),className:\"framer-csbmbg\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"zf2Xf96a3\",style:{\"--extracted-tcooor\":\"rgb(185, 81, 189)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"Will Gaybrick\"})}),className:\"framer-1uwwy29\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"hrlWiBgzG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16q91bw\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"Najbqj0Ib\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cwoudn\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"WhmaAZTwM\",style:{background:'radial-gradient(156.6% 50% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vvikdy\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"yzUHGtxYc\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-pk6w6y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ocjhwS5V2\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:zpZxt2Alc,verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cnjeav\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"ja0Soby0r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})}),className:\"framer-13ya7gj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LnhjkubZ9\",style:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Will Gaybrick\"})}),className:\"framer-1sdqiuj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ofad0av4U\",style:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5EAli.framer-16h4mu2, .framer-5EAli .framer-16h4mu2 { display: block; }\",\".framer-5EAli.framer-lbtqyo { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5EAli .framer-pjqu9a { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-5EAli .framer-8qlkwk { bottom: -207px; flex: none; left: -396px; overflow: hidden; position: absolute; right: -360px; top: -191px; }\",\".framer-5EAli .framer-b3dywi { flex: none; height: 382px; left: 396px; overflow: hidden; position: absolute; right: 360px; top: 191px; }\",\".framer-5EAli .framer-1xgxybt { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 814px); left: 0px; overflow: visible; position: absolute; width: 814px; }\",\".framer-5EAli .framer-1yqcmsh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 814px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 814px; }\",\".framer-5EAli .framer-15o5ygj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5EAli .framer-csbmbg, .framer-5EAli .framer-1uwwy29 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5EAli .framer-16q91bw { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-5EAli .framer-1cwoudn { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-5EAli .framer-1vvikdy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5EAli .framer-pk6w6y { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\".framer-5EAli .framer-1cnjeav { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5EAli .framer-13ya7gj, .framer-5EAli .framer-1sdqiuj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5EAli.framer-lbtqyo, .framer-5EAli .framer-15o5ygj, .framer-5EAli .framer-1vvikdy, .framer-5EAli .framer-1cnjeav { gap: 0px; } .framer-5EAli.framer-lbtqyo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5EAli.framer-lbtqyo > :first-child, .framer-5EAli .framer-15o5ygj > :first-child, .framer-5EAli .framer-1cnjeav > :first-child { margin-top: 0px; } .framer-5EAli.framer-lbtqyo > :last-child, .framer-5EAli .framer-15o5ygj > :last-child, .framer-5EAli .framer-1cnjeav > :last-child { margin-bottom: 0px; } .framer-5EAli .framer-15o5ygj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5EAli .framer-1vvikdy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-5EAli .framer-1vvikdy > :first-child { margin-left: 0px; } .framer-5EAli .framer-1vvikdy > :last-child { margin-right: 0px; } .framer-5EAli .framer-1cnjeav > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-5EAli.framer-v-1733cbo.framer-lbtqyo { width: 130px; }\",\".framer-5EAli.framer-v-aaf4sf.framer-lbtqyo { justify-content: flex-end; padding: 42px 40px 42px 20px; width: 350px; }\",\".framer-5EAli.framer-v-aaf4sf .framer-pk6w6y, .framer-5EAli.framer-v-aaf4sf .framer-1sdqiuj { order: 0; }\",\".framer-5EAli.framer-v-aaf4sf .framer-13ya7gj { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-5EAli[data-border=\"true\"]::after, .framer-5EAli [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"QoWUcVIeG\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"giimhD2Vs\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"role\",\"PhJbssb4T\":\"name1\",\"zpZxt2Alc\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdwQpsAQGo=withCSS(Component,css,\"framer-5EAli\");export default FramerdwQpsAQGo;FramerdwQpsAQGo.displayName=\"Card 8\";FramerdwQpsAQGo.defaultProps={height:640,width:90};addPropertyControls(FramerdwQpsAQGo,{variant:{options:[\"UEMsMheQD\",\"QoWUcVIeG\",\"giimhD2Vs\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},zpZxt2Alc:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerdwQpsAQGo,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdwQpsAQGo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"90\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"QoWUcVIeG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"giimhD2Vs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"role\\\",\\\"PhJbssb4T\\\":\\\"name1\\\",\\\"zpZxt2Alc\\\":\\\"pill\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"640\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card8 from\"https://framerusercontent.com/modules/mdYN3FOhHSmG0YlGbUkL/K90d8yVvozUaNgxRUpjV/dwQpsAQGo.js\";const Card8Fonts=getFonts(Card8);const cycleOrder=[\"WN04Ny1cu\",\"YZkC8U_PQ\",\"Tly_LTSDR\"];const serializationHash=\"framer-FOa3f\";const variantClassNames={Tly_LTSDR:\"framer-v-6q22bu\",WN04Ny1cu:\"framer-v-10tgm33\",YZkC8U_PQ:\"framer-v-184qaqt\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"YZkC8U_PQ\",Open:\"Tly_LTSDR\",Small:\"WN04Ny1cu\"};const getProps=({height,id,link,name1,newOpen,portrait,role,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,N8vYS_fKJ:role??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:name1??props.pZ18UUIqg??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"WN04Ny1cu\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WN04Ny1cu\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnters18fqn=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"YZkC8U_PQ\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeave7krkbi=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"WN04Ny1cu\");});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(Link,{nodeId:\"WN04Ny1cu\",...addPropertyOverrides({Tly_LTSDR:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-10tgm33\",className,classNames)} framer-1lkoa7m`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WN04Ny1cu\",onMouseEnter:onMouseEnters18fqn,ref:ref??ref1,style:{...style},...addPropertyOverrides({Tly_LTSDR:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined},YZkC8U_PQ:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeave7krkbi,onTap:onTappu0pf4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5ae1r-container\",layoutDependency:layoutDependency,layoutId:\"h3aEY44h9-container\",children:/*#__PURE__*/_jsx(Card8,{height:\"100%\",id:\"h3aEY44h9\",layoutId:\"h3aEY44h9\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"UEMsMheQD\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",zpZxt2Alc:\"Blog\",...addPropertyOverrides({Tly_LTSDR:{variant:\"giimhD2Vs\"},YZkC8U_PQ:{variant:\"QoWUcVIeG\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FOa3f.framer-1lkoa7m, .framer-FOa3f .framer-1lkoa7m { display: block; }\",\".framer-FOa3f.framer-10tgm33 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-FOa3f .framer-1n5ae1r-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FOa3f.framer-10tgm33 { gap: 0px; } .framer-FOa3f.framer-10tgm33 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FOa3f.framer-10tgm33 > :first-child { margin-left: 0px; } .framer-FOa3f.framer-10tgm33 > :last-child { margin-right: 0px; } }\",\".framer-FOa3f.framer-v-184qaqt.framer-10tgm33 { cursor: pointer; }\",\".framer-FOa3f.framer-v-6q22bu.framer-10tgm33 { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"YZkC8U_PQ\":{\"layout\":[\"auto\",\"fixed\"]},\"Tly_LTSDR\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"role\",\"pZ18UUIqg\":\"name1\",\"eQIuqGJo1\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerArMHDC25n=withCSS(Component,css,\"framer-FOa3f\");export default FramerArMHDC25n;FramerArMHDC25n.displayName=\"Card-Wrapped 7\";FramerArMHDC25n.defaultProps={height:640,width:110};addPropertyControls(FramerArMHDC25n,{variant:{options:[\"WN04Ny1cu\",\"YZkC8U_PQ\",\"Tly_LTSDR\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link}});addFonts(FramerArMHDC25n,[{explicitInter:true,fonts:[]},...Card8Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerArMHDC25n\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"110\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"role\\\",\\\"pZ18UUIqg\\\":\\\"name1\\\",\\\"eQIuqGJo1\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"640\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"YZkC8U_PQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Tly_LTSDR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"WcEtAL43Y\",\"HBjnYFSI_\",\"g5d7h2HCV\"];const serializationHash=\"framer-tqAET\";const variantClassNames={g5d7h2HCV:\"framer-v-geumeb\",HBjnYFSI_:\"framer-v-1o7ujme\",WcEtAL43Y:\"framer-v-p0su5x\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"HBjnYFSI_\",Open:\"g5d7h2HCV\",Small:\"WcEtAL43Y\"};const getProps=({description,height,id,pill,portrait,title,width,...props})=>{return{...props,eMvAMWi1r:pill??props.eMvAMWi1r??\"Blog\",PhJbssb4T:title??props.PhJbssb4T??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"WcEtAL43Y\",vo6vYIarn:description??props.vo6vYIarn??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"}};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,eMvAMWi1r,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WcEtAL43Y\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"g5d7h2HCV\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"g5d7h2HCV\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-p0su5x\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"WcEtAL43Y\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(130, 131, 133, 0.5)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({g5d7h2HCV:{\"data-framer-name\":\"Open\"},HBjnYFSI_:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-1ab9mhh\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"ht6eSbIgZ\"}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uzff13\",\"data-framer-name\":\"Gradients\",layoutDependency:layoutDependency,layoutId:\"lvdrh6An3\",style:{opacity:0},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10acrmy\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"ejpcA7D1u\",style:{background:\"radial-gradient(156.6% 75% at 26.200000000000003% 5.1%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:393.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-191+((componentViewport?.height||640)- -398)-814),pixelHeight:787,pixelWidth:787,sizes:\"814px\",src:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png 787w\"},className:\"framer-14fql96\",\"data-framer-name\":\"Gradient-2\",layoutDependency:layoutDependency,layoutId:\"Q31VLzsOP\",style:{opacity:.25}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:393.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-191+0),pixelHeight:787,pixelWidth:787,sizes:\"814px\",src:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PmH44lnFx07sVcTWJNvjqlBLgg.png 787w\"},className:\"framer-axrb7j\",\"data-framer-name\":\"Gradient-1\",layoutDependency:layoutDependency,layoutId:\"ZANGeiVOl\",style:{opacity:.25}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-df7b1n\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"X1X6XWMbp\",style:{opacity:0},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(185, 81, 189))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(273deg, rgb(100, 128, 246) 0%, rgb(162, 118, 234) 100%)\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})})}),className:\"framer-146wufz\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OHskXFdcd\",style:{\"--extracted-tcooor\":\"rgb(185, 81, 189)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"Will Gaybrick\"})}),className:\"framer-1vjbbha\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ajg11T7ST\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c6fmej\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"ASdwjUjfk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1piiixi\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"cG6ZTCNto\",style:{background:'radial-gradient(156.6% 50% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gonalo\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"SF_IKRJMk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Paxos Forum\"})}),className:\"framer-571g1m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f4x5TkR83\",style:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Will Gaybrick\"})}),className:\"framer-1ru6l3i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"n3rmFXeQq\",style:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xajwea\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"YfcdKUwO3\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-18oyo4z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MOhaFoCa2\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:eMvAMWi1r,verticalAlignment:\"center\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tqAET.framer-jfrj0m, .framer-tqAET .framer-jfrj0m { display: block; }\",\".framer-tqAET.framer-p0su5x { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-end; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-tqAET .framer-1ab9mhh { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-tqAET .framer-1uzff13 { bottom: -207px; flex: none; left: -396px; overflow: hidden; position: absolute; right: -360px; top: -191px; }\",\".framer-tqAET .framer-10acrmy { flex: none; height: 382px; left: 396px; overflow: hidden; position: absolute; right: 360px; top: 191px; }\",\".framer-tqAET .framer-14fql96 { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 814px); left: 0px; overflow: visible; position: absolute; width: 814px; }\",\".framer-tqAET .framer-axrb7j { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 814px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 814px; }\",\".framer-tqAET .framer-df7b1n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-tqAET .framer-146wufz, .framer-tqAET .framer-1vjbbha { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tqAET .framer-1c6fmej { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-tqAET .framer-1piiixi { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-tqAET .framer-gonalo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tqAET .framer-571g1m, .framer-tqAET .framer-1ru6l3i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tqAET .framer-1xajwea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-tqAET .framer-18oyo4z { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tqAET.framer-p0su5x, .framer-tqAET .framer-df7b1n, .framer-tqAET .framer-gonalo, .framer-tqAET .framer-1xajwea { gap: 0px; } .framer-tqAET.framer-p0su5x > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tqAET.framer-p0su5x > :first-child, .framer-tqAET .framer-df7b1n > :first-child, .framer-tqAET .framer-gonalo > :first-child { margin-top: 0px; } .framer-tqAET.framer-p0su5x > :last-child, .framer-tqAET .framer-df7b1n > :last-child, .framer-tqAET .framer-gonalo > :last-child { margin-bottom: 0px; } .framer-tqAET .framer-df7b1n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tqAET .framer-gonalo > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-tqAET .framer-1xajwea > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-tqAET .framer-1xajwea > :first-child { margin-left: 0px; } .framer-tqAET .framer-1xajwea > :last-child { margin-right: 0px; } }\",\".framer-tqAET.framer-v-1o7ujme.framer-p0su5x { width: 130px; }\",\".framer-tqAET.framer-v-geumeb.framer-p0su5x { padding: 42px 40px 42px 20px; width: 350px; }\",\".framer-tqAET.framer-v-geumeb .framer-1ab9mhh, .framer-tqAET.framer-v-geumeb .framer-1ru6l3i, .framer-tqAET.framer-v-geumeb .framer-18oyo4z { order: 0; }\",\".framer-tqAET.framer-v-geumeb .framer-1c6fmej { order: 3; }\",\".framer-tqAET.framer-v-geumeb .framer-gonalo { order: 5; }\",\".framer-tqAET.framer-v-geumeb .framer-571g1m { order: 1; }\",\".framer-tqAET.framer-v-geumeb .framer-1xajwea { order: 4; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-tqAET[data-border=\"true\"]::after, .framer-tqAET [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"HBjnYFSI_\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"g5d7h2HCV\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"description\",\"PhJbssb4T\":\"title\",\"eMvAMWi1r\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNgl8UHr41=withCSS(Component,css,\"framer-tqAET\");export default FramerNgl8UHr41;FramerNgl8UHr41.displayName=\"Card 4\";FramerNgl8UHr41.defaultProps={height:640,width:90};addPropertyControls(FramerNgl8UHr41,{variant:{options:[\"WcEtAL43Y\",\"HBjnYFSI_\",\"g5d7h2HCV\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Description\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Title\",type:ControlType.String},eMvAMWi1r:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerNgl8UHr41,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNgl8UHr41\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"HBjnYFSI_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"g5d7h2HCV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"description\\\",\\\"PhJbssb4T\\\":\\\"title\\\",\\\"eMvAMWi1r\\\":\\\"pill\\\"}\",\"framerIntrinsicWidth\":\"90\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"640\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card4 from\"https://framerusercontent.com/modules/hiYzeeIc3oKe2YT9Pe2q/1A8Jld6KlX3eRqAMaABb/Ngl8UHr41.js\";const Card4Fonts=getFonts(Card4);const cycleOrder=[\"Z7m8awBTx\",\"odjtF_trc\",\"UNlaFaGSe\"];const serializationHash=\"framer-WUPXm\";const variantClassNames={odjtF_trc:\"framer-v-175psws\",UNlaFaGSe:\"framer-v-ljfp6n\",Z7m8awBTx:\"framer-v-oe8y5g\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"odjtF_trc\",Open:\"UNlaFaGSe\",Small:\"Z7m8awBTx\"};const getProps=({height,id,link,name1,newOpen,pill,portrait,role,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,LNJNsYfYh:pill??props.LNJNsYfYh??\"Blog\",N8vYS_fKJ:role??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:name1??props.pZ18UUIqg??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Z7m8awBTx\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,LNJNsYfYh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z7m8awBTx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter145whjl=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"odjtF_trc\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeavezmuwe1=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Z7m8awBTx\");});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(Link,{nodeId:\"Z7m8awBTx\",...addPropertyOverrides({UNlaFaGSe:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-oe8y5g\",className,classNames)} framer-q2grlv`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z7m8awBTx\",onMouseEnter:onMouseEnter145whjl,ref:ref??ref1,style:{...style},...addPropertyOverrides({odjtF_trc:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeavezmuwe1,onTap:onTappu0pf4},UNlaFaGSe:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qti604-container\",layoutDependency:layoutDependency,layoutId:\"GwYjCPzhQ-container\",children:/*#__PURE__*/_jsx(Card4,{eMvAMWi1r:LNJNsYfYh,height:\"100%\",id:\"GwYjCPzhQ\",layoutId:\"GwYjCPzhQ\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"WcEtAL43Y\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",...addPropertyOverrides({odjtF_trc:{variant:\"HBjnYFSI_\"},UNlaFaGSe:{variant:\"g5d7h2HCV\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WUPXm.framer-q2grlv, .framer-WUPXm .framer-q2grlv { display: block; }\",\".framer-WUPXm.framer-oe8y5g { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-WUPXm .framer-1qti604-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WUPXm.framer-oe8y5g { gap: 0px; } .framer-WUPXm.framer-oe8y5g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WUPXm.framer-oe8y5g > :first-child { margin-left: 0px; } .framer-WUPXm.framer-oe8y5g > :last-child { margin-right: 0px; } }\",\".framer-WUPXm.framer-v-175psws.framer-oe8y5g { cursor: pointer; }\",\".framer-WUPXm.framer-v-ljfp6n.framer-oe8y5g { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"odjtF_trc\":{\"layout\":[\"auto\",\"fixed\"]},\"UNlaFaGSe\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"role\",\"pZ18UUIqg\":\"name1\",\"eQIuqGJo1\":\"link\",\"LNJNsYfYh\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriP2NKY7TV=withCSS(Component,css,\"framer-WUPXm\");export default FrameriP2NKY7TV;FrameriP2NKY7TV.displayName=\"Card-Wrapped 3\";FrameriP2NKY7TV.defaultProps={height:640,width:110};addPropertyControls(FrameriP2NKY7TV,{variant:{options:[\"Z7m8awBTx\",\"odjtF_trc\",\"UNlaFaGSe\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link},LNJNsYfYh:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FrameriP2NKY7TV,[{explicitInter:true,fonts:[]},...Card4Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriP2NKY7TV\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"role\\\",\\\"pZ18UUIqg\\\":\\\"name1\\\",\\\"eQIuqGJo1\\\":\\\"link\\\",\\\"LNJNsYfYh\\\":\\\"pill\\\"}\",\"framerIntrinsicWidth\":\"110\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"odjtF_trc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UNlaFaGSe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"640\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"yRo39dWwL\",\"fxZRg3RqJ\",\"ABfkSqdFr\"];const serializationHash=\"framer-28c8f\";const variantClassNames={ABfkSqdFr:\"framer-v-1jpvu88\",fxZRg3RqJ:\"framer-v-1bek7yy\",yRo39dWwL:\"framer-v-16kpezj\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"fxZRg3RqJ\",Open:\"ABfkSqdFr\",Small:\"yRo39dWwL\"};const getProps=({height,id,name1,pill,portrait,role,width,...props})=>{return{...props,IET5A1Iak:pill??props.IET5A1Iak??\"Blog\",PhJbssb4T:name1??props.PhJbssb4T??\"Paxos Forum 2024\",variant:humanReadableVariantMap[props.variant]??props.variant??\"yRo39dWwL\",vo6vYIarn:role??props.vo6vYIarn??\"Even though we pride ourselves in creating an exceptional remote-first employee experience, we also know just how valuable it is to meet in person from time to time.  \",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"}};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,IET5A1Iak,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yRo39dWwL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ABfkSqdFr\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-16kpezj\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"yRo39dWwL\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",...style},...addPropertyOverrides({ABfkSqdFr:{\"data-framer-name\":\"Open\"},fxZRg3RqJ:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-1vf46rz\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"m_4McPQ6t\"}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xo1oe8\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"TiUkQ3OtC\",style:{opacity:0},variants:{ABfkSqdFr:{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(185, 81, 189))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(273deg, rgb(100, 128, 246) 0%, rgb(162, 118, 234) 100%)\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})})}),className:\"framer-yvozpd\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"AUXgiFPPk\",style:{\"--extracted-tcooor\":\"rgb(185, 81, 189)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,variants:{ABfkSqdFr:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ABfkSqdFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Even though we pride ourselves in creating an exceptional remote-first employee experience, we also know just how valuable it is to meet in person from time to time.  \"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"Will Gaybrick\"})}),className:\"framer-1h6e1l4\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"P2caY8Z9a\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,variants:{ABfkSqdFr:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ABfkSqdFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Paxos Forum 2024\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x4b3ou\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"hqHoT6wdq\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xwd98i\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"WuOEIYnf0\",style:{background:'radial-gradient(156.6% 47% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sbetgn\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"LF3IY7tRH\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-15kr2vj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S58DKXMAZ\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:IET5A1Iak,verticalAlignment:\"center\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-28c8f.framer-mimect, .framer-28c8f .framer-mimect { display: block; }\",\".framer-28c8f.framer-16kpezj { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-28c8f .framer-1vf46rz { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-28c8f .framer-xo1oe8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-28c8f .framer-yvozpd, .framer-28c8f .framer-1h6e1l4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-28c8f .framer-1x4b3ou { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-28c8f .framer-1xwd98i { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-28c8f .framer-1sbetgn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-28c8f .framer-15kr2vj { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-28c8f.framer-16kpezj, .framer-28c8f .framer-xo1oe8, .framer-28c8f .framer-1sbetgn { gap: 0px; } .framer-28c8f.framer-16kpezj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-28c8f.framer-16kpezj > :first-child, .framer-28c8f .framer-xo1oe8 > :first-child { margin-top: 0px; } .framer-28c8f.framer-16kpezj > :last-child, .framer-28c8f .framer-xo1oe8 > :last-child { margin-bottom: 0px; } .framer-28c8f .framer-xo1oe8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-28c8f .framer-1sbetgn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-28c8f .framer-1sbetgn > :first-child { margin-left: 0px; } .framer-28c8f .framer-1sbetgn > :last-child { margin-right: 0px; } }\",\".framer-28c8f.framer-v-1bek7yy.framer-16kpezj { width: 130px; }\",\".framer-28c8f.framer-v-1bek7yy .framer-1vf46rz, .framer-28c8f.framer-v-1jpvu88 .framer-1vf46rz, .framer-28c8f.framer-v-1jpvu88 .framer-1h6e1l4, .framer-28c8f.framer-v-1jpvu88 .framer-15kr2vj { order: 0; }\",\".framer-28c8f.framer-v-1bek7yy .framer-1x4b3ou, .framer-28c8f.framer-v-1jpvu88 .framer-1sbetgn { order: 2; }\",\".framer-28c8f.framer-v-1jpvu88.framer-16kpezj { justify-content: flex-end; padding: 42px 20px 42px 20px; width: 350px; }\",\".framer-28c8f.framer-v-1jpvu88 .framer-xo1oe8 { gap: 4px; order: 3; width: 100%; }\",\".framer-28c8f.framer-v-1jpvu88 .framer-yvozpd { order: 1; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-28c8f.framer-v-1jpvu88 .framer-1x4b3ou { bottom: -3px; height: 640px; order: 1; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-28c8f.framer-v-1jpvu88 .framer-xo1oe8 { gap: 0px; } .framer-28c8f.framer-v-1jpvu88 .framer-xo1oe8 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-28c8f.framer-v-1jpvu88 .framer-xo1oe8 > :first-child { margin-top: 0px; } .framer-28c8f.framer-v-1jpvu88 .framer-xo1oe8 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-28c8f[data-border=\"true\"]::after, .framer-28c8f [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"fxZRg3RqJ\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"ABfkSqdFr\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"role\",\"PhJbssb4T\":\"name1\",\"IET5A1Iak\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNwOZiAtXj=withCSS(Component,css,\"framer-28c8f\");export default FramerNwOZiAtXj;FramerNwOZiAtXj.displayName=\"Card 2\";FramerNwOZiAtXj.defaultProps={height:640,width:90};addPropertyControls(FramerNwOZiAtXj,{variant:{options:[\"yRo39dWwL\",\"fxZRg3RqJ\",\"ABfkSqdFr\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"Even though we pride ourselves in creating an exceptional remote-first employee experience, we also know just how valuable it is to meet in person from time to time.  \",displayTextArea:false,title:\"Role\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Paxos Forum 2024\",displayTextArea:false,title:\"Name\",type:ControlType.String},IET5A1Iak:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerNwOZiAtXj,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNwOZiAtXj\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"90\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"role\\\",\\\"PhJbssb4T\\\":\\\"name1\\\",\\\"IET5A1Iak\\\":\\\"pill\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"fxZRg3RqJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"ABfkSqdFr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"640\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card2 from\"https://framerusercontent.com/modules/XCqFvUsW8y1CukRu4R9c/xunoaUbx7xTagAYq6I1R/NwOZiAtXj.js\";const Card2Fonts=getFonts(Card2);const cycleOrder=[\"kbhWjaTvS\",\"cLAT88tQH\",\"yssuJISd3\"];const serializationHash=\"framer-uf9N0\";const variantClassNames={cLAT88tQH:\"framer-v-19gunre\",kbhWjaTvS:\"framer-v-12gxc3h\",yssuJISd3:\"framer-v-7kt8ty\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"cLAT88tQH\",Open:\"yssuJISd3\",Small:\"kbhWjaTvS\"};const getProps=({height,id,link,name1,newOpen,pill,portrait,role,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,N8vYS_fKJ:role??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:name1??props.pZ18UUIqg??\"Will Gaybrick\",Soxug8pvi:pill??props.Soxug8pvi??\"Blog\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kbhWjaTvS\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,Soxug8pvi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kbhWjaTvS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1ds3kj1=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"cLAT88tQH\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeavelt2sr3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"kbhWjaTvS\");});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(Link,{nodeId:\"kbhWjaTvS\",...addPropertyOverrides({yssuJISd3:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-12gxc3h\",className,classNames)} framer-1q93bre`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kbhWjaTvS\",onMouseEnter:onMouseEnter1ds3kj1,ref:ref??ref1,style:{...style},...addPropertyOverrides({cLAT88tQH:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeavelt2sr3,onTap:onTappu0pf4},yssuJISd3:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g0ji9k-container\",layoutDependency:layoutDependency,layoutId:\"JndrfFYht-container\",children:/*#__PURE__*/_jsx(Card2,{height:\"100%\",id:\"JndrfFYht\",IET5A1Iak:\"Blog\",layoutId:\"JndrfFYht\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"yRo39dWwL\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",...addPropertyOverrides({cLAT88tQH:{variant:\"fxZRg3RqJ\"},yssuJISd3:{IET5A1Iak:Soxug8pvi,variant:\"ABfkSqdFr\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uf9N0.framer-1q93bre, .framer-uf9N0 .framer-1q93bre { display: block; }\",\".framer-uf9N0.framer-12gxc3h { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-uf9N0 .framer-1g0ji9k-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uf9N0.framer-12gxc3h { gap: 0px; } .framer-uf9N0.framer-12gxc3h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uf9N0.framer-12gxc3h > :first-child { margin-left: 0px; } .framer-uf9N0.framer-12gxc3h > :last-child { margin-right: 0px; } }\",\".framer-uf9N0.framer-v-19gunre.framer-12gxc3h { cursor: pointer; }\",\".framer-uf9N0.framer-v-7kt8ty.framer-12gxc3h { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"cLAT88tQH\":{\"layout\":[\"auto\",\"fixed\"]},\"yssuJISd3\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"role\",\"pZ18UUIqg\":\"name1\",\"eQIuqGJo1\":\"link\",\"Soxug8pvi\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerkd8DIctBG=withCSS(Component,css,\"framer-uf9N0\");export default Framerkd8DIctBG;Framerkd8DIctBG.displayName=\"Card-Wrapped\";Framerkd8DIctBG.defaultProps={height:640,width:110};addPropertyControls(Framerkd8DIctBG,{variant:{options:[\"kbhWjaTvS\",\"cLAT88tQH\",\"yssuJISd3\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link},Soxug8pvi:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(Framerkd8DIctBG,[{explicitInter:true,fonts:[]},...Card2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkd8DIctBG\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cLAT88tQH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yssuJISd3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"110\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"role\\\",\\\"pZ18UUIqg\\\":\\\"name1\\\",\\\"eQIuqGJo1\\\":\\\"link\\\",\\\"Soxug8pvi\\\":\\\"pill\\\"}\",\"framerIntrinsicHeight\":\"640\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"PHTSj8ugA\",\"QqXCIXcN6\",\"xQwA8s9Bb\"];const serializationHash=\"framer-v5oe9\";const variantClassNames={PHTSj8ugA:\"framer-v-15o2vhg\",QqXCIXcN6:\"framer-v-117ej2u\",xQwA8s9Bb:\"framer-v-1ci1ih3\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"QqXCIXcN6\",Open:\"xQwA8s9Bb\",Small:\"PHTSj8ugA\"};const getProps=({height,id,name1,pill,portrait,role,width,...props})=>{return{...props,LbXjsXmFo:pill??props.LbXjsXmFo??\"Blog\",PhJbssb4T:name1??props.PhJbssb4T??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"PHTSj8ugA\",vo6vYIarn:role??props.vo6vYIarn??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"}};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,LbXjsXmFo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PHTSj8ugA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"xQwA8s9Bb\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-15o2vhg\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"PHTSj8ugA\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{xQwA8s9Bb:{backgroundColor:\"rgba(130, 131, 133, 0.5)\"}},...addPropertyOverrides({QqXCIXcN6:{\"data-framer-name\":\"Medium\"},xQwA8s9Bb:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-1l9je7s\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"mIZW6ResL\"}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-i72gje\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"NJ61UIYNW\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ove3g0\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"hzr1lzIFr\",style:{background:'radial-gradient(156.6% 50% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ultw1r\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"kwdFTWR3m\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-1im2meu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"i23O72NCO\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LbXjsXmFo,verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9hnumr\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"O2xkyX80r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})}),className:\"framer-qanacb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e6Vl913n7\",style:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Will Gaybrick\"})}),className:\"framer-xi9b93\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EqbECL3mq\",style:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v5oe9.framer-fjrgkl, .framer-v5oe9 .framer-fjrgkl { display: block; }\",\".framer-v5oe9.framer-15o2vhg { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v5oe9 .framer-1l9je7s { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-v5oe9 .framer-i72gje { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-v5oe9 .framer-ove3g0 { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-v5oe9 .framer-1ultw1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-v5oe9 .framer-1im2meu { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\".framer-v5oe9 .framer-9hnumr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-v5oe9 .framer-qanacb, .framer-v5oe9 .framer-xi9b93 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v5oe9.framer-15o2vhg, .framer-v5oe9 .framer-1ultw1r, .framer-v5oe9 .framer-9hnumr { gap: 0px; } .framer-v5oe9.framer-15o2vhg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v5oe9.framer-15o2vhg > :first-child, .framer-v5oe9 .framer-9hnumr > :first-child { margin-top: 0px; } .framer-v5oe9.framer-15o2vhg > :last-child, .framer-v5oe9 .framer-9hnumr > :last-child { margin-bottom: 0px; } .framer-v5oe9 .framer-1ultw1r > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-v5oe9 .framer-1ultw1r > :first-child { margin-left: 0px; } .framer-v5oe9 .framer-1ultw1r > :last-child { margin-right: 0px; } .framer-v5oe9 .framer-9hnumr > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-v5oe9.framer-v-117ej2u.framer-15o2vhg { width: 130px; }\",\".framer-v5oe9.framer-v-1ci1ih3.framer-15o2vhg { justify-content: flex-end; padding: 42px 40px 42px 20px; width: 350px; }\",\".framer-v5oe9.framer-v-1ci1ih3 .framer-1im2meu, .framer-v5oe9.framer-v-1ci1ih3 .framer-xi9b93 { order: 0; }\",\".framer-v5oe9.framer-v-1ci1ih3 .framer-qanacb { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-v5oe9[data-border=\"true\"]::after, .framer-v5oe9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"QqXCIXcN6\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"xQwA8s9Bb\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"role\",\"PhJbssb4T\":\"name1\",\"LbXjsXmFo\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVQ6QjwU9n=withCSS(Component,css,\"framer-v5oe9\");export default FramerVQ6QjwU9n;FramerVQ6QjwU9n.displayName=\"Card 7\";FramerVQ6QjwU9n.defaultProps={height:640,width:90};addPropertyControls(FramerVQ6QjwU9n,{variant:{options:[\"PHTSj8ugA\",\"QqXCIXcN6\",\"xQwA8s9Bb\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},LbXjsXmFo:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerVQ6QjwU9n,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVQ6QjwU9n\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"640\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"role\\\",\\\"PhJbssb4T\\\":\\\"name1\\\",\\\"LbXjsXmFo\\\":\\\"pill\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"QqXCIXcN6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"xQwA8s9Bb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card7 from\"https://framerusercontent.com/modules/p3msaJjkAF6GeTDmi9yF/KVibAow7TLjckksTaE5e/VQ6QjwU9n.js\";const Card7Fonts=getFonts(Card7);const cycleOrder=[\"GShUrfGiQ\",\"xUkwAjWXY\",\"kQx9mVy66\"];const serializationHash=\"framer-3AKWe\";const variantClassNames={GShUrfGiQ:\"framer-v-mr24sj\",kQx9mVy66:\"framer-v-6tvr2e\",xUkwAjWXY:\"framer-v-12hsxu2\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"xUkwAjWXY\",Open:\"kQx9mVy66\",Small:\"GShUrfGiQ\"};const getProps=({height,id,link,name1,newOpen,pill,portrait,role,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,N8vYS_fKJ:role??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:name1??props.pZ18UUIqg??\"Will Gaybrick\",To0y1enNU:pill??props.To0y1enNU??\"Blog\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GShUrfGiQ\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,To0y1enNU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GShUrfGiQ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1hnm7og=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"xUkwAjWXY\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeave1wqfl0w=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"GShUrfGiQ\");});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(Link,{nodeId:\"GShUrfGiQ\",...addPropertyOverrides({kQx9mVy66:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-mr24sj\",className,classNames)} framer-1xxolsf`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GShUrfGiQ\",onMouseEnter:onMouseEnter1hnm7og,ref:ref??ref1,style:{...style},...addPropertyOverrides({kQx9mVy66:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined},xUkwAjWXY:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1wqfl0w,onTap:onTappu0pf4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10isufr-container\",layoutDependency:layoutDependency,layoutId:\"lLJGdzxJu-container\",children:/*#__PURE__*/_jsx(Card7,{height:\"100%\",id:\"lLJGdzxJu\",layoutId:\"lLJGdzxJu\",LbXjsXmFo:\"Blog\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"PHTSj8ugA\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",...addPropertyOverrides({kQx9mVy66:{LbXjsXmFo:To0y1enNU,variant:\"xQwA8s9Bb\"},xUkwAjWXY:{variant:\"QqXCIXcN6\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3AKWe.framer-1xxolsf, .framer-3AKWe .framer-1xxolsf { display: block; }\",\".framer-3AKWe.framer-mr24sj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-3AKWe .framer-10isufr-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3AKWe.framer-mr24sj { gap: 0px; } .framer-3AKWe.framer-mr24sj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3AKWe.framer-mr24sj > :first-child { margin-left: 0px; } .framer-3AKWe.framer-mr24sj > :last-child { margin-right: 0px; } }\",\".framer-3AKWe.framer-v-12hsxu2.framer-mr24sj { cursor: pointer; }\",\".framer-3AKWe.framer-v-6tvr2e.framer-mr24sj { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"xUkwAjWXY\":{\"layout\":[\"auto\",\"fixed\"]},\"kQx9mVy66\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"role\",\"pZ18UUIqg\":\"name1\",\"eQIuqGJo1\":\"link\",\"To0y1enNU\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMKm0oo4uP=withCSS(Component,css,\"framer-3AKWe\");export default FramerMKm0oo4uP;FramerMKm0oo4uP.displayName=\"Card-Wrapped 6\";FramerMKm0oo4uP.defaultProps={height:640,width:110};addPropertyControls(FramerMKm0oo4uP,{variant:{options:[\"GShUrfGiQ\",\"xUkwAjWXY\",\"kQx9mVy66\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link},To0y1enNU:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerMKm0oo4uP,[{explicitInter:true,fonts:[]},...Card7Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMKm0oo4uP\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"110\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"640\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"role\\\",\\\"pZ18UUIqg\\\":\\\"name1\\\",\\\"eQIuqGJo1\\\":\\\"link\\\",\\\"To0y1enNU\\\":\\\"pill\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xUkwAjWXY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kQx9mVy66\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"aMmWs9rIr\",\"LYcbWDTWU\",\"IVEACevWE\"];const serializationHash=\"framer-KXHZS\";const variantClassNames={aMmWs9rIr:\"framer-v-1d8syd0\",IVEACevWE:\"framer-v-14ijmk7\",LYcbWDTWU:\"framer-v-pc3xbu\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"LYcbWDTWU\",Open:\"IVEACevWE\",Small:\"aMmWs9rIr\"};const getProps=({description,height,id,pill,portrait,title,width,...props})=>{return{...props,NHghJ2KDJ:pill??props.NHghJ2KDJ??\"Blog\",PhJbssb4T:title??props.PhJbssb4T??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"aMmWs9rIr\",vo6vYIarn:description??props.vo6vYIarn??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"}};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,NHghJ2KDJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aMmWs9rIr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"IVEACevWE\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1d8syd0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"aMmWs9rIr\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{IVEACevWE:{backgroundColor:\"rgba(130, 131, 133, 0.5)\"}},...addPropertyOverrides({IVEACevWE:{\"data-framer-name\":\"Open\"},LYcbWDTWU:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-uslhxu\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"Rm1i8usgD\"}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-k747d5\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"qDXqb26HZ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1avid1f\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"rWFBxU8lp\",style:{background:'radial-gradient(156.6% 50% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gvxb4d\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"n0S3sHPQM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})}),className:\"framer-qvqpt4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QSgCe7_ZZ\",style:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Will Gaybrick\"})}),className:\"framer-gq1kjx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GcjhXl0a6\",style:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-hh27lw\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"YKnAe4c2p\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-o8ejwa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kXAF1RXWi\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:NHghJ2KDJ,verticalAlignment:\"center\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KXHZS.framer-1j7adv6, .framer-KXHZS .framer-1j7adv6 { display: block; }\",\".framer-KXHZS.framer-1d8syd0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-KXHZS .framer-uslhxu { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-KXHZS .framer-k747d5 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-KXHZS .framer-1avid1f { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-KXHZS .framer-gvxb4d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-KXHZS .framer-qvqpt4, .framer-KXHZS .framer-gq1kjx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KXHZS .framer-hh27lw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-KXHZS .framer-o8ejwa { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KXHZS.framer-1d8syd0, .framer-KXHZS .framer-gvxb4d, .framer-KXHZS .framer-hh27lw { gap: 0px; } .framer-KXHZS.framer-1d8syd0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-KXHZS.framer-1d8syd0 > :first-child, .framer-KXHZS .framer-gvxb4d > :first-child { margin-top: 0px; } .framer-KXHZS.framer-1d8syd0 > :last-child, .framer-KXHZS .framer-gvxb4d > :last-child { margin-bottom: 0px; } .framer-KXHZS .framer-gvxb4d > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-KXHZS .framer-hh27lw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-KXHZS .framer-hh27lw > :first-child { margin-left: 0px; } .framer-KXHZS .framer-hh27lw > :last-child { margin-right: 0px; } }\",\".framer-KXHZS.framer-v-pc3xbu.framer-1d8syd0 { width: 130px; }\",\".framer-KXHZS.framer-v-14ijmk7.framer-1d8syd0 { justify-content: flex-end; padding: 42px 40px 42px 20px; width: 350px; }\",\".framer-KXHZS.framer-v-14ijmk7 .framer-uslhxu, .framer-KXHZS.framer-v-14ijmk7 .framer-gq1kjx, .framer-KXHZS.framer-v-14ijmk7 .framer-o8ejwa { order: 0; }\",\".framer-KXHZS.framer-v-14ijmk7 .framer-k747d5, .framer-KXHZS.framer-v-14ijmk7 .framer-qvqpt4 { order: 1; }\",\".framer-KXHZS.framer-v-14ijmk7 .framer-gvxb4d { order: 3; }\",\".framer-KXHZS.framer-v-14ijmk7 .framer-hh27lw { order: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-KXHZS[data-border=\"true\"]::after, .framer-KXHZS [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"LYcbWDTWU\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"IVEACevWE\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"description\",\"PhJbssb4T\":\"title\",\"NHghJ2KDJ\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfdcHaDzHK=withCSS(Component,css,\"framer-KXHZS\");export default FramerfdcHaDzHK;FramerfdcHaDzHK.displayName=\"Card 6\";FramerfdcHaDzHK.defaultProps={height:640,width:90};addPropertyControls(FramerfdcHaDzHK,{variant:{options:[\"aMmWs9rIr\",\"LYcbWDTWU\",\"IVEACevWE\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Description\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Title\",type:ControlType.String},NHghJ2KDJ:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerfdcHaDzHK,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfdcHaDzHK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\",\"framerIntrinsicHeight\":\"640\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"description\\\",\\\"PhJbssb4T\\\":\\\"title\\\",\\\"NHghJ2KDJ\\\":\\\"pill\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"LYcbWDTWU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"IVEACevWE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card6 from\"https://framerusercontent.com/modules/52W5ghAkYcVhbKZmMP44/gZip2BKWaKa9UlkK7yw4/fdcHaDzHK.js\";const Card6Fonts=getFonts(Card6);const cycleOrder=[\"mtLDffmkg\",\"BobtcockG\",\"XcfNXzrdQ\"];const serializationHash=\"framer-Qccr5\";const variantClassNames={BobtcockG:\"framer-v-tndy9v\",mtLDffmkg:\"framer-v-1ilf666\",XcfNXzrdQ:\"framer-v-3mka23\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"BobtcockG\",Open:\"XcfNXzrdQ\",Small:\"mtLDffmkg\"};const getProps=({description,height,id,link,newOpen,portrait,title,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,N8vYS_fKJ:description??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:title??props.pZ18UUIqg??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"mtLDffmkg\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mtLDffmkg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter13alr6g=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"BobtcockG\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeavextv6lr=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"mtLDffmkg\");});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(Link,{nodeId:\"mtLDffmkg\",...addPropertyOverrides({XcfNXzrdQ:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ilf666\",className,classNames)} framer-1bnety5`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mtLDffmkg\",onMouseEnter:onMouseEnter13alr6g,ref:ref??ref1,style:{...style},...addPropertyOverrides({BobtcockG:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeavextv6lr,onTap:onTappu0pf4},XcfNXzrdQ:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gefp8-container\",layoutDependency:layoutDependency,layoutId:\"joG0pj0_T-container\",children:/*#__PURE__*/_jsx(Card6,{height:\"100%\",id:\"joG0pj0_T\",layoutId:\"joG0pj0_T\",NHghJ2KDJ:\"Blog\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"aMmWs9rIr\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",...addPropertyOverrides({BobtcockG:{variant:\"LYcbWDTWU\"},XcfNXzrdQ:{variant:\"IVEACevWE\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Qccr5.framer-1bnety5, .framer-Qccr5 .framer-1bnety5 { display: block; }\",\".framer-Qccr5.framer-1ilf666 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-Qccr5 .framer-1gefp8-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qccr5.framer-1ilf666 { gap: 0px; } .framer-Qccr5.framer-1ilf666 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Qccr5.framer-1ilf666 > :first-child { margin-left: 0px; } .framer-Qccr5.framer-1ilf666 > :last-child { margin-right: 0px; } }\",\".framer-Qccr5.framer-v-tndy9v.framer-1ilf666 { cursor: pointer; }\",\".framer-Qccr5.framer-v-3mka23.framer-1ilf666 { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"BobtcockG\":{\"layout\":[\"auto\",\"fixed\"]},\"XcfNXzrdQ\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"description\",\"pZ18UUIqg\":\"title\",\"eQIuqGJo1\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMQTQzJ2Hq=withCSS(Component,css,\"framer-Qccr5\");export default FramerMQTQzJ2Hq;FramerMQTQzJ2Hq.displayName=\"Card-Wrapped 5\";FramerMQTQzJ2Hq.defaultProps={height:640,width:110};addPropertyControls(FramerMQTQzJ2Hq,{variant:{options:[\"mtLDffmkg\",\"BobtcockG\",\"XcfNXzrdQ\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Description\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Title\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link}});addFonts(FramerMQTQzJ2Hq,[{explicitInter:true,fonts:[]},...Card6Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMQTQzJ2Hq\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"description\\\",\\\"pZ18UUIqg\\\":\\\"title\\\",\\\"eQIuqGJo1\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"640\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BobtcockG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XcfNXzrdQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"110\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"DPGxHkAHc\",\"qh1x6nqoE\",\"Cy1mBQoAc\"];const serializationHash=\"framer-XMkBI\";const variantClassNames={Cy1mBQoAc:\"framer-v-kuuiss\",DPGxHkAHc:\"framer-v-1gnk3pa\",qh1x6nqoE:\"framer-v-iixtdi\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"qh1x6nqoE\",Open:\"Cy1mBQoAc\",Small:\"DPGxHkAHc\"};const getProps=({description,height,id,name1,pill,portrait,width,...props})=>{return{...props,PhJbssb4T:name1??props.PhJbssb4T??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"DPGxHkAHc\",vo6vYIarn:description??props.vo6vYIarn??\"Paxos Forum\",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},YJe8MSvwZ:pill??props.YJe8MSvwZ??\"Blog\"};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,YJe8MSvwZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DPGxHkAHc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Cy1mBQoAc\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gnk3pa\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"DPGxHkAHc\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.4)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(130, 131, 133, 0.5)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{Cy1mBQoAc:{\"--border-color\":\"rgba(130, 131, 133, 0.5)\"}},...addPropertyOverrides({Cy1mBQoAc:{\"data-framer-name\":\"Open\"},qh1x6nqoE:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-t6uau2\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"oG7nemnPE\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jcmbka\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"kWnyyCkrE\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dinq8q\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"jELe6_t0k\",style:{background:'radial-gradient(156.6% 50% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ti6v24\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"EmqS9OJAW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Even though we pride ourselves in creating an exceptional remote-first employee experience, we also know just how valuable it is to meet in person from time to time.  \"})}),className:\"framer-73b87n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wmFAjOupN\",style:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Paxos Forum 2024\"})}),className:\"framer-1lhfpu5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hSPvRdcdf\",style:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2exfml\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"tTJrX28AX\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-17i8qqg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sn1Cuj_tq\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YJe8MSvwZ,verticalAlignment:\"center\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XMkBI.framer-mdwgjt, .framer-XMkBI .framer-mdwgjt { display: block; }\",\".framer-XMkBI.framer-1gnk3pa { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-XMkBI .framer-t6uau2 { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-XMkBI .framer-jcmbka { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-XMkBI .framer-dinq8q { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-XMkBI .framer-1ti6v24 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XMkBI .framer-73b87n, .framer-XMkBI .framer-1lhfpu5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-XMkBI .framer-2exfml { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-XMkBI .framer-17i8qqg { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XMkBI.framer-1gnk3pa, .framer-XMkBI .framer-1ti6v24, .framer-XMkBI .framer-2exfml { gap: 0px; } .framer-XMkBI.framer-1gnk3pa > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XMkBI.framer-1gnk3pa > :first-child, .framer-XMkBI .framer-1ti6v24 > :first-child { margin-top: 0px; } .framer-XMkBI.framer-1gnk3pa > :last-child, .framer-XMkBI .framer-1ti6v24 > :last-child { margin-bottom: 0px; } .framer-XMkBI .framer-1ti6v24 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-XMkBI .framer-2exfml > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-XMkBI .framer-2exfml > :first-child { margin-left: 0px; } .framer-XMkBI .framer-2exfml > :last-child { margin-right: 0px; } }\",\".framer-XMkBI.framer-v-iixtdi.framer-1gnk3pa { width: 130px; }\",\".framer-XMkBI.framer-v-kuuiss.framer-1gnk3pa { justify-content: flex-end; padding: 42px 40px 42px 20px; width: 350px; }\",\".framer-XMkBI.framer-v-kuuiss .framer-t6uau2, .framer-XMkBI.framer-v-kuuiss .framer-1lhfpu5, .framer-XMkBI.framer-v-kuuiss .framer-17i8qqg { order: 0; }\",\".framer-XMkBI.framer-v-kuuiss .framer-jcmbka, .framer-XMkBI.framer-v-kuuiss .framer-73b87n { order: 1; }\",\".framer-XMkBI.framer-v-kuuiss .framer-1ti6v24 { order: 3; }\",\".framer-XMkBI.framer-v-kuuiss .framer-2exfml { order: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-XMkBI[data-border=\"true\"]::after, .framer-XMkBI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"qh1x6nqoE\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"Cy1mBQoAc\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"description\",\"PhJbssb4T\":\"name1\",\"YJe8MSvwZ\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerx_uUdQg6c=withCSS(Component,css,\"framer-XMkBI\");export default Framerx_uUdQg6c;Framerx_uUdQg6c.displayName=\"Card 3\";Framerx_uUdQg6c.defaultProps={height:640,width:90};addPropertyControls(Framerx_uUdQg6c,{variant:{options:[\"DPGxHkAHc\",\"qh1x6nqoE\",\"Cy1mBQoAc\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"Paxos Forum\",displayTextArea:false,title:\"description\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},YJe8MSvwZ:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(Framerx_uUdQg6c,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx_uUdQg6c\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"640\",\"framerIntrinsicWidth\":\"90\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"description\\\",\\\"PhJbssb4T\\\":\\\"name1\\\",\\\"YJe8MSvwZ\\\":\\\"pill\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"qh1x6nqoE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"Cy1mBQoAc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card3 from\"https://framerusercontent.com/modules/e5HaJmqZZZtrnb9ODTnK/TsNIG6AzDhNjyzseu1e1/x_uUdQg6c.js\";const Card3Fonts=getFonts(Card3);const cycleOrder=[\"wnMFh6HnH\",\"GdvEhYkad\",\"HcOApoXSm\"];const serializationHash=\"framer-ZLMdb\";const variantClassNames={GdvEhYkad:\"framer-v-10w8vaf\",HcOApoXSm:\"framer-v-1zjva4\",wnMFh6HnH:\"framer-v-eu9ecb\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"GdvEhYkad\",Open:\"HcOApoXSm\",Small:\"wnMFh6HnH\"};const getProps=({height,id,link,name1,newOpen,pill,portrait,role,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,N8vYS_fKJ:role??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:name1??props.pZ18UUIqg??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"wnMFh6HnH\",xrpaRnsHR:pill??props.xrpaRnsHR??\"Blog\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,xrpaRnsHR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wnMFh6HnH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterlfi23k=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"GdvEhYkad\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeave1x0v6mi=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"wnMFh6HnH\");});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(Link,{nodeId:\"wnMFh6HnH\",...addPropertyOverrides({HcOApoXSm:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-eu9ecb\",className,classNames)} framer-1s8li49`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"wnMFh6HnH\",onMouseEnter:onMouseEnterlfi23k,ref:ref??ref1,style:{...style},...addPropertyOverrides({GdvEhYkad:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1x0v6mi,onTap:onTappu0pf4},HcOApoXSm:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ycdwsc-container\",layoutDependency:layoutDependency,layoutId:\"QLp3cAQ2u-container\",children:/*#__PURE__*/_jsx(Card3,{height:\"100%\",id:\"QLp3cAQ2u\",layoutId:\"QLp3cAQ2u\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"DPGxHkAHc\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",YJe8MSvwZ:\"Blog\",...addPropertyOverrides({GdvEhYkad:{variant:\"qh1x6nqoE\"},HcOApoXSm:{variant:\"Cy1mBQoAc\",YJe8MSvwZ:xrpaRnsHR}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZLMdb.framer-1s8li49, .framer-ZLMdb .framer-1s8li49 { display: block; }\",\".framer-ZLMdb.framer-eu9ecb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-ZLMdb .framer-1ycdwsc-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZLMdb.framer-eu9ecb { gap: 0px; } .framer-ZLMdb.framer-eu9ecb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZLMdb.framer-eu9ecb > :first-child { margin-left: 0px; } .framer-ZLMdb.framer-eu9ecb > :last-child { margin-right: 0px; } }\",\".framer-ZLMdb.framer-v-10w8vaf.framer-eu9ecb { cursor: pointer; }\",\".framer-ZLMdb.framer-v-1zjva4.framer-eu9ecb { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"GdvEhYkad\":{\"layout\":[\"auto\",\"fixed\"]},\"HcOApoXSm\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"role\",\"pZ18UUIqg\":\"name1\",\"eQIuqGJo1\":\"link\",\"xrpaRnsHR\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwgC3MliQ4=withCSS(Component,css,\"framer-ZLMdb\");export default FramerwgC3MliQ4;FramerwgC3MliQ4.displayName=\"Card-Wrapped 2\";FramerwgC3MliQ4.defaultProps={height:640,width:110};addPropertyControls(FramerwgC3MliQ4,{variant:{options:[\"wnMFh6HnH\",\"GdvEhYkad\",\"HcOApoXSm\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link},xrpaRnsHR:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FramerwgC3MliQ4,[{explicitInter:true,fonts:[]},...Card3Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwgC3MliQ4\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"role\\\",\\\"pZ18UUIqg\\\":\\\"name1\\\",\\\"eQIuqGJo1\\\":\\\"link\\\",\\\"xrpaRnsHR\\\":\\\"pill\\\"}\",\"framerIntrinsicWidth\":\"110\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"GdvEhYkad\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HcOApoXSm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"640\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mUJ3XrLH7XYToTSPvndh/ceXLnjcFt5QAGACw1E6T/BnggWI1ko.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nXEoTho1fD7iLQkqlFwg/tyP8Pm0hwLPl65PXekXq/UB0PpDrxZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/h7fyGBU4o5JLggnouy1l/BXG13Hd0rDBBpkwVhe6k/yrdARBQJk.js\";const cycleOrder=[\"te8Iv6LIQ\",\"Ky1lK6yM0\",\"FEMBQgmZT\"];const serializationHash=\"framer-Eh1wZ\";const variantClassNames={FEMBQgmZT:\"framer-v-trmwz5\",Ky1lK6yM0:\"framer-v-z47n2a\",te8Iv6LIQ:\"framer-v-fto20j\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"Ky1lK6yM0\",Open:\"FEMBQgmZT\",Small:\"te8Iv6LIQ\"};const getProps=({height,id,name1,pill,portrait,role,width,...props})=>{return{...props,FFm1oSrrD:pill??props.FFm1oSrrD??\"Blog\",PhJbssb4T:name1??props.PhJbssb4T??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"te8Iv6LIQ\",vo6vYIarn:role??props.vo6vYIarn??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",vwaBlUwZR:portrait??props.vwaBlUwZR??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"}};};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,vwaBlUwZR,vo6vYIarn,PhJbssb4T,FFm1oSrrD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"te8Iv6LIQ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"FEMBQgmZT\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fto20j\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"te8Iv6LIQ\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(130, 131, 133, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({FEMBQgmZT:{\"data-framer-name\":\"Open\"},Ky1lK6yM0:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:590,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-640),pixelHeight:1280,pixelWidth:1180,sizes:\"611px\",...toResponsiveImage(vwaBlUwZR)},className:\"framer-fa6z63\",\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"d00CsdWID\"}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eh2q29\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"GikT1EJEG\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbj1sx\",\"data-framer-name\":\"Text-Gradient\",layoutDependency:layoutDependency,layoutId:\"rBy19zwMI\",style:{background:'radial-gradient(156.6% 50% at 12.8% 89.8%, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)) /* {\"name\":\"Base/600\"} */ 0%, rgba(255, 255, 255, 0) 100%)'}})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ir2btb\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"E9tHSBlf_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10bv3kq\",\"data-styles-preset\":\"UB0PpDrxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\"})}),className:\"framer-6e7ecd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pK3HRsJ_v\",style:{\"--extracted-r6o4lv\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:vo6vYIarn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255)))\"},children:\"Will Gaybrick\"})}),className:\"framer-1ncj3nv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TtdWwbyFa\",style:{\"--extracted-a0htzi\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:PhJbssb4T,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17m6z03\",\"data-framer-name\":\"Pill\",layoutDependency:layoutDependency,layoutId:\"dwsZhAW_L\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-egk4x2\",\"data-styles-preset\":\"yrdARBQJk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47)))\"},children:\"Blog\"})}),className:\"framer-1gfdf6q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HOwx8zafM\",style:{\"--extracted-gdpscs\":\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:FFm1oSrrD,verticalAlignment:\"center\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Eh1wZ.framer-1l9k99z, .framer-Eh1wZ .framer-1l9k99z { display: block; }\",\".framer-Eh1wZ.framer-fto20j { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: flex-start; max-width: 610px; overflow: hidden; padding: 42px; position: relative; width: 90px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Eh1wZ .framer-fa6z63 { bottom: 0px; flex: none; height: 640px; left: calc(50.00000000000002% - 611px / 2); overflow: visible; position: absolute; width: 611px; }\",\".framer-Eh1wZ .framer-1eh2q29 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-Eh1wZ .framer-nbj1sx { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-Eh1wZ .framer-ir2btb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Eh1wZ .framer-6e7ecd, .framer-Eh1wZ .framer-1ncj3nv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Eh1wZ .framer-17m6z03 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Eh1wZ .framer-1gfdf6q { flex: none; height: 14px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Eh1wZ.framer-fto20j, .framer-Eh1wZ .framer-ir2btb, .framer-Eh1wZ .framer-17m6z03 { gap: 0px; } .framer-Eh1wZ.framer-fto20j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Eh1wZ.framer-fto20j > :first-child, .framer-Eh1wZ .framer-ir2btb > :first-child { margin-top: 0px; } .framer-Eh1wZ.framer-fto20j > :last-child, .framer-Eh1wZ .framer-ir2btb > :last-child { margin-bottom: 0px; } .framer-Eh1wZ .framer-ir2btb > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Eh1wZ .framer-17m6z03 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Eh1wZ .framer-17m6z03 > :first-child { margin-left: 0px; } .framer-Eh1wZ .framer-17m6z03 > :last-child { margin-right: 0px; } }\",\".framer-Eh1wZ.framer-v-z47n2a.framer-fto20j { width: 130px; }\",\".framer-Eh1wZ.framer-v-trmwz5.framer-fto20j { justify-content: flex-end; padding: 42px 40px 42px 20px; width: 350px; }\",\".framer-Eh1wZ.framer-v-trmwz5 .framer-fa6z63, .framer-Eh1wZ.framer-v-trmwz5 .framer-1ncj3nv, .framer-Eh1wZ.framer-v-trmwz5 .framer-1gfdf6q { order: 0; }\",\".framer-Eh1wZ.framer-v-trmwz5 .framer-1eh2q29, .framer-Eh1wZ.framer-v-trmwz5 .framer-6e7ecd { order: 1; }\",\".framer-Eh1wZ.framer-v-trmwz5 .framer-ir2btb { order: 3; }\",\".framer-Eh1wZ.framer-v-trmwz5 .framer-17m6z03 { order: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-Eh1wZ[data-border=\"true\"]::after, .framer-Eh1wZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"Ky1lK6yM0\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]},\"FEMBQgmZT\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"610px\",null,null]}}}\n * @framerVariables {\"vwaBlUwZR\":\"portrait\",\"vo6vYIarn\":\"role\",\"PhJbssb4T\":\"name1\",\"FFm1oSrrD\":\"pill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruASHQqsOe=withCSS(Component,css,\"framer-Eh1wZ\");export default FrameruASHQqsOe;FrameruASHQqsOe.displayName=\"Card 5\";FrameruASHQqsOe.defaultProps={height:640,width:90};addPropertyControls(FrameruASHQqsOe,{variant:{options:[\"te8Iv6LIQ\",\"Ky1lK6yM0\",\"FEMBQgmZT\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},vwaBlUwZR:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},vo6vYIarn:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},PhJbssb4T:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},FFm1oSrrD:{defaultValue:\"Blog\",displayTextArea:false,title:\"Pill\",type:ControlType.String}});addFonts(FrameruASHQqsOe,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruASHQqsOe\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"Ky1lK6yM0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]},\\\"FEMBQgmZT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"610px\\\",null,null]}}}\",\"framerIntrinsicHeight\":\"640\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"vwaBlUwZR\\\":\\\"portrait\\\",\\\"vo6vYIarn\\\":\\\"role\\\",\\\"PhJbssb4T\\\":\\\"name1\\\",\\\"FFm1oSrrD\\\":\\\"pill\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Card5 from\"https://framerusercontent.com/modules/wAJAXguNf7peNrmHFHoz/IdRZ0ZPxSMjs5ppXey3o/uASHQqsOe.js\";const Card5Fonts=getFonts(Card5);const cycleOrder=[\"CMZzBGkhy\",\"iz6HQxWwX\",\"uAATvyuTV\"];const serializationHash=\"framer-R3D2r\";const variantClassNames={CMZzBGkhy:\"framer-v-h9x0bu\",iz6HQxWwX:\"framer-v-z1uw9l\",uAATvyuTV:\"framer-v-65mfa9\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Medium:\"iz6HQxWwX\",Open:\"uAATvyuTV\",Small:\"CMZzBGkhy\"};const getProps=({height,id,link,name1,newOpen,portrait,role,width,...props})=>{return{...props,BpqMX3cRk:portrait??props.BpqMX3cRk??{src:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png?scale-down-to=1024 944w,https://framerusercontent.com/images/MOjeMBfvtTEBPdcYZSWnOfyjkY.png 1180w\"},eQIuqGJo1:link??props.eQIuqGJo1,Kfe0qRoJD:newOpen??props.Kfe0qRoJD,N8vYS_fKJ:role??props.N8vYS_fKJ??\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:name1??props.pZ18UUIqg??\"Will Gaybrick\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CMZzBGkhy\"};};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,Kfe0qRoJD,BpqMX3cRk,N8vYS_fKJ,pZ18UUIqg,eQIuqGJo1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CMZzBGkhy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntervqf7q1=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"iz6HQxWwX\");});const onTappu0pf4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kfe0qRoJD){const res=await Kfe0qRoJD(...args);if(res===false)return false;}});const onMouseLeave16f9md6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"CMZzBGkhy\");});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(Link,{nodeId:\"CMZzBGkhy\",...addPropertyOverrides({uAATvyuTV:{href:eQIuqGJo1,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-h9x0bu\",className,classNames)} framer-rl225`,\"data-framer-name\":\"Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CMZzBGkhy\",onMouseEnter:onMouseEntervqf7q1,ref:ref??ref1,style:{...style},...addPropertyOverrides({iz6HQxWwX:{\"data-framer-name\":\"Medium\",onMouseEnter:undefined,onMouseLeave:onMouseLeave16f9md6,onTap:onTappu0pf4},uAATvyuTV:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"610px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1botfd7-container\",layoutDependency:layoutDependency,layoutId:\"C4kkG_m6Z-container\",children:/*#__PURE__*/_jsx(Card5,{FFm1oSrrD:\"Blog\",height:\"100%\",id:\"C4kkG_m6Z\",layoutId:\"C4kkG_m6Z\",PhJbssb4T:pZ18UUIqg,style:{height:\"100%\",maxWidth:\"100%\"},variant:\"te8Iv6LIQ\",vo6vYIarn:N8vYS_fKJ,vwaBlUwZR:toResponsiveImage(BpqMX3cRk),width:\"100%\",...addPropertyOverrides({iz6HQxWwX:{variant:\"Ky1lK6yM0\"},uAATvyuTV:{FFm1oSrrD:\"Video\",variant:\"FEMBQgmZT\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-R3D2r.framer-rl225, .framer-R3D2r .framer-rl225 { display: block; }\",\".framer-R3D2r.framer-h9x0bu { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-R3D2r .framer-1botfd7-container { flex: none; height: 640px; max-width: 610px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-R3D2r.framer-h9x0bu { gap: 0px; } .framer-R3D2r.framer-h9x0bu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-R3D2r.framer-h9x0bu > :first-child { margin-left: 0px; } .framer-R3D2r.framer-h9x0bu > :last-child { margin-right: 0px; } }\",\".framer-R3D2r.framer-v-z1uw9l.framer-h9x0bu { cursor: pointer; }\",\".framer-R3D2r.framer-v-65mfa9.framer-h9x0bu { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"iz6HQxWwX\":{\"layout\":[\"auto\",\"fixed\"]},\"uAATvyuTV\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kfe0qRoJD\":\"newOpen\",\"BpqMX3cRk\":\"portrait\",\"N8vYS_fKJ\":\"role\",\"pZ18UUIqg\":\"name1\",\"eQIuqGJo1\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZFFPTxQx2=withCSS(Component,css,\"framer-R3D2r\");export default FramerZFFPTxQx2;FramerZFFPTxQx2.displayName=\"Card-Wrapped 4\";FramerZFFPTxQx2.defaultProps={height:640,width:110};addPropertyControls(FramerZFFPTxQx2,{variant:{options:[\"CMZzBGkhy\",\"iz6HQxWwX\",\"uAATvyuTV\"],optionTitles:[\"Small\",\"Medium\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Kfe0qRoJD:{title:\"New Open\",type:ControlType.EventHandler},BpqMX3cRk:{__defaultAssetReference:\"data:framer/asset-reference,MOjeMBfvtTEBPdcYZSWnOfyjkY.png?originalFilename=image.png&preferredSize=auto\",title:\"Portrait\",type:ControlType.ResponsiveImage},N8vYS_fKJ:{defaultValue:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",displayTextArea:false,title:\"Role\",type:ControlType.String},pZ18UUIqg:{defaultValue:\"Will Gaybrick\",displayTextArea:false,title:\"Name\",type:ControlType.String},eQIuqGJo1:{title:\"Link\",type:ControlType.Link}});addFonts(FramerZFFPTxQx2,[{explicitInter:true,fonts:[]},...Card5Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZFFPTxQx2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Kfe0qRoJD\\\":\\\"newOpen\\\",\\\"BpqMX3cRk\\\":\\\"portrait\\\",\\\"N8vYS_fKJ\\\":\\\"role\\\",\\\"pZ18UUIqg\\\":\\\"name1\\\",\\\"eQIuqGJo1\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"640\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"iz6HQxWwX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"uAATvyuTV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"110\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,CycleVariantState,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CardWrapped7 from\"https://framerusercontent.com/modules/zMip7rs7XxK00rbnCUm1/b0HJGtu0qaDI6txrU8aX/ArMHDC25n.js\";import CardWrapped3 from\"https://framerusercontent.com/modules/f8oayp83e5M9B0OyjImB/AOSFqoZK2YWe8uH89xYq/iP2NKY7TV.js\";import CardWrapped from\"https://framerusercontent.com/modules/YZiZ2cz6hZfbBABhh3iT/Dh42cLL43VyrYaMBlPAT/kd8DIctBG.js\";import CardWrapped6 from\"https://framerusercontent.com/modules/KXXdvQGeny1g6WORoFuy/4Yybx4iMNOMrbHjCjqEi/MKm0oo4uP.js\";import CardWrapped5 from\"https://framerusercontent.com/modules/eBzpdtsOMoDPHEIRyxJg/EvGpvZ1wYmsRPvXjn5Lj/MQTQzJ2Hq.js\";import CardWrapped2 from\"https://framerusercontent.com/modules/BWf6OpRhkk0tgXnSj0EN/IejhxhTE1dyUnTCQNpHk/wgC3MliQ4.js\";import CardWrapped4 from\"https://framerusercontent.com/modules/UgVahmrKQ1Ld7Vrv4EOJ/KgpGrlG06lMZQka2SXBe/ZFFPTxQx2.js\";const CardWrappedFonts=getFonts(CardWrapped);const CardWrapped2Fonts=getFonts(CardWrapped2);const CardWrapped3Fonts=getFonts(CardWrapped3);const CardWrapped4Fonts=getFonts(CardWrapped4);const CardWrapped5Fonts=getFonts(CardWrapped5);const CardWrapped7Fonts=getFonts(CardWrapped7);const CardWrapped6Fonts=getFonts(CardWrapped6);const cycleOrder=[\"DIsGqoXCa\",\"tyqiDWdgM\",\"KtSApiShO\",\"GI1b1515V\",\"OR7vU80ld\",\"NZYE962GU\",\"XY4iB_UyW\"];const serializationHash=\"framer-g7WN3\";const variantClassNames={DIsGqoXCa:\"framer-v-1tozdt1\",GI1b1515V:\"framer-v-f5usku\",KtSApiShO:\"framer-v-aiajp9\",NZYE962GU:\"framer-v-1ud1l57\",OR7vU80ld:\"framer-v-1le62fk\",tyqiDWdgM:\"framer-v-1marabk\",XY4iB_UyW:\"framer-v-zxa01a\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 humanReadableVariantMap={\"1\":\"DIsGqoXCa\",\"2\":\"tyqiDWdgM\",\"3\":\"KtSApiShO\",\"4\":\"GI1b1515V\",\"5\":\"OR7vU80ld\",\"6\":\"NZYE962GU\",\"7\":\"XY4iB_UyW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DIsGqoXCa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DIsGqoXCa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1ky41kw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),6e3);});const Kfe0qRoJD1rada2x=activeVariantCallback(async(...args)=>{setVariant(\"DIsGqoXCa\");});const Kfe0qRoJD66pvor=activeVariantCallback(async(...args)=>{setVariant(\"tyqiDWdgM\");});const Kfe0qRoJD65yd64=activeVariantCallback(async(...args)=>{setVariant(\"KtSApiShO\");});const Kfe0qRoJD5kkwlq=activeVariantCallback(async(...args)=>{setVariant(\"GI1b1515V\");});const Kfe0qRoJD1kecpmc=activeVariantCallback(async(...args)=>{setVariant(\"OR7vU80ld\");});const Kfe0qRoJD1t8yuvs=activeVariantCallback(async(...args)=>{setVariant(\"NZYE962GU\");});const Kfe0qRoJD1va2zfx=activeVariantCallback(async(...args)=>{setVariant(\"XY4iB_UyW\");});useOnVariantChange(baseVariant,{default:onAppear1ky41kw});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tozdt1\",className,classNames),\"data-framer-name\":\"1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DIsGqoXCa\",ref:ref??ref1,style:{...style},...addPropertyOverrides({GI1b1515V:{\"data-framer-name\":\"4\"},KtSApiShO:{\"data-framer-name\":\"3\"},NZYE962GU:{\"data-framer-name\":\"6\"},OR7vU80ld:{\"data-framer-name\":\"5\"},tyqiDWdgM:{\"data-framer-name\":\"2\"},XY4iB_UyW:{\"data-framer-name\":\"7\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bnl8x-container\",layoutDependency:layoutDependency,layoutId:\"O6ZjS4VXu-container\",children:/*#__PURE__*/_jsx(CardWrapped,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png\",srcSet:\"https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png?scale-down-to=512 512w,https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png 3840w\"},\"\"),eQIuqGJo1:\"https://www.youtube.com/watch?v=XaOtGgsmISk\",height:\"100%\",id:\"O6ZjS4VXu\",Kfe0qRoJD:Kfe0qRoJD1rada2x,layoutId:\"O6ZjS4VXu\",N8vYS_fKJ:\"Even though we pride ourselves in creating an exceptional remote-first employee experience, we also know just how valuable it is to meet in person from time to time.  \",pZ18UUIqg:\"Paxos Forum 2024\",Soxug8pvi:\"Video\",style:{height:\"100%\"},variant:\"yssuJISd3\",width:\"100%\",...addPropertyOverrides({GI1b1515V:{variant:\"kbhWjaTvS\"},KtSApiShO:{variant:\"kbhWjaTvS\"},NZYE962GU:{variant:\"kbhWjaTvS\"},OR7vU80ld:{variant:\"kbhWjaTvS\"},tyqiDWdgM:{variant:\"kbhWjaTvS\"},XY4iB_UyW:{variant:\"kbhWjaTvS\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qk0x1w-container\",layoutDependency:layoutDependency,layoutId:\"JSMapCArb-container\",children:/*#__PURE__*/_jsx(CardWrapped2,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png\",srcSet:\"https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png 4800w\"},\"\"),height:\"100%\",id:\"JSMapCArb\",Kfe0qRoJD:Kfe0qRoJD66pvor,layoutId:\"JSMapCArb\",N8vYS_fKJ:\"PRESIDENT, PRODUCT AND BUSINESS, STRIPE\",pZ18UUIqg:\"Will Gaybrick\",style:{height:\"100%\"},variant:\"wnMFh6HnH\",width:\"100%\",xrpaRnsHR:\"Blog\",...addPropertyOverrides({tyqiDWdgM:{eQIuqGJo1:\"https://www.youtube.com/watch?v=bC77y0XB388&t=364s\",N8vYS_fKJ:\"Our panel of experts discuss how Paxos builds, scales and safeguards the world\u2019s leading regulated stablecoins, including PYUSD and USDP. \",pZ18UUIqg:\"How it\u2019s Made: Stablecoins at Scale\",variant:\"HcOApoXSm\",xrpaRnsHR:\"Video\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-40g0lg-container\",layoutDependency:layoutDependency,layoutId:\"S7BHXctFD-container\",children:/*#__PURE__*/_jsx(CardWrapped3,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png\",srcSet:\"https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png?scale-down-to=512 512w,https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png 3840w\"},\"\"),height:\"100%\",id:\"S7BHXctFD\",Kfe0qRoJD:Kfe0qRoJD65yd64,layoutId:\"S7BHXctFD\",LNJNsYfYh:\"Blog\",N8vYS_fKJ:\"HEAD OF GLOBAL SALES, STRIPE\",pZ18UUIqg:\"Eileen O'Mara\",style:{height:\"100%\"},variant:\"Z7m8awBTx\",width:\"100%\",...addPropertyOverrides({KtSApiShO:{eQIuqGJo1:\"https://www.youtube.com/watch?v=VB32I78k9Eo\",LNJNsYfYh:\"Video\",N8vYS_fKJ:\"From inspiring talks to an energizing hackathon, we did it all at Engineering Summit 2023. \",pZ18UUIqg:\"Paxos Engineering Summit\",variant:\"UNlaFaGSe\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wjwohb-container\",layoutDependency:layoutDependency,layoutId:\"rDZAHK27j-container\",children:/*#__PURE__*/_jsx(CardWrapped4,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png\",srcSet:\"https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png?scale-down-to=512 512w,https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png 1798w\"},\"\"),height:\"100%\",id:\"rDZAHK27j\",Kfe0qRoJD:Kfe0qRoJD5kkwlq,layoutId:\"rDZAHK27j\",N8vYS_fKJ:\"REVENUE AND FINANCIAL MANAGEMENT, STRIPE\",pZ18UUIqg:\"Vivek Sharma\",style:{height:\"100%\"},variant:\"CMZzBGkhy\",width:\"100%\",...addPropertyOverrides({GI1b1515V:{eQIuqGJo1:\"https://www.youtube.com/watch?v=Ajmln_pBAv4\",N8vYS_fKJ:\"Watch this insightful panel discussion, hosted by Paxos, about how to cultivate an environment that fosters engineering excellence.\",pZ18UUIqg:\"Pursuing Engineering Excellence\",variant:\"uAATvyuTV\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oygud5-container\",layoutDependency:layoutDependency,layoutId:\"ryZmRjfA6-container\",children:/*#__PURE__*/_jsx(CardWrapped5,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png\",srcSet:\"https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png?scale-down-to=512 512w,https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png 3600w\"},\"\"),height:\"100%\",id:\"ryZmRjfA6\",Kfe0qRoJD:Kfe0qRoJD1kecpmc,layoutId:\"ryZmRjfA6\",N8vYS_fKJ:\"HEAD OF PRODUCT MARKETING, STRIPE\",pZ18UUIqg:\"Tanya Khakbaz\",style:{height:\"100%\"},variant:\"mtLDffmkg\",width:\"100%\",...addPropertyOverrides({OR7vU80ld:{eQIuqGJo1:\"https://paxos.com/2023/12/20/blockchain-101-foundational-math/\",N8vYS_fKJ:\"In the first installment of our Blockchain 101 series, we explore the foundational math and underlying principles behind blockchain technology.\",pZ18UUIqg:\"Blockchain 101\u200A: \u200AFoundational Math\",variant:\"XcfNXzrdQ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-30pa4m-container\",layoutDependency:layoutDependency,layoutId:\"iKyXKgLTm-container\",children:/*#__PURE__*/_jsx(CardWrapped7,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/anCwarWOWGlDuiMhTbfDPFgr7t0.png\",srcSet:\"https://framerusercontent.com/images/anCwarWOWGlDuiMhTbfDPFgr7t0.png?scale-down-to=512 512w,https://framerusercontent.com/images/anCwarWOWGlDuiMhTbfDPFgr7t0.png 1000w\"},\"\"),height:\"100%\",id:\"iKyXKgLTm\",Kfe0qRoJD:Kfe0qRoJD1t8yuvs,layoutId:\"iKyXKgLTm\",N8vYS_fKJ:\"FOUNDER, PULLEY\",pZ18UUIqg:\"Yin Wu\",style:{height:\"100%\"},variant:\"WN04Ny1cu\",width:\"100%\",...addPropertyOverrides({NZYE962GU:{eQIuqGJo1:\"https://paxos.com/2024/02/16/how-bhau-kotecha-pivoted-from-growth-to-product-leader-at-paxos/\",N8vYS_fKJ:\"Learn how Bhau Kotecha took full advantage of our internal mobility program, pivoting from the Growth team to the Product team and leading tokenization product strategy.\",pZ18UUIqg:\"How Bhau Kotecha Pivoted at Paxos\",variant:\"Tly_LTSDR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wqakoy-container\",layoutDependency:layoutDependency,layoutId:\"d9qzdSJ89-container\",children:/*#__PURE__*/_jsx(CardWrapped6,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/sgmuVdmDlShYdRAgtRh2qk9puDA.png\",srcSet:\"https://framerusercontent.com/images/sgmuVdmDlShYdRAgtRh2qk9puDA.png?scale-down-to=512 512w,https://framerusercontent.com/images/sgmuVdmDlShYdRAgtRh2qk9puDA.png 1000w\"},\"\"),height:\"100%\",id:\"d9qzdSJ89\",Kfe0qRoJD:Kfe0qRoJD1va2zfx,layoutId:\"d9qzdSJ89\",N8vYS_fKJ:\"FOUNDER, PULLEY\",pZ18UUIqg:\"Yin Wu\",style:{height:\"100%\"},To0y1enNU:\"Blog\",variant:\"GShUrfGiQ\",width:\"100%\",...addPropertyOverrides({NZYE962GU:{N8vYS_fKJ:\"Leading the Core Services group, Engineering Director Josh Giles discusses his team's work and why it's integral to fulfilling Paxos' mission.\",pZ18UUIqg:\"Core Services Engineering at Paxos\",To0y1enNU:\"Video\"},XY4iB_UyW:{eQIuqGJo1:\"https://www.youtube.com/watch?v=ZzyN3LZ17WI\",N8vYS_fKJ:\"Leading the Core Services group, Engineering Director Josh Giles discusses his team's work and why it's integral to fulfilling Paxos' mission.\",pZ18UUIqg:\"Core Services Engineering at Paxos\",To0y1enNU:\"Video\",variant:\"kQx9mVy66\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-g7WN3.framer-38vxbr, .framer-g7WN3 .framer-38vxbr { display: block; }\",\".framer-g7WN3.framer-1tozdt1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 640px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-g7WN3 .framer-1bnl8x-container, .framer-g7WN3 .framer-qk0x1w-container, .framer-g7WN3 .framer-40g0lg-container, .framer-g7WN3 .framer-wjwohb-container, .framer-g7WN3 .framer-oygud5-container, .framer-g7WN3 .framer-30pa4m-container, .framer-g7WN3 .framer-1wqakoy-container { flex: none; height: 640px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-g7WN3.framer-1tozdt1 { gap: 0px; } .framer-g7WN3.framer-1tozdt1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-g7WN3.framer-1tozdt1 > :first-child { margin-left: 0px; } .framer-g7WN3.framer-1tozdt1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 1030\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"tyqiDWdgM\":{\"layout\":[\"auto\",\"fixed\"]},\"KtSApiShO\":{\"layout\":[\"auto\",\"fixed\"]},\"GI1b1515V\":{\"layout\":[\"auto\",\"fixed\"]},\"OR7vU80ld\":{\"layout\":[\"auto\",\"fixed\"]},\"NZYE962GU\":{\"layout\":[\"auto\",\"fixed\"]},\"XY4iB_UyW\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriTfDcL1gg=withCSS(Component,css,\"framer-g7WN3\");export default FrameriTfDcL1gg;FrameriTfDcL1gg.displayName=\"Cards-Wrap DT\";FrameriTfDcL1gg.defaultProps={height:640,width:1030};addPropertyControls(FrameriTfDcL1gg,{variant:{options:[\"DIsGqoXCa\",\"tyqiDWdgM\",\"KtSApiShO\",\"GI1b1515V\",\"OR7vU80ld\",\"NZYE962GU\",\"XY4iB_UyW\"],optionTitles:[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriTfDcL1gg,[{explicitInter:true,fonts:[]},...CardWrappedFonts,...CardWrapped2Fonts,...CardWrapped3Fonts,...CardWrapped4Fonts,...CardWrapped5Fonts,...CardWrapped7Fonts,...CardWrapped6Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriTfDcL1gg\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"640\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"tyqiDWdgM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"KtSApiShO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"GI1b1515V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OR7vU80ld\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"NZYE962GU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XY4iB_UyW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1030\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CardWrapped7 from\"https://framerusercontent.com/modules/zMip7rs7XxK00rbnCUm1/b0HJGtu0qaDI6txrU8aX/ArMHDC25n.js\";import CardWrapped3 from\"https://framerusercontent.com/modules/f8oayp83e5M9B0OyjImB/AOSFqoZK2YWe8uH89xYq/iP2NKY7TV.js\";import CardWrapped from\"https://framerusercontent.com/modules/YZiZ2cz6hZfbBABhh3iT/Dh42cLL43VyrYaMBlPAT/kd8DIctBG.js\";import CardWrapped6 from\"https://framerusercontent.com/modules/KXXdvQGeny1g6WORoFuy/4Yybx4iMNOMrbHjCjqEi/MKm0oo4uP.js\";import CardWrapped5 from\"https://framerusercontent.com/modules/eBzpdtsOMoDPHEIRyxJg/EvGpvZ1wYmsRPvXjn5Lj/MQTQzJ2Hq.js\";import CardWrapped2 from\"https://framerusercontent.com/modules/BWf6OpRhkk0tgXnSj0EN/IejhxhTE1dyUnTCQNpHk/wgC3MliQ4.js\";import CardWrapped4 from\"https://framerusercontent.com/modules/UgVahmrKQ1Ld7Vrv4EOJ/KgpGrlG06lMZQka2SXBe/ZFFPTxQx2.js\";const CardWrappedFonts=getFonts(CardWrapped);const CardWrapped2Fonts=getFonts(CardWrapped2);const CardWrapped3Fonts=getFonts(CardWrapped3);const CardWrapped4Fonts=getFonts(CardWrapped4);const CardWrapped5Fonts=getFonts(CardWrapped5);const CardWrapped7Fonts=getFonts(CardWrapped7);const CardWrapped6Fonts=getFonts(CardWrapped6);const serializationHash=\"framer-dWbGt\";const variantClassNames={dCqMePZFi:\"framer-v-v99m1j\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"dCqMePZFi\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Kfe0qRoJDrimo73=activeVariantCallback(async(...args)=>{setVariant(\"dCqMePZFi\");});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-v99m1j\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"dCqMePZFi\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kbe4hf-container\",layoutDependency:layoutDependency,layoutId:\"Nxkameyox-container\",children:/*#__PURE__*/_jsx(CardWrapped,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png\",srcSet:\"https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png?scale-down-to=512 512w,https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VdaeNn7Mk9ZtI9o2VFPER7nhM.png 3840w\"},\"\"),eQIuqGJo1:\"https://www.youtube.com/watch?v=XaOtGgsmISk\",height:\"100%\",id:\"Nxkameyox\",Kfe0qRoJD:Kfe0qRoJDrimo73,layoutId:\"Nxkameyox\",N8vYS_fKJ:\"Even though we pride ourselves in creating an exceptional remote-first employee experience, we also know just how valuable it is to meet in person from time to time.  \",pZ18UUIqg:\"Paxos Forum 2024\",Soxug8pvi:\"Video\",style:{height:\"100%\"},variant:\"yssuJISd3\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xyd27k-container\",layoutDependency:layoutDependency,layoutId:\"Cr9wBO_uE-container\",children:/*#__PURE__*/_jsx(CardWrapped2,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png\",srcSet:\"https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/12OI7W5wlV2Zc871JGu1SfFrM.png 4800w\"},\"\"),eQIuqGJo1:\"https://www.youtube.com/watch?v=bC77y0XB388&t=364s\",height:\"100%\",id:\"Cr9wBO_uE\",layoutId:\"Cr9wBO_uE\",N8vYS_fKJ:\"Our panel of experts discuss how Paxos builds, scales and safeguards the world\u2019s leading regulated stablecoins, including PYUSD and USDP. \",pZ18UUIqg:\"How it's Made: Stablecoins at Scale\",style:{height:\"100%\"},variant:\"HcOApoXSm\",width:\"100%\",xrpaRnsHR:\"Video\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgcj1q-container\",layoutDependency:layoutDependency,layoutId:\"Cb9H5O7yC-container\",children:/*#__PURE__*/_jsx(CardWrapped3,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png\",srcSet:\"https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png?scale-down-to=512 512w,https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FTYRTJXWWLb6mZjTkYXcsc5nc.png 3840w\"},\"\"),eQIuqGJo1:\"https://www.youtube.com/watch?v=VB32I78k9Eo\",height:\"100%\",id:\"Cb9H5O7yC\",layoutId:\"Cb9H5O7yC\",LNJNsYfYh:\"Video\",N8vYS_fKJ:\"From inspiring talks to an energizing hackathon, we did it all at Engineering Summit 2023. \",pZ18UUIqg:\"Paxos Engineering Summit\",style:{height:\"100%\"},variant:\"UNlaFaGSe\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y7v3vw-container\",layoutDependency:layoutDependency,layoutId:\"xOrGykgCm-container\",children:/*#__PURE__*/_jsx(CardWrapped4,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png\",srcSet:\"https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png?scale-down-to=512 512w,https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KEE2Rz4MUcHhGwSVzYksGrNj3l8.png 1798w\"},\"\"),eQIuqGJo1:\"https://www.youtube.com/watch?v=Ajmln_pBAv4\",height:\"100%\",id:\"xOrGykgCm\",layoutId:\"xOrGykgCm\",N8vYS_fKJ:\"Watch this insightful panel discussion, hosted by Paxos, about how to cultivate an environment that fosters engineering excellence.\",pZ18UUIqg:\"Pursuing Engineering Excellence\",style:{height:\"100%\"},variant:\"uAATvyuTV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19dr3gv-container\",layoutDependency:layoutDependency,layoutId:\"C1HGtpjoz-container\",children:/*#__PURE__*/_jsx(CardWrapped5,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png\",srcSet:\"https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png?scale-down-to=512 512w,https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/J03tfgvBgd2joFbvL0J8O0cFHWU.png 3600w\"},\"\"),eQIuqGJo1:\"https://paxos.com/2023/12/20/blockchain-101-foundational-math/\",height:\"100%\",id:\"C1HGtpjoz\",layoutId:\"C1HGtpjoz\",N8vYS_fKJ:\"In the first installment of our Blockchain 101 series, we explore the foundational math and underlying principles behind blockchain technology.\",pZ18UUIqg:\"Blockchain 101\u200A: \u200AFoundational Math\",style:{height:\"100%\"},variant:\"XcfNXzrdQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18r7taq-container\",layoutDependency:layoutDependency,layoutId:\"DzH0mFkLO-container\",children:/*#__PURE__*/_jsx(CardWrapped7,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/anCwarWOWGlDuiMhTbfDPFgr7t0.png\",srcSet:\"https://framerusercontent.com/images/anCwarWOWGlDuiMhTbfDPFgr7t0.png?scale-down-to=512 512w,https://framerusercontent.com/images/anCwarWOWGlDuiMhTbfDPFgr7t0.png 1000w\"},\"\"),eQIuqGJo1:\"https://paxos.com/2024/02/16/how-bhau-kotecha-pivoted-from-growth-to-product-leader-at-paxos/\",height:\"100%\",id:\"DzH0mFkLO\",layoutId:\"DzH0mFkLO\",N8vYS_fKJ:\"Learn how Bhau Kotecha took full advantage of our internal mobility program, pivoting from the Growth team to the Product team and leading tokenization product strategy.\",pZ18UUIqg:\"How Bhau Kotecha Pivoted at Paxos\",style:{height:\"100%\"},variant:\"Tly_LTSDR\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+(0+((componentViewport?.height||640)-0-640)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x50yh3-container\",layoutDependency:layoutDependency,layoutId:\"I9l7DTAGK-container\",children:/*#__PURE__*/_jsx(CardWrapped6,{BpqMX3cRk:addImageAlt({src:\"https://framerusercontent.com/images/sgmuVdmDlShYdRAgtRh2qk9puDA.png\",srcSet:\"https://framerusercontent.com/images/sgmuVdmDlShYdRAgtRh2qk9puDA.png?scale-down-to=512 512w,https://framerusercontent.com/images/sgmuVdmDlShYdRAgtRh2qk9puDA.png 1000w\"},\"\"),eQIuqGJo1:\"https://www.youtube.com/watch?v=ZzyN3LZ17WI&\",height:\"100%\",id:\"I9l7DTAGK\",layoutId:\"I9l7DTAGK\",N8vYS_fKJ:\"Leading the Core Services group, Engineering Director Josh Giles discusses his team's work and why it's integral to fulfilling Paxos' mission.\",pZ18UUIqg:\"Core Services Engineering at Paxos\",style:{height:\"100%\"},To0y1enNU:\"Video\",variant:\"kQx9mVy66\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dWbGt.framer-520dsj, .framer-dWbGt .framer-520dsj { display: block; }\",\".framer-dWbGt.framer-v99m1j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 640px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 390px; }\",\".framer-dWbGt .framer-1kbe4hf-container, .framer-dWbGt .framer-1xyd27k-container, .framer-dWbGt .framer-zgcj1q-container, .framer-dWbGt .framer-y7v3vw-container, .framer-dWbGt .framer-19dr3gv-container, .framer-dWbGt .framer-18r7taq-container, .framer-dWbGt .framer-x50yh3-container { flex: none; height: 640px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dWbGt.framer-v99m1j { gap: 0px; } .framer-dWbGt.framer-v99m1j > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-dWbGt.framer-v99m1j > :first-child { margin-left: 0px; } .framer-dWbGt.framer-v99m1j > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerpf67J7Cb2=withCSS(Component,css,\"framer-dWbGt\");export default Framerpf67J7Cb2;Framerpf67J7Cb2.displayName=\"Cards-Wrap Mobile\";Framerpf67J7Cb2.defaultProps={height:640,width:390};addFonts(Framerpf67J7Cb2,[{explicitInter:true,fonts:[]},...CardWrappedFonts,...CardWrapped2Fonts,...CardWrapped3Fonts,...CardWrapped4Fonts,...CardWrapped5Fonts,...CardWrapped7Fonts,...CardWrapped6Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpf67J7Cb2\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"640\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"390\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import UnicornStudioEmbed from\"https://framerusercontent.com/modules/vbaJXlyVEeIvuEevvudG/J8HpitZNu6FDMkO5HDhL/UnicornStudioEmbed.js\";import ButtonVideo from\"#framer/local/canvasComponent/eNAcIw7mC/eNAcIw7mC.js\";import RunningStroke from\"#framer/local/canvasComponent/F0hKdNTuW/F0hKdNTuW.js\";import CardsWrapDT from\"#framer/local/canvasComponent/iTfDcL1gg/iTfDcL1gg.js\";import Footer from\"#framer/local/canvasComponent/kMLj3mRfD/kMLj3mRfD.js\";import CardsWrapMobile from\"#framer/local/canvasComponent/pf67J7Cb2/pf67J7Cb2.js\";import PaxosNavigation from\"#framer/local/canvasComponent/sACl7JAkL/sACl7JAkL.js\";import ButtonSmall from\"#framer/local/canvasComponent/T6CJtPmcg/T6CJtPmcg.js\";import*as sharedStyle1 from\"#framer/local/css/BnggWI1ko/BnggWI1ko.js\";import*as sharedStyle3 from\"#framer/local/css/EDcMejUJ6/EDcMejUJ6.js\";import*as sharedStyle5 from\"#framer/local/css/Er7BcwmPf/Er7BcwmPf.js\";import*as sharedStyle4 from\"#framer/local/css/mRBzPqWZC/mRBzPqWZC.js\";import*as sharedStyle from\"#framer/local/css/wQqLgwRuj/wQqLgwRuj.js\";import*as sharedStyle2 from\"#framer/local/css/y7wkwzI9p/y7wkwzI9p.js\";import metadataProvider from\"#framer/local/webPageMetadata/fQiwoYuJo/fQiwoYuJo.js\";const PaxosNavigationFonts=getFonts(PaxosNavigation);const MotionDivWithFX=withFX(motion.div);const ButtonSmallFonts=getFonts(ButtonSmall);const VideoFonts=getFonts(Video);const CardsWrapMobileFonts=getFonts(CardsWrapMobile);const CardsWrapDTFonts=getFonts(CardsWrapDT);const MaterialFonts=getFonts(Material);const Video1Fonts=getFonts(Video1);const EmbedFonts=getFonts(Embed);const PhosphorFonts=getFonts(Phosphor);const ButtonVideoFonts=getFonts(ButtonVideo);const UnicornStudioEmbedFonts=getFonts(UnicornStudioEmbed);const RunningStrokeFonts=getFonts(RunningStroke);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FooterFonts=getFonts(Footer);const breakpoints={nFBuwgFqm:\"(min-width: 1440px)\",WlcNpKRlE:\"(min-width: 810px) and (max-width: 1199px)\",wtSL5wAKm:\"(min-width: 1200px) and (max-width: 1439px)\",y4t3P8_r1:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-kiCkG\";const variantClassNames={nFBuwgFqm:\"framer-v-1e7lkrj\",WlcNpKRlE:\"framer-v-6ft5ua\",wtSL5wAKm:\"framer-v-jaslzl\",y4t3P8_r1:\"framer-v-1cova4s\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-20};const transition2={damping:80,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-20};const transition3={delay:0,duration:1.5,ease:[.74,.71,1,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-4,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition4={bounce:.2,delay:.8,duration:.8,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"wtSL5wAKm\",Desktop:\"nFBuwgFqm\",Phone:\"y4t3P8_r1\",Tablet:\"WlcNpKRlE\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nFBuwgFqm\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"WlcNpKRlE\",\"y4t3P8_r1\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"WlcNpKRlE\",\"y4t3P8_r1\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"L0oTV0FAZ\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nFBuwgFqm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-82b9232c-2390-488f-bca3-476202eb04df, rgb(0, 10, 18)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1e7lkrj\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-j0gas2\",\"data-framer-name\":\"Nav\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dcnksg-container\",nodeId:\"srkZVvvS7\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{variant:\"zdSyjVCKh\"},y4t3P8_r1:{variant:\"T8td_Tspa\"}},children:/*#__PURE__*/_jsx(PaxosNavigation,{height:\"100%\",id:\"srkZVvvS7\",layoutId:\"srkZVvvS7\",style:{width:\"100%\"},variant:\"mVWImxKvs\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pptq1v\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g17qoo\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2figp0\",\"data-framer-name\":\"Hero Text\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lc1ghz\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-900s7j\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"33px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Reinvent finance with us\"})}),fonts:[\"GF;Geist-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-mq66rv\",\"data-styles-preset\":\"wQqLgwRuj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Reinvent finance with us\"})}),className:\"framer-16bejvv\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Join us to make the financial system more open, secure and trustworthy\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Join us to make the financial system more open, secure and trustworthy\"})}),className:\"framer-zogm5d\",\"data-framer-name\":\"Building trust in digital assets with regulated blockchain infrastructure & regulated, fully-backed USD stablecoins.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aENIi_LyM\"},motionChild:true,nodeId:\"UYMFAEJ9t\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-mx8umw framer-8k4rbw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{y:(componentViewport?.y||0)+0+0+291+0+0+0+113+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+0+411+0+0+0+145+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1phh85e-container\",nodeId:\"RVyPIZQf2\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(ButtonSmall,{AIEFFF1WX:\"View Jobs\",efEqC5r4K:\"rgb(0, 0, 0)\",GtYbYJXM0:\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\",height:\"100%\",id:\"RVyPIZQf2\",layoutId:\"RVyPIZQf2\",O16IJk7j8:\"4px 14px 4px 14px\",variant:\"ySSGd5jZe\",width:\"100%\",XNwam1trB:\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18c2p9m\",\"data-framer-name\":\"Video\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qbgszu-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bTmndbneq\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"bTmndbneq\",isMixedBorderRadius:false,layoutId:\"bTmndbneq\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/94znIcS7Utm7J6OFxX3JXl4ZE7k.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mcwh4l\",\"data-framer-name\":\"latest\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pmjn3u\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uco7h1\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vpup5l\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c9hico\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1coytbt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15o0f2z\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Latest at Paxos\"})}),className:\"framer-1vpei0k\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fnhlq2\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{height:640,width:\"390px\",y:(componentViewport?.y||0)+0+1e3+100+35.5+0+0+0+0+0+134+0},y4t3P8_r1:{height:640,width:\"390px\",y:(componentViewport?.y||0)+0+1e3+100+31+0+0+0+0+0+134+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kqqr7f-container hidden-1e7lkrj hidden-jaslzl\",nodeId:\"pI2cD5Jix\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(CardsWrapMobile,{height:\"100%\",id:\"pI2cD5Jix\",layoutId:\"pI2cD5Jix\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,y:(componentViewport?.y||0)+0+1e3+100+66.5+0+0+0+0+0+134+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-141r86o-container hidden-6ft5ua hidden-1cova4s\",nodeId:\"VA6488ZpO\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(CardsWrapDT,{height:\"100%\",id:\"VA6488ZpO\",layoutId:\"VA6488ZpO\",style:{height:\"100%\"},variant:\"DIsGqoXCa\",width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xdt6xg hidden-1e7lkrj hidden-jaslzl\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gdm99g\",children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-owzq21-container hidden-1e7lkrj\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FHJzpY7mq\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"arrowforward\",iconSelection:\"ArrowForward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"FHJzpY7mq\",layoutId:\"FHJzpY7mq\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ks5opo\",\"data-framer-name\":\"our vision\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tubi7c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-10sai7t\",\"data-styles-preset\":\"EDcMejUJ6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\"},children:\"OUR VISION\"})}),className:\"framer-1bhwwjn\",\"data-framer-name\":\"Commitment to regulation and transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-line-height\":\"137%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Open the world\u2019s\",/*#__PURE__*/_jsx(\"br\",{}),\"financial system\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-line-height\":\"137%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"to everyone\"})]})},y4t3P8_r1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-line-height\":\"147%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"28px\"},children:\"Open the world\u2019s\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"28px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"28px\"},children:\"financial system\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-line-height\":\"147%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"to everyone\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-line-height\":\"167%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Open the world\u2019s\",/*#__PURE__*/_jsx(\"br\",{}),\"financial system\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-line-height\":\"167%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"to everyone\"})]}),className:\"framer-1394zrd\",\"data-framer-name\":\"Open the world\u2019s\\u2028financial system to everyone\",fonts:[\"GF;Geist-700\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+-218.5),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"517px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},wtSL5wAKm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+-158.5),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"519px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+-250.5),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"517px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+-48.5),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"614px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"},className:\"framer-n6tx46\",\"data-framer-name\":\"Mask group\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+576),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"504px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+450),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"504px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+529),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"504px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"},className:\"framer-1j5fa4g\",\"data-framer-name\":\"Mask group\",draggable:\"true\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+1e3-266.5),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+1e3-231.5),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"186px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+1e3-68.5),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"},className:\"framer-1q9jfup\",\"data-framer-name\":\"Mask group\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+115),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+-48),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"},className:\"framer-4hv3er\",\"data-framer-name\":\"Mask group\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+1613),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+1376),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2107+1473),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"},className:\"framer-vwe03g\",\"data-framer-name\":\"Mask group\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1djyksm\",\"data-framer-name\":\"Unbanked\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fur66z\",\"data-framer-name\":\"Commitment to Regulation and transparency\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x17686\",\"data-framer-name\":\"Gateway Hero\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xc9qqt-container\",\"data-framer-name\":\"animated vid\",isModuleExternal:true,name:\"animated vid\",nodeId:\"zSoc6FKRv\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"zSoc6FKRv\",isMixedBorderRadius:false,layoutId:\"zSoc6FKRv\",loop:true,muted:true,name:\"animated vid\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/EBLupo2TxH9kN56CxOsCq3DKdHY.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/foNRlZLREA626WGEFker7oNkJHc.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s5nvt3\",\"data-framer-name\":\"Hero Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p7c60w\",\"data-framer-name\":\"Frame 1265\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dy5t6i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9gdhm7\",\"data-styles-preset\":\"mRBzPqWZC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\"},children:\"25% of the world\u2019s population is unbanked or underbanked\"})})},y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9gdhm7\",\"data-styles-preset\":\"mRBzPqWZC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\"},children:\"25% of the world\u2019s population is unbanked or underbanked\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9gdhm7\",\"data-styles-preset\":\"mRBzPqWZC\",style:{\"--framer-text-color\":\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\"},children:\"25% of the world\u2019s population is unbanked or underbanked\"})}),className:\"framer-emuqjh\",\"data-framer-name\":\"Commitment to regulation and transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-5915eb\",\"data-styles-preset\":\"Er7BcwmPf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"We\u2019re leveling the playing field by opening access to trusted digital assets and fair financial products for millions of people worldwide.\"})})},y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-5915eb\",\"data-styles-preset\":\"Er7BcwmPf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"We\u2019re leveling the playing field by opening access to trusted digital assets and fair financial products for millions of people worldwide.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-5915eb\",\"data-styles-preset\":\"Er7BcwmPf\",style:{\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"We\u2019re leveling the playing field by opening access to trusted digital assets and fair financial products for millions of people worldwide.\"})}),className:\"framer-lqznee\",\"data-framer-name\":\"Commitment to regulation and transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wry3dn\",\"data-framer-name\":\"Unbanked\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3319+-48.2541),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"331px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},wtSL5wAKm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3479+167.7331),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"331px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3413+127.4297),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"331px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3479+193.043),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"331px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"},className:\"framer-1ughof8\",\"data-framer-name\":\"Mask group\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1411poe\",\"data-framer-name\":\"Hero Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3a7pry\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Building the future of finance\"})}),className:\"framer-1y46h8d\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9gdhm7\",\"data-styles-preset\":\"mRBzPqWZC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"We\u2019re on a mission to enable the instant movement of any asset, to anyone, in a trustworthy way. See where you can be a part of the future.\"})}),className:\"framer-z88h6x\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m1nuh9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1evplvl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"iFuVPULUC\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'\\n<style> \\n\\n.Horizontal1 {\\n  stroke-dasharray: 80;\\n  stroke-dashoffset: 1000;\\n  animation: dash 10s ease-in-out infinite alternate;\\n}\\n\\n\\n.Horizontal2 {\\n  stroke-dasharray: 200;\\n  stroke-dashoffset: 0;\\n  animation: dash 40s linear infinite alternate;\\n}\\n\\n@keyframes dash {\\n\\n  to {\\n    stroke-dashoffset: 5000;\\n  }\\n}\\n\\n\\n</style>\\n\\n\\n  <svg width=\"100%\" height=\"820\" viewBox=\"0 0 1211 820\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n    <path class=\"Horizontal2\" d=\"M362.602 759H282V744.243H350.558C352.661 744.243 354.367 742.538 354.367 740.435C354.367 738.331 352.661 736.626 350.558 736.626H282V719.965H347.367C351.233 719.965 354.367 716.831 354.367 712.965V477.997C354.367 474.131 357.501 470.997 361.367 470.997H362.602C366.468 470.997 369.602 474.131 369.602 477.997V716.394C369.602 718.366 371.2 719.965 373.172 719.965C375.144 719.965 376.743 718.366 376.743 716.394V468C376.743 464.134 379.877 461 383.743 461H384.502C388.368 461 391.502 464.134 391.502 468V624.898C391.502 628.764 394.636 631.898 398.502 631.898H513.859L515.287 647.607H395.31C393.207 647.607 391.502 649.312 391.502 651.415C391.502 653.519 393.207 655.224 395.31 655.224H517.191L521 669.981H398.502C394.636 669.981 391.502 673.115 391.502 676.981V729.626C391.502 733.492 388.368 736.626 384.502 736.626H376.602C372.736 736.626 369.602 739.76 369.602 743.626V752C369.602 755.866 366.468 759 362.602 759Z\" fill=\"url(#paint0_linear_4054_2126)\" fill-opacity=\"0.5\" stroke=\"white\"/>\\n    <path class=\"Horizontal2\" d=\"M814.418 775H923V760.233H826.45C824.345 760.233 822.639 758.527 822.639 756.423C822.639 754.318 824.345 752.612 826.45 752.612H923V737.369H859.129C855.263 737.369 852.129 734.235 852.129 730.369V674.823C852.129 670.957 855.263 667.823 859.129 667.823H883.181C887.047 667.823 890.181 664.689 890.181 660.823V483.232C890.181 479.686 887.306 476.811 883.759 476.811C880.213 476.811 877.338 479.686 877.338 483.232V647.486C877.338 651.352 874.204 654.486 870.338 654.486H852.609C850.768 654.486 849.275 652.993 849.275 651.151C849.275 649.31 850.768 647.817 852.609 647.817H863.679C867.545 647.817 870.679 644.683 870.679 640.817V483.811C870.679 479.945 867.545 476.811 863.679 476.811H863.41C859.544 476.811 856.41 479.945 856.41 483.811V627.479C856.41 631.345 853.276 634.479 849.41 634.479H843.908C840.042 634.479 836.908 637.613 836.908 641.479V730.369C836.908 734.235 833.774 737.369 829.908 737.369H808.235C804.369 737.369 801.235 734.235 801.235 730.369V483.811C801.235 479.945 798.101 476.811 794.235 476.811H793.49C789.624 476.811 786.49 479.945 786.49 483.811V640.817C786.49 644.683 783.356 647.817 779.49 647.817H700.874H634.625C630.759 647.817 627.625 644.683 627.625 640.817V488.098C627.625 484.232 624.491 481.098 620.625 481.098H619.88C616.014 481.098 612.88 484.232 612.88 488.098V644.012C612.88 646.113 611.176 647.817 609.074 647.817C606.973 647.817 605.269 646.113 605.269 644.012V480C605.269 476.134 602.135 473 598.269 473H598C594.134 473 591 476.134 591 480V640.817C591 644.683 594.134 647.817 598 647.817H609.074H634.625H700.874L698.02 663.536H782.679C784.784 663.536 786.49 665.242 786.49 667.347C786.49 669.452 784.784 671.158 782.679 671.158H695.166L692.788 678.779L689.458 685.924H779.49C783.356 685.924 786.49 689.058 786.49 692.924V745.612C786.49 749.478 789.624 752.612 793.49 752.612H800.418C804.284 752.612 807.418 755.746 807.418 759.612V768C807.418 771.866 810.552 775 814.418 775Z\" fill=\"url(#paint1_linear_4054_2126)\" fill-opacity=\"0.5\"/>\\n    <path class=\"Horizontal2\" d=\"M923 775H814.418C810.552 775 807.418 771.866 807.418 768V759.612C807.418 755.746 804.284 752.612 800.418 752.612H793.49C789.624 752.612 786.49 749.478 786.49 745.612V692.924C786.49 689.058 783.356 685.924 779.49 685.924H689.458L692.788 678.779L695.166 671.158H782.679C784.784 671.158 786.49 669.452 786.49 667.347V667.347C786.49 665.242 784.784 663.536 782.679 663.536H698.02L700.874 647.817H598C594.134 647.817 591 644.683 591 640.817V480C591 476.134 594.134 473 598 473H598.269C602.135 473 605.269 476.134 605.269 480V644.012C605.269 646.113 606.973 647.817 609.074 647.817V647.817C611.176 647.817 612.88 646.113 612.88 644.012V488.098C612.88 484.232 616.014 481.098 619.88 481.098H620.625C624.491 481.098 627.625 484.232 627.625 488.098V640.817C627.625 644.683 630.759 647.817 634.625 647.817H779.49C783.356 647.817 786.49 644.683 786.49 640.817V483.811C786.49 479.945 789.624 476.811 793.49 476.811H794.235C798.101 476.811 801.235 479.945 801.235 483.811V730.369C801.235 734.235 804.369 737.369 808.235 737.369H829.908C833.774 737.369 836.908 734.235 836.908 730.369V641.479C836.908 637.613 840.042 634.479 843.908 634.479H849.41C853.276 634.479 856.41 631.345 856.41 627.479V483.811C856.41 479.945 859.544 476.811 863.41 476.811H863.679C867.545 476.811 870.679 479.945 870.679 483.811V640.817C870.679 644.683 867.545 647.817 863.679 647.817H852.609C850.768 647.817 849.275 649.31 849.275 651.151V651.151C849.275 652.993 850.768 654.486 852.609 654.486H870.338C874.204 654.486 877.338 651.352 877.338 647.486V483.232C877.338 479.686 880.213 476.811 883.759 476.811V476.811C887.306 476.811 890.181 479.686 890.181 483.232V660.823C890.181 664.689 887.047 667.823 883.181 667.823H859.129C855.263 667.823 852.129 670.957 852.129 674.823V730.369C852.129 734.235 855.263 737.369 859.129 737.369H923V752.612H826.45C824.345 752.612 822.639 754.318 822.639 756.423V756.423C822.639 758.527 824.345 760.233 826.45 760.233H923V775Z\" stroke=\"white\"/>\\n    <circle cx=\"552\" cy=\"192\" r=\"192\" fill=\"url(#paint2_linear_4054_2126)\"/>\\n    <rect x=\"873\" y=\"227\" width=\"208\" height=\"240\" fill=\"url(#paint3_linear_4054_2126)\"/>\\n    <rect x=\"938.684\" y=\"227\" width=\"142.316\" height=\"240\" fill=\"url(#paint4_linear_4054_2126)\"/>\\n    <rect x=\"802\" y=\"168\" width=\"208\" height=\"299\" fill=\"url(#paint5_linear_4054_2126)\"/>\\n    <rect x=\"867.684\" y=\"168\" width=\"142.316\" height=\"299\" fill=\"url(#paint6_linear_4054_2126)\"/>\\n    <g opacity=\"0.6\">\\n    <path d=\"M560 48L625.5 48V254V460H560V48Z\" fill=\"url(#paint7_linear_4054_2126)\"/>\\n    <path d=\"M625 48L788 145.07V460H625V48Z\" fill=\"url(#paint8_linear_4054_2126)\"/>\\n    </g>\\n    <rect x=\"544\" y=\"259\" width=\"268\" height=\"208\" fill=\"url(#paint9_linear_4054_2126)\"/>\\n    <rect x=\"628.633\" y=\"259\" width=\"183.368\" height=\"208\" fill=\"url(#paint10_linear_4054_2126)\"/>\\n    <rect x=\"112\" y=\"327\" width=\"203\" height=\"140\" fill=\"url(#paint11_linear_4054_2126)\"/>\\n    <rect x=\"176.105\" y=\"327\" width=\"138.895\" height=\"140\" fill=\"url(#paint12_linear_4054_2126)\"/>\\n    <g opacity=\"0.7\">\\n    <path d=\"M418 179L509 179V323V467H418V179Z\" fill=\"url(#paint13_linear_4054_2126)\"/>\\n    <path d=\"M508.625 179L613.002 246.855V467H508.625V179Z\" fill=\"url(#paint14_linear_4054_2126)\"/>\\n    </g>\\n    <rect x=\"922.219\" y=\"632.889\" width=\"248.674\" height=\"185.388\" rx=\"10.75\" fill=\"url(#paint15_linear_4054_2126)\" stroke=\"white\" stroke-width=\"1.5\"/>\\n    <path d=\"M1114 756.067V709.592\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M970.493 736.077L972.88 719.223C973.021 718.235 972.948 717.229 972.664 716.272C972.38 715.314 971.893 714.428 971.235 713.673C970.577 712.918 969.764 712.312 968.85 711.894C967.936 711.477 966.942 711.258 965.935 711.253H963.414C962.407 711.258 961.414 711.477 960.5 711.895C959.586 712.312 958.772 712.919 958.115 713.674C957.457 714.429 956.97 715.315 956.687 716.272C956.403 717.229 956.33 718.235 956.471 719.223L958.855 736.077M977.139 755.434H952.381M981.477 740.134V747.84H948.043V740.134C948.043 739.065 948.471 738.041 949.234 737.285C949.996 736.529 951.03 736.105 952.109 736.105H977.411C978.49 736.105 979.524 736.529 980.286 737.285C981.049 738.041 981.477 739.065 981.477 740.134V740.134Z\" stroke=\"white\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1114 709.594C1114 709.401 1114.08 709.216 1114.22 709.079C1114.35 708.942 1114.54 708.865 1114.73 708.865H1136.76M1114 756.07C1114 756.263 1114.08 756.448 1114.22 756.585C1114.35 756.722 1114.54 756.798 1114.73 756.799H1147.41C1147.61 756.798 1147.79 756.722 1147.93 756.585C1148.07 756.448 1148.14 756.263 1148.14 756.07V720.543M1140.86 720.245H1148.14L1136.76 708.865V716.15C1136.76 717.236 1137.2 718.278 1137.96 719.046C1138.73 719.814 1139.77 720.245 1140.86 720.245Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1091.84 762.401H1002.97V773.036H1091.84V762.401Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1091.84 708.47H1002.97V719.104H1091.84V708.47Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1009.81 720.245V761.548\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1047.4 729.137V749.797M1028.41 729.137V746.177V729.137ZM1066.39 729.137V751.663V729.137Z\" stroke=\"white\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1085.02 720.245V751.781\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1047.41 676.087V667.073\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M1080.54 703.027C1078.93 695.408 1074.75 688.573 1068.71 683.668C1062.66 678.763 1055.11 676.086 1047.33 676.086C1039.54 676.086 1031.99 678.763 1025.94 683.668C1019.9 688.573 1015.72 695.408 1014.12 703.027\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n    <path d=\"M291.184 580.994H66.8438C60.9067 580.994 56.0938 585.807 56.0938 591.744V794.217C56.0938 800.154 60.9067 804.967 66.8437 804.967H291.184C297.121 804.967 301.934 800.154 301.934 794.217V591.744C301.934 585.807 297.121 580.994 291.184 580.994Z\" fill=\"url(#paint16_linear_4054_2126)\" stroke=\"white\" stroke-width=\"1.5\"/>\\n    <path opacity=\"0.7\" d=\"M56.8438 591.744C56.8438 586.221 61.3209 581.744 66.8437 581.744H291.184C296.706 581.744 301.184 586.221 301.184 591.744V617.872H56.8438V591.744Z\" stroke=\"white\" stroke-width=\"1.5\"/>\\n    <circle cx=\"75.0931\" cy=\"598.091\" r=\"6.83919\" fill=\"white\"/>\\n    <circle cx=\"94.2415\" cy=\"598.091\" r=\"6.83919\" stroke=\"white\" stroke-width=\"1.5\"/>\\n    <circle cx=\"113.39\" cy=\"598.091\" r=\"6.83919\" stroke=\"white\" stroke-width=\"1.5\"/>\\n    <path d=\"M266.443 593.221H252.765C248.99 593.221 245.926 596.285 245.926 600.06C245.926 603.835 248.99 606.899 252.765 606.899H266.443C270.219 606.899 273.283 603.835 273.283 600.06C273.283 596.285 270.219 593.221 266.443 593.221ZM266.443 604.163C264.173 604.163 262.34 602.33 262.34 600.06C262.34 597.789 264.173 595.956 266.443 595.956C268.714 595.956 270.547 597.789 270.547 600.06C270.547 602.33 268.714 604.163 266.443 604.163Z\" fill=\"white\"/>\\n    <path d=\"M71.022 669V663.932C71.022 663.605 71.0127 663.274 70.994 662.938C70.9847 662.602 70.9567 662.271 70.91 661.944H72.254L72.38 663.372L72.24 663.428C72.4173 662.905 72.7113 662.499 73.122 662.21C73.5327 661.921 74.0227 661.776 74.592 661.776C75.264 661.776 75.7867 661.944 76.16 662.28C76.5427 662.607 76.79 663.115 76.902 663.806L76.566 663.568C76.7247 663.017 77.028 662.583 77.476 662.266C77.9333 661.939 78.47 661.776 79.086 661.776C79.87 661.776 80.458 662.014 80.85 662.49C81.242 662.957 81.438 663.666 81.438 664.618V669H80.024V664.674C80.024 664.067 79.9167 663.624 79.702 663.344C79.4967 663.064 79.1607 662.924 78.694 662.924C78.1527 662.924 77.7233 663.111 77.406 663.484C77.098 663.857 76.944 664.366 76.944 665.01V669H75.53V664.674C75.53 664.067 75.4227 663.624 75.208 663.344C74.9933 663.064 74.6573 662.924 74.2 662.924C73.6493 662.924 73.2153 663.111 72.898 663.484C72.59 663.857 72.436 664.366 72.436 665.01V669H71.022ZM86.1797 669.098C85.5544 669.098 85.0037 668.953 84.5277 668.664C84.0611 668.365 83.6971 667.945 83.4357 667.404C83.1837 666.853 83.0577 666.209 83.0577 665.472C83.0577 664.735 83.1884 664.091 83.4497 663.54C83.7111 662.98 84.0751 662.546 84.5417 662.238C85.0177 661.93 85.5637 661.776 86.1797 661.776C86.8051 661.776 87.3371 661.93 87.7757 662.238C88.2237 662.537 88.5271 662.966 88.6857 663.526L88.5177 663.638V661.944H89.9177V669H88.5177V667.278L88.6857 667.348C88.5271 667.908 88.2237 668.342 87.7757 668.65C87.3371 668.949 86.8051 669.098 86.1797 669.098ZM86.5157 667.978C87.1504 667.978 87.6404 667.759 87.9857 667.32C88.3404 666.881 88.5177 666.256 88.5177 665.444C88.5177 664.632 88.3404 664.007 87.9857 663.568C87.6404 663.129 87.1504 662.91 86.5157 662.91C85.8717 662.91 85.3677 663.139 85.0037 663.596C84.6491 664.044 84.4717 664.669 84.4717 665.472C84.4717 666.275 84.6491 666.895 85.0037 667.334C85.3677 667.763 85.8717 667.978 86.5157 667.978ZM91.981 669V663.932C91.981 663.605 91.9717 663.274 91.953 662.938C91.9437 662.602 91.9157 662.271 91.869 661.944H93.213L93.381 663.722L93.213 663.652C93.3343 663.036 93.6097 662.569 94.039 662.252C94.4777 661.935 94.9677 661.776 95.509 661.776C95.6397 661.776 95.761 661.785 95.873 661.804C95.985 661.823 96.0877 661.846 96.181 661.874L96.153 663.162C95.901 663.069 95.6257 663.022 95.327 663.022C94.8697 663.022 94.501 663.12 94.221 663.316C93.941 663.503 93.731 663.755 93.591 664.072C93.4603 664.38 93.395 664.711 93.395 665.066V669H91.981ZM102.033 669L98.3927 665.402L101.795 661.958H103.545L99.7507 665.766L99.8067 664.968L103.839 669H102.033ZM97.2447 669V658.696H98.6587V669H97.2447ZM110.494 668.188C110.177 668.468 109.776 668.692 109.29 668.86C108.805 669.019 108.31 669.098 107.806 669.098C107.06 669.098 106.416 668.953 105.874 668.664C105.333 668.375 104.918 667.955 104.628 667.404C104.339 666.853 104.194 666.2 104.194 665.444C104.194 664.716 104.334 664.077 104.614 663.526C104.904 662.975 105.3 662.546 105.804 662.238C106.308 661.93 106.892 661.776 107.554 661.776C108.189 661.776 108.735 661.916 109.192 662.196C109.65 662.476 110 662.877 110.242 663.4C110.494 663.913 110.62 664.534 110.62 665.262V665.5H105.426L105.44 664.66H109.794L109.388 665.164C109.398 664.408 109.248 663.829 108.94 663.428C108.632 663.027 108.18 662.826 107.582 662.826C106.957 662.826 106.467 663.05 106.112 663.498C105.758 663.937 105.58 664.553 105.58 665.346C105.58 666.233 105.772 666.895 106.154 667.334C106.537 667.763 107.097 667.978 107.834 667.978C108.236 667.978 108.623 667.913 108.996 667.782C109.37 667.651 109.724 667.451 110.06 667.18L110.494 668.188ZM111.223 663.036V661.944H115.955V663.036H111.223ZM115.941 667.796V668.944C115.773 669 115.605 669.037 115.437 669.056C115.269 669.084 115.087 669.098 114.891 669.098C114.172 669.098 113.607 668.897 113.197 668.496C112.795 668.085 112.595 667.483 112.595 666.69V660.18L114.009 659.69V666.578C114.009 666.923 114.06 667.194 114.163 667.39C114.265 667.577 114.405 667.712 114.583 667.796C114.769 667.871 114.975 667.908 115.199 667.908C115.329 667.908 115.451 667.899 115.563 667.88C115.675 667.861 115.801 667.833 115.941 667.796ZM119.725 669.098C118.493 669.098 117.517 668.799 116.799 668.202L117.233 667.18C117.606 667.469 117.998 667.684 118.409 667.824C118.829 667.955 119.281 668.02 119.767 668.02C120.252 668.02 120.621 667.941 120.873 667.782C121.125 667.614 121.251 667.381 121.251 667.082C121.251 666.83 121.162 666.634 120.985 666.494C120.817 666.345 120.527 666.219 120.117 666.116L118.927 665.836C118.311 665.705 117.839 665.477 117.513 665.15C117.195 664.814 117.037 664.399 117.037 663.904C117.037 663.484 117.153 663.115 117.387 662.798C117.62 662.481 117.947 662.233 118.367 662.056C118.787 661.869 119.277 661.776 119.837 661.776C120.341 661.776 120.817 661.855 121.265 662.014C121.713 662.163 122.1 662.387 122.427 662.686L121.993 663.68C121.647 663.409 121.293 663.209 120.929 663.078C120.574 662.938 120.21 662.868 119.837 662.868C119.379 662.868 119.025 662.957 118.773 663.134C118.521 663.302 118.395 663.54 118.395 663.848C118.395 664.1 118.469 664.301 118.619 664.45C118.777 664.59 119.039 664.702 119.403 664.786L120.593 665.08C121.274 665.229 121.773 665.467 122.091 665.794C122.408 666.121 122.567 666.541 122.567 667.054C122.567 667.679 122.31 668.179 121.797 668.552C121.293 668.916 120.602 669.098 119.725 669.098ZM123.969 667.32H125.649V669H123.969V667.32ZM108.346 689V683.932C108.346 683.605 108.337 683.274 108.318 682.938C108.309 682.602 108.281 682.271 108.234 681.944H109.578L109.704 683.372L109.564 683.428C109.742 682.905 110.036 682.499 110.446 682.21C110.857 681.921 111.347 681.776 111.916 681.776C112.588 681.776 113.111 681.944 113.484 682.28C113.867 682.607 114.114 683.115 114.226 683.806L113.89 683.568C114.049 683.017 114.352 682.583 114.8 682.266C115.258 681.939 115.794 681.776 116.41 681.776C117.194 681.776 117.782 682.014 118.174 682.49C118.566 682.957 118.762 683.666 118.762 684.618V689H117.348V684.674C117.348 684.067 117.241 683.624 117.026 683.344C116.821 683.064 116.485 682.924 116.018 682.924C115.477 682.924 115.048 683.111 114.73 683.484C114.422 683.857 114.268 684.366 114.268 685.01V689H112.854V684.674C112.854 684.067 112.747 683.624 112.532 683.344C112.318 683.064 111.982 682.924 111.524 682.924C110.974 682.924 110.54 683.111 110.222 683.484C109.914 683.857 109.76 684.366 109.76 685.01V689H108.346ZM123.504 689.098C122.879 689.098 122.328 688.953 121.852 688.664C121.385 688.365 121.021 687.945 120.76 687.404C120.508 686.853 120.382 686.209 120.382 685.472C120.382 684.735 120.513 684.091 120.774 683.54C121.035 682.98 121.399 682.546 121.866 682.238C122.342 681.93 122.888 681.776 123.504 681.776C124.129 681.776 124.661 681.93 125.1 682.238C125.548 682.537 125.851 682.966 126.01 683.526L125.842 683.638V681.944H127.242V689H125.842V687.278L126.01 687.348C125.851 687.908 125.548 688.342 125.1 688.65C124.661 688.949 124.129 689.098 123.504 689.098ZM123.84 687.978C124.475 687.978 124.965 687.759 125.31 687.32C125.665 686.881 125.842 686.256 125.842 685.444C125.842 684.632 125.665 684.007 125.31 683.568C124.965 683.129 124.475 682.91 123.84 682.91C123.196 682.91 122.692 683.139 122.328 683.596C121.973 684.044 121.796 684.669 121.796 685.472C121.796 686.275 121.973 686.895 122.328 687.334C122.692 687.763 123.196 687.978 123.84 687.978ZM129.305 689V683.932C129.305 683.605 129.296 683.274 129.277 682.938C129.268 682.602 129.24 682.271 129.193 681.944H130.537L130.705 683.722L130.537 683.652C130.659 683.036 130.934 682.569 131.363 682.252C131.802 681.935 132.292 681.776 132.833 681.776C132.964 681.776 133.085 681.785 133.197 681.804C133.309 681.823 133.412 681.846 133.505 681.874L133.477 683.162C133.225 683.069 132.95 683.022 132.651 683.022C132.194 683.022 131.825 683.12 131.545 683.316C131.265 683.503 131.055 683.755 130.915 684.072C130.785 684.38 130.719 684.711 130.719 685.066V689H129.305ZM139.357 689L135.717 685.402L139.119 681.958H140.869L137.075 685.766L137.131 684.968L141.163 689H139.357ZM134.569 689V678.696H135.983V689H134.569ZM147.819 688.188C147.501 688.468 147.1 688.692 146.615 688.86C146.129 689.019 145.635 689.098 145.131 689.098C144.384 689.098 143.74 688.953 143.199 688.664C142.657 688.375 142.242 687.955 141.953 687.404C141.663 686.853 141.519 686.2 141.519 685.444C141.519 684.716 141.659 684.077 141.939 683.526C142.228 682.975 142.625 682.546 143.129 682.238C143.633 681.93 144.216 681.776 144.879 681.776C145.513 681.776 146.059 681.916 146.517 682.196C146.974 682.476 147.324 682.877 147.567 683.4C147.819 683.913 147.945 684.534 147.945 685.262V685.5H142.751L142.765 684.66H147.119L146.713 685.164C146.722 684.408 146.573 683.829 146.265 683.428C145.957 683.027 145.504 682.826 144.907 682.826C144.281 682.826 143.791 683.05 143.437 683.498C143.082 683.937 142.905 684.553 142.905 685.346C142.905 686.233 143.096 686.895 143.479 687.334C143.861 687.763 144.421 687.978 145.159 687.978C145.56 687.978 145.947 687.913 146.321 687.782C146.694 687.651 147.049 687.451 147.385 687.18L147.819 688.188ZM148.547 683.036V681.944H153.279V683.036H148.547ZM153.265 687.796V688.944C153.097 689 152.929 689.037 152.761 689.056C152.593 689.084 152.411 689.098 152.215 689.098C151.496 689.098 150.932 688.897 150.521 688.496C150.12 688.085 149.919 687.483 149.919 686.69V680.18L151.333 679.69V686.578C151.333 686.923 151.384 687.194 151.487 687.39C151.59 687.577 151.73 687.712 151.907 687.796C152.094 687.871 152.299 687.908 152.523 687.908C152.654 687.908 152.775 687.899 152.887 687.88C152.999 687.861 153.125 687.833 153.265 687.796ZM154.416 687.32H156.096V689H154.416V687.32ZM154.416 682.098H156.096V683.778H154.416V682.098ZM108.346 709V698.696H109.76V703.694L109.606 703.526C109.765 702.975 110.064 702.546 110.502 702.238C110.95 701.93 111.482 701.776 112.098 701.776C112.724 701.776 113.27 701.925 113.736 702.224C114.203 702.523 114.567 702.943 114.828 703.484C115.099 704.025 115.234 704.665 115.234 705.402C115.234 706.149 115.099 706.802 114.828 707.362C114.567 707.913 114.198 708.342 113.722 708.65C113.256 708.949 112.714 709.098 112.098 709.098C111.482 709.098 110.95 708.949 110.502 708.65C110.064 708.342 109.765 707.908 109.606 707.348L109.76 707.152V709H108.346ZM111.776 707.978C112.411 707.978 112.906 707.754 113.26 707.306C113.615 706.858 113.792 706.223 113.792 705.402C113.792 704.609 113.615 703.997 113.26 703.568C112.906 703.129 112.411 702.91 111.776 702.91C111.123 702.91 110.624 703.134 110.278 703.582C109.933 704.021 109.76 704.637 109.76 705.43C109.76 706.251 109.933 706.881 110.278 707.32C110.624 707.759 111.123 707.978 111.776 707.978ZM119.607 709.098C118.982 709.098 118.431 708.953 117.955 708.664C117.489 708.365 117.125 707.945 116.863 707.404C116.611 706.853 116.485 706.209 116.485 705.472C116.485 704.735 116.616 704.091 116.877 703.54C117.139 702.98 117.503 702.546 117.969 702.238C118.445 701.93 118.991 701.776 119.607 701.776C120.233 701.776 120.765 701.93 121.203 702.238C121.651 702.537 121.955 702.966 122.113 703.526L121.945 703.638V701.944H123.345V709H121.945V707.278L122.113 707.348C121.955 707.908 121.651 708.342 121.203 708.65C120.765 708.949 120.233 709.098 119.607 709.098ZM119.943 707.978C120.578 707.978 121.068 707.759 121.413 707.32C121.768 706.881 121.945 706.256 121.945 705.444C121.945 704.632 121.768 704.007 121.413 703.568C121.068 703.129 120.578 702.91 119.943 702.91C119.299 702.91 118.795 703.139 118.431 703.596C118.077 704.044 117.899 704.669 117.899 705.472C117.899 706.275 118.077 706.895 118.431 707.334C118.795 707.763 119.299 707.978 119.943 707.978ZM127.887 709.098C126.655 709.098 125.679 708.799 124.961 708.202L125.395 707.18C125.768 707.469 126.16 707.684 126.571 707.824C126.991 707.955 127.443 708.02 127.929 708.02C128.414 708.02 128.783 707.941 129.035 707.782C129.287 707.614 129.413 707.381 129.413 707.082C129.413 706.83 129.324 706.634 129.147 706.494C128.979 706.345 128.689 706.219 128.279 706.116L127.089 705.836C126.473 705.705 126.001 705.477 125.675 705.15C125.357 704.814 125.199 704.399 125.199 703.904C125.199 703.484 125.315 703.115 125.549 702.798C125.782 702.481 126.109 702.233 126.529 702.056C126.949 701.869 127.439 701.776 127.999 701.776C128.503 701.776 128.979 701.855 129.427 702.014C129.875 702.163 130.262 702.387 130.589 702.686L130.155 703.68C129.809 703.409 129.455 703.209 129.091 703.078C128.736 702.938 128.372 702.868 127.999 702.868C127.541 702.868 127.187 702.957 126.935 703.134C126.683 703.302 126.557 703.54 126.557 703.848C126.557 704.1 126.631 704.301 126.781 704.45C126.939 704.59 127.201 704.702 127.565 704.786L128.755 705.08C129.436 705.229 129.935 705.467 130.253 705.794C130.57 706.121 130.729 706.541 130.729 707.054C130.729 707.679 130.472 708.179 129.959 708.552C129.455 708.916 128.764 709.098 127.887 709.098ZM138.289 708.188C137.972 708.468 137.571 708.692 137.085 708.86C136.6 709.019 136.105 709.098 135.601 709.098C134.855 709.098 134.211 708.953 133.669 708.664C133.128 708.375 132.713 707.955 132.423 707.404C132.134 706.853 131.989 706.2 131.989 705.444C131.989 704.716 132.129 704.077 132.409 703.526C132.699 702.975 133.095 702.546 133.599 702.238C134.103 701.93 134.687 701.776 135.349 701.776C135.984 701.776 136.53 701.916 136.987 702.196C137.445 702.476 137.795 702.877 138.037 703.4C138.289 703.913 138.415 704.534 138.415 705.262V705.5H133.221L133.235 704.66H137.589L137.183 705.164C137.193 704.408 137.043 703.829 136.735 703.428C136.427 703.027 135.975 702.826 135.377 702.826C134.752 702.826 134.262 703.05 133.907 703.498C133.553 703.937 133.375 704.553 133.375 705.346C133.375 706.233 133.567 706.895 133.949 707.334C134.332 707.763 134.892 707.978 135.629 707.978C136.031 707.978 136.418 707.913 136.791 707.782C137.165 707.651 137.519 707.451 137.855 707.18L138.289 708.188ZM139.142 709.882V709H145.932V709.882H139.142ZM149.617 709.098C148.992 709.098 148.441 708.953 147.965 708.664C147.499 708.365 147.135 707.945 146.873 707.404C146.621 706.853 146.495 706.209 146.495 705.472C146.495 704.735 146.626 704.091 146.887 703.54C147.149 702.98 147.513 702.546 147.979 702.238C148.455 701.93 149.001 701.776 149.617 701.776C150.243 701.776 150.775 701.93 151.213 702.238C151.661 702.537 151.965 702.966 152.123 703.526L151.955 703.638V701.944H153.355V709H151.955V707.278L152.123 707.348C151.965 707.908 151.661 708.342 151.213 708.65C150.775 708.949 150.243 709.098 149.617 709.098ZM149.953 707.978C150.588 707.978 151.078 707.759 151.423 707.32C151.778 706.881 151.955 706.256 151.955 705.444C151.955 704.632 151.778 704.007 151.423 703.568C151.078 703.129 150.588 702.91 149.953 702.91C149.309 702.91 148.805 703.139 148.441 703.596C148.087 704.044 147.909 704.669 147.909 705.472C147.909 706.275 148.087 706.895 148.441 707.334C148.805 707.763 149.309 707.978 149.953 707.978ZM157.896 709.098C156.664 709.098 155.689 708.799 154.97 708.202L155.404 707.18C155.778 707.469 156.17 707.684 156.58 707.824C157 707.955 157.453 708.02 157.938 708.02C158.424 708.02 158.792 707.941 159.044 707.782C159.296 707.614 159.422 707.381 159.422 707.082C159.422 706.83 159.334 706.634 159.156 706.494C158.988 706.345 158.699 706.219 158.288 706.116L157.098 705.836C156.482 705.705 156.011 705.477 155.684 705.15C155.367 704.814 155.208 704.399 155.208 703.904C155.208 703.484 155.325 703.115 155.558 702.798C155.792 702.481 156.118 702.233 156.538 702.056C156.958 701.869 157.448 701.776 158.008 701.776C158.512 701.776 158.988 701.855 159.436 702.014C159.884 702.163 160.272 702.387 160.598 702.686L160.164 703.68C159.819 703.409 159.464 703.209 159.1 703.078C158.746 702.938 158.382 702.868 158.008 702.868C157.551 702.868 157.196 702.957 156.944 703.134C156.692 703.302 156.566 703.54 156.566 703.848C156.566 704.1 156.641 704.301 156.79 704.45C156.949 704.59 157.21 704.702 157.574 704.786L158.764 705.08C159.446 705.229 159.945 705.467 160.262 705.794C160.58 706.121 160.738 706.541 160.738 707.054C160.738 707.679 160.482 708.179 159.968 708.552C159.464 708.916 158.774 709.098 157.896 709.098ZM164.869 709.098C163.637 709.098 162.662 708.799 161.943 708.202L162.377 707.18C162.75 707.469 163.142 707.684 163.553 707.824C163.973 707.955 164.426 708.02 164.911 708.02C165.396 708.02 165.765 707.941 166.017 707.782C166.269 707.614 166.395 707.381 166.395 707.082C166.395 706.83 166.306 706.634 166.129 706.494C165.961 706.345 165.672 706.219 165.261 706.116L164.071 705.836C163.455 705.705 162.984 705.477 162.657 705.15C162.34 704.814 162.181 704.399 162.181 703.904C162.181 703.484 162.298 703.115 162.531 702.798C162.764 702.481 163.091 702.233 163.511 702.056C163.931 701.869 164.421 701.776 164.981 701.776C165.485 701.776 165.961 701.855 166.409 702.014C166.857 702.163 167.244 702.387 167.571 702.686L167.137 703.68C166.792 703.409 166.437 703.209 166.073 703.078C165.718 702.938 165.354 702.868 164.981 702.868C164.524 702.868 164.169 702.957 163.917 703.134C163.665 703.302 163.539 703.54 163.539 703.848C163.539 704.1 163.614 704.301 163.763 704.45C163.922 704.59 164.183 704.702 164.547 704.786L165.737 705.08C166.418 705.229 166.918 705.467 167.235 705.794C167.552 706.121 167.711 706.541 167.711 707.054C167.711 707.679 167.454 708.179 166.941 708.552C166.437 708.916 165.746 709.098 164.869 709.098ZM175.272 708.188C174.954 708.468 174.553 708.692 174.068 708.86C173.582 709.019 173.088 709.098 172.584 709.098C171.837 709.098 171.193 708.953 170.652 708.664C170.11 708.375 169.695 707.955 169.406 707.404C169.116 706.853 168.972 706.2 168.972 705.444C168.972 704.716 169.112 704.077 169.392 703.526C169.681 702.975 170.078 702.546 170.582 702.238C171.086 701.93 171.669 701.776 172.332 701.776C172.966 701.776 173.512 701.916 173.97 702.196C174.427 702.476 174.777 702.877 175.02 703.4C175.272 703.913 175.398 704.534 175.398 705.262V705.5H170.204L170.218 704.66H174.572L174.166 705.164C174.175 704.408 174.026 703.829 173.718 703.428C173.41 703.027 172.957 702.826 172.36 702.826C171.734 702.826 171.244 703.05 170.89 703.498C170.535 703.937 170.358 704.553 170.358 705.346C170.358 706.233 170.549 706.895 170.932 707.334C171.314 707.763 171.874 707.978 172.612 707.978C173.013 707.978 173.4 707.913 173.774 707.782C174.147 707.651 174.502 707.451 174.838 707.18L175.272 708.188ZM176 703.036V701.944H180.732V703.036H176ZM180.718 707.796V708.944C180.55 709 180.382 709.037 180.214 709.056C180.046 709.084 179.864 709.098 179.668 709.098C178.949 709.098 178.385 708.897 177.974 708.496C177.573 708.085 177.372 707.483 177.372 706.69V700.18L178.786 699.69V706.578C178.786 706.923 178.837 707.194 178.94 707.39C179.043 707.577 179.183 707.712 179.36 707.796C179.547 707.871 179.752 707.908 179.976 707.908C180.107 707.908 180.228 707.899 180.34 707.88C180.452 707.861 180.578 707.833 180.718 707.796ZM181.869 707.32H183.549V709H181.869V707.32ZM181.869 702.098H183.549V703.778H181.869V702.098ZM232.756 707.32H234.436V709H232.756V707.32ZM236.441 709V699.032H242.909V700.194H237.869V703.344H242.629V704.52H237.869V707.838H242.909V709H236.441ZM247.011 709V700.236H243.637V699.032H251.841V700.236H248.467V709H247.011ZM260.19 709V699.032H261.618V709H260.19ZM253.176 709V699.032H254.604V709H253.176ZM253.764 704.534V703.344H261.016V704.534H253.764ZM114.814 732.024H113.4V727.18L113.582 727.348C113.424 727.908 113.12 728.342 112.672 728.65C112.234 728.949 111.702 729.098 111.076 729.098C110.451 729.098 109.9 728.953 109.424 728.664C108.958 728.365 108.594 727.945 108.332 727.404C108.08 726.853 107.954 726.209 107.954 725.472C107.954 724.735 108.085 724.091 108.346 723.54C108.608 722.98 108.972 722.546 109.438 722.238C109.914 721.93 110.46 721.776 111.076 721.776C111.702 721.776 112.234 721.93 112.672 722.238C113.12 722.537 113.424 722.966 113.582 723.526L113.442 723.372L113.61 721.944H114.926C114.889 722.271 114.861 722.602 114.842 722.938C114.824 723.274 114.814 723.605 114.814 723.932V732.024ZM111.412 727.978C112.047 727.978 112.537 727.759 112.882 727.32C113.237 726.881 113.414 726.256 113.414 725.444C113.414 724.632 113.237 724.007 112.882 723.568C112.537 723.129 112.047 722.91 111.412 722.91C110.768 722.91 110.264 723.139 109.9 723.596C109.546 724.044 109.368 724.669 109.368 725.472C109.368 726.275 109.546 726.895 109.9 727.334C110.264 727.763 110.768 727.978 111.412 727.978ZM119.397 729.098C118.548 729.098 117.909 728.865 117.479 728.398C117.05 727.922 116.835 727.213 116.835 726.27V721.944H118.249V726.256C118.249 726.835 118.366 727.264 118.599 727.544C118.842 727.815 119.211 727.95 119.705 727.95C120.275 727.95 120.732 727.763 121.077 727.39C121.432 727.017 121.609 726.522 121.609 725.906V721.944H123.023V729H121.651V727.502L121.819 727.446C121.623 727.987 121.311 728.398 120.881 728.678C120.452 728.958 119.957 729.098 119.397 729.098ZM128.119 729.098C127.419 729.098 126.808 728.949 126.285 728.65C125.772 728.351 125.375 727.931 125.095 727.39C124.815 726.839 124.675 726.186 124.675 725.43C124.675 724.693 124.815 724.049 125.095 723.498C125.375 722.947 125.772 722.523 126.285 722.224C126.808 721.925 127.419 721.776 128.119 721.776C128.81 721.776 129.412 721.925 129.925 722.224C130.448 722.523 130.849 722.947 131.129 723.498C131.418 724.049 131.563 724.693 131.563 725.43C131.563 726.186 131.418 726.839 131.129 727.39C130.849 727.931 130.448 728.351 129.925 728.65C129.412 728.949 128.81 729.098 128.119 729.098ZM128.119 727.978C128.754 727.978 129.244 727.763 129.589 727.334C129.944 726.905 130.121 726.27 130.121 725.43C130.121 724.618 129.944 723.997 129.589 723.568C129.244 723.129 128.754 722.91 128.119 722.91C127.484 722.91 126.985 723.129 126.621 723.568C126.266 723.997 126.089 724.618 126.089 725.43C126.089 726.27 126.262 726.905 126.607 727.334C126.962 727.763 127.466 727.978 128.119 727.978ZM132.236 723.036V721.944H136.968V723.036H132.236ZM136.954 727.796V728.944C136.786 729 136.618 729.037 136.45 729.056C136.282 729.084 136.1 729.098 135.904 729.098C135.186 729.098 134.621 728.897 134.21 728.496C133.809 728.085 133.608 727.483 133.608 726.69V720.18L135.022 719.69V726.578C135.022 726.923 135.074 727.194 135.176 727.39C135.279 727.577 135.419 727.712 135.596 727.796C135.783 727.871 135.988 727.908 136.212 727.908C136.343 727.908 136.464 727.899 136.576 727.88C136.688 727.861 136.814 727.833 136.954 727.796ZM144.168 728.188C143.851 728.468 143.45 728.692 142.964 728.86C142.479 729.019 141.984 729.098 141.48 729.098C140.734 729.098 140.09 728.953 139.548 728.664C139.007 728.375 138.592 727.955 138.302 727.404C138.013 726.853 137.868 726.2 137.868 725.444C137.868 724.716 138.008 724.077 138.288 723.526C138.578 722.975 138.974 722.546 139.478 722.238C139.982 721.93 140.566 721.776 141.228 721.776C141.863 721.776 142.409 721.916 142.866 722.196C143.324 722.476 143.674 722.877 143.916 723.4C144.168 723.913 144.294 724.534 144.294 725.262V725.5H139.1L139.114 724.66H143.468L143.062 725.164C143.072 724.408 142.922 723.829 142.614 723.428C142.306 723.027 141.854 722.826 141.256 722.826C140.631 722.826 140.141 723.05 139.786 723.498C139.432 723.937 139.254 724.553 139.254 725.346C139.254 726.233 139.446 726.895 139.828 727.334C140.211 727.763 140.771 727.978 141.508 727.978C141.91 727.978 142.297 727.913 142.67 727.782C143.044 727.651 143.398 727.451 143.734 727.18L144.168 728.188ZM145.021 729.882V729H151.811V729.882H145.021ZM155.496 729.098C154.871 729.098 154.32 728.953 153.844 728.664C153.377 728.365 153.013 727.945 152.752 727.404C152.5 726.853 152.374 726.209 152.374 725.472C152.374 724.735 152.505 724.091 152.766 723.54C153.027 722.98 153.391 722.546 153.858 722.238C154.334 721.93 154.88 721.776 155.496 721.776C156.121 721.776 156.653 721.93 157.092 722.238C157.54 722.537 157.843 722.966 158.002 723.526L157.834 723.638V721.944H159.234V729H157.834V727.278L158.002 727.348C157.843 727.908 157.54 728.342 157.092 728.65C156.653 728.949 156.121 729.098 155.496 729.098ZM155.832 727.978C156.467 727.978 156.957 727.759 157.302 727.32C157.657 726.881 157.834 726.256 157.834 725.444C157.834 724.632 157.657 724.007 157.302 723.568C156.957 723.129 156.467 722.91 155.832 722.91C155.188 722.91 154.684 723.139 154.32 723.596C153.965 724.044 153.788 724.669 153.788 725.472C153.788 726.275 153.965 726.895 154.32 727.334C154.684 727.763 155.188 727.978 155.832 727.978ZM163.775 729.098C162.543 729.098 161.568 728.799 160.849 728.202L161.283 727.18C161.657 727.469 162.049 727.684 162.459 727.824C162.879 727.955 163.332 728.02 163.817 728.02C164.303 728.02 164.671 727.941 164.923 727.782C165.175 727.614 165.301 727.381 165.301 727.082C165.301 726.83 165.213 726.634 165.035 726.494C164.867 726.345 164.578 726.219 164.167 726.116L162.977 725.836C162.361 725.705 161.89 725.477 161.563 725.15C161.246 724.814 161.087 724.399 161.087 723.904C161.087 723.484 161.204 723.115 161.437 722.798C161.671 722.481 161.997 722.233 162.417 722.056C162.837 721.869 163.327 721.776 163.887 721.776C164.391 721.776 164.867 721.855 165.315 722.014C165.763 722.163 166.151 722.387 166.477 722.686L166.043 723.68C165.698 723.409 165.343 723.209 164.979 723.078C164.625 722.938 164.261 722.868 163.887 722.868C163.43 722.868 163.075 722.957 162.823 723.134C162.571 723.302 162.445 723.54 162.445 723.848C162.445 724.1 162.52 724.301 162.669 724.45C162.828 724.59 163.089 724.702 163.453 724.786L164.643 725.08C165.325 725.229 165.824 725.467 166.141 725.794C166.459 726.121 166.617 726.541 166.617 727.054C166.617 727.679 166.361 728.179 165.847 728.552C165.343 728.916 164.653 729.098 163.775 729.098ZM170.748 729.098C169.516 729.098 168.541 728.799 167.822 728.202L168.256 727.18C168.629 727.469 169.021 727.684 169.432 727.824C169.852 727.955 170.305 728.02 170.79 728.02C171.275 728.02 171.644 727.941 171.896 727.782C172.148 727.614 172.274 727.381 172.274 727.082C172.274 726.83 172.185 726.634 172.008 726.494C171.84 726.345 171.551 726.219 171.14 726.116L169.95 725.836C169.334 725.705 168.863 725.477 168.536 725.15C168.219 724.814 168.06 724.399 168.06 723.904C168.06 723.484 168.177 723.115 168.41 722.798C168.643 722.481 168.97 722.233 169.39 722.056C169.81 721.869 170.3 721.776 170.86 721.776C171.364 721.776 171.84 721.855 172.288 722.014C172.736 722.163 173.123 722.387 173.45 722.686L173.016 723.68C172.671 723.409 172.316 723.209 171.952 723.078C171.597 722.938 171.233 722.868 170.86 722.868C170.403 722.868 170.048 722.957 169.796 723.134C169.544 723.302 169.418 723.54 169.418 723.848C169.418 724.1 169.493 724.301 169.642 724.45C169.801 724.59 170.062 724.702 170.426 724.786L171.616 725.08C172.297 725.229 172.797 725.467 173.114 725.794C173.431 726.121 173.59 726.541 173.59 727.054C173.59 727.679 173.333 728.179 172.82 728.552C172.316 728.916 171.625 729.098 170.748 729.098ZM181.151 728.188C180.833 728.468 180.432 728.692 179.947 728.86C179.461 729.019 178.967 729.098 178.463 729.098C177.716 729.098 177.072 728.953 176.531 728.664C175.989 728.375 175.574 727.955 175.285 727.404C174.995 726.853 174.851 726.2 174.851 725.444C174.851 724.716 174.991 724.077 175.271 723.526C175.56 722.975 175.957 722.546 176.461 722.238C176.965 721.93 177.548 721.776 178.211 721.776C178.845 721.776 179.391 721.916 179.849 722.196C180.306 722.476 180.656 722.877 180.899 723.4C181.151 723.913 181.277 724.534 181.277 725.262V725.5H176.083L176.097 724.66H180.451L180.045 725.164C180.054 724.408 179.905 723.829 179.597 723.428C179.289 723.027 178.836 722.826 178.239 722.826C177.613 722.826 177.123 723.05 176.769 723.498C176.414 723.937 176.237 724.553 176.237 725.346C176.237 726.233 176.428 726.895 176.811 727.334C177.193 727.763 177.753 727.978 178.491 727.978C178.892 727.978 179.279 727.913 179.653 727.782C180.026 727.651 180.381 727.451 180.717 727.18L181.151 728.188ZM181.879 723.036V721.944H186.611V723.036H181.879ZM186.597 727.796V728.944C186.429 729 186.261 729.037 186.093 729.056C185.925 729.084 185.743 729.098 185.547 729.098C184.828 729.098 184.264 728.897 183.853 728.496C183.452 728.085 183.251 727.483 183.251 726.69V720.18L184.665 719.69V726.578C184.665 726.923 184.716 727.194 184.819 727.39C184.922 727.577 185.062 727.712 185.239 727.796C185.426 727.871 185.631 727.908 185.855 727.908C185.986 727.908 186.107 727.899 186.219 727.88C186.331 727.861 186.457 727.833 186.597 727.796ZM187.748 727.32H189.428V729H187.748V727.32ZM187.748 722.098H189.428V723.778H187.748V722.098ZM260.173 729.112C258.848 729.112 257.84 728.771 257.149 728.09C256.468 727.399 256.127 726.382 256.127 725.038V719.032H257.541V725.136C257.541 726.06 257.761 726.76 258.199 727.236C258.647 727.703 259.305 727.936 260.173 727.936C261.023 727.936 261.667 727.698 262.105 727.222C262.553 726.746 262.777 726.051 262.777 725.136V719.032H264.219V725.038C264.219 726.373 263.874 727.385 263.183 728.076C262.493 728.767 261.489 729.112 260.173 729.112ZM269.74 729.112C269.227 729.112 268.742 729.07 268.284 728.986C267.827 728.893 267.402 728.753 267.01 728.566C266.618 728.379 266.268 728.155 265.96 727.894L266.464 726.816C266.968 727.208 267.477 727.493 267.99 727.67C268.513 727.847 269.101 727.936 269.754 727.936C270.501 727.936 271.08 727.796 271.49 727.516C271.901 727.227 272.106 726.83 272.106 726.326C272.106 726.018 272.008 725.766 271.812 725.57C271.616 725.374 271.336 725.215 270.972 725.094C270.618 724.973 270.198 724.856 269.712 724.744C269.19 724.632 268.709 724.506 268.27 724.366C267.832 724.217 267.454 724.035 267.136 723.82C266.819 723.605 266.572 723.339 266.394 723.022C266.226 722.705 266.142 722.317 266.142 721.86C266.142 721.291 266.296 720.782 266.604 720.334C266.912 719.886 267.342 719.541 267.892 719.298C268.452 719.046 269.11 718.92 269.866 718.92C270.333 718.92 270.781 718.967 271.21 719.06C271.64 719.153 272.036 719.293 272.4 719.48C272.764 719.657 273.086 719.877 273.366 720.138L272.834 721.216C272.386 720.833 271.92 720.553 271.434 720.376C270.949 720.189 270.431 720.096 269.88 720.096C269.162 720.096 268.597 720.245 268.186 720.544C267.776 720.843 267.57 721.258 267.57 721.79C267.57 722.117 267.659 722.383 267.836 722.588C268.014 722.784 268.27 722.947 268.606 723.078C268.952 723.209 269.362 723.33 269.838 723.442C270.37 723.563 270.86 723.699 271.308 723.848C271.756 723.988 272.148 724.161 272.484 724.366C272.82 724.562 273.082 724.814 273.268 725.122C273.455 725.421 273.548 725.794 273.548 726.242C273.548 726.821 273.394 727.325 273.086 727.754C272.778 728.183 272.34 728.519 271.77 728.762C271.201 728.995 270.524 729.112 269.74 729.112ZM275.338 729V719.032H278.838C279.911 719.032 280.826 719.228 281.582 719.62C282.338 720.003 282.912 720.567 283.304 721.314C283.705 722.051 283.906 722.947 283.906 724.002C283.906 725.066 283.705 725.971 283.304 726.718C282.902 727.455 282.324 728.02 281.568 728.412C280.812 728.804 279.902 729 278.838 729H275.338ZM276.78 727.796H278.74C279.962 727.796 280.882 727.479 281.498 726.844C282.114 726.209 282.422 725.262 282.422 724.002C282.422 721.491 281.194 720.236 278.74 720.236H276.78V727.796ZM107.408 743.036V741.944H112.14V743.036H107.408ZM112.126 747.796V748.944C111.958 749 111.79 749.037 111.622 749.056C111.454 749.084 111.272 749.098 111.076 749.098C110.358 749.098 109.793 748.897 109.382 748.496C108.981 748.085 108.78 747.483 108.78 746.69V740.18L110.194 739.69V746.578C110.194 746.923 110.246 747.194 110.348 747.39C110.451 747.577 110.591 747.712 110.768 747.796C110.955 747.871 111.16 747.908 111.384 747.908C111.515 747.908 111.636 747.899 111.748 747.88C111.86 747.861 111.986 747.833 112.126 747.796ZM113.432 749V741.944H114.846V749H113.432ZM113.334 738.864H114.972V740.348H113.334V738.864ZM119.971 749.098C119.261 749.098 118.645 748.949 118.123 748.65C117.609 748.351 117.213 747.931 116.933 747.39C116.653 746.849 116.513 746.209 116.513 745.472C116.513 744.735 116.657 744.091 116.947 743.54C117.236 742.98 117.642 742.546 118.165 742.238C118.697 741.93 119.322 741.776 120.041 741.776C120.526 741.776 120.997 741.855 121.455 742.014C121.912 742.173 122.285 742.397 122.575 742.686L122.141 743.708C121.814 743.447 121.483 743.251 121.147 743.12C120.82 742.989 120.484 742.924 120.139 742.924C119.467 742.924 118.935 743.143 118.543 743.582C118.16 744.021 117.969 744.646 117.969 745.458C117.969 746.27 118.16 746.891 118.543 747.32C118.925 747.749 119.457 747.964 120.139 747.964C120.475 747.964 120.811 747.899 121.147 747.768C121.483 747.637 121.814 747.441 122.141 747.18L122.575 748.202C122.276 748.482 121.893 748.701 121.427 748.86C120.96 749.019 120.475 749.098 119.971 749.098ZM128.679 749L125.039 745.402L128.441 741.958H130.191L126.397 745.766L126.453 744.968L130.485 749H128.679ZM123.891 749V738.696H125.305V749H123.891ZM130.638 749.882V749H137.428V749.882H130.638ZM138.588 749V743.932C138.588 743.605 138.579 743.274 138.56 742.938C138.551 742.602 138.523 742.271 138.476 741.944H139.82L139.988 743.722L139.82 743.652C139.942 743.036 140.217 742.569 140.646 742.252C141.085 741.935 141.575 741.776 142.116 741.776C142.247 741.776 142.368 741.785 142.48 741.804C142.592 741.823 142.695 741.846 142.788 741.874L142.76 743.162C142.508 743.069 142.233 743.022 141.934 743.022C141.477 743.022 141.108 743.12 140.828 743.316C140.548 743.503 140.338 743.755 140.198 744.072C140.068 744.38 140.002 744.711 140.002 745.066V749H138.588ZM146.445 749.098C145.82 749.098 145.269 748.953 144.793 748.664C144.327 748.365 143.963 747.945 143.701 747.404C143.449 746.853 143.323 746.209 143.323 745.472C143.323 744.735 143.454 744.091 143.715 743.54C143.977 742.98 144.341 742.546 144.807 742.238C145.283 741.93 145.829 741.776 146.445 741.776C147.071 741.776 147.603 741.93 148.041 742.238C148.489 742.537 148.793 742.966 148.951 743.526L148.783 743.638V741.944H150.183V749H148.783V747.278L148.951 747.348C148.793 747.908 148.489 748.342 148.041 748.65C147.603 748.949 147.071 749.098 146.445 749.098ZM146.781 747.978C147.416 747.978 147.906 747.759 148.251 747.32C148.606 746.881 148.783 746.256 148.783 745.444C148.783 744.632 148.606 744.007 148.251 743.568C147.906 743.129 147.416 742.91 146.781 742.91C146.137 742.91 145.633 743.139 145.269 743.596C144.915 744.044 144.737 744.669 144.737 745.472C144.737 746.275 144.915 746.895 145.269 747.334C145.633 747.763 146.137 747.978 146.781 747.978ZM151.309 743.036V741.944H156.041V743.036H151.309ZM156.027 747.796V748.944C155.859 749 155.691 749.037 155.523 749.056C155.355 749.084 155.173 749.098 154.977 749.098C154.258 749.098 153.693 748.897 153.283 748.496C152.881 748.085 152.681 747.483 152.681 746.69V740.18L154.095 739.69V746.578C154.095 746.923 154.146 747.194 154.249 747.39C154.351 747.577 154.491 747.712 154.669 747.796C154.855 747.871 155.061 747.908 155.285 747.908C155.415 747.908 155.537 747.899 155.649 747.88C155.761 747.861 155.887 747.833 156.027 747.796ZM163.241 748.188C162.923 748.468 162.522 748.692 162.037 748.86C161.551 749.019 161.057 749.098 160.553 749.098C159.806 749.098 159.162 748.953 158.621 748.664C158.079 748.375 157.664 747.955 157.375 747.404C157.085 746.853 156.941 746.2 156.941 745.444C156.941 744.716 157.081 744.077 157.361 743.526C157.65 742.975 158.047 742.546 158.551 742.238C159.055 741.93 159.638 741.776 160.301 741.776C160.935 741.776 161.481 741.916 161.939 742.196C162.396 742.476 162.746 742.877 162.989 743.4C163.241 743.913 163.367 744.534 163.367 745.262V745.5H158.173L158.187 744.66H162.541L162.135 745.164C162.144 744.408 161.995 743.829 161.687 743.428C161.379 743.027 160.926 742.826 160.329 742.826C159.703 742.826 159.213 743.05 158.859 743.498C158.504 743.937 158.327 744.553 158.327 745.346C158.327 746.233 158.518 746.895 158.901 747.334C159.283 747.763 159.843 747.978 160.581 747.978C160.982 747.978 161.369 747.913 161.743 747.782C162.116 747.651 162.471 747.451 162.807 747.18L163.241 748.188ZM164.793 747.32H166.473V749H164.793V747.32ZM164.793 742.098H166.473V743.778H164.793V742.098Z\" fill=\"#A5DEFF\"/>\\n    <path d=\"M127.514 672.024V663.932C127.514 663.605 127.505 663.274 127.486 662.938C127.477 662.602 127.449 662.271 127.402 661.944H128.746L128.872 663.372L128.774 663.526C128.933 662.966 129.232 662.537 129.67 662.238C130.118 661.93 130.65 661.776 131.266 661.776C131.882 661.776 132.424 661.93 132.89 662.238C133.366 662.546 133.735 662.98 133.996 663.54C134.267 664.091 134.402 664.735 134.402 665.472C134.402 666.209 134.267 666.853 133.996 667.404C133.735 667.945 133.371 668.365 132.904 668.664C132.438 668.953 131.892 669.098 131.266 669.098C130.65 669.098 130.118 668.949 129.67 668.65C129.232 668.342 128.933 667.908 128.774 667.348L128.928 667.18V672.024H127.514ZM130.944 667.978C131.579 667.978 132.074 667.763 132.428 667.334C132.783 666.895 132.96 666.275 132.96 665.472C132.96 664.669 132.783 664.044 132.428 663.596C132.074 663.139 131.579 662.91 130.944 662.91C130.291 662.91 129.792 663.129 129.446 663.568C129.101 664.007 128.928 664.632 128.928 665.444C128.928 666.256 129.101 666.881 129.446 667.32C129.792 667.759 130.291 667.978 130.944 667.978ZM138.565 669.098C137.716 669.098 137.077 668.865 136.647 668.398C136.218 667.922 136.003 667.213 136.003 666.27V661.944H137.417V666.256C137.417 666.835 137.534 667.264 137.767 667.544C138.01 667.815 138.379 667.95 138.873 667.95C139.443 667.95 139.9 667.763 140.245 667.39C140.6 667.017 140.777 666.522 140.777 665.906V661.944H142.191V669H140.819V667.502L140.987 667.446C140.791 667.987 140.479 668.398 140.049 668.678C139.62 668.958 139.125 669.098 138.565 669.098ZM146.713 669.098C145.481 669.098 144.506 668.799 143.787 668.202L144.221 667.18C144.594 667.469 144.986 667.684 145.397 667.824C145.817 667.955 146.27 668.02 146.755 668.02C147.24 668.02 147.609 667.941 147.861 667.782C148.113 667.614 148.239 667.381 148.239 667.082C148.239 666.83 148.15 666.634 147.973 666.494C147.805 666.345 147.516 666.219 147.105 666.116L145.915 665.836C145.299 665.705 144.828 665.477 144.501 665.15C144.184 664.814 144.025 664.399 144.025 663.904C144.025 663.484 144.142 663.115 144.375 662.798C144.608 662.481 144.935 662.233 145.355 662.056C145.775 661.869 146.265 661.776 146.825 661.776C147.329 661.776 147.805 661.855 148.253 662.014C148.701 662.163 149.088 662.387 149.415 662.686L148.981 663.68C148.636 663.409 148.281 663.209 147.917 663.078C147.562 662.938 147.198 662.868 146.825 662.868C146.368 662.868 146.013 662.957 145.761 663.134C145.509 663.302 145.383 663.54 145.383 663.848C145.383 664.1 145.458 664.301 145.607 664.45C145.766 664.59 146.027 664.702 146.391 664.786L147.581 665.08C148.262 665.229 148.762 665.467 149.079 665.794C149.396 666.121 149.555 666.541 149.555 667.054C149.555 667.679 149.298 668.179 148.785 668.552C148.281 668.916 147.59 669.098 146.713 669.098ZM151.208 669V658.696H152.622V663.372L152.426 663.456C152.631 662.905 152.958 662.49 153.406 662.21C153.863 661.921 154.386 661.776 154.974 661.776C156.663 661.776 157.508 662.723 157.508 664.618V669H156.094V664.674C156.094 664.067 155.972 663.624 155.73 663.344C155.487 663.064 155.114 662.924 154.61 662.924C154.003 662.924 153.518 663.111 153.154 663.484C152.799 663.857 152.622 664.357 152.622 664.982V669H151.208Z\" fill=\"#F3F7C4\"/>\\n    <path d=\"M161.592 671.548C161.191 670.811 160.864 670.097 160.612 669.406C160.37 668.715 160.192 668.034 160.08 667.362C159.978 666.681 159.926 665.985 159.926 665.276C159.926 664.567 159.982 663.871 160.094 663.19C160.206 662.509 160.384 661.827 160.626 661.146C160.869 660.455 161.191 659.751 161.592 659.032H162.754C162.4 659.881 162.124 660.661 161.928 661.37C161.732 662.07 161.592 662.742 161.508 663.386C161.424 664.021 161.382 664.651 161.382 665.276C161.382 665.911 161.424 666.545 161.508 667.18C161.592 667.815 161.732 668.487 161.928 669.196C162.124 669.915 162.395 670.699 162.74 671.548H161.592ZM76.777 771.548H75.643C75.9883 770.699 76.2543 769.915 76.441 769.196C76.637 768.487 76.777 767.815 76.861 767.18C76.945 766.545 76.987 765.911 76.987 765.276C76.987 764.651 76.945 764.021 76.861 763.386C76.7863 762.742 76.651 762.07 76.455 761.37C76.259 760.661 75.9837 759.881 75.629 759.032H76.791C77.379 760.105 77.799 761.151 78.051 762.168C78.3123 763.185 78.443 764.221 78.443 765.276C78.443 765.985 78.387 766.681 78.275 767.362C78.1723 768.034 77.9997 768.715 77.757 769.406C77.5143 770.097 77.1877 770.811 76.777 771.548Z\" fill=\"#E5CF07\"/>\\n    <path d=\"M167.374 671.548C166.674 671.548 166.137 671.371 165.764 671.016C165.391 670.671 165.204 670.162 165.204 669.49V667.11C165.204 666.671 165.134 666.354 164.994 666.158C164.854 665.953 164.607 665.813 164.252 665.738L163.804 665.612V664.968L164.252 664.842C164.607 664.758 164.854 664.618 164.994 664.422C165.134 664.226 165.204 663.909 165.204 663.47V661.09C165.204 660.418 165.395 659.909 165.778 659.564C166.17 659.209 166.702 659.032 167.374 659.032H168.214V660.124H167.556C167.285 660.124 167.057 660.222 166.87 660.418C166.693 660.614 166.604 660.908 166.604 661.3V663.764C166.604 664.109 166.534 664.394 166.394 664.618C166.263 664.842 166.095 665.015 165.89 665.136C165.685 665.248 165.484 665.304 165.288 665.304V665.248C165.484 665.248 165.685 665.309 165.89 665.43C166.095 665.551 166.263 665.729 166.394 665.962C166.534 666.195 166.604 666.48 166.604 666.816V669.28C166.604 669.672 166.693 669.961 166.87 670.148C167.057 670.344 167.285 670.442 167.556 670.442H168.214V671.548H167.374Z\" fill=\"#EE82FF\"/>\\n    <path d=\"M245.269 690.722L244.667 690.246C244.937 689.966 245.119 689.7 245.213 689.448C245.315 689.205 245.367 688.953 245.367 688.692L245.759 689H244.569V687.32H246.249V688.468C246.249 688.888 246.174 689.28 246.025 689.644C245.885 690.008 245.633 690.367 245.269 690.722ZM264.327 710.722L263.725 710.246C263.996 709.966 264.178 709.7 264.271 709.448C264.374 709.205 264.425 708.953 264.425 708.692L264.817 709H263.627V707.32H265.307V708.468C265.307 708.888 265.232 709.28 265.083 709.644C264.943 710.008 264.691 710.367 264.327 710.722ZM252.772 727.32H254.452V729H252.772V727.32ZM285.792 730.722L285.19 730.246C285.461 729.966 285.643 729.7 285.736 729.448C285.839 729.205 285.89 728.953 285.89 728.692L286.282 729H285.092V727.32H286.772V728.468C286.772 728.888 286.697 729.28 286.548 729.644C286.408 730.008 286.156 730.367 285.792 730.722ZM80.7248 762.098H82.4048V763.778H80.7248V762.098ZM81.4248 770.722L80.8228 770.246C81.0934 769.966 81.2754 769.7 81.3688 769.448C81.4714 769.205 81.5228 768.953 81.5228 768.692L81.9148 769H80.7248V767.32H82.4048V768.468C82.4048 768.888 82.3301 769.28 82.1808 769.644C82.0408 770.008 81.7888 770.367 81.4248 770.722Z\" fill=\"white\"/>\\n    <path d=\"M177.408 678.934L178.024 679.424C177.753 679.704 177.566 679.97 177.464 680.222C177.361 680.465 177.31 680.717 177.31 680.978L176.932 680.67H178.122V682.35H176.442V681.216C176.442 680.787 176.512 680.39 176.652 680.026C176.801 679.662 177.053 679.298 177.408 678.934ZM179.928 678.934L180.544 679.424C180.273 679.704 180.086 679.97 179.984 680.222C179.881 680.465 179.83 680.717 179.83 680.978L179.452 680.67H180.642V682.35H178.962V681.216C178.962 680.787 179.032 680.39 179.172 680.026C179.321 679.662 179.573 679.298 179.928 678.934ZM182.642 689V679.032H189.11V680.194H184.07V683.344H188.83V684.52H184.07V687.838H189.11V689H182.642ZM193.212 689V680.236H189.838V679.032H198.042V680.236H194.668V689H193.212ZM206.391 689V679.032H207.819V689H206.391ZM199.377 689V679.032H200.805V689H199.377ZM199.965 684.534V683.344H207.217V684.534H199.965ZM214.14 689.112C212.815 689.112 211.807 688.771 211.116 688.09C210.435 687.399 210.094 686.382 210.094 685.038V679.032H211.508V685.136C211.508 686.06 211.728 686.76 212.166 687.236C212.614 687.703 213.272 687.936 214.14 687.936C214.99 687.936 215.634 687.698 216.072 687.222C216.52 686.746 216.744 686.051 216.744 685.136V679.032H218.186V685.038C218.186 686.373 217.841 687.385 217.15 688.076C216.46 688.767 215.456 689.112 214.14 689.112ZM223.707 689.112C223.194 689.112 222.709 689.07 222.251 688.986C221.794 688.893 221.369 688.753 220.977 688.566C220.585 688.379 220.235 688.155 219.927 687.894L220.431 686.816C220.935 687.208 221.444 687.493 221.957 687.67C222.48 687.847 223.068 687.936 223.721 687.936C224.468 687.936 225.047 687.796 225.457 687.516C225.868 687.227 226.073 686.83 226.073 686.326C226.073 686.018 225.975 685.766 225.779 685.57C225.583 685.374 225.303 685.215 224.939 685.094C224.585 684.973 224.165 684.856 223.679 684.744C223.157 684.632 222.676 684.506 222.237 684.366C221.799 684.217 221.421 684.035 221.103 683.82C220.786 683.605 220.539 683.339 220.361 683.022C220.193 682.705 220.109 682.317 220.109 681.86C220.109 681.291 220.263 680.782 220.571 680.334C220.879 679.886 221.309 679.541 221.859 679.298C222.419 679.046 223.077 678.92 223.833 678.92C224.3 678.92 224.748 678.967 225.177 679.06C225.607 679.153 226.003 679.293 226.367 679.48C226.731 679.657 227.053 679.877 227.333 680.138L226.801 681.216C226.353 680.833 225.887 680.553 225.401 680.376C224.916 680.189 224.398 680.096 223.847 680.096C223.129 680.096 222.564 680.245 222.153 680.544C221.743 680.843 221.537 681.258 221.537 681.79C221.537 682.117 221.626 682.383 221.803 682.588C221.981 682.784 222.237 682.947 222.573 683.078C222.919 683.209 223.329 683.33 223.805 683.442C224.337 683.563 224.827 683.699 225.275 683.848C225.723 683.988 226.115 684.161 226.451 684.366C226.787 684.562 227.049 684.814 227.235 685.122C227.422 685.421 227.515 685.794 227.515 686.242C227.515 686.821 227.361 687.325 227.053 687.754C226.745 688.183 226.307 688.519 225.737 688.762C225.168 688.995 224.491 689.112 223.707 689.112ZM229.305 689V679.032H232.805C233.878 679.032 234.793 679.228 235.549 679.62C236.305 680.003 236.879 680.567 237.271 681.314C237.672 682.051 237.873 682.947 237.873 684.002C237.873 685.066 237.672 685.971 237.271 686.718C236.869 687.455 236.291 688.02 235.535 688.412C234.779 688.804 233.869 689 232.805 689H229.305ZM230.747 687.796H232.707C233.929 687.796 234.849 687.479 235.465 686.844C236.081 686.209 236.389 685.262 236.389 684.002C236.389 681.491 235.161 680.236 232.707 680.236H230.747V687.796ZM240.155 682.448L239.553 681.958C239.824 681.669 240.006 681.403 240.099 681.16C240.202 680.917 240.253 680.665 240.253 680.404L240.645 680.712H239.455V679.032H241.135V680.18C241.135 680.6 241.061 680.992 240.911 681.356C240.771 681.711 240.519 682.075 240.155 682.448ZM242.675 682.448L242.073 681.958C242.344 681.669 242.526 681.403 242.619 681.16C242.722 680.917 242.773 680.665 242.773 680.404L243.165 680.712H241.975V679.032H243.655V680.18C243.655 680.6 243.581 680.992 243.431 681.356C243.291 681.711 243.039 682.075 242.675 682.448Z\" fill=\"#F2AB21\"/>\\n    <path d=\"M189.735 709H188.265L192.703 699.032H193.921L198.359 709H196.903L193.109 700.124H193.557L189.735 709ZM190.183 706.536L190.715 705.388H195.881L196.399 706.536H190.183ZM201.906 709.098C200.674 709.098 199.699 708.799 198.98 708.202L199.414 707.18C199.788 707.469 200.18 707.684 200.59 707.824C201.01 707.955 201.463 708.02 201.948 708.02C202.434 708.02 202.802 707.941 203.054 707.782C203.306 707.614 203.432 707.381 203.432 707.082C203.432 706.83 203.344 706.634 203.166 706.494C202.998 706.345 202.709 706.219 202.298 706.116L201.108 705.836C200.492 705.705 200.021 705.477 199.694 705.15C199.377 704.814 199.218 704.399 199.218 703.904C199.218 703.484 199.335 703.115 199.568 702.798C199.802 702.481 200.128 702.233 200.548 702.056C200.968 701.869 201.458 701.776 202.018 701.776C202.522 701.776 202.998 701.855 203.446 702.014C203.894 702.163 204.282 702.387 204.608 702.686L204.174 703.68C203.829 703.409 203.474 703.209 203.11 703.078C202.756 702.938 202.392 702.868 202.018 702.868C201.561 702.868 201.206 702.957 200.954 703.134C200.702 703.302 200.576 703.54 200.576 703.848C200.576 704.1 200.651 704.301 200.8 704.45C200.959 704.59 201.22 704.702 201.584 704.786L202.774 705.08C203.456 705.229 203.955 705.467 204.272 705.794C204.59 706.121 204.748 706.541 204.748 707.054C204.748 707.679 204.492 708.179 203.978 708.552C203.474 708.916 202.784 709.098 201.906 709.098ZM208.879 709.098C207.647 709.098 206.672 708.799 205.953 708.202L206.387 707.18C206.76 707.469 207.152 707.684 207.563 707.824C207.983 707.955 208.436 708.02 208.921 708.02C209.406 708.02 209.775 707.941 210.027 707.782C210.279 707.614 210.405 707.381 210.405 707.082C210.405 706.83 210.316 706.634 210.139 706.494C209.971 706.345 209.682 706.219 209.271 706.116L208.081 705.836C207.465 705.705 206.994 705.477 206.667 705.15C206.35 704.814 206.191 704.399 206.191 703.904C206.191 703.484 206.308 703.115 206.541 702.798C206.774 702.481 207.101 702.233 207.521 702.056C207.941 701.869 208.431 701.776 208.991 701.776C209.495 701.776 209.971 701.855 210.419 702.014C210.867 702.163 211.254 702.387 211.581 702.686L211.147 703.68C210.802 703.409 210.447 703.209 210.083 703.078C209.728 702.938 209.364 702.868 208.991 702.868C208.534 702.868 208.179 702.957 207.927 703.134C207.675 703.302 207.549 703.54 207.549 703.848C207.549 704.1 207.624 704.301 207.773 704.45C207.932 704.59 208.193 704.702 208.557 704.786L209.747 705.08C210.428 705.229 210.928 705.467 211.245 705.794C211.562 706.121 211.721 706.541 211.721 707.054C211.721 707.679 211.464 708.179 210.951 708.552C210.447 708.916 209.756 709.098 208.879 709.098ZM219.282 708.188C218.964 708.468 218.563 708.692 218.078 708.86C217.592 709.019 217.098 709.098 216.594 709.098C215.847 709.098 215.203 708.953 214.662 708.664C214.12 708.375 213.705 707.955 213.416 707.404C213.126 706.853 212.982 706.2 212.982 705.444C212.982 704.716 213.122 704.077 213.402 703.526C213.691 702.975 214.088 702.546 214.592 702.238C215.096 701.93 215.679 701.776 216.342 701.776C216.976 701.776 217.522 701.916 217.98 702.196C218.437 702.476 218.787 702.877 219.03 703.4C219.282 703.913 219.408 704.534 219.408 705.262V705.5H214.214L214.228 704.66H218.582L218.176 705.164C218.185 704.408 218.036 703.829 217.728 703.428C217.42 703.027 216.967 702.826 216.37 702.826C215.744 702.826 215.254 703.05 214.9 703.498C214.545 703.937 214.368 704.553 214.368 705.346C214.368 706.233 214.559 706.895 214.942 707.334C215.324 707.763 215.884 707.978 216.622 707.978C217.023 707.978 217.41 707.913 217.784 707.782C218.157 707.651 218.512 707.451 218.848 707.18L219.282 708.188ZM220.01 703.036V701.944H224.742V703.036H220.01ZM224.728 707.796V708.944C224.56 709 224.392 709.037 224.224 709.056C224.056 709.084 223.874 709.098 223.678 709.098C222.959 709.098 222.394 708.897 221.984 708.496C221.582 708.085 221.382 707.483 221.382 706.69V700.18L222.796 699.69V706.578C222.796 706.923 222.847 707.194 222.95 707.39C223.052 707.577 223.192 707.712 223.37 707.796C223.556 707.871 223.762 707.908 223.986 707.908C224.116 707.908 224.238 707.899 224.35 707.88C224.462 707.861 224.588 707.833 224.728 707.796ZM228.512 709.098C227.28 709.098 226.304 708.799 225.586 708.202L226.02 707.18C226.393 707.469 226.785 707.684 227.196 707.824C227.616 707.955 228.068 708.02 228.554 708.02C229.039 708.02 229.408 707.941 229.66 707.782C229.912 707.614 230.038 707.381 230.038 707.082C230.038 706.83 229.949 706.634 229.772 706.494C229.604 706.345 229.314 706.219 228.904 706.116L227.714 705.836C227.098 705.705 226.626 705.477 226.3 705.15C225.982 704.814 225.824 704.399 225.824 703.904C225.824 703.484 225.94 703.115 226.174 702.798C226.407 702.481 226.734 702.233 227.154 702.056C227.574 701.869 228.064 701.776 228.624 701.776C229.128 701.776 229.604 701.855 230.052 702.014C230.5 702.163 230.887 702.387 231.214 702.686L230.78 703.68C230.434 703.409 230.08 703.209 229.716 703.078C229.361 702.938 228.997 702.868 228.624 702.868C228.166 702.868 227.812 702.957 227.56 703.134C227.308 703.302 227.182 703.54 227.182 703.848C227.182 704.1 227.256 704.301 227.406 704.45C227.564 704.59 227.826 704.702 228.19 704.786L229.38 705.08C230.061 705.229 230.56 705.467 230.878 705.794C231.195 706.121 231.354 706.541 231.354 707.054C231.354 707.679 231.097 708.179 230.584 708.552C230.08 708.916 229.389 709.098 228.512 709.098Z\" fill=\"#4EB9F6\"/>\\n    <path d=\"M199.548 729.112C198.577 729.112 197.737 728.907 197.028 728.496C196.319 728.085 195.773 727.497 195.39 726.732C195.017 725.957 194.83 725.047 194.83 724.002C194.83 722.957 195.017 722.056 195.39 721.3C195.773 720.535 196.319 719.947 197.028 719.536C197.737 719.125 198.577 718.92 199.548 718.92C200.22 718.92 200.845 719.023 201.424 719.228C202.012 719.433 202.511 719.737 202.922 720.138L202.418 721.216C201.951 720.833 201.489 720.558 201.032 720.39C200.584 720.213 200.094 720.124 199.562 720.124C198.535 720.124 197.737 720.46 197.168 721.132C196.599 721.795 196.314 722.751 196.314 724.002C196.314 725.253 196.594 726.219 197.154 726.9C197.723 727.572 198.526 727.908 199.562 727.908C200.094 727.908 200.584 727.824 201.032 727.656C201.489 727.479 201.951 727.199 202.418 726.816L202.922 727.894C202.511 728.295 202.012 728.599 201.424 728.804C200.845 729.009 200.22 729.112 199.548 729.112ZM206.98 729.098C206.13 729.098 205.491 728.865 205.062 728.398C204.632 727.922 204.418 727.213 204.418 726.27V721.944H205.832V726.256C205.832 726.835 205.948 727.264 206.182 727.544C206.424 727.815 206.793 727.95 207.288 727.95C207.857 727.95 208.314 727.763 208.66 727.39C209.014 727.017 209.192 726.522 209.192 725.906V721.944H210.606V729H209.234V727.502L209.402 727.446C209.206 727.987 208.893 728.398 208.464 728.678C208.034 728.958 207.54 729.098 206.98 729.098ZM212.649 729V723.932C212.649 723.605 212.64 723.274 212.621 722.938C212.612 722.602 212.584 722.271 212.537 721.944H213.881L214.049 723.722L213.881 723.652C214.002 723.036 214.278 722.569 214.707 722.252C215.146 721.935 215.636 721.776 216.177 721.776C216.308 721.776 216.429 721.785 216.541 721.804C216.653 721.823 216.756 721.846 216.849 721.874L216.821 723.162C216.569 723.069 216.294 723.022 215.995 723.022C215.538 723.022 215.169 723.12 214.889 723.316C214.609 723.503 214.399 723.755 214.259 724.072C214.128 724.38 214.063 724.711 214.063 725.066V729H212.649ZM217.913 729V723.932C217.913 723.605 217.903 723.274 217.885 722.938C217.875 722.602 217.847 722.271 217.801 721.944H219.145L219.313 723.722L219.145 723.652C219.266 723.036 219.541 722.569 219.971 722.252C220.409 721.935 220.899 721.776 221.441 721.776C221.571 721.776 221.693 721.785 221.805 721.804C221.917 721.823 222.019 721.846 222.113 721.874L222.085 723.162C221.833 723.069 221.557 723.022 221.259 723.022C220.801 723.022 220.433 723.12 220.153 723.316C219.873 723.503 219.663 723.755 219.523 724.072C219.392 724.38 219.327 724.711 219.327 725.066V729H217.913ZM228.948 728.188C228.63 728.468 228.229 728.692 227.744 728.86C227.258 729.019 226.764 729.098 226.26 729.098C225.513 729.098 224.869 728.953 224.328 728.664C223.786 728.375 223.371 727.955 223.082 727.404C222.792 726.853 222.648 726.2 222.648 725.444C222.648 724.716 222.788 724.077 223.068 723.526C223.357 722.975 223.754 722.546 224.258 722.238C224.762 721.93 225.345 721.776 226.008 721.776C226.642 721.776 227.188 721.916 227.646 722.196C228.103 722.476 228.453 722.877 228.696 723.4C228.948 723.913 229.074 724.534 229.074 725.262V725.5H223.88L223.894 724.66H228.248L227.842 725.164C227.851 724.408 227.702 723.829 227.394 723.428C227.086 723.027 226.633 722.826 226.036 722.826C225.41 722.826 224.92 723.05 224.566 723.498C224.211 723.937 224.034 724.553 224.034 725.346C224.034 726.233 224.225 726.895 224.608 727.334C224.99 727.763 225.55 727.978 226.288 727.978C226.689 727.978 227.076 727.913 227.45 727.782C227.823 727.651 228.178 727.451 228.514 727.18L228.948 728.188ZM230.682 729V723.932C230.682 723.605 230.673 723.274 230.654 722.938C230.645 722.602 230.617 722.271 230.57 721.944H231.914L232.04 723.372L231.9 723.456C232.105 722.905 232.432 722.49 232.88 722.21C233.337 721.921 233.86 721.776 234.448 721.776C236.137 721.776 236.982 722.723 236.982 724.618V729H235.568V724.674C235.568 724.067 235.447 723.624 235.204 723.344C234.961 723.064 234.588 722.924 234.084 722.924C233.477 722.924 232.992 723.111 232.628 723.484C232.273 723.857 232.096 724.357 232.096 724.982V729H230.682ZM242.047 729.098C241.338 729.098 240.722 728.949 240.199 728.65C239.686 728.351 239.289 727.931 239.009 727.39C238.729 726.849 238.589 726.209 238.589 725.472C238.589 724.735 238.734 724.091 239.023 723.54C239.312 722.98 239.718 722.546 240.241 722.238C240.773 721.93 241.398 721.776 242.117 721.776C242.602 721.776 243.074 721.855 243.531 722.014C243.988 722.173 244.362 722.397 244.651 722.686L244.217 723.708C243.89 723.447 243.559 723.251 243.223 723.12C242.896 722.989 242.56 722.924 242.215 722.924C241.543 722.924 241.011 723.143 240.619 723.582C240.236 724.021 240.045 724.646 240.045 725.458C240.045 726.27 240.236 726.891 240.619 727.32C241.002 727.749 241.534 727.964 242.215 727.964C242.551 727.964 242.887 727.899 243.223 727.768C243.559 727.637 243.89 727.441 244.217 727.18L244.651 728.202C244.352 728.482 243.97 728.701 243.503 728.86C243.036 729.019 242.551 729.098 242.047 729.098ZM245.715 732.178L245.407 731.086C245.837 730.993 246.196 730.876 246.485 730.736C246.784 730.605 247.031 730.437 247.227 730.232C247.423 730.027 247.591 729.761 247.731 729.434L248.207 728.342L248.543 727.852L250.979 721.944H252.393L249.103 729.56C248.842 730.157 248.543 730.629 248.207 730.974C247.881 731.329 247.507 731.599 247.087 731.786C246.667 731.973 246.21 732.103 245.715 732.178ZM248.235 729.406L245.029 721.944H246.499L248.907 727.852L248.235 729.406Z\" fill=\"#4EB9F6\"/>\\n    <path d=\"M175.249 749.112C174.091 749.112 173.209 748.683 172.603 747.824C171.996 746.956 171.693 745.687 171.693 744.016C171.693 742.355 171.991 741.09 172.589 740.222C173.195 739.354 174.082 738.92 175.249 738.92C176.415 738.92 177.297 739.354 177.895 740.222C178.501 741.09 178.805 742.35 178.805 744.002C178.805 745.673 178.501 746.942 177.895 747.81C177.288 748.678 176.406 749.112 175.249 749.112ZM175.249 747.95C175.977 747.95 176.509 747.633 176.845 746.998C177.19 746.363 177.363 745.365 177.363 744.002C177.363 742.649 177.19 741.659 176.845 741.034C176.509 740.409 175.977 740.096 175.249 740.096C174.521 740.096 173.984 740.413 173.639 741.048C173.303 741.673 173.135 742.658 173.135 744.002C173.135 745.365 173.303 746.363 173.639 746.998C173.984 747.633 174.521 747.95 175.249 747.95ZM180.283 747.32H181.963V749H180.283V747.32ZM183.899 749V747.922L187.329 744.156C187.767 743.671 188.085 743.232 188.281 742.84C188.486 742.439 188.589 742.042 188.589 741.65C188.589 741.146 188.439 740.763 188.141 740.502C187.851 740.231 187.436 740.096 186.895 740.096C186.428 740.096 185.961 740.189 185.495 740.376C185.037 740.553 184.58 740.824 184.123 741.188L183.605 740.11C184.006 739.746 184.505 739.457 185.103 739.242C185.709 739.027 186.325 738.92 186.951 738.92C187.576 738.92 188.117 739.027 188.575 739.242C189.041 739.457 189.401 739.765 189.653 740.166C189.905 740.558 190.031 741.029 190.031 741.58C190.031 742.149 189.905 742.695 189.653 743.218C189.401 743.731 188.981 744.305 188.393 744.94L185.187 748.398L185.047 747.81H190.437V749H183.899ZM195.485 749.098C194.869 749.098 194.263 748.991 193.665 748.776C193.068 748.561 192.573 748.272 192.181 747.908L192.685 746.83C193.143 747.185 193.605 747.455 194.071 747.642C194.538 747.829 195.014 747.922 195.499 747.922C196.162 747.922 196.675 747.745 197.039 747.39C197.413 747.026 197.599 746.527 197.599 745.892C197.599 745.481 197.515 745.127 197.347 744.828C197.179 744.52 196.941 744.282 196.633 744.114C196.335 743.946 195.98 743.862 195.569 743.862C195.14 743.862 194.743 743.946 194.379 744.114C194.015 744.282 193.689 744.539 193.399 744.884H192.475V739.032H198.579V740.194H193.903V743.89L193.455 743.82C193.735 743.456 194.076 743.176 194.477 742.98C194.888 742.784 195.355 742.686 195.877 742.686C196.503 742.686 197.049 742.821 197.515 743.092C197.991 743.353 198.355 743.722 198.607 744.198C198.869 744.674 198.999 745.229 198.999 745.864C198.999 746.499 198.855 747.063 198.565 747.558C198.276 748.043 197.87 748.421 197.347 748.692C196.825 748.963 196.204 749.098 195.485 749.098Z\" fill=\"#C2F5BA\"/>\\n    <path d=\"M70.98 771.548H70.14V770.442H70.812C71.0733 770.442 71.2927 770.344 71.47 770.148C71.6567 769.961 71.75 769.672 71.75 769.28V766.816C71.75 766.48 71.82 766.195 71.96 765.962C72.1 765.729 72.268 765.551 72.464 765.43C72.6693 765.309 72.87 765.248 73.066 765.248V765.304C72.87 765.304 72.6693 765.248 72.464 765.136C72.268 765.015 72.1 764.842 71.96 764.618C71.82 764.394 71.75 764.109 71.75 763.764V761.3C71.75 760.908 71.6567 760.614 71.47 760.418C71.2927 760.222 71.0733 760.124 70.812 760.124H70.14V759.032H70.98C71.6427 759.032 72.17 759.209 72.562 759.564C72.954 759.909 73.15 760.418 73.15 761.09V763.47C73.15 763.909 73.22 764.226 73.36 764.422C73.5 764.618 73.7473 764.758 74.102 764.842L74.536 764.968V765.612L74.102 765.738C73.7473 765.813 73.5 765.953 73.36 766.158C73.22 766.354 73.15 766.671 73.15 767.11V769.49C73.15 770.162 72.9633 770.671 72.59 771.016C72.2167 771.371 71.68 771.548 70.98 771.548Z\" fill=\"#EE82FF\"/>\\n    <path d=\"M0 444H1211L1156.28 490H56L0 444Z\" fill=\"url(#paint17_linear_4054_2126)\"/>\\n    <path d=\"M693.456 593.626C693.304 593.655 693.152 593.689 693 593.727L692.997 593.728C686.14 595.48 679.087 596.35 672.01 596.317L672.005 596.317C650.49 596.424 629.753 588.269 614.062 573.53C612.7 572.227 610.888 571.5 609.004 571.5C607.12 571.5 605.308 572.227 603.946 573.53C588.255 588.268 567.518 596.421 546.004 596.312L545.999 596.312C538.923 596.346 531.87 595.477 525.013 593.725C523.144 593.241 521.16 593.519 519.496 594.498C517.832 595.477 516.623 597.077 516.136 598.946L516.135 598.946C516.096 599.097 516.062 599.248 516.034 599.4L516.034 599.401C514.321 608.536 513.473 617.812 513.501 627.107L513.501 627.114C514.062 657.747 522.923 687.652 539.138 713.635C555.352 739.617 578.311 760.702 605.562 774.638C606.621 775.204 607.803 775.5 609.004 775.5C610.206 775.5 611.39 775.203 612.45 774.636L612.588 774.562L612.589 774.56C639.774 760.623 662.678 739.568 678.862 713.635C695.077 687.651 703.938 657.746 704.499 627.114L704.499 627.106C704.53 617.871 703.696 608.653 702.009 599.574L702.015 599.562L701.982 599.393C701.613 597.498 700.508 595.826 698.91 594.745C697.311 593.664 695.35 593.262 693.456 593.626ZM693.456 593.626L693.549 594.115L693.455 593.627C693.455 593.627 693.456 593.627 693.456 593.626Z\" fill=\"url(#paint18_linear_4054_2126)\" stroke=\"white\"/>\\n    <path d=\"M691.082 603.763C692.445 604.666 693.388 606.062 693.703 607.645L693.698 607.653C695.257 615.814 696.028 624.101 695.999 632.404C695.487 659.787 687.396 686.519 672.59 709.745C657.787 732.969 636.826 751.815 611.946 764.272L611.943 764.278C611.039 764.752 610.029 765 609.004 765C607.978 765 606.968 764.752 606.064 764.278C581.18 751.821 560.215 732.972 545.41 709.746C530.604 686.52 522.513 659.787 522.001 632.405C521.975 624.1 522.749 615.811 524.312 607.649C524.337 607.522 524.366 607.397 524.399 607.272C524.815 605.71 525.846 604.374 527.265 603.557C528.685 602.74 530.377 602.508 531.971 602.912C538.289 604.492 544.787 605.276 551.307 605.246C571.127 605.344 590.231 597.99 604.686 584.697C605.849 583.608 607.395 583 609.004 583C610.612 583 612.158 583.608 613.321 584.697C627.776 597.99 646.88 605.346 666.702 605.249C673.222 605.28 679.719 604.495 686.037 602.914C686.168 602.882 686.299 602.854 686.43 602.83C688.045 602.525 689.718 602.861 691.082 603.763Z\" fill=\"url(#paint19_linear_4054_2126)\"/>\\n    <path d=\"M623.669 635.066C623.687 635.066 623.696 635.075 623.715 635.075L623.76 635.084C624.728 635.263 625.664 635.478 626.536 635.711L626.66 635.748C627.6 636 628.504 636.283 629.353 636.585L629.436 636.622C630.339 636.942 631.206 637.299 632.023 637.665L632.06 637.684C632.936 638.077 633.771 638.512 634.565 638.951C635.083 639.244 635.602 639.551 636.166 639.889C636.281 639.963 636.4 640.031 636.515 640.104L636.712 640.228C637.061 640.443 637.4 640.658 637.749 640.878C637.9 640.974 638.052 641.075 638.198 641.18L638.474 641.367C638.758 641.555 639.029 641.743 639.304 641.93C639.483 642.054 639.653 642.173 639.832 642.306L640.066 642.475C640.318 642.663 640.584 642.841 640.836 643.029C641.034 643.17 641.222 643.321 641.419 643.459L641.525 643.541C641.8 643.747 642.07 643.953 642.346 644.168C642.571 644.347 642.795 644.534 643.034 644.713C643.295 644.928 643.562 645.134 643.814 645.362C644.039 645.55 644.263 645.738 644.484 645.925C644.736 646.14 644.993 646.365 645.245 646.593C645.461 646.79 645.677 646.978 645.897 647.175C646.149 647.399 646.397 647.637 646.64 647.861C646.846 648.058 647.062 648.255 647.269 648.46C647.512 648.694 647.75 648.932 647.993 649.174L648.03 649.211C648.218 649.399 648.415 649.586 648.594 649.783C648.828 650.025 649.067 650.273 649.301 650.524L649.416 650.648C649.567 650.808 649.718 650.968 649.865 651.137C650.053 651.343 650.241 651.549 650.43 651.764L650.742 652.112C650.856 652.245 650.975 652.373 651.09 652.506C651.287 652.73 651.485 652.968 651.673 653.201L651.985 653.577C652.081 653.691 652.173 653.792 652.26 653.906C652.554 654.263 652.843 654.638 653.201 655.1L653.228 655.137C653.302 655.233 653.38 655.334 653.453 655.43C653.802 655.878 654.114 656.313 654.403 656.725C654.476 656.83 654.554 656.94 654.618 657.045L654.903 657.448C654.999 657.581 655.091 657.723 655.178 657.851C657.334 650.799 657.288 644.79 655.036 640.91C653.503 638.269 650.98 636.608 647.544 635.981C645.745 635.652 643.993 635.364 642.451 635.098C633.592 633.606 625.949 632.311 618.613 627.209C610.235 621.379 602.326 621.603 594.426 627.895C595.793 627.992 597.119 628.092 598.362 628.225C598.436 628.234 598.523 628.243 598.596 628.252L598.757 628.271C600.092 628.413 601.372 628.573 602.578 628.742L602.909 628.788C604.207 628.975 605.45 629.19 606.597 629.406L606.859 629.46C608.12 629.703 609.318 629.968 610.419 630.229L610.607 630.275C611.814 630.577 612.97 630.884 614.053 631.213L614.158 631.241C615.323 631.597 616.438 631.964 617.48 632.348C618.544 632.732 619.59 633.153 620.604 633.606L620.71 633.652C621.659 634.064 622.613 634.526 623.554 635.016C623.572 635.025 623.591 635.034 623.609 635.043C623.632 635.048 623.65 635.057 623.669 635.066Z\" fill=\"white\"/>\\n    <path d=\"M629.93 639.088C630.118 639.239 630.306 639.39 630.494 639.536C630.852 639.829 631.219 640.145 631.65 640.52L631.829 640.68C631.962 640.795 632.081 640.905 632.205 641.019C632.669 641.44 633.118 641.902 633.572 642.36C633.6 642.396 633.637 642.424 633.669 642.465C633.705 642.502 633.742 642.538 633.783 642.579C634.274 643.097 634.752 643.65 635.224 644.222C635.307 644.328 635.385 644.428 635.458 644.533C635.504 644.598 635.564 644.666 635.619 644.739C635.986 645.211 636.279 645.595 636.541 645.97C636.665 646.149 636.775 646.318 636.899 646.497L636.995 646.629C637.279 647.041 637.523 647.426 637.747 647.801C637.89 648.034 638.032 648.272 638.169 648.515C638.376 648.881 638.592 649.274 638.839 649.746L638.922 649.906C639.018 650.084 639.11 650.263 639.197 650.45C639.404 650.871 639.61 651.343 639.858 651.924C639.885 651.988 639.913 652.066 639.954 652.13C640 652.235 640.05 652.345 640.096 652.459C640.372 653.146 640.624 653.85 640.849 654.546C640.876 654.628 640.904 654.724 640.922 654.807C640.941 654.871 640.959 654.94 640.977 655.004C641.165 655.612 641.326 656.175 641.459 656.71C641.505 656.889 641.542 657.058 641.583 657.237L641.638 657.488C641.762 658.033 641.863 658.523 641.95 658.971C642.005 659.264 642.055 659.552 642.101 659.845C642.175 660.326 642.253 660.829 642.317 661.337L642.326 661.433C642.363 661.694 642.39 661.959 642.422 662.22C642.468 662.691 642.519 663.218 642.555 663.872L642.574 664.133C642.583 664.311 642.601 664.481 642.61 664.659C642.647 665.552 642.666 666.38 642.666 667.167C642.666 668.032 642.629 668.924 642.551 669.89C642.542 670.068 642.514 670.247 642.496 670.434C642.487 670.549 642.468 670.668 642.459 670.791C642.395 671.459 642.335 672.022 642.262 672.585C642.225 672.846 642.179 673.102 642.138 673.363L642.092 673.624C642.019 674.104 641.913 674.658 641.789 675.23C641.716 675.587 641.629 675.944 641.546 676.292C641.422 676.818 641.285 677.335 641.152 677.82C641.046 678.168 640.954 678.516 640.84 678.863C640.697 679.326 640.528 679.811 640.321 680.374L640.257 680.561C640.161 680.822 640.069 681.097 639.963 681.357C639.757 681.893 639.523 682.428 639.303 682.918C639.257 683.023 639.22 683.124 639.17 683.22C639.087 683.408 639.009 683.595 638.926 683.774C638.651 684.355 638.344 684.959 637.958 685.673C637.922 685.737 637.894 685.796 637.862 685.86C637.816 685.943 637.779 686.03 637.729 686.112C637.477 686.56 637.211 687.013 636.931 687.476C637.137 687.261 637.334 687.046 637.532 686.826L637.605 686.744C637.688 686.647 637.775 686.565 637.857 686.483C637.963 686.368 638.064 686.268 638.169 686.153C638.848 685.403 639.514 684.634 640.156 683.87C640.954 682.913 641.766 681.916 642.537 680.914C642.707 680.689 642.877 680.465 643.037 680.245C643.152 680.094 643.253 679.943 643.367 679.806L643.643 679.449C644.019 678.95 644.404 678.442 644.762 677.939C644.959 677.664 645.148 677.385 645.336 677.111C645.441 676.96 645.542 676.8 645.648 676.649L645.96 676.209C646.253 675.788 646.542 675.363 646.827 674.942C647.015 674.649 647.203 674.361 647.382 674.068C647.487 673.908 647.579 673.747 647.685 673.587L647.969 673.139C648.221 672.745 648.478 672.342 648.712 671.944C648.891 671.642 649.061 671.345 649.231 671.043C649.313 670.892 649.4 670.732 649.492 670.581L649.726 670.169C649.96 669.766 650.199 669.363 650.414 668.956C650.584 668.645 650.745 668.329 650.905 668.018L651.327 667.19C651.534 666.787 651.74 666.394 651.938 665.986C652.089 665.675 652.222 665.378 652.36 665.066C652.424 664.925 652.493 664.783 652.557 664.636L652.736 664.252C652.924 663.849 653.103 663.447 653.282 663.039C653.415 662.737 653.525 662.44 653.64 662.138C653.695 661.996 653.754 661.845 653.809 661.708L653.892 661.493C654.034 661.126 654.186 660.77 654.314 660.403C654.218 660.243 654.117 660.083 654.011 659.923L653.956 659.841C653.823 659.635 653.695 659.429 653.562 659.214C653.41 658.989 653.259 658.765 653.112 658.546L652.97 658.34C652.846 658.152 652.717 657.974 652.584 657.786C652.424 657.562 652.254 657.337 652.094 657.118L651.97 656.958C651.827 656.761 651.685 656.573 651.538 656.386C651.387 656.189 651.236 655.992 651.075 655.804L650.85 655.521C650.708 655.342 650.566 655.164 650.428 654.994C650.277 654.816 650.125 654.638 649.979 654.45L649.717 654.139C649.566 653.96 649.423 653.791 649.267 653.612C649.098 653.425 648.928 653.237 648.758 653.05L648.561 652.835C648.391 652.647 648.212 652.45 648.042 652.263C647.891 652.102 647.731 651.942 647.579 651.773L647.212 651.398C647.061 651.237 646.909 651.086 646.762 650.926C646.593 650.757 646.423 650.588 646.253 650.427L645.895 650.08C645.744 649.929 645.583 649.778 645.432 649.631C645.253 649.462 645.083 649.302 644.904 649.142L644.537 648.803C644.377 648.661 644.225 648.51 644.065 648.373C643.886 648.213 643.698 648.052 643.51 647.883L643.097 647.526C642.945 647.394 642.803 647.275 642.656 647.142C642.468 646.982 642.28 646.831 642.092 646.68L641.642 646.314C641.491 646.19 641.349 646.08 641.202 645.957C641.014 645.806 640.826 645.664 640.638 645.517L640.165 645.16C640.014 645.046 639.872 644.936 639.725 644.822C639.518 644.662 639.303 644.511 639.096 644.36L638.633 644.021C638.491 643.916 638.348 643.815 638.211 643.719C637.977 643.55 637.738 643.389 637.495 643.229L637.064 642.936C636.931 642.854 636.802 642.758 636.669 642.676C636.366 642.479 636.077 642.291 635.775 642.113L635.417 641.888C635.311 641.824 635.21 641.756 635.105 641.692C634.577 641.371 634.04 641.051 633.522 640.763C632.815 640.369 632.072 639.985 631.242 639.61C631.09 639.536 630.93 639.477 630.769 639.413C630.664 639.376 630.572 639.33 630.466 639.289C630.297 639.234 630.109 639.161 629.93 639.088Z\" fill=\"white\"/>\\n    <path d=\"M592.149 629.886L592.103 629.922C591.773 630.234 591.442 630.549 591.103 630.888L590.961 631.03C590.612 631.387 590.245 631.753 589.878 632.137C589.841 632.183 589.795 632.22 589.754 632.27C589.369 632.673 588.974 633.107 588.547 633.556L588.465 633.652C588.034 634.132 587.579 634.627 587.111 635.153C586.639 635.688 586.143 636.26 585.607 636.91C585.492 637.043 585.391 637.171 585.276 637.304L585.134 637.482C584.804 637.885 584.473 638.287 584.157 638.704C583.996 638.91 583.826 639.125 583.666 639.331L583.629 639.377C583.326 639.761 583.037 640.155 582.753 640.539C582.583 640.763 582.413 641.001 582.253 641.225C581.959 641.637 581.67 642.044 581.386 642.456L581.262 642.635C581.156 642.786 581.055 642.928 580.959 643.074C580.583 643.628 580.216 644.191 579.867 644.735C579.849 644.763 579.83 644.799 579.803 644.831L579.748 644.927C579.372 645.518 578.996 646.14 578.601 646.794C578.537 646.909 578.468 647.019 578.404 647.133L578.252 647.394C578 647.824 577.752 648.259 577.509 648.698C577.404 648.886 577.303 649.083 577.197 649.27L577.133 649.403C576.917 649.806 576.702 650.222 576.491 650.625C576.367 650.858 576.247 651.105 576.133 651.339C575.917 651.76 575.72 652.185 575.513 652.606L575.399 652.849C575.334 652.981 575.266 653.123 575.211 653.251C574.967 653.778 574.729 654.322 574.495 654.876L574.44 655.009C574.412 655.064 574.394 655.123 574.366 655.178C574.105 655.796 573.848 656.436 573.596 657.095C573.559 657.21 573.513 657.31 573.472 657.425L573.385 657.649C573.215 658.097 573.045 658.56 572.884 659.013C572.802 659.246 572.724 659.484 572.651 659.708C572.508 660.12 572.375 660.537 572.247 660.948C572.173 661.182 572.095 661.429 572.031 661.662C571.907 662.083 571.788 662.509 571.673 662.93L571.627 663.117C571.591 663.278 571.545 663.429 571.504 663.589C571.38 664.069 571.26 664.573 571.127 665.131L571.091 665.282C571.072 665.346 571.054 665.424 571.045 665.488C570.903 666.115 570.77 666.755 570.659 667.373C570.641 667.469 570.623 667.561 570.614 667.666L570.577 667.872C570.48 668.426 570.407 668.847 570.352 669.254C570.324 669.423 570.306 669.584 570.288 669.753L570.269 669.913C570.214 670.316 570.164 670.718 570.118 671.126C570.091 671.35 570.072 671.588 570.054 671.812C570.017 672.215 569.99 672.617 569.957 673.025L569.939 673.231C569.93 673.373 569.921 673.514 569.912 673.652C569.893 674.073 569.875 674.517 569.866 675.052C569.866 675.116 569.866 675.194 569.857 675.258C569.857 675.322 569.857 675.391 569.847 675.464C569.838 676.072 569.847 676.667 569.866 677.239C569.866 677.322 569.875 677.4 569.875 677.473C569.875 677.528 569.884 677.596 569.884 677.651C569.902 678.168 569.93 678.589 569.957 678.983C569.967 679.125 569.976 679.267 569.994 679.404L570.013 679.582C570.049 679.958 570.086 680.333 570.136 680.708C570.164 680.923 570.191 681.129 570.219 681.349C570.265 681.715 570.334 682.081 570.389 682.447L570.416 682.616C570.444 682.758 570.462 682.9 570.49 683.046C570.554 683.413 570.641 683.797 570.742 684.259L570.779 684.438C570.797 684.52 570.815 684.607 570.834 684.68C570.939 685.119 571.059 685.554 571.182 685.975C571.086 685.357 570.994 684.708 570.921 684.039C570.912 683.975 570.903 683.916 570.893 683.852C570.884 683.779 570.875 683.701 570.866 683.628C570.783 682.877 570.724 682.099 570.678 681.243C570.669 681.092 570.669 680.941 570.659 680.795L570.65 680.543C570.623 679.944 570.614 679.358 570.614 678.814C570.614 678.539 570.614 678.26 570.623 677.985C570.632 677.45 570.65 676.887 570.678 676.278L570.687 676.054C570.696 675.885 570.705 675.725 570.714 675.555C570.77 674.709 570.847 673.931 570.93 673.189C570.939 673.125 570.948 673.066 570.958 673.002L570.976 672.851C571.059 672.155 571.164 671.478 571.288 670.814C571.325 670.609 571.361 670.403 571.403 670.206L571.43 670.046C571.536 669.519 571.646 668.975 571.77 668.43C571.825 668.169 571.894 667.904 571.958 667.643C572.1 667.08 572.261 666.499 572.439 665.859C572.458 665.785 572.485 665.708 572.504 665.634C572.531 665.529 572.559 665.438 572.586 665.332C572.811 664.6 573.068 663.85 573.339 663.099C573.385 662.976 573.435 662.866 573.481 662.742L573.577 662.518C573.811 661.919 574.027 661.383 574.247 660.884C574.353 660.642 574.463 660.386 574.577 660.143C574.802 659.653 575.041 659.168 575.302 658.642L575.408 658.445C575.481 658.285 575.559 658.134 575.642 657.983C576.055 657.205 576.431 656.528 576.798 655.919C577.229 655.196 577.738 654.437 578.321 653.59L578.427 653.448C578.463 653.393 578.5 653.334 578.541 653.279C579.032 652.592 579.551 651.915 580.124 651.206C580.239 651.073 580.34 650.945 580.454 650.803C581 650.144 581.565 649.499 582.138 648.886C582.221 648.79 582.317 648.698 582.4 648.611L582.505 648.497C583.157 647.81 583.758 647.22 584.34 646.685C584.395 646.639 584.455 646.579 584.501 646.534C584.547 646.497 584.597 646.451 584.643 646.41C585.235 645.875 585.85 645.348 586.46 644.84L586.602 644.717C586.666 644.662 586.726 644.612 586.79 644.557C587.382 644.085 588.034 643.591 588.777 643.056L588.919 642.951C589.052 642.854 589.181 642.763 589.314 642.667C589.942 642.228 590.612 641.784 591.309 641.353C591.516 641.221 591.731 641.102 591.938 640.969C592.663 640.539 593.342 640.15 593.998 639.798C594.131 639.724 594.259 639.656 594.401 639.592L594.626 639.477C595.333 639.12 595.993 638.8 596.631 638.503C596.847 638.406 597.053 638.315 597.273 638.219C597.916 637.935 598.59 637.665 599.288 637.391L599.503 637.308C599.645 637.253 599.797 637.194 599.934 637.139C600.623 636.887 601.357 636.64 602.182 636.388C602.426 636.315 602.664 636.237 602.907 636.173C603.669 635.949 604.44 635.752 605.206 635.565C605.385 635.519 605.573 635.482 605.752 635.441L605.894 635.414C606.779 635.217 607.569 635.066 608.312 634.942C608.417 634.924 608.518 634.915 608.624 634.897L608.821 634.869C609.619 634.746 610.413 634.645 611.193 634.558C611.248 634.549 611.308 634.549 611.363 634.54C611.427 634.53 611.505 634.521 611.569 634.521C612.358 634.448 613.216 634.398 614.184 634.361L614.354 634.352C614.469 634.352 614.579 634.343 614.693 634.343C615.391 634.325 616.107 634.325 616.831 634.343C616.189 634.109 615.588 633.894 614.987 633.693C614.941 633.675 614.882 633.666 614.836 633.647L614.712 633.611C614.033 633.396 613.326 633.181 612.537 632.952L612.358 632.897C612.234 632.86 612.124 632.833 612 632.792C611.179 632.567 610.353 632.352 609.541 632.165C609.445 632.146 609.353 632.119 609.257 632.101L609.06 632.055C608.316 631.886 607.546 631.716 606.779 631.565L606.582 631.529C606.477 631.51 606.376 631.492 606.27 631.474C605.431 631.313 604.527 631.153 603.596 631.002C603.462 630.984 603.343 630.966 603.21 630.947H602.967C602.082 630.815 601.242 630.696 600.416 630.59L600.058 630.545C599.173 630.439 598.223 630.339 597.15 630.243C596.925 630.224 596.686 630.206 596.461 630.188C595.305 630.083 594.333 630.018 593.401 629.964C592.97 629.922 592.562 629.904 592.149 629.886Z\" fill=\"white\"/>\\n    <path d=\"M581.801 705.071C581.998 705.098 582.204 705.126 582.402 705.153L582.714 705.199C582.911 705.227 583.099 705.254 583.305 705.281C583.521 705.309 583.737 705.336 583.957 705.364L584.466 705.428C584.673 705.455 584.888 705.474 585.095 705.501C585.31 705.519 585.526 705.547 585.746 705.565L586.32 705.62C586.535 705.638 586.742 705.657 586.962 705.675C587.196 705.693 587.425 705.712 587.659 705.73L588.288 705.776C588.485 705.794 588.692 705.803 588.898 705.821C589.16 705.84 589.426 705.858 589.687 705.867L590.357 705.904C590.536 705.913 590.715 705.922 590.894 705.931C591.178 705.95 591.467 705.959 591.752 705.968L592.44 705.995C592.61 706.004 592.789 706.014 592.967 706.014C593.371 706.023 593.775 706.032 594.192 706.041L594.633 706.05C594.793 706.05 594.945 706.059 595.105 706.059C595.821 706.069 596.555 706.078 597.298 706.078C606.658 706.078 615.457 703.588 622.747 698.875C633.978 691.617 640.456 680.04 640.53 667.126C640.53 666.27 640.511 665.419 640.475 664.591C640.465 664.476 640.456 664.357 640.447 664.243C640.438 664.147 640.429 664.064 640.429 663.968C640.392 663.36 640.346 662.728 640.277 662.129C640.259 661.987 640.241 661.836 640.222 661.699C640.204 661.593 640.195 661.493 640.176 661.378L640.149 661.145C640.094 660.683 640.025 660.216 639.951 659.763C639.924 659.621 639.896 659.47 639.869 659.333C639.841 659.218 639.823 659.118 639.805 659.003L639.759 658.761C639.676 658.34 639.589 657.896 639.484 657.475C639.447 657.315 639.401 657.155 639.35 657.004C639.323 656.898 639.286 656.788 639.254 656.683L639.181 656.399C639.075 656.033 638.983 655.649 638.86 655.283C638.805 655.114 638.745 654.944 638.681 654.775C638.644 654.67 638.607 654.569 638.566 654.455L638.46 654.162C638.346 653.832 638.226 653.494 638.103 653.178C638.038 652.999 637.951 652.83 637.878 652.661C637.832 652.546 637.772 652.446 637.726 652.331L637.584 652.011C637.46 651.727 637.341 651.43 637.199 651.155C637.116 650.977 637.02 650.817 636.924 650.647C636.868 650.542 636.809 650.441 636.754 650.336L636.593 650.034C636.451 649.773 636.309 649.49 636.153 649.229C636.047 649.059 635.946 648.89 635.832 648.721C635.767 648.625 635.699 648.524 635.644 648.419L635.465 648.126C635.313 647.883 635.153 647.627 634.983 647.385C634.859 647.215 634.74 647.046 634.607 646.877C634.533 646.78 634.464 646.689 634.391 646.593L634.194 646.318C634.024 646.094 633.854 645.847 633.666 645.623C633.524 645.453 633.382 645.284 633.235 645.124C633.161 645.028 633.074 644.945 633.001 644.849L632.776 644.589C632.597 644.373 632.409 644.158 632.221 643.948C632.06 643.779 631.9 643.618 631.73 643.458C631.648 643.376 631.56 643.289 631.478 643.207C631.395 643.124 631.308 643.037 631.225 642.955C631.028 642.758 630.84 642.57 630.643 642.383C630.464 642.223 630.276 642.063 630.088 641.902C629.991 641.829 629.9 641.742 629.803 641.669C629.707 641.596 629.624 641.509 629.528 641.436C629.321 641.257 629.115 641.079 628.899 640.9C628.702 640.74 628.496 640.589 628.289 640.438C628.184 640.365 628.083 640.287 627.977 640.214L627.684 639.999C627.468 639.829 627.252 639.669 627.023 639.509C626.807 639.358 626.573 639.207 626.344 639.061C626.229 638.997 626.128 638.919 626.014 638.855C625.908 638.791 625.798 638.713 625.692 638.64C625.468 638.489 625.252 638.347 625.013 638.209C624.761 638.058 624.504 637.907 624.243 637.77L623.922 637.592C623.807 637.528 623.706 637.468 623.6 637.404C623.385 637.28 623.178 637.161 622.949 637.038C622.798 637.01 622.637 636.992 622.476 636.965L622.128 636.91C621.967 636.882 621.816 636.864 621.655 636.837C621.476 636.809 621.297 636.791 621.118 636.773L620.696 636.727C620.545 636.708 620.394 636.69 620.247 636.672C620.068 636.654 619.898 636.644 619.719 636.626L619.288 636.589C619.127 636.58 618.976 636.562 618.815 636.553C618.636 636.544 618.467 636.535 618.288 636.525L617.815 636.507C617.664 636.498 617.512 636.489 617.352 636.489C617.164 636.48 616.966 636.48 616.778 636.48H616.347C616.186 636.48 616.026 636.471 615.865 636.48C615.686 636.48 615.507 636.489 615.329 636.489L614.879 636.498C614.709 636.498 614.539 636.507 614.361 636.516C614.172 636.525 613.993 636.535 613.805 636.544L613.365 636.599C613.195 636.608 613.025 636.617 612.856 636.626C612.668 636.644 612.489 636.654 612.301 636.672L611.86 636.708C611.681 636.727 611.511 636.736 611.333 636.754C611.135 636.773 610.938 636.8 610.741 636.827L610.3 636.882C610.131 636.901 609.97 636.919 609.8 636.946C609.603 636.974 609.406 637.01 609.208 637.043L608.768 637.116C608.598 637.143 608.438 637.171 608.268 637.198C608.08 637.235 607.892 637.271 607.704 637.313L607.222 637.409C607.061 637.436 606.892 637.473 606.722 637.505C606.534 637.541 606.346 637.587 606.157 637.637L605.676 637.752C605.515 637.788 605.345 637.825 605.185 637.866C604.997 637.912 604.799 637.971 604.611 638.017L604.171 638.141C603.992 638.187 603.822 638.237 603.643 638.283C603.464 638.338 603.276 638.397 603.097 638.443L602.606 638.594C602.437 638.64 602.276 638.699 602.106 638.745C601.927 638.8 601.739 638.868 601.56 638.932L601.111 639.093C600.932 639.148 600.753 639.216 600.583 639.271C600.404 639.335 600.225 639.404 600.037 639.477L599.565 639.655C599.395 639.72 599.234 639.779 599.065 639.843C598.886 639.916 598.707 639.994 598.528 640.067L598.078 640.255C597.909 640.328 597.73 640.397 597.56 640.47C597.39 640.543 597.22 640.621 597.051 640.703L596.587 640.918C596.408 640.992 596.239 641.079 596.069 641.161C595.908 641.234 595.757 641.321 595.596 641.394L595.105 641.646C594.936 641.728 594.766 641.815 594.596 641.907C594.436 641.989 594.284 642.076 594.133 642.159L593.633 642.433C593.472 642.516 593.312 642.612 593.151 642.708C592.99 642.804 592.839 642.895 592.678 642.991L592.229 643.266C592.059 643.371 591.898 643.463 591.729 643.568C591.577 643.664 591.417 643.765 591.265 643.87L590.834 644.154C590.664 644.268 590.495 644.369 590.325 644.492C590.183 644.589 590.04 644.689 589.903 644.794L589.462 645.115C589.293 645.238 589.132 645.348 588.962 645.472C588.82 645.577 588.678 645.687 588.531 645.801L588.127 646.122C587.958 646.254 587.788 646.373 587.627 646.515C587.503 646.62 587.375 646.721 587.251 646.835L586.829 647.192C586.659 647.334 586.489 647.476 586.329 647.613C586.205 647.728 586.086 647.838 585.962 647.952L585.567 648.318C585.407 648.469 585.237 648.62 585.076 648.767C584.952 648.89 584.833 649.009 584.709 649.133L584.324 649.517C584.173 649.668 584.012 649.819 583.861 649.979C583.746 650.094 583.645 650.213 583.539 650.327C583.475 650.4 583.406 650.469 583.342 650.542L583.145 650.757C582.993 650.917 582.833 651.087 582.695 651.256C582.581 651.389 582.47 651.517 582.365 651.649L581.989 652.098C581.847 652.258 581.704 652.427 581.576 652.597C581.461 652.748 581.342 652.89 581.227 653.036L580.878 653.498C580.755 653.658 580.626 653.828 580.502 653.988C580.36 654.175 580.227 654.372 580.099 654.56L579.947 654.784C579.892 654.866 579.823 654.953 579.768 655.036C579.672 655.168 579.58 655.297 579.484 655.438C579.153 655.937 578.823 656.454 578.525 656.958C571.662 668.311 570.73 683.156 576.089 695.704C576.465 696.578 576.869 697.443 577.305 698.294C577.387 698.454 577.474 698.605 577.557 698.756C577.621 698.87 577.69 698.98 577.745 699.095L577.818 699.246C578.094 699.744 578.364 700.261 578.667 700.747C578.791 700.952 578.919 701.149 579.062 701.346C579.135 701.46 579.213 701.57 579.286 701.685L579.456 701.959C579.69 702.325 579.938 702.701 580.19 703.057C580.342 703.273 580.511 703.478 580.672 703.684C580.755 703.799 580.842 703.899 580.924 704.014L581.103 704.247C581.379 704.526 581.585 704.806 581.801 705.071ZM607.011 697.708C597.473 697.708 588.701 692.967 583.549 685.032C575.341 672.384 578.901 655.933 591.825 646.767C598.886 641.751 607.359 640.063 615.058 642.117C621.986 643.966 627.468 648.597 630.459 655.132C638.488 672.636 632.033 686.908 622.073 693.292C617.577 696.189 612.36 697.708 607.011 697.708Z\" fill=\"white\"/>\\n    <path d=\"M584.016 707.502C586.53 709.992 589.365 712.01 592.453 713.501C608.015 721.006 614.245 715.35 623.668 706.797C629.532 701.475 636.179 695.435 646.695 690.918C652.806 688.287 656.692 684.544 658.238 679.78C660.224 673.666 657.962 667.214 655.659 662.803C655.641 662.839 655.632 662.876 655.613 662.917C655.577 663 655.54 663.086 655.499 663.169C655.329 663.581 655.15 664.006 654.962 664.427C654.71 665.008 654.462 665.562 654.21 666.107C654.012 666.537 653.806 666.962 653.59 667.393C653.315 667.937 653.035 668.5 652.732 669.072C652.507 669.502 652.283 669.937 652.035 670.367C651.686 670.985 651.338 671.598 651.067 672.065L650.993 672.197C650.769 672.582 650.544 672.966 650.305 673.351C649.957 673.923 649.59 674.495 649.223 675.08L649.053 675.341C648.846 675.671 648.631 676.009 648.411 676.339C647.998 676.957 647.562 677.588 647.176 678.133L646.892 678.545C646.713 678.796 646.534 679.062 646.355 679.313C645.873 679.981 645.369 680.645 644.878 681.295C644.772 681.428 644.681 681.556 644.575 681.697C644.424 681.894 644.281 682.091 644.135 682.288C643.346 683.313 642.543 684.297 641.763 685.226C636.427 691.609 630.399 696.822 623.856 700.702C617.268 704.958 609.368 707.52 601.009 708.092C599.766 708.175 598.513 708.225 597.288 708.225C596.302 708.225 595.256 708.216 594.003 708.189L593.361 708.17C592.324 708.143 591.31 708.097 590.319 708.047C590.214 708.038 590.104 708.038 589.998 708.028L589.783 708.019C588.755 707.964 587.833 707.896 586.979 707.823L586.745 707.804C585.878 707.713 584.984 707.617 584.016 707.502Z\" fill=\"white\"/>\\n    <path d=\"M568.049 651.586L568.164 651.613C567.072 657.274 565.829 663.69 562.975 670.101C558.484 680.196 557.796 688.231 560.925 693.979C563.709 699.104 569.687 702.646 578.698 704.513C578.624 704.408 578.556 704.307 578.482 704.202C578.436 704.129 578.377 704.051 578.331 703.978C577.927 703.406 577.569 702.861 577.221 702.317C577.06 702.065 576.899 701.8 576.748 701.548C576.427 701.003 576.097 700.422 575.78 699.818L575.638 699.566C575.564 699.415 575.477 699.274 575.404 699.127C574.954 698.244 574.583 697.448 574.257 696.706C574.142 696.564 574.041 696.423 573.936 696.276C573.881 696.203 573.821 696.116 573.766 696.043L573.596 695.819C573.472 695.649 573.344 695.48 573.229 695.311C573.105 695.141 573.004 694.963 572.89 694.784L572.596 694.322C572.481 694.144 572.362 693.965 572.247 693.778C572.142 693.599 572.041 693.421 571.945 693.242L571.669 692.743C571.564 692.556 571.463 692.377 571.366 692.19C571.27 692.002 571.178 691.805 571.082 691.609L570.848 691.119C570.752 690.931 570.66 690.735 570.573 690.547C570.476 690.341 570.403 690.135 570.32 689.929L570.114 689.412C570.041 689.224 569.963 689.037 569.889 688.849C569.816 688.643 569.738 688.428 569.674 688.222L569.577 687.948C569.541 687.852 569.513 687.751 569.472 687.655C569.407 687.476 569.348 687.289 569.293 687.101C569.229 686.877 569.16 686.639 569.095 686.406L568.953 685.888C568.898 685.692 568.839 685.495 568.793 685.298C568.738 685.056 568.678 684.808 568.632 684.557L568.517 684.012C568.481 683.825 568.435 683.637 568.394 683.44C568.348 683.189 568.311 682.932 568.261 682.671L568.164 682.118C568.137 681.93 568.1 681.742 568.068 681.546C568.031 681.285 568.004 681.01 567.971 680.749L567.907 680.187C567.889 679.999 567.861 679.811 567.852 679.624C567.825 679.349 567.815 679.07 567.797 678.786L567.76 678.223C567.751 678.036 567.733 677.848 567.724 677.651C567.715 677.359 567.715 677.07 567.705 676.777V676.503C567.705 676.388 567.705 676.279 567.696 676.173C567.696 676.004 567.687 675.826 567.687 675.647C567.687 675.336 567.696 675.029 567.715 674.718L567.733 674.146C567.733 673.968 567.742 673.789 567.751 673.62C567.77 673.281 567.797 672.943 567.825 672.604L567.843 672.371C567.852 672.265 567.861 672.165 567.861 672.059C567.871 671.89 567.88 671.73 567.898 671.561C567.926 671.231 567.971 670.902 568.013 670.577L568.049 670.284C568.059 670.179 568.068 670.087 568.086 669.982C568.105 669.813 568.123 669.652 568.141 669.483C568.187 669.117 568.256 668.76 568.311 668.394L568.348 668.119C568.366 668.023 568.375 667.923 568.394 667.826C568.421 667.666 568.439 667.506 568.467 667.346C568.54 666.934 568.628 666.518 568.71 666.106L568.738 665.955C568.756 665.859 568.774 665.758 568.793 665.662C568.82 665.52 568.848 665.369 568.875 665.232C568.972 664.793 569.082 664.349 569.187 663.909L569.224 663.777C569.242 663.681 569.27 663.589 569.288 663.502C569.316 663.369 569.352 663.241 569.385 663.099C569.508 662.628 569.637 662.161 569.779 661.69L569.807 661.594C569.834 661.498 569.862 661.406 569.88 661.301C569.908 661.187 569.944 661.068 569.976 660.953C570.119 660.491 570.261 660.033 570.408 659.571L570.453 659.411C570.481 659.329 570.509 659.242 570.536 659.159C570.573 659.036 570.609 658.926 570.651 658.802C570.811 658.313 570.999 657.819 571.178 657.338L571.206 657.256C571.233 657.173 571.261 657.086 571.288 657.004C571.325 656.89 571.371 656.771 571.412 656.656C571.61 656.13 571.816 655.613 572.055 655.041C572.082 654.968 572.119 654.881 572.151 654.807C572.188 654.702 572.224 654.602 572.275 654.505C572.518 653.924 572.784 653.343 573.009 652.835C573.046 652.762 573.073 652.693 573.105 652.62C573.142 652.538 573.179 652.451 573.22 652.368C573.481 651.787 573.775 651.206 574.041 650.662C574.078 650.597 574.105 650.529 574.138 650.465C574.174 650.392 574.211 650.314 574.252 650.231C574.564 649.604 574.904 648.982 575.184 648.456C575.211 648.401 575.239 648.341 575.28 648.287C575.307 648.232 575.335 648.172 575.376 648.108C575.734 647.449 576.101 646.813 576.386 646.323C576.413 646.268 576.45 646.209 576.482 646.163C576.509 646.108 576.546 646.049 576.578 645.994C576.89 645.458 577.248 644.868 577.698 644.154L577.771 644.04C577.799 643.994 577.826 643.944 577.854 643.898C578.202 643.353 578.579 642.763 579.06 642.058L579.221 641.816C579.597 641.253 580.019 640.654 580.51 639.976C580.538 639.94 580.556 639.903 580.583 639.871C580.611 639.834 580.629 639.798 580.657 639.757C581.088 639.157 581.561 638.535 582.088 637.858L582.185 637.725C582.675 637.098 583.194 636.448 583.74 635.789L583.786 635.725C584.35 635.048 584.914 634.393 585.469 633.762C585.8 633.396 586.112 633.048 586.419 632.7L586.653 632.439C586.887 632.179 587.126 631.931 587.351 631.68L587.575 631.437C588.103 630.874 588.621 630.339 589.108 629.831C572.257 630.106 570.513 639.125 568.105 651.586H568.049Z\" fill=\"white\"/>\\n    <defs>\\n    <linearGradient id=\"paint0_linear_4054_2126\" x1=\"370.755\" y1=\"528.234\" x2=\"218.861\" y2=\"773.459\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#0094D8\"/>\\n    <stop offset=\"0.942322\" stop-color=\"#EDE80A\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint1_linear_4054_2126\" x1=\"808.746\" y1=\"541.15\" x2=\"976.035\" y2=\"752.77\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#0094D8\"/>\\n    <stop offset=\"0.942322\" stop-color=\"#EDE80A\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint2_linear_4054_2126\" x1=\"585.5\" y1=\"279\" x2=\"440.5\" y2=\"35\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#EDE80A\" stop-opacity=\"0\"/>\\n    <stop offset=\"1\" stop-color=\"#EBE20F\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint3_linear_4054_2126\" x1=\"931.5\" y1=\"437.5\" x2=\"991\" y2=\"213\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    <stop offset=\"1\" stop-color=\"#C8E8F7\" stop-opacity=\"0.37\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint4_linear_4054_2126\" x1=\"1140\" y1=\"211.5\" x2=\"975\" y2=\"429\" gradientUnits=\"userSpaceOnUse\">\\n    <stop offset=\"0.0225693\" stop-color=\"#0094D8\" stop-opacity=\"0.22\"/>\\n    <stop offset=\"1\" stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint5_linear_4054_2126\" x1=\"860.5\" y1=\"430.248\" x2=\"949.621\" y2=\"160.339\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    <stop offset=\"1\" stop-color=\"#C8E8F7\" stop-opacity=\"0.37\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint6_linear_4054_2126\" x1=\"1069\" y1=\"148.69\" x2=\"855.883\" y2=\"374.183\" gradientUnits=\"userSpaceOnUse\">\\n    <stop offset=\"0.0225693\" stop-color=\"#0094D8\" stop-opacity=\"0.22\"/>\\n    <stop offset=\"1\" stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint7_linear_4054_2126\" x1=\"749\" y1=\"48\" x2=\"768.399\" y2=\"423.178\" gradientUnits=\"userSpaceOnUse\">\\n    <stop offset=\"0.0225693\" stop-color=\"#0094D8\"/>\\n    <stop offset=\"1\" stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint8_linear_4054_2126\" x1=\"760.118\" y1=\"48\" x2=\"787.185\" y2=\"422.223\" gradientUnits=\"userSpaceOnUse\">\\n    <stop offset=\"0.0225693\" stop-color=\"#69DBFF\"/>\\n    <stop offset=\"1\" stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint9_linear_4054_2126\" x1=\"619.375\" y1=\"441.433\" x2=\"655.354\" y2=\"239.614\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    <stop offset=\"1\" stop-color=\"#C8E8F7\" stop-opacity=\"0.37\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint10_linear_4054_2126\" x1=\"888.021\" y1=\"245.567\" x2=\"767.785\" y2=\"481.196\" gradientUnits=\"userSpaceOnUse\">\\n    <stop offset=\"0.0225693\" stop-color=\"#0094D8\" stop-opacity=\"0.22\"/>\\n    <stop offset=\"1\" stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint11_linear_4054_2126\" x1=\"169.094\" y1=\"449.792\" x2=\"190.753\" y2=\"313.065\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    <stop offset=\"1\" stop-color=\"#C8E8F7\" stop-opacity=\"0.37\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint12_linear_4054_2126\" x1=\"372.583\" y1=\"317.958\" x2=\"297.403\" y2=\"483.762\" gradientUnits=\"userSpaceOnUse\">\\n    <stop offset=\"0.0225693\" stop-color=\"#0094D8\" stop-opacity=\"0.22\"/>\\n    <stop offset=\"1\" stop-color=\"#0094D8\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint13_linear_4054_2126\" x1=\"373.482\" y1=\"132.655\" x2=\"373.485\" y2=\"454.31\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#008415\"/>\\n    <stop offset=\"0.307292\" stop-color=\"#00A64F\"/>\\n    <stop offset=\"0.979167\" stop-color=\"#8AD137\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint14_linear_4054_2126\" x1=\"457.563\" y1=\"205.5\" x2=\"457.565\" y2=\"454.31\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#008415\"/>\\n    <stop offset=\"0.307292\" stop-color=\"#00A64F\"/>\\n    <stop offset=\"0.979167\" stop-color=\"#8AD137\" stop-opacity=\"0\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint15_linear_4054_2126\" x1=\"1079\" y1=\"636.081\" x2=\"1013.84\" y2=\"790.504\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#19282F\"/>\\n    <stop offset=\"1\" stop-color=\"#2B5063\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint16_linear_4054_2126\" x1=\"199.083\" y1=\"584.699\" x2=\"105.252\" y2=\"752.244\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#19282F\"/>\\n    <stop offset=\"1\" stop-color=\"#2B5063\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint17_linear_4054_2126\" x1=\"1073.21\" y1=\"444.941\" x2=\"176.527\" y2=\"719.825\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#19282F\"/>\\n    <stop offset=\"0.24\" stop-color=\"#2B5063\"/>\\n    <stop offset=\"0.421531\" stop-color=\"#19282F\"/>\\n    <stop offset=\"0.78\" stop-color=\"#2B5063\"/>\\n    <stop offset=\"1\" stop-color=\"#0F191D\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint18_linear_4054_2126\" x1=\"611.77\" y1=\"581.979\" x2=\"513.205\" y2=\"699.346\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#1B3A49\"/>\\n    <stop offset=\"1\" stop-color=\"#0F191D\"/>\\n    </linearGradient>\\n    <linearGradient id=\"paint19_linear_4054_2126\" x1=\"578.145\" y1=\"761.5\" x2=\"719.231\" y2=\"704.41\" gradientUnits=\"userSpaceOnUse\">\\n    <stop stop-color=\"#1D3B49\"/>\\n    <stop offset=\"1\" stop-color=\"#0F191D\"/>\\n    </linearGradient>\\n    </defs>\\n    </svg>\\n    ',id:\"iFuVPULUC\",layoutId:\"iFuVPULUC\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jg54m3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"F2QIwe2_H\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"PlayCircle\",id:\"F2QIwe2_H\",layoutId:\"F2QIwe2_H\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-89xmo8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j4phfg\",\"data-framer-name\":\"Hero Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Powered by blockchain. Built on trust.\"})}),className:\"framer-i97t3k\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fe5j1v\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9gdhm7\",\"data-styles-preset\":\"mRBzPqWZC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Trillions of dollars worth of the world\u2019s assets are moving onto the blockchain \u2014 and we\u2019re leading the way. Paxos is innovating with a sharp focus on technology and regulation, ensuring this transformation is done right.\"})}),className:\"framer-125lg01\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"G7X5OzWfh\"},motionChild:true,nodeId:\"pri9BWYQL\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2f1x2o framer-8k4rbw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{y:(componentViewport?.y||0)+0+3319+200+609+0+138+0+0},wtSL5wAKm:{y:(componentViewport?.y||0)+0+3479+200+795+0+138+0+0},y4t3P8_r1:{y:(componentViewport?.y||0)+0+3413+200+447+0+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+3479+200+895+0+138+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n58n8z-container\",nodeId:\"uTc7IwhHm\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(ButtonSmall,{AIEFFF1WX:\"How we build with trust\",efEqC5r4K:\"rgb(0, 0, 0)\",GtYbYJXM0:\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\",height:\"100%\",id:\"uTc7IwhHm\",layoutId:\"uTc7IwhHm\",O16IJk7j8:\"4px 14px 4px 14px\",variant:\"vvXhbS1TN\",width:\"100%\",XNwam1trB:\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vismjz\",\"data-framer-name\":\"Cameron Video\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nsjd6i\",\"data-framer-name\":\"Hero Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jiweig\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44))\"},children:\"\u201C\"}),\"We're not afraid to invest in new products. Keeping up can be challenging, but it's hugely rewarding.\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44))\"},children:\"\u201D\"})]})})},y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44))\"},children:\"\u201C\"}),\"We're not afraid to invest in new products. Keeping up can be challenging, but it's hugely rewarding.\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44))\"},children:\"\u201D\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"44px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44))\"},children:\"\u201C\"}),\"We're not afraid to invest in new products. Keeping up can be challenging, but it's hugely rewarding.\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, rgb(161, 214, 44))\"},children:\"\u201D\"})]})}),className:\"framer-vpn77k\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"GF;Mulish-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uqb0nu\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QgTW9uby1yZWd1bGFy\",\"--framer-font-family\":'\"Geist Mono\", monospace',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Cameron Fleet, Senior Software Engineer\"})})},wtSL5wAKm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QgTW9uby1yZWd1bGFy\",\"--framer-font-family\":'\"Geist Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Cameron Fleet, Senior Software Engineer\"})})},y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QgTW9uby1yZWd1bGFy\",\"--framer-font-family\":'\"Geist Mono\", monospace',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Cameron Fleet, Senior Software Engineer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QgTW9uby1yZWd1bGFy\",\"--framer-font-family\":'\"Geist Mono\", monospace',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Cameron Fleet, Senior Software Engineer\"})}),className:\"framer-15icoka\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"GF;Geist Mono-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-isk9dz\",\"data-framer-name\":\"Button\",id:\"isk9dz\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{y:(componentViewport?.y||0)+0+4499+136+0+179.25+0+0},wtSL5wAKm:{y:(componentViewport?.y||0)+0+4845+257+0+194+0+0},y4t3P8_r1:{y:(componentViewport?.y||0)+0+4431+136+0+174+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+4945+257+0+214+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3ynkxf-container\",nodeId:\"loSPOb88H\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(ButtonVideo,{height:\"100%\",id:\"loSPOb88H\",layoutId:\"loSPOb88H\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1vzqp1v\"),\"data-framer-portal-id\":\"isk9dz\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"VlgCMqyiO\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation5,className:cx(scopingClassNames,\"framer-7wqowu-container\"),\"data-framer-portal-id\":\"isk9dz\",exit:animation4,initial:animation6,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EigMHj8I9\",rendersWithMotion:true,scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,controls:false,height:\"100%\",id:\"EigMHj8I9\",isMixedBorderRadius:false,layoutId:\"EigMHj8I9\",loop:true,muted:false,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/kR2zvguibjjH8EGNtuXOcZthDp4.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/gJU90mCpfRWJ0jwLKtD48EGmqI.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,volume:25,width:\"100%\"})})})]}),getContainer())})})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4499+0+0),pixelHeight:3517,pixelWidth:9405,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png\",srcSet:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png 9405w\"}},wtSL5wAKm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4845+0+0),pixelHeight:3517,pixelWidth:9405,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png\",srcSet:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png 9405w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4431+0+0),pixelHeight:3517,pixelWidth:9405,positionX:\"60.4%\",positionY:\"47.6%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png\",srcSet:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png 9405w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4945+0+0),pixelHeight:3517,pixelWidth:9405,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png\",srcSet:\"https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/cPhAyOk6IvwPigwPTYf7S7ldEhc.png 9405w\"},className:\"framer-toaxcn\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19rkp77\",\"data-framer-name\":\"Finance is Global\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10t2rym\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15g65g5\",\"data-framer-name\":\"Hero Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:[\"Finance is global, \",/*#__PURE__*/_jsx(\"br\",{}),\"so is our team.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"Finance is global, so is our team.\"})}),className:\"framer-8chkcj\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b6z009\",\"data-styles-preset\":\"BnggWI1ko\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"We believe you should be empowered to work from wherever is best for you. That\u2019s why we\u2019re remote-first, with regional hubs in the US, Europe and Asia, and offices in New York and Singapore.\"})}),className:\"framer-v3u7xg\",\"data-framer-name\":\"Paxos Trust Company LLC is a regulated financial institution and every aspect of its operations are supervised by the New York Department of Financial Services (NYDFS). Paxos received the first limited purpose trust charter for digital assets from the NYDFS in 2015.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aENIi_LyM\"},motionChild:true,nodeId:\"HTxmlndL1\",openInNewTab:false,scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hhrt5d framer-8k4rbw\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{y:(componentViewport?.y||0)+0+4982+410.25+0+144+0+0},wtSL5wAKm:{y:(componentViewport?.y||0)+0+5585+410.25+0+144+0+0},y4t3P8_r1:{y:(componentViewport?.y||0)+0+4914+410.25+0+144+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+5685+410.25+0+144+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dwe87w-container\",nodeId:\"AHMVS8RDp\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(ButtonSmall,{AIEFFF1WX:\"Search jobs\",efEqC5r4K:\"rgb(0, 0, 0)\",GtYbYJXM0:\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\",height:\"100%\",id:\"AHMVS8RDp\",layoutId:\"AHMVS8RDp\",O16IJk7j8:\"4px 14px 4px 14px\",variant:\"vvXhbS1TN\",width:\"100%\",XNwam1trB:\"var(--token-f5eecd9b-5cdc-4095-ac1f-93e018bfd28a, rgb(25, 40, 47))\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1donlae\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rm2kf-container\",\"data-framer-name\":\"map\",isAuthoredByUser:true,isModuleExternal:true,name:\"map\",nodeId:\"KLGZVPKdR\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(UnicornStudioEmbed,{altText:\"\",ariaLabel:\"\",dpi:1.5,fps:60,header:\"\",height:\"100%\",id:\"KLGZVPKdR\",layoutId:\"KLGZVPKdR\",lazyLoad:false,name:\"map\",projectId:\"9x9SgvRC6DWKwNViLnve\",projectJSON:\"\",scale:1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2e7bd7\",\"data-framer-name\":\"Video\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-192n6q9\",\"data-framer-name\":\"Hero Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qkgus0\",\"data-framer-name\":\"Hero Text\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qbmw6t\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"From your block to the blockchain\"})}),className:\"framer-q0byxf\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9gdhm7\",\"data-styles-preset\":\"mRBzPqWZC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"At Paxos, distance doesn\u2019t hinder collaboration. Our remote-first way of working turns every virtual or in-person experience into a chance to spark big ideas.\"})}),className:\"framer-3k7pfd\",\"data-framer-name\":\"Regulation & Transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fdfeov\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-147tmb5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mdng1dIiy\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,controls:true,height:\"100%\",id:\"mdng1dIiy\",isMixedBorderRadius:false,layoutId:\"mdng1dIiy\",loop:true,muted:false,objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/ImZRfgUAOnEOci2ZzTVUzDTrg.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/SlbY5twdZfAH9ZBNpFj0C0zokU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,volume:25,width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yh8gam\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hai537\",\"data-framer-name\":\"wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kwhmq0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9bgbi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-10sai7t\",\"data-styles-preset\":\"EDcMejUJ6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-39ab1862-dd66-45b5-b893-a1100091e039, rgb(130, 131, 133))\"},children:\"JOIN US\"})}),className:\"framer-d0l0mk\",\"data-framer-name\":\"Commitment to regulation and transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y4t3P8_r1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"The future of finance is possible. You can help make it a reality.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-13d5896\",\"data-styles-preset\":\"y7wkwzI9p\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"The future of finance is possible.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-eee20c03-b84d-418a-82b0-ba65cecb3e05, rgb(255, 255, 255))\"},children:\"You can help make it a reality.\"})]})}),className:\"framer-kg4djg\",\"data-framer-name\":\"Commitment to regulation and transparency\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aENIi_LyM\"},motionChild:true,nodeId:\"tOuBT08n9\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-f4p9p9 framer-8k4rbw\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{y:(componentViewport?.y||0)+0+6925.5+80+0+0+0+0+126+0},wtSL5wAKm:{y:(componentViewport?.y||0)+0+7528.5+200+0+0+0+0+126+0},y4t3P8_r1:{y:(componentViewport?.y||0)+0+6857.5+40+0+0+0+0+126+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+7628.5+200+0+0+0+0+126+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1hd0sc1-container\",\"data-framer-appear-id\":\"1hd0sc1\",initial:animation8,nodeId:\"l4UuXaTMz\",optimized:true,rendersWithMotion:true,scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{x3NZq8Xsu:\"10px 20px 10px 20px\"},wtSL5wAKm:{x3NZq8Xsu:\"10px 20px 10px 20px\"},y4t3P8_r1:{x3NZq8Xsu:\"8px 18px 8px 18px\"}},children:/*#__PURE__*/_jsx(RunningStroke,{height:\"100%\",id:\"l4UuXaTMz\",layoutId:\"l4UuXaTMz\",ofLqZhEO8:\"Search jobs\",PPM8eZNfR:\"var(--token-c72875ae-be2b-4de3-ab77-fad051f0f2a9, rgb(12, 12, 12))\",variant:\"CnDL1SB8G\",width:\"100%\",x3NZq8Xsu:\"12px 24px 12px 24px\"})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6925.5+-58.5),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"379px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},wtSL5wAKm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7528.5+572-390),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"518px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6857.5+292-190),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"205px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7628.5+572-390),pixelHeight:1643,pixelWidth:1527,positionX:\"center\",positionY:\"center\",sizes:\"518px\",src:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png\",srcSet:\"https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png?scale-down-to=1024 951w,https://framerusercontent.com/images/fZxKA71s03Ra89HF4huFWpktiDo.png 1527w\"},className:\"framer-18m7w8y\",\"data-framer-name\":\"Mask group\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6925.5+0),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}},wtSL5wAKm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7528.5+20),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}},y4t3P8_r1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6857.5+-83),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 310px)`,src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7628.5+20),pixelHeight:545,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png\",srcSet:\"https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png?scale-down-to=512 512w,https://framerusercontent.com/images/FFiaZ0sJXJ1jaXSa0gpcSeFFM78.png 545w\"},className:\"framer-ijulxs\",\"data-framer-name\":\"Mask group\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{y:(componentViewport?.y||0)+0+7277.5},wtSL5wAKm:{y:(componentViewport?.y||0)+0+8100.5},y4t3P8_r1:{y:(componentViewport?.y||0)+0+7149.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:523,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8200.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hyk89v-container\",nodeId:\"W5VQYD1KO\",scopeId:\"fQiwoYuJo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WlcNpKRlE:{variant:\"TCyHQ5JRn\"},y4t3P8_r1:{variant:\"W9WBRtHQk\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"W5VQYD1KO\",layoutId:\"W5VQYD1KO\",style:{width:\"100%\"},variant:\"S0R1itSv5\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kiCkG.framer-8k4rbw, .framer-kiCkG .framer-8k4rbw { display: block; }\",\".framer-kiCkG.framer-1e7lkrj { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-kiCkG .framer-j0gas2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 3; }\",\".framer-kiCkG .framer-dcnksg-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-kiCkG .framer-1pptq1v { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1g17qoo { -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01237) 43%, rgb(0, 0, 0) 100%) add; background-color: #000a12; bottom: 0px; flex: none; left: 0px; mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01237) 43%, rgb(0, 0, 0) 100%) add; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-kiCkG .framer-2figp0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: center; left: -5px; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 1; }\",\".framer-kiCkG .framer-lc1ghz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 54%; }\",\".framer-kiCkG .framer-900s7j, .framer-kiCkG .framer-dy5t6i, .framer-kiCkG .framer-1r9bgbi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-16bejvv, .framer-kiCkG .framer-zogm5d, .framer-kiCkG .framer-1vpei0k, .framer-kiCkG .framer-1bhwwjn, .framer-kiCkG .framer-emuqjh, .framer-kiCkG .framer-lqznee, .framer-kiCkG .framer-1y46h8d, .framer-kiCkG .framer-z88h6x, .framer-kiCkG .framer-i97t3k, .framer-kiCkG .framer-125lg01, .framer-kiCkG .framer-vpn77k, .framer-kiCkG .framer-15icoka, .framer-kiCkG .framer-8chkcj, .framer-kiCkG .framer-q0byxf, .framer-kiCkG .framer-d0l0mk, .framer-kiCkG .framer-kg4djg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kiCkG .framer-mx8umw, .framer-kiCkG .framer-2f1x2o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-kiCkG .framer-1phh85e-container, .framer-kiCkG .framer-1n58n8z-container, .framer-kiCkG .framer-3ynkxf-container, .framer-kiCkG .framer-dwe87w-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kiCkG .framer-18c2p9m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kiCkG .framer-1qbgszu-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-kiCkG .framer-mcwh4l { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 1107px; justify-content: center; overflow: visible; padding: 100px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-pmjn3u { align-content: center; align-items: center; bottom: 203px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 100px; min-height: 534px; overflow: visible; padding: 0px; position: absolute; right: 100px; z-index: 0; }\",\".framer-kiCkG .framer-uco7h1 { -webkit-filter: blur(100px); background: radial-gradient(69% 69% at 50% 50%, var(--token-e2356a21-a6d0-4763-8d16-0cba38fecf52, #a1d62c) 0%, var(--token-a7adc089-7d60-44d4-b4fe-fcf3d3af2ebf, rgb(0, 148, 216)) 100%); border-bottom-left-radius: 100000px; border-bottom-right-radius: 100000px; border-top-left-radius: 100000px; border-top-right-radius: 100000px; filter: blur(100px); flex: none; height: 444px; left: calc(50.00000000000002% - min(1400px, 1112px) / 2); max-width: 1400px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 444px / 2); width: 1112px; z-index: 0; }\",\".framer-kiCkG .framer-vpup5l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1c9hico, .framer-kiCkG .framer-1coytbt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-15o0f2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 74%; }\",\".framer-kiCkG .framer-fnhlq2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-kqqr7f-container { flex: none; height: 640px; position: relative; width: 390px; }\",\".framer-kiCkG .framer-141r86o-container { flex: none; height: 640px; position: relative; width: auto; }\",\".framer-kiCkG .framer-1xdt6xg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 20px 0px 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-gdm99g { flex: none; height: 42px; overflow: visible; position: relative; width: 30px; }\",\".framer-kiCkG .framer-owzq21-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-kiCkG .framer-1ks5opo { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: visible; padding: 0px 100px 0px 100px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1tubi7c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1394zrd { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-kiCkG .framer-n6tx46 { -webkit-filter: blur(8px); filter: blur(8px); flex: none; height: 660px; left: -199px; position: absolute; top: -48px; width: 614px; z-index: 0; }\",\".framer-kiCkG .framer-1j5fa4g { -webkit-filter: blur(6px); bottom: -271px; filter: blur(6px); flex: none; position: absolute; right: -177px; top: 529px; width: 504px; z-index: 1; }\",\".framer-kiCkG .framer-1q9jfup { -webkit-filter: blur(4px); bottom: -68px; filter: blur(4px); flex: none; height: 137px; left: 444px; position: absolute; width: 137px; z-index: 1; }\",\".framer-kiCkG .framer-4hv3er { -webkit-filter: blur(9px); filter: blur(9px); flex: none; height: 137px; position: absolute; right: 127px; top: -48px; width: 137px; z-index: 1; }\",\".framer-kiCkG .framer-vwe03g { -webkit-filter: blur(5px); bottom: -810px; filter: blur(5px); flex: none; position: absolute; right: 156px; top: 1473px; width: 137px; z-index: 1; }\",\".framer-kiCkG .framer-1djyksm { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 200px 100px 100px 100px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-fur66z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-x17686 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kiCkG .framer-xc9qqt-container { flex: none; height: auto; position: relative; width: 422px; }\",\".framer-kiCkG .framer-1s5nvt3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kiCkG .framer-1p7c60w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 520px; overflow: visible; padding: 0px; position: relative; width: 520px; }\",\".framer-kiCkG .framer-1wry3dn { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-end; overflow: visible; padding: 200px 100px 200px 100px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1ughof8 { -webkit-filter: blur(12px); filter: blur(12px); flex: none; height: 356px; left: -58px; position: absolute; top: calc(25.309887575670242% - 356px / 2); width: 331px; z-index: 0; }\",\".framer-kiCkG .framer-1411poe, .framer-kiCkG .framer-1j4phfg, .framer-kiCkG .framer-15g65g5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-3a7pry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 56%; }\",\".framer-kiCkG .framer-1m1nuh9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-kiCkG .framer-1evplvl-container { flex: 1 0 0px; height: 593px; position: relative; width: 1px; z-index: 1; }\",\".framer-kiCkG .framer-jg54m3-container { flex: none; height: 108px; left: -180px; position: absolute; top: 504px; width: 108px; z-index: 1; }\",\".framer-kiCkG .framer-89xmo8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-fe5j1v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 52%; }\",\".framer-kiCkG .framer-vismjz { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1nsjd6i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 100px; overflow: visible; padding: 0px; position: absolute; top: 257px; width: 576px; z-index: 1; }\",\".framer-kiCkG .framer-jiweig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1uqb0nu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-isk9dz { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kiCkG.framer-1vzqp1v { background-color: rgba(0, 0, 0, 0.9); inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-kiCkG.framer-7wqowu-container { flex: none; height: 592px; left: calc(50.00000000000002% - 1057px / 2); position: fixed; top: calc(50.00000000000002% - 592px / 2); width: 1057px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-kiCkG .framer-toaxcn { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 33%, rgba(0,0,0,1) 100%) add; flex: none; height: 740px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 33%, rgba(0,0,0,1) 100%) add; position: relative; width: 100%; }\",\".framer-kiCkG .framer-19rkp77 { align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-10t2rym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); z-index: 1; }\",\".framer-kiCkG .framer-v3u7xg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 54%; word-break: break-word; word-wrap: break-word; }\",\".framer-kiCkG .framer-hhrt5d { 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: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-kiCkG .framer-1donlae { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1rm2kf-container { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) -0.45045045045045046%, rgb(0, 0, 0) 49.275056306306304%, rgba(0, 0, 0, 0) 100%) add; flex: 1 0 0px; height: 100%; mask: linear-gradient(0deg, rgba(0, 0, 0, 0) -0.45045045045045046%, rgb(0, 0, 0) 49.275056306306304%, rgba(0, 0, 0, 0) 100%) add; position: relative; width: 1px; }\",\".framer-kiCkG .framer-2e7bd7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; overflow: visible; padding: 100px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-192n6q9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1qkgus0, .framer-kiCkG .framer-1qbmw6t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-3k7pfd { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 56%; word-break: break-word; word-wrap: break-word; }\",\".framer-kiCkG .framer-fdfeov { --border-bottom-width: 1px; --border-color: rgba(130, 131, 133, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kiCkG .framer-147tmb5-container { aspect-ratio: 1.7544204322200392 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 566px); position: relative; width: 100%; }\",\".framer-kiCkG .framer-1yh8gam { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 25%) add; align-content: center; align-items: center; background-color: var(--token-82b9232c-2390-488f-bca3-476202eb04df, #000a12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 25%) add; overflow: visible; padding: 200px 100px 200px 100px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-1hai537 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 71%; }\",\".framer-kiCkG .framer-kwhmq0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kiCkG .framer-f4p9p9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-kiCkG .framer-1hd0sc1-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-kiCkG .framer-18m7w8y { -webkit-filter: blur(8px); bottom: -167px; filter: blur(8px); flex: none; height: 557px; left: -227px; position: absolute; width: 518px; z-index: 0; }\",\".framer-kiCkG .framer-ijulxs { -webkit-filter: blur(2px); filter: blur(2px); flex: none; height: 137px; left: 1271px; position: absolute; top: 20px; width: 137px; z-index: 1; }\",\".framer-kiCkG .framer-1hyk89v-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kiCkG.framer-1e7lkrj, .framer-kiCkG .framer-j0gas2, .framer-kiCkG .framer-1pptq1v, .framer-kiCkG .framer-2figp0, .framer-kiCkG .framer-lc1ghz, .framer-kiCkG .framer-900s7j, .framer-kiCkG .framer-mx8umw, .framer-kiCkG .framer-18c2p9m, .framer-kiCkG .framer-mcwh4l, .framer-kiCkG .framer-pmjn3u, .framer-kiCkG .framer-vpup5l, .framer-kiCkG .framer-1c9hico, .framer-kiCkG .framer-1coytbt, .framer-kiCkG .framer-15o0f2z, .framer-kiCkG .framer-fnhlq2, .framer-kiCkG .framer-1xdt6xg, .framer-kiCkG .framer-1ks5opo, .framer-kiCkG .framer-1tubi7c, .framer-kiCkG .framer-1djyksm, .framer-kiCkG .framer-fur66z, .framer-kiCkG .framer-x17686, .framer-kiCkG .framer-1s5nvt3, .framer-kiCkG .framer-1p7c60w, .framer-kiCkG .framer-dy5t6i, .framer-kiCkG .framer-1wry3dn, .framer-kiCkG .framer-1411poe, .framer-kiCkG .framer-3a7pry, .framer-kiCkG .framer-1m1nuh9, .framer-kiCkG .framer-89xmo8, .framer-kiCkG .framer-1j4phfg, .framer-kiCkG .framer-fe5j1v, .framer-kiCkG .framer-2f1x2o, .framer-kiCkG .framer-vismjz, .framer-kiCkG .framer-1nsjd6i, .framer-kiCkG .framer-jiweig, .framer-kiCkG .framer-1uqb0nu, .framer-kiCkG .framer-isk9dz, .framer-kiCkG .framer-19rkp77, .framer-kiCkG .framer-10t2rym, .framer-kiCkG .framer-15g65g5, .framer-kiCkG .framer-hhrt5d, .framer-kiCkG .framer-1donlae, .framer-kiCkG .framer-2e7bd7, .framer-kiCkG .framer-192n6q9, .framer-kiCkG .framer-1qkgus0, .framer-kiCkG .framer-1qbmw6t, .framer-kiCkG .framer-fdfeov, .framer-kiCkG .framer-1yh8gam, .framer-kiCkG .framer-1hai537, .framer-kiCkG .framer-kwhmq0, .framer-kiCkG .framer-1r9bgbi, .framer-kiCkG .framer-f4p9p9 { gap: 0px; } .framer-kiCkG.framer-1e7lkrj > *, .framer-kiCkG .framer-1ks5opo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kiCkG.framer-1e7lkrj > :first-child, .framer-kiCkG .framer-2figp0 > :first-child, .framer-kiCkG .framer-lc1ghz > :first-child, .framer-kiCkG .framer-900s7j > :first-child, .framer-kiCkG .framer-mx8umw > :first-child, .framer-kiCkG .framer-18c2p9m > :first-child, .framer-kiCkG .framer-mcwh4l > :first-child, .framer-kiCkG .framer-vpup5l > :first-child, .framer-kiCkG .framer-1c9hico > :first-child, .framer-kiCkG .framer-1coytbt > :first-child, .framer-kiCkG .framer-15o0f2z > :first-child, .framer-kiCkG .framer-1ks5opo > :first-child, .framer-kiCkG .framer-1tubi7c > :first-child, .framer-kiCkG .framer-1djyksm > :first-child, .framer-kiCkG .framer-x17686 > :first-child, .framer-kiCkG .framer-1s5nvt3 > :first-child, .framer-kiCkG .framer-1p7c60w > :first-child, .framer-kiCkG .framer-dy5t6i > :first-child, .framer-kiCkG .framer-1wry3dn > :first-child, .framer-kiCkG .framer-1411poe > :first-child, .framer-kiCkG .framer-3a7pry > :first-child, .framer-kiCkG .framer-89xmo8 > :first-child, .framer-kiCkG .framer-1j4phfg > :first-child, .framer-kiCkG .framer-fe5j1v > :first-child, .framer-kiCkG .framer-2f1x2o > :first-child, .framer-kiCkG .framer-vismjz > :first-child, .framer-kiCkG .framer-1nsjd6i > :first-child, .framer-kiCkG .framer-jiweig > :first-child, .framer-kiCkG .framer-1uqb0nu > :first-child, .framer-kiCkG .framer-isk9dz > :first-child, .framer-kiCkG .framer-19rkp77 > :first-child, .framer-kiCkG .framer-10t2rym > :first-child, .framer-kiCkG .framer-15g65g5 > :first-child, .framer-kiCkG .framer-hhrt5d > :first-child, .framer-kiCkG .framer-2e7bd7 > :first-child, .framer-kiCkG .framer-192n6q9 > :first-child, .framer-kiCkG .framer-1qkgus0 > :first-child, .framer-kiCkG .framer-1qbmw6t > :first-child, .framer-kiCkG .framer-fdfeov > :first-child, .framer-kiCkG .framer-1yh8gam > :first-child, .framer-kiCkG .framer-1hai537 > :first-child, .framer-kiCkG .framer-kwhmq0 > :first-child, .framer-kiCkG .framer-1r9bgbi > :first-child { margin-top: 0px; } .framer-kiCkG.framer-1e7lkrj > :last-child, .framer-kiCkG .framer-2figp0 > :last-child, .framer-kiCkG .framer-lc1ghz > :last-child, .framer-kiCkG .framer-900s7j > :last-child, .framer-kiCkG .framer-mx8umw > :last-child, .framer-kiCkG .framer-18c2p9m > :last-child, .framer-kiCkG .framer-mcwh4l > :last-child, .framer-kiCkG .framer-vpup5l > :last-child, .framer-kiCkG .framer-1c9hico > :last-child, .framer-kiCkG .framer-1coytbt > :last-child, .framer-kiCkG .framer-15o0f2z > :last-child, .framer-kiCkG .framer-1ks5opo > :last-child, .framer-kiCkG .framer-1tubi7c > :last-child, .framer-kiCkG .framer-1djyksm > :last-child, .framer-kiCkG .framer-x17686 > :last-child, .framer-kiCkG .framer-1s5nvt3 > :last-child, .framer-kiCkG .framer-1p7c60w > :last-child, .framer-kiCkG .framer-dy5t6i > :last-child, .framer-kiCkG .framer-1wry3dn > :last-child, .framer-kiCkG .framer-1411poe > :last-child, .framer-kiCkG .framer-3a7pry > :last-child, .framer-kiCkG .framer-89xmo8 > :last-child, .framer-kiCkG .framer-1j4phfg > :last-child, .framer-kiCkG .framer-fe5j1v > :last-child, .framer-kiCkG .framer-2f1x2o > :last-child, .framer-kiCkG .framer-vismjz > :last-child, .framer-kiCkG .framer-1nsjd6i > :last-child, .framer-kiCkG .framer-jiweig > :last-child, .framer-kiCkG .framer-1uqb0nu > :last-child, .framer-kiCkG .framer-isk9dz > :last-child, .framer-kiCkG .framer-19rkp77 > :last-child, .framer-kiCkG .framer-10t2rym > :last-child, .framer-kiCkG .framer-15g65g5 > :last-child, .framer-kiCkG .framer-hhrt5d > :last-child, .framer-kiCkG .framer-2e7bd7 > :last-child, .framer-kiCkG .framer-192n6q9 > :last-child, .framer-kiCkG .framer-1qkgus0 > :last-child, .framer-kiCkG .framer-1qbmw6t > :last-child, .framer-kiCkG .framer-fdfeov > :last-child, .framer-kiCkG .framer-1yh8gam > :last-child, .framer-kiCkG .framer-1hai537 > :last-child, .framer-kiCkG .framer-kwhmq0 > :last-child, .framer-kiCkG .framer-1r9bgbi > :last-child { margin-bottom: 0px; } .framer-kiCkG .framer-j0gas2 > *, .framer-kiCkG .framer-pmjn3u > *, .framer-kiCkG .framer-fnhlq2 > *, .framer-kiCkG .framer-1xdt6xg > *, .framer-kiCkG .framer-1m1nuh9 > *, .framer-kiCkG .framer-1donlae > *, .framer-kiCkG .framer-f4p9p9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kiCkG .framer-j0gas2 > :first-child, .framer-kiCkG .framer-1pptq1v > :first-child, .framer-kiCkG .framer-pmjn3u > :first-child, .framer-kiCkG .framer-fnhlq2 > :first-child, .framer-kiCkG .framer-1xdt6xg > :first-child, .framer-kiCkG .framer-fur66z > :first-child, .framer-kiCkG .framer-1m1nuh9 > :first-child, .framer-kiCkG .framer-1donlae > :first-child, .framer-kiCkG .framer-f4p9p9 > :first-child { margin-left: 0px; } .framer-kiCkG .framer-j0gas2 > :last-child, .framer-kiCkG .framer-1pptq1v > :last-child, .framer-kiCkG .framer-pmjn3u > :last-child, .framer-kiCkG .framer-fnhlq2 > :last-child, .framer-kiCkG .framer-1xdt6xg > :last-child, .framer-kiCkG .framer-fur66z > :last-child, .framer-kiCkG .framer-1m1nuh9 > :last-child, .framer-kiCkG .framer-1donlae > :last-child, .framer-kiCkG .framer-f4p9p9 > :last-child { margin-right: 0px; } .framer-kiCkG .framer-1pptq1v > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kiCkG .framer-2figp0 > *, .framer-kiCkG .framer-1s5nvt3 > *, .framer-kiCkG .framer-1hai537 > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } .framer-kiCkG .framer-lc1ghz > *, .framer-kiCkG .framer-1p7c60w > *, .framer-kiCkG .framer-89xmo8 > *, .framer-kiCkG .framer-1nsjd6i > *, .framer-kiCkG .framer-10t2rym > *, .framer-kiCkG .framer-kwhmq0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kiCkG .framer-900s7j > *, .framer-kiCkG .framer-mx8umw > *, .framer-kiCkG .framer-18c2p9m > *, .framer-kiCkG .framer-1tubi7c > *, .framer-kiCkG .framer-x17686 > *, .framer-kiCkG .framer-dy5t6i > *, .framer-kiCkG .framer-2f1x2o > *, .framer-kiCkG .framer-isk9dz > *, .framer-kiCkG .framer-hhrt5d > *, .framer-kiCkG .framer-fdfeov > *, .framer-kiCkG .framer-1r9bgbi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kiCkG .framer-mcwh4l > *, .framer-kiCkG .framer-1c9hico > *, .framer-kiCkG .framer-1coytbt > *, .framer-kiCkG .framer-1djyksm > *, .framer-kiCkG .framer-vismjz > *, .framer-kiCkG .framer-19rkp77 > *, .framer-kiCkG .framer-192n6q9 > *, .framer-kiCkG .framer-1yh8gam > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-kiCkG .framer-vpup5l > *, .framer-kiCkG .framer-2e7bd7 > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-kiCkG .framer-15o0f2z > *, .framer-kiCkG .framer-3a7pry > *, .framer-kiCkG .framer-fe5j1v > *, .framer-kiCkG .framer-1uqb0nu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kiCkG .framer-fur66z > * { margin: 0px; margin-left: calc(200px / 2); margin-right: calc(200px / 2); } .framer-kiCkG .framer-1wry3dn > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-kiCkG .framer-1411poe > *, .framer-kiCkG .framer-1j4phfg > *, .framer-kiCkG .framer-jiweig > *, .framer-kiCkG .framer-15g65g5 > *, .framer-kiCkG .framer-1qkgus0 > *, .framer-kiCkG .framer-1qbmw6t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-kiCkG[data-border=\"true\"]::after, .framer-kiCkG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-kiCkG.framer-1e7lkrj { width: 810px; } .framer-kiCkG .framer-lc1ghz { width: 80%; } .framer-kiCkG .framer-mcwh4l, .framer-kiCkG .framer-2e7bd7 { padding: 100px 40px 100px 40px; } .framer-kiCkG .framer-pmjn3u { bottom: 227px; } .framer-kiCkG .framer-1c9hico { align-content: flex-end; align-items: flex-end; gap: 20px; } .framer-kiCkG .framer-fnhlq2 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; overflow: hidden; overflow-x: auto; } .framer-kiCkG .framer-1xdt6xg { width: min-content; } .framer-kiCkG .framer-gdm99g { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; width: min-content; } .framer-kiCkG .framer-owzq21-container { bottom: unset; height: 41px; left: unset; position: relative; right: unset; top: unset; width: 30px; } .framer-kiCkG .framer-1ks5opo { padding: 0px 40px 0px 40px; } .framer-kiCkG .framer-n6tx46 { height: 556px; left: -219px; top: -218px; width: 517px; } .framer-kiCkG .framer-1j5fa4g { -webkit-filter: blur(7px); bottom: -318px; filter: blur(7px); right: -348px; top: 576px; } .framer-kiCkG .framer-1q9jfup { bottom: 130px; left: 0px; } .framer-kiCkG .framer-vwe03g { bottom: -950px; right: 57px; top: 1613px; } .framer-kiCkG .framer-1djyksm { padding: 0px 40px 100px 40px; } .framer-kiCkG .framer-fur66z { gap: 40px; } .framer-kiCkG .framer-x17686 { align-self: unset; height: min-content; } .framer-kiCkG .framer-xc9qqt-container { width: 290px; } .framer-kiCkG .framer-1s5nvt3 { align-content: center; align-items: center; flex: 1 0 0px; width: 1px; } .framer-kiCkG .framer-1p7c60w { align-content: center; align-items: center; justify-content: center; width: 100%; } .framer-kiCkG .framer-1wry3dn { gap: 30px; padding: 200px 40px 200px 40px; } .framer-kiCkG .framer-1ughof8 { left: -139px; top: calc(10.995418575593526% - 356px / 2); } .framer-kiCkG .framer-1411poe { max-width: 520px; } .framer-kiCkG .framer-3a7pry, .framer-kiCkG .framer-fdfeov { width: 100%; } .framer-kiCkG .framer-1evplvl-container { height: 447px; } .framer-kiCkG .framer-89xmo8 { max-width: 100%; } .framer-kiCkG .framer-fe5j1v { max-width: 520px; width: 72%; } .framer-kiCkG .framer-vismjz { height: 483px; } .framer-kiCkG .framer-1nsjd6i { height: 212px; left: 40px; max-width: 305px; top: 136px; width: 305px; } .framer-kiCkG .framer-jiweig { order: 0; } .framer-kiCkG .framer-isk9dz { order: 1; } .framer-kiCkG.framer-7wqowu-container { height: 416px; left: calc(50.00000000000002% - 743px / 2); top: calc(50.00000000000002% - 416px / 2); width: 743px; } .framer-kiCkG .framer-toaxcn { flex: 1 0 0px; height: 1px; } .framer-kiCkG .framer-1qkgus0 { max-width: 810%; } .framer-kiCkG .framer-1qbmw6t { padding: 0px 60px 0px 60px; width: 88%; } .framer-kiCkG .framer-3k7pfd { width: 94%; } .framer-kiCkG .framer-147tmb5-container { height: var(--framer-aspect-ratio-supported, 416px); } .framer-kiCkG .framer-1yh8gam { padding: 80px 40px 100px 40px; } .framer-kiCkG .framer-18m7w8y { bottom: -133px; height: unset; left: -205px; top: -58px; width: 379px; } .framer-kiCkG .framer-ijulxs { left: unset; right: 0px; top: 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kiCkG .framer-1c9hico, .framer-kiCkG .framer-gdm99g, .framer-kiCkG .framer-fur66z, .framer-kiCkG .framer-1wry3dn { gap: 0px; } .framer-kiCkG .framer-1c9hico > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-kiCkG .framer-1c9hico > :first-child, .framer-kiCkG .framer-1wry3dn > :first-child { margin-top: 0px; } .framer-kiCkG .framer-1c9hico > :last-child, .framer-kiCkG .framer-1wry3dn > :last-child { margin-bottom: 0px; } .framer-kiCkG .framer-gdm99g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kiCkG .framer-gdm99g > :first-child, .framer-kiCkG .framer-fur66z > :first-child { margin-left: 0px; } .framer-kiCkG .framer-gdm99g > :last-child, .framer-kiCkG .framer-fur66z > :last-child { margin-right: 0px; } .framer-kiCkG .framer-fur66z > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-kiCkG .framer-1wry3dn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}\",\"@media (max-width: 809px) { .framer-kiCkG.framer-1e7lkrj { width: 390px; } .framer-kiCkG .framer-j0gas2, .framer-kiCkG .framer-1pptq1v { flex-direction: column; } .framer-kiCkG .framer-dcnksg-container, .framer-kiCkG .framer-18c2p9m { flex: none; width: 100%; } .framer-kiCkG .framer-2figp0 { left: 26px; top: 291px; transform: unset; width: min-content; } .framer-kiCkG .framer-lc1ghz { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 0px 20px 0px 0px; width: 338px; } .framer-kiCkG .framer-mcwh4l { padding: 100px 0px 100px 0px; } .framer-kiCkG .framer-1c9hico { gap: 10px; } .framer-kiCkG .framer-1coytbt, .framer-kiCkG .framer-jiweig { order: 0; } .framer-kiCkG .framer-fnhlq2 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; overflow: hidden; overflow-x: auto; padding: 10px 0px 10px 0px; } .framer-kiCkG .framer-1xdt6xg, .framer-kiCkG .framer-isk9dz { order: 1; } .framer-kiCkG .framer-gdm99g { height: 41px; } .framer-kiCkG .framer-1ks5opo { padding: 0px 20px 0px 20px; } .framer-kiCkG .framer-n6tx46 { height: 556px; left: -331px; top: -250px; width: 517px; } .framer-kiCkG .framer-1j5fa4g { bottom: -192px; right: -658px; top: 450px; } .framer-kiCkG .framer-1q9jfup { bottom: 46px; height: 186px; left: 62px; width: 186px; } .framer-kiCkG .framer-4hv3er { right: -48px; top: 115px; } .framer-kiCkG .framer-vwe03g { bottom: -713px; right: 0px; top: 1376px; } .framer-kiCkG .framer-1djyksm { padding: 0px 20px 100px 20px; } .framer-kiCkG .framer-fur66z { flex-direction: column; gap: 22px; } .framer-kiCkG .framer-x17686 { align-self: unset; height: min-content; } .framer-kiCkG .framer-xc9qqt-container { width: 264px; } .framer-kiCkG .framer-1s5nvt3 { align-content: center; align-items: center; width: 100%; } .framer-kiCkG .framer-1p7c60w { align-content: center; align-items: center; justify-content: center; width: 100%; } .framer-kiCkG .framer-1wry3dn { gap: 20px; padding: 200px 20px 200px 20px; } .framer-kiCkG .framer-1ughof8 { left: -206px; top: calc(30.002912904165473% - 356px / 2); } .framer-kiCkG .framer-1411poe, .framer-kiCkG .framer-89xmo8, .framer-kiCkG .framer-15g65g5, .framer-kiCkG .framer-1qbmw6t { max-width: 520px; } .framer-kiCkG .framer-3a7pry, .framer-kiCkG .framer-1m1nuh9, .framer-kiCkG .framer-fe5j1v, .framer-kiCkG .framer-3k7pfd, .framer-kiCkG .framer-fdfeov { width: 100%; } .framer-kiCkG .framer-1y46h8d { width: 77%; z-index: 1; } .framer-kiCkG .framer-1evplvl-container { height: 305px; } .framer-kiCkG .framer-vismjz { height: 483px; } .framer-kiCkG .framer-1nsjd6i { left: 20px; top: 136px; width: 59%; } .framer-kiCkG.framer-7wqowu-container { height: 198px; left: calc(50.00000000000002% - 354px / 2); top: calc(50.00000000000002% - 198px / 2); width: 354px; } .framer-kiCkG .framer-toaxcn { flex: 1 0 0px; height: 1px; } .framer-kiCkG .framer-8chkcj { width: 77%; } .framer-kiCkG .framer-v3u7xg { width: 80%; } .framer-kiCkG .framer-2e7bd7 { padding: 100px 20px 100px 20px; } .framer-kiCkG .framer-1qkgus0 { max-width: 810%; } .framer-kiCkG .framer-147tmb5-container { height: var(--framer-aspect-ratio-supported, 200px); } .framer-kiCkG .framer-1yh8gam { padding: 40px 20px 80px 20px; } .framer-kiCkG .framer-1hai537 { align-content: flex-start; align-items: flex-start; width: 100%; } .framer-kiCkG .framer-18m7w8y { -webkit-filter: blur(4px); bottom: -68px; filter: blur(4px); height: 258px; left: -114px; width: 205px; } .framer-kiCkG .framer-ijulxs { height: 114px; left: 315px; right: -5px; top: -83px; width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kiCkG .framer-j0gas2, .framer-kiCkG .framer-1pptq1v, .framer-kiCkG .framer-1c9hico, .framer-kiCkG .framer-fur66z, .framer-kiCkG .framer-1wry3dn { gap: 0px; } .framer-kiCkG .framer-j0gas2 > *, .framer-kiCkG .framer-1c9hico > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kiCkG .framer-j0gas2 > :first-child, .framer-kiCkG .framer-1pptq1v > :first-child, .framer-kiCkG .framer-1c9hico > :first-child, .framer-kiCkG .framer-fur66z > :first-child, .framer-kiCkG .framer-1wry3dn > :first-child { margin-top: 0px; } .framer-kiCkG .framer-j0gas2 > :last-child, .framer-kiCkG .framer-1pptq1v > :last-child, .framer-kiCkG .framer-1c9hico > :last-child, .framer-kiCkG .framer-fur66z > :last-child, .framer-kiCkG .framer-1wry3dn > :last-child { margin-bottom: 0px; } .framer-kiCkG .framer-1pptq1v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kiCkG .framer-fur66z > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-kiCkG .framer-1wry3dn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-kiCkG.framer-1e7lkrj { width: 1200px; } .framer-kiCkG .framer-1394zrd { z-index: 2; } .framer-kiCkG .framer-n6tx46 { height: 558px; left: -229px; top: -158px; width: 519px; } .framer-kiCkG .framer-fur66z { gap: 100px; } .framer-kiCkG .framer-xc9qqt-container { width: 344px; } .framer-kiCkG .framer-1wry3dn { gap: 50px; } .framer-kiCkG .framer-v3u7xg { width: 51%; } .framer-kiCkG .framer-147tmb5-container { height: var(--framer-aspect-ratio-supported, 456px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kiCkG .framer-fur66z, .framer-kiCkG .framer-1wry3dn { gap: 0px; } .framer-kiCkG .framer-fur66z > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-kiCkG .framer-fur66z > :first-child { margin-left: 0px; } .framer-kiCkG .framer-fur66z > :last-child { margin-right: 0px; } .framer-kiCkG .framer-1wry3dn > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-kiCkG .framer-1wry3dn > :first-child { margin-top: 0px; } .framer-kiCkG .framer-1wry3dn > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8624\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WlcNpKRlE\":{\"layout\":[\"fixed\",\"auto\"]},\"y4t3P8_r1\":{\"layout\":[\"fixed\",\"auto\"]},\"wtSL5wAKm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"L0oTV0FAZ\":{\"pattern\":\":L0oTV0FAZ\",\"name\":\"underbanked\"}}\n * @framerResponsiveScreen\n */const FramerfQiwoYuJo=withCSS(Component,css,\"framer-kiCkG\");export default FramerfQiwoYuJo;FramerfQiwoYuJo.displayName=\"Company\";FramerfQiwoYuJo.defaultProps={height:8624,width:1440};addFonts(FramerfQiwoYuJo,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"},{family:\"Mulish\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvG547LTZFwA.woff2\",weight:\"500\"},{family:\"Geist Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geistmono/v1/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeE9KJ5W7ihaO_CS.woff2\",weight:\"400\"}]},...PaxosNavigationFonts,...ButtonSmallFonts,...VideoFonts,...CardsWrapMobileFonts,...CardsWrapDTFonts,...MaterialFonts,...Video1Fonts,...EmbedFonts,...PhosphorFonts,...ButtonVideoFonts,...UnicornStudioEmbedFonts,...RunningStrokeFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfQiwoYuJo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"L0oTV0FAZ\\\":{\\\"pattern\\\":\\\":L0oTV0FAZ\\\",\\\"name\\\":\\\"underbanked\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WlcNpKRlE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y4t3P8_r1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wtSL5wAKm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"8624\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramereNAcIw7mC", "withCSS", "eNAcIw7mC_default", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "buttonFill", "buttonText", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ofLqZhEO8", "PPM8eZNfR", "x3NZq8Xsu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear17vk1v4", "args", "CycleVariantState", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FramerF0hKdNTuW", "withCSS", "F0hKdNTuW_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "zpZxt2Alc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerdwQpsAQGo", "withCSS", "dwQpsAQGo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card8Fonts", "getFonts", "dwQpsAQGo_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "newOpen", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnters18fqn", "args", "onTappu0pf4", "onMouseLeave7krkbi", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FramerArMHDC25n", "withCSS", "ArMHDC25n_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "pill", "portrait", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "eMvAMWi1r", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerNgl8UHr41", "withCSS", "Ngl8UHr41_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card4Fonts", "getFonts", "Ngl8UHr41_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "newOpen", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "LNJNsYfYh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter145whjl", "args", "onTappu0pf4", "onMouseLeavezmuwe1", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FrameriP2NKY7TV", "withCSS", "iP2NKY7TV_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "IET5A1Iak", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerNwOZiAtXj", "withCSS", "NwOZiAtXj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card2Fonts", "getFonts", "NwOZiAtXj_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "newOpen", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "Soxug8pvi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1ds3kj1", "args", "onTappu0pf4", "onMouseLeavelt2sr3", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "Framerkd8DIctBG", "withCSS", "kd8DIctBG_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "LbXjsXmFo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerVQ6QjwU9n", "withCSS", "VQ6QjwU9n_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card7Fonts", "getFonts", "VQ6QjwU9n_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "newOpen", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "To0y1enNU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1hnm7og", "args", "onTappu0pf4", "onMouseLeave1wqfl0w", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FramerMKm0oo4uP", "withCSS", "MKm0oo4uP_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "pill", "portrait", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "NHghJ2KDJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerfdcHaDzHK", "withCSS", "fdcHaDzHK_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card6Fonts", "getFonts", "fdcHaDzHK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "link", "newOpen", "portrait", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter13alr6g", "args", "onTappu0pf4", "onMouseLeavextv6lr", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FramerMQTQzJ2Hq", "withCSS", "MQTQzJ2Hq_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "name1", "pill", "portrait", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "YJe8MSvwZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerx_uUdQg6c", "withCSS", "x_uUdQg6c_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card3Fonts", "getFonts", "x_uUdQg6c_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "newOpen", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "xrpaRnsHR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterlfi23k", "args", "onTappu0pf4", "onMouseLeave1x0v6mi", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FramerwgC3MliQ4", "withCSS", "wgC3MliQ4_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "pill", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vwaBlUwZR", "vo6vYIarn", "PhJbssb4T", "FFm1oSrrD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FrameruASHQqsOe", "withCSS", "uASHQqsOe_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Card5Fonts", "getFonts", "uASHQqsOe_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "newOpen", "portrait", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kfe0qRoJD", "BpqMX3cRk", "N8vYS_fKJ", "pZ18UUIqg", "eQIuqGJo1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntervqf7q1", "args", "onTappu0pf4", "onMouseLeave16f9md6", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FramerZFFPTxQx2", "withCSS", "ZFFPTxQx2_default", "addPropertyControls", "ControlType", "addFonts", "CardWrappedFonts", "getFonts", "kd8DIctBG_default", "CardWrapped2Fonts", "wgC3MliQ4_default", "CardWrapped3Fonts", "iP2NKY7TV_default", "CardWrapped4Fonts", "ZFFPTxQx2_default", "CardWrapped5Fonts", "MQTQzJ2Hq_default", "CardWrapped7Fonts", "ArMHDC25n_default", "CardWrapped6Fonts", "MKm0oo4uP_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1ky41kw", "args", "CycleVariantState", "Kfe0qRoJD1rada2x", "Kfe0qRoJD66pvor", "Kfe0qRoJD65yd64", "Kfe0qRoJD5kkwlq", "Kfe0qRoJD1kecpmc", "Kfe0qRoJD1t8yuvs", "Kfe0qRoJD1va2zfx", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "css", "FrameriTfDcL1gg", "withCSS", "iTfDcL1gg_default", "addPropertyControls", "ControlType", "addFonts", "CardWrappedFonts", "getFonts", "kd8DIctBG_default", "CardWrapped2Fonts", "wgC3MliQ4_default", "CardWrapped3Fonts", "iP2NKY7TV_default", "CardWrapped4Fonts", "ZFFPTxQx2_default", "CardWrapped5Fonts", "MQTQzJ2Hq_default", "CardWrapped7Fonts", "ArMHDC25n_default", "CardWrapped6Fonts", "MKm0oo4uP_default", "serializationHash", "variantClassNames", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "Kfe0qRoJDrimo73", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "kd8DIctBG_default", "wgC3MliQ4_default", "iP2NKY7TV_default", "ZFFPTxQx2_default", "MQTQzJ2Hq_default", "ArMHDC25n_default", "MKm0oo4uP_default", "css", "Framerpf67J7Cb2", "withCSS", "pf67J7Cb2_default", "addFonts", "CardWrappedFonts", "CardWrapped2Fonts", "CardWrapped3Fonts", "CardWrapped4Fonts", "CardWrapped5Fonts", "CardWrapped7Fonts", "CardWrapped6Fonts", "PaxosNavigationFonts", "getFonts", "sACl7JAkL_default", "MotionDivWithFX", "withFX", "motion", "ButtonSmallFonts", "T6CJtPmcg_default", "VideoFonts", "Video", "CardsWrapMobileFonts", "pf67J7Cb2_default", "CardsWrapDTFonts", "iTfDcL1gg_default", "MaterialFonts", "Icon", "Video1Fonts", "EmbedFonts", "Embed", "PhosphorFonts", "ButtonVideoFonts", "eNAcIw7mC_default", "UnicornStudioEmbedFonts", "UnicornStudioEmbed", "RunningStrokeFonts", "F0hKdNTuW_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "FooterFonts", "kMLj3mRfD_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "animation5", "animation6", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "transition4", "animation7", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "RichText2", "Link", "getLoadingLazyAtYPosition", "Image2", "l", "AnimatePresence", "Ga", "css", "FramerfQiwoYuJo", "withCSS", "fQiwoYuJo_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
