{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/y9zPBVglqso9zC2EgL84/yA3xmd5tu9D9PDM9dByv/VOQe41J9w.js", "ssg:https://framerusercontent.com/modules/593KM8jIXkn5l5gWv3uP/mOlI13pbobdqEcddtGgX/SqiHTFwzA.js", "ssg:https://framerusercontent.com/modules/I8Zz9Pv8obnlwiIRtJAK/d32XjOUj0cowrbCfzgSt/VLyLQHQST.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://ga.jspm.io/npm:canvas-confetti@1.4.0/src/confetti.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,Color}from\"framer\";import{motion}from\"framer-motion\";/**\n * PATTERN\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Pattern(props){const{patternType,front,back,radius,scale,shouldAnimate,direction,diagonal,duration}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;let pattern;let position;let size;let repeat;let blendMode;let filter;let addBackground;let backgroundPosAnimation;const frontHex=Color.toHexString(Color(front));const backHex=Color.toHexString(Color(back));const frontWithoutHex=frontHex.replace(\"#\",\"\");const backWithoutHex=backHex.replace(\"#\",\"\");const factor=direction===\"left\"||direction===\"top\"?-1:1;const xScale=direction===\"left\"||direction===\"right\"?factor*scale:0;const yScale=direction===\"top\"||direction===\"bottom\"?factor*scale:0;if(patternType===\"wave\"){pattern=`radial-gradient(circle at center center, ${front}, ${back}), repeating-radial-gradient(circle at center center, ${front}, ${front}, ${scale}px, transparent ${scale*2}px, transparent ${scale}px)`;blendMode=\"multiply\";}if(patternType===\"zigzag\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale*2}px ${scale*2}px`;repeat=`repeat`;}if(patternType===\"diagonal\"){pattern=`repeating-linear-gradient(45deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"diagonal-two\"){pattern=`repeating-linear-gradient( 135deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"blocks\"){pattern=`linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back})`;size=`${scale*8}px ${scale*14}px`;position=`0 0, 0 0, ${scale*4}px ${scale*7}px, ${scale*4}px ${scale*7}px, 0 0, ${scale*4}px ${scale*7}px`;}if(patternType===\"polka\"){pattern=`radial-gradient(${front} 1px, transparent 1px), radial-gradient(${front} 1px, ${back} 1px)`;size=`${scale*2}px ${scale*2}px`;position=`0 0, ${scale}px ${scale}px`;}if(patternType===\"rhombus\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale}px ${scale}px`;repeat=\"repeat\";}if(patternType===\"stars\"){pattern=`radial-gradient(ellipse ${scale}px ${scale}px, ${front}, ${front} 25%, ${back} 25%)`;size=`${scale/2}px ${scale/2}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale}px ${yScale}px`;}}if(patternType===\"circles\"){pattern=`radial-gradient(circle at 100% 50%, ${back} 20%, ${front} 21%, ${front} 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, ${back} 20%, ${front} 21%, ${front} 34%, ${back} 35%, ${back})`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"rectangles\"){pattern=`repeating-linear-gradient(45deg, ${front} 25%, transparent 25%, transparent 75%, ${front} 75%, ${front}), repeating-linear-gradient(45deg, ${front} 25%, ${back} 25%, ${back} 75%, ${front} 75%, ${front})`;position=`0 0, ${scale}px ${scale}px`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"lines\"){pattern=`linear-gradient(0deg, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"lines-vertical\"){pattern=`linear-gradient(to right, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"paper\"){pattern=`linear-gradient(${front} 2px, transparent 2px), linear-gradient(90deg, ${front} 2px, transparent 2px), linear-gradient(${front} 1px, transparent 1px), linear-gradient(90deg, ${front} 1px, ${back} 1px)`;size=`${scale*5}px ${scale*5}px, ${scale*5}px ${scale*5}px, ${scale}px ${scale}px, ${scale}px ${scale}px`;position=`-2px -2px, -2px -2px, -1px -1px, -1px -1px`;}if(patternType===\"crosses\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;size=`${scale*4}px ${scale*4}px`;addBackground=back;}if(patternType===\"wave-lines\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='100' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;size=`${scale*10}px ${scale*2}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*10}px ${yScale*2}px`;}}if(patternType===\"clouds\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28'%3E%3Cpath fill='%23${frontWithoutHex}' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*5.6}px ${scale*2.8}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*5.6}px ${yScale*2.8}px`;}}if(patternType===\"stars-two\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23${frontWithoutHex}' d='m16 8.764 2.351 4.764 5.257.764L19.804 18l.898 5.236L16 20.764l-4.702 2.472.898-5.236-3.804-3.708 5.257-.764Z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*3.2}px ${scale*3.2}px`;addBackground=back;}if(patternType===\"wiggle\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*5.2}px ${scale*2.6}px`;if(shouldAnimate){if(diagonal){backgroundPosAnimation=`-${scale*5.2}px -${scale*5.2}px`;}else{backgroundPosAnimation=`${scale*5.2}px ${scale*5.2}px`;}}}if(patternType===\"groovy\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40c5.523 0 10-4.477 10-10V0C4.477 0 0 4.477 0 10v30zm22 0c-5.523 0-10-4.477-10-10V0c5.523 0 10 4.477 10 10v30z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*2.4}px ${scale*4}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale*2.4}px ${yScale*4}px`;}}if(patternType===\"plus\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*6}px ${scale*6}px`;}return /*#__PURE__*/ _jsx(motion.div,{style:{width:\"100%\",height:\"100%\",backgroundColor:addBackground?addBackground:\"transparent\",backgroundImage:pattern,backgroundPosition:position,backgroundSize:size,backgroundRepeat:repeat,backgroundBlendMode:blendMode,borderRadius:radius,filter:filter},animate:shouldAnimate&&{backgroundPosition:backgroundPosAnimation},transition:{type:\"tween\",ease:\"linear\",duration:duration,repeat:Infinity,repeatType:\"loop\"}});};Pattern.displayName=\"Pattern\";/* Property Controls */ addPropertyControls(Pattern,{patternType:{type:ControlType.Enum,defaultValue:\"wave-lines\",options:[\"wave-lines\",\"clouds\",\"wiggle\",\"groovy\",\"plus\",\"circles\",\"rectangles\",\"lines\",\"lines-vertical\",\"diagonal\",\"diagonal-two\",\"blocks\",\"wave\",\"zigzag\",\"polka\",\"rhombus\",\"stars\",\"stars-two\",\"paper\",\"crosses\",],optionTitles:[\"Wave Lines\",\"Clouds\",\"Wiggle\",\"Groovy\",\"Plus\",\"Circles\",\"Rectangles\",\"Lines\",\"Lines Vertical\",\"Diagonal\",\"Diagonal 2\",\"Blocks\",\"Wave\",\"ZigZag\",\"Polka\",\"Rhombus\",\"Stars\",\"Stars 2\",\"Paper\",\"Crosses\",],title:\"Type\"},front:{type:ControlType.Color,title:\"Front\",defaultValue:\"#FFF\"},back:{type:ControlType.Color,title:\"Back\",defaultValue:\"#2DD\"},scale:{type:ControlType.Number,min:1,max:100,step:1,defaultValue:10},radius:{type:ControlType.Number,min:0,max:100,step:1,defaultValue:0},shouldAnimate:{type:ControlType.Boolean,title:\"Animate\",defaultValue:false,hidden(props){return props.patternType!==\"wave-lines\"&&props.patternType!==\"wiggle\"&&props.patternType!==\"clouds\"&&props.patternType!==\"stars\"&&props.patternType!==\"groovy\";}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true,hidden(props){return props.patternType===\"wiggle\"||props.shouldAnimate===false;}},diagonal:{type:ControlType.Boolean,title:\"Direction\",defaultValue:true,enabledTitle:\"TL\",disabledTitle:\"BR\",hidden(props){return props.patternType!==\"wiggle\";}},duration:{type:ControlType.Number,min:0,max:50,step:.1,defaultValue:5,hidden(props){return props.shouldAnimate===false;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Pattern\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pattern.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Noto Sans SC-600\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Noto Sans SC\",moduleAsset:{localModuleIdentifier:\"local-module:css/VOQe41J9w:default\",url:\"https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYxNbPzS5HE.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYxNbPzS5HE.ttf\",weight:\"600\"}];export const css=['.framer-rOYBs .framer-styles-preset-1f1esvg:not(.rich-text-wrapper), .framer-rOYBs .framer-styles-preset-1f1esvg.rich-text-wrapper p { --framer-font-family: \"Noto Sans SC\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8c44a3e9-204d-41eb-b561-dce9829db626, #86868b); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-rOYBs\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (05fbd34)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./SqiHTFwzA-0.js\";const cycleOrder=[\"euV2TMSsb\",\"jNx9dxVBD\",\"yxRzwaQnB\",\"hiWFOnoJr\"];const serializationHash=\"framer-WuzDY\";const variantClassNames={euV2TMSsb:\"framer-v-1dyybgh\",hiWFOnoJr:\"framer-v-g9v5bl\",jNx9dxVBD:\"framer-v-arwwfg\",yxRzwaQnB:\"framer-v-1ccihif\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"}};const valuesByLocaleId={rr4J9IFAB:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Copied:\"yxRzwaQnB\",Hover:\"jNx9dxVBD\",Mobile:\"hiWFOnoJr\",Secondary:\"euV2TMSsb\"};const getProps=({black,copied,height,id,link,purple,title,white,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4,_ref5;return{...props,bO8WyLPM_:(_ref=black!==null&&black!==void 0?black:props.bO8WyLPM_)!==null&&_ref!==void 0?_ref:'var(--token-c3806fdc-91a6-49b4-924f-110aaeffd1b8, rgb(34, 34, 34)) /* {\"name\":\"222 Black\"} */',KAXXu4n9M:(_ref1=purple!==null&&purple!==void 0?purple:props.KAXXu4n9M)!==null&&_ref1!==void 0?_ref1:'var(--token-dd6ce8bc-10e7-4b10-af69-af0e2c5bc523, rgb(132, 0, 255)) /* {\"name\":\"Purple\"} */',pvOwaManQ:link!==null&&link!==void 0?link:props.pvOwaManQ,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"euV2TMSsb\",wVGdAbkZ1:(_ref3=title!==null&&title!==void 0?title:props.wVGdAbkZ1)!==null&&_ref3!==void 0?_ref3:\"I want this\",XJvYj9ZaA:(_ref4=copied!==null&&copied!==void 0?copied:props.XJvYj9ZaA)!==null&&_ref4!==void 0?_ref4:\"\u5DF2\u590D\u5236\u94FE\u63A5\",Z1358bpRz:(_ref5=white!==null&&white!==void 0?white:props.Z1358bpRz)!==null&&_ref5!==void 0?_ref5:'var(--token-49e01d92-acba-4912-8db1-bc80a264237f, rgb(255, 255, 255)) /* {\"name\":\"FFF White\"} */'};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,wVGdAbkZ1,pvOwaManQ,Z1358bpRz,bO8WyLPM_,KAXXu4n9M,XJvYj9ZaA,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"euV2TMSsb\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntercz3933=activeVariantCallback(async(...args)=>{setVariant(\"jNx9dxVBD\");});const onMouseLeave1y63lmq=activeVariantCallback(async(...args)=>{setVariant(\"euV2TMSsb\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:pvOwaManQ,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1dyybgh\",className,classNames)} framer-9gd61o`,\"data-framer-name\":\"Secondary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"euV2TMSsb\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEntercz3933,onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({hiWFOnoJr:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},jNx9dxVBD:{\"data-framer-name\":\"Hover\",onMouseLeave:onMouseLeave1y63lmq},yxRzwaQnB:{\"data-framer-name\":\"Copied\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-q9wsqy\",\"data-border\":true,\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"Q1nVjiYNQ\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{jNx9dxVBD:{\"--border-color\":\"var(--token-dd6ce8bc-10e7-4b10-af69-af0e2c5bc523, rgb(132, 0, 255))\",backgroundColor:KAXXu4n9M}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFNDLTYwMA==\",\"--framer-font-family\":'\"Noto Sans SC\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Z1358bpRz-SqiHTFwzA))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"I want this\"})})}),className:\"framer-1mx9ejl\",fonts:[\"GF;Noto Sans SC-600\",\"GF;Noto Sans SC-900\"],layoutDependency:layoutDependency,layoutId:\"nFJMoeLCV\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Z1358bpRz-SqiHTFwzA)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Z1358bpRz-SqiHTFwzA\":Z1358bpRz,opacity:0},text:wVGdAbkZ1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yxRzwaQnB:{text:XJvYj9ZaA}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1li860s\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"cLIyXCABZ\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-dd6ce8bc-10e7-4b10-af69-af0e2c5bc523, rgb(132, 0, 255))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},transformTemplate:transformTemplate1,variants:{jNx9dxVBD:{\"--border-color\":\"var(--token-49e01d92-acba-4912-8db1-bc80a264237f, rgb(255, 255, 255))\",backgroundColor:bO8WyLPM_},yxRzwaQnB:{\"--border-color\":\"rgb(46, 204, 113)\"}},...addPropertyOverrides({jNx9dxVBD:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFNDLTYwMA==\",\"--framer-font-family\":'\"Noto Sans SC\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Z1358bpRz-SqiHTFwzA))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"I want this\"})})}),className:\"framer-84dhrf\",fonts:[\"GF;Noto Sans SC-600\",\"GF;Noto Sans SC-900\"],layoutDependency:layoutDependency,layoutId:\"DgQOLX38k\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Z1358bpRz-SqiHTFwzA)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Z1358bpRz-SqiHTFwzA\":Z1358bpRz},text:wVGdAbkZ1,variants:{yxRzwaQnB:{\"--extracted-r6o4lv\":\"rgb(46, 204, 113)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yxRzwaQnB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFNDLTYwMA==\",\"--framer-font-family\":'\"Noto Sans SC\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(46, 204, 113))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"\u5DF2\u590D\u5236\u94FE\u63A5\"})})}),text:XJvYj9ZaA}},baseVariant,gestureVariant)})})]})})})})});});const css=['.framer-WuzDY[data-border=\"true\"]::after, .framer-WuzDY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WuzDY.framer-9gd61o, .framer-WuzDY .framer-9gd61o { display: block; }\",\".framer-WuzDY.framer-1dyybgh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WuzDY .framer-q9wsqy { 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: 16px 24px 16px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-WuzDY .framer-1mx9ejl, .framer-WuzDY .framer-84dhrf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WuzDY .framer-1li860s { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 16px 24px 16px 24px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WuzDY.framer-1dyybgh, .framer-WuzDY .framer-q9wsqy, .framer-WuzDY .framer-1li860s { gap: 0px; } .framer-WuzDY.framer-1dyybgh > *, .framer-WuzDY .framer-q9wsqy > *, .framer-WuzDY .framer-1li860s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WuzDY.framer-1dyybgh > :first-child, .framer-WuzDY .framer-q9wsqy > :first-child, .framer-WuzDY .framer-1li860s > :first-child { margin-top: 0px; } .framer-WuzDY.framer-1dyybgh > :last-child, .framer-WuzDY .framer-q9wsqy > :last-child, .framer-WuzDY .framer-1li860s > :last-child { margin-bottom: 0px; } }\",\".framer-WuzDY.framer-v-arwwfg .framer-1li860s { bottom: 8px; left: unset; right: -6px; }\",\".framer-WuzDY.framer-v-1ccihif .framer-84dhrf { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 61\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jNx9dxVBD\":{\"layout\":[\"auto\",\"auto\"]},\"yxRzwaQnB\":{\"layout\":[\"auto\",\"auto\"]},\"hiWFOnoJr\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"wVGdAbkZ1\":\"title\",\"pvOwaManQ\":\"link\",\"Z1358bpRz\":\"white\",\"bO8WyLPM_\":\"black\",\"KAXXu4n9M\":\"purple\",\"XJvYj9ZaA\":\"copied\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerSqiHTFwzA=withCSS(Component,css,\"framer-WuzDY\");export default FramerSqiHTFwzA;FramerSqiHTFwzA.displayName=\"\u6309\u94AE/Secondary CTA\";FramerSqiHTFwzA.defaultProps={height:61,width:176};addPropertyControls(FramerSqiHTFwzA,{variant:{options:[\"euV2TMSsb\",\"jNx9dxVBD\",\"yxRzwaQnB\",\"hiWFOnoJr\"],optionTitles:[\"Secondary\",\"Hover\",\"Copied\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},wVGdAbkZ1:{defaultValue:\"I want this\",displayTextArea:false,title:\"Title\",type:ControlType.String},pvOwaManQ:{title:\"Link\",type:ControlType.Link},Z1358bpRz:{defaultValue:'var(--token-49e01d92-acba-4912-8db1-bc80a264237f, rgb(255, 255, 255)) /* {\"name\":\"FFF White\"} */',title:\"White\",type:ControlType.Color},bO8WyLPM_:{defaultValue:'var(--token-c3806fdc-91a6-49b4-924f-110aaeffd1b8, rgb(34, 34, 34)) /* {\"name\":\"222 Black\"} */',title:\"Black\",type:ControlType.Color},KAXXu4n9M:{defaultValue:'var(--token-dd6ce8bc-10e7-4b10-af69-af0e2c5bc523, rgb(132, 0, 255)) /* {\"name\":\"Purple\"} */',title:\"Purple\",type:ControlType.Color},XJvYj9ZaA:{defaultValue:\"\u5DF2\u590D\u5236\u94FE\u63A5\",title:\"Copied\",type:ControlType.String}});addFonts(FramerSqiHTFwzA,[{family:\"Noto Sans SC\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYlNbPzS5HE.woff2\",weight:\"600\"},{family:\"Noto Sans SC\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYlNbPzS5HE.woff2\",weight:\"900\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSqiHTFwzA\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"61\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"wVGdAbkZ1\\\":\\\"title\\\",\\\"pvOwaManQ\\\":\\\"link\\\",\\\"Z1358bpRz\\\":\\\"white\\\",\\\"bO8WyLPM_\\\":\\\"black\\\",\\\"KAXXu4n9M\\\":\\\"purple\\\",\\\"XJvYj9ZaA\\\":\\\"copied\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jNx9dxVBD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yxRzwaQnB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hiWFOnoJr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"176\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SqiHTFwzA.map", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./VLyLQHQST-0.js\";const cycleOrder=[\"Qht5ey8Bb\",\"Ve1g5Atxv\",\"wE3i4N8vY\",\"k8tP3Eb98\"];const serializationHash=\"framer-OrdQO\";const variantClassNames={k8tP3Eb98:\"framer-v-17kmag1\",Qht5ey8Bb:\"framer-v-1cqau90\",Ve1g5Atxv:\"framer-v-14gdzjp\",wE3i4N8vY:\"framer-v-fikxb8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={rr4J9IFAB:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Black:\"Ve1g5Atxv\",Mobile:\"k8tP3Eb98\",Purple:\"wE3i4N8vY\",White:\"Qht5ey8Bb\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Qht5ey8Bb\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Qht5ey8Bb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cqau90\",className,classNames),\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"Qht5ey8Bb\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({k8tP3Eb98:{\"data-framer-name\":\"Mobile\"},Ve1g5Atxv:{\"data-framer-name\":\"Black\"},wE3i4N8vY:{\"data-framer-name\":\"Purple\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17yt28\",\"data-framer-name\":\"Logo\",description:\"\u7B80\u79F0\u4E50\u56ED\u767D\u8272\u7684SVG logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ehVCQLzF_\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 38\"><path d=\"M 64.977 29.858 C 67.587 26.966 70.155 22.786 71.664 18.353 L 77.801 21.258 C 77.624 21.682 77.09 21.93 76.275 21.825 C 72.975 26.749 68.684 29.69 63.93 31.567 L 63.894 31.532 C 62.985 32.209 61.71 32.099 60.418 30.788 C 60.526 26.748 59.46 22.249 58.253 18.496 L 58.68 18.356 C 64.547 22.335 65.797 27.162 64.977 29.86 Z M 22.844 19.14 L 22.844 28.315 C 22.844 28.706 20.823 29.838 19.261 29.838 L 18.481 29.838 L 18.481 28.103 L 14.651 28.103 L 14.651 29.662 C 14.651 29.946 13.336 30.832 11.21 30.832 L 10.43 30.832 L 10.43 16.447 C 10.04 16.412 9.651 16.235 9.224 15.987 L 9.117 15.563 C 8.905 15.703 8.621 15.811 8.158 15.883 L 8.158 34.338 C 8.158 34.621 6.137 35.329 4.291 35.329 L 3.404 35.329 L 3.404 14.322 L 8.869 14.817 C 8.337 13.399 7.415 11.984 6.599 10.992 L 6.883 10.816 C 14.581 11.207 13.838 16.023 11.21 16.45 L 14.686 17.76 L 18.198 17.76 L 20.078 15.847 L 23.803 18.645 C 23.659 18.821 23.343 19.035 22.844 19.14 Z M 14.65 27.112 L 18.481 27.112 L 18.481 23.287 L 14.651 23.287 L 14.651 27.112 Z M 18.481 18.752 L 14.651 18.752 L 14.651 22.296 L 18.481 22.296 Z M 26.995 5.857 L 29.372 2.776 C 29.372 2.776 32.068 4.866 33.666 6.284 C 33.558 6.674 33.17 6.851 32.672 6.851 L 25.364 6.851 C 28.736 8.091 28.664 10.287 27.386 11.351 L 31.11 14.22 C 30.862 14.503 30.435 14.823 29.691 14.963 L 29.691 30.552 C 29.691 33.492 28.981 35.087 23.979 35.475 C 23.907 34.093 23.803 33.065 23.376 32.462 C 22.949 31.859 22.453 31.328 20.963 31.08 L 20.963 30.62 C 20.963 30.62 23.411 30.797 24.083 30.797 C 24.615 30.797 24.723 30.549 24.723 30.157 L 24.723 14.179 L 14.083 14.179 L 13.763 13.189 L 24.37 13.189 L 25.469 11.949 C 24.83 11.913 24.155 11.594 23.519 10.993 C 23.767 9.543 23.483 7.981 22.952 6.849 L 22.42 6.849 C 20.575 9.471 18.377 11.453 15.928 12.836 L 15.573 12.588 C 16.353 11.029 17.099 9.011 17.702 6.813 C 17.485 6.934 17.24 6.995 16.992 6.99 L 11.706 6.99 C 16.636 9.151 12.521 13.508 9.648 10.746 C 9.792 9.435 9.505 8.053 9.081 6.99 L 8.337 6.99 C 6.137 10.781 3.44 13.686 0.391 15.777 L 0 15.491 C 1.843 12.051 3.652 6.597 4.503 1.461 L 11.279 3.231 C 11.136 3.691 10.676 4.011 9.86 4.047 C 9.54 4.719 9.221 5.357 8.902 5.997 L 12.022 5.997 L 14.152 3.091 C 14.152 3.091 16.385 4.969 17.842 6.316 C 18.233 4.757 18.586 3.091 18.801 1.497 L 25.436 3.515 C 25.26 3.975 24.796 4.259 23.982 4.259 C 23.703 4.807 23.395 5.339 23.059 5.853 L 26.998 5.853 L 26.995 5.856 Z M 52.932 13.68 L 59.104 14.211 C 59.033 14.743 58.678 15.062 57.862 15.167 L 57.862 31.854 C 57.862 35.183 57.152 36.956 51.938 37.416 C 51.83 35.822 51.654 34.687 51.122 33.944 C 50.591 33.2 49.952 32.669 48.214 32.35 L 48.214 31.89 C 48.214 31.89 51.585 32.102 52.294 32.102 C 52.753 32.102 52.932 31.926 52.932 31.57 L 52.932 20.341 L 52.684 20.377 C 50.982 25.691 48.498 29.979 45.234 32.848 L 44.774 32.6 C 46.264 28.88 47.542 23.318 47.966 18.146 L 52.932 19.316 Z M 61.696 8.26 L 65.99 12.336 C 65.707 12.656 65.351 12.76 64.608 12.832 C 63.329 14.283 61.132 16.34 59.358 17.543 L 59.074 17.331 C 59.322 15.737 59.501 13.471 59.57 11.769 L 51.66 11.769 C 50.026 14.602 48.076 16.94 45.77 18.714 L 45.344 18.466 C 45.628 17.827 45.876 17.083 46.124 16.34 L 41.405 16.34 L 41.405 18.11 C 49.99 20.872 45.84 27.321 42.505 24.24 C 42.433 22.682 41.973 20.98 41.405 19.529 L 41.405 36.109 C 41.405 36.392 39.879 37.455 37.538 37.455 L 36.651 37.455 L 36.651 26.19 C 35.305 28.068 33.671 29.802 31.861 31.325 L 31.471 30.97 C 33.811 27.038 35.338 21.44 36.153 16.34 L 32.003 16.34 L 31.718 15.349 L 36.648 15.349 L 36.648 9.646 C 35.051 9.753 33.421 9.858 31.858 9.894 L 31.788 9.503 C 35.334 8.085 39.768 5.535 41.97 3.8 L 47.184 8.547 C 46.688 8.938 45.801 8.971 44.559 8.547 C 43.636 8.759 42.573 8.938 41.403 9.114 L 41.403 15.349 L 43.424 12.408 C 43.424 12.408 45.162 13.966 46.476 15.278 C 47.506 11.841 48.393 7.696 48.746 3.8 L 55.593 5.502 C 55.449 5.997 54.989 6.281 54.174 6.317 C 53.623 7.846 52.971 9.337 52.224 10.78 L 59.179 10.78 L 61.699 8.266 L 61.696 8.261 Z M 96.108 16.409 L 84.578 16.409 L 84.578 28.489 C 84.578 31.782 83.728 33.519 77.908 33.979 C 77.765 32.457 77.553 31.394 76.845 30.651 C 76.135 29.979 75.355 29.481 73.121 29.092 L 73.121 28.668 C 73.121 28.668 77.663 28.952 78.55 28.952 C 79.189 28.952 79.365 28.74 79.365 28.312 L 79.365 16.407 L 72.73 16.407 L 71.132 18.39 L 66.555 15.909 C 66.838 15.625 67.265 15.306 67.69 15.022 C 68.612 11.585 69.819 5.28 70.067 2.766 L 75.459 3.969 C 80.781 2.941 86.741 1.311 90.041 0 L 94.582 4.819 C 94.122 5.174 93.2 5.174 91.994 4.679 C 87.524 5.102 80.852 5.317 74.859 5.069 C 74.363 7.727 73.441 12.474 72.766 15.415 L 79.365 15.415 L 79.365 6.556 L 85.785 7.196 C 85.714 7.691 85.465 7.974 84.579 8.115 L 84.579 15.412 L 89.297 15.412 L 92.101 11.868 C 92.101 11.868 95.257 14.242 97.174 15.836 C 97.067 16.227 96.643 16.403 96.111 16.403 Z M 85.785 18.782 L 86.105 18.57 C 101.573 22.822 97.954 33.875 92.385 30.155 C 91.071 26.223 88.27 21.971 85.785 18.782 Z M 125.53 4.736 L 130 8.313 C 129.752 8.597 129.289 8.916 128.582 9.057 L 128.582 36.157 C 128.546 36.513 126.205 37.681 124.359 37.681 L 123.58 37.681 L 123.58 35.023 L 103.501 35.023 L 103.501 36.122 C 103.501 36.761 101.479 38 99.351 38 L 98.535 38 L 98.535 5.163 L 103.892 7.289 L 123.227 7.289 L 125.533 4.739 Z M 103.498 34.035 L 123.577 34.035 L 123.577 18.554 C 123.434 18.874 123.081 19.014 122.583 19.014 L 118.325 19.014 L 118.325 26.027 C 118.325 26.418 118.396 26.559 118.785 26.559 L 119.883 26.559 C 120.131 26.523 120.31 26.487 120.522 26.203 C 120.806 25.743 121.338 24.361 121.905 22.695 L 122.26 22.695 L 122.404 26.344 C 123.362 26.84 123.503 27.371 123.503 28.186 C 123.503 29.816 122.189 30.736 118.749 30.736 L 117.151 30.736 C 114.207 30.736 113.887 29.816 113.887 27.159 L 113.887 19.011 L 112.753 19.011 C 112.361 25.209 110.128 29.604 103.493 32.014 L 103.493 34.032 Z M 123.58 8.28 L 103.501 8.28 L 103.501 31.485 C 107.44 28.192 107.935 24.009 107.828 19.014 L 104.28 19.014 L 103.997 18.023 L 116.84 18.023 L 119.253 14.905 C 119.253 14.905 121.949 16.96 123.58 18.413 Z M 121.31 13.451 L 105.702 13.451 L 105.418 12.461 L 115.601 12.461 L 118.013 9.448 C 118.013 9.448 120.71 11.466 122.34 12.884 C 122.233 13.275 121.845 13.451 121.31 13.451 Z\" fill=\"var(--token-49e01d92-acba-4912-8db1-bc80a264237f, rgb(255, 255, 255))\"></path></svg>',svgContentId:2126156480,title:\"\u7B80\u79F0\u4E50\u56EDLogo\",withExternalLayout:true,...addPropertyOverrides({k8tP3Eb98:{description:\"\u7B80\u79F0\u4E50\u56ED\u9ED1\u8272\u7684SVG logo\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 91 26\"><path d=\"M 45.484 20.429 C 47.311 18.45 49.108 15.59 50.165 12.557 L 54.461 14.545 C 54.337 14.835 53.963 15.005 53.392 14.933 C 51.082 18.302 48.079 20.314 44.751 21.598 L 44.726 21.575 C 44.089 22.038 43.197 21.962 42.293 21.065 C 42.368 18.301 41.622 15.223 40.777 12.655 L 41.076 12.559 C 45.183 15.282 46.058 18.585 45.484 20.431 Z M 15.991 13.096 L 15.991 19.373 C 15.991 19.641 14.576 20.415 13.483 20.415 L 12.937 20.415 L 12.937 19.228 L 10.256 19.228 L 10.256 20.295 C 10.256 20.489 9.335 21.096 7.847 21.096 L 7.301 21.096 L 7.301 11.253 C 7.028 11.229 6.756 11.108 6.457 10.938 L 6.382 10.648 C 6.234 10.744 6.035 10.818 5.711 10.867 L 5.711 23.494 C 5.711 23.688 4.296 24.172 3.004 24.172 L 2.383 24.172 L 2.383 9.799 L 6.208 10.138 C 5.836 9.168 5.191 8.2 4.619 7.521 L 4.818 7.4 C 10.207 7.668 9.687 10.963 7.847 11.255 L 10.28 12.152 L 12.739 12.152 L 14.055 10.843 L 16.662 12.757 C 16.561 12.878 16.34 13.024 15.991 13.096 Z M 10.255 18.55 L 12.937 18.55 L 12.937 15.933 L 10.256 15.933 L 10.256 18.55 Z M 12.937 12.83 L 10.256 12.83 L 10.256 15.255 L 12.937 15.255 Z M 18.897 4.007 L 20.56 1.899 C 20.56 1.899 22.448 3.329 23.566 4.3 C 23.491 4.566 23.219 4.688 22.87 4.688 L 17.755 4.688 C 20.115 5.536 20.065 7.038 19.17 7.766 L 21.777 9.729 C 21.603 9.923 21.305 10.142 20.784 10.238 L 20.784 20.904 C 20.784 22.916 20.287 24.007 16.785 24.272 C 16.735 23.327 16.662 22.623 16.363 22.211 C 16.064 21.798 15.717 21.435 14.674 21.265 L 14.674 20.951 C 14.674 20.951 16.388 21.072 16.858 21.072 C 17.23 21.072 17.306 20.902 17.306 20.634 L 17.306 9.701 L 9.858 9.701 L 9.634 9.024 L 17.059 9.024 L 17.828 8.176 C 17.381 8.151 16.908 7.933 16.463 7.522 C 16.637 6.529 16.438 5.461 16.066 4.686 L 15.694 4.686 C 14.402 6.48 12.864 7.836 11.15 8.783 L 10.901 8.613 C 11.447 7.546 11.969 6.165 12.391 4.662 C 12.24 4.745 12.068 4.786 11.894 4.783 L 8.194 4.783 C 11.645 6.261 8.765 9.242 6.754 7.353 C 6.854 6.456 6.653 5.51 6.357 4.783 L 5.836 4.783 C 4.296 7.376 2.408 9.364 0.274 10.795 L 0 10.599 C 1.29 8.245 2.556 4.514 3.152 1 L 7.895 2.211 C 7.795 2.525 7.473 2.744 6.902 2.769 C 6.678 3.229 6.455 3.665 6.231 4.103 L 8.415 4.103 L 9.906 2.115 C 9.906 2.115 11.469 3.4 12.489 4.321 C 12.763 3.255 13.01 2.115 13.161 1.024 L 17.805 2.405 C 17.682 2.72 17.357 2.914 16.787 2.914 C 16.592 3.289 16.377 3.653 16.141 4.005 L 18.899 4.005 L 18.897 4.007 Z M 37.052 9.36 L 41.373 9.723 C 41.323 10.087 41.075 10.306 40.503 10.377 L 40.503 21.795 C 40.503 24.073 40.006 25.286 36.357 25.6 C 36.281 24.51 36.158 23.733 35.785 23.225 C 35.414 22.716 34.966 22.352 33.75 22.134 L 33.75 21.819 C 33.75 21.819 36.109 21.965 36.606 21.965 C 36.927 21.965 37.052 21.844 37.052 21.601 L 37.052 13.918 L 36.879 13.942 C 35.687 17.578 33.949 20.512 31.664 22.475 L 31.342 22.305 C 32.385 19.76 33.279 15.954 33.576 12.416 L 37.052 13.216 Z M 43.187 5.652 L 46.193 8.44 C 45.995 8.659 45.746 8.731 45.226 8.78 C 44.33 9.773 42.792 11.18 41.551 12.003 L 41.352 11.858 C 41.525 10.767 41.651 9.217 41.699 8.052 L 36.162 8.052 C 35.018 9.991 33.653 11.591 32.039 12.804 L 31.741 12.635 C 31.94 12.197 32.113 11.688 32.287 11.18 L 28.984 11.18 L 28.984 12.391 C 34.993 14.281 32.088 18.693 29.754 16.585 C 29.703 15.519 29.381 14.355 28.984 13.362 L 28.984 24.706 C 28.984 24.9 27.915 25.627 26.277 25.627 L 25.656 25.627 L 25.656 17.919 C 24.714 19.204 23.57 20.391 22.303 21.433 L 22.03 21.19 C 23.668 18.5 24.737 14.669 25.307 11.18 L 22.402 11.18 L 22.203 10.502 L 25.654 10.502 L 25.654 6.6 C 24.536 6.673 23.395 6.745 22.301 6.77 L 22.252 6.502 C 24.734 5.532 27.838 3.787 29.379 2.6 L 33.029 5.848 C 32.682 6.115 32.061 6.138 31.191 5.848 C 30.545 5.993 29.801 6.115 28.982 6.236 L 28.982 10.502 L 30.397 8.49 C 30.397 8.49 31.613 9.556 32.533 10.453 C 33.254 8.102 33.875 5.266 34.122 2.6 L 38.915 3.765 C 38.814 4.103 38.492 4.298 37.922 4.322 C 37.536 5.368 37.08 6.388 36.557 7.376 L 41.425 7.376 L 43.189 5.656 L 43.187 5.652 Z M 67.276 11.227 L 59.205 11.227 L 59.205 19.492 C 59.205 21.746 58.61 22.934 54.536 23.249 C 54.436 22.207 54.287 21.48 53.792 20.972 C 53.295 20.512 52.749 20.171 51.185 19.905 L 51.185 19.615 C 51.185 19.615 54.364 19.809 54.985 19.809 C 55.432 19.809 55.556 19.664 55.556 19.371 L 55.556 11.226 L 50.911 11.226 L 49.792 12.583 L 46.589 10.885 C 46.787 10.691 47.086 10.473 47.383 10.278 C 48.028 7.927 48.873 3.613 49.047 1.893 L 52.821 2.716 C 56.547 2.012 60.719 0.897 63.029 0 L 66.207 3.297 C 65.885 3.54 65.24 3.54 64.396 3.201 C 61.267 3.491 56.596 3.638 52.401 3.468 C 52.054 5.287 51.409 8.535 50.936 10.547 L 55.556 10.547 L 55.556 4.486 L 60.05 4.924 C 60 5.262 59.826 5.456 59.205 5.552 L 59.205 10.545 L 62.508 10.545 L 64.471 8.12 C 64.471 8.12 66.68 9.745 68.022 10.835 C 67.947 11.103 67.65 11.223 67.278 11.223 Z M 60.049 12.851 L 60.273 12.706 C 71.101 15.615 68.568 23.178 64.669 20.632 C 63.75 17.942 61.789 15.033 60.049 12.851 Z M 87.871 3.24 L 91 5.688 C 90.826 5.882 90.502 6.1 90.007 6.197 L 90.007 24.739 C 89.982 24.983 88.344 25.782 87.051 25.782 L 86.506 25.782 L 86.506 23.963 L 72.451 23.963 L 72.451 24.715 C 72.451 25.152 71.035 26 69.546 26 L 68.975 26 L 68.975 3.533 L 72.724 4.987 L 86.259 4.987 L 87.873 3.242 Z M 72.449 23.287 L 86.504 23.287 L 86.504 12.695 C 86.404 12.914 86.157 13.01 85.808 13.01 L 82.827 13.01 L 82.827 17.808 C 82.827 18.075 82.877 18.172 83.149 18.172 L 83.918 18.172 C 84.092 18.147 84.217 18.123 84.365 17.928 C 84.564 17.614 84.937 16.668 85.333 15.528 L 85.582 15.528 L 85.683 18.025 C 86.353 18.364 86.452 18.728 86.452 19.285 C 86.452 20.4 85.532 21.03 83.124 21.03 L 82.006 21.03 C 79.945 21.03 79.721 20.4 79.721 18.582 L 79.721 13.008 L 78.927 13.008 C 78.653 17.248 77.09 20.255 72.445 21.904 L 72.445 23.285 Z M 86.506 5.665 L 72.451 5.665 L 72.451 21.542 C 75.208 19.289 75.555 16.427 75.48 13.01 L 72.996 13.01 L 72.798 12.332 L 81.788 12.332 L 83.477 10.198 C 83.477 10.198 85.364 11.604 86.506 12.598 Z M 84.917 9.203 L 73.991 9.203 L 73.793 8.526 L 80.921 8.526 L 82.609 6.464 C 82.609 6.464 84.497 7.845 85.638 8.815 C 85.563 9.083 85.292 9.203 84.917 9.203 Z\" fill=\"var(--token-c3806fdc-91a6-49b4-924f-110aaeffd1b8, rgb(34, 34, 34))\"></path></svg>',svgContentId:3017095960},Ve1g5Atxv:{description:\"\u7B80\u79F0\u4E50\u56ED\u9ED1\u8272\u7684SVG logo\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 38\"><path d=\"M 64.977 29.858 C 67.587 26.966 70.155 22.786 71.664 18.353 L 77.801 21.258 C 77.624 21.682 77.09 21.93 76.275 21.825 C 72.975 26.749 68.684 29.69 63.93 31.567 L 63.894 31.532 C 62.985 32.209 61.71 32.099 60.418 30.788 C 60.526 26.748 59.46 22.249 58.253 18.496 L 58.68 18.356 C 64.547 22.335 65.797 27.162 64.977 29.86 Z M 22.844 19.14 L 22.844 28.315 C 22.844 28.706 20.823 29.838 19.261 29.838 L 18.481 29.838 L 18.481 28.103 L 14.651 28.103 L 14.651 29.662 C 14.651 29.946 13.336 30.832 11.21 30.832 L 10.43 30.832 L 10.43 16.447 C 10.04 16.412 9.651 16.235 9.224 15.987 L 9.117 15.563 C 8.905 15.703 8.621 15.811 8.158 15.883 L 8.158 34.338 C 8.158 34.621 6.137 35.329 4.291 35.329 L 3.404 35.329 L 3.404 14.322 L 8.869 14.817 C 8.337 13.399 7.415 11.984 6.599 10.992 L 6.883 10.816 C 14.581 11.207 13.838 16.023 11.21 16.45 L 14.686 17.76 L 18.198 17.76 L 20.078 15.847 L 23.803 18.645 C 23.659 18.821 23.343 19.035 22.844 19.14 Z M 14.65 27.112 L 18.481 27.112 L 18.481 23.287 L 14.651 23.287 L 14.651 27.112 Z M 18.481 18.752 L 14.651 18.752 L 14.651 22.296 L 18.481 22.296 Z M 26.995 5.857 L 29.372 2.776 C 29.372 2.776 32.068 4.866 33.666 6.284 C 33.558 6.674 33.17 6.851 32.672 6.851 L 25.364 6.851 C 28.736 8.091 28.664 10.287 27.386 11.351 L 31.11 14.22 C 30.862 14.503 30.435 14.823 29.691 14.963 L 29.691 30.552 C 29.691 33.492 28.981 35.087 23.979 35.475 C 23.907 34.093 23.803 33.065 23.376 32.462 C 22.949 31.859 22.453 31.328 20.963 31.08 L 20.963 30.62 C 20.963 30.62 23.411 30.797 24.083 30.797 C 24.615 30.797 24.723 30.549 24.723 30.157 L 24.723 14.179 L 14.083 14.179 L 13.763 13.189 L 24.37 13.189 L 25.469 11.949 C 24.83 11.913 24.155 11.594 23.519 10.993 C 23.767 9.543 23.483 7.981 22.952 6.849 L 22.42 6.849 C 20.575 9.471 18.377 11.453 15.928 12.836 L 15.573 12.588 C 16.353 11.029 17.099 9.011 17.702 6.813 C 17.485 6.934 17.24 6.995 16.992 6.99 L 11.706 6.99 C 16.636 9.151 12.521 13.508 9.648 10.746 C 9.792 9.435 9.505 8.053 9.081 6.99 L 8.337 6.99 C 6.137 10.781 3.44 13.686 0.391 15.777 L 0 15.491 C 1.843 12.051 3.652 6.597 4.503 1.461 L 11.279 3.231 C 11.136 3.691 10.676 4.011 9.86 4.047 C 9.54 4.719 9.221 5.357 8.902 5.997 L 12.022 5.997 L 14.152 3.091 C 14.152 3.091 16.385 4.969 17.842 6.316 C 18.233 4.757 18.586 3.091 18.801 1.497 L 25.436 3.515 C 25.26 3.975 24.796 4.259 23.982 4.259 C 23.703 4.807 23.395 5.339 23.059 5.853 L 26.998 5.853 L 26.995 5.856 Z M 52.932 13.68 L 59.104 14.211 C 59.033 14.743 58.678 15.062 57.862 15.167 L 57.862 31.854 C 57.862 35.183 57.152 36.956 51.938 37.416 C 51.83 35.822 51.654 34.687 51.122 33.944 C 50.591 33.2 49.952 32.669 48.214 32.35 L 48.214 31.89 C 48.214 31.89 51.585 32.102 52.294 32.102 C 52.753 32.102 52.932 31.926 52.932 31.57 L 52.932 20.341 L 52.684 20.377 C 50.982 25.691 48.498 29.979 45.234 32.848 L 44.774 32.6 C 46.264 28.88 47.542 23.318 47.966 18.146 L 52.932 19.316 Z M 61.696 8.26 L 65.99 12.336 C 65.707 12.656 65.351 12.76 64.608 12.832 C 63.329 14.283 61.132 16.34 59.358 17.543 L 59.074 17.331 C 59.322 15.737 59.501 13.471 59.57 11.769 L 51.66 11.769 C 50.026 14.602 48.076 16.94 45.77 18.714 L 45.344 18.466 C 45.628 17.827 45.876 17.083 46.124 16.34 L 41.405 16.34 L 41.405 18.11 C 49.99 20.872 45.84 27.321 42.505 24.24 C 42.433 22.682 41.973 20.98 41.405 19.529 L 41.405 36.109 C 41.405 36.392 39.879 37.455 37.538 37.455 L 36.651 37.455 L 36.651 26.19 C 35.305 28.068 33.671 29.802 31.861 31.325 L 31.471 30.97 C 33.811 27.038 35.338 21.44 36.153 16.34 L 32.003 16.34 L 31.718 15.349 L 36.648 15.349 L 36.648 9.646 C 35.051 9.753 33.421 9.858 31.858 9.894 L 31.788 9.503 C 35.334 8.085 39.768 5.535 41.97 3.8 L 47.184 8.547 C 46.688 8.938 45.801 8.971 44.559 8.547 C 43.636 8.759 42.573 8.938 41.403 9.114 L 41.403 15.349 L 43.424 12.408 C 43.424 12.408 45.162 13.966 46.476 15.278 C 47.506 11.841 48.393 7.696 48.746 3.8 L 55.593 5.502 C 55.449 5.997 54.989 6.281 54.174 6.317 C 53.623 7.846 52.971 9.337 52.224 10.78 L 59.179 10.78 L 61.699 8.266 L 61.696 8.261 Z M 96.108 16.409 L 84.578 16.409 L 84.578 28.489 C 84.578 31.782 83.728 33.519 77.908 33.979 C 77.765 32.457 77.553 31.394 76.845 30.651 C 76.135 29.979 75.355 29.481 73.121 29.092 L 73.121 28.668 C 73.121 28.668 77.663 28.952 78.55 28.952 C 79.189 28.952 79.365 28.74 79.365 28.312 L 79.365 16.407 L 72.73 16.407 L 71.132 18.39 L 66.555 15.909 C 66.838 15.625 67.265 15.306 67.69 15.022 C 68.612 11.585 69.819 5.28 70.067 2.766 L 75.459 3.969 C 80.781 2.941 86.741 1.311 90.041 0 L 94.582 4.819 C 94.122 5.174 93.2 5.174 91.994 4.679 C 87.524 5.102 80.852 5.317 74.859 5.069 C 74.363 7.727 73.441 12.474 72.766 15.415 L 79.365 15.415 L 79.365 6.556 L 85.785 7.196 C 85.714 7.691 85.465 7.974 84.579 8.115 L 84.579 15.412 L 89.297 15.412 L 92.101 11.868 C 92.101 11.868 95.257 14.242 97.174 15.836 C 97.067 16.227 96.643 16.403 96.111 16.403 Z M 85.785 18.782 L 86.105 18.57 C 101.573 22.822 97.954 33.875 92.385 30.155 C 91.071 26.223 88.27 21.971 85.785 18.782 Z M 125.53 4.736 L 130 8.313 C 129.752 8.597 129.289 8.916 128.582 9.057 L 128.582 36.157 C 128.546 36.513 126.205 37.681 124.359 37.681 L 123.58 37.681 L 123.58 35.023 L 103.501 35.023 L 103.501 36.122 C 103.501 36.761 101.479 38 99.351 38 L 98.535 38 L 98.535 5.163 L 103.892 7.289 L 123.227 7.289 L 125.533 4.739 Z M 103.498 34.035 L 123.577 34.035 L 123.577 18.554 C 123.434 18.874 123.081 19.014 122.583 19.014 L 118.325 19.014 L 118.325 26.027 C 118.325 26.418 118.396 26.559 118.785 26.559 L 119.883 26.559 C 120.131 26.523 120.31 26.487 120.522 26.203 C 120.806 25.743 121.338 24.361 121.905 22.695 L 122.26 22.695 L 122.404 26.344 C 123.362 26.84 123.503 27.371 123.503 28.186 C 123.503 29.816 122.189 30.736 118.749 30.736 L 117.151 30.736 C 114.207 30.736 113.887 29.816 113.887 27.159 L 113.887 19.011 L 112.753 19.011 C 112.361 25.209 110.128 29.604 103.493 32.014 L 103.493 34.032 Z M 123.58 8.28 L 103.501 8.28 L 103.501 31.485 C 107.44 28.192 107.935 24.009 107.828 19.014 L 104.28 19.014 L 103.997 18.023 L 116.84 18.023 L 119.253 14.905 C 119.253 14.905 121.949 16.96 123.58 18.413 Z M 121.31 13.451 L 105.702 13.451 L 105.418 12.461 L 115.601 12.461 L 118.013 9.448 C 118.013 9.448 120.71 11.466 122.34 12.884 C 122.233 13.275 121.845 13.451 121.31 13.451 Z\" fill=\"var(--token-c3806fdc-91a6-49b4-924f-110aaeffd1b8, rgb(34, 34, 34))\"></path></svg>',svgContentId:3985776153},wE3i4N8vY:{description:\"\u7B80\u79F0\u4E50\u56ED\u7D2B\u8272\u7684SVG logo\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 38\"><path d=\"M 64.977 29.858 C 67.587 26.966 70.155 22.786 71.664 18.353 L 77.801 21.258 C 77.624 21.682 77.09 21.93 76.275 21.825 C 72.975 26.749 68.684 29.69 63.93 31.567 L 63.894 31.532 C 62.985 32.209 61.71 32.099 60.418 30.788 C 60.526 26.748 59.46 22.249 58.253 18.496 L 58.68 18.356 C 64.547 22.335 65.797 27.162 64.977 29.86 Z M 22.844 19.14 L 22.844 28.315 C 22.844 28.706 20.823 29.838 19.261 29.838 L 18.481 29.838 L 18.481 28.103 L 14.651 28.103 L 14.651 29.662 C 14.651 29.946 13.336 30.832 11.21 30.832 L 10.43 30.832 L 10.43 16.447 C 10.04 16.412 9.651 16.235 9.224 15.987 L 9.117 15.563 C 8.905 15.703 8.621 15.811 8.158 15.883 L 8.158 34.338 C 8.158 34.621 6.137 35.329 4.291 35.329 L 3.404 35.329 L 3.404 14.322 L 8.869 14.817 C 8.337 13.399 7.415 11.984 6.599 10.992 L 6.883 10.816 C 14.581 11.207 13.838 16.023 11.21 16.45 L 14.686 17.76 L 18.198 17.76 L 20.078 15.847 L 23.803 18.645 C 23.659 18.821 23.343 19.035 22.844 19.14 Z M 14.65 27.112 L 18.481 27.112 L 18.481 23.287 L 14.651 23.287 L 14.651 27.112 Z M 18.481 18.752 L 14.651 18.752 L 14.651 22.296 L 18.481 22.296 Z M 26.995 5.857 L 29.372 2.776 C 29.372 2.776 32.068 4.866 33.666 6.284 C 33.558 6.674 33.17 6.851 32.672 6.851 L 25.364 6.851 C 28.736 8.091 28.664 10.287 27.386 11.351 L 31.11 14.22 C 30.862 14.503 30.435 14.823 29.691 14.963 L 29.691 30.552 C 29.691 33.492 28.981 35.087 23.979 35.475 C 23.907 34.093 23.803 33.065 23.376 32.462 C 22.949 31.859 22.453 31.328 20.963 31.08 L 20.963 30.62 C 20.963 30.62 23.411 30.797 24.083 30.797 C 24.615 30.797 24.723 30.549 24.723 30.157 L 24.723 14.179 L 14.083 14.179 L 13.763 13.189 L 24.37 13.189 L 25.469 11.949 C 24.83 11.913 24.155 11.594 23.519 10.993 C 23.767 9.543 23.483 7.981 22.952 6.849 L 22.42 6.849 C 20.575 9.471 18.377 11.453 15.928 12.836 L 15.573 12.588 C 16.353 11.029 17.099 9.011 17.702 6.813 C 17.485 6.934 17.24 6.995 16.992 6.99 L 11.706 6.99 C 16.636 9.151 12.521 13.508 9.648 10.746 C 9.792 9.435 9.505 8.053 9.081 6.99 L 8.337 6.99 C 6.137 10.781 3.44 13.686 0.391 15.777 L 0 15.491 C 1.843 12.051 3.652 6.597 4.503 1.461 L 11.279 3.231 C 11.136 3.691 10.676 4.011 9.86 4.047 C 9.54 4.719 9.221 5.357 8.902 5.997 L 12.022 5.997 L 14.152 3.091 C 14.152 3.091 16.385 4.969 17.842 6.316 C 18.233 4.757 18.586 3.091 18.801 1.497 L 25.436 3.515 C 25.26 3.975 24.796 4.259 23.982 4.259 C 23.703 4.807 23.395 5.339 23.059 5.853 L 26.998 5.853 L 26.995 5.856 Z M 52.932 13.68 L 59.104 14.211 C 59.033 14.743 58.678 15.062 57.862 15.167 L 57.862 31.854 C 57.862 35.183 57.152 36.956 51.938 37.416 C 51.83 35.822 51.654 34.687 51.122 33.944 C 50.591 33.2 49.952 32.669 48.214 32.35 L 48.214 31.89 C 48.214 31.89 51.585 32.102 52.294 32.102 C 52.753 32.102 52.932 31.926 52.932 31.57 L 52.932 20.341 L 52.684 20.377 C 50.982 25.691 48.498 29.979 45.234 32.848 L 44.774 32.6 C 46.264 28.88 47.542 23.318 47.966 18.146 L 52.932 19.316 Z M 61.696 8.26 L 65.99 12.336 C 65.707 12.656 65.351 12.76 64.608 12.832 C 63.329 14.283 61.132 16.34 59.358 17.543 L 59.074 17.331 C 59.322 15.737 59.501 13.471 59.57 11.769 L 51.66 11.769 C 50.026 14.602 48.076 16.94 45.77 18.714 L 45.344 18.466 C 45.628 17.827 45.876 17.083 46.124 16.34 L 41.405 16.34 L 41.405 18.11 C 49.99 20.872 45.84 27.321 42.505 24.24 C 42.433 22.682 41.973 20.98 41.405 19.529 L 41.405 36.109 C 41.405 36.392 39.879 37.455 37.538 37.455 L 36.651 37.455 L 36.651 26.19 C 35.305 28.068 33.671 29.802 31.861 31.325 L 31.471 30.97 C 33.811 27.038 35.338 21.44 36.153 16.34 L 32.003 16.34 L 31.718 15.349 L 36.648 15.349 L 36.648 9.646 C 35.051 9.753 33.421 9.858 31.858 9.894 L 31.788 9.503 C 35.334 8.085 39.768 5.535 41.97 3.8 L 47.184 8.547 C 46.688 8.938 45.801 8.971 44.559 8.547 C 43.636 8.759 42.573 8.938 41.403 9.114 L 41.403 15.349 L 43.424 12.408 C 43.424 12.408 45.162 13.966 46.476 15.278 C 47.506 11.841 48.393 7.696 48.746 3.8 L 55.593 5.502 C 55.449 5.997 54.989 6.281 54.174 6.317 C 53.623 7.846 52.971 9.337 52.224 10.78 L 59.179 10.78 L 61.699 8.266 L 61.696 8.261 Z M 96.108 16.409 L 84.578 16.409 L 84.578 28.489 C 84.578 31.782 83.728 33.519 77.908 33.979 C 77.765 32.457 77.553 31.394 76.845 30.651 C 76.135 29.979 75.355 29.481 73.121 29.092 L 73.121 28.668 C 73.121 28.668 77.663 28.952 78.55 28.952 C 79.189 28.952 79.365 28.74 79.365 28.312 L 79.365 16.407 L 72.73 16.407 L 71.132 18.39 L 66.555 15.909 C 66.838 15.625 67.265 15.306 67.69 15.022 C 68.612 11.585 69.819 5.28 70.067 2.766 L 75.459 3.969 C 80.781 2.941 86.741 1.311 90.041 0 L 94.582 4.819 C 94.122 5.174 93.2 5.174 91.994 4.679 C 87.524 5.102 80.852 5.317 74.859 5.069 C 74.363 7.727 73.441 12.474 72.766 15.415 L 79.365 15.415 L 79.365 6.556 L 85.785 7.196 C 85.714 7.691 85.465 7.974 84.579 8.115 L 84.579 15.412 L 89.297 15.412 L 92.101 11.868 C 92.101 11.868 95.257 14.242 97.174 15.836 C 97.067 16.227 96.643 16.403 96.111 16.403 Z M 85.785 18.782 L 86.105 18.57 C 101.573 22.822 97.954 33.875 92.385 30.155 C 91.071 26.223 88.27 21.971 85.785 18.782 Z M 125.53 4.736 L 130 8.313 C 129.752 8.597 129.289 8.916 128.582 9.057 L 128.582 36.157 C 128.546 36.513 126.205 37.681 124.359 37.681 L 123.58 37.681 L 123.58 35.023 L 103.501 35.023 L 103.501 36.122 C 103.501 36.761 101.479 38 99.351 38 L 98.535 38 L 98.535 5.163 L 103.892 7.289 L 123.227 7.289 L 125.533 4.739 Z M 103.498 34.035 L 123.577 34.035 L 123.577 18.554 C 123.434 18.874 123.081 19.014 122.583 19.014 L 118.325 19.014 L 118.325 26.027 C 118.325 26.418 118.396 26.559 118.785 26.559 L 119.883 26.559 C 120.131 26.523 120.31 26.487 120.522 26.203 C 120.806 25.743 121.338 24.361 121.905 22.695 L 122.26 22.695 L 122.404 26.344 C 123.362 26.84 123.503 27.371 123.503 28.186 C 123.503 29.816 122.189 30.736 118.749 30.736 L 117.151 30.736 C 114.207 30.736 113.887 29.816 113.887 27.159 L 113.887 19.011 L 112.753 19.011 C 112.361 25.209 110.128 29.604 103.493 32.014 L 103.493 34.032 Z M 123.58 8.28 L 103.501 8.28 L 103.501 31.485 C 107.44 28.192 107.935 24.009 107.828 19.014 L 104.28 19.014 L 103.997 18.023 L 116.84 18.023 L 119.253 14.905 C 119.253 14.905 121.949 16.96 123.58 18.413 Z M 121.31 13.451 L 105.702 13.451 L 105.418 12.461 L 115.601 12.461 L 118.013 9.448 C 118.013 9.448 120.71 11.466 122.34 12.884 C 122.233 13.275 121.845 13.451 121.31 13.451 Z\" fill=\"var(--token-dd6ce8bc-10e7-4b10-af69-af0e2c5bc523, rgb(132, 0, 255))\"></path></svg>',svgContentId:1376621222}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OrdQO.framer-18whdzy, .framer-OrdQO .framer-18whdzy { display: block; }\",\".framer-OrdQO.framer-1cqau90 { height: 38px; overflow: visible; position: relative; width: 130px; }\",\".framer-OrdQO .framer-17yt28 { flex: none; height: 38px; left: calc(50.00000000000002% - 130px / 2); position: absolute; top: calc(50.00000000000002% - 38px / 2); width: 130px; }\",\".framer-OrdQO.framer-v-14gdzjp.framer-1cqau90 { aspect-ratio: 3.4210526315789473 / 1; height: var(--framer-aspect-ratio-supported, 38px); }\",\".framer-OrdQO.framer-v-17kmag1.framer-1cqau90 { aspect-ratio: 3.4210526315789473 / 1; height: var(--framer-aspect-ratio-supported, 38px); width: 129px; }\",\".framer-OrdQO.framer-v-17kmag1 .framer-17yt28 { height: 26px; left: 0px; top: calc(50.66666666666669% - 26px / 2); width: 91px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ve1g5Atxv\":{\"layout\":[\"fixed\",\"fixed\"]},\"wE3i4N8vY\":{\"layout\":[\"fixed\",\"fixed\"]},\"k8tP3Eb98\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVLyLQHQST=withCSS(Component,css,\"framer-OrdQO\");export default FramerVLyLQHQST;FramerVLyLQHQST.displayName=\"\u4E3B\u83DC\u5355/Logo\";FramerVLyLQHQST.defaultProps={height:38,width:130};addPropertyControls(FramerVLyLQHQST,{variant:{options:[\"Qht5ey8Bb\",\"Ve1g5Atxv\",\"wE3i4N8vY\",\"k8tP3Eb98\"],optionTitles:[\"White\",\"Black\",\"Purple\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVLyLQHQST,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVLyLQHQST\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"130\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"38\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ve1g5Atxv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wE3i4N8vY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k8tP3Eb98\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VLyLQHQST.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "var e=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof self?self:global;var t={};var r={exports:t};(function main(e,t,r,n){var a=!!(e.Worker&&e.Blob&&e.Promise&&e.OffscreenCanvas&&e.OffscreenCanvasRenderingContext2D&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.transferControlToOffscreen&&e.URL&&e.URL.createObjectURL);function noop(){}function promise(r){var n=t.exports.Promise;var a=void 0!==n?n:e.Promise;if(\"function\"===typeof a)return new a(r);r(noop,noop);return null}var o=function(){var e=Math.floor(1e3/60);var t,r;var n={};var a=0;if(\"function\"===typeof requestAnimationFrame&&\"function\"===typeof cancelAnimationFrame){t=function(t){var r=Math.random();n[r]=requestAnimationFrame((function onFrame(o){if(a===o||a+e-1<o){a=o;delete n[r];t()}else n[r]=requestAnimationFrame(onFrame)}));return r};r=function(e){n[e]&&cancelAnimationFrame(n[e])}}else{t=function(t){return setTimeout(t,e)};r=function(e){return clearTimeout(e)}}return{frame:t,cancel:r}}();var i=function(){var e;var t;var n={};function decorate(e){function execute(t,r){e.postMessage({options:t||{},callback:r})}e.init=function initWorker(t){var r=t.transferControlToOffscreen();e.postMessage({canvas:r},[r])};e.fire=function fireWorker(r,a,o){if(t){execute(r,null);return t}var i=Math.random().toString(36).slice(2);t=promise((function(a){function workerDone(r){if(r.data.callback===i){delete n[i];e.removeEventListener(\"message\",workerDone);t=null;o();a()}}e.addEventListener(\"message\",workerDone);execute(r,i);n[i]=workerDone.bind(null,{data:{callback:i}})}));return t};e.reset=function resetWorker(){e.postMessage({reset:true});for(var t in n){n[t]();delete n[t]}}}return function(){if(e)return e;if(!r&&a){var t=[\"var CONFETTI, SIZE = {}, module = {};\",\"(\"+main.toString()+\")(this, module, true, SIZE);\",\"onmessage = function(msg) {\",\"  if (msg.data.options) {\",\"    CONFETTI(msg.data.options).then(function () {\",\"      if (msg.data.callback) {\",\"        postMessage({ callback: msg.data.callback });\",\"      }\",\"    });\",\"  } else if (msg.data.reset) {\",\"    CONFETTI.reset();\",\"  } else if (msg.data.resize) {\",\"    SIZE.width = msg.data.resize.width;\",\"    SIZE.height = msg.data.resize.height;\",\"  } else if (msg.data.canvas) {\",\"    SIZE.width = msg.data.canvas.width;\",\"    SIZE.height = msg.data.canvas.height;\",\"    CONFETTI = module.exports.create(msg.data.canvas);\",\"  }\",\"}\"].join(\"\\n\");try{e=new Worker(URL.createObjectURL(new Blob([t])))}catch(e){void 0!==typeof console&&\"function\"===typeof console.warn?console.warn(\"\uD83C\uDF8A Could not load worker\",e):null;return null}decorate(e)}return e}}();var l={particleCount:50,angle:90,spread:45,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,x:.5,y:.5,shapes:[\"square\",\"circle\"],zIndex:100,colors:[\"#26ccff\",\"#a25afd\",\"#ff5e7e\",\"#88ff5a\",\"#fcff42\",\"#ffa62d\",\"#ff36ff\"],disableForReducedMotion:false,scalar:1};function convert(e,t){return t?t(e):e}function isOk(e){return!(null===e||void 0===e)}function prop(e,t,r){return convert(e&&isOk(e[t])?e[t]:l[t],r)}function onlyPositiveInt(e){return e<0?0:Math.floor(e)}function randomInt(e,t){return Math.floor(Math.random()*(t-e))+e}function toDecimal(e){return parseInt(e,16)}function colorsToRgb(e){return e.map(hexToRgb)}function hexToRgb(e){var t=String(e).replace(/[^0-9a-f]/gi,\"\");t.length<6&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]);return{r:toDecimal(t.substring(0,2)),g:toDecimal(t.substring(2,4)),b:toDecimal(t.substring(4,6))}}function getOrigin(e){var t=prop(e,\"origin\",Object);t.x=prop(t,\"x\",Number);t.y=prop(t,\"y\",Number);return t}function setCanvasWindowSize(e){e.width=document.documentElement.clientWidth;e.height=document.documentElement.clientHeight}function setCanvasRectSize(e){var t=e.getBoundingClientRect();e.width=t.width;e.height=t.height}function getCanvas(e){var t=document.createElement(\"canvas\");t.style.position=\"fixed\";t.style.top=\"0px\";t.style.left=\"0px\";t.style.pointerEvents=\"none\";t.style.zIndex=e;return t}function ellipse(e,t,r,n,a,o,i,l,s){e.save();e.translate(t,r);e.rotate(o);e.scale(n,a);e.arc(0,0,1,i,l,s);e.restore()}function randomPhysics(e){var t=e.angle*(Math.PI/180);var r=e.spread*(Math.PI/180);return{x:e.x,y:e.y,wobble:10*Math.random(),velocity:.5*e.startVelocity+Math.random()*e.startVelocity,angle2D:-t+(.5*r-Math.random()*r),tiltAngle:Math.random()*Math.PI,color:e.color,shape:e.shape,tick:0,totalTicks:e.ticks,decay:e.decay,drift:e.drift,random:Math.random()+5,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:3*e.gravity,ovalScalar:.6,scalar:e.scalar}}function updateFetti(e,t){t.x+=Math.cos(t.angle2D)*t.velocity+t.drift;t.y+=Math.sin(t.angle2D)*t.velocity+t.gravity;t.wobble+=.1;t.velocity*=t.decay;t.tiltAngle+=.1;t.tiltSin=Math.sin(t.tiltAngle);t.tiltCos=Math.cos(t.tiltAngle);t.random=Math.random()+5;t.wobbleX=t.x+10*t.scalar*Math.cos(t.wobble);t.wobbleY=t.y+10*t.scalar*Math.sin(t.wobble);var r=t.tick++/t.totalTicks;var n=t.x+t.random*t.tiltCos;var a=t.y+t.random*t.tiltSin;var o=t.wobbleX+t.random*t.tiltCos;var i=t.wobbleY+t.random*t.tiltSin;e.fillStyle=\"rgba(\"+t.color.r+\", \"+t.color.g+\", \"+t.color.b+\", \"+(1-r)+\")\";e.beginPath();if(\"circle\"===t.shape)e.ellipse?e.ellipse(t.x,t.y,Math.abs(o-n)*t.ovalScalar,Math.abs(i-a)*t.ovalScalar,Math.PI/10*t.wobble,0,2*Math.PI):ellipse(e,t.x,t.y,Math.abs(o-n)*t.ovalScalar,Math.abs(i-a)*t.ovalScalar,Math.PI/10*t.wobble,0,2*Math.PI);else{e.moveTo(Math.floor(t.x),Math.floor(t.y));e.lineTo(Math.floor(t.wobbleX),Math.floor(a));e.lineTo(Math.floor(o),Math.floor(i));e.lineTo(Math.floor(n),Math.floor(t.wobbleY))}e.closePath();e.fill();return t.tick<t.totalTicks}function animate(e,t,a,i,l){var s=t.slice();var c=e.getContext(\"2d\");var f;var u;var d=promise((function(t){function onDone(){f=u=null;c.clearRect(0,0,i.width,i.height);l();t()}function update(){if(r&&!(i.width===n.width&&i.height===n.height)){i.width=e.width=n.width;i.height=e.height=n.height}if(!i.width&&!i.height){a(e);i.width=e.width;i.height=e.height}c.clearRect(0,0,i.width,i.height);s=s.filter((function(e){return updateFetti(c,e)}));s.length?f=o.frame(update):onDone()}f=o.frame(update);u=onDone}));return{addFettis:function(e){s=s.concat(e);return d},canvas:e,promise:d,reset:function(){f&&o.cancel(f);u&&u()}}}function confettiCannon(t,r){var n=!t;var o=!!prop(r||{},\"resize\");var l=prop(r,\"disableForReducedMotion\",Boolean);var s=a&&!!prop(r||{},\"useWorker\");var c=s?i():null;var f=n?setCanvasWindowSize:setCanvasRectSize;var u=!(!t||!c)&&!!t.__confetti_initialized;var d=\"function\"===typeof matchMedia&&matchMedia(\"(prefers-reduced-motion)\").matches;var h;function fireLocal(e,r,n){var a=prop(e,\"particleCount\",onlyPositiveInt);var o=prop(e,\"angle\",Number);var i=prop(e,\"spread\",Number);var l=prop(e,\"startVelocity\",Number);var s=prop(e,\"decay\",Number);var c=prop(e,\"gravity\",Number);var u=prop(e,\"drift\",Number);var d=prop(e,\"colors\",colorsToRgb);var v=prop(e,\"ticks\",Number);var p=prop(e,\"shapes\");var m=prop(e,\"scalar\");var g=getOrigin(e);var b=a;var y=[];var w=t.width*g.x;var M=t.height*g.y;while(b--)y.push(randomPhysics({x:w,y:M,angle:o,spread:i,startVelocity:l,color:d[b%d.length],shape:p[randomInt(0,p.length)],ticks:v,decay:s,gravity:c,drift:u,scalar:m}));if(h)return h.addFettis(y);h=animate(t,y,f,r,n);return h.promise}function fire(r){var a=l||prop(r,\"disableForReducedMotion\",Boolean);var i=prop(r,\"zIndex\",Number);if(a&&d)return promise((function(e){e()}));if(n&&h)t=h.canvas;else if(n&&!t){t=getCanvas(i);document.body.appendChild(t)}o&&!u&&f(t);var s={width:t.width,height:t.height};c&&!u&&c.init(t);u=true;c&&(t.__confetti_initialized=true);function onResize(){if(c){var e={getBoundingClientRect:function(){if(!n)return t.getBoundingClientRect()}};f(e);c.postMessage({resize:{width:e.width,height:e.height}})}else s.width=s.height=null}function done(){h=null;o&&e.removeEventListener(\"resize\",onResize);if(n&&t){document.body.removeChild(t);t=null;u=false}}o&&e.addEventListener(\"resize\",onResize,false);return c?c.fire(r,s,done):fireLocal(r,s,done)}fire.reset=function(){c&&c.reset();h&&h.reset()};return fire}t.exports=confettiCannon(null,{useWorker:true,resize:true});t.exports.create=confettiCannon})(function(){return\"undefined\"!==typeof window?window:\"undefined\"!==typeof self?self:this||e||{}}(),r,false);var n=r.exports;const a=r.exports.create;export default n;export{a as create};\n\n//# sourceMappingURL=confetti.js.map"],
  "mappings": "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",
  "names": ["Pattern", "props", "patternType", "front", "back", "radius", "scale", "shouldAnimate", "direction", "diagonal", "duration", "isCanvas", "RenderTarget", "pattern", "position", "size", "repeat", "blendMode", "filter", "addBackground", "backgroundPosAnimation", "frontHex", "Color", "backHex", "frontWithoutHex", "backWithoutHex", "factor", "xScale", "yScale", "motion", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "SqiHTFwzA_exports", "__export", "__FramerMetadata__", "SqiHTFwzA_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "black", "copied", "height", "id", "link", "purple", "title", "white", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "_ref4", "_ref5", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "wVGdAbkZ1", "pvOwaManQ", "Z1358bpRz", "bO8WyLPM_", "KAXXu4n9M", "XJvYj9ZaA", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntercz3933", "args", "onMouseLeave1y63lmq", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "css", "FramerSqiHTFwzA", "withCSS", "SqiHTFwzA_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "SVG", "css", "FramerVLyLQHQST", "withCSS", "VLyLQHQST_default", "addPropertyControls", "ControlType", "addFonts", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "localeOptions", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "e", "global", "t", "r", "main", "n", "noop", "promise", "a", "o", "onFrame", "i", "decorate", "execute", "workerDone", "l", "convert", "isOk", "prop", "onlyPositiveInt", "randomInt", "toDecimal", "colorsToRgb", "hexToRgb", "getOrigin", "setCanvasWindowSize", "setCanvasRectSize", "getCanvas", "ellipse", "s", "randomPhysics", "updateFetti", "animate", "c", "f", "u", "d", "onDone", "update", "confettiCannon", "h", "fireLocal", "v", "p", "m", "g", "b", "y", "w", "M", "fire", "onResize", "done", "window", "confetti_default"]
}
