{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1MMKuFtFWZOMnq8dkMIO/B9lGKhFlxqvCbtfHwC8L/Pattern.js", "ssg:https://framerusercontent.com/modules/vIVr2ot1w10dO0C92fho/iaFbvsc5uWu97F9fEDEb/NIoMyZu6x.js", "ssg:https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/yx3Yu3CvNlklDmNPtEF9/Animator.js", "ssg:https://framerusercontent.com/modules/y5UYoSK4hF1WooOhvAty/tCWCiJCedQDLmMSqG7gL/eQXyfBG_D.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/XGMAlGQJ7mrrxu0p1H0V/rCSaoanxJBfL2o3EsT2Z/XjF0fVdHO.js", "ssg:https://framerusercontent.com/modules/Ax0AGKkXUU9QcO8lkqIu/emNbyg9MhazEzZeBzb2m/K_JVqaw5C.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,Color}from\"framer\";import{motion}from\"framer-motion\";const loadPassword=str=>{try{const prefix=\"FramerOverrides Pattern >\";if(!str.includes(prefix)){return null;}const preprocessedStr=str.replace(prefix,\"\");const parsed=JSON.parse(preprocessedStr);return parsed;}catch(err){return null;}};const formatPatternString=(str,primary,secondary,tertiary,scale,angle)=>{const primaryNoHash=primary.replace(\"#\",\"\");const secondaryNoHash=secondary.replace(\"#\",\"\");const tertiaryNoHash=tertiary.replace(\"#\",\"\");const nineDownScale=scale/9;const quarterScale=scale/4;const halfScale=scale/2;const twoScale=scale*2;const twoPointFourScale=scale*2.4;const twoPointEightScale=scale*2.8;const threeScale=scale*3;const threePointTwoScale=scale*3.2;const threePointFourScale=scale*3.4;const fourScale=scale*4;const fiveScale=scale*5;const fivePointSixScale=scale*5.6;const sixScale=scale*6;const sevenScale=scale*7;const eightScale=scale*8;const nineScale=scale*9;const tenScale=scale*10;const fourteenScale=scale*14;return str.replace(/\\{primary\\}/g,primary).replace(/\\{primaryNoHash\\}/g,primaryNoHash).replace(/\\{secondary\\}/g,secondary).replace(/\\{secondaryNoHash\\}/g,secondaryNoHash).replace(/\\{tertiary\\}/g,tertiary).replace(/\\{tertiaryNoHash\\}/g,tertiaryNoHash).replace(/\\{nineDownScale\\}/g,nineDownScale.toString()).replace(/\\{quarterScale\\}/g,quarterScale.toString()).replace(/\\{halfScale\\}/g,halfScale.toString()).replace(/\\{scale\\}/g,scale.toString()).replace(/\\{twoScale\\}/g,twoScale.toString()).replace(/\\{twoPointFourScale\\}/g,twoPointFourScale.toString()).replace(/\\{twoPointEightScale\\}/g,twoPointEightScale.toString()).replace(/\\{threeScale\\}/g,threeScale.toString()).replace(/\\{threePointTwoScale\\}/g,threePointTwoScale.toString()).replace(/\\{threePointFourScale\\}/g,threePointFourScale.toString()).replace(/\\{fourScale\\}/g,fourScale.toString()).replace(/\\{fiveScale\\}/g,fiveScale.toString()).replace(/\\{fivePointSixScale\\}/g,fivePointSixScale.toString()).replace(/\\{sixScale\\}/g,sixScale.toString()).replace(/\\{sevenScale\\}/g,sevenScale.toString()).replace(/\\{eightScale\\}/g,eightScale.toString()).replace(/\\{nineScale\\}/g,nineScale.toString()).replace(/\\{tenScale\\}/g,tenScale.toString()).replace(/\\{fourteenScale\\}/g,fourteenScale.toString()).replace(/\\{angle\\}/g,angle.toString());};const cleanColorString=s=>{if(s.startsWith(\"var(--\")){console.log(s);// var(--token-580cb08b-d3fb-479e-bdd5-30cc5f9acae8, rgb(186, 143, 229)) /* {\"name\":\"Dark Purple\"} */\n// => rgb(186, 143, 229)\nconst startIndex=s.indexOf(\"(\",4);const endIndex=s.indexOf(\")\");const colorString=\"rgb(\"+s.substring(startIndex+1,endIndex)+\")\";console.log(\"FINAL RESULT: \"+colorString);console.log();console.log();return colorString;}return s;};/**\n * PATTERN\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Pattern(props){const{patternType,primary,secondary,tertiary,radius,scale,opacity,angle,shouldAnimate,direction,diagonal,duration,password}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:14,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,lineHeight:1.5,textAlign:\"center\"};let pattern;let filter;let backgroundPosAnimation;const cleanPrimary=cleanColorString(primary);const cleanSecondary=cleanColorString(secondary);const cleanTertiary=cleanColorString(tertiary);const primaryColor=Color(cleanPrimary);const primaryOpacity=primaryColor.roundA;const primaryOpacityHex=(\"00\"+parseInt((primaryOpacity*255).toFixed(0)).toString(16)).slice(-2);const primaryOpacityHexFinal=primaryOpacity===1?\"\":primaryOpacityHex.length===1?primaryOpacityHex+primaryOpacityHex:primaryOpacityHex;const secondaryColor=Color(cleanSecondary);const secondaryOpacity=secondaryColor.roundA;const secondaryOpacityHex=(\"00\"+parseInt((secondaryOpacity*255).toFixed(0)).toString(16)).slice(-2);const secondaryOpacityHexFinal=secondaryOpacity===1?\"\":secondaryOpacityHex.length===1?secondaryOpacityHex+secondaryOpacityHex:secondaryOpacityHex;const tertiaryColor=Color(cleanTertiary);const tertiaryOpacity=tertiaryColor.roundA;const tertiaryOpacityHex=(\"00\"+parseInt((tertiaryOpacity*255).toFixed(0)).toString(16)).slice(-2);const tertiaryOpacityHexFinal=tertiaryOpacity===1?\"\":tertiaryOpacityHex.length===1?tertiaryOpacityHex+tertiaryOpacityHex:tertiaryOpacityHex;const primaryHex=Color.toHexString(primaryColor)+primaryOpacityHexFinal;const secondaryHex=Color.toHexString(secondaryColor)+secondaryOpacityHexFinal;const tertiaryHex=Color.toHexString(tertiaryColor)+tertiaryOpacityHexFinal;const frontWithoutHex=primaryHex.replace(\"#\",\"\");const backWithoutHex=secondaryHex.replace(\"#\",\"\");const tertiaryWithoutHex=tertiaryHex.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;const parsedPattern=loadPassword(password);if(parsedPattern===null){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Please provide a pattern snippet\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Visit FramerOverrides.com/generator/pattern\"})]});}const id=parsedPattern.id;const displayName=parsedPattern.displayName;const patternBackground=parsedPattern.backgroundCss?formatPatternString(parsedPattern.backgroundCss,primaryHex,secondaryHex,tertiaryHex,scale,angle):undefined;const patternBackgroundImage=parsedPattern.backgroundImageCss?formatPatternString(parsedPattern.backgroundImageCss,primaryHex,secondaryHex,tertiaryHex,scale,angle):undefined;const addBackground=parsedPattern.addBackground?formatPatternString(parsedPattern.addBackground,primaryHex,secondaryHex,tertiaryHex,scale,angle):\"transparent\";const size=parsedPattern.size?formatPatternString(parsedPattern.size,primaryHex,secondaryHex,tertiaryHex,scale,angle):`${scale*10}px ${scale*2}px`;const position=parsedPattern.position?formatPatternString(parsedPattern.position,primaryHex,secondaryHex,tertiaryHex,scale,angle):\"0 0\";var _blendMode;const blendMode=(_blendMode=parsedPattern.blendMode)!==null&&_blendMode!==void 0?_blendMode:\"normal\";var _repeat;const repeat=(_repeat=parsedPattern.repeat)!==null&&_repeat!==void 0?_repeat:\"repeat\";const backgroundConfig=patternBackground?{}:{backgroundColor:addBackground,backgroundImage:patternBackgroundImage,backgroundPosition:position,backgroundSize:size,backgroundRepeat:repeat,backgroundBlendMode:blendMode};return /*#__PURE__*/ _jsx(motion.div,{style:{position:\"relative\",width:\"100%\",height:\"100%\",overflow:\"hidden\",borderRadius:radius,filter:filter,opacity:opacity/100,background:patternBackground,...backgroundConfig},animate:shouldAnimate&&{backgroundPosition:backgroundPosAnimation},transition:{type:\"tween\",ease:\"linear\",duration:duration,repeat:Infinity,repeatType:\"loop\"},children:patternBackground&&patternBackground.includes(\"<svg\")?/*#__PURE__*/ _jsx(_Fragment,{children:[0].map((_,i)=>{const a=patternBackground.indexOf(\"<svg\");const b=patternBackground.indexOf(\"</svg>\")+6;const svg=patternBackground.substring(a,b);return /*#__PURE__*/ _jsx(\"object\",{style:{position:\"absolute\",width:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"100%\":\"calc(50vw + 50vh)\",height:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"100%\":\"calc(50vw + 50vh)\",top:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"0\":\"50%\",left:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"0\":\"50%\",opacity:opacity/100,transform:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"none\":`translate(-50%, -50%) rotate(${angle}deg)`},type:\"image/svg+xml\",data:`data:image/svg+xml,\n                                                        ${svg}\n                                                    `,children:\"SVG not supported\"});})}):/*#__PURE__*/ _jsx(\"div\",{style:{position:\"absolute\",width:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"100%\":\"calc(100vw + 100vh)\",height:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"100%\":\"calc(100vw + 100vh)\",top:patternBackground&&patternBackground.includes(\"patternTransform='\")?0:\"50%\",left:patternBackground&&patternBackground.includes(\"patternTransform='\")?0:\"50%\",borderRadius:patternBackground&&patternBackground.includes(\"patternTransform='\")?0:\"50%\",transformOrigin:\"center\",transform:patternBackground&&patternBackground.includes(\"patternTransform='\")?\"none\":`translate(-50%, -50%) rotate(${angle}deg)`,background:patternBackground,...backgroundConfig}})});};Pattern.displayName=\"Pattern\";addPropertyControls(Pattern,{password:{type:ControlType.String,title:\"Snippet\",placeholder:\"Enter Snippet\"},primary:{type:ControlType.Color,title:\"Primary\",defaultValue:\"#6D29FF\",hidden(props){return props.password.includes(\"{primary\")===false;}},secondary:{type:ControlType.Color,title:\"Secondary\",defaultValue:\"#EBE5FF\",hidden(props){return props.password.includes(\"{secondary\")===false;}},tertiary:{type:ControlType.Color,title:\"Tertiary\",defaultValue:\"#DF26CF\",hidden(props){return props.password.includes(\"{tertiary\")===false;}},scale:{type:ControlType.Number,min:1,max:100,step:1,defaultValue:8},angle:{type:ControlType.Number,title:\"Angle\",min:0,max:360,step:5,defaultValue:0},radius:{type:ControlType.Number,min:0,max:100,step:1,defaultValue:0},opacity:{type:ControlType.Number,min:10,max:100,step:10,defaultValue:100}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Pattern\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pattern.map", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-I4v1v .framer-styles-preset-15s81ng:not(.rich-text-wrapper), .framer-I4v1v .framer-styles-preset-15s81ng.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-I4v1v .framer-styles-preset-15s81ng:not(.rich-text-wrapper), .framer-I4v1v .framer-styles-preset-15s81ng.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-I4v1v .framer-styles-preset-15s81ng:not(.rich-text-wrapper), .framer-I4v1v .framer-styles-preset-15s81ng.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-I4v1v\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,useMotionValue,useTransform}from\"framer-motion\";/**\n * ANIMATOR\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Animator(props){/* Properties */ const{pathAnimation,from,to,animate,shouldLoop,loopOptions,slots=[],endCircle}=props;/* State */ const hasChildren=Children.count(slots)>0;/* Empty State */ let customShape=/*#__PURE__*/ _jsxs(\"div\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u270D\uFE0F\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Graphic\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Animates single or joined paths on Web Pages only.\"})]});if(hasChildren){/* Grab the SVG from the Graphic */ const firstChild=getFirstChild(slots);const svgChild=getFirstChild(firstChild.props.svg);const isSpring=pathAnimation.type===\"spring\";/* Shape transition properties */ /* Dividing stiffness and damping by 1000 is a trick I got from Matt \n        which helps with pathLength animations, which otherwise are so fast \n        you never even see them happen in the preview. */ const shapeTransition={pathLength:{...pathAnimation,repeat:shouldLoop?Infinity:0,repeatType:loopOptions,stiffness:isSpring?pathAnimation.stiffness/1e3:pathAnimation.stiffness,damping:isSpring?pathAnimation.damping/1e3:pathAnimation.damping}};/* Add our own properties to the Path */ const pathLength=useMotionValue(0);const opacity=useTransform(pathLength,[0,.025],[0,1]);const shapeProps={variants:{start:{pathLength:from/100},end:{pathLength:to/100}},transition:shapeTransition};/* Prevent animating or adjusting pathLength on the Canvas */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;/* Just render the full connected Graphic on Canvas, when connected */ if(isCanvas){customShape=firstChild;}/* If on a web page */ if(!isCanvas&&svgChild){/* Pass Attributes */ let attributes=svgChild.match(/[\\w-]+=\"[^\"]*\"/g);let pathD;let stroke;let strokeWidth;let strokeLinecap;let strokeLinejoin;for(const element of attributes){if(element.includes(\"d=\")){pathD=splitAndReplace(element);}if(element.includes(\"stroke=\")){stroke=splitAndReplace(element);}if(element.includes(\"stroke-width=\")){strokeWidth=splitAndReplace(element);}if(element.includes(\"stroke-linecap=\")){strokeLinecap=splitAndReplace(element);}if(element.includes(\"stroke-linejoin=\")){strokeLinejoin=splitAndReplace(element);}}/* Grab viewbox */ let svgViewbox;svgViewbox=svgChild.split(\"viewBox=\")[1];svgViewbox=svgViewbox.split(\">\")[0];svgViewbox=svgViewbox.replace(/^\"(.+(?=\"$))\"$/,\"$1\");customShape=/*#__PURE__*/ _jsx(motion.div,{initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\",style:{width:\"100%\",height:\"100%\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",backgroundColor:\"transparent\",overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(motion.svg,{xmlns:\"http://www.w3.org/2000/svg\",width:\"100%\",height:\"100%\",viewBox:svgViewbox,children:/*#__PURE__*/ _jsx(motion.path,{...shapeProps,d:pathD,stroke:stroke,strokeWidth:strokeWidth,strokeLinejoin:strokeLinejoin,strokeLinecap:strokeLinecap,fill:\"transparent\",style:!endCircle&&{pathLength,opacity}})})});}}return customShape;};/* Default Properties */ Animator.defaultProps={animate:true,shouldLoop:false,loopOptions:\"reverse\",from:0,to:100,pathAnimation:{type:\"tween\",duration:2},endCircle:true};/* Property Controls */ addPropertyControls(Animator,{slots:{type:ControlType.ComponentInstance,title:\"Children\"},animate:{title:\"Animate\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.animate,enabledTitle:\"True\",disabledTitle:\"False\"},shouldLoop:{title:\"Loop\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.shouldLoop,enabledTitle:\"True\",disabledTitle:\"False\",hidden(props){return props.animate===false;}},loopOptions:{type:ControlType.Enum,title:\"Type\",defaultValue:Animator.defaultProps.loopOptions,options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return props.shouldLoop===false;}},endCircle:{title:\"End Circle\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.endCircle,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden(props){return props.animate===false;}},from:{title:\"From\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.from,unit:\"%\",hidden(props){return props.animate===false;}},to:{title:\"To\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.to,unit:\"%\",hidden(props){return props.animate===false;}},pathAnimation:{title:\" \",type:ControlType.Transition,defaultValue:Animator.defaultProps.pathAnimation,hidden(props){return props.animate===false;}}});/* Method to get stringless attributes */ const splitAndReplace=string=>{return string.split(\"=\")[1].replace(/['\"]+/g,\"\");};/* Method to get the first child */ function getFirstChild(slots){let firstChild;Children.map(slots,child=>{if(firstChild===undefined){firstChild=child;}});return firstChild;}/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Animator\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Animator.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-31wne\";const variantClassNames={ipNWim8NW:\"framer-v-15eao5n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(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:\"ipNWim8NW\",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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15eao5n\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ipNWim8NW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 1px 3px 0px rgba(18, 24, 36, 0.10000000149011612), 0px 1px 2px -1px rgba(18, 24, 36, 0.10000000149011612), 0.11855571498046628px 0.6816953611376811px 2.352554378822187px -0.1px rgba(0, 0, 0, 0.0099), 0.3228586952842306px 1.856437497884326px 6.406630312649881px -0.2px rgba(0, 0, 0, 0.01317), 0.7088808418659028px 4.076064840728941px 14.066641400370802px -0.3px rgba(0, 0, 0, 0.01934), 1.5735536134557335px 9.047933277370468px 31.224732137600416px -0.4px rgba(0, 0, 0, 0.03318), 4px 23px 79.37379920351552px -0.5px rgba(0, 0, 0, 0.072)\",...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-az7iai\",\"data-framer-name\":\"keepcardapp_qr_code\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CLzqOEFJu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 129 130\"><path d=\"M 0 0 L 4.433 0 L 4.433 4.467 L 0 4.467 Z M 4.433 0 L 8.867 0 L 8.867 4.467 L 4.433 4.467 Z M 8.867 0 L 13.3 0 L 13.3 4.467 L 8.867 4.467 Z M 13.3 0 L 17.733 0 L 17.733 4.467 L 13.3 4.467 Z M 17.733 0 L 22.167 0 L 22.167 4.467 L 17.733 4.467 Z M 22.167 0 L 26.6 0 L 26.6 4.467 L 22.167 4.467 Z M 26.6 0 L 31.033 0 L 31.033 4.467 L 26.6 4.467 Z M 39.9 0 L 44.333 0 L 44.333 4.467 L 39.9 4.467 Z M 70.933 0 L 75.367 0 L 75.367 4.467 L 70.933 4.467 Z M 75.367 0 L 79.8 0 L 79.8 4.467 L 75.367 4.467 Z M 79.8 0 L 84.233 0 L 84.233 4.467 L 79.8 4.467 Z M 84.233 0 L 88.667 0 L 88.667 4.467 L 84.233 4.467 Z M 88.667 0 L 93.1 0 L 93.1 4.467 L 88.667 4.467 Z M 97.533 0 L 101.967 0 L 101.967 4.467 L 97.533 4.467 Z M 101.967 0 L 106.4 0 L 106.4 4.467 L 101.967 4.467 Z M 106.4 0 L 110.833 0 L 110.833 4.467 L 106.4 4.467 Z M 110.833 0 L 115.267 0 L 115.267 4.467 L 110.833 4.467 Z M 115.267 0 L 119.7 0 L 119.7 4.467 L 115.267 4.467 Z M 119.7 0 L 124.133 0 L 124.133 4.467 L 119.7 4.467 Z M 124.133 0 L 128.567 0 L 128.567 4.467 L 124.133 4.467 Z M 0 4.467 L 4.433 4.467 L 4.433 8.933 L 0 8.933 Z M 26.6 4.467 L 31.033 4.467 L 31.033 8.933 L 26.6 8.933 Z M 35.467 4.467 L 39.9 4.467 L 39.9 8.933 L 35.467 8.933 Z M 39.9 4.467 L 44.333 4.467 L 44.333 8.933 L 39.9 8.933 Z M 48.767 4.467 L 53.2 4.467 L 53.2 8.933 L 48.767 8.933 Z M 53.2 4.467 L 57.633 4.467 L 57.633 8.933 L 53.2 8.933 Z M 66.5 4.467 L 70.933 4.467 L 70.933 8.933 L 66.5 8.933 Z M 70.933 4.467 L 75.367 4.467 L 75.367 8.933 L 70.933 8.933 Z M 88.667 4.467 L 93.1 4.467 L 93.1 8.933 L 88.667 8.933 Z M 97.533 4.467 L 101.967 4.467 L 101.967 8.933 L 97.533 8.933 Z M 124.133 4.467 L 128.567 4.467 L 128.567 8.933 L 124.133 8.933 Z M 0 8.933 L 4.433 8.933 L 4.433 13.4 L 0 13.4 Z M 8.867 8.933 L 13.3 8.933 L 13.3 13.4 L 8.867 13.4 Z M 13.3 8.933 L 17.733 8.933 L 17.733 13.4 L 13.3 13.4 Z M 17.733 8.933 L 22.167 8.933 L 22.167 13.4 L 17.733 13.4 Z M 26.6 8.933 L 31.033 8.933 L 31.033 13.4 L 26.6 13.4 Z M 39.9 8.933 L 44.333 8.933 L 44.333 13.4 L 39.9 13.4 Z M 44.333 8.933 L 48.767 8.933 L 48.767 13.4 L 44.333 13.4 Z M 48.767 8.933 L 53.2 8.933 L 53.2 13.4 L 48.767 13.4 Z M 62.067 8.933 L 66.5 8.933 L 66.5 13.4 L 62.067 13.4 Z M 84.233 8.933 L 88.667 8.933 L 88.667 13.4 L 84.233 13.4 Z M 88.667 8.933 L 93.1 8.933 L 93.1 13.4 L 88.667 13.4 Z M 97.533 8.933 L 101.967 8.933 L 101.967 13.4 L 97.533 13.4 Z M 106.4 8.933 L 110.833 8.933 L 110.833 13.4 L 106.4 13.4 Z M 110.833 8.933 L 115.267 8.933 L 115.267 13.4 L 110.833 13.4 Z M 115.267 8.933 L 119.7 8.933 L 119.7 13.4 L 115.267 13.4 Z M 124.133 8.933 L 128.567 8.933 L 128.567 13.4 L 124.133 13.4 Z M 0 13.4 L 4.433 13.4 L 4.433 17.867 L 0 17.867 Z M 8.867 13.4 L 13.3 13.4 L 13.3 17.867 L 8.867 17.867 Z M 13.3 13.4 L 17.733 13.4 L 17.733 17.867 L 13.3 17.867 Z M 17.733 13.4 L 22.167 13.4 L 22.167 17.867 L 17.733 17.867 Z M 26.6 13.4 L 31.033 13.4 L 31.033 17.867 L 26.6 17.867 Z M 35.467 13.4 L 39.9 13.4 L 39.9 17.867 L 35.467 17.867 Z M 39.9 13.4 L 44.333 13.4 L 44.333 17.867 L 39.9 17.867 Z M 48.767 13.4 L 53.2 13.4 L 53.2 17.867 L 48.767 17.867 Z M 57.633 13.4 L 62.067 13.4 L 62.067 17.867 L 57.633 17.867 Z M 62.067 13.4 L 66.5 13.4 L 66.5 17.867 L 62.067 17.867 Z M 66.5 13.4 L 70.933 13.4 L 70.933 17.867 L 66.5 17.867 Z M 75.367 13.4 L 79.8 13.4 L 79.8 17.867 L 75.367 17.867 Z M 79.8 13.4 L 84.233 13.4 L 84.233 17.867 L 79.8 17.867 Z M 84.233 13.4 L 88.667 13.4 L 88.667 17.867 L 84.233 17.867 Z M 97.533 13.4 L 101.967 13.4 L 101.967 17.867 L 97.533 17.867 Z M 106.4 13.4 L 110.833 13.4 L 110.833 17.867 L 106.4 17.867 Z M 110.833 13.4 L 115.267 13.4 L 115.267 17.867 L 110.833 17.867 Z M 115.267 13.4 L 119.7 13.4 L 119.7 17.867 L 115.267 17.867 Z M 124.133 13.4 L 128.567 13.4 L 128.567 17.867 L 124.133 17.867 Z M 0 17.867 L 4.433 17.867 L 4.433 22.333 L 0 22.333 Z M 8.867 17.867 L 13.3 17.867 L 13.3 22.333 L 8.867 22.333 Z M 13.3 17.867 L 17.733 17.867 L 17.733 22.333 L 13.3 22.333 Z M 17.733 17.867 L 22.167 17.867 L 22.167 22.333 L 17.733 22.333 Z M 26.6 17.867 L 31.033 17.867 L 31.033 22.333 L 26.6 22.333 Z M 44.333 17.867 L 48.767 17.867 L 48.767 22.333 L 44.333 22.333 Z M 53.2 17.867 L 57.633 17.867 L 57.633 22.333 L 53.2 22.333 Z M 57.633 17.867 L 62.067 17.867 L 62.067 22.333 L 57.633 22.333 Z M 70.933 17.867 L 75.367 17.867 L 75.367 22.333 L 70.933 22.333 Z M 75.367 17.867 L 79.8 17.867 L 79.8 22.333 L 75.367 22.333 Z M 79.8 17.867 L 84.233 17.867 L 84.233 22.333 L 79.8 22.333 Z M 84.233 17.867 L 88.667 17.867 L 88.667 22.333 L 84.233 22.333 Z M 88.667 17.867 L 93.1 17.867 L 93.1 22.333 L 88.667 22.333 Z M 97.533 17.867 L 101.967 17.867 L 101.967 22.333 L 97.533 22.333 Z M 106.4 17.867 L 110.833 17.867 L 110.833 22.333 L 106.4 22.333 Z M 110.833 17.867 L 115.267 17.867 L 115.267 22.333 L 110.833 22.333 Z M 115.267 17.867 L 119.7 17.867 L 119.7 22.333 L 115.267 22.333 Z M 124.133 17.867 L 128.567 17.867 L 128.567 22.333 L 124.133 22.333 Z M 0 22.333 L 4.433 22.333 L 4.433 26.8 L 0 26.8 Z M 26.6 22.333 L 31.033 22.333 L 31.033 26.8 L 26.6 26.8 Z M 35.467 22.333 L 39.9 22.333 L 39.9 26.8 L 35.467 26.8 Z M 44.333 22.333 L 48.767 22.333 L 48.767 26.8 L 44.333 26.8 Z M 57.633 22.333 L 62.067 22.333 L 62.067 26.8 L 57.633 26.8 Z M 62.067 22.333 L 66.5 22.333 L 66.5 26.8 L 62.067 26.8 Z M 66.5 22.333 L 70.933 22.333 L 70.933 26.8 L 66.5 26.8 Z M 70.933 22.333 L 75.367 22.333 L 75.367 26.8 L 70.933 26.8 Z M 75.367 22.333 L 79.8 22.333 L 79.8 26.8 L 75.367 26.8 Z M 88.667 22.333 L 93.1 22.333 L 93.1 26.8 L 88.667 26.8 Z M 97.533 22.333 L 101.967 22.333 L 101.967 26.8 L 97.533 26.8 Z M 124.133 22.333 L 128.567 22.333 L 128.567 26.8 L 124.133 26.8 Z M 0 26.8 L 4.433 26.8 L 4.433 31.267 L 0 31.267 Z M 4.433 26.8 L 8.867 26.8 L 8.867 31.267 L 4.433 31.267 Z M 8.867 26.8 L 13.3 26.8 L 13.3 31.267 L 8.867 31.267 Z M 13.3 26.8 L 17.733 26.8 L 17.733 31.267 L 13.3 31.267 Z M 17.733 26.8 L 22.167 26.8 L 22.167 31.267 L 17.733 31.267 Z M 22.167 26.8 L 26.6 26.8 L 26.6 31.267 L 22.167 31.267 Z M 26.6 26.8 L 31.033 26.8 L 31.033 31.267 L 26.6 31.267 Z M 35.467 26.8 L 39.9 26.8 L 39.9 31.267 L 35.467 31.267 Z M 44.333 26.8 L 48.767 26.8 L 48.767 31.267 L 44.333 31.267 Z M 53.2 26.8 L 57.633 26.8 L 57.633 31.267 L 53.2 31.267 Z M 62.067 26.8 L 66.5 26.8 L 66.5 31.267 L 62.067 31.267 Z M 70.933 26.8 L 75.367 26.8 L 75.367 31.267 L 70.933 31.267 Z M 79.8 26.8 L 84.233 26.8 L 84.233 31.267 L 79.8 31.267 Z M 88.667 26.8 L 93.1 26.8 L 93.1 31.267 L 88.667 31.267 Z M 97.533 26.8 L 101.967 26.8 L 101.967 31.267 L 97.533 31.267 Z M 101.967 26.8 L 106.4 26.8 L 106.4 31.267 L 101.967 31.267 Z M 106.4 26.8 L 110.833 26.8 L 110.833 31.267 L 106.4 31.267 Z M 110.833 26.8 L 115.267 26.8 L 115.267 31.267 L 110.833 31.267 Z M 115.267 26.8 L 119.7 26.8 L 119.7 31.267 L 115.267 31.267 Z M 119.7 26.8 L 124.133 26.8 L 124.133 31.267 L 119.7 31.267 Z M 124.133 26.8 L 128.567 26.8 L 128.567 31.267 L 124.133 31.267 Z M 53.2 31.267 L 57.633 31.267 L 57.633 35.733 L 53.2 35.733 Z M 84.233 31.267 L 88.667 31.267 L 88.667 35.733 L 84.233 35.733 Z M 0 35.733 L 4.433 35.733 L 4.433 40.2 L 0 40.2 Z M 4.433 35.733 L 8.867 35.733 L 8.867 40.2 L 4.433 40.2 Z M 8.867 35.733 L 13.3 35.733 L 13.3 40.2 L 8.867 40.2 Z M 13.3 35.733 L 17.733 35.733 L 17.733 40.2 L 13.3 40.2 Z M 17.733 35.733 L 22.167 35.733 L 22.167 40.2 L 17.733 40.2 Z M 26.6 35.733 L 31.033 35.733 L 31.033 40.2 L 26.6 40.2 Z M 31.033 35.733 L 35.467 35.733 L 35.467 40.2 L 31.033 40.2 Z M 35.467 35.733 L 39.9 35.733 L 39.9 40.2 L 35.467 40.2 Z M 39.9 35.733 L 44.333 35.733 L 44.333 40.2 L 39.9 40.2 Z M 44.333 35.733 L 48.767 35.733 L 48.767 40.2 L 44.333 40.2 Z M 53.2 35.733 L 57.633 35.733 L 57.633 40.2 L 53.2 40.2 Z M 57.633 35.733 L 62.067 35.733 L 62.067 40.2 L 57.633 40.2 Z M 66.5 35.733 L 70.933 35.733 L 70.933 40.2 L 66.5 40.2 Z M 70.933 35.733 L 75.367 35.733 L 75.367 40.2 L 70.933 40.2 Z M 75.367 35.733 L 79.8 35.733 L 79.8 40.2 L 75.367 40.2 Z M 93.1 35.733 L 97.533 35.733 L 97.533 40.2 L 93.1 40.2 Z M 101.967 35.733 L 106.4 35.733 L 106.4 40.2 L 101.967 40.2 Z M 110.833 35.733 L 115.267 35.733 L 115.267 40.2 L 110.833 40.2 Z M 119.7 35.733 L 124.133 35.733 L 124.133 40.2 L 119.7 40.2 Z M 13.3 40.2 L 17.733 40.2 L 17.733 44.667 L 13.3 44.667 Z M 22.167 40.2 L 26.6 40.2 L 26.6 44.667 L 22.167 44.667 Z M 35.467 40.2 L 39.9 40.2 L 39.9 44.667 L 35.467 44.667 Z M 39.9 40.2 L 44.333 40.2 L 44.333 44.667 L 39.9 44.667 Z M 57.633 40.2 L 62.067 40.2 L 62.067 44.667 L 57.633 44.667 Z M 70.933 40.2 L 75.367 40.2 L 75.367 44.667 L 70.933 44.667 Z M 84.233 40.2 L 88.667 40.2 L 88.667 44.667 L 84.233 44.667 Z M 88.667 40.2 L 93.1 40.2 L 93.1 44.667 L 88.667 44.667 Z M 93.1 40.2 L 97.533 40.2 L 97.533 44.667 L 93.1 44.667 Z M 97.533 40.2 L 101.967 40.2 L 101.967 44.667 L 97.533 44.667 Z M 101.967 40.2 L 106.4 40.2 L 106.4 44.667 L 101.967 44.667 Z M 106.4 40.2 L 110.833 40.2 L 110.833 44.667 L 106.4 44.667 Z M 124.133 40.2 L 128.567 40.2 L 128.567 44.667 L 124.133 44.667 Z M 4.433 44.667 L 8.867 44.667 L 8.867 49.133 L 4.433 49.133 Z M 17.733 44.667 L 22.167 44.667 L 22.167 49.133 L 17.733 49.133 Z M 22.167 44.667 L 26.6 44.667 L 26.6 49.133 L 22.167 49.133 Z M 26.6 44.667 L 31.033 44.667 L 31.033 49.133 L 26.6 49.133 Z M 31.033 44.667 L 35.467 44.667 L 35.467 49.133 L 31.033 49.133 Z M 39.9 44.667 L 44.333 44.667 L 44.333 49.133 L 39.9 49.133 Z M 48.767 44.667 L 53.2 44.667 L 53.2 49.133 L 48.767 49.133 Z M 53.2 44.667 L 57.633 44.667 L 57.633 49.133 L 53.2 49.133 Z M 62.067 44.667 L 66.5 44.667 L 66.5 49.133 L 62.067 49.133 Z M 66.5 44.667 L 70.933 44.667 L 70.933 49.133 L 66.5 49.133 Z M 70.933 44.667 L 75.367 44.667 L 75.367 49.133 L 70.933 49.133 Z M 75.367 44.667 L 79.8 44.667 L 79.8 49.133 L 75.367 49.133 Z M 79.8 44.667 L 84.233 44.667 L 84.233 49.133 L 79.8 49.133 Z M 93.1 44.667 L 97.533 44.667 L 97.533 49.133 L 93.1 49.133 Z M 106.4 44.667 L 110.833 44.667 L 110.833 49.133 L 106.4 49.133 Z M 0 49.133 L 4.433 49.133 L 4.433 53.6 L 0 53.6 Z M 4.433 49.133 L 8.867 49.133 L 8.867 53.6 L 4.433 53.6 Z M 13.3 49.133 L 17.733 49.133 L 17.733 53.6 L 13.3 53.6 Z M 17.733 49.133 L 22.167 49.133 L 22.167 53.6 L 17.733 53.6 Z M 22.167 49.133 L 26.6 49.133 L 26.6 53.6 L 22.167 53.6 Z M 31.033 49.133 L 35.467 49.133 L 35.467 53.6 L 31.033 53.6 Z M 35.467 49.133 L 39.9 49.133 L 39.9 53.6 L 35.467 53.6 Z M 39.9 49.133 L 44.333 49.133 L 44.333 53.6 L 39.9 53.6 Z M 44.333 49.133 L 48.767 49.133 L 48.767 53.6 L 44.333 53.6 Z M 48.767 49.133 L 53.2 49.133 L 53.2 53.6 L 48.767 53.6 Z M 62.067 49.133 L 66.5 49.133 L 66.5 53.6 L 62.067 53.6 Z M 70.933 49.133 L 75.367 49.133 L 75.367 53.6 L 70.933 53.6 Z M 79.8 49.133 L 84.233 49.133 L 84.233 53.6 L 79.8 53.6 Z M 84.233 49.133 L 88.667 49.133 L 88.667 53.6 L 84.233 53.6 Z M 88.667 49.133 L 93.1 49.133 L 93.1 53.6 L 88.667 53.6 Z M 97.533 49.133 L 101.967 49.133 L 101.967 53.6 L 97.533 53.6 Z M 106.4 49.133 L 110.833 49.133 L 110.833 53.6 L 106.4 53.6 Z M 110.833 49.133 L 115.267 49.133 L 115.267 53.6 L 110.833 53.6 Z M 119.7 49.133 L 124.133 49.133 L 124.133 53.6 L 119.7 53.6 Z M 0 53.6 L 4.433 53.6 L 4.433 58.067 L 0 58.067 Z M 4.433 53.6 L 8.867 53.6 L 8.867 58.067 L 4.433 58.067 Z M 8.867 53.6 L 13.3 53.6 L 13.3 58.067 L 8.867 58.067 Z M 13.3 53.6 L 17.733 53.6 L 17.733 58.067 L 13.3 58.067 Z M 17.733 53.6 L 22.167 53.6 L 22.167 58.067 L 17.733 58.067 Z M 26.6 53.6 L 31.033 53.6 L 31.033 58.067 L 26.6 58.067 Z M 31.033 53.6 L 35.467 53.6 L 35.467 58.067 L 31.033 58.067 Z M 39.9 53.6 L 44.333 53.6 L 44.333 58.067 L 39.9 58.067 Z M 48.767 53.6 L 53.2 53.6 L 53.2 58.067 L 48.767 58.067 Z M 57.633 53.6 L 62.067 53.6 L 62.067 58.067 L 57.633 58.067 Z M 62.067 53.6 L 66.5 53.6 L 66.5 58.067 L 62.067 58.067 Z M 75.367 53.6 L 79.8 53.6 L 79.8 58.067 L 75.367 58.067 Z M 84.233 53.6 L 88.667 53.6 L 88.667 58.067 L 84.233 58.067 Z M 101.967 53.6 L 106.4 53.6 L 106.4 58.067 L 101.967 58.067 Z M 110.833 53.6 L 115.267 53.6 L 115.267 58.067 L 110.833 58.067 Z M 115.267 53.6 L 119.7 53.6 L 119.7 58.067 L 115.267 58.067 Z M 0 58.067 L 4.433 58.067 L 4.433 62.533 L 0 62.533 Z M 13.3 58.067 L 17.733 58.067 L 17.733 62.533 L 13.3 62.533 Z M 44.333 58.067 L 48.767 58.067 L 48.767 62.533 L 44.333 62.533 Z M 53.2 58.067 L 57.633 58.067 L 57.633 62.533 L 53.2 62.533 Z M 62.067 58.067 L 66.5 58.067 L 66.5 62.533 L 62.067 62.533 Z M 79.8 58.067 L 84.233 58.067 L 84.233 62.533 L 79.8 62.533 Z M 84.233 58.067 L 88.667 58.067 L 88.667 62.533 L 84.233 62.533 Z M 93.1 58.067 L 97.533 58.067 L 97.533 62.533 L 93.1 62.533 Z M 97.533 58.067 L 101.967 58.067 L 101.967 62.533 L 97.533 62.533 Z M 101.967 58.067 L 106.4 58.067 L 106.4 62.533 L 101.967 62.533 Z M 106.4 58.067 L 110.833 58.067 L 110.833 62.533 L 106.4 62.533 Z M 124.133 58.067 L 128.567 58.067 L 128.567 62.533 L 124.133 62.533 Z M 4.433 62.533 L 8.867 62.533 L 8.867 67 L 4.433 67 Z M 22.167 62.533 L 26.6 62.533 L 26.6 67 L 22.167 67 Z M 26.6 62.533 L 31.033 62.533 L 31.033 67 L 26.6 67 Z M 31.033 62.533 L 35.467 62.533 L 35.467 67 L 31.033 67 Z M 35.467 62.533 L 39.9 62.533 L 39.9 67 L 35.467 67 Z M 39.9 62.533 L 44.333 62.533 L 44.333 67 L 39.9 67 Z M 66.5 62.533 L 70.933 62.533 L 70.933 67 L 66.5 67 Z M 70.933 62.533 L 75.367 62.533 L 75.367 67 L 70.933 67 Z M 93.1 62.533 L 97.533 62.533 L 97.533 67 L 93.1 67 Z M 101.967 62.533 L 106.4 62.533 L 106.4 67 L 101.967 67 Z M 106.4 62.533 L 110.833 62.533 L 110.833 67 L 106.4 67 Z M 110.833 62.533 L 115.267 62.533 L 115.267 67 L 110.833 67 Z M 115.267 62.533 L 119.7 62.533 L 119.7 67 L 115.267 67 Z M 35.467 67 L 39.9 67 L 39.9 71.467 L 35.467 71.467 Z M 44.333 67 L 48.767 67 L 48.767 71.467 L 44.333 71.467 Z M 53.2 67 L 57.633 67 L 57.633 71.467 L 53.2 71.467 Z M 62.067 67 L 66.5 67 L 66.5 71.467 L 62.067 71.467 Z M 101.967 67 L 106.4 67 L 106.4 71.467 L 101.967 71.467 Z M 106.4 67 L 110.833 67 L 110.833 71.467 L 106.4 71.467 Z M 119.7 67 L 124.133 67 L 124.133 71.467 L 119.7 71.467 Z M 4.433 71.467 L 8.867 71.467 L 8.867 75.933 L 4.433 75.933 Z M 13.3 71.467 L 17.733 71.467 L 17.733 75.933 L 13.3 75.933 Z M 26.6 71.467 L 31.033 71.467 L 31.033 75.933 L 26.6 75.933 Z M 31.033 71.467 L 35.467 71.467 L 35.467 75.933 L 31.033 75.933 Z M 35.467 71.467 L 39.9 71.467 L 39.9 75.933 L 35.467 75.933 Z M 53.2 71.467 L 57.633 71.467 L 57.633 75.933 L 53.2 75.933 Z M 57.633 71.467 L 62.067 71.467 L 62.067 75.933 L 57.633 75.933 Z M 62.067 71.467 L 66.5 71.467 L 66.5 75.933 L 62.067 75.933 Z M 66.5 71.467 L 70.933 71.467 L 70.933 75.933 L 66.5 75.933 Z M 70.933 71.467 L 75.367 71.467 L 75.367 75.933 L 70.933 75.933 Z M 75.367 71.467 L 79.8 71.467 L 79.8 75.933 L 75.367 75.933 Z M 88.667 71.467 L 93.1 71.467 L 93.1 75.933 L 88.667 75.933 Z M 110.833 71.467 L 115.267 71.467 L 115.267 75.933 L 110.833 75.933 Z M 115.267 71.467 L 119.7 71.467 L 119.7 75.933 L 115.267 75.933 Z M 0 75.933 L 4.433 75.933 L 4.433 80.4 L 0 80.4 Z M 4.433 75.933 L 8.867 75.933 L 8.867 80.4 L 4.433 80.4 Z M 8.867 75.933 L 13.3 75.933 L 13.3 80.4 L 8.867 80.4 Z M 17.733 75.933 L 22.167 75.933 L 22.167 80.4 L 17.733 80.4 Z M 31.033 75.933 L 35.467 75.933 L 35.467 80.4 L 31.033 80.4 Z M 35.467 75.933 L 39.9 75.933 L 39.9 80.4 L 35.467 80.4 Z M 62.067 75.933 L 66.5 75.933 L 66.5 80.4 L 62.067 80.4 Z M 70.933 75.933 L 75.367 75.933 L 75.367 80.4 L 70.933 80.4 Z M 79.8 75.933 L 84.233 75.933 L 84.233 80.4 L 79.8 80.4 Z M 84.233 75.933 L 88.667 75.933 L 88.667 80.4 L 84.233 80.4 Z M 88.667 75.933 L 93.1 75.933 L 93.1 80.4 L 88.667 80.4 Z M 97.533 75.933 L 101.967 75.933 L 101.967 80.4 L 97.533 80.4 Z M 101.967 75.933 L 106.4 75.933 L 106.4 80.4 L 101.967 80.4 Z M 106.4 75.933 L 110.833 75.933 L 110.833 80.4 L 106.4 80.4 Z M 115.267 75.933 L 119.7 75.933 L 119.7 80.4 L 115.267 80.4 Z M 124.133 75.933 L 128.567 75.933 L 128.567 80.4 L 124.133 80.4 Z M 0 80.4 L 4.433 80.4 L 4.433 84.867 L 0 84.867 Z M 17.733 80.4 L 22.167 80.4 L 22.167 84.867 L 17.733 84.867 Z M 26.6 80.4 L 31.033 80.4 L 31.033 84.867 L 26.6 84.867 Z M 31.033 80.4 L 35.467 80.4 L 35.467 84.867 L 31.033 84.867 Z M 39.9 80.4 L 44.333 80.4 L 44.333 84.867 L 39.9 84.867 Z M 48.767 80.4 L 53.2 80.4 L 53.2 84.867 L 48.767 84.867 Z M 53.2 80.4 L 57.633 80.4 L 57.633 84.867 L 53.2 84.867 Z M 57.633 80.4 L 62.067 80.4 L 62.067 84.867 L 57.633 84.867 Z M 66.5 80.4 L 70.933 80.4 L 70.933 84.867 L 66.5 84.867 Z M 93.1 80.4 L 97.533 80.4 L 97.533 84.867 L 93.1 84.867 Z M 101.967 80.4 L 106.4 80.4 L 106.4 84.867 L 101.967 84.867 Z M 106.4 80.4 L 110.833 80.4 L 110.833 84.867 L 106.4 84.867 Z M 115.267 80.4 L 119.7 80.4 L 119.7 84.867 L 115.267 84.867 Z M 0 84.867 L 4.433 84.867 L 4.433 89.333 L 0 89.333 Z M 13.3 84.867 L 17.733 84.867 L 17.733 89.333 L 13.3 89.333 Z M 17.733 84.867 L 22.167 84.867 L 22.167 89.333 L 17.733 89.333 Z M 31.033 84.867 L 35.467 84.867 L 35.467 89.333 L 31.033 89.333 Z M 39.9 84.867 L 44.333 84.867 L 44.333 89.333 L 39.9 89.333 Z M 44.333 84.867 L 48.767 84.867 L 48.767 89.333 L 44.333 89.333 Z M 48.767 84.867 L 53.2 84.867 L 53.2 89.333 L 48.767 89.333 Z M 66.5 84.867 L 70.933 84.867 L 70.933 89.333 L 66.5 89.333 Z M 70.933 84.867 L 75.367 84.867 L 75.367 89.333 L 70.933 89.333 Z M 79.8 84.867 L 84.233 84.867 L 84.233 89.333 L 79.8 89.333 Z M 93.1 84.867 L 97.533 84.867 L 97.533 89.333 L 93.1 89.333 Z M 97.533 84.867 L 101.967 84.867 L 101.967 89.333 L 97.533 89.333 Z M 101.967 84.867 L 106.4 84.867 L 106.4 89.333 L 101.967 89.333 Z M 106.4 84.867 L 110.833 84.867 L 110.833 89.333 L 106.4 89.333 Z M 119.7 84.867 L 124.133 84.867 L 124.133 89.333 L 119.7 89.333 Z M 0 89.333 L 4.433 89.333 L 4.433 93.8 L 0 93.8 Z M 8.867 89.333 L 13.3 89.333 L 13.3 93.8 L 8.867 93.8 Z M 17.733 89.333 L 22.167 89.333 L 22.167 93.8 L 17.733 93.8 Z M 26.6 89.333 L 31.033 89.333 L 31.033 93.8 L 26.6 93.8 Z M 35.467 89.333 L 39.9 89.333 L 39.9 93.8 L 35.467 93.8 Z M 39.9 89.333 L 44.333 89.333 L 44.333 93.8 L 39.9 93.8 Z M 48.767 89.333 L 53.2 89.333 L 53.2 93.8 L 48.767 93.8 Z M 66.5 89.333 L 70.933 89.333 L 70.933 93.8 L 66.5 93.8 Z M 70.933 89.333 L 75.367 89.333 L 75.367 93.8 L 70.933 93.8 Z M 75.367 89.333 L 79.8 89.333 L 79.8 93.8 L 75.367 93.8 Z M 88.667 89.333 L 93.1 89.333 L 93.1 93.8 L 88.667 93.8 Z M 93.1 89.333 L 97.533 89.333 L 97.533 93.8 L 93.1 93.8 Z M 97.533 89.333 L 101.967 89.333 L 101.967 93.8 L 97.533 93.8 Z M 101.967 89.333 L 106.4 89.333 L 106.4 93.8 L 101.967 93.8 Z M 106.4 89.333 L 110.833 89.333 L 110.833 93.8 L 106.4 93.8 Z M 115.267 89.333 L 119.7 89.333 L 119.7 93.8 L 115.267 93.8 Z M 119.7 89.333 L 124.133 89.333 L 124.133 93.8 L 119.7 93.8 Z M 124.133 89.333 L 128.567 89.333 L 128.567 93.8 L 124.133 93.8 Z M 35.467 93.8 L 39.9 93.8 L 39.9 98.267 L 35.467 98.267 Z M 39.9 93.8 L 44.333 93.8 L 44.333 98.267 L 39.9 98.267 Z M 53.2 93.8 L 57.633 93.8 L 57.633 98.267 L 53.2 98.267 Z M 57.633 93.8 L 62.067 93.8 L 62.067 98.267 L 57.633 98.267 Z M 70.933 93.8 L 75.367 93.8 L 75.367 98.267 L 70.933 98.267 Z M 75.367 93.8 L 79.8 93.8 L 79.8 98.267 L 75.367 98.267 Z M 79.8 93.8 L 84.233 93.8 L 84.233 98.267 L 79.8 98.267 Z M 84.233 93.8 L 88.667 93.8 L 88.667 98.267 L 84.233 98.267 Z M 88.667 93.8 L 93.1 93.8 L 93.1 98.267 L 88.667 98.267 Z M 106.4 93.8 L 110.833 93.8 L 110.833 98.267 L 106.4 98.267 Z M 110.833 93.8 L 115.267 93.8 L 115.267 98.267 L 110.833 98.267 Z M 115.267 93.8 L 119.7 93.8 L 119.7 98.267 L 115.267 98.267 Z M 119.7 93.8 L 124.133 93.8 L 124.133 98.267 L 119.7 98.267 Z M 124.133 93.8 L 128.567 93.8 L 128.567 98.267 L 124.133 98.267 Z M 0 98.267 L 4.433 98.267 L 4.433 102.733 L 0 102.733 Z M 4.433 98.267 L 8.867 98.267 L 8.867 102.733 L 4.433 102.733 Z M 8.867 98.267 L 13.3 98.267 L 13.3 102.733 L 8.867 102.733 Z M 13.3 98.267 L 17.733 98.267 L 17.733 102.733 L 13.3 102.733 Z M 17.733 98.267 L 22.167 98.267 L 22.167 102.733 L 17.733 102.733 Z M 22.167 98.267 L 26.6 98.267 L 26.6 102.733 L 22.167 102.733 Z M 26.6 98.267 L 31.033 98.267 L 31.033 102.733 L 26.6 102.733 Z M 35.467 98.267 L 39.9 98.267 L 39.9 102.733 L 35.467 102.733 Z M 39.9 98.267 L 44.333 98.267 L 44.333 102.733 L 39.9 102.733 Z M 44.333 98.267 L 48.767 98.267 L 48.767 102.733 L 44.333 102.733 Z M 57.633 98.267 L 62.067 98.267 L 62.067 102.733 L 57.633 102.733 Z M 62.067 98.267 L 66.5 98.267 L 66.5 102.733 L 62.067 102.733 Z M 66.5 98.267 L 70.933 98.267 L 70.933 102.733 L 66.5 102.733 Z M 70.933 98.267 L 75.367 98.267 L 75.367 102.733 L 70.933 102.733 Z M 79.8 98.267 L 84.233 98.267 L 84.233 102.733 L 79.8 102.733 Z M 84.233 98.267 L 88.667 98.267 L 88.667 102.733 L 84.233 102.733 Z M 88.667 98.267 L 93.1 98.267 L 93.1 102.733 L 88.667 102.733 Z M 97.533 98.267 L 101.967 98.267 L 101.967 102.733 L 97.533 102.733 Z M 106.4 98.267 L 110.833 98.267 L 110.833 102.733 L 106.4 102.733 Z M 110.833 98.267 L 115.267 98.267 L 115.267 102.733 L 110.833 102.733 Z M 115.267 98.267 L 119.7 98.267 L 119.7 102.733 L 115.267 102.733 Z M 0 102.733 L 4.433 102.733 L 4.433 107.2 L 0 107.2 Z M 26.6 102.733 L 31.033 102.733 L 31.033 107.2 L 26.6 107.2 Z M 53.2 102.733 L 57.633 102.733 L 57.633 107.2 L 53.2 107.2 Z M 57.633 102.733 L 62.067 102.733 L 62.067 107.2 L 57.633 107.2 Z M 84.233 102.733 L 88.667 102.733 L 88.667 107.2 L 84.233 107.2 Z M 88.667 102.733 L 93.1 102.733 L 93.1 107.2 L 88.667 107.2 Z M 106.4 102.733 L 110.833 102.733 L 110.833 107.2 L 106.4 107.2 Z M 0 107.2 L 4.433 107.2 L 4.433 111.667 L 0 111.667 Z M 8.867 107.2 L 13.3 107.2 L 13.3 111.667 L 8.867 111.667 Z M 13.3 107.2 L 17.733 107.2 L 17.733 111.667 L 13.3 111.667 Z M 17.733 107.2 L 22.167 107.2 L 22.167 111.667 L 17.733 111.667 Z M 26.6 107.2 L 31.033 107.2 L 31.033 111.667 L 26.6 111.667 Z M 35.467 107.2 L 39.9 107.2 L 39.9 111.667 L 35.467 111.667 Z M 44.333 107.2 L 48.767 107.2 L 48.767 111.667 L 44.333 111.667 Z M 53.2 107.2 L 57.633 107.2 L 57.633 111.667 L 53.2 111.667 Z M 62.067 107.2 L 66.5 107.2 L 66.5 111.667 L 62.067 111.667 Z M 66.5 107.2 L 70.933 107.2 L 70.933 111.667 L 66.5 111.667 Z M 75.367 107.2 L 79.8 107.2 L 79.8 111.667 L 75.367 111.667 Z M 88.667 107.2 L 93.1 107.2 L 93.1 111.667 L 88.667 111.667 Z M 93.1 107.2 L 97.533 107.2 L 97.533 111.667 L 93.1 111.667 Z M 97.533 107.2 L 101.967 107.2 L 101.967 111.667 L 97.533 111.667 Z M 101.967 107.2 L 106.4 107.2 L 106.4 111.667 L 101.967 111.667 Z M 106.4 107.2 L 110.833 107.2 L 110.833 111.667 L 106.4 111.667 Z M 115.267 107.2 L 119.7 107.2 L 119.7 111.667 L 115.267 111.667 Z M 119.7 107.2 L 124.133 107.2 L 124.133 111.667 L 119.7 111.667 Z M 124.133 107.2 L 128.567 107.2 L 128.567 111.667 L 124.133 111.667 Z M 0 111.667 L 4.433 111.667 L 4.433 116.133 L 0 116.133 Z M 8.867 111.667 L 13.3 111.667 L 13.3 116.133 L 8.867 116.133 Z M 13.3 111.667 L 17.733 111.667 L 17.733 116.133 L 13.3 116.133 Z M 17.733 111.667 L 22.167 111.667 L 22.167 116.133 L 17.733 116.133 Z M 26.6 111.667 L 31.033 111.667 L 31.033 116.133 L 26.6 116.133 Z M 35.467 111.667 L 39.9 111.667 L 39.9 116.133 L 35.467 116.133 Z M 39.9 111.667 L 44.333 111.667 L 44.333 116.133 L 39.9 116.133 Z M 44.333 111.667 L 48.767 111.667 L 48.767 116.133 L 44.333 116.133 Z M 70.933 111.667 L 75.367 111.667 L 75.367 116.133 L 70.933 116.133 Z M 84.233 111.667 L 88.667 111.667 L 88.667 116.133 L 84.233 116.133 Z M 110.833 111.667 L 115.267 111.667 L 115.267 116.133 L 110.833 116.133 Z M 115.267 111.667 L 119.7 111.667 L 119.7 116.133 L 115.267 116.133 Z M 119.7 111.667 L 124.133 111.667 L 124.133 116.133 L 119.7 116.133 Z M 124.133 111.667 L 128.567 111.667 L 128.567 116.133 L 124.133 116.133 Z M 0 116.133 L 4.433 116.133 L 4.433 120.6 L 0 120.6 Z M 8.867 116.133 L 13.3 116.133 L 13.3 120.6 L 8.867 120.6 Z M 13.3 116.133 L 17.733 116.133 L 17.733 120.6 L 13.3 120.6 Z M 17.733 116.133 L 22.167 116.133 L 22.167 120.6 L 17.733 120.6 Z M 26.6 116.133 L 31.033 116.133 L 31.033 120.6 L 26.6 120.6 Z M 35.467 116.133 L 39.9 116.133 L 39.9 120.6 L 35.467 120.6 Z M 39.9 116.133 L 44.333 116.133 L 44.333 120.6 L 39.9 120.6 Z M 44.333 116.133 L 48.767 116.133 L 48.767 120.6 L 44.333 120.6 Z M 48.767 116.133 L 53.2 116.133 L 53.2 120.6 L 48.767 120.6 Z M 53.2 116.133 L 57.633 116.133 L 57.633 120.6 L 53.2 120.6 Z M 66.5 116.133 L 70.933 116.133 L 70.933 120.6 L 66.5 120.6 Z M 70.933 116.133 L 75.367 116.133 L 75.367 120.6 L 70.933 120.6 Z M 75.367 116.133 L 79.8 116.133 L 79.8 120.6 L 75.367 120.6 Z M 79.8 116.133 L 84.233 116.133 L 84.233 120.6 L 79.8 120.6 Z M 93.1 116.133 L 97.533 116.133 L 97.533 120.6 L 93.1 120.6 Z M 97.533 116.133 L 101.967 116.133 L 101.967 120.6 L 97.533 120.6 Z M 101.967 116.133 L 106.4 116.133 L 106.4 120.6 L 101.967 120.6 Z M 106.4 116.133 L 110.833 116.133 L 110.833 120.6 L 106.4 120.6 Z M 110.833 116.133 L 115.267 116.133 L 115.267 120.6 L 110.833 120.6 Z M 115.267 116.133 L 119.7 116.133 L 119.7 120.6 L 115.267 120.6 Z M 119.7 116.133 L 124.133 116.133 L 124.133 120.6 L 119.7 120.6 Z M 0 120.6 L 4.433 120.6 L 4.433 125.067 L 0 125.067 Z M 26.6 120.6 L 31.033 120.6 L 31.033 125.067 L 26.6 125.067 Z M 35.467 120.6 L 39.9 120.6 L 39.9 125.067 L 35.467 125.067 Z M 39.9 120.6 L 44.333 120.6 L 44.333 125.067 L 39.9 125.067 Z M 44.333 120.6 L 48.767 120.6 L 48.767 125.067 L 44.333 125.067 Z M 48.767 120.6 L 53.2 120.6 L 53.2 125.067 L 48.767 125.067 Z M 62.067 120.6 L 66.5 120.6 L 66.5 125.067 L 62.067 125.067 Z M 66.5 120.6 L 70.933 120.6 L 70.933 125.067 L 66.5 125.067 Z M 70.933 120.6 L 75.367 120.6 L 75.367 125.067 L 70.933 125.067 Z M 79.8 120.6 L 84.233 120.6 L 84.233 125.067 L 79.8 125.067 Z M 88.667 120.6 L 93.1 120.6 L 93.1 125.067 L 88.667 125.067 Z M 101.967 120.6 L 106.4 120.6 L 106.4 125.067 L 101.967 125.067 Z M 110.833 120.6 L 115.267 120.6 L 115.267 125.067 L 110.833 125.067 Z M 119.7 120.6 L 124.133 120.6 L 124.133 125.067 L 119.7 125.067 Z M 0 125.067 L 4.433 125.067 L 4.433 129.533 L 0 129.533 Z M 4.433 125.067 L 8.867 125.067 L 8.867 129.533 L 4.433 129.533 Z M 8.867 125.067 L 13.3 125.067 L 13.3 129.533 L 8.867 129.533 Z M 13.3 125.067 L 17.733 125.067 L 17.733 129.533 L 13.3 129.533 Z M 17.733 125.067 L 22.167 125.067 L 22.167 129.533 L 17.733 129.533 Z M 22.167 125.067 L 26.6 125.067 L 26.6 129.533 L 22.167 129.533 Z M 26.6 125.067 L 31.033 125.067 L 31.033 129.533 L 26.6 129.533 Z M 35.467 125.067 L 39.9 125.067 L 39.9 129.533 L 35.467 129.533 Z M 48.767 125.067 L 53.2 125.067 L 53.2 129.533 L 48.767 129.533 Z M 66.5 125.067 L 70.933 125.067 L 70.933 129.533 L 66.5 129.533 Z M 75.367 125.067 L 79.8 125.067 L 79.8 129.533 L 75.367 129.533 Z M 84.233 125.067 L 88.667 125.067 L 88.667 129.533 L 84.233 129.533 Z M 93.1 125.067 L 97.533 125.067 L 97.533 129.533 L 93.1 129.533 Z M 115.267 125.067 L 119.7 125.067 L 119.7 129.533 L 115.267 129.533 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:8857269675,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-31wne.framer-19itr7m, .framer-31wne .framer-19itr7m { display: block; }\",\".framer-31wne.framer-15eao5n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-31wne .framer-az7iai { flex: none; height: 130px; position: relative; width: 129px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-31wne.framer-15eao5n { gap: 0px; } .framer-31wne.framer-15eao5n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-31wne.framer-15eao5n > :first-child { margin-left: 0px; } .framer-31wne.framer-15eao5n > :last-child { margin-right: 0px; } }\",'.framer-31wne[data-border=\"true\"]::after, .framer-31wne [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 162\n * @framerIntrinsicWidth 161\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereQXyfBG_D=withCSS(Component,css,\"framer-31wne\");export default FramereQXyfBG_D;FramereQXyfBG_D.displayName=\"qr-code\";FramereQXyfBG_D.defaultProps={height:162,width:161};addFonts(FramereQXyfBG_D,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereQXyfBG_D\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"162\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"161\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eQXyfBG_D.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(u));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=f.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return i(e)?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return l(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){d(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:g(i,s,o[r]),easing:m(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,O(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=x((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=G.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=w(p(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const s=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:i(t)?()=>t(n):scrubAnimation(t,n[s])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const le={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of ue)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},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},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"jMaAZ0rcT\",\"Fd9Lbianr\"];const serializationHash=\"framer-gFJ0b\";const variantClassNames={Fd9Lbianr:\"framer-v-d6gu2\",jMaAZ0rcT:\"framer-v-a7fsk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Horizontal:\"jMaAZ0rcT\",Vertical:\"Fd9Lbianr\"};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:\"jMaAZ0rcT\"};};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({cycleOrder,defaultVariant:\"jMaAZ0rcT\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-a7fsk\",className,classNames),\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"jMaAZ0rcT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Fd9Lbianr:{\"data-framer-name\":\"Vertical\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lwz653-container\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"dgIWamDX8-container\",name:\"1\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:1,id:\"dgIWamDX8\",layoutId:\"dgIWamDX8\",name:\"1\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s9s8u8\",layoutDependency:layoutDependency,layoutId:\"UrUsFjkt_\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18sn0n5\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:151,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"BzIHBmb9o\",svg:'<svg width=\"238\" height=\"151\" viewBox=\"0 0 238 151\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_13553)\">\\n<rect width=\"237.596\" height=\"150.245\" rx=\"18.954\" fill=\"#007042\" style=\"fill:#007042;fill:color(display-p3 0.0000 0.4392 0.2588);fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"0.394874\" width=\"236.806\" height=\"149.455\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_13553)\">\\n<path d=\"M174.298 75.5107C174.298 106.163 149.45 131.011 118.798 131.011C88.1462 131.011 63.2979 106.163 63.2979 75.5107C63.2979 44.8591 88.1462 20.0107 118.798 20.0107C149.45 20.0107 174.298 44.8591 174.298 75.5107Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M114.013 72.5279L113.891 71.7617C115.49 72.0074 117.17 71.9627 118.803 71.9193C120.285 71.8799 121.729 71.8416 123.037 72.0223C122.025 73.547 120.5 75.4519 118.468 75.3311C116.946 75.444 116.21 74.6563 115.402 73.7913C114.994 73.3546 114.568 72.8981 114.013 72.5279Z\" fill=\"#007042\" style=\"fill:#007042;fill:color(display-p3 0.0000 0.4392 0.2588);fill-opacity:1;\"/>\\n<path d=\"M116.649 68.0595C116.423 68.1272 116.196 68.2708 115.967 68.5353C115.816 68.7433 115.737 68.9475 116.001 69.0706C116.066 69.086 116.128 69.1019 116.188 69.1181C116.222 69.2169 116.292 69.299 116.431 69.3505C116.534 69.3281 116.644 69.3133 116.758 69.3043C116.95 69.3787 117.116 69.4546 117.273 69.5267C117.634 69.6921 117.951 69.8376 118.446 69.8996C119.065 69.8886 119.249 69.8072 119.705 69.6057C119.993 69.4787 120.388 69.3041 121.067 69.0695C121.183 69.0287 121.342 68.7738 121.145 68.5784C121.066 68.5 120.989 68.4314 120.913 68.3715C120.38 67.8419 119.56 67.6003 118.702 67.6003C117.991 67.6003 117.259 67.7633 116.649 68.0595Z\" fill=\"#007042\" style=\"fill:#007042;fill:color(display-p3 0.0000 0.4392 0.2588);fill-opacity:1;\"/>\\n<path d=\"M123.93 43.155C122.32 41.5869 120.206 40.1072 118.212 38.9574L113.382 42.6464C112.826 43.0223 113.288 43.4635 113.635 43.7951C113.681 43.8391 113.725 43.8813 113.765 43.9211C114.736 43.9061 115.742 43.8521 116.765 43.7971C118.916 43.6816 121.146 43.5619 123.298 43.7908L123.93 43.155Z\" fill=\"#007042\" style=\"fill:#007042;fill:color(display-p3 0.0000 0.4392 0.2588);fill-opacity:1;\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M174.397 78.9692C174.39 78.7956 174.383 78.6197 174.378 78.4406L174.372 77.4832C170.597 78.9726 167.564 77.4314 164.476 75.8618C162.195 74.7028 159.884 73.5282 157.221 73.547C156.586 72.8156 156.32 71.9549 156.05 71.0849C155.976 70.846 155.902 70.6063 155.82 70.3685C159.022 69.3351 161.73 70.8594 164.379 72.3507C167.583 74.1543 170.7 75.9095 174.503 73.0342C173.957 64.4279 172.127 56.344 168.152 49.1397C163.995 40.9171 156.335 32.8172 148.328 27.9022C140.082 22.0615 128.997 19.182 118.027 19.2731C108.937 19.3481 99.9239 21.4629 92.6687 25.6118C74.7549 34.7243 63.9597 53.2421 62.5586 72.3957L63.0638 73.4148C66.8452 75.4386 69.879 73.827 72.9752 72.1823C75.3933 70.8978 77.8495 69.593 80.7297 69.9841C81.6671 70.4153 81.2968 71.031 80.9112 71.6723C80.6883 72.043 80.4602 72.4222 80.4765 72.7793C80.1353 73.625 79.2315 73.6447 78.3282 73.6643C77.8748 73.6742 77.4215 73.6841 77.0397 73.7984C76.0383 74.2327 75.0308 74.7577 74.0117 75.2888C70.4584 77.1405 66.7625 79.0666 62.6816 77.4821C62.6816 77.4821 62.7196 77.8756 62.7596 78.4402H62.7516C62.8617 79.8841 63.0646 82.4451 63.0646 82.4451C66.2397 83.4526 68.8098 82.1283 71.3738 80.8071C73.5656 79.6778 75.753 78.5507 78.3102 78.8841C78.2994 78.9857 78.289 79.088 78.2785 79.1905C78.1624 80.3266 78.0426 81.4995 77.4231 82.3148C75.0377 82.4356 73.0714 83.5537 71.1047 84.672C68.88 85.937 66.6546 87.2023 63.8215 87.0252L64.8392 91.0913C67.1465 91.3254 69.0426 90.2552 70.9389 89.1848C72.8351 88.1145 74.7316 87.044 77.0397 87.2774L76.9182 90.3244C74.9191 90.5113 73.2684 91.5278 71.6191 92.5436C69.9124 93.5946 68.2071 94.6448 66.1184 94.7742C66.4449 100.379 68.8897 98.7927 71.6822 96.9809C73.5765 95.7517 75.6308 94.4188 77.2921 95.1567C77.3435 95.4662 77.4346 95.7719 77.5258 96.0775C77.7339 96.7753 77.9419 97.4727 77.6755 98.2133C75.6762 98.1856 74.1266 99.2316 72.5769 100.278C71.5653 100.96 70.5537 101.643 69.4171 102.027C69.5172 102.261 69.6109 102.515 69.7068 102.775C70.0965 103.832 70.5236 104.99 71.5747 105.328C72.3943 104.989 73.162 104.523 73.9295 104.058C75.4642 103.128 76.9981 102.198 78.9449 102.279C78.6071 101.177 78.3106 99.6922 78.44 98.7185C81.2416 99.459 83.1399 97.9664 85.0258 96.4836C85.6187 96.0173 86.2104 95.5521 86.8286 95.1575C87.2347 91.5721 89.0795 88.5719 90.9227 85.5744C91.7619 84.2096 92.6008 82.8454 93.3033 81.4267C93.5436 80.4255 93.6239 79.4315 93.6083 78.4399C93.5683 76.5124 93.1368 74.6074 92.7045 72.6989C91.9003 69.1481 91.0933 65.5853 92.7993 61.8434C93.6053 59.5968 95.0041 56.6381 97.3764 56.0003C93.0132 61.2152 93.82 69.1779 96.1059 75.0697C96.5685 76.2683 96.7333 77.3819 96.6892 78.4402C96.5695 81.2786 94.9122 83.7044 93.2616 86.1204C92.208 87.6625 91.1572 89.2006 90.5107 90.8395C88.4399 95.0371 90.3375 99.829 92.6687 103.3C92.0726 103.761 91.4846 104.245 90.896 104.729C88.1817 106.961 85.4549 109.204 81.8692 109.273C81.0522 108.874 80.7602 107.992 80.4678 107.109C80.3216 106.667 80.1754 106.225 79.9633 105.843C77.8064 105.415 76.0064 106.591 74.2621 107.73C73.9188 107.954 73.5778 108.177 73.2366 108.385L75.6473 111.432C76.0207 111.255 76.4055 111.034 76.7992 110.808C78.2812 109.959 79.8905 109.037 81.495 110.041C83.263 112.134 81.9407 112.378 80.3957 112.663C79.312 112.863 78.1186 113.084 77.8053 113.977C78.5597 114.999 79.4562 115.785 80.394 116.608C80.5055 116.705 80.6176 116.804 80.7301 116.903C81.1379 116.776 81.518 116.583 81.8985 116.389C82.6618 116.002 83.4265 115.614 84.4186 115.753C84.5007 115.853 84.5845 115.953 84.6685 116.054C85.1899 116.676 85.7221 117.311 85.9412 118.043L83.6518 119.445C85.3046 121.14 87.3822 122.752 89.3693 123.519C90.0108 121.366 91.2317 119.474 92.4529 117.583C93.4934 115.971 94.5341 114.358 95.2169 112.583C95.3399 111.968 95.426 111.301 95.5116 110.637C95.6323 109.701 95.7521 108.771 95.9738 108.003C98.4866 111.913 96.4238 114.887 94.2951 117.956C92.8012 120.11 91.2748 122.31 91.2748 124.914C92.1735 125.727 93.2629 126.187 94.3231 126.636C94.366 126.654 94.4089 126.672 94.4516 126.691C94.3425 123.518 96.0044 121.074 97.6697 118.626C98.6062 117.249 99.5437 115.871 100.168 114.361C102.323 109.849 99.6485 106.487 96.9756 103.127C95.7058 101.531 94.4365 99.9354 93.6852 98.2171C91.4823 93.3814 94.5765 88.8417 97.6277 85.2437C99.7518 82.9476 100.303 80.7017 100.116 78.4429C99.9558 76.5018 99.2494 74.5577 98.531 72.5805C97.3562 69.3473 96.1492 66.0254 97.2447 62.4827C98.262 58.9221 99.7834 54.6799 103.466 53.1994C100.797 56.291 99.3992 59.8943 99.1495 64.005C98.7338 67.1323 99.9532 69.7262 101.152 72.2757C102.094 74.2796 103.023 76.2561 103.135 78.4425C103.183 79.4331 103.064 80.4663 102.708 81.5597C101.966 83.1666 100.888 84.6315 99.8116 86.0948C97.8779 88.7232 95.948 91.3463 95.9734 94.7776C95.7038 98.2135 97.7615 100.609 99.8172 103.003C101.968 105.507 104.117 108.009 103.596 111.696C103.558 114.52 102.079 116.775 100.606 119.02C98.8073 121.762 97.0188 124.488 97.8793 128.214L101.821 129.494C100.555 125.191 102.524 121.964 104.488 118.744C106.005 116.256 107.521 113.772 107.539 110.799C107.762 107.416 105.726 104.983 103.689 102.548C102.253 100.833 100.817 99.1171 100.169 97.0669C98.6905 92.6593 101.427 89.0387 103.991 85.6459C104.288 85.2531 104.582 84.8633 104.868 84.4757C106.221 82.3685 106.538 80.3821 106.321 78.4421C106.078 76.3228 105.188 74.2632 104.285 72.1724C103.14 69.5211 101.972 66.8196 102.075 63.8827C101.988 59.0523 104.103 54.3042 108.297 52.0588C108.043 52.4222 107.783 52.7824 107.523 53.1424C106.483 54.5835 105.445 56.021 104.868 57.6488C102.847 63.1267 104.988 68.0023 107.067 72.7381C107.692 74.1601 108.311 75.5695 108.81 76.9788C108.976 77.484 109.093 77.9686 109.158 78.4421C109.631 81.7317 107.87 84.329 106.098 86.9424C104.823 88.8221 103.543 90.7102 103.084 92.8701C102.186 96.6666 104.301 99.2206 106.438 101.802C107.832 103.485 109.235 105.18 109.819 107.238C111.448 111.602 109.538 115.034 107.614 118.489C105.785 121.774 103.944 125.081 105.12 129.232C105.09 130.987 106.518 131.034 107.914 131.08C108.509 131.1 109.098 131.119 109.567 131.271C106.88 126.313 109.14 121.965 111.36 117.695C112.289 115.906 113.212 114.132 113.761 112.332C115.197 107.818 112.668 104.662 110.116 101.476C108.977 100.054 107.832 98.6253 107.034 97.0677C105.281 93.4021 107.236 90.6362 109.206 87.8479C110.288 86.3177 111.374 84.7808 111.855 83.0847C112.596 80.9613 114.094 81.4929 115.577 82.0186C116.374 82.3013 117.166 82.5822 117.833 82.4481C118.916 82.6465 119.938 82.3141 120.92 81.995C122.282 81.5524 123.565 81.1353 124.821 82.1959C125.29 84.1163 126.537 85.7105 127.781 87.3016C129.337 89.2919 130.89 91.2773 130.912 93.8904C130.839 97.0456 128.82 99.55 126.827 102.023C124.218 105.259 121.653 108.442 123.55 112.959C123.995 113.856 124.49 114.774 124.995 115.71C127.616 120.567 130.494 125.902 127.867 131.271L131.801 130.382C133.79 125.406 131.483 121.304 129.234 117.304C128.513 116.022 127.798 114.75 127.232 113.463C125.551 108.65 128.551 104.799 131.445 101.084C132.193 100.124 132.934 99.1726 133.585 98.2163C136.053 93.5958 133.258 89.6548 130.654 85.9824C130.08 85.1728 129.515 84.3763 129.017 83.5884C128.067 81.7925 127.873 80.0876 128.104 78.4425C128.398 76.3222 129.395 74.2926 130.376 72.2958C131.009 71.0069 131.636 69.7316 132.062 68.4545C134.393 62.9052 133.078 56.0019 128.755 51.8062L128.886 51.6755C131.047 52.948 132.994 55.1934 133.968 57.3959C136.538 62.5656 134.779 67.3262 133.021 72.0853C132.243 74.1925 131.464 76.2994 131.062 78.4414L130.923 79.2677C130.841 82.4634 132.509 84.5668 134.223 86.7272C135.148 87.8939 136.087 89.0772 136.77 90.4581C139.347 95.4856 136.284 99.3476 133.298 103.112C132.509 104.107 131.726 105.095 131.053 106.096C128.259 110.889 130.54 114.622 132.867 118.431C134.882 121.729 136.931 125.084 135.752 129.232L139.564 127.962C140.343 124.119 138.182 120.857 136.094 117.705C135.577 116.925 135.065 116.152 134.603 115.379C132.002 110.101 135.271 105.794 138.363 101.718C139.095 100.753 139.818 99.8013 140.45 98.8526C142.861 93.7459 139.824 89.3013 137.044 85.2352C136.456 84.374 135.879 83.5298 135.368 82.6999C134.433 81.333 134.137 79.8914 134.219 78.4418H134.228C134.362 76.0238 135.539 73.5776 136.575 71.4264C136.728 71.1079 136.878 70.796 137.021 70.4916C139.225 64.5552 137.698 57.357 133.846 52.9453C136.429 54.0067 138.329 56.8926 139.179 59.4322C141.436 64.1038 139.982 68.7763 138.575 73.295C138.081 74.8835 137.592 76.453 137.273 77.9968L137.265 78.4406C137.237 81.7434 139.04 84.1889 140.857 86.652C142.17 88.4334 143.491 90.2239 144.13 92.3546C145.304 96.514 142.929 99.6638 140.647 102.689C140.045 103.488 139.448 104.279 138.926 105.077C134.346 109.843 136.928 113.88 139.601 118.059C141.302 120.719 143.041 123.437 142.991 126.436C143.254 126.325 143.535 126.228 143.82 126.13C144.733 125.815 145.682 125.488 146.167 124.65C145.84 122.117 144.43 120.027 143.018 117.934C142.045 116.493 141.072 115.051 140.45 113.461C140.436 113.162 140.414 112.853 140.392 112.538C140.274 110.886 140.146 109.076 141.216 107.871L141.468 108.123C141.185 111.909 143.08 114.789 144.978 117.675C146.202 119.535 147.428 121.398 148.073 123.509C148.282 123.383 148.492 123.258 148.702 123.133C150.414 122.113 152.142 121.083 153.538 119.573C152.948 118.978 152.06 118.514 151.259 118.171C150.939 117.483 151.528 116.816 152.096 116.173C152.297 115.945 152.496 115.721 152.65 115.499L156.201 116.769C156.424 116.563 156.652 116.365 156.878 116.169C157.721 115.435 158.536 114.727 159.002 113.722C157.729 112.831 156.332 112.187 154.808 111.936C154.759 110.963 155.309 110.203 155.947 109.525C157.843 109.452 159.377 110.221 160.896 110.981C161.111 111.089 161.327 111.196 161.543 111.302C162.472 110.457 163.497 109.359 163.831 108.133L159.254 105.842C157.263 104.577 156.878 105.858 156.472 107.21C156.239 107.987 155.998 108.787 155.442 109.142C151.643 108.992 148.814 106.599 145.97 104.194C145.613 103.892 145.255 103.59 144.896 103.292C145.097 102.264 145.618 101.366 146.14 100.466C146.606 99.6622 147.073 98.8565 147.315 97.9542C148.745 93.177 146.16 89.2987 143.635 85.5097C142.869 84.3601 142.109 83.2187 141.467 82.0629C140.775 80.8476 140.519 79.6441 140.527 78.4406C140.539 76.7281 141.076 75.0187 141.619 73.2929C142.146 71.6171 142.677 69.9257 142.738 68.2007C143.775 63.754 141.757 59.4762 140.038 55.8334C140.004 55.7615 139.97 55.6899 139.936 55.6186C141.125 56.3398 142.401 57.3082 143.121 58.535C145.491 63.1966 146.17 69.6881 144.009 74.688C143.477 76.0271 143.299 77.2733 143.366 78.4406C143.534 81.2653 145.151 83.6815 146.788 86.1278C148.544 88.752 150.324 91.4108 150.362 94.6455C150.926 95.0703 151.479 95.5582 152.034 96.0489C153.977 97.7638 155.957 99.5124 158.62 98.72C158.767 99.4232 158.607 100.151 158.451 100.861C158.334 101.392 158.22 101.912 158.238 102.404C160.132 102.299 161.635 103.144 163.142 103.992C164.06 104.509 164.98 105.027 165.99 105.33C166.16 105.035 166.364 104.74 166.569 104.442C167.131 103.628 167.706 102.795 167.645 101.891C166.388 101.519 165.278 100.785 164.168 100.05C162.624 99.0281 161.079 98.0055 159.134 97.9554L159.76 95.0291C161.809 94.9796 163.539 95.9653 165.28 96.9566C166.531 97.6686 167.786 98.3835 169.168 98.72C170.257 97.9091 170.652 96.4532 171.018 95.11C171.036 95.0416 171.055 94.9734 171.073 94.9057C169.041 94.5882 167.293 93.5694 165.546 92.5505C163.8 91.5324 162.053 90.5142 160.022 90.1953C160.049 89.861 160.035 89.5078 160.02 89.154C159.992 88.4383 159.963 87.7198 160.274 87.1482C162.501 87.1482 164.29 88.1834 166.082 89.2204C167.39 89.9777 168.701 90.736 170.185 91.0928C172.572 92.2269 172.728 90.5626 172.879 88.946C172.943 88.2686 173.005 87.5995 173.231 87.1482C170.435 87.2599 168.213 85.964 165.993 84.6691C163.94 83.4719 161.889 82.2756 159.387 82.1932L158.75 79.0064C161.43 78.5651 163.697 79.726 165.963 80.8862C168.459 82.1642 170.954 83.4414 173.996 82.5757C174.485 81.2907 174.443 80.1866 174.397 78.9692ZM81.7262 55.7635C85.6676 54.2036 90.5997 52.2517 94.5723 54.8513C94.001 55.6535 93.1029 56.236 92.1901 56.8281C91.6089 57.2051 91.0218 57.586 90.5092 58.0298C88.3523 60.1488 85.7219 62.7349 84.1563 65.4048C80.0969 64.5909 76.6601 66.2217 73.2734 67.8288C72.2432 68.3176 71.2178 68.8042 70.1808 69.2191C68.4869 69.5547 66.2433 69.7254 64.8468 68.5832C65.6221 67.3058 66.4562 66.0473 67.2917 64.7868C70.9761 59.2281 74.6858 53.6314 73.4795 46.2051C73.6538 45.903 73.8785 45.8077 74.1145 45.8226C74.4033 45.8404 74.7153 46.023 74.986 46.1815C75.0851 46.2395 75.1787 46.2942 75.2636 46.3365C78.5287 48.8791 80.0947 52.3944 80.4758 56.2529C80.8791 56.0987 81.2968 55.9334 81.7262 55.7635ZM108.931 61.7215C108.086 62.0994 107.959 61.1214 108.043 60.5728C107.873 59.9381 108.257 59.4326 108.809 59.3099C109.182 59.2234 109.569 59.1678 109.949 59.1544C111.599 59.0924 113.224 59.7156 114.013 60.9565V61.4693C113.635 61.4355 113.195 61.311 112.729 61.1789C111.42 60.8085 109.9 60.3782 108.931 61.7215ZM122.4 50.7855C124.86 51.421 127.571 52.4847 128.754 55.1131C128.797 55.3527 128.905 55.5826 129.014 55.8124C129.231 56.274 129.449 56.7349 129.137 57.272C126.639 56.507 123.801 56.933 121.385 57.9079C119.223 59.5183 119.563 62.8252 120.114 65.1525L120.758 65.6665C121.311 65.5316 121.586 65.0946 121.856 64.6658C122.102 64.276 122.343 63.893 122.785 63.7502L122.876 63.7723C124.438 64.1544 126.544 64.6698 127.997 63.7502C129.122 63.7881 129.25 65.134 129.342 66.1068C129.358 66.2686 129.372 66.42 129.39 66.5534C128.459 71.4703 126.389 76.807 121.392 79.1355C119.314 80.155 116.638 79.4715 114.647 78.753C109.735 75.8298 106.986 70.0313 107.537 64.7773C107.92 63.9723 108.51 63.3284 109.443 63.8801C110.397 64.5321 111.392 64.3138 112.371 64.0991C113.427 63.8673 114.465 63.6395 115.412 64.5171C117.016 63.8068 116.754 62.1759 116.494 60.5554C116.397 59.9517 116.3 59.3494 116.3 58.7967C114.613 56.624 111.789 56.8123 109.226 56.9832C109.085 56.9925 108.946 57.0018 108.807 57.0107C107.931 56.477 108.398 55.7199 108.819 55.0354C108.969 54.792 109.113 54.5579 109.19 54.3461C111.216 51.4865 114.534 50.5947 118.006 50.5246C118.218 50.5197 118.43 50.5218 118.643 50.524L118.702 50.5246C119.943 50.5364 121.195 50.637 122.4 50.7855ZM125.913 59.3022C126.009 59.2983 126.106 59.2944 126.204 59.292C127.386 59.2684 128.62 59.3587 129.137 60.3206C129.13 60.4172 129.128 60.5167 129.127 60.6165C129.121 61.0457 129.114 61.4816 128.632 61.7215L128.608 61.7119C127 61.079 124.77 60.2009 123.167 61.4693C122.517 60.0805 123.575 59.8664 124.577 59.6637C125.013 59.5755 125.438 59.4895 125.707 59.3099C125.776 59.3077 125.845 59.3049 125.913 59.3022ZM138.83 42.7695C140.693 42.0158 142.555 41.2622 144.644 41.3731C144.221 42.154 143.757 42.9349 143.287 43.725C141.588 46.5823 139.818 49.5583 139.687 53.0756C138.911 52.7841 138.13 52.4813 137.345 52.1763C133.799 50.8004 130.141 49.3805 126.224 48.7568C116.017 47.0165 106.183 49.2563 97.7514 53.3286C97.0337 49.0468 94.9591 45.3231 92.4174 41.7652C93.6316 41.3592 95.0615 41.8083 96.3872 42.2246C96.7259 42.331 97.0578 42.4353 97.3775 42.5226C97.9594 42.6896 98.4992 42.9586 99.0415 43.2289C99.7237 43.569 100.41 43.911 101.189 44.0545C101.398 41.9233 100.393 39.818 99.4401 37.8205C99.255 37.4328 99.072 37.049 98.9001 36.67C99.5787 36.1497 100.636 36.4951 101.429 36.7541C101.478 36.7699 101.525 36.7854 101.571 36.8003C104.35 37.8551 106.896 39.4074 109.427 40.9509C109.941 41.2643 110.455 41.5774 110.97 41.8859C112.414 40.2007 113.029 37.8354 113.615 35.5815C113.664 35.3921 113.713 35.2035 113.763 35.0162L108.558 30.3142V29.809L115.415 29.4253C115.986 28.3461 116.464 27.2348 116.942 26.1233C117.42 25.011 117.898 23.8984 118.47 22.8173C119.265 23.9015 119.758 25.1763 120.253 26.4555C120.629 27.4267 121.006 28.4003 121.516 29.2951L128.381 29.6776L128.251 30.3142L123.169 35.1468C124.054 37.3108 124.949 39.4778 125.84 41.6337C126.521 41.2379 127.196 40.8245 127.873 40.4103C131.027 38.48 134.205 36.5347 138.04 36.2879C137.869 37.2788 137.465 38.2905 137.06 39.3056C136.458 40.8127 135.854 42.3275 136.003 43.7931C136.965 43.5243 137.897 43.1469 138.83 42.7695ZM163.16 67.5462C161.809 66.8425 160.466 66.143 159.124 65.7876C157.218 65.4931 154.98 65.2386 153.155 65.5366C150.533 61.4715 147.016 57.6542 142.738 55.3668C142.967 54.0958 144.602 53.9079 145.918 53.7565C146.048 53.7416 146.175 53.727 146.297 53.7118C150.066 53.3347 153.367 54.8955 156.461 56.5067C156.855 55.5779 157.097 54.5701 157.339 53.5634C157.461 53.0579 157.582 52.5528 157.723 52.058C158.744 49.5554 160.744 47.0093 163.327 45.9532C163.875 46.0371 164.256 46.6344 164.084 47.2246C162.762 54.1612 166.316 59.4623 169.829 64.7018C170.694 65.9916 171.556 67.2778 172.342 68.5836C169.192 70.6881 166.156 69.1067 163.16 67.5462Z\" fill=\"#007042\" style=\"fill:#007042;fill:color(display-p3 0.0000 0.4392 0.2588);fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_13553\" x=\"-6.06813\" y=\"-445.203\" width=\"365.146\" height=\"606.37\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21363\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_13553\"/>\\n<feOffset dy=\"4.8545\"/>\\n<feGaussianBlur stdDeviation=\"3.64088\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_13553\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.42725\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_13553\"/>\\n<feOffset dy=\"2.42725\"/>\\n<feGaussianBlur stdDeviation=\"2.42725\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_13553\" result=\"effect2_dropShadow_4087_13553\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_13553\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_13553\">\\n<rect width=\"112\" height=\"112\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(62.5586 19.271)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1knqpld\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"d4aJRtBJP\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(47, 111, 213)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wgbhfr\",\"data-framer-name\":\"Walmart logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:174,layoutDependency:layoutDependency,layoutId:\"YoESr4y4R\",svg:'<svg width=\"174\" height=\"42\" viewBox=\"0 0 174 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4087_14406)\">\\n<path d=\"M152.116 14.1823C153.077 14.1823 153.867 13.6828 153.974 13.0375L154.923 2.31064C154.923 1.2504 153.681 0.380005 152.119 0.380005C150.559 0.380005 149.318 1.2504 149.318 2.31083L150.266 13.0375C150.37 13.6826 151.161 14.1823 152.119 14.1823H152.116ZM146.318 17.5328C146.8 16.7018 146.764 15.7679 146.256 15.353L137.439 9.16815C136.522 8.63727 135.148 9.27628 134.368 10.6291C133.585 11.9803 133.724 13.4893 134.638 14.0204L144.401 18.566C145.011 18.7922 145.843 18.3569 146.321 17.5265L146.318 17.5328ZM157.918 17.527C158.4 18.3574 159.228 18.793 159.838 18.5666L169.601 14.021C170.521 13.4901 170.652 11.9809 169.876 10.6297C169.093 9.2782 167.716 8.63784 166.801 9.16873L157.984 15.3535C157.48 15.7679 157.442 16.7026 157.922 17.5334L157.918 17.527ZM152.116 27.5817C153.077 27.5817 153.867 28.077 153.974 28.7229L154.923 39.4482C154.923 40.5117 153.681 41.3802 152.119 41.3802C150.559 41.3802 149.318 40.5117 149.318 39.4482L150.266 28.7229C150.37 28.077 151.161 27.5817 152.119 27.5817H152.116ZM157.918 24.2305C158.4 23.3978 159.228 22.966 159.838 23.1949L169.601 27.7375C170.521 28.269 170.652 29.7795 169.876 31.1318C169.093 32.4789 167.716 33.121 166.801 32.5909L157.984 26.4118C157.48 25.9942 157.442 25.059 157.922 24.2288H157.918M146.318 24.2293C146.8 25.059 146.764 25.9942 146.256 26.4126L137.439 32.5915C136.522 33.1216 135.148 32.4795 134.368 31.1324C133.585 29.7801 133.724 28.2696 134.638 27.7381L144.401 23.1955C145.011 22.9666 145.843 23.3984 146.321 24.2312H146.318\" fill=\"#FDBB30\" style=\"fill:#FDBB30;fill:color(display-p3 0.9922 0.7333 0.1882);fill-opacity:1;\"/>\\n<path d=\"M96.5012 26.3924C96.5012 26.7216 96.4719 27.0611 96.3818 27.3592C96.0078 28.5976 94.7256 29.6449 93.1214 29.6449C91.7839 29.6449 90.7215 28.8851 90.7215 27.2804C90.7215 24.8244 93.4248 24.1462 96.502 24.1632L96.5012 26.3922V26.3924ZM101.328 22.1124C101.328 18.0626 99.5973 14.4991 93.7503 14.4991C90.7489 14.4991 88.3668 15.3421 87.0666 16.0935L88.0189 19.3492C89.2071 18.599 91.101 17.978 92.8933 17.978C95.8591 17.9698 96.3448 19.6575 96.3448 20.7377V20.9934C89.8798 20.9838 85.7931 23.2224 85.7931 27.7826C85.7931 30.569 87.8746 33.1789 91.4928 33.1789C93.716 33.1789 95.5782 32.2915 96.6926 30.8685H96.8026C96.8026 30.8685 97.54 33.9578 101.611 32.7758C101.398 31.4911 101.329 30.1197 101.329 28.4706L101.328 22.1124M0.59668 8.98392C0.59668 8.98392 4.82138 26.295 5.496 29.1044C6.28295 32.3837 7.70127 33.5909 11.7886 32.7758L14.4263 22.0437C15.0952 19.3766 15.5429 17.475 15.9738 14.7647H16.0489C16.3514 17.5038 16.7807 19.3848 17.3311 22.0525C17.3311 22.0525 18.4044 26.925 18.955 29.4833C19.5061 32.0409 21.0402 33.6539 25.0443 32.7758L31.3299 8.98315H26.2565L24.1096 19.2704C23.5324 22.2636 23.0091 24.6051 22.6053 27.3428H22.5336C22.1667 24.6292 21.6995 22.3832 21.1133 19.4662L18.8799 8.98315H13.5929L11.2026 19.2019C10.526 22.308 9.8916 24.815 9.4897 27.4616H9.4166C9.00398 24.9695 8.45473 21.8173 7.8603 18.812C7.8603 18.812 6.44122 11.5027 5.9421 8.98315L0.59668 8.98392ZM40.9269 26.3924C40.9269 26.7216 40.8976 27.0611 40.8061 27.3592C40.4329 28.5976 39.1499 29.6449 37.5458 29.6449C36.208 29.6449 35.1472 28.8851 35.1472 27.2804C35.1472 24.8244 37.8497 24.1462 40.9274 24.1632L40.9269 26.3922V26.3924ZM45.7529 22.1124C45.7529 18.0626 44.0224 14.4991 38.1765 14.4991C35.1744 14.4991 32.7904 15.3421 31.4909 16.0935L32.4421 19.3492C33.6301 18.599 35.524 17.978 37.3169 17.978C40.2848 17.9698 40.7705 19.6575 40.7705 20.7377V20.9934C34.3028 20.9838 30.218 23.2224 30.218 27.7826C30.218 30.569 32.2983 33.1789 35.9139 33.1789C38.1402 33.1789 40.0012 32.2915 41.1169 30.8685H41.2256C41.2256 30.8685 41.9651 33.9578 46.035 32.7758C45.8222 31.4911 45.7529 30.1197 45.7529 28.4706V22.1124ZM53.8073 27.7253V8.98392H48.9749V32.7766H53.8073V27.7253ZM117.023 8.98392V26.5353C117.023 28.9563 117.479 30.6506 118.453 31.6875C119.305 32.594 120.707 33.1808 122.387 33.1808C123.816 33.1808 125.221 32.9081 125.884 32.6622L125.822 28.887C125.329 29.0076 124.762 29.1052 123.987 29.1052C122.34 29.1052 121.789 28.0503 121.789 25.8779V19.1624H125.997V14.6095H121.789V8.98392H117.023ZM104.55 14.9027V32.7766H109.535V23.6248C109.535 23.1301 109.565 22.6991 109.643 22.3049C110.012 20.3869 111.478 19.1624 113.584 19.1624C114.161 19.1624 114.574 19.2252 115.022 19.2888V14.6095C114.646 14.5347 114.391 14.4997 113.924 14.4997C112.063 14.4997 109.947 15.7 109.059 18.2748H108.924V14.9027H104.55ZM57.1909 14.9027V32.7766H62.0475V22.2953C62.0475 21.8035 62.1053 21.2833 62.2756 20.8324C62.6781 19.7772 63.6603 18.5412 65.2275 18.5412C67.1882 18.5412 68.1037 20.198 68.1037 22.5891V32.7753H72.9565V22.1663C72.9565 21.6971 73.0206 21.1314 73.1594 20.7176C73.5578 19.5165 74.6158 18.5399 76.073 18.5399C78.0597 18.5399 79.0133 20.1676 79.0133 22.982V32.7747H83.8694V22.2469C83.8694 16.6956 81.0504 14.4979 77.8677 14.4979C76.4595 14.4979 75.3469 14.8507 74.3406 15.4673C73.4957 15.9878 72.7378 16.7254 72.0766 17.6949H72.0048C71.2374 15.7687 69.4317 14.4989 67.0787 14.4989C64.0559 14.4989 62.6972 16.0313 61.8732 17.3307H61.8008V14.9021H57.1909\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M172.05 31.9075H172.123C172.22 31.9075 172.283 31.8673 172.283 31.8076C172.283 31.7397 172.224 31.7027 172.134 31.7027C172.103 31.7027 172.071 31.709 172.05 31.709V31.9092V31.9073L172.05 31.9075ZM172.039 32.3894H171.78V31.5483C171.839 31.5368 171.976 31.5163 172.15 31.5163C172.341 31.5163 172.426 31.5431 172.488 31.5852C172.541 31.6219 172.579 31.6847 172.579 31.7695C172.579 31.8558 172.5 31.9289 172.382 31.9609V31.9716C172.478 31.9971 172.53 32.0663 172.557 32.1879C172.583 32.3092 172.599 32.3588 172.616 32.39H172.323C172.298 32.3588 172.283 32.2843 172.266 32.2101C172.249 32.1249 172.209 32.0822 172.123 32.0822H172.038L172.039 32.3894ZM172.145 31.2742C171.775 31.2742 171.495 31.5762 171.495 31.9613C171.495 32.3364 171.775 32.6424 172.155 32.6424C172.537 32.6487 172.817 32.3366 172.817 31.9551C172.817 31.5754 172.537 31.2742 172.151 31.2742H172.145ZM172.162 31.0459C172.679 31.0459 173.091 31.4528 173.091 31.955C173.091 32.4631 172.679 32.8705 172.155 32.8705C171.631 32.8705 171.214 32.4625 171.214 31.9551C171.214 31.4528 171.632 31.0461 172.155 31.0461H172.161\" fill=\"#FDBB30\" style=\"fill:#FDBB30;fill:color(display-p3 0.9922 0.7333 0.1882);fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4087_14406\">\\n<rect width=\"172.559\" height=\"41\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0.56543 0.380005)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ub528g\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"KoEv1uC17\",style:{\"--border-bottom-width\":\"0.6296666860580444px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.6296666860580444px\",\"--border-right-width\":\"0.6296666860580444px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6296666860580444px\",backgroundColor:\"rgb(255, 103, 0)\",borderBottomLeftRadius:20.15,borderBottomRightRadius:20.15,borderTopLeftRadius:20.15,borderTopRightRadius:20.15,boxShadow:\"0px 5.0373334884643555px 7.556000232696533px -1.2593333721160889px rgba(18, 24, 36, 0.05999999865889549), 0px 2.5186667442321777px 5.0373334884643555px -2.5186667442321777px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hrp2n9\",\"data-framer-name\":\"Home Depot logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:105,intrinsicWidth:104,layoutDependency:layoutDependency,layoutId:\"iHZPKcUMH\",svg:'<svg width=\"104\" height=\"105\" viewBox=\"0 0 104 105\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4087_14333)\">\\n<path d=\"M0 0.207275H104V104.207H0V0.207275Z\" fill=\"#EE7125\" style=\"fill:#EE7125;fill:color(display-p3 0.9333 0.4431 0.1451);fill-opacity:1;\"/>\\n<path d=\"M23.0714 82.5336L20.3724 85.232L18.5971 83.452L21.2902 80.7548L14.317 73.7845C13.1855 72.6501 13.0305 72.4365 11.6185 73.1685C11.1014 73.4466 10.5433 73.4425 10.1179 73.0122C9.22785 72.1228 10.1782 71.0547 10.3019 70.9287L18.9717 62.26C19.0942 62.1375 20.1635 61.1884 21.0541 62.0748C21.4849 62.5074 21.4885 63.0589 21.2115 63.5785C20.4742 64.9892 20.6908 65.1419 21.8258 66.2769L37.9138 82.3667C39.0476 83.5053 39.2021 83.7213 40.614 82.981C41.1359 82.7082 41.6851 82.7105 42.1171 83.139C43.0047 84.0302 42.0585 85.1024 41.9372 85.2261L33.265 93.893C33.1407 94.0155 32.0679 94.9641 31.1785 94.0776C30.7512 93.6456 30.75 93.0935 31.0222 92.5722C31.7613 91.1626 31.5448 91.0087 30.4098 89.8726L23.0714 82.5336ZM22.9542 104.207H19.4173L19.4451 104.152C20.1777 102.747 19.9647 102.59 18.8303 101.455L2.73924 85.3675C1.6007 84.2284 1.4498 84.0136 0.0396477 84.748C0.026629 84.7551 0.0130186 84.7604 0 84.7681V81.23L7.39163 73.8395C7.51412 73.7206 8.58579 72.7673 9.47343 73.6549C9.90304 74.0869 9.90719 74.6372 9.63143 75.1585C8.89351 76.5728 9.10891 76.7237 10.248 77.8617L26.3367 93.948C27.4729 95.0877 27.6244 95.3019 29.0363 94.5658C29.557 94.2888 30.1098 94.2888 30.5394 94.7208C31.4276 95.6126 30.4784 96.6825 30.3571 96.805L22.9542 104.207ZM67.1283 14.1029L75.2122 6.01655L98.1824 28.9761L90.0949 37.0678C89.9718 37.1903 88.8966 38.14 88.009 37.2512C87.5782 36.8198 87.5782 36.2654 87.8539 35.7476C88.5877 34.3368 88.3765 34.1824 87.2385 33.045L71.1463 16.9563C70.0101 15.8237 69.8586 15.6066 68.4467 16.3439C67.9248 16.619 67.3727 16.619 66.9448 16.1882C66.0542 15.3006 67.0058 14.2236 67.1283 14.1029ZM81.0227 0.207275H85.8331L89.6582 4.03476C89.8132 4.18743 90.3677 4.80522 89.4469 5.71949C88.9244 6.2426 88.4646 6.08933 87.8522 5.78458C84.5703 4.08742 81.5026 4.15133 78.3746 6.41598L76.5922 4.63716L81.0227 0.207275ZM104 17.9481V23.1615L99.5589 27.5991L97.7818 25.8209C99.9583 23.0301 100.164 19.4429 98.5363 16.1616C98.2901 15.4852 97.9813 14.8083 98.5328 14.2603C99.5145 13.2786 100.342 14.2929 100.464 14.4177L104 17.9481ZM86.8509 14.8905C87.8001 13.2667 87.1835 11.4879 86.2917 10.0435C85.9301 9.3724 85.6189 8.69306 86.2603 8.04982C87.2095 7.10479 88.1676 8.3599 88.4125 8.60548L95.0408 15.2355C95.287 15.4805 96.5445 16.4356 95.5971 17.3842C94.9515 18.0304 94.278 17.7168 93.5987 17.3499C92.156 16.4616 90.3784 15.8492 88.754 16.7924L86.8509 14.8905ZM58.3484 100.415L54.5552 104.207H52.5385C52.5918 104.087 52.6563 103.963 52.7196 103.832C52.948 103.404 52.4456 102.968 52.1882 102.71L43.1402 93.6634C42.8799 93.4054 42.4502 92.9053 42.0188 93.1314C41.5531 93.3557 41.1732 93.632 40.7395 93.2012C40.2921 92.7527 40.6714 92.2662 41.017 91.9254L45.4362 87.5055L58.3484 100.415ZM87.2758 45.6625L91.5057 41.4332L102.485 52.4114C103.121 53.0505 103.211 53.1712 104 52.7594V54.7654L99.8613 58.9012C99.7932 58.9699 99.1884 59.5072 98.6884 59.0042C98.447 58.7651 98.4458 58.4539 98.602 58.1603C99.0174 57.3668 98.8949 57.2822 98.2588 56.6437L87.2758 45.6625ZM98.792 42.1912C98.86 42.2622 99.2405 42.7439 98.7209 43.2611C98.2387 43.7428 97.7031 43.3836 97.2741 43.0516C96.2018 42.2959 94.8207 41.3988 93.2863 41.6586L92.2844 40.658L94.7692 38.1696L98.792 42.1912ZM84.017 48.9242L86.5018 46.4394L87.5036 47.4389C87.2426 48.9775 88.1403 50.3563 88.9007 51.4262C89.2286 51.8581 89.5884 52.3937 89.1067 52.8754C88.5901 53.3937 88.1078 53.0162 88.0362 52.9446L84.017 48.9242ZM31.3211 52.5493C30.4015 54.5098 31.2015 55.5525 31.9702 56.32L47.8731 72.224C48.6406 72.9927 49.6856 73.7904 51.6455 72.872L53.4261 74.6556C46.3475 80.5654 38.0665 78.3499 31.9548 72.2412C25.8467 66.1289 23.6288 57.8455 29.5405 50.7687L31.3211 52.5493ZM53.0267 71.4968C53.9445 69.5369 53.1456 68.4883 52.3734 67.7225L36.4741 51.8167C35.7048 51.051 34.6598 50.2533 32.7016 51.1723L30.9199 49.3929C37.9961 43.4801 46.2813 45.695 52.39 51.8043C58.4993 57.9154 60.7172 66.1958 54.8043 73.2768L53.0267 71.4968ZM86.8805 38.3779C86.4485 37.9525 85.8982 37.9465 85.3756 38.2253C83.9643 38.959 83.814 38.7454 82.6761 37.6081L66.5868 21.5206C65.4483 20.3844 65.2323 20.2323 65.972 18.8186C66.2424 18.2996 66.2424 17.7458 65.8146 17.3155C64.9246 16.4261 63.8535 17.3771 63.7316 17.499L55.6423 25.5859L62.2486 37.8306L62.1853 37.8891L49.4868 31.7455L41.7082 39.523C41.3419 39.8893 40.4181 40.8083 41.3685 41.7616C42.1046 42.5001 42.9958 41.7338 43.3923 41.3941C43.9462 40.9065 44.4397 41.1515 45.1717 41.3373C45.8161 41.4912 46.4298 41.7989 47.0446 42.1095L72.4476 54.708L73.3352 53.8216L60.9095 30.8549L75.1684 45.1133C76.3046 46.2513 76.5194 46.4069 75.7833 47.8135C75.5046 48.3378 75.5093 48.8875 75.9436 49.3177C76.8295 50.206 77.903 49.2597 78.0266 49.1349L86.7018 40.4633C86.8243 40.339 87.7681 39.2667 86.8805 38.3779ZM62.8812 54.5743L57.601 49.2947L50.8212 45.9435L50.7597 46.0057L61.1036 56.3525C64.4511 60.6795 61.2959 61.444 62.6179 62.766C63.5682 63.7152 64.7618 62.3967 65.0974 62.0588L68.5905 58.5698C68.9254 58.2319 70.2409 57.0413 69.2888 56.091C67.9685 54.7684 67.2081 57.9236 62.8812 54.5743ZM46.2114 86.7262C49.1105 83.7556 53.5977 83.3419 58.2608 87.5919C62.506 91.4555 61.99 96.7724 59.1242 99.6383L58.1241 98.6371C59.0395 97.4435 58.1069 96.4079 57.4477 95.7546L50.0963 88.3991C49.4395 87.7446 48.4039 86.8126 47.2145 87.7269L46.2114 86.7262ZM52.6492 80.2897L57.2045 75.7337L70.116 88.6459L65.5607 93.2018C65.4915 93.2687 64.8861 93.8054 64.3861 93.3054C64.1458 93.0639 64.1446 92.7521 64.2997 92.4597C64.7157 91.6668 64.5944 91.5804 63.9576 90.9401L54.9126 81.8951C54.2735 81.2584 54.1854 81.1371 53.3942 81.5483C53.0995 81.7081 52.7894 81.7069 52.5456 81.4637C52.0438 80.966 52.5799 80.3577 52.6492 80.2897ZM57.9815 74.9556L61.8303 71.108L65.3346 74.6088C65.421 74.6958 65.7341 75.0402 65.2151 75.5598C64.9204 75.8533 64.6642 75.7681 64.3174 75.5947C62.4682 74.6455 60.745 74.6804 58.9809 75.9545L57.9815 74.9556ZM69.8918 86.867C71.1167 85.2977 71.2392 83.2769 70.3231 81.427C70.1876 81.0477 70.0113 80.6702 70.3214 80.3589C70.8764 79.8062 71.3427 80.3749 71.4108 80.4453L74.8655 83.8994L70.8954 87.8695L69.8918 86.867ZM63.747 80.7211C64.2819 79.808 63.9375 78.8091 63.4381 77.9966C63.2286 77.6149 63.0558 77.2338 63.4203 76.8711C63.9558 76.3385 64.4926 77.0468 64.6305 77.1841L68.3603 80.9146C68.4958 81.0501 69.2053 81.5868 68.668 82.1217C68.3088 82.4851 67.9277 82.3117 67.5466 82.1034C66.7365 81.6051 65.7359 81.2584 64.821 81.7951L63.747 80.7211ZM68.4928 64.4466C70.1332 62.8056 71.2717 62.0091 72.5511 61.6671C74.5885 61.1469 76.2289 61.7872 77.6805 63.2341C79.1273 64.6827 79.7664 66.326 79.2486 68.3628C78.9018 69.6416 78.1089 70.7825 76.4679 72.4205L75.4673 71.4216C76.2957 70.2091 75.6424 69.4511 74.7968 68.6025L72.1901 65.9964C71.4132 65.2218 70.5486 64.6685 69.4941 65.4461L68.4928 64.4466ZM65.4193 71.3879C64.7813 70.7488 64.6944 70.6287 63.8996 71.0405C63.6073 71.1985 63.2966 71.195 63.0546 70.9523C62.5552 70.4535 63.0907 69.8487 63.1588 69.7795L67.7159 65.2253L78.6971 76.206C79.3326 76.8415 79.4208 76.9658 80.2144 76.5492C80.509 76.3947 80.8185 76.393 81.0618 76.635C81.5647 77.1362 81.028 77.741 80.9588 77.8078L76.0732 82.6946C76.0052 82.7662 75.5359 83.1638 75.0341 82.6644C74.7939 82.4218 74.7507 82.1513 74.9057 81.8578C75.3205 81.0649 75.1034 81.0732 74.4654 80.4329L65.4193 71.3879Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M79.4346 54.9914C78.9156 56.0957 79.363 56.6803 79.7938 57.1117L88.737 66.0526C89.1684 66.4839 89.7566 66.9331 90.8596 66.4141L91.8609 67.4148C87.8742 70.7487 83.213 69.5066 79.7784 66.0703C76.3409 62.6352 75.0994 57.9745 78.4304 53.986L79.4346 54.9914ZM91.6372 65.6395C92.155 64.5353 91.7064 63.95 91.2745 63.5157L82.3336 54.576C81.9016 54.1429 81.3152 53.6955 80.2104 54.2109L79.2109 53.212C83.1994 49.8787 87.8594 51.1237 91.2922 54.5583C94.7291 57.9934 95.9742 62.6511 92.6408 66.6419L91.6372 65.6395ZM12.4626 39.5868L16.4374 35.612L26.7565 45.9311C27.3571 46.5317 27.4382 46.6453 28.1844 46.2559C28.4601 46.1092 28.7519 46.1092 28.9791 46.337C29.4495 46.8069 28.9465 47.3749 28.882 47.4394L24.2906 52.0327C24.2255 52.096 23.658 52.6001 23.1876 52.1285C22.9597 51.9019 22.9597 51.6101 23.1065 51.3332C23.4953 50.587 23.3823 50.5065 22.7816 49.9059L12.4626 39.5868ZM23.2846 36.3257C23.3497 36.3908 23.706 36.844 23.2195 37.3317C22.7645 37.7861 22.2615 37.4441 21.8567 37.137C20.8507 36.4227 19.5524 35.5783 18.1085 35.8221L17.1676 34.8812L19.5045 32.5455L23.2846 36.3257ZM9.39551 42.6533L11.7324 40.3165L12.6727 41.258C12.4294 42.7018 13.2727 44.0002 13.9869 45.0067C14.2952 45.4127 14.6361 45.9151 14.1822 46.369C13.6946 46.8566 13.2407 46.4991 13.1756 46.4335L9.39551 42.6533ZM35.1931 37.4944C35.7944 38.095 35.8748 38.2074 36.6216 37.8187C36.8968 37.6731 37.1891 37.6731 37.4169 37.8997C37.8862 38.3702 37.3832 38.9383 37.3187 39.0034L32.7279 43.5942C32.6628 43.6599 32.0947 44.1629 31.6242 43.6924C31.3982 43.4646 31.397 43.1723 31.5438 42.8959C31.9331 42.1503 31.8195 42.0698 31.2195 41.4686L22.7165 32.9674C22.1165 32.3662 22.0348 32.2532 21.2886 32.6426C21.0123 32.7881 20.7205 32.7881 20.4939 32.5609C20.0235 32.0905 20.5264 31.5224 20.5909 31.4579L25.183 26.8658C25.2481 26.8025 25.8156 26.2984 26.286 26.7688C26.5138 26.9966 26.5138 27.289 26.3665 27.5641C25.9777 28.3103 26.0913 28.3914 26.692 28.9914L35.1931 37.4944ZM33.4735 31.4585L32.0456 32.887L31.1047 31.9449L32.5326 30.5176L28.8495 26.8339C28.2489 26.2338 28.1678 26.1196 27.4216 26.5096C27.1458 26.6558 26.8541 26.6558 26.6263 26.4279C26.1558 25.9575 26.6594 25.39 26.7239 25.3243L31.3153 20.7335C31.3804 20.669 31.9485 20.166 32.419 20.6364C32.6456 20.8637 32.6456 21.1554 32.5 21.4312C32.1107 22.1774 32.2243 22.259 32.8243 22.8591L41.3261 31.3608C41.9267 31.9615 42.0072 32.0739 42.754 31.6857C43.0298 31.5395 43.3215 31.5395 43.5487 31.7668C44.0198 32.2372 43.5162 32.8053 43.4523 32.8692L38.8602 37.4618C38.7957 37.5269 38.2282 38.0293 37.7566 37.5589C37.53 37.3328 37.53 37.0405 37.6755 36.7642C38.0649 36.0174 37.9513 35.9369 37.3513 35.3362L33.4735 31.4585ZM32.8444 19.205L37.1282 14.9218L49.2645 27.0576L44.9814 31.3407C44.9169 31.4046 44.3494 31.9082 43.8777 31.4378C43.6511 31.2111 43.6511 30.9188 43.7967 30.6436C44.186 29.8962 44.073 29.8158 43.4724 29.2151L34.97 20.7128C34.37 20.1127 34.2883 19.9985 33.5421 20.3879C33.2664 20.5346 32.9746 20.5346 32.7474 20.3074C32.2769 19.837 32.7799 19.2689 32.8444 19.205ZM37.8596 14.191L41.477 10.5736L44.7701 13.8667C44.8506 13.9484 45.1423 14.2721 44.6571 14.7585C44.3807 15.0349 44.1381 14.9532 43.8138 14.7911C42.0764 13.8999 40.4538 13.9312 38.7999 15.1319L37.8596 14.191ZM49.0538 25.3859C50.2048 23.91 50.3196 22.0111 49.4598 20.2749C49.329 19.9174 49.1669 19.5606 49.4598 19.2689C49.9782 18.7499 50.4166 19.2849 50.4817 19.3505L53.7263 22.5945L49.9947 26.3268L49.0538 25.3859ZM43.2777 19.6091C43.7807 18.7499 43.4558 17.809 42.9854 17.0462C42.7913 16.6894 42.6285 16.3326 42.9694 15.9917C43.473 15.4887 43.976 16.1533 44.1056 16.2841L47.61 19.7884C47.7401 19.918 48.4047 20.4216 47.9029 20.924C47.5614 21.2643 47.204 21.1027 46.8472 20.9074C46.0844 20.4382 45.1435 20.1133 44.2837 20.6169L43.2777 19.6091ZM97.1121 99.9797C97.1121 98.3015 98.4045 97.0647 99.9324 97.0647C101.447 97.0647 102.74 98.3015 102.74 99.9797C102.74 101.674 101.445 102.911 99.9324 102.911C98.4057 102.911 97.1121 101.674 97.1121 99.9797ZM99.9324 102.422C101.191 102.422 102.183 101.387 102.183 99.9779C102.183 98.5938 101.191 97.5511 99.9324 97.5511C98.6625 97.5511 97.6708 98.5938 97.6719 99.9779C97.6719 101.387 98.6625 102.422 99.9324 102.422ZM99.3466 101.674H98.8626L98.8614 98.3015H100.082C100.838 98.3015 101.212 98.595 101.212 99.2607C101.212 99.8637 100.853 100.128 100.383 100.188L101.294 101.674H100.75L99.904 100.212H99.3466V101.674ZM99.9254 99.7785C100.338 99.7785 100.704 99.7472 100.704 99.2294C100.704 98.8122 100.345 98.7347 100.005 98.7347H99.3442L99.3448 99.7785H99.9254Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4087_14333\">\\n<rect width=\"104\" height=\"104\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0 0.207275)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1589qfh\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"LZdwOQsmx\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(26, 69, 183)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1oztbf7\",\"data-framer-name\":\"Best Buy Logo 2018 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:137,layoutDependency:layoutDependency,layoutId:\"KGxW7NqlF\",svg:'<svg width=\"137\" height=\"81\" viewBox=\"0 0 137 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4087_14375)\">\\n<path d=\"M0.00976562 1.48035V36.0162H18.0921C25.2094 36.0162 31.7864 33.5183 31.7864 26.1808C31.7864 21.2205 28.2129 18.9561 24.2826 17.7709C26.6772 16.8104 29.3937 14.7924 29.3937 10.5624C29.3937 5.14813 24.0217 1.48035 16.789 1.48035H0.00976562ZM11.0873 9.52381H15.1599C16.8179 9.52381 18.082 10.8225 18.082 12.1405C18.082 13.365 16.7684 14.6757 15.1598 14.6757H11.0874L11.0873 9.52381ZM11.0873 21.8434H16.4631C18.3399 21.8434 19.9147 23.2688 19.9147 24.898C19.9147 26.628 18.4419 28.0644 16.1373 28.0644H11.0873V21.8434ZM8.96945 39.7833V74.319H27.052C34.1691 74.319 40.7461 71.8211 40.7461 64.4838C40.7461 59.5234 37.1727 57.2591 33.2423 56.0738C35.637 55.1132 38.3535 53.0954 38.3535 48.8652C38.3535 43.4511 32.9814 39.7833 25.7487 39.7833H8.96945ZM20.0471 47.8267H24.1197C25.7775 47.8267 27.0418 49.1253 27.0418 50.4434C27.0418 51.668 25.7281 52.9785 24.1196 52.9785H20.0471V47.8267ZM20.0471 60.1464H25.4229C27.2996 60.1464 28.8744 61.5717 28.8744 63.2009C28.8744 64.9309 27.4017 66.3673 25.0971 66.3673H20.0471V60.1464ZM32.6559 36.0121V1.47611H60.5127V9.81685H43.7009V14.3456H57.3523V22.1651H43.7009V27.7038H60.5127V36.012L32.6559 36.0121ZM75.6029 37.0006C83.444 37.0006 89.7158 32.528 89.7158 25.2799C89.7158 13.5826 74.4987 15.3826 74.4987 11.7406C74.4987 10.3338 75.9783 9.58732 77.4956 9.58732C80.1104 9.58732 81.9996 11.31 81.9996 11.31L88.5464 5.07627C85.928 2.58437 81.7925 0.489258 76.2214 0.489258C67.8548 0.489258 62.3813 5.455 62.3813 11.4452C62.3813 23.2913 77.3791 21.572 77.3791 25.2889C77.3791 26.592 76.1255 27.9027 73.8519 27.9027C71.2707 27.9027 69.2258 26.3444 67.6344 25.0223L61.0494 31.3004C63.701 33.8832 67.9579 37.0006 75.6029 37.0006ZM98.2413 36.0121V9.78428H89.1188V1.47611H118.442V9.78428H109.319V36.0118L98.2413 36.0121ZM41.127 39.7588H52.1719V60.4478C52.1719 62.5487 54.2628 64.4846 56.4428 64.4846C58.4991 64.4846 60.5777 62.7363 60.5777 60.3374V39.7587H71.5902V60.1965C71.5902 68.3062 64.857 74.7752 56.151 74.7752C47.3952 74.7752 41.127 67.7349 41.127 59.7546V39.7588ZM85.2089 74.2947V61.954L72.2273 39.7588H83.4023L90.7477 51.6509L98.1186 39.7588H109.319L96.2865 62.0808V74.2947H85.2089Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M109.319 58.66L102.803 65.1763V73.9731L109.319 80.4893H136.882V58.66H109.319Z\" fill=\"#FFED31\" style=\"fill:#FFED31;fill:color(display-p3 1.0000 0.9294 0.1922);fill-opacity:1;\"/>\\n<path d=\"M108.25 69.5704C108.25 70.3802 107.593 71.0366 106.783 71.0366C105.974 71.0366 105.317 70.3802 105.317 69.5704C105.317 68.7607 105.974 68.1044 106.783 68.1044C107.593 68.1044 108.25 68.7607 108.25 69.5704Z\" fill=\"#1A45B7\" style=\"fill:#1A45B7;fill:color(display-p3 0.1020 0.2706 0.7176);fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4087_14375\">\\n<rect width=\"136.893\" height=\"80\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0 0.489258)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1na5e0w\",layoutDependency:layoutDependency,layoutId:\"osIpvWgoW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2i0qtg\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"rDmFj0s9v\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14027)\">\\n<rect y=\"0.853882\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#CC2131\" style=\"fill:#CC2131;fill:color(display-p3 0.8000 0.1294 0.1922);fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"1.24876\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M105.222 67.4748H100.862V83.2253H105.465V74.5648C105.465 72.3713 106.557 71.1846 108.374 71.1846C110.248 71.1846 111.281 72.4436 111.281 74.5648V83.2253H115.888V73.3429C115.888 69.5337 113.278 67.108 109.993 67.108C107.322 67.108 105.823 68.4331 105.288 68.9056C105.264 68.9268 105.242 68.9463 105.222 68.9639V67.4748ZM153.155 71.3835C150.894 71.3835 149.269 73.1721 149.269 75.3495C149.269 77.527 150.894 79.3165 153.155 79.3165C155.418 79.3165 157.045 77.527 157.045 75.3495C157.045 73.1721 155.418 71.3835 153.155 71.3835ZM153.125 83.582C148.362 83.582 144.724 79.8923 144.724 75.3495C144.724 70.8068 148.362 67.109 153.125 67.108C157.89 67.108 161.528 70.8068 161.528 75.3495C161.528 79.8923 157.89 83.582 153.125 83.582ZM89.9169 71.3845C87.6561 71.3845 86.0293 73.1731 86.0293 75.3505C86.0293 77.528 87.6561 79.3175 89.9169 79.3175C92.1797 79.3175 93.8065 77.528 93.8065 75.3505C93.8065 73.1731 92.1787 71.3845 89.9169 71.3845ZM89.8867 83.584C85.1259 83.584 81.4835 79.8943 81.4835 75.3515C81.4835 70.8098 85.1249 67.11 89.8867 67.109C94.6506 67.109 98.291 70.8088 98.291 75.3515C98.291 79.8953 94.6516 83.584 89.8867 83.584ZM188.531 67.4748H183.864V83.2253H188.531V67.4748ZM188.531 61.7212H183.864V65.7274H188.531V61.7212ZM196.799 61.7212H192.131V83.2263H196.799V61.7212ZM172.484 79.2874C174.715 79.2874 176.416 77.5621 176.416 75.3405C176.416 73.1249 174.738 71.4086 172.49 71.4086C170.252 71.4086 168.537 73.1088 168.537 75.3515C168.537 77.5672 170.231 79.2874 172.484 79.2874ZM168.702 82.0135L168.653 83.2243H164.227V61.7202H168.703V68.7228C168.723 68.7088 168.751 68.6853 168.789 68.654C169.189 68.3216 170.65 67.109 173.545 67.109C177.69 67.109 181.147 70.6671 181.147 75.3515C181.147 80.029 177.461 83.585 173.493 83.585C170.674 83.585 169.229 82.4325 168.783 82.0771C168.751 82.0515 168.724 82.0301 168.702 82.0135ZM61.6778 74.0337L54.3356 83.2257H59.7335L64.5857 76.9878L67.6122 80.0515L60.687 88.7231H66.106L70.5403 82.9765L78.8863 91.4682H85.4266L73.4321 79.4084L82.8774 67.4742H77.4574L70.476 76.4362L67.4545 73.4017L75.2197 63.6198H69.8128L64.5104 70.4445L61.6296 67.4742H55.1796L61.6778 74.0337ZM53.2635 61.7207H39.1006V83.2257H53.2635V79.2105H43.9177V74.0749H52.8434V70.1852H43.9177V65.7279H53.2635V61.7207ZM127.186 61.7207H119.571V83.2257H124.103V66.9879H124.31L128.21 83.2257H133.298L137.288 66.9879H137.494V83.2257H142.024V61.7207H134.624L130.943 77.4169H130.78L127.186 61.7207Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14027\" x=\"-6.0994\" y=\"-0.365998\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14027\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14027\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14027\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14027\" result=\"effect2_dropShadow_4087_14027\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14027\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kxfh0b\",layoutDependency:layoutDependency,layoutId:\"oz0twxyDw\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fo41c4\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"CY44IuiKw\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(4, 104, 179)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1shimt0\",\"data-framer-name\":\"Kroger logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:100,intrinsicWidth:121,layoutDependency:layoutDependency,layoutId:\"nZEJEPvto\",svg:'<svg width=\"121\" height=\"100\" viewBox=\"0 0 121 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4087_14091)\">\\n<path d=\"M60.3607 7.53979C89.7942 7.53979 113.652 26.6867 113.652 50.3093C113.652 73.9224 89.7942 93.0741 60.3607 93.0741C30.9224 93.0741 7.06445 73.9224 7.06445 50.3093C7.06445 26.6867 30.9224 7.53979 60.3607 7.53979Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M60.3597 5.67175C45.703 5.67175 31.9011 10.2676 21.5041 18.6092C16.4088 22.696 12.4037 27.4695 9.60393 32.7857C6.68412 38.3324 5.2002 44.2248 5.2002 50.3094C5.2002 56.3843 6.67931 62.2816 9.60393 67.8283C12.4085 73.1445 16.4136 77.9132 21.5089 82.0048C31.9059 90.356 45.7078 94.9374 60.3645 94.9374C75.0212 94.9374 88.8231 90.356 99.2154 82.0048C104.311 77.9132 108.316 73.1493 111.125 67.8283C114.04 62.2816 115.529 56.3843 115.529 50.3094C115.529 44.2248 114.045 38.3324 111.125 32.7857C108.311 27.4695 104.311 22.696 99.2154 18.6044C88.8183 10.2676 75.0212 5.67175 60.3597 5.67175Z\" fill=\"#0468B3\" style=\"fill:#0468B3;fill:color(display-p3 0.0157 0.4078 0.7020);fill-opacity:1;\"/>\\n<path d=\"M60.3602 0.864624C44.3924 0.864624 29.3707 5.9695 18.0516 15.238C12.505 19.7762 8.15405 25.0636 5.10937 30.9656C1.93503 37.103 0.331055 43.6294 0.331055 50.3622C0.331055 57.0951 1.93503 63.6215 5.10937 69.7636C8.15405 75.6561 12.5098 80.9483 18.0516 85.4913C29.3707 94.755 44.3972 99.8598 60.365 99.8598C76.3327 99.8598 91.3544 94.755 102.673 85.4865C108.211 80.9387 112.566 75.6465 115.621 69.7588C118.785 63.6167 120.394 57.0855 120.394 50.3574C120.394 43.6246 118.79 37.103 115.621 30.9608C112.566 25.0588 108.211 19.7714 102.673 15.2332C91.3496 5.9695 76.3279 0.864624 60.3602 0.864624ZM60.3602 2.73273C92.4829 2.73273 118.521 24.0599 118.521 50.3574C118.521 76.6694 92.4829 97.9869 60.3602 97.9869C28.2374 97.9869 2.19916 76.6694 2.19916 50.3574C2.19916 24.0599 28.2374 2.73273 60.3602 2.73273Z\" fill=\"#0468B3\" style=\"fill:#0468B3;fill:color(display-p3 0.0157 0.4078 0.7020);fill-opacity:1;\"/>\\n<path d=\"M44.6561 42.6543C44.6561 42.6543 43.9982 42.3134 42.8216 42.3326C40.7326 42.3614 39.2823 43.7012 39.2823 43.7012L38.7492 42.3134H34.7057L34.6816 63.799H39.7145V50.7895C39.7145 49.6033 40.2764 49.027 40.7326 48.614C42.0724 47.399 44.6561 47.3606 44.6561 47.3606V42.6543ZM107.567 42.6543C107.567 42.6543 106.904 42.3134 105.727 42.3326C103.629 42.3614 102.188 43.7012 102.188 43.7012L101.655 42.3134H97.6066L97.5825 63.799H102.62V50.7895C102.62 49.6033 103.177 49.027 103.629 48.614C104.978 47.399 107.562 47.3606 107.562 47.3606V42.6543H107.567ZM81.6868 67.4632H81.8021L81.9366 67.4728C82.0278 67.4776 82.0854 67.492 82.1383 67.5064C82.2151 67.54 82.2727 67.5976 82.2967 67.6696C82.3111 67.7129 82.3351 67.8089 82.3351 67.9482C82.3448 68.0778 82.3496 68.1835 82.3688 68.2555H82.9306L82.9162 68.1931C82.9066 68.1691 82.9018 68.1499 82.9018 68.1259C82.8922 68.1067 82.8922 68.0826 82.8922 68.0586V67.8569C82.8922 67.6312 82.8298 67.4631 82.6953 67.3575C82.6281 67.3047 82.5176 67.2615 82.3736 67.2278C82.532 67.2134 82.6617 67.1654 82.7626 67.079C82.873 66.9925 82.921 66.8581 82.921 66.6708C82.921 66.421 82.825 66.2434 82.6281 66.1329C82.508 66.0705 82.3592 66.0369 82.1815 66.0176C82.1431 66.0128 81.9942 66.0128 81.7156 66.0128H81.0913V68.2555H81.682L81.6868 67.4632ZM82.2295 66.9781C82.1527 67.0357 82.047 67.055 81.9125 67.055H81.6868V66.4018H81.8213C81.9702 66.4018 82.0806 66.4162 82.1671 66.4499C82.2871 66.5027 82.3496 66.5795 82.3496 66.7044C82.3496 66.834 82.3111 66.9157 82.2295 66.9781ZM83.4109 65.6959C83.0171 65.3021 82.5416 65.11 81.9798 65.11C81.4515 65.11 80.9857 65.2925 80.5919 65.6623C80.1645 66.0513 79.9532 66.5411 79.9532 67.1366C79.9532 67.7033 80.1453 68.1787 80.5439 68.5725C80.9281 68.9663 81.4083 69.1584 81.975 69.1584C82.5272 69.1584 83.0027 68.9711 83.3917 68.5917C83.7999 68.1883 83.9967 67.7081 83.9967 67.1366C84.0016 66.5699 83.8095 66.0945 83.4109 65.6959ZM83.166 65.9504C83.4877 66.2818 83.651 66.6756 83.651 67.1318C83.651 67.5928 83.4877 67.9866 83.166 68.3228C82.8394 68.6493 82.4552 68.8174 81.9846 68.8174C81.5188 68.8174 81.1346 68.6493 80.808 68.3276C80.4718 68.001 80.3134 67.6024 80.3134 67.1318C80.3134 66.6804 80.4718 66.277 80.7984 65.9504C81.125 65.6191 81.5188 65.451 81.9846 65.451C82.4456 65.451 82.8346 65.6191 83.166 65.9504ZM49.492 53.0514C49.492 49.2047 50.4477 46.4193 52.8681 46.4193C55.298 46.4193 56.2441 49.2047 56.2441 53.0514C56.2441 56.898 55.298 59.6834 52.8681 59.6834C50.4477 59.6834 49.492 56.898 49.492 53.0514ZM61.1089 53.0706C61.1089 47.1253 58.2947 42.3182 52.8489 42.3182C47.5279 42.3182 44.5888 47.1253 44.5888 53.0706C44.5888 59.0014 47.1197 63.823 52.8489 63.823C58.4676 63.823 61.1089 59.0014 61.1089 53.0706ZM87.8866 46.4193C89.5338 46.4193 90.4895 47.692 90.9505 49.6945H84.8468C85.2982 47.692 86.2635 46.4193 87.8866 46.4193ZM91.4836 55.1644C91.1762 57.8729 90.187 59.6834 88.2324 59.6834C85.8649 59.6834 84.8948 56.9989 84.8564 53.2771H91.6036V53.2819H96.4732V53.2771C96.5356 51.3129 96.1514 49.6945 96.1514 49.6945H96.1418C95.2534 45.4061 92.5833 42.3134 88.2132 42.3134C82.8922 42.3134 79.9532 47.1205 79.9532 53.0658C79.9532 58.9966 82.4888 63.8182 88.2132 63.8182C93.1548 63.8182 95.7913 60.0964 96.3531 55.1596L91.4836 55.1644Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M70.5604 59.6978C68.1352 59.6978 67.1603 56.9029 67.1603 53.037C67.1603 49.1711 68.1304 46.3666 70.5604 46.3666C73.0048 46.3666 73.9508 49.1711 73.9508 53.037C73.9508 56.9029 73.0048 59.6978 70.5604 59.6978ZM78.8012 64.5002C78.7867 62.9346 78.8012 42.2702 78.8012 42.2702H73.4658V43.4468C72.8175 42.7648 71.4776 42.3374 70.5411 42.3182C65.1914 42.1886 62.2427 47.0773 62.2427 53.0514C62.2427 59.0207 64.7928 63.8038 70.5508 63.8038C71.6745 63.8038 72.6638 63.3332 73.5474 62.9874C73.7923 67.1895 73.9364 81.0538 64.7255 81.3419C54.7463 81.5676 55.8316 67.1174 55.7452 66.7044C55.0681 66.7044 50.3137 66.7188 50.3137 66.7188C50.3137 66.7477 49.5838 84.9533 64.1348 84.9533C79.9009 84.9581 78.8204 66.0705 78.8012 64.5002ZM42.121 19.7809C35.1144 19.7809 31.1429 23.714 29.1979 28.3386L29.1835 28.3338C29.1547 28.4203 29.1211 28.5019 29.0923 28.5932C29.0779 28.6124 29.0682 28.6364 29.0634 28.6556C28.1318 31.1096 28.0213 33.1698 28.0213 33.4243C28.3431 44.9931 22.7964 45.7135 22.7964 45.7135C22.7052 44.7242 22.7964 32.2237 22.7964 32.2237H17.4658V63.8038H22.8156V50.6406C22.8156 50.1076 27.5411 50.6118 27.8629 56.6292C27.8917 57.167 27.8629 63.8038 27.8629 63.8038H33.5104C33.3903 62.9394 34.6582 48.8494 27.5939 48.7437C26.4702 48.7245 33.4144 47.1398 33.2031 36.7475C33.1502 34.428 33.4144 32.3342 33.9234 30.5237C35.0904 26.8067 37.1986 23.4643 41.5303 23.4066C51.2934 23.2818 50.1841 39.1871 50.3089 39.4368C50.9909 39.4368 55.7452 39.432 55.7452 39.432C55.7452 39.408 56.7056 19.7809 42.121 19.7809Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M55.481 97.7179C33.1838 95.917 14.5796 84.5403 6.39639 67.7178C1.85339 58.3676 1.14264 47.7641 4.41303 37.9962C6.70854 31.1432 9.98853 25.9663 15.5784 20.386C19.9053 16.0687 23.9441 13.1009 29.1498 10.4212C35.657 7.06915 41.6791 5.06178 49.3436 3.69792C53.8914 2.88633 66.68 2.88633 71.2951 3.69312C85.2938 6.14231 96.2624 11.5593 105.094 20.3716C109.373 24.6409 111.74 27.8536 114.089 32.5695C120.12 44.681 119.669 58.6174 112.864 70.5127C105.781 82.8931 92.0363 92.4065 75.8333 96.1427C70.5459 97.3529 60.5811 98.1261 55.481 97.7179ZM71.9386 94.0729C84.732 91.787 95.2971 86.4853 103.466 78.2493C119.779 61.7965 119.707 38.558 103.283 22.1629C99.139 18.0233 95.0762 15.1371 89.3998 12.3037C69.8015 2.51174 45.2712 3.41938 26.9744 14.6136C8.6823 25.8078 0.897723 45.0316 7.36166 63.0259C13.2157 79.3154 30.384 91.5805 51.4422 94.51C56.4126 95.2015 66.8625 94.9806 71.9386 94.0729Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4087_14091\">\\n<rect width=\"120.058\" height=\"99\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0.330078 0.864624)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1itycin\",layoutDependency:layoutDependency,layoutId:\"KE2P2w4nW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1p3y9xs\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"PrQbyNQwe\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14108)\">\\n<rect y=\"0.216553\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#010202\" style=\"fill:#010202;fill:color(display-p3 0.0039 0.0078 0.0078);fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"0.611427\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_14108)\">\\n<path d=\"M50.1845 87.0818C50.8417 88.826 51.7517 90.3174 52.9145 91.5559C54.0773 92.7945 55.4549 93.7424 57.0473 94.3997C58.6398 95.0569 60.3713 95.3855 62.2419 95.3855C64.062 95.3855 65.7681 95.0442 67.3607 94.3616C68.9532 93.679 70.3434 92.7185 71.5314 91.48C72.7194 90.2414 73.6421 88.7628 74.2993 87.0439C74.9566 85.325 75.2851 83.4041 75.2851 81.2806V48.521H83.2475V101.604H75.3609V96.6745C73.5915 98.5449 71.506 99.9857 69.1047 100.997C66.7032 102.008 64.1125 102.514 61.332 102.514C58.5007 102.514 55.8593 102.021 53.4073 101.035C50.9555 100.049 48.8321 98.6462 47.0375 96.8261C45.2429 95.0061 43.8272 92.8199 42.7909 90.2667C41.7545 87.7137 41.2363 84.8701 41.2363 81.7355V48.521H49.1987V81.2806C49.1987 83.4041 49.5272 85.3376 50.1845 87.0818ZM96.9724 48.521V67.8582C98.7418 66.0888 100.789 64.686 103.115 63.6496C105.44 62.6131 107.968 62.0949 110.698 62.0949C113.529 62.0949 116.183 62.6257 118.66 63.6873C121.138 64.7489 123.286 66.1898 125.106 68.0099C126.926 69.8299 128.367 71.9784 129.429 74.4556C130.49 76.9329 131.021 79.5617 131.021 82.3422C131.021 85.1226 130.49 87.7389 129.429 90.1907C128.367 92.6427 126.926 94.7787 125.106 96.5984C123.286 98.4185 121.138 99.8594 118.66 100.921C116.183 101.983 113.529 102.513 110.698 102.513C107.968 102.513 105.428 101.995 103.077 100.959C100.726 99.9225 98.666 98.5195 96.8966 96.7501V101.603H89.3134V48.521H96.9724ZM97.8445 87.5746C98.5269 89.1925 99.4749 90.608 100.688 91.8213C101.902 93.0346 103.317 93.9953 104.935 94.703C106.553 95.4108 108.297 95.7647 110.167 95.7647C111.987 95.7647 113.706 95.4108 115.324 94.703C116.942 93.9953 118.344 93.0348 119.533 91.8213C120.721 90.6082 121.668 89.1925 122.376 87.5746C123.084 85.9569 123.438 84.2128 123.438 82.3422C123.438 80.4717 123.084 78.7149 122.376 77.0718C121.668 75.4288 120.721 74.0007 119.533 72.7873C118.344 71.5742 116.942 70.6261 115.324 69.9437C113.706 69.2613 111.987 68.9198 110.167 68.9198C108.347 68.9198 106.629 69.2611 105.011 69.9437C103.393 70.6263 101.978 71.5742 100.764 72.7873C99.5509 74.0007 98.5903 75.4288 97.8825 77.0718C97.1748 78.7149 96.8209 80.4717 96.8209 82.3422C96.8207 84.2128 97.162 85.9569 97.8445 87.5746ZM135.343 74.5316C136.354 72.1049 137.744 69.969 139.513 68.1238C141.283 66.2786 143.381 64.8251 145.808 63.7635C148.234 62.7018 150.863 62.1711 153.694 62.1711C156.475 62.1711 159.053 62.6767 161.429 63.6876C163.805 64.6988 165.853 66.1017 167.571 67.8964C169.29 69.691 170.63 71.8145 171.59 74.2663C172.551 76.7183 173.031 79.385 173.031 82.2667V84.7692H141.561C141.814 86.3364 142.32 87.7899 143.078 89.1294C143.836 90.4691 144.784 91.6319 145.921 92.6177C147.059 93.6036 148.348 94.3747 149.789 94.9306C151.23 95.4866 152.759 95.7648 154.377 95.7648C158.977 95.7648 162.693 93.8689 165.524 90.0773L171.06 94.1721C169.139 96.7505 166.763 98.7727 163.932 100.239C161.101 101.705 157.916 102.438 154.377 102.438C151.495 102.438 148.803 101.932 146.301 100.921C143.798 99.9102 141.624 98.4945 139.779 96.6745C137.934 94.8544 136.481 92.7185 135.419 90.2667C134.357 87.8149 133.826 85.1479 133.826 82.2664C133.826 79.5365 134.332 76.9582 135.343 74.5316ZM145.997 71.5361C143.849 73.3308 142.421 75.7195 141.713 78.7023H165.297C164.639 75.7195 163.236 73.3308 161.088 71.5361C158.939 69.7415 156.424 68.8442 153.543 68.8442C150.661 68.8442 148.146 69.7415 145.997 71.5361ZM187.363 72.4081C185.746 74.1775 184.937 76.5788 184.937 79.6122V101.604H177.277V62.9292H184.861V67.7067C185.821 66.1395 187.072 64.9008 188.614 63.9909C190.156 63.0807 191.989 62.6257 194.112 62.6257H196.766V69.7539H193.581C191.054 69.7541 188.981 70.6387 187.363 72.4081Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14108\" x=\"-6.0994\" y=\"-1.00333\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14108\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14108\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14108\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14108\" result=\"effect2_dropShadow_4087_14108\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14108\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14108\">\\n<rect width=\"155.53\" height=\"54\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(41.2344 48.5172)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bw54a8\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"eJjKqFxUX\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(230, 38, 0)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6f6pbs\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:181,layoutDependency:layoutDependency,layoutId:\"YYUaAOPsR\",svg:'<svg width=\"181\" height=\"32\" viewBox=\"0 0 181 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.2214 0.685932L36.1451 3.31758C38.0132 4.84655 38.6924 9.17673 35.8903 12.9982C32.586 17.5036 28.0777 21.2342 25.2756 18.3468C24.7728 17.8249 24.3713 17.2143 24.0914 16.5459C27.2924 13.6471 31.0173 9.68734 32.2393 6.11974C33.5134 3.14801 32.6637 0.855507 28.7579 2.04439C24.8521 3.23327 17.1249 11.2144 18.6529 18.2624L18.6624 18.3051C16.8066 19.404 14.2185 20.7529 12.1988 17.4137C9.99063 13.7627 15.6802 5.01707 18.6519 2.46973C17.0387 3.14896 14.2365 3.14896 12.4527 2.97939C10.4993 2.64025 4.64113 1.62094 2.51819 5.18759L0.819656 8.07406C0.480516 8.66803 0.990173 8.75328 1.41457 8.32888C1.83897 7.90449 4.04716 7.22526 5.57518 7.5644C7.10415 7.90354 11.6039 7.64966 12.4527 7.22526C10.6699 9.09337 4.21673 16.6501 7.78243 21.1508C11.3481 25.6515 17.7169 21.5752 19.0763 20.6412C19.1531 20.5881 19.2573 20.5142 19.3852 20.4214C21.6322 24.906 26.9239 23.3353 30.9642 20.6412C35.5502 17.5842 43.447 11.3016 43.7018 5.01802C43.788 2.63836 42.26 0.600674 40.2214 0.685932ZM26.041 7.13906C27.0603 6.205 28.2492 5.86587 27.6543 7.64872C26.8028 10.2007 25.4097 12.5383 23.5704 14.5016C23.2843 11.8955 24.2421 8.99201 26.041 7.13906ZM87.3826 8.19721C85.0048 8.02669 79.3162 7.43272 73.2875 14.9052C72.8683 15.4188 72.4868 15.9621 72.146 16.5308C70.8747 17.605 69.1989 18.8432 66.8078 18.4339C65.6928 18.2426 65.0316 17.6221 64.6773 16.8348C68.1057 14.3709 72.1346 11.0998 74.7899 6.88613C76.1484 4.84845 77.5068 1.11223 73.1766 1.7062C68.8455 2.30111 60.5243 10.6223 60.0999 16.5658C60.079 16.8614 60.0677 17.1399 60.0658 17.407C57.9741 18.541 56.1515 18.9729 54.8347 18.4349C53.0585 17.7073 52.6663 16.2125 54.8944 12.6363C56.4489 12.498 57.5526 11.7307 58.9953 9.60397C59.4197 8.83949 56.7881 8.33078 54.8347 8.24552C52.8813 8.16026 42.692 9.26389 39.3802 17.7556C38.701 19.9629 39.1254 22.5945 41.3335 22.6798C43.5417 22.765 46.4282 21.0665 49.5705 17.5851C49.3156 20.4725 49.6548 23.1042 52.2021 23.0189C54.7343 22.9346 56.8468 22.3463 60.3737 19.8388C61.2158 22.5443 63.5566 22.5945 64.5987 22.5945C65.7648 22.5945 68.1843 21.9039 71.21 19.0222C70.9467 21.1934 72.558 22.1635 73.2865 22.2923C74.7302 22.5481 76.8532 21.9532 79.9945 19.6607C79.3153 21.3592 76.0034 28.5759 73.9658 28.322C73.2865 28.1515 73.4561 26.3686 74.051 25.265C72.2672 25.4346 69.1259 27.387 69.1259 29.4256C69.1259 31.4643 69.7313 32.6778 74.4754 30.6145C78.3812 28.916 83.3916 23.4822 88.9959 12.2745C89.2062 11.8122 89.083 11.5791 88.8339 11.4607C89.2725 11.0995 89.6951 10.7193 90.1004 10.3211C91.1226 9.29799 89.7604 8.36678 87.3826 8.19721ZM43.8809 17.3303C42.098 16.3119 44.22 13.7636 44.9845 13.0844C45.6922 12.4554 46.7626 10.9558 52.7705 12.282C51.0634 14.4713 46.1156 18.6073 43.8809 17.3303ZM64.3657 14.3983C64.431 13.7693 64.5835 13.1848 64.7692 12.7443C65.4484 11.131 67.5714 7.48009 69.0141 6.46077C70.4578 5.44146 71.3919 6.03638 70.5431 7.64966C69.8288 9.00811 67.128 12.0518 64.3657 14.3983ZM79.4858 17.1124C78.2969 18.1317 76.5984 18.0465 75.9191 17.4515C75.2399 16.8576 75.3252 14.6494 77.0237 13.4614C78.9723 12.0973 80.4198 11.1689 83.3925 12.0177C83.6057 12.1068 83.8567 12.1987 84.1267 12.2868C82.9908 14.6409 80.5392 16.2096 79.4858 17.1124ZM179.875 17.5955C179.366 18.0199 177.582 18.2757 176.478 18.1905C175.375 18.1052 172.487 17.5112 171.722 17.5112C172.231 16.0675 172.316 14.4542 172.316 13.0105C172.316 11.5678 171.893 8.51077 172.572 7.83059C173.251 7.15137 172.997 6.06385 171.893 6.133C170.534 6.21826 169.854 6.89749 169.43 7.23663C169.004 7.57671 163.231 13.775 158.986 16.5772C155.557 18.8403 155.08 17.8513 154.401 17.426C153.721 17.0006 153.211 14.0298 158.56 10.2084C160.09 9.35957 158.731 7.32094 157.287 8.00016C155.844 8.67939 148.711 13.5192 147.183 14.9629C148.2 13.5202 150.069 10.4632 150.324 9.6987C150.757 8.39993 149.73 7.23568 147.946 8.67939C146.163 10.1231 136.908 17.0859 132.747 18.6139C130.559 19.4172 129.008 19.187 128.212 18.3714C131.582 17.2261 135.773 15.4101 138.181 12.4147C139.539 10.5466 139.454 7.82965 135.888 7.82965C132.32 7.82965 126.122 11.2258 123.745 15.6422C123.361 16.3403 123.056 17.079 122.835 17.8447C119.64 18.9047 114.016 20.1419 111.754 18.6603C115.062 17.173 118.637 15.5351 120.932 13.3544C124.329 10.1278 120.932 8.25973 119.998 8.17448C119.066 8.09017 108.535 8.17447 106.326 17.7698C106.315 17.8229 106.307 17.875 106.299 17.929C101.283 20.3589 100.906 17.9877 100.906 16.0675C100.906 14.0298 104.471 10.719 105.32 10.1241C106.169 9.53009 106.086 8.7656 105.831 8.3412C105.575 7.9168 105.831 7.40714 103.792 8.00111C101.755 8.59508 100.565 8.93517 98.8669 8.93517C98.8669 8.93517 99.1227 8.42551 99.6333 7.57672C100.142 6.72792 99.7167 6.133 98.8669 6.64266C97.3389 7.49146 94.6229 9.44483 94.5377 11.2277C94.5121 11.7563 94.5026 12.2404 94.5983 12.6354C92.7463 14.7564 88.7325 18.9748 87.7852 19.9809C86.4268 21.4236 87.1912 21.4236 89.0593 20.1514C90.4595 19.1965 93.6737 15.8572 95.7664 13.6358C96.3272 13.7153 97.1286 13.6376 98.273 13.3516C96.7449 15.1344 93.2645 19.0402 95.7256 22.0129C98.0882 24.8633 102.869 23.0274 106.777 21.0011C107.538 22.3776 109.054 23.341 111.168 23.2908C114.18 23.2188 119.309 21.6946 122.623 20.302C122.902 22.1256 124.321 23.216 126.634 23.1155C130.54 22.946 136.569 19.7194 140.901 16.6624L138.013 21.3327C137.334 22.7755 138.523 23.1155 139.541 22.7755C140.56 22.4363 142.259 22.011 144.807 19.8037C147.353 17.5955 148.713 16.831 149.732 16.2371C148.713 17.6798 147.523 20.0576 148.713 21.5023C149.901 22.945 152.337 23.0616 154.741 21.9267C157.798 20.483 163.997 15.6431 166.628 13.0958C166.969 14.1994 166.884 16.5772 166.714 17.8513C165.271 18.1905 162.893 18.7844 161.791 19.889C160.686 20.9926 160.261 22.6059 162.893 22.6059C163.742 22.6059 165.696 22.1815 166.97 21.8414C169.941 22.011 175.886 22.945 177.414 21.5023C178.687 20.3977 179.877 18.9549 180.385 18.1052C180.977 17.3417 180.384 17.1711 179.875 17.5955ZM110.726 16.5563C110.63 14.1918 112.423 12.2536 113.799 11.4872C115.327 10.6384 117.026 11.2324 115.498 13.1005C114.528 14.2856 112.808 15.5939 110.726 16.5563ZM127.992 15.0491C129.478 11.6786 131.983 11.3982 132.321 11.3129C132.915 11.1642 134.275 11.6521 132.832 13.181C131.77 14.3036 129.885 15.4688 127.624 16.3214C127.674 15.9216 127.796 15.4925 127.992 15.0491ZM135.819 28.8544C136.546 28.7256 136.941 28.1145 136.941 27.4078C136.941 26.3146 136.172 25.8325 135.161 25.8325H133.169V30.9536H134.499V28.9842H134.514L135.771 30.9536H137.428L135.819 28.8544ZM134.629 28.1278H134.499V26.8499H134.629C135.064 26.8499 135.555 26.9313 135.555 27.4884C135.555 28.0454 135.064 28.1278 134.629 28.1278ZM88.094 25.8315H86.206V30.9527H88.094C89.5141 30.9527 90.6954 29.832 90.6954 28.3921C90.6954 26.9522 89.5198 25.8315 88.094 25.8315ZM87.8354 29.8254H87.537V26.9598H87.8496C88.7051 26.9598 89.3104 27.476 89.3104 28.393C89.3094 29.3906 88.6302 29.8254 87.8354 29.8254ZM95.4102 28.8544C96.1358 28.7256 96.5299 28.1145 96.5299 27.4078C96.5299 26.3146 95.7635 25.8325 94.7499 25.8325H92.7605V30.9536H94.0906V28.9842H94.1057L95.3618 30.9536H97.0197L95.4102 28.8544ZM94.2203 28.1278H94.0906V26.8499H94.2203C94.6552 26.8499 95.144 26.9313 95.144 27.4884C95.144 28.0454 94.6552 28.1278 94.2203 28.1278ZM101.7 28.5285C101.7 29.1945 101.652 29.922 100.798 29.922C99.9412 29.922 99.8929 29.1945 99.8929 28.5285V25.8315H98.5628V28.7113C98.5628 29.3707 98.5903 30.0234 99.099 30.5188C99.5263 30.9394 100.2 31.0901 100.798 31.0901C101.395 31.0901 102.067 30.9404 102.496 30.5188C103.005 30.0234 103.032 29.3707 103.032 28.7113V25.8315H101.7V28.5285ZM107.923 29.1405H109.009C108.955 29.7316 108.513 30.03 107.936 30.03C107.06 30.03 106.585 29.221 106.585 28.4272C106.585 27.6456 107.039 26.8101 107.915 26.8101C108.451 26.8101 108.84 27.1369 109.023 27.6248L110.287 27.0943C109.844 26.1365 109.031 25.661 107.976 25.661C106.326 25.661 105.199 26.7542 105.199 28.4186C105.199 30.0291 106.32 31.1223 107.93 31.1223C108.784 31.1223 109.539 30.8163 110.041 30.1162C110.498 29.4777 110.552 28.8392 110.565 28.0918H107.923V29.1405ZM117.041 27.8294L116.703 27.7271C116.472 27.6532 116.111 27.5376 116.111 27.2383C116.111 26.9522 116.439 26.8101 116.683 26.8101C117.009 26.8101 117.322 26.9465 117.566 27.1492L118.096 26.1166C117.603 25.8504 117.054 25.7062 116.494 25.696C115.469 25.696 114.727 26.3753 114.727 27.4145C114.727 28.4063 115.278 28.6223 116.113 28.861C116.4 28.9425 116.922 29.0713 116.922 29.4446C116.922 29.8046 116.588 29.9609 116.276 29.9609C115.821 29.9609 115.428 29.7231 115.095 29.4304L114.523 30.5046C115.05 30.8782 115.678 31.0819 116.323 31.0882C116.839 31.0882 117.376 30.9461 117.777 30.606C118.185 30.2593 118.307 29.7363 118.307 29.2267C118.305 28.3987 117.755 28.0397 117.041 27.8294ZM119.724 26.9598H120.823V30.9536H122.155V26.9598H123.256V25.8315H119.724V26.9598ZM128.009 25.6619C126.534 25.6619 125.177 26.7485 125.177 28.2974C125.177 29.9552 126.365 31.1232 128.009 31.1232C129.652 31.1232 130.842 29.9552 130.842 28.2974C130.842 26.7485 129.483 25.6619 128.009 25.6619ZM128.009 29.833C127.213 29.833 126.563 29.1869 126.563 28.305C126.563 27.5983 127.214 26.9522 128.009 26.9522C128.803 26.9522 129.456 27.5983 129.456 28.305C129.456 29.1869 128.803 29.833 128.009 29.833ZM139.131 30.9536H142.045V29.8254H140.461V28.9434H141.963V27.8152H140.461V26.9598H142.045V25.8315H139.131V30.9536ZM146.164 27.8294L145.825 27.7271C145.594 27.6532 145.233 27.5376 145.233 27.2383C145.233 26.9522 145.561 26.8101 145.806 26.8101C146.131 26.8101 146.444 26.9465 146.688 27.1492L147.22 26.1166C146.727 25.8504 146.177 25.7061 145.616 25.696C144.591 25.696 143.849 26.3753 143.849 27.4145C143.849 28.4063 144.401 28.6223 145.235 28.861C145.522 28.9425 146.044 29.0713 146.044 29.4446C146.044 29.8046 145.711 29.9609 145.4 29.9609C144.945 29.9609 144.549 29.7231 144.218 29.4304L143.646 30.5046C144.172 30.8782 144.8 31.0819 145.446 31.0882C145.962 31.0882 146.498 30.9461 146.9 30.606C147.307 30.2593 147.429 29.7363 147.429 29.2267C147.427 28.3987 146.878 28.0397 146.164 27.8294Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-100gtsc\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"wvzzUCeNo\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(0, 93, 170)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15a6xuy\",\"data-framer-name\":\"Costco Wholesale logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:58,intrinsicWidth:160,layoutDependency:layoutDependency,layoutId:\"mwhQ2lanG\",svg:'<svg width=\"160\" height=\"58\" viewBox=\"0 0 160 58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M153.256 17.3344C150.727 14.2683 146.265 12.51 141.017 12.51C135.465 12.51 130.466 14.3982 127.004 17.4627L127.569 13.9247L126.068 13.4782C123.943 12.8449 121.584 12.51 119.244 12.51C115.224 12.51 111.38 13.7529 108.274 15.801L109.168 12.856H85.1298L84.8447 13.7965C82.7088 12.9375 80.3592 12.51 77.7118 12.51C72.7631 12.51 67.4067 14.4306 64.6256 18.1285C64.4435 17.8577 64.2527 17.5909 64.0405 17.3344C61.5112 14.2683 57.0501 12.51 51.8014 12.51C46.4133 12.51 41.5406 14.2865 38.0937 17.1935L39.4355 9.03539L37.9108 8.59445C35.307 7.84158 32.4135 7.44336 29.5421 7.44336C19.0082 7.44336 9.42029 14.1393 7.71504 22.6861C6.98908 26.3222 7.83695 29.8444 10.1003 32.6049C12.0296 34.9569 14.8788 36.6337 18.264 37.4903H7.82745V50.8394H60.9887L61.071 50.6763L61.0813 50.8394H67.4803L68.348 49.4246L68.0796 50.8394H82.5473L82.7595 49.7239C84.0309 50.5472 85.6815 50.9945 87.5823 50.9945C89.2812 50.9945 90.8575 50.6422 92.216 50.016L92.06 50.8394H112.345L112.38 50.6581C113.32 50.8702 114.308 50.9953 115.252 50.9953C115.825 50.9953 116.416 50.9439 117.003 50.8401H124.737L125.311 49.6218H125.826L125.984 50.8401H149.837L151.023 44.5939H150.587L150.75 43.7357H151.062L152.25 37.4903H151.589C152.128 37.0034 152.52 36.378 152.655 35.6663C152.815 34.8208 152.596 33.9602 152.053 33.3063C151.912 33.1369 151.751 32.9881 151.577 32.8543C153.469 30.9107 154.781 28.5587 155.29 25.9145C155.913 22.6711 155.211 19.7039 153.256 17.3344ZM139.456 44.1268H138.723L139.828 38.3192C140.08 38.2867 140.331 38.2503 140.58 38.2107L139.456 44.1268ZM122.384 25.2345C122.308 25.6224 122.256 26.0056 122.217 26.3832C120.607 27.4599 119.099 27.9689 117.486 27.9689C116.394 27.9689 115.449 27.6126 114.957 27.0157C114.677 26.6769 114.583 26.2977 114.67 25.8567C114.957 24.3692 116.975 23.0645 118.987 23.0645C120.246 23.0645 121.428 23.5094 122.588 24.4199C122.516 24.6898 122.436 24.9582 122.384 25.2345ZM124.013 37.4895L123.228 38.7839L122.575 38.4181C122.145 38.1767 121.683 37.9906 121.208 37.8291C121.556 37.746 121.881 37.6526 122.165 37.5496L123.081 37.2172L123.981 33.2707C124.103 33.4401 124.218 33.6135 124.353 33.7766C125.711 35.4224 127.668 36.6812 130.032 37.4887L124.013 37.4895ZM131.98 38.0357L131.667 39.6784L131.232 37.8536C131.479 37.9178 131.726 37.9803 131.98 38.0357ZM139.634 23.2371C140.614 23.2371 141.368 23.4976 141.759 23.9702C142.118 24.4056 142.105 24.9606 142.028 25.3509C141.717 26.9603 140.064 28.0845 138.005 28.0845C137.004 28.0845 136.212 27.8201 135.832 27.3593C135.569 27.0403 135.491 26.593 135.6 26.0285C135.867 24.6415 137.339 23.2371 139.634 23.2371ZM94.3638 38.6889C94.0819 38.4981 93.7755 38.3294 93.4557 38.1774H94.4619L94.3638 38.6889ZM88.8292 44.1252C88.6994 44.2408 88.488 44.3184 88.2434 44.3326C88.3684 44.225 88.5648 44.1363 88.8292 44.1252ZM87.2562 23.3875L86.0623 27.3174C85.9855 26.2676 85.6586 25.3137 85.0854 24.465C84.8487 24.1175 84.5669 23.8008 84.2565 23.5L87.2562 23.3875ZM52.8115 25.3501C52.5004 26.9603 50.8458 28.0845 48.7883 28.0845C47.7876 28.0845 46.9952 27.8201 46.6152 27.3593C46.3515 27.0403 46.274 26.593 46.3832 26.0285C46.6516 24.6407 48.1233 23.2371 50.4175 23.2371C51.3976 23.2371 52.1529 23.4976 52.5432 23.9702C52.901 24.4056 52.8868 24.9614 52.8115 25.3501ZM66.6079 38.1284L66.5691 38.2107L66.5612 38.1212C66.577 38.1228 66.5921 38.126 66.6079 38.1284ZM84.3705 32.8962L82.9764 37.4895H77.6224C80.3592 36.5862 82.8133 35.0717 84.3705 32.8962ZM84.9516 38.1774H85.2501C85.1393 38.2241 85.0316 38.2717 84.9247 38.3215L84.9516 38.1774ZM27.35 26.1291C25.822 26.1291 24.4984 25.6271 23.8088 24.7872C23.4098 24.3011 23.276 23.7628 23.3995 23.1421C23.7985 21.1431 26.4641 19.4545 29.2199 19.4545C31.0803 19.4545 32.8037 20.1528 34.4868 21.5786C34.0419 22.4098 33.688 23.2807 33.4307 24.1887C31.3748 25.5045 29.4328 26.1291 27.35 26.1291ZM58.8424 35.5934L60.5818 36.3764C61.5428 36.8087 62.6108 37.1784 63.7286 37.4903H60.4931L60.1463 38.1846L60.102 37.4903H54.5081C56.0724 37.0097 57.5251 36.3708 58.8424 35.5934ZM101.233 44.1268L102.495 37.4895H96.3706L100.662 23.3464L101.971 23.3962C101.729 24.0422 101.526 24.7001 101.394 25.3786C100.783 28.5349 101.525 31.5813 103.485 33.9555C104.777 35.5206 106.55 36.7097 108.625 37.4887H103.228L101.965 44.126L101.233 44.1268ZM33.0175 36.9931L33.9398 36.6685L34.7457 33.2438C34.8747 33.4235 34.9951 33.6056 35.1376 33.7774C36.4953 35.4232 38.4523 36.682 40.8146 37.4895H31.047C31.7857 37.3509 32.4649 37.1871 33.0175 36.9931ZM143.725 37.4895C144.518 37.2449 145.282 36.9614 146.016 36.6392C146.124 36.8973 146.254 37.1467 146.436 37.366C146.474 37.4119 146.525 37.4467 146.565 37.4895H143.725Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M58.4259 39.2771L58.7948 45.1109H58.8882C59.079 44.5148 59.2912 43.8925 59.5889 43.309L61.5997 39.2771H64.8669L65.3609 45.1109H65.4543C65.6245 44.5401 65.8161 43.9432 66.0774 43.3866L68.0407 39.2771H72.4748L66.4787 49.0518H62.7603L62.4325 43.7366H62.2924C62.1499 44.2432 62.0248 44.7348 61.7937 45.2146L59.8818 49.0518H56.256L54.0068 39.2771H58.4259Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M72.1639 39.2769H76.2711L75.6457 42.5695H78.2589L78.8851 39.2769H82.9923L81.1351 49.0516H77.0279L77.6731 45.6554H75.059L74.4138 49.0516H70.3066L72.1639 39.2769Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M95.0211 44.1899C94.425 47.3273 91.1578 49.2067 87.5811 49.2067C84.0019 49.2067 81.4488 47.3265 82.0457 44.1899C82.6292 41.1174 85.9344 39.1208 89.4969 39.1208C93.0594 39.1208 95.6038 41.1174 95.0211 44.1899ZM86.3302 44.2413C86.1172 45.356 86.8749 46.1215 88.1661 46.1215C89.4581 46.1215 90.5055 45.356 90.7184 44.2413C90.9148 43.2035 90.2403 42.3358 88.8865 42.3358C87.5312 42.3366 86.5265 43.2043 86.3302 44.2413ZM95.9553 39.2768H100.218L98.9565 45.9141H102.536L101.939 49.0507H94.0973L95.9553 39.2768ZM112.621 45.5507L112.811 45.694C113.479 46.1865 114.32 46.5886 115.301 46.5886C115.722 46.5886 116.418 46.4453 116.501 46.0052C116.585 45.565 116.033 45.5262 115.658 45.4605L114.825 45.3315C113.207 45.0845 111.964 44.2675 112.253 42.7387C112.695 40.4184 115.476 39.1216 118.028 39.1216C119.366 39.1216 120.544 39.3948 121.584 39.9774L119.957 42.4799C119.305 42.065 118.542 41.7405 117.623 41.7405C117.25 41.7405 116.683 41.856 116.608 42.2582C116.539 42.6208 117.057 42.6731 117.372 42.738L118.303 42.9193C120.043 43.2573 121.198 44.0601 120.883 45.7194C120.438 48.0532 117.668 49.2067 115.132 49.2067C113.655 49.2067 112.006 48.8694 110.79 48.3121L112.621 45.5507Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M127.267 45.5123L127.097 43.788C127.051 43.3732 127.054 42.9457 127.056 42.5301H126.9L125.557 45.5123H127.267ZM123.556 49.0518H119.044L124.978 39.2771H129.692L132.019 49.0518H127.508L127.351 47.8334H124.131L123.556 49.0518Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M133.521 39.2771H137.784L136.523 45.9144H140.102L139.505 49.051H131.664L133.521 39.2771ZM142.154 39.2771H150.043L149.535 41.9482H145.94L145.763 42.8816H149.045L148.563 45.4228H145.28L145.099 46.3815H148.818L148.309 49.0518H140.296L142.154 39.2771Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M84.3114 21.7099L89.6939 21.508L85.1775 36.3906H94.835L99.3499 21.508L104.611 21.7099L106.755 14.6435H86.4536L84.3114 21.7099ZM64.3147 25.5741C62.9641 32.5526 55.5652 36.7358 47.4585 36.7358C39.3526 36.7358 33.5711 32.5534 34.9217 25.5741C36.2438 18.738 43.729 14.2975 51.8 14.2975C59.8703 14.2975 65.6368 18.7388 64.3147 25.5741ZM44.6259 25.6896C44.147 28.1699 45.8625 29.872 48.7861 29.872C51.7114 29.872 54.0848 28.1707 54.5645 25.6896C55.011 23.3827 53.4815 21.4511 50.4154 21.4511C47.3493 21.4495 45.0724 23.3827 44.6259 25.6896Z\" fill=\"#E31837\" style=\"fill:#E31837;fill:color(display-p3 0.8902 0.0941 0.2157);fill-opacity:1;\"/>\\n<path d=\"M61.3153 34.7455C64.0711 35.9845 67.803 36.7358 71.151 36.7358C76.8961 36.7358 83.1724 34.1692 84.1763 28.9774C84.8904 25.2859 82.2771 23.4975 78.333 22.7478L76.2256 22.3441C75.5131 22.1992 74.3375 22.0844 74.4934 21.2761C74.666 20.3823 75.9501 20.1219 76.7964 20.1219C78.8745 20.1219 80.6043 20.8431 82.0815 21.7662L85.766 16.1999C83.4084 14.9024 80.742 14.2976 77.7107 14.2976C71.9308 14.2976 65.6275 17.1816 64.6293 22.3441C63.9706 25.7474 66.7913 27.5643 70.4559 28.113L72.3385 28.4003C73.1919 28.546 74.4443 28.6315 74.2543 29.6116C74.0643 30.5916 72.4881 30.9091 71.5358 30.9091C69.3151 30.9091 67.4088 30.0153 65.8943 28.9196L65.4629 28.6022L61.3153 34.7455ZM125.555 15.1914C123.623 14.6142 121.428 14.2976 119.242 14.2976C111.454 14.2976 104.375 19.3737 103.147 25.7189C101.947 31.9201 106.937 36.7366 114.515 36.7366C116.24 36.7366 119.885 36.4769 121.555 35.8713L123.41 27.7385C121.618 28.9782 119.707 29.7572 117.486 29.7572C114.598 29.7572 112.451 27.9111 112.915 25.5187C113.373 23.1532 116.098 21.2793 118.987 21.2793C121.172 21.2793 122.915 22.2887 124.239 23.4722L125.555 15.1914ZM141.018 14.2976C132.948 14.2976 125.462 18.738 124.14 25.5741C122.79 32.5526 128.571 36.7358 136.678 36.7358C144.783 36.7358 152.184 32.5534 153.533 25.5741C154.854 18.7388 149.087 14.2976 141.018 14.2976ZM139.634 21.4495C142.7 21.4495 144.231 23.3811 143.782 25.6881C143.303 28.1684 140.929 29.8705 138.004 29.8705C135.079 29.8705 133.364 28.1691 133.844 25.6881C134.29 23.3827 136.568 21.4495 139.634 21.4495ZM37.4133 10.3107C35.0027 9.61329 32.2667 9.2301 29.541 9.2301C19.8265 9.2301 10.997 15.3655 9.46671 23.0352C7.97125 30.5307 14.1938 36.3518 23.6439 36.3518C25.798 36.3518 30.3445 36.0383 32.4243 35.3068L34.7383 25.4751C32.505 26.9745 30.1197 27.9158 27.3497 27.9158C23.7452 27.9158 21.0702 25.6841 21.6473 22.7898C22.2181 19.9319 25.6159 17.6645 29.2196 17.6645C31.9445 17.6645 34.1184 18.8853 35.7675 20.3142L37.4133 10.3107Z\" fill=\"#E31837\" style=\"fill:#E31837;fill:color(display-p3 0.8902 0.0941 0.2157);fill-opacity:1;\"/>\\n<path d=\"M147.59 35.333C147.735 34.5737 148.581 33.9618 149.503 33.9618C150.417 33.9618 151.037 34.5737 150.893 35.333C150.747 36.0969 149.896 36.7089 148.98 36.7089C148.06 36.7089 147.446 36.0961 147.59 35.333ZM150.462 35.333C150.578 34.7218 150.139 34.3204 149.433 34.3204C148.716 34.3204 148.137 34.7218 148.022 35.333C147.905 35.9449 148.331 36.3502 149.049 36.3502C149.755 36.3502 150.346 35.9457 150.462 35.333ZM149.874 36.051H149.448L149.179 35.4422H148.9L148.784 36.051H148.422L148.695 34.6133H149.531C149.9 34.6133 150.1 34.7155 150.037 35.0535C149.988 35.2997 149.796 35.4264 149.573 35.4438L149.874 36.051ZM149.345 35.1675C149.527 35.1675 149.683 35.1675 149.713 35.0139C149.737 34.8872 149.58 34.8872 149.398 34.8872H149.006L148.954 35.1675H149.345Z\" fill=\"#E31837\" style=\"fill:#E31837;fill:color(display-p3 0.8902 0.0941 0.2157);fill-opacity:1;\"/>\\n<path d=\"M10.1426 49.0676H55.3412L55.338 49.0518H55.3008L54.7292 46.566H10.1426V49.0676ZM10.1426 45.5146H54.487L53.9107 43.0138H10.1426V45.5146ZM10.1426 41.9466H53.651L53.4554 41.0354L53.0557 39.2961H10.1426V41.9466ZM104.589 39.2771H112.477L111.97 41.9482H108.376L108.198 42.8816H111.48L110.998 45.4228H107.715L107.533 46.3815H111.252L110.744 49.0518H102.73L104.589 39.2771Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ljez8e\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"byj9Bn1Xk\",style:{\"--border-bottom-width\":\"0.6296666860580444px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.6296666860580444px\",\"--border-right-width\":\"0.6296666860580444px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6296666860580444px\",backgroundColor:\"rgb(246, 211, 48)\",borderBottomLeftRadius:20.15,borderBottomRightRadius:20.15,borderTopLeftRadius:20.15,borderTopRightRadius:20.15,boxShadow:\"0px 5.0373334884643555px 7.556000232696533px -1.2593333721160889px rgba(18, 24, 36, 0.05999999865889549), 0px 2.5186667442321777px 5.0373334884643555px -2.5186667442321777px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uja8ug\",\"data-framer-name\":\"logotype\",layoutDependency:layoutDependency,layoutId:\"LBX108lmo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c816h2\",\"data-framer-name\":\"square\",layoutDependency:layoutDependency,layoutId:\"ZsIavl1hA\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6ccvom\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:84,intrinsicWidth:91,layoutDependency:layoutDependency,layoutId:\"wSH7XUohy\",svg:'<svg width=\"91\" height=\"84\" viewBox=\"0 0 91 84\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4088_3069)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.436 81.7732L15.3783 65.1909C9.93027 61.3365 5.7331 58.1641 0.688838 54.5105C-1.69275 37.0434 2.70629 27.5675 9.16302 18.5733C17.1939 8.41472 30.1073 0.825958 45.5634 0.825958C61.02 0.986137 73.9738 8.73572 81.6015 18.8943C88.7437 28.5311 92.578 40.657 89.7927 54.9923L75.8705 65.1909L73.8115 81.7732H51.7384C50.3661 82.8582 48.5103 83.8612 45.5634 83.942C42.6579 83.8612 40.8417 82.8582 39.3487 81.7732H17.436Z\" fill=\"#CC2229\" style=\"fill:#CC2229;fill:color(display-p3 0.8000 0.1333 0.1608);fill-opacity:1;\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M45.5635 58.7667C44.3931 43.3076 44.0705 24.2349 43.102 8.93725C41.4475 8.53553 39.1068 8.6563 37.1698 8.97729C35.2328 9.57987 33.8204 10.1017 32.1658 11.0253C35.1926 25.721 38.7036 44.432 41.6902 59.0076C37.6144 44.8337 32.1658 27.0863 28.1309 12.9525C26.1939 13.3542 24.2972 14.438 22.9256 15.5624C21.4729 16.6868 20.6252 17.5303 19.2932 19.5376C25.1443 31.9851 32.1658 47.8453 38.0584 60.2121C31.2375 48.9691 22.9646 34.1532 16.1041 22.991C14.7728 24.1555 13.7634 24.9989 12.4314 27.2471C11.3013 29.0542 10.7366 31.1823 10.4945 33.2303C18.0008 42.3452 26.9593 53.2666 34.5058 62.3402C26.6373 54.7915 16.9512 45.0746 9.16314 37.5259C8.39654 39.0514 7.9123 40.3366 7.67018 42.8658C7.38781 45.3149 7.87205 48.2458 8.39654 50.0128L23.6105 61.2558L25.2248 73.7433L41.9726 73.8635C43.1832 75.2688 43.5863 75.9916 45.5641 76.1117C47.4602 75.9916 48.5507 74.8271 49.0349 73.8635H65.7412L67.4354 61.3359L82.5292 50.173C83.0933 48.3265 83.4562 45.4751 83.2556 43.026C83.0134 40.376 82.5292 39.0508 81.8833 37.6454C74.055 45.1541 64.3287 54.8715 56.5406 62.4196C64.1268 53.4255 73.0054 42.4635 80.5916 33.2691C80.1885 31.2217 79.7043 29.1331 78.493 27.3266C77.0806 25.0778 76.2731 24.2349 74.982 23.0304C68.0819 34.1526 59.6876 49.0899 52.8673 60.2515C58.9216 47.8447 65.7814 31.9845 71.7143 19.6984C70.4232 17.7305 69.4944 16.7269 68.2033 15.6832C66.6701 14.5187 64.7733 13.435 62.9169 12.9932C58.6795 27.0863 53.4742 44.9945 49.3575 59.0476C52.2221 44.472 55.8143 25.9219 58.6795 11.2668C57.2274 10.2225 55.8149 9.70064 53.9169 9.13874C51.7385 8.73702 49.5997 8.65694 47.9042 8.93788C46.7747 24.3557 46.7332 43.3883 45.5635 58.7667V58.7667Z\" fill=\"#F6D330\" style=\"fill:#F6D330;fill:color(display-p3 0.9647 0.8275 0.1882);fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4088_3069\">\\n<rect width=\"90.672\" height=\"83.116\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0.0332031 0.825958)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bu0zdz\",layoutDependency:layoutDependency,layoutId:\"f8wMxwr20\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16dr99k\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:153,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"L69LpQB0Z\",svg:'<svg width=\"238\" height=\"153\" viewBox=\"0 0 238 153\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_13572)\">\\n<rect y=\"0.94397\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#CC0000\" style=\"fill:#CC0000;fill:color(display-p3 0.8000 0.0000 0.0000);fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"1.33884\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_13572)\">\\n<path d=\"M35.2979 -7.46344H203.298V160.537H35.2979V-7.46344Z\" fill=\"#CC0000\" style=\"fill:#CC0000;fill:color(display-p3 0.8000 0.0000 0.0000);fill-opacity:1;\"/>\\n<path d=\"M167.51 108.157V105.581H167.576C167.986 105.697 168.412 105.752 168.839 105.745C170.02 105.745 170.578 105.335 170.988 104.154L171.595 102.513L166.181 88.4693H169.528L172.186 95.9834C172.629 97.2467 173.121 98.9857 173.121 98.9857H173.187C173.187 98.9857 173.646 97.2467 174.105 95.9834L176.648 88.4693H179.897L174.105 104.318C173.023 107.402 171.94 108.337 169.462 108.337H169.101C168.566 108.343 168.033 108.288 167.51 108.173V108.157ZM60.328 108.157V88.4693H63.3632V90.356H63.4452C64.4296 89.0435 65.8077 88.092 67.8421 88.092C71.5827 88.092 74.06 91.0943 74.06 95.7045C74.06 100.347 71.5991 103.284 67.8257 103.284C66.9981 103.327 66.1733 103.159 65.4276 102.798C64.6819 102.437 64.0396 101.893 63.56 101.217H63.478V108.173L60.328 108.157ZM63.3304 95.7701C63.3304 98.592 64.5608 100.626 67.2679 100.626C69.5155 100.626 70.8116 98.7396 70.8116 95.7701C70.8116 92.8826 69.696 90.717 67.1694 90.717C64.4952 90.717 63.3304 92.981 63.3304 95.7701ZM152.252 95.6717C152.252 91.406 154.976 88.092 159.307 88.092C162.9 88.092 165.164 90.1592 165.656 93.2271H162.506C162.401 92.4823 162.021 91.8037 161.441 91.3242C160.862 90.8447 160.124 90.5989 159.373 90.6349C156.748 90.6349 155.386 92.7021 155.386 95.6389C155.386 98.5264 156.715 100.626 159.323 100.626C161.226 100.626 162.408 99.6092 162.605 97.7553H165.689C165.443 100.971 163.113 103.235 159.373 103.235H159.307C155.008 103.235 152.252 99.9045 152.252 95.6717ZM137.552 98.9529C137.552 95.6717 140.128 94.8021 143.458 94.3099C145.624 93.949 146.838 93.7849 146.838 92.5053C146.838 91.2748 145.854 90.5037 144.115 90.5037C142.195 90.5037 141.26 91.2748 141.178 92.9482H138.176C138.258 90.3232 140.062 88.1576 144.082 88.1576C147.954 88.1576 149.939 89.7654 149.939 93.1123V99.3959C149.939 100.446 150.152 100.872 151.169 100.708H151.235V102.726C150.907 102.89 150.497 103.038 149.758 103.038C148.052 103.071 147.117 102.48 146.838 101.004C146.343 101.718 145.673 102.292 144.891 102.672C144.109 103.051 143.243 103.222 142.376 103.169C139.587 103.169 137.552 101.742 137.552 98.9529ZM144.049 96.3279C141.982 96.7873 140.768 97.1646 140.768 98.8381C140.768 100.413 141.818 100.872 143.18 100.872C145.641 100.905 146.871 99.199 146.871 97.6896V95.4256C145.983 95.8703 145.031 96.1747 144.049 96.3279ZM90.5319 98.9529C90.5319 95.6717 93.1077 94.8021 96.4382 94.3099C98.5874 93.949 99.8179 93.7849 99.8179 92.5053C99.8179 91.2748 98.8335 90.5037 97.0944 90.5037C95.1749 90.5037 94.2233 91.2748 94.1577 92.9482H91.1554C91.221 90.3232 93.0421 88.1576 97.0616 88.1576C100.933 88.1576 102.919 89.7654 102.919 93.1123V99.3959C102.919 100.446 103.132 100.872 104.149 100.708H104.215V102.726C103.887 102.89 103.476 103.038 102.738 103.038C100.999 103.071 100.097 102.48 99.8179 101.004C99.3215 101.72 98.6482 102.296 97.8634 102.676C97.0786 103.055 96.2089 103.225 95.339 103.169C92.5499 103.169 90.5319 101.742 90.5319 98.9529ZM97.0288 96.3279C94.9616 96.7873 93.7475 97.1646 93.7475 98.8381C93.7475 100.413 94.7976 100.872 96.1429 100.872C98.6366 100.905 99.8507 99.199 99.8507 97.6896V95.4256C98.9622 95.8701 98.0103 96.1745 97.0288 96.3279ZM132.417 102.89V93.4732C132.417 91.7506 131.433 90.8482 130.055 90.8482C128.332 90.8482 127.052 92.2428 127.052 94.2771V102.858H123.902V93.4404C123.902 91.7178 123 90.8154 121.605 90.8154C119.965 90.8154 118.57 92.2099 118.57 94.2279V102.825H115.42V88.4693H118.455V90.4709H118.521C118.955 89.7465 119.571 89.1485 120.308 88.7368C121.045 88.3251 121.877 88.1141 122.721 88.1248C123.548 88.1069 124.361 88.3404 125.052 88.7944C125.744 89.2485 126.281 89.9017 126.593 90.6678H126.658C127.095 89.8949 127.729 89.2521 128.496 88.8052C129.263 88.3584 130.135 88.1235 131.023 88.1248C133.861 88.1248 135.6 89.9787 135.6 93.0467V102.89H132.417ZM85.3968 102.907V93.6209C85.3968 91.9474 84.3468 90.8974 82.6077 90.8974C80.6882 90.8974 79.2608 92.374 79.2608 94.4576V102.907H76.1108V82.8912H79.2608V90.3889H79.3265C80.3765 88.9287 81.6233 88.1248 83.6577 88.1248C86.66 88.1248 88.5468 90.1592 88.5468 93.2107V102.89L85.3968 102.907ZM106.036 102.874V88.4693H109.104V90.8482H109.137C110.006 89.306 111.155 88.3873 112.976 88.3873C113.279 88.3698 113.583 88.3975 113.878 88.4693V91.3404H113.812C113.56 91.2785 113.3 91.2564 113.041 91.2748C110.876 91.2748 109.169 92.7349 109.169 95.4912V102.874H106.036ZM180.602 86.1724C180.591 85.7448 180.666 85.3194 180.824 84.9215C180.981 84.5237 181.216 84.1616 181.516 83.8568C181.817 83.5521 182.175 83.3109 182.57 83.1478C182.966 82.9848 183.39 82.903 183.818 82.9076C185.524 82.9076 187.017 84.2037 187.017 86.1889C187.017 88.174 185.524 89.4537 183.818 89.4537C181.931 89.4537 180.602 88.0592 180.602 86.1724ZM181.308 86.1724C181.308 87.6818 182.292 88.8631 183.818 88.8631C185.196 88.8631 186.312 87.7474 186.312 86.1724C186.312 84.5974 185.196 83.4982 183.801 83.4982C182.391 83.4982 181.308 84.6139 181.308 86.1724ZM184.687 88.092L183.736 86.5662H183.178V88.0592H182.587V84.4826H183.949C184.819 84.4826 185.262 84.7943 185.262 85.5162C185.262 86.1724 184.884 86.4514 184.326 86.5006L185.344 88.092H184.687ZM183.145 86.0412H183.851C184.294 86.0412 184.671 86.0084 184.671 85.4834C184.671 85.024 184.261 84.9912 183.883 84.9912H183.145V86.0412ZM154.648 66.9607H164.524C165.049 69.3396 166.394 70.1599 169.167 70.1599C171.628 70.1599 172.973 69.2904 172.973 67.8959C172.973 65.8943 171.169 65.7631 167.395 64.7787C162.998 63.6303 160.176 62.6459 158.864 61.7271C157.69 60.9221 156.743 59.83 156.111 58.5549C155.479 57.2798 155.184 55.8641 155.255 54.4428C155.255 48.3232 160.078 44.3365 168.478 44.3365C176.632 44.3365 181.406 47.9131 181.964 54.3115H172.366C172.038 52.4084 170.742 51.5225 168.281 51.5225C166.148 51.5225 165.082 52.2279 165.082 53.6553C165.082 55.3287 166.723 55.6568 169.774 56.4443C173.712 57.4615 176.829 58.0685 178.814 59.4467C180.094 60.1941 181.147 61.2764 181.858 62.5773C182.569 63.8781 182.912 65.3482 182.85 66.8295C182.85 73.6873 177.928 77.7232 168.741 77.7232C160.258 77.7232 155.287 73.7365 154.648 66.9607ZM95.8968 61.0381C95.8968 50.7021 102.115 44.3365 111.942 44.3365C121.13 44.3365 126.511 48.9795 127.101 57.1826H117.455C117.176 53.9834 115.371 52.2607 112.073 52.2607C108.087 52.2607 106.151 55.181 106.151 61.0381C106.151 66.7803 108.283 69.7498 112.401 69.7498C115.469 69.7498 117.405 67.8959 117.733 64.4998H127.249V64.549C126.691 72.8506 121.212 77.7232 112.123 77.7232C102.016 77.7232 95.8804 71.3248 95.8804 61.0381H95.8968ZM53.4538 59.0365C52.5841 58.1527 52.0967 56.9624 52.0967 55.7225C52.0967 54.4825 52.5841 53.2922 53.4538 52.4084L60.0983 45.7803C60.5224 45.3379 61.0319 44.9862 61.5959 44.7465C62.1599 44.5068 62.7667 44.384 63.3796 44.3857C64.0019 44.3855 64.6182 44.5086 65.1926 44.7479C65.7671 44.9873 66.2884 45.3382 66.7265 45.7803L72.1897 51.2435L77.6202 45.7803C78.0524 45.3398 78.5681 44.9899 79.1372 44.751C79.7062 44.5121 80.3171 44.3891 80.9343 44.3891C81.5514 44.3891 82.1623 44.5121 82.7314 44.751C83.3004 44.9899 83.8161 45.3398 84.2483 45.7803L90.8929 52.3592C91.7626 53.243 92.25 54.4333 92.25 55.6732C92.25 56.9132 91.7626 58.1035 90.8929 58.9873L72.1897 77.7232L53.4538 59.0365ZM135.682 76.8865L125.067 45.2717H135.403L140.735 65.6646L146.444 45.2717H156.419L145.772 76.8865H135.682Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_13572\" x=\"-6.0994\" y=\"-0.27591\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_13572\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_13572\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_13572\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_13572\" result=\"effect2_dropShadow_4087_13572\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_13572\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_13572\">\\n<rect width=\"168\" height=\"109.2\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(35.2979 21.9367)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jls20a\",layoutDependency:layoutDependency,layoutId:\"S8PJADif6\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4hueh8\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"FypbdDM2h\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14386)\">\\n<rect y=\"0.0621338\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"black\" style=\"fill:black;fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"0.457008\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_14386)\">\\n<path d=\"M117.654 73.3879H107.074V65.2677H103.873V85.8883H107.074V76.1171H117.654V85.8883H120.821V65.2677H117.654M86.4366 65.2003C85.2742 65.1666 82.9156 65.1666 80.8266 65.1666V85.8714H84.0612V78.0208C84.8698 78.0208 86.5377 77.9534 87.8854 77.9197C89.7723 77.886 94.6916 76.9426 94.6579 71.2652C94.7084 64.8633 87.6159 65.2003 86.4366 65.2003ZM86.2681 75.2747H84.1286V67.8116H85.948C86.7904 67.8116 91.7602 67.4409 91.9118 71.2989C92.114 75.0894 88.1887 75.2747 86.2681 75.2747ZM56.5839 65.1666L56.6176 85.8714H69.6065V83.1759H59.8522V76.1508H66.7594C66.7594 75.5611 66.7257 74.7019 66.7594 73.5732H59.8522V67.9295H69.6065C69.5728 66.2953 69.6065 65.1666 69.6065 65.1666H56.5839ZM37.6985 70.2207C37.6985 66.8344 42.1797 66.6997 44.8247 68.8729C45.7344 66.2616 45.8018 66.0763 45.8018 66.0763C38.0859 62.37 34.5649 67.2725 34.5649 70.406C34.5649 77.9029 45.1953 76.3024 43.6623 81.5755C43.1232 83.496 39.7033 84.5911 35.7611 82.1988C35.4747 83.0075 35.003 83.9846 34.5312 84.9617C39.7369 87.6909 46.4926 86.3769 46.7116 80.75C47.0148 73.6743 37.6985 74.1797 37.6985 70.2207ZM174.226 70.9788C173.754 64.8297 167.79 65.3014 166.476 65.234C165.381 65.2003 163.056 65.1666 161.052 65.1666V85.8378H164.286V77.1447C165.381 77.1447 165.735 77.1447 167.386 77.0774L173.282 85.8378H177.208L170.688 76.5383C172.44 75.8981 174.479 74.3987 174.226 70.9788ZM166.291 74.7188C165.567 74.7188 165.011 74.7188 164.286 74.6851V67.6936H165.988C166.796 67.6936 171.042 67.4409 171.412 70.8272C171.867 74.8367 167.167 74.7188 166.291 74.7188ZM195.571 65.2003H191.831L185.058 85.9051H188.259C189.27 82.1651 189.607 81.1038 189.607 81.1038L197.98 81.0701C198.957 83.833 199.682 85.9388 199.682 85.9388H203L195.571 65.2003ZM190.348 78.7284L193.617 68.5023H193.65L197.07 78.6947L190.348 78.7284ZM140.903 64.6106C134.316 64.6106 130.02 69.4794 130.02 75.5274C130.02 81.5755 134.316 86.4442 140.903 86.4442C147.49 86.4442 151.786 81.5755 151.786 75.5274C151.786 69.4794 147.49 64.6106 140.903 64.6106ZM140.903 83.4623C136.068 83.4623 133.338 79.9413 133.338 75.5274C133.338 71.1641 136.068 67.5925 140.903 67.5925C145.704 67.5925 148.467 71.1136 148.467 75.5274C148.467 79.8908 145.738 83.4623 140.903 83.4623Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14386\" x=\"-6.0994\" y=\"-1.15775\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14386\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14386\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14386\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14386\" result=\"effect2_dropShadow_4087_14386\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14386\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14386\">\\n<rect width=\"168.469\" height=\"21.8336\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(34.5312 64.6106)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({Fd9Lbianr:{direction:\"left\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hdbd9a-container\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"NHvpOwTlr-container\",name:\"2\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:1,id:\"NHvpOwTlr\",layoutId:\"NHvpOwTlr\",name:\"2\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bw54a8\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"eJjKqFxUX\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(230, 38, 0)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6f6pbs\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:181,layoutDependency:layoutDependency,layoutId:\"YYUaAOPsR\",svg:'<svg width=\"181\" height=\"32\" viewBox=\"0 0 181 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.2214 0.685932L36.1451 3.31758C38.0132 4.84655 38.6924 9.17673 35.8903 12.9982C32.586 17.5036 28.0777 21.2342 25.2756 18.3468C24.7728 17.8249 24.3713 17.2143 24.0914 16.5459C27.2924 13.6471 31.0173 9.68734 32.2393 6.11974C33.5134 3.14801 32.6637 0.855507 28.7579 2.04439C24.8521 3.23327 17.1249 11.2144 18.6529 18.2624L18.6624 18.3051C16.8066 19.404 14.2185 20.7529 12.1988 17.4137C9.99063 13.7627 15.6802 5.01707 18.6519 2.46973C17.0387 3.14896 14.2365 3.14896 12.4527 2.97939C10.4993 2.64025 4.64113 1.62094 2.51819 5.18759L0.819656 8.07406C0.480516 8.66803 0.990173 8.75328 1.41457 8.32888C1.83897 7.90449 4.04716 7.22526 5.57518 7.5644C7.10415 7.90354 11.6039 7.64966 12.4527 7.22526C10.6699 9.09337 4.21673 16.6501 7.78243 21.1508C11.3481 25.6515 17.7169 21.5752 19.0763 20.6412C19.1531 20.5881 19.2573 20.5142 19.3852 20.4214C21.6322 24.906 26.9239 23.3353 30.9642 20.6412C35.5502 17.5842 43.447 11.3016 43.7018 5.01802C43.788 2.63836 42.26 0.600674 40.2214 0.685932ZM26.041 7.13906C27.0603 6.205 28.2492 5.86587 27.6543 7.64872C26.8028 10.2007 25.4097 12.5383 23.5704 14.5016C23.2843 11.8955 24.2421 8.99201 26.041 7.13906ZM87.3826 8.19721C85.0048 8.02669 79.3162 7.43272 73.2875 14.9052C72.8683 15.4188 72.4868 15.9621 72.146 16.5308C70.8747 17.605 69.1989 18.8432 66.8078 18.4339C65.6928 18.2426 65.0316 17.6221 64.6773 16.8348C68.1057 14.3709 72.1346 11.0998 74.7899 6.88613C76.1484 4.84845 77.5068 1.11223 73.1766 1.7062C68.8455 2.30111 60.5243 10.6223 60.0999 16.5658C60.079 16.8614 60.0677 17.1399 60.0658 17.407C57.9741 18.541 56.1515 18.9729 54.8347 18.4349C53.0585 17.7073 52.6663 16.2125 54.8944 12.6363C56.4489 12.498 57.5526 11.7307 58.9953 9.60397C59.4197 8.83949 56.7881 8.33078 54.8347 8.24552C52.8813 8.16026 42.692 9.26389 39.3802 17.7556C38.701 19.9629 39.1254 22.5945 41.3335 22.6798C43.5417 22.765 46.4282 21.0665 49.5705 17.5851C49.3156 20.4725 49.6548 23.1042 52.2021 23.0189C54.7343 22.9346 56.8468 22.3463 60.3737 19.8388C61.2158 22.5443 63.5566 22.5945 64.5987 22.5945C65.7648 22.5945 68.1843 21.9039 71.21 19.0222C70.9467 21.1934 72.558 22.1635 73.2865 22.2923C74.7302 22.5481 76.8532 21.9532 79.9945 19.6607C79.3153 21.3592 76.0034 28.5759 73.9658 28.322C73.2865 28.1515 73.4561 26.3686 74.051 25.265C72.2672 25.4346 69.1259 27.387 69.1259 29.4256C69.1259 31.4643 69.7313 32.6778 74.4754 30.6145C78.3812 28.916 83.3916 23.4822 88.9959 12.2745C89.2062 11.8122 89.083 11.5791 88.8339 11.4607C89.2725 11.0995 89.6951 10.7193 90.1004 10.3211C91.1226 9.29799 89.7604 8.36678 87.3826 8.19721ZM43.8809 17.3303C42.098 16.3119 44.22 13.7636 44.9845 13.0844C45.6922 12.4554 46.7626 10.9558 52.7705 12.282C51.0634 14.4713 46.1156 18.6073 43.8809 17.3303ZM64.3657 14.3983C64.431 13.7693 64.5835 13.1848 64.7692 12.7443C65.4484 11.131 67.5714 7.48009 69.0141 6.46077C70.4578 5.44146 71.3919 6.03638 70.5431 7.64966C69.8288 9.00811 67.128 12.0518 64.3657 14.3983ZM79.4858 17.1124C78.2969 18.1317 76.5984 18.0465 75.9191 17.4515C75.2399 16.8576 75.3252 14.6494 77.0237 13.4614C78.9723 12.0973 80.4198 11.1689 83.3925 12.0177C83.6057 12.1068 83.8567 12.1987 84.1267 12.2868C82.9908 14.6409 80.5392 16.2096 79.4858 17.1124ZM179.875 17.5955C179.366 18.0199 177.582 18.2757 176.478 18.1905C175.375 18.1052 172.487 17.5112 171.722 17.5112C172.231 16.0675 172.316 14.4542 172.316 13.0105C172.316 11.5678 171.893 8.51077 172.572 7.83059C173.251 7.15137 172.997 6.06385 171.893 6.133C170.534 6.21826 169.854 6.89749 169.43 7.23663C169.004 7.57671 163.231 13.775 158.986 16.5772C155.557 18.8403 155.08 17.8513 154.401 17.426C153.721 17.0006 153.211 14.0298 158.56 10.2084C160.09 9.35957 158.731 7.32094 157.287 8.00016C155.844 8.67939 148.711 13.5192 147.183 14.9629C148.2 13.5202 150.069 10.4632 150.324 9.6987C150.757 8.39993 149.73 7.23568 147.946 8.67939C146.163 10.1231 136.908 17.0859 132.747 18.6139C130.559 19.4172 129.008 19.187 128.212 18.3714C131.582 17.2261 135.773 15.4101 138.181 12.4147C139.539 10.5466 139.454 7.82965 135.888 7.82965C132.32 7.82965 126.122 11.2258 123.745 15.6422C123.361 16.3403 123.056 17.079 122.835 17.8447C119.64 18.9047 114.016 20.1419 111.754 18.6603C115.062 17.173 118.637 15.5351 120.932 13.3544C124.329 10.1278 120.932 8.25973 119.998 8.17448C119.066 8.09017 108.535 8.17447 106.326 17.7698C106.315 17.8229 106.307 17.875 106.299 17.929C101.283 20.3589 100.906 17.9877 100.906 16.0675C100.906 14.0298 104.471 10.719 105.32 10.1241C106.169 9.53009 106.086 8.7656 105.831 8.3412C105.575 7.9168 105.831 7.40714 103.792 8.00111C101.755 8.59508 100.565 8.93517 98.8669 8.93517C98.8669 8.93517 99.1227 8.42551 99.6333 7.57672C100.142 6.72792 99.7167 6.133 98.8669 6.64266C97.3389 7.49146 94.6229 9.44483 94.5377 11.2277C94.5121 11.7563 94.5026 12.2404 94.5983 12.6354C92.7463 14.7564 88.7325 18.9748 87.7852 19.9809C86.4268 21.4236 87.1912 21.4236 89.0593 20.1514C90.4595 19.1965 93.6737 15.8572 95.7664 13.6358C96.3272 13.7153 97.1286 13.6376 98.273 13.3516C96.7449 15.1344 93.2645 19.0402 95.7256 22.0129C98.0882 24.8633 102.869 23.0274 106.777 21.0011C107.538 22.3776 109.054 23.341 111.168 23.2908C114.18 23.2188 119.309 21.6946 122.623 20.302C122.902 22.1256 124.321 23.216 126.634 23.1155C130.54 22.946 136.569 19.7194 140.901 16.6624L138.013 21.3327C137.334 22.7755 138.523 23.1155 139.541 22.7755C140.56 22.4363 142.259 22.011 144.807 19.8037C147.353 17.5955 148.713 16.831 149.732 16.2371C148.713 17.6798 147.523 20.0576 148.713 21.5023C149.901 22.945 152.337 23.0616 154.741 21.9267C157.798 20.483 163.997 15.6431 166.628 13.0958C166.969 14.1994 166.884 16.5772 166.714 17.8513C165.271 18.1905 162.893 18.7844 161.791 19.889C160.686 20.9926 160.261 22.6059 162.893 22.6059C163.742 22.6059 165.696 22.1815 166.97 21.8414C169.941 22.011 175.886 22.945 177.414 21.5023C178.687 20.3977 179.877 18.9549 180.385 18.1052C180.977 17.3417 180.384 17.1711 179.875 17.5955ZM110.726 16.5563C110.63 14.1918 112.423 12.2536 113.799 11.4872C115.327 10.6384 117.026 11.2324 115.498 13.1005C114.528 14.2856 112.808 15.5939 110.726 16.5563ZM127.992 15.0491C129.478 11.6786 131.983 11.3982 132.321 11.3129C132.915 11.1642 134.275 11.6521 132.832 13.181C131.77 14.3036 129.885 15.4688 127.624 16.3214C127.674 15.9216 127.796 15.4925 127.992 15.0491ZM135.819 28.8544C136.546 28.7256 136.941 28.1145 136.941 27.4078C136.941 26.3146 136.172 25.8325 135.161 25.8325H133.169V30.9536H134.499V28.9842H134.514L135.771 30.9536H137.428L135.819 28.8544ZM134.629 28.1278H134.499V26.8499H134.629C135.064 26.8499 135.555 26.9313 135.555 27.4884C135.555 28.0454 135.064 28.1278 134.629 28.1278ZM88.094 25.8315H86.206V30.9527H88.094C89.5141 30.9527 90.6954 29.832 90.6954 28.3921C90.6954 26.9522 89.5198 25.8315 88.094 25.8315ZM87.8354 29.8254H87.537V26.9598H87.8496C88.7051 26.9598 89.3104 27.476 89.3104 28.393C89.3094 29.3906 88.6302 29.8254 87.8354 29.8254ZM95.4102 28.8544C96.1358 28.7256 96.5299 28.1145 96.5299 27.4078C96.5299 26.3146 95.7635 25.8325 94.7499 25.8325H92.7605V30.9536H94.0906V28.9842H94.1057L95.3618 30.9536H97.0197L95.4102 28.8544ZM94.2203 28.1278H94.0906V26.8499H94.2203C94.6552 26.8499 95.144 26.9313 95.144 27.4884C95.144 28.0454 94.6552 28.1278 94.2203 28.1278ZM101.7 28.5285C101.7 29.1945 101.652 29.922 100.798 29.922C99.9412 29.922 99.8929 29.1945 99.8929 28.5285V25.8315H98.5628V28.7113C98.5628 29.3707 98.5903 30.0234 99.099 30.5188C99.5263 30.9394 100.2 31.0901 100.798 31.0901C101.395 31.0901 102.067 30.9404 102.496 30.5188C103.005 30.0234 103.032 29.3707 103.032 28.7113V25.8315H101.7V28.5285ZM107.923 29.1405H109.009C108.955 29.7316 108.513 30.03 107.936 30.03C107.06 30.03 106.585 29.221 106.585 28.4272C106.585 27.6456 107.039 26.8101 107.915 26.8101C108.451 26.8101 108.84 27.1369 109.023 27.6248L110.287 27.0943C109.844 26.1365 109.031 25.661 107.976 25.661C106.326 25.661 105.199 26.7542 105.199 28.4186C105.199 30.0291 106.32 31.1223 107.93 31.1223C108.784 31.1223 109.539 30.8163 110.041 30.1162C110.498 29.4777 110.552 28.8392 110.565 28.0918H107.923V29.1405ZM117.041 27.8294L116.703 27.7271C116.472 27.6532 116.111 27.5376 116.111 27.2383C116.111 26.9522 116.439 26.8101 116.683 26.8101C117.009 26.8101 117.322 26.9465 117.566 27.1492L118.096 26.1166C117.603 25.8504 117.054 25.7062 116.494 25.696C115.469 25.696 114.727 26.3753 114.727 27.4145C114.727 28.4063 115.278 28.6223 116.113 28.861C116.4 28.9425 116.922 29.0713 116.922 29.4446C116.922 29.8046 116.588 29.9609 116.276 29.9609C115.821 29.9609 115.428 29.7231 115.095 29.4304L114.523 30.5046C115.05 30.8782 115.678 31.0819 116.323 31.0882C116.839 31.0882 117.376 30.9461 117.777 30.606C118.185 30.2593 118.307 29.7363 118.307 29.2267C118.305 28.3987 117.755 28.0397 117.041 27.8294ZM119.724 26.9598H120.823V30.9536H122.155V26.9598H123.256V25.8315H119.724V26.9598ZM128.009 25.6619C126.534 25.6619 125.177 26.7485 125.177 28.2974C125.177 29.9552 126.365 31.1232 128.009 31.1232C129.652 31.1232 130.842 29.9552 130.842 28.2974C130.842 26.7485 129.483 25.6619 128.009 25.6619ZM128.009 29.833C127.213 29.833 126.563 29.1869 126.563 28.305C126.563 27.5983 127.214 26.9522 128.009 26.9522C128.803 26.9522 129.456 27.5983 129.456 28.305C129.456 29.1869 128.803 29.833 128.009 29.833ZM139.131 30.9536H142.045V29.8254H140.461V28.9434H141.963V27.8152H140.461V26.9598H142.045V25.8315H139.131V30.9536ZM146.164 27.8294L145.825 27.7271C145.594 27.6532 145.233 27.5376 145.233 27.2383C145.233 26.9522 145.561 26.8101 145.806 26.8101C146.131 26.8101 146.444 26.9465 146.688 27.1492L147.22 26.1166C146.727 25.8504 146.177 25.7061 145.616 25.696C144.591 25.696 143.849 26.3753 143.849 27.4145C143.849 28.4063 144.401 28.6223 145.235 28.861C145.522 28.9425 146.044 29.0713 146.044 29.4446C146.044 29.8046 145.711 29.9609 145.4 29.9609C144.945 29.9609 144.549 29.7231 144.218 29.4304L143.646 30.5046C144.172 30.8782 144.8 31.0819 145.446 31.0882C145.962 31.0882 146.498 30.9461 146.9 30.606C147.307 30.2593 147.429 29.7363 147.429 29.2267C147.427 28.3987 146.878 28.0397 146.164 27.8294Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-100gtsc\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"wvzzUCeNo\",style:{\"--border-bottom-width\":\"0.7897487878799438px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.7897487878799438px\",\"--border-right-width\":\"0.7897487878799438px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7897487878799438px\",backgroundColor:\"rgb(0, 93, 170)\",borderBottomLeftRadius:18.95,borderBottomRightRadius:18.95,borderTopLeftRadius:18.95,borderTopRightRadius:18.95,boxShadow:\"0px 4.851314067840576px 7.276970863342285px -1.212828516960144px rgba(18, 24, 36, 0.05999999865889549), 0px 2.425657033920288px 4.851314067840576px -2.425657033920288px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15a6xuy\",\"data-framer-name\":\"Costco Wholesale logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:58,intrinsicWidth:160,layoutDependency:layoutDependency,layoutId:\"mwhQ2lanG\",svg:'<svg width=\"160\" height=\"58\" viewBox=\"0 0 160 58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M153.256 17.3344C150.727 14.2683 146.265 12.51 141.017 12.51C135.465 12.51 130.466 14.3982 127.004 17.4627L127.569 13.9247L126.068 13.4782C123.943 12.8449 121.584 12.51 119.244 12.51C115.224 12.51 111.38 13.7529 108.274 15.801L109.168 12.856H85.1298L84.8447 13.7965C82.7088 12.9375 80.3592 12.51 77.7118 12.51C72.7631 12.51 67.4067 14.4306 64.6256 18.1285C64.4435 17.8577 64.2527 17.5909 64.0405 17.3344C61.5112 14.2683 57.0501 12.51 51.8014 12.51C46.4133 12.51 41.5406 14.2865 38.0937 17.1935L39.4355 9.03539L37.9108 8.59445C35.307 7.84158 32.4135 7.44336 29.5421 7.44336C19.0082 7.44336 9.42029 14.1393 7.71504 22.6861C6.98908 26.3222 7.83695 29.8444 10.1003 32.6049C12.0296 34.9569 14.8788 36.6337 18.264 37.4903H7.82745V50.8394H60.9887L61.071 50.6763L61.0813 50.8394H67.4803L68.348 49.4246L68.0796 50.8394H82.5473L82.7595 49.7239C84.0309 50.5472 85.6815 50.9945 87.5823 50.9945C89.2812 50.9945 90.8575 50.6422 92.216 50.016L92.06 50.8394H112.345L112.38 50.6581C113.32 50.8702 114.308 50.9953 115.252 50.9953C115.825 50.9953 116.416 50.9439 117.003 50.8401H124.737L125.311 49.6218H125.826L125.984 50.8401H149.837L151.023 44.5939H150.587L150.75 43.7357H151.062L152.25 37.4903H151.589C152.128 37.0034 152.52 36.378 152.655 35.6663C152.815 34.8208 152.596 33.9602 152.053 33.3063C151.912 33.1369 151.751 32.9881 151.577 32.8543C153.469 30.9107 154.781 28.5587 155.29 25.9145C155.913 22.6711 155.211 19.7039 153.256 17.3344ZM139.456 44.1268H138.723L139.828 38.3192C140.08 38.2867 140.331 38.2503 140.58 38.2107L139.456 44.1268ZM122.384 25.2345C122.308 25.6224 122.256 26.0056 122.217 26.3832C120.607 27.4599 119.099 27.9689 117.486 27.9689C116.394 27.9689 115.449 27.6126 114.957 27.0157C114.677 26.6769 114.583 26.2977 114.67 25.8567C114.957 24.3692 116.975 23.0645 118.987 23.0645C120.246 23.0645 121.428 23.5094 122.588 24.4199C122.516 24.6898 122.436 24.9582 122.384 25.2345ZM124.013 37.4895L123.228 38.7839L122.575 38.4181C122.145 38.1767 121.683 37.9906 121.208 37.8291C121.556 37.746 121.881 37.6526 122.165 37.5496L123.081 37.2172L123.981 33.2707C124.103 33.4401 124.218 33.6135 124.353 33.7766C125.711 35.4224 127.668 36.6812 130.032 37.4887L124.013 37.4895ZM131.98 38.0357L131.667 39.6784L131.232 37.8536C131.479 37.9178 131.726 37.9803 131.98 38.0357ZM139.634 23.2371C140.614 23.2371 141.368 23.4976 141.759 23.9702C142.118 24.4056 142.105 24.9606 142.028 25.3509C141.717 26.9603 140.064 28.0845 138.005 28.0845C137.004 28.0845 136.212 27.8201 135.832 27.3593C135.569 27.0403 135.491 26.593 135.6 26.0285C135.867 24.6415 137.339 23.2371 139.634 23.2371ZM94.3638 38.6889C94.0819 38.4981 93.7755 38.3294 93.4557 38.1774H94.4619L94.3638 38.6889ZM88.8292 44.1252C88.6994 44.2408 88.488 44.3184 88.2434 44.3326C88.3684 44.225 88.5648 44.1363 88.8292 44.1252ZM87.2562 23.3875L86.0623 27.3174C85.9855 26.2676 85.6586 25.3137 85.0854 24.465C84.8487 24.1175 84.5669 23.8008 84.2565 23.5L87.2562 23.3875ZM52.8115 25.3501C52.5004 26.9603 50.8458 28.0845 48.7883 28.0845C47.7876 28.0845 46.9952 27.8201 46.6152 27.3593C46.3515 27.0403 46.274 26.593 46.3832 26.0285C46.6516 24.6407 48.1233 23.2371 50.4175 23.2371C51.3976 23.2371 52.1529 23.4976 52.5432 23.9702C52.901 24.4056 52.8868 24.9614 52.8115 25.3501ZM66.6079 38.1284L66.5691 38.2107L66.5612 38.1212C66.577 38.1228 66.5921 38.126 66.6079 38.1284ZM84.3705 32.8962L82.9764 37.4895H77.6224C80.3592 36.5862 82.8133 35.0717 84.3705 32.8962ZM84.9516 38.1774H85.2501C85.1393 38.2241 85.0316 38.2717 84.9247 38.3215L84.9516 38.1774ZM27.35 26.1291C25.822 26.1291 24.4984 25.6271 23.8088 24.7872C23.4098 24.3011 23.276 23.7628 23.3995 23.1421C23.7985 21.1431 26.4641 19.4545 29.2199 19.4545C31.0803 19.4545 32.8037 20.1528 34.4868 21.5786C34.0419 22.4098 33.688 23.2807 33.4307 24.1887C31.3748 25.5045 29.4328 26.1291 27.35 26.1291ZM58.8424 35.5934L60.5818 36.3764C61.5428 36.8087 62.6108 37.1784 63.7286 37.4903H60.4931L60.1463 38.1846L60.102 37.4903H54.5081C56.0724 37.0097 57.5251 36.3708 58.8424 35.5934ZM101.233 44.1268L102.495 37.4895H96.3706L100.662 23.3464L101.971 23.3962C101.729 24.0422 101.526 24.7001 101.394 25.3786C100.783 28.5349 101.525 31.5813 103.485 33.9555C104.777 35.5206 106.55 36.7097 108.625 37.4887H103.228L101.965 44.126L101.233 44.1268ZM33.0175 36.9931L33.9398 36.6685L34.7457 33.2438C34.8747 33.4235 34.9951 33.6056 35.1376 33.7774C36.4953 35.4232 38.4523 36.682 40.8146 37.4895H31.047C31.7857 37.3509 32.4649 37.1871 33.0175 36.9931ZM143.725 37.4895C144.518 37.2449 145.282 36.9614 146.016 36.6392C146.124 36.8973 146.254 37.1467 146.436 37.366C146.474 37.4119 146.525 37.4467 146.565 37.4895H143.725Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M58.4259 39.2771L58.7948 45.1109H58.8882C59.079 44.5148 59.2912 43.8925 59.5889 43.309L61.5997 39.2771H64.8669L65.3609 45.1109H65.4543C65.6245 44.5401 65.8161 43.9432 66.0774 43.3866L68.0407 39.2771H72.4748L66.4787 49.0518H62.7603L62.4325 43.7366H62.2924C62.1499 44.2432 62.0248 44.7348 61.7937 45.2146L59.8818 49.0518H56.256L54.0068 39.2771H58.4259Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M72.1639 39.2769H76.2711L75.6457 42.5695H78.2589L78.8851 39.2769H82.9923L81.1351 49.0516H77.0279L77.6731 45.6554H75.059L74.4138 49.0516H70.3066L72.1639 39.2769Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M95.0211 44.1899C94.425 47.3273 91.1578 49.2067 87.5811 49.2067C84.0019 49.2067 81.4488 47.3265 82.0457 44.1899C82.6292 41.1174 85.9344 39.1208 89.4969 39.1208C93.0594 39.1208 95.6038 41.1174 95.0211 44.1899ZM86.3302 44.2413C86.1172 45.356 86.8749 46.1215 88.1661 46.1215C89.4581 46.1215 90.5055 45.356 90.7184 44.2413C90.9148 43.2035 90.2403 42.3358 88.8865 42.3358C87.5312 42.3366 86.5265 43.2043 86.3302 44.2413ZM95.9553 39.2768H100.218L98.9565 45.9141H102.536L101.939 49.0507H94.0973L95.9553 39.2768ZM112.621 45.5507L112.811 45.694C113.479 46.1865 114.32 46.5886 115.301 46.5886C115.722 46.5886 116.418 46.4453 116.501 46.0052C116.585 45.565 116.033 45.5262 115.658 45.4605L114.825 45.3315C113.207 45.0845 111.964 44.2675 112.253 42.7387C112.695 40.4184 115.476 39.1216 118.028 39.1216C119.366 39.1216 120.544 39.3948 121.584 39.9774L119.957 42.4799C119.305 42.065 118.542 41.7405 117.623 41.7405C117.25 41.7405 116.683 41.856 116.608 42.2582C116.539 42.6208 117.057 42.6731 117.372 42.738L118.303 42.9193C120.043 43.2573 121.198 44.0601 120.883 45.7194C120.438 48.0532 117.668 49.2067 115.132 49.2067C113.655 49.2067 112.006 48.8694 110.79 48.3121L112.621 45.5507Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M127.267 45.5123L127.097 43.788C127.051 43.3732 127.054 42.9457 127.056 42.5301H126.9L125.557 45.5123H127.267ZM123.556 49.0518H119.044L124.978 39.2771H129.692L132.019 49.0518H127.508L127.351 47.8334H124.131L123.556 49.0518Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M133.521 39.2771H137.784L136.523 45.9144H140.102L139.505 49.051H131.664L133.521 39.2771ZM142.154 39.2771H150.043L149.535 41.9482H145.94L145.763 42.8816H149.045L148.563 45.4228H145.28L145.099 46.3815H148.818L148.309 49.0518H140.296L142.154 39.2771Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n<path d=\"M84.3114 21.7099L89.6939 21.508L85.1775 36.3906H94.835L99.3499 21.508L104.611 21.7099L106.755 14.6435H86.4536L84.3114 21.7099ZM64.3147 25.5741C62.9641 32.5526 55.5652 36.7358 47.4585 36.7358C39.3526 36.7358 33.5711 32.5534 34.9217 25.5741C36.2438 18.738 43.729 14.2975 51.8 14.2975C59.8703 14.2975 65.6368 18.7388 64.3147 25.5741ZM44.6259 25.6896C44.147 28.1699 45.8625 29.872 48.7861 29.872C51.7114 29.872 54.0848 28.1707 54.5645 25.6896C55.011 23.3827 53.4815 21.4511 50.4154 21.4511C47.3493 21.4495 45.0724 23.3827 44.6259 25.6896Z\" fill=\"#E31837\" style=\"fill:#E31837;fill:color(display-p3 0.8902 0.0941 0.2157);fill-opacity:1;\"/>\\n<path d=\"M61.3153 34.7455C64.0711 35.9845 67.803 36.7358 71.151 36.7358C76.8961 36.7358 83.1724 34.1692 84.1763 28.9774C84.8904 25.2859 82.2771 23.4975 78.333 22.7478L76.2256 22.3441C75.5131 22.1992 74.3375 22.0844 74.4934 21.2761C74.666 20.3823 75.9501 20.1219 76.7964 20.1219C78.8745 20.1219 80.6043 20.8431 82.0815 21.7662L85.766 16.1999C83.4084 14.9024 80.742 14.2976 77.7107 14.2976C71.9308 14.2976 65.6275 17.1816 64.6293 22.3441C63.9706 25.7474 66.7913 27.5643 70.4559 28.113L72.3385 28.4003C73.1919 28.546 74.4443 28.6315 74.2543 29.6116C74.0643 30.5916 72.4881 30.9091 71.5358 30.9091C69.3151 30.9091 67.4088 30.0153 65.8943 28.9196L65.4629 28.6022L61.3153 34.7455ZM125.555 15.1914C123.623 14.6142 121.428 14.2976 119.242 14.2976C111.454 14.2976 104.375 19.3737 103.147 25.7189C101.947 31.9201 106.937 36.7366 114.515 36.7366C116.24 36.7366 119.885 36.4769 121.555 35.8713L123.41 27.7385C121.618 28.9782 119.707 29.7572 117.486 29.7572C114.598 29.7572 112.451 27.9111 112.915 25.5187C113.373 23.1532 116.098 21.2793 118.987 21.2793C121.172 21.2793 122.915 22.2887 124.239 23.4722L125.555 15.1914ZM141.018 14.2976C132.948 14.2976 125.462 18.738 124.14 25.5741C122.79 32.5526 128.571 36.7358 136.678 36.7358C144.783 36.7358 152.184 32.5534 153.533 25.5741C154.854 18.7388 149.087 14.2976 141.018 14.2976ZM139.634 21.4495C142.7 21.4495 144.231 23.3811 143.782 25.6881C143.303 28.1684 140.929 29.8705 138.004 29.8705C135.079 29.8705 133.364 28.1691 133.844 25.6881C134.29 23.3827 136.568 21.4495 139.634 21.4495ZM37.4133 10.3107C35.0027 9.61329 32.2667 9.2301 29.541 9.2301C19.8265 9.2301 10.997 15.3655 9.46671 23.0352C7.97125 30.5307 14.1938 36.3518 23.6439 36.3518C25.798 36.3518 30.3445 36.0383 32.4243 35.3068L34.7383 25.4751C32.505 26.9745 30.1197 27.9158 27.3497 27.9158C23.7452 27.9158 21.0702 25.6841 21.6473 22.7898C22.2181 19.9319 25.6159 17.6645 29.2196 17.6645C31.9445 17.6645 34.1184 18.8853 35.7675 20.3142L37.4133 10.3107Z\" fill=\"#E31837\" style=\"fill:#E31837;fill:color(display-p3 0.8902 0.0941 0.2157);fill-opacity:1;\"/>\\n<path d=\"M147.59 35.333C147.735 34.5737 148.581 33.9618 149.503 33.9618C150.417 33.9618 151.037 34.5737 150.893 35.333C150.747 36.0969 149.896 36.7089 148.98 36.7089C148.06 36.7089 147.446 36.0961 147.59 35.333ZM150.462 35.333C150.578 34.7218 150.139 34.3204 149.433 34.3204C148.716 34.3204 148.137 34.7218 148.022 35.333C147.905 35.9449 148.331 36.3502 149.049 36.3502C149.755 36.3502 150.346 35.9457 150.462 35.333ZM149.874 36.051H149.448L149.179 35.4422H148.9L148.784 36.051H148.422L148.695 34.6133H149.531C149.9 34.6133 150.1 34.7155 150.037 35.0535C149.988 35.2997 149.796 35.4264 149.573 35.4438L149.874 36.051ZM149.345 35.1675C149.527 35.1675 149.683 35.1675 149.713 35.0139C149.737 34.8872 149.58 34.8872 149.398 34.8872H149.006L148.954 35.1675H149.345Z\" fill=\"#E31837\" style=\"fill:#E31837;fill:color(display-p3 0.8902 0.0941 0.2157);fill-opacity:1;\"/>\\n<path d=\"M10.1426 49.0676H55.3412L55.338 49.0518H55.3008L54.7292 46.566H10.1426V49.0676ZM10.1426 45.5146H54.487L53.9107 43.0138H10.1426V45.5146ZM10.1426 41.9466H53.651L53.4554 41.0354L53.0557 39.2961H10.1426V41.9466ZM104.589 39.2771H112.477L111.97 41.9482H108.376L108.198 42.8816H111.48L110.998 45.4228H107.715L107.533 46.3815H111.252L110.744 49.0518H102.73L104.589 39.2771Z\" fill=\"#005DAA\" style=\"fill:#005DAA;fill:color(display-p3 0.0000 0.3647 0.6667);fill-opacity:1;\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ljez8e\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"byj9Bn1Xk\",style:{\"--border-bottom-width\":\"0.6296666860580444px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.6296666860580444px\",\"--border-right-width\":\"0.6296666860580444px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6296666860580444px\",backgroundColor:\"rgb(246, 211, 48)\",borderBottomLeftRadius:20.15,borderBottomRightRadius:20.15,borderTopLeftRadius:20.15,borderTopRightRadius:20.15,boxShadow:\"0px 5.0373334884643555px 7.556000232696533px -1.2593333721160889px rgba(18, 24, 36, 0.05999999865889549), 0px 2.5186667442321777px 5.0373334884643555px -2.5186667442321777px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uja8ug\",\"data-framer-name\":\"logotype\",layoutDependency:layoutDependency,layoutId:\"LBX108lmo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c816h2\",\"data-framer-name\":\"square\",layoutDependency:layoutDependency,layoutId:\"ZsIavl1hA\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6ccvom\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:84,intrinsicWidth:91,layoutDependency:layoutDependency,layoutId:\"wSH7XUohy\",svg:'<svg width=\"91\" height=\"84\" viewBox=\"0 0 91 84\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4088_3069)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.436 81.7732L15.3783 65.1909C9.93027 61.3365 5.7331 58.1641 0.688838 54.5105C-1.69275 37.0434 2.70629 27.5675 9.16302 18.5733C17.1939 8.41472 30.1073 0.825958 45.5634 0.825958C61.02 0.986137 73.9738 8.73572 81.6015 18.8943C88.7437 28.5311 92.578 40.657 89.7927 54.9923L75.8705 65.1909L73.8115 81.7732H51.7384C50.3661 82.8582 48.5103 83.8612 45.5634 83.942C42.6579 83.8612 40.8417 82.8582 39.3487 81.7732H17.436Z\" fill=\"#CC2229\" style=\"fill:#CC2229;fill:color(display-p3 0.8000 0.1333 0.1608);fill-opacity:1;\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M45.5635 58.7667C44.3931 43.3076 44.0705 24.2349 43.102 8.93725C41.4475 8.53553 39.1068 8.6563 37.1698 8.97729C35.2328 9.57987 33.8204 10.1017 32.1658 11.0253C35.1926 25.721 38.7036 44.432 41.6902 59.0076C37.6144 44.8337 32.1658 27.0863 28.1309 12.9525C26.1939 13.3542 24.2972 14.438 22.9256 15.5624C21.4729 16.6868 20.6252 17.5303 19.2932 19.5376C25.1443 31.9851 32.1658 47.8453 38.0584 60.2121C31.2375 48.9691 22.9646 34.1532 16.1041 22.991C14.7728 24.1555 13.7634 24.9989 12.4314 27.2471C11.3013 29.0542 10.7366 31.1823 10.4945 33.2303C18.0008 42.3452 26.9593 53.2666 34.5058 62.3402C26.6373 54.7915 16.9512 45.0746 9.16314 37.5259C8.39654 39.0514 7.9123 40.3366 7.67018 42.8658C7.38781 45.3149 7.87205 48.2458 8.39654 50.0128L23.6105 61.2558L25.2248 73.7433L41.9726 73.8635C43.1832 75.2688 43.5863 75.9916 45.5641 76.1117C47.4602 75.9916 48.5507 74.8271 49.0349 73.8635H65.7412L67.4354 61.3359L82.5292 50.173C83.0933 48.3265 83.4562 45.4751 83.2556 43.026C83.0134 40.376 82.5292 39.0508 81.8833 37.6454C74.055 45.1541 64.3287 54.8715 56.5406 62.4196C64.1268 53.4255 73.0054 42.4635 80.5916 33.2691C80.1885 31.2217 79.7043 29.1331 78.493 27.3266C77.0806 25.0778 76.2731 24.2349 74.982 23.0304C68.0819 34.1526 59.6876 49.0899 52.8673 60.2515C58.9216 47.8447 65.7814 31.9845 71.7143 19.6984C70.4232 17.7305 69.4944 16.7269 68.2033 15.6832C66.6701 14.5187 64.7733 13.435 62.9169 12.9932C58.6795 27.0863 53.4742 44.9945 49.3575 59.0476C52.2221 44.472 55.8143 25.9219 58.6795 11.2668C57.2274 10.2225 55.8149 9.70064 53.9169 9.13874C51.7385 8.73702 49.5997 8.65694 47.9042 8.93788C46.7747 24.3557 46.7332 43.3883 45.5635 58.7667V58.7667Z\" fill=\"#F6D330\" style=\"fill:#F6D330;fill:color(display-p3 0.9647 0.8275 0.1882);fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4088_3069\">\\n<rect width=\"90.672\" height=\"83.116\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0.0332031 0.825958)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bu0zdz\",layoutDependency:layoutDependency,layoutId:\"f8wMxwr20\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16dr99k\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:153,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"L69LpQB0Z\",svg:'<svg width=\"238\" height=\"153\" viewBox=\"0 0 238 153\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_13572)\">\\n<rect y=\"0.94397\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#CC0000\" style=\"fill:#CC0000;fill:color(display-p3 0.8000 0.0000 0.0000);fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"1.33884\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_13572)\">\\n<path d=\"M35.2979 -7.46344H203.298V160.537H35.2979V-7.46344Z\" fill=\"#CC0000\" style=\"fill:#CC0000;fill:color(display-p3 0.8000 0.0000 0.0000);fill-opacity:1;\"/>\\n<path d=\"M167.51 108.157V105.581H167.576C167.986 105.697 168.412 105.752 168.839 105.745C170.02 105.745 170.578 105.335 170.988 104.154L171.595 102.513L166.181 88.4693H169.528L172.186 95.9834C172.629 97.2467 173.121 98.9857 173.121 98.9857H173.187C173.187 98.9857 173.646 97.2467 174.105 95.9834L176.648 88.4693H179.897L174.105 104.318C173.023 107.402 171.94 108.337 169.462 108.337H169.101C168.566 108.343 168.033 108.288 167.51 108.173V108.157ZM60.328 108.157V88.4693H63.3632V90.356H63.4452C64.4296 89.0435 65.8077 88.092 67.8421 88.092C71.5827 88.092 74.06 91.0943 74.06 95.7045C74.06 100.347 71.5991 103.284 67.8257 103.284C66.9981 103.327 66.1733 103.159 65.4276 102.798C64.6819 102.437 64.0396 101.893 63.56 101.217H63.478V108.173L60.328 108.157ZM63.3304 95.7701C63.3304 98.592 64.5608 100.626 67.2679 100.626C69.5155 100.626 70.8116 98.7396 70.8116 95.7701C70.8116 92.8826 69.696 90.717 67.1694 90.717C64.4952 90.717 63.3304 92.981 63.3304 95.7701ZM152.252 95.6717C152.252 91.406 154.976 88.092 159.307 88.092C162.9 88.092 165.164 90.1592 165.656 93.2271H162.506C162.401 92.4823 162.021 91.8037 161.441 91.3242C160.862 90.8447 160.124 90.5989 159.373 90.6349C156.748 90.6349 155.386 92.7021 155.386 95.6389C155.386 98.5264 156.715 100.626 159.323 100.626C161.226 100.626 162.408 99.6092 162.605 97.7553H165.689C165.443 100.971 163.113 103.235 159.373 103.235H159.307C155.008 103.235 152.252 99.9045 152.252 95.6717ZM137.552 98.9529C137.552 95.6717 140.128 94.8021 143.458 94.3099C145.624 93.949 146.838 93.7849 146.838 92.5053C146.838 91.2748 145.854 90.5037 144.115 90.5037C142.195 90.5037 141.26 91.2748 141.178 92.9482H138.176C138.258 90.3232 140.062 88.1576 144.082 88.1576C147.954 88.1576 149.939 89.7654 149.939 93.1123V99.3959C149.939 100.446 150.152 100.872 151.169 100.708H151.235V102.726C150.907 102.89 150.497 103.038 149.758 103.038C148.052 103.071 147.117 102.48 146.838 101.004C146.343 101.718 145.673 102.292 144.891 102.672C144.109 103.051 143.243 103.222 142.376 103.169C139.587 103.169 137.552 101.742 137.552 98.9529ZM144.049 96.3279C141.982 96.7873 140.768 97.1646 140.768 98.8381C140.768 100.413 141.818 100.872 143.18 100.872C145.641 100.905 146.871 99.199 146.871 97.6896V95.4256C145.983 95.8703 145.031 96.1747 144.049 96.3279ZM90.5319 98.9529C90.5319 95.6717 93.1077 94.8021 96.4382 94.3099C98.5874 93.949 99.8179 93.7849 99.8179 92.5053C99.8179 91.2748 98.8335 90.5037 97.0944 90.5037C95.1749 90.5037 94.2233 91.2748 94.1577 92.9482H91.1554C91.221 90.3232 93.0421 88.1576 97.0616 88.1576C100.933 88.1576 102.919 89.7654 102.919 93.1123V99.3959C102.919 100.446 103.132 100.872 104.149 100.708H104.215V102.726C103.887 102.89 103.476 103.038 102.738 103.038C100.999 103.071 100.097 102.48 99.8179 101.004C99.3215 101.72 98.6482 102.296 97.8634 102.676C97.0786 103.055 96.2089 103.225 95.339 103.169C92.5499 103.169 90.5319 101.742 90.5319 98.9529ZM97.0288 96.3279C94.9616 96.7873 93.7475 97.1646 93.7475 98.8381C93.7475 100.413 94.7976 100.872 96.1429 100.872C98.6366 100.905 99.8507 99.199 99.8507 97.6896V95.4256C98.9622 95.8701 98.0103 96.1745 97.0288 96.3279ZM132.417 102.89V93.4732C132.417 91.7506 131.433 90.8482 130.055 90.8482C128.332 90.8482 127.052 92.2428 127.052 94.2771V102.858H123.902V93.4404C123.902 91.7178 123 90.8154 121.605 90.8154C119.965 90.8154 118.57 92.2099 118.57 94.2279V102.825H115.42V88.4693H118.455V90.4709H118.521C118.955 89.7465 119.571 89.1485 120.308 88.7368C121.045 88.3251 121.877 88.1141 122.721 88.1248C123.548 88.1069 124.361 88.3404 125.052 88.7944C125.744 89.2485 126.281 89.9017 126.593 90.6678H126.658C127.095 89.8949 127.729 89.2521 128.496 88.8052C129.263 88.3584 130.135 88.1235 131.023 88.1248C133.861 88.1248 135.6 89.9787 135.6 93.0467V102.89H132.417ZM85.3968 102.907V93.6209C85.3968 91.9474 84.3468 90.8974 82.6077 90.8974C80.6882 90.8974 79.2608 92.374 79.2608 94.4576V102.907H76.1108V82.8912H79.2608V90.3889H79.3265C80.3765 88.9287 81.6233 88.1248 83.6577 88.1248C86.66 88.1248 88.5468 90.1592 88.5468 93.2107V102.89L85.3968 102.907ZM106.036 102.874V88.4693H109.104V90.8482H109.137C110.006 89.306 111.155 88.3873 112.976 88.3873C113.279 88.3698 113.583 88.3975 113.878 88.4693V91.3404H113.812C113.56 91.2785 113.3 91.2564 113.041 91.2748C110.876 91.2748 109.169 92.7349 109.169 95.4912V102.874H106.036ZM180.602 86.1724C180.591 85.7448 180.666 85.3194 180.824 84.9215C180.981 84.5237 181.216 84.1616 181.516 83.8568C181.817 83.5521 182.175 83.3109 182.57 83.1478C182.966 82.9848 183.39 82.903 183.818 82.9076C185.524 82.9076 187.017 84.2037 187.017 86.1889C187.017 88.174 185.524 89.4537 183.818 89.4537C181.931 89.4537 180.602 88.0592 180.602 86.1724ZM181.308 86.1724C181.308 87.6818 182.292 88.8631 183.818 88.8631C185.196 88.8631 186.312 87.7474 186.312 86.1724C186.312 84.5974 185.196 83.4982 183.801 83.4982C182.391 83.4982 181.308 84.6139 181.308 86.1724ZM184.687 88.092L183.736 86.5662H183.178V88.0592H182.587V84.4826H183.949C184.819 84.4826 185.262 84.7943 185.262 85.5162C185.262 86.1724 184.884 86.4514 184.326 86.5006L185.344 88.092H184.687ZM183.145 86.0412H183.851C184.294 86.0412 184.671 86.0084 184.671 85.4834C184.671 85.024 184.261 84.9912 183.883 84.9912H183.145V86.0412ZM154.648 66.9607H164.524C165.049 69.3396 166.394 70.1599 169.167 70.1599C171.628 70.1599 172.973 69.2904 172.973 67.8959C172.973 65.8943 171.169 65.7631 167.395 64.7787C162.998 63.6303 160.176 62.6459 158.864 61.7271C157.69 60.9221 156.743 59.83 156.111 58.5549C155.479 57.2798 155.184 55.8641 155.255 54.4428C155.255 48.3232 160.078 44.3365 168.478 44.3365C176.632 44.3365 181.406 47.9131 181.964 54.3115H172.366C172.038 52.4084 170.742 51.5225 168.281 51.5225C166.148 51.5225 165.082 52.2279 165.082 53.6553C165.082 55.3287 166.723 55.6568 169.774 56.4443C173.712 57.4615 176.829 58.0685 178.814 59.4467C180.094 60.1941 181.147 61.2764 181.858 62.5773C182.569 63.8781 182.912 65.3482 182.85 66.8295C182.85 73.6873 177.928 77.7232 168.741 77.7232C160.258 77.7232 155.287 73.7365 154.648 66.9607ZM95.8968 61.0381C95.8968 50.7021 102.115 44.3365 111.942 44.3365C121.13 44.3365 126.511 48.9795 127.101 57.1826H117.455C117.176 53.9834 115.371 52.2607 112.073 52.2607C108.087 52.2607 106.151 55.181 106.151 61.0381C106.151 66.7803 108.283 69.7498 112.401 69.7498C115.469 69.7498 117.405 67.8959 117.733 64.4998H127.249V64.549C126.691 72.8506 121.212 77.7232 112.123 77.7232C102.016 77.7232 95.8804 71.3248 95.8804 61.0381H95.8968ZM53.4538 59.0365C52.5841 58.1527 52.0967 56.9624 52.0967 55.7225C52.0967 54.4825 52.5841 53.2922 53.4538 52.4084L60.0983 45.7803C60.5224 45.3379 61.0319 44.9862 61.5959 44.7465C62.1599 44.5068 62.7667 44.384 63.3796 44.3857C64.0019 44.3855 64.6182 44.5086 65.1926 44.7479C65.7671 44.9873 66.2884 45.3382 66.7265 45.7803L72.1897 51.2435L77.6202 45.7803C78.0524 45.3398 78.5681 44.9899 79.1372 44.751C79.7062 44.5121 80.3171 44.3891 80.9343 44.3891C81.5514 44.3891 82.1623 44.5121 82.7314 44.751C83.3004 44.9899 83.8161 45.3398 84.2483 45.7803L90.8929 52.3592C91.7626 53.243 92.25 54.4333 92.25 55.6732C92.25 56.9132 91.7626 58.1035 90.8929 58.9873L72.1897 77.7232L53.4538 59.0365ZM135.682 76.8865L125.067 45.2717H135.403L140.735 65.6646L146.444 45.2717H156.419L145.772 76.8865H135.682Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_13572\" x=\"-6.0994\" y=\"-0.27591\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_13572\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_13572\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_13572\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_13572\" result=\"effect2_dropShadow_4087_13572\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_13572\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_13572\">\\n<rect width=\"168\" height=\"109.2\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(35.2979 21.9367)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jls20a\",layoutDependency:layoutDependency,layoutId:\"S8PJADif6\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4hueh8\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"FypbdDM2h\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14386)\">\\n<rect y=\"0.0621338\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"black\" style=\"fill:black;fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"0.457008\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_14386)\">\\n<path d=\"M117.654 73.3879H107.074V65.2677H103.873V85.8883H107.074V76.1171H117.654V85.8883H120.821V65.2677H117.654M86.4366 65.2003C85.2742 65.1666 82.9156 65.1666 80.8266 65.1666V85.8714H84.0612V78.0208C84.8698 78.0208 86.5377 77.9534 87.8854 77.9197C89.7723 77.886 94.6916 76.9426 94.6579 71.2652C94.7084 64.8633 87.6159 65.2003 86.4366 65.2003ZM86.2681 75.2747H84.1286V67.8116H85.948C86.7904 67.8116 91.7602 67.4409 91.9118 71.2989C92.114 75.0894 88.1887 75.2747 86.2681 75.2747ZM56.5839 65.1666L56.6176 85.8714H69.6065V83.1759H59.8522V76.1508H66.7594C66.7594 75.5611 66.7257 74.7019 66.7594 73.5732H59.8522V67.9295H69.6065C69.5728 66.2953 69.6065 65.1666 69.6065 65.1666H56.5839ZM37.6985 70.2207C37.6985 66.8344 42.1797 66.6997 44.8247 68.8729C45.7344 66.2616 45.8018 66.0763 45.8018 66.0763C38.0859 62.37 34.5649 67.2725 34.5649 70.406C34.5649 77.9029 45.1953 76.3024 43.6623 81.5755C43.1232 83.496 39.7033 84.5911 35.7611 82.1988C35.4747 83.0075 35.003 83.9846 34.5312 84.9617C39.7369 87.6909 46.4926 86.3769 46.7116 80.75C47.0148 73.6743 37.6985 74.1797 37.6985 70.2207ZM174.226 70.9788C173.754 64.8297 167.79 65.3014 166.476 65.234C165.381 65.2003 163.056 65.1666 161.052 65.1666V85.8378H164.286V77.1447C165.381 77.1447 165.735 77.1447 167.386 77.0774L173.282 85.8378H177.208L170.688 76.5383C172.44 75.8981 174.479 74.3987 174.226 70.9788ZM166.291 74.7188C165.567 74.7188 165.011 74.7188 164.286 74.6851V67.6936H165.988C166.796 67.6936 171.042 67.4409 171.412 70.8272C171.867 74.8367 167.167 74.7188 166.291 74.7188ZM195.571 65.2003H191.831L185.058 85.9051H188.259C189.27 82.1651 189.607 81.1038 189.607 81.1038L197.98 81.0701C198.957 83.833 199.682 85.9388 199.682 85.9388H203L195.571 65.2003ZM190.348 78.7284L193.617 68.5023H193.65L197.07 78.6947L190.348 78.7284ZM140.903 64.6106C134.316 64.6106 130.02 69.4794 130.02 75.5274C130.02 81.5755 134.316 86.4442 140.903 86.4442C147.49 86.4442 151.786 81.5755 151.786 75.5274C151.786 69.4794 147.49 64.6106 140.903 64.6106ZM140.903 83.4623C136.068 83.4623 133.338 79.9413 133.338 75.5274C133.338 71.1641 136.068 67.5925 140.903 67.5925C145.704 67.5925 148.467 71.1136 148.467 75.5274C148.467 79.8908 145.738 83.4623 140.903 83.4623Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14386\" x=\"-6.0994\" y=\"-1.15775\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14386\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14386\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14386\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14386\" result=\"effect2_dropShadow_4087_14386\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14386\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14386\">\\n<rect width=\"168.469\" height=\"21.8336\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(34.5312 64.6106)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uulhyk\",layoutDependency:layoutDependency,layoutId:\"UKHw8k8Ou\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wm526q\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"F0yoHN_hg\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14126)\">\\n<rect y=\"0.180176\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#E71324\" style=\"fill:#E71324;fill:color(display-p3 0.9059 0.0745 0.1412);fill-opacity:1;\" shape-rendering=\"crispEdges\"/>\\n<rect x=\"0.394874\" y=\"0.57505\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\" shape-rendering=\"crispEdges\"/>\\n<g clip-path=\"url(#clip0_4087_14126)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M206.08 65.8875L200.751 80.1229H200.672L195.503 65.8875H190.413L198.388 85.7466L195.423 92.4724H200.183L211.022 65.8875H206.08ZM179.12 69.5685C181.517 69.5685 183.562 71.3976 184.062 73.9425H174.178C174.666 71.3976 176.723 69.5685 179.12 69.5685ZM183.789 80.1456C182.96 81.5998 181.347 82.3838 179.427 82.3838C176.836 82.3838 174.564 80.6682 174.212 77.4417H189.118C189.118 69.3072 184.369 65.5012 179.04 65.5012C173.564 65.5012 169.27 69.6821 169.27 75.9534C169.27 82.2247 173.564 86.4056 179.381 86.4056C182.471 86.4056 185.107 85.4853 187.039 83.0313L183.789 80.1456ZM26.9727 81.8611C28.211 84.6787 31.0286 86.4169 34.3573 86.4169C37.4703 86.4169 40.231 84.8946 41.5489 82.4292C42.1283 81.3385 42.3782 79.9411 42.3782 77.7484V59.5821H37.4021V78.3165C37.4021 79.7934 37.1522 80.4297 36.7772 80.9182C36.2319 81.6112 35.3685 82.0202 34.3914 82.0202C32.426 82.0202 31.5398 80.4865 31.2331 79.7366L26.9727 81.8611ZM130.052 65.8875V68.3642H130.131C131.085 66.8759 133.096 65.5126 135.755 65.5126C139.402 65.5126 142.674 67.9098 142.674 73.6812V86.042H138.106V74.2152C138.106 71.1704 136.777 69.648 134.641 69.648C131.937 69.648 130.04 71.7044 130.04 74.6242V86.0307H125.473V65.8875H130.052ZM152.524 65.8875V68.3642H152.603C153.558 66.8759 155.568 65.5126 158.227 65.5126C161.874 65.5126 165.146 67.9098 165.146 73.6812V86.042H160.59V74.2152C160.59 71.1704 159.261 69.648 157.125 69.648C154.421 69.648 152.524 71.7044 152.524 74.6242V86.0307H147.957V65.8875H152.524ZM111.317 69.5685C113.714 69.5685 115.759 71.3976 116.259 73.9425H106.375C106.864 71.3976 108.92 69.5685 111.317 69.5685ZM115.987 80.1456C115.157 81.5998 113.544 82.3838 111.624 82.3838C109.034 82.3838 106.761 80.6682 106.409 77.4417H121.315C121.315 69.3072 116.566 65.5012 111.238 65.5012C105.762 65.5012 101.467 69.6821 101.467 75.9534C101.467 82.2247 105.762 86.4056 111.578 86.4056C114.669 86.4056 117.304 85.4853 119.236 83.0313L115.987 80.1456ZM69.7925 78.646C68.5996 80.0434 66.2592 82.0202 62.4873 82.0202C59.9765 82.0202 57.6589 81.0772 55.9661 79.3731C54.2619 77.6689 53.3189 75.3399 53.3189 72.8177C53.3189 67.6598 57.2499 63.6153 62.2601 63.6153C64.5323 63.6153 66.7023 64.4787 68.4291 66.0579L71.6216 62.6723C69.1449 60.4456 65.8502 59.2186 62.3055 59.2186C58.3746 59.2186 54.7959 60.6273 52.2396 63.1722C49.7402 65.6716 48.3542 69.1027 48.3542 72.8291C48.3542 76.5442 49.7516 79.9752 52.2737 82.486C54.8527 85.0309 58.4428 86.4397 62.3737 86.4397C66.7591 86.4397 70.6786 84.7128 73.2235 81.6907L69.7925 78.646ZM88.5723 73.9993H84.0733V64.172H88.5723C91.3898 64.172 93.5257 66.2851 93.5257 69.08C93.5257 71.8975 91.4012 73.9993 88.5723 73.9993ZM95.7979 62.3542C94.0142 60.5705 91.583 59.5821 88.9472 59.5821H79.1199V86.0761H84.0847V78.6005H88.9131C91.5716 78.6005 94.0142 77.6121 95.7979 75.8284C97.5589 74.0675 98.5359 71.6703 98.5359 69.0913C98.5246 66.5124 97.5589 64.1265 95.7979 62.3542Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14126\" x=\"-6.0994\" y=\"-1.0397\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14126\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14126\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14126\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14126\" result=\"effect2_dropShadow_4087_14126\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14126\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14126\">\\n<rect width=\"184.049\" height=\"48\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(26.9756 51.8455)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17thns5\",layoutDependency:layoutDependency,layoutId:\"o8qMhMPwW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w0dsam\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"fhSTs2U0F\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14131)\">\\n<rect y=\"0.29834\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#231F20\" style=\"fill:#231F20;fill:color(display-p3 0.1373 0.1216 0.1255);fill-opacity:1;\"/>\\n<rect x=\"0.394874\" y=\"0.693214\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\"/>\\n<g clip-path=\"url(#clip0_4087_14131)\">\\n<path d=\"M130.52 65.3495V62.0031C130.524 61.4938 130.908 61.1531 131.372 61.1531H146.378C146.862 61.1531 147.245 61.5034 147.245 62.0001V64.8751C147.239 65.3497 146.833 65.981 146.115 66.9803L138.335 78.0787C141.222 78.0111 144.277 78.4423 146.9 79.9179C147.491 80.2516 147.652 80.7382 147.696 81.2219V84.8006C147.696 85.2952 147.156 85.8666 146.594 85.569C141.97 83.1435 135.84 82.8798 130.733 85.5981C130.21 85.8776 129.666 85.3178 129.666 84.8232V81.4188C129.666 80.8762 129.674 79.9458 130.223 79.1179L139.228 66.1958H131.389C130.91 66.1956 130.525 65.854 130.52 65.3495ZM75.7772 86.2736H71.2109C70.7765 86.2471 70.4264 85.9203 70.3941 85.5029L70.3983 62.0603C70.3983 61.5929 70.7894 61.216 71.2782 61.216L75.5301 61.2144C75.9757 61.2389 76.3317 61.5754 76.361 62.0031V65.0648H76.4447C77.5503 62.1045 79.6417 60.721 82.4519 60.721C85.3096 60.721 87.0947 62.1045 88.3769 65.0648C89.4859 62.1045 91.9982 60.721 94.686 60.721C96.605 60.721 98.6913 61.5117 99.9719 63.2878C101.423 65.2557 101.123 68.1215 101.123 70.6318L101.121 85.4284C101.121 85.8986 100.723 86.2734 100.239 86.2734H95.6794C95.2191 86.2469 94.8596 85.8825 94.8596 85.4333L94.8577 73.0021C94.8577 72.0166 94.9412 69.553 94.7277 68.6114C94.3843 67.0338 93.3622 66.5899 92.041 66.5899C90.9377 66.5899 89.7844 67.3302 89.314 68.5144C88.8475 69.6993 88.8881 71.6681 88.8881 73.0021V85.428C88.8881 85.8982 88.4935 86.2729 88.0072 86.2729H83.4471C82.988 86.2464 82.6262 85.882 82.6262 85.4328L82.6204 73.0016C82.6204 70.3855 83.0489 66.5404 79.8111 66.5404C76.5263 66.5404 76.6551 70.2928 76.6551 73.0016L76.6533 85.4275C76.6528 85.8988 76.2661 86.2736 75.7772 86.2736ZM160.168 60.7212C166.939 60.7212 170.612 66.5415 170.612 73.9402C170.612 81.0885 166.555 86.7684 160.168 86.7684C153.517 86.7684 149.891 80.9375 149.891 73.6905C149.891 66.3947 153.558 60.7212 160.168 60.7212ZM160.212 65.5037C156.84 65.5037 156.626 70.0964 156.626 72.9484C156.626 75.8107 156.583 81.9247 160.168 81.9247C163.698 81.9247 163.866 76.994 163.866 73.9929C163.866 72.0173 163.783 69.6507 163.184 67.7748C162.675 66.1444 161.651 65.5037 160.212 65.5037ZM179.396 86.2736H174.844C174.384 86.2471 174.024 85.8827 174.024 85.4335L174.015 61.9824C174.055 61.5523 174.433 61.2158 174.894 61.2158L179.134 61.2142C179.535 61.2354 179.863 61.5081 179.945 61.8727V65.4557H180.031C181.309 62.2525 183.092 60.7207 186.247 60.7207C188.296 60.7207 190.303 61.462 191.581 63.4867C192.768 65.355 192.768 68.5146 192.768 70.7823V85.5331C192.715 85.953 192.34 86.2734 191.902 86.2734H187.317C186.9 86.2487 186.555 85.9332 186.502 85.5331V72.8057C186.502 70.2451 186.805 66.4908 183.645 66.4908C182.535 66.4908 181.523 67.2329 181.009 68.3683C180.37 69.7996 180.287 71.2256 180.287 72.806V85.4287C180.275 85.8988 179.883 86.2736 179.396 86.2736ZM66.8288 81.9724C65.9982 80.8156 65.1097 79.8819 65.1097 77.7417V70.6261C65.1097 67.6156 65.3252 64.8486 63.1008 62.7725C61.3475 61.0893 58.4442 60.4962 56.2207 60.4962C51.875 60.4962 47.029 62.1181 46.0109 67.4876C45.9026 68.062 46.3184 68.36 46.6932 68.4444L51.1188 68.924C51.5302 68.9028 51.8324 68.4928 51.9117 68.0823C52.2924 66.2304 53.842 65.3386 55.5835 65.3386C56.5197 65.3386 57.5877 65.6867 58.1457 66.5268C58.7862 67.4637 58.7002 68.752 58.7002 69.8397V70.4276C56.0502 70.7256 52.5895 70.9225 50.1158 72.0113C47.2535 73.2499 45.248 75.7665 45.248 79.4774C45.248 84.2262 48.236 86.599 52.0772 86.599C55.3304 86.599 57.0998 85.8315 59.6088 83.2776C60.4385 84.4779 60.7093 85.0571 62.225 86.3232C62.5659 86.5036 63.001 86.4893 63.3046 86.2155L63.3147 86.2266C64.2272 85.4132 65.8868 83.9727 66.8145 83.1921C67.1849 82.8846 67.1195 82.3863 66.8288 81.9724ZM57.8447 79.9209C57.1173 81.1998 55.9668 81.992 54.686 81.992C52.9334 81.992 51.9087 80.6563 51.9087 78.6841C51.9087 74.7968 55.3991 74.0916 58.7009 74.0916V75.078C58.7009 76.8525 58.7427 78.3375 57.8447 79.9209ZM126.687 81.9724C125.85 80.8156 124.963 79.8819 124.963 77.7417V70.6261C124.963 67.6156 125.177 64.8486 122.953 62.7725C121.207 61.0893 118.3 60.4962 116.081 60.4962C111.736 60.4962 106.887 62.1181 105.87 67.4876C105.762 68.062 106.177 68.36 106.551 68.4444L110.974 68.924C111.392 68.9028 111.692 68.4928 111.77 68.0823C112.153 66.2304 113.696 65.3386 115.44 65.3386C116.378 65.3386 117.449 65.6867 118.001 66.5268C118.64 67.4637 118.555 68.752 118.555 69.8397V70.4276C115.908 70.7256 112.449 70.9225 109.974 72.0113C107.112 73.2499 105.104 75.7665 105.104 79.4774C105.104 84.2262 108.09 86.599 111.936 86.599C115.181 86.599 116.96 85.8315 119.466 83.2776C120.294 84.4779 120.567 85.0571 122.082 86.3232C122.425 86.5036 122.856 86.4893 123.158 86.2155L123.168 86.2266C124.083 85.4132 125.742 83.9727 126.674 83.1921C127.046 82.8846 126.982 82.3863 126.687 81.9724ZM117.7 79.9209C116.978 81.1998 115.823 81.992 114.541 81.992C112.789 81.992 111.768 80.6563 111.768 78.6841C111.768 74.7968 115.254 74.0916 118.555 74.0916V75.078C118.555 76.8525 118.599 78.3375 117.7 79.9209Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M136.617 95.3829C127.906 101.6 115.773 104.958 105.069 104.958C90.0744 104.958 76.7096 99.5306 66.4124 90.2321C65.4601 89.372 66.075 88.3631 67.2592 89.0438C78.461 95.5219 91.8858 99.3119 105.972 99.3119C115.471 99.3119 125.561 97.4203 135.149 93.3413C137.245 92.4477 138.114 94.3128 136.617 95.3829Z\" fill=\"#F9A51B\" style=\"fill:#F9A51B;fill:color(display-p3 0.9765 0.6471 0.1059);fill-opacity:1;\"/>\\n<path d=\"M140.338 91.1866C139.236 89.7793 133.085 90.5212 130.321 90.8475C129.489 90.9496 129.354 90.2179 130.112 89.6889C135.018 86.2591 143.062 87.2576 143.992 88.3897C144.932 89.5543 143.743 97.6241 139.146 101.476C138.438 102.073 137.772 101.749 138.084 100.968C139.116 98.3806 141.434 92.5888 140.338 91.1866Z\" fill=\"#F9A51B\" style=\"fill:#F9A51B;fill:color(display-p3 0.9765 0.6471 0.1059);fill-opacity:1;\"/>\\n<path d=\"M197.963 82.4456C198.477 82.4456 198.914 82.6265 199.275 82.9884C199.635 83.347 199.817 83.7831 199.817 84.2936C199.817 84.8073 199.636 85.2441 199.275 85.605C198.916 85.9671 198.479 86.1485 197.963 86.1485C197.448 86.1485 197.011 85.9671 196.652 85.605C196.293 85.2441 196.113 84.8068 196.113 84.2936C196.113 83.7831 196.293 83.347 196.655 82.9884C197.016 82.6265 197.453 82.4456 197.963 82.4456ZM200.108 84.2892C200.108 83.6982 199.897 83.1946 199.48 82.7789C199.061 82.3626 198.553 82.1545 197.961 82.1545C197.371 82.1545 196.869 82.3626 196.45 82.7789C196.032 83.1967 195.822 83.6996 195.822 84.2892C195.822 84.8836 196.03 85.3904 196.445 85.808C196.861 86.2291 197.367 86.4396 197.96 86.4396C198.553 86.4396 199.061 86.2291 199.479 85.808C199.897 85.3897 200.108 84.8831 200.108 84.2892ZM198.53 83.8266C198.53 84.0032 198.449 84.1232 198.285 84.1878C198.194 84.2233 198.061 84.2389 197.884 84.2389H197.505V83.4007H197.862C198.097 83.4007 198.265 83.4274 198.373 83.4855C198.477 83.544 198.53 83.6561 198.53 83.8266ZM197.1 83.1094V85.4538H197.505V84.5298H197.836C198.06 84.5298 198.216 84.5559 198.304 84.6045C198.456 84.6939 198.53 84.8709 198.53 85.1429V85.3287L198.539 85.4036L198.544 85.4301C198.548 85.4367 198.549 85.446 198.551 85.4538H198.936L198.921 85.4238C198.909 85.4036 198.903 85.3644 198.899 85.3026C198.894 85.2401 198.894 85.1825 198.894 85.1277V84.9574C198.894 84.8389 198.85 84.7172 198.766 84.592C198.68 84.4685 198.547 84.392 198.363 84.3636C198.508 84.3406 198.621 84.3032 198.703 84.2502C198.858 84.1497 198.936 83.9958 198.936 83.7872C198.936 83.4931 198.813 83.2954 198.569 83.1935C198.432 83.1379 198.218 83.1098 197.925 83.1098L197.1 83.1094Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14131\" x=\"-6.0994\" y=\"-0.92154\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14131\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14131\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14131\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14131\" result=\"effect2_dropShadow_4087_14131\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14131\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14131\">\\n<rect width=\"163.333\" height=\"98\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(37.333 26.7273)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4yls2h\",layoutDependency:layoutDependency,layoutId:\"xzn_V9wf9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m2zg0t\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"J6m4Vp3Dh\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14150)\">\\n<rect y=\"0.416504\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#FE6D01\" style=\"fill:#FE6D01;fill:color(display-p3 0.9961 0.4275 0.0039);fill-opacity:1;\"/>\\n<rect x=\"0.394874\" y=\"0.811378\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\"/>\\n<g clip-path=\"url(#clip0_4087_14150)\">\\n<path d=\"M102.23 77.78C102.122 77.9421 102.176 78.1311 102.176 78.2931V86.1243C102.176 86.8535 102.095 87.5556 101.879 88.2577C101.231 90.499 99.3409 91.8492 96.9915 91.6872C94.1021 91.4982 92.4548 89.7429 92.2658 86.6914C92.2388 86.3944 92.2388 86.0703 92.2388 85.7733V65.6281C92.2388 63.5218 93.0219 61.8746 95.0202 61.0644C97.0725 60.2273 99.0168 60.5243 100.691 62.0366C101.609 62.8467 102.257 63.9269 102.986 64.899C105.228 67.9505 107.604 70.921 109.71 74.0805C109.927 74.4045 110.116 74.7286 110.44 75.0256V74.5125V66.1412C110.44 64.98 110.629 63.8729 111.223 62.8737C112.303 61.0374 114.004 60.4433 116.002 60.6594C118.352 60.8754 119.918 62.4686 120.242 64.845C120.323 65.3851 120.35 65.9252 120.35 66.4653V86.6644C120.35 88.7438 119.621 90.391 117.677 91.2551C115.597 92.1463 113.599 91.8222 111.898 90.283C110.845 89.3378 110.062 88.1227 109.17 86.9885C106.821 83.991 104.31 81.1016 102.311 77.834C102.311 77.807 102.284 77.807 102.23 77.78ZM175.061 77.834V78.4011C175.061 81.2366 175.034 84.045 175.007 86.8805C175.007 87.6906 174.764 88.4467 174.413 89.1488C173.575 90.8501 171.793 91.8222 169.822 91.6602C167.013 91.4442 165.339 89.6889 165.15 86.8265C165.15 86.6644 165.123 86.5024 165.123 86.3404C165.123 79.2653 165.096 72.1902 165.123 65.1151C165.123 63.3058 165.987 61.9286 167.608 61.1454C169.444 60.2813 171.226 60.4163 172.954 61.5235C173.467 61.8476 173.9 62.2796 174.251 62.7387C176.978 66.4113 179.786 70.0028 182.379 73.7834C182.676 74.2155 182.946 74.6476 183.297 75.2146V74.5125V65.9792C183.297 64.629 183.594 63.3328 184.485 62.2526C185.808 60.6594 187.591 60.3893 189.481 60.7404C191.263 61.0914 192.37 62.2796 192.883 63.9809C193.126 64.791 193.181 65.6011 193.181 66.4383V86.6914C193.181 88.7438 192.424 90.391 190.507 91.2281C188.509 92.0923 186.591 91.8222 184.89 90.418C184.62 90.202 184.35 89.9319 184.134 89.6619C181.434 86.1784 178.544 82.8298 176.033 79.2113C175.709 78.7522 175.412 78.2931 175.115 77.834C175.142 77.807 175.115 77.807 175.061 77.834ZM41.8759 61.2265C43.6312 61.2535 45.6295 61.0914 47.6008 61.4695C53.0826 62.4957 57.2953 65.2501 59.2126 70.6239C61.1839 76.1598 60.5358 81.4256 56.6202 86.0163C54.2168 88.8518 50.9763 90.337 47.3578 90.8501C44.0092 91.3362 40.6337 91.0121 37.2852 91.0661C37.1232 91.0661 36.9611 91.0121 36.7991 90.9851C34.1527 90.526 32.3164 88.3657 32.3164 85.6923V66.6273C32.3164 63.6298 34.6118 61.2805 37.6362 61.2265C38.9594 61.1995 40.3097 61.2265 41.8759 61.2265ZM42.227 76.1598V81.0746C42.227 81.3176 42.1999 81.5336 42.578 81.5336C43.6312 81.5066 44.6573 81.5876 45.7105 81.4526C48.4649 81.1286 50.3012 79.0492 50.3282 76.1868C50.3552 73.3784 48.5189 71.218 45.7645 70.867C44.7383 70.7319 43.7122 70.84 42.686 70.7859C42.308 70.7589 42.1999 70.894 42.1999 71.272C42.227 72.8923 42.227 74.5395 42.227 76.1598ZM133.663 69.9218C135.446 67.6265 137.282 65.4391 139.01 63.1708C140.009 61.8746 141.197 60.9564 142.872 60.7674C145.788 60.4703 148.597 63.1708 148.381 66.0872C148.272 67.4374 147.732 68.5716 146.895 69.5978C145.194 71.6231 143.466 73.6214 141.737 75.6197C141.494 75.9168 141.494 76.0788 141.737 76.3488C143.601 78.4011 145.41 80.5075 147.246 82.5598C148.246 83.694 148.813 84.9632 148.759 86.4754C148.651 89.7159 145.383 92.2273 142.386 91.3362C141.359 91.0391 140.522 90.418 139.847 89.5809C137.903 87.2045 135.905 84.8551 134.014 82.4248C133.933 82.3167 133.852 82.2087 133.744 82.0737C133.555 82.1817 133.636 82.3438 133.636 82.4518C133.636 83.883 133.663 85.2872 133.609 86.7184C133.528 89.6079 131.476 91.6332 128.667 91.6062C125.832 91.6062 123.726 89.5809 123.726 86.7184C123.699 79.6163 123.699 72.4872 123.726 65.3851C123.753 62.5227 125.886 60.4973 128.694 60.5243C131.503 60.5513 133.528 62.5227 133.609 65.3851C133.69 66.9513 133.663 68.4366 133.663 69.9218ZM88.8902 73.2973C88.8632 75.2416 88.9712 77.672 88.8362 80.0754C88.5122 86.0433 84.0565 90.7691 78.1156 91.5252C75.4691 91.8492 72.9037 91.7142 70.4194 90.6881C65.9907 88.8788 63.5603 85.5032 62.8852 80.8315C62.8042 80.2374 62.7772 79.6163 62.7502 78.9952C62.7502 74.5395 62.7232 70.1108 62.7502 65.6551C62.7772 62.6847 64.8565 60.5784 67.7189 60.6054C70.6084 60.6324 72.6607 62.7387 72.6607 65.7632V78.3471C72.6607 79.7514 73.1468 80.8855 74.443 81.5336C76.4683 82.5598 78.7367 81.1286 78.9527 78.7792C78.9797 78.4822 78.9797 78.1581 78.9797 77.8611V65.6011C78.9797 62.9277 80.789 60.9024 83.4084 60.6324C86.0008 60.3623 88.2151 61.9556 88.7552 64.521C88.8362 64.926 88.8632 65.3311 88.8632 65.7632C88.8902 68.1125 88.8902 70.4619 88.8902 73.2973ZM151.864 76.1058C151.864 72.5682 151.837 69.0577 151.864 65.5201C151.891 63.4678 152.755 61.8746 154.673 61.0644C156.644 60.2273 158.561 60.4433 160.208 61.9016C161.208 62.7657 161.721 63.9539 161.721 65.2501C161.748 72.5142 161.775 79.7513 161.721 87.0155C161.694 89.7429 159.452 91.7682 156.752 91.6872C153.916 91.6062 151.891 89.6349 151.864 86.8535C151.837 83.2619 151.864 79.6973 151.864 76.1058Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M196.206 67.7615C196.179 66.5463 196.206 65.3581 196.476 64.1699C197.016 61.6855 199.095 60.2813 201.66 60.6864C204.118 61.0644 205.684 63.0897 205.441 65.5741C205.225 67.6264 204.658 69.5977 203.848 71.488C203.362 72.5952 202.633 73.4864 201.444 73.8914C199.5 74.5395 197.475 73.5944 196.746 71.6501C196.26 70.4079 196.233 69.0847 196.206 67.7615Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14150\" x=\"-6.0994\" y=\"-0.803376\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14150\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14150\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14150\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14150\" result=\"effect2_dropShadow_4087_14150\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14150\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14150\">\\n<rect width=\"177.384\" height=\"32\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(30.3086 60.2273)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ok32e\",layoutDependency:layoutDependency,layoutId:\"X1fZXLp7F\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1my4oxs\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"zh0NT9yAW\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14237)\">\\n<rect y=\"0.534668\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#CC0000\" style=\"fill:#CC0000;fill:color(display-p3 0.8000 0.0000 0.0000);fill-opacity:1;\"/>\\n<rect x=\"0.394874\" y=\"0.929542\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\"/>\\n<g clip-path=\"url(#clip0_4087_14237)\">\\n<path d=\"M118.706 89.8853C104.95 89.8853 93.7858 78.7391 93.7858 64.9803C93.7858 51.1966 104.95 40.0585 118.706 40.0585C132.475 40.0585 143.625 51.1966 143.625 64.9803C143.625 78.7391 132.475 89.8853 118.706 89.8853ZM118.706 27.6149C98.0835 27.6149 81.3604 44.3425 81.3604 64.9803C81.3604 85.6022 98.0837 102.325 118.706 102.325C139.338 102.325 156.087 85.6022 156.087 64.9803C156.087 44.3425 139.338 27.6149 118.706 27.6149Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n<path d=\"M118.707 52.1761C111.638 52.1761 105.91 57.8899 105.91 64.9803C105.91 72.0473 111.637 77.7778 118.707 77.7778C125.782 77.7778 131.522 72.0469 131.522 64.9803C131.522 57.8901 125.782 52.1761 118.707 52.1761ZM84.9287 112.07H80.8096V109.528H92.0702V112.07H87.9511V123.273H84.9287V112.07ZM90.7614 123.273H93.8207L94.8996 120.212H100.039L101.079 123.273H104.216L99.0766 109.528H95.9781L90.7614 123.273ZM97.4792 112.915H97.5171L99.2489 117.959H95.6899L97.4792 112.915ZM105.408 123.273H108.432V117.903H111.453C112.975 117.903 113.532 118.537 113.743 119.98C113.899 121.078 113.86 122.406 114.226 123.273H117.247C116.708 122.504 116.728 120.885 116.67 120.019C116.573 118.631 116.151 117.189 114.668 116.804V116.766C116.19 116.15 116.844 114.939 116.844 113.32C116.844 111.243 115.284 109.529 112.821 109.529H105.409L105.408 123.273ZM108.432 111.876H111.744C113.089 111.876 113.821 112.454 113.821 113.781C113.821 115.166 113.089 115.745 111.744 115.745H108.432V111.876ZM128.854 121.713C127.795 123.082 126.411 123.603 125.082 123.603C120.829 123.603 118.326 120.422 118.326 116.456C118.326 112.377 120.829 109.202 125.082 109.202C127.892 109.202 130.549 110.935 130.877 114.051H127.988C127.641 112.528 126.505 111.742 125.082 111.742C122.367 111.742 121.346 114.051 121.346 116.456C121.346 118.748 122.367 121.057 125.082 121.057C127.046 121.057 128.179 119.999 128.353 118.092H125.313V115.842H131.087V123.273H129.16L128.854 121.713ZM133.147 109.528H143.423V112.07H136.169V115.014H142.828V117.365H136.169V120.731H143.579V123.273H133.147V109.528ZM149.046 112.07H144.927V109.528H156.189V112.07H152.067V123.273H149.046V112.07Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14237\" x=\"-6.0994\" y=\"-0.685212\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14237\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14237\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14237\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14237\" result=\"effect2_dropShadow_4087_14237\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14237\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14237\">\\n<rect width=\"75.3792\" height=\"96\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(80.8105 27.6091)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16qne9j\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"JvGR2iNvX\",style:{\"--border-bottom-width\":\"0.6296666860580444px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.6296666860580444px\",\"--border-right-width\":\"0.6296666860580444px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6296666860580444px\",backgroundColor:\"rgb(31, 77, 56)\",borderBottomLeftRadius:20.15,borderBottomRightRadius:20.15,borderTopLeftRadius:20.15,borderTopRightRadius:20.15,boxShadow:\"0px 5.0373334884643555px 7.556000232696533px -1.2593333721160889px rgba(18, 24, 36, 0.05999999865889549), 0px 2.5186667442321777px 5.0373334884643555px -2.5186667442321777px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-caxq1d\",\"data-framer-name\":\"Whole Foods logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:97,intrinsicWidth:141,layoutDependency:layoutDependency,layoutId:\"hjf9mpgXm\",svg:'<svg width=\"141\" height=\"97\" viewBox=\"0 0 141 97\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4087_14347)\">\\n<path d=\"M63.4604 10.0078C64.0876 10.0078 64.4861 9.37426 64.8862 8.392C65.3999 7.17939 67.7969 4.93016 71.1016 4.93016C73.6123 4.93016 76.0656 6.48992 78.0611 8.1056C79.9446 9.66222 81.484 9.71972 81.484 10.414C81.484 10.6429 81.0855 10.8156 80.6279 10.8156C78.7475 10.8156 75.4398 7.99049 71.9033 7.99049C67.9076 7.99049 64.6574 11.4492 64.6574 13.4121C64.6574 13.9896 64.8862 14.4488 65.6256 14.4488C66.4848 14.4488 67.4529 12.374 69.6758 12.374C71.7304 12.374 73.4427 14.3352 76.2928 13.9306C76.6368 13.873 76.7473 14.3928 76.5184 14.5081C70.8166 17.738 64.7725 20.7966 64.7725 31.0094C64.7725 38.8546 69.1637 46.4134 78.8581 46.4134C88.9572 46.4134 93.8043 39.8367 93.8043 31.0094C93.8043 23.393 89.186 16.3572 82.9674 16.3572C82.7386 16.3572 82.5129 16.3572 82.2825 16.4133C81.8825 16.527 81.5384 16.871 81.5384 17.3924C81.5384 18.026 81.7127 18.2018 82.1112 18.4867C86.1054 21.3166 87.4767 24.0857 87.4767 31.7581C87.4767 37.1812 85.2493 43.2037 79.6565 43.2037C73.6123 43.2037 71.0454 36.7206 71.0454 30.8973C71.0454 24.1434 72.7561 20.9695 76.9807 17.7987C81.5383 14.3353 86.96 12.7197 86.96 9.54723C86.96 7.99061 85.3069 7.7012 84.222 7.64515C83.2507 7.58597 81.8825 7.23894 81.1976 6.25825C78.4035 3.31604 75.1502 0.258972 71.2759 0.258972C65.7422 0.258972 62.4889 6.14277 62.4889 8.33607C62.4889 9.2031 62.6587 10.0078 63.4604 10.0078ZM118.685 18.6687H119.558C119.821 18.6687 120.17 18.9334 120.257 19.3319C120.388 19.6837 120.431 19.9047 120.431 21.0549V40.8018C120.431 41.991 120.388 42.2166 120.257 42.5669C120.17 42.8766 119.865 43.1413 119.558 43.1413H118.685C118.076 43.1413 117.594 43.6721 117.594 44.3351C117.594 45.3064 118.076 45.6146 119.558 45.6146H136.682L137.515 45.5695C138.207 45.5274 138.427 45.3516 138.732 44.5997L139.999 41.6423C140.261 41.0243 140.351 40.6243 140.351 40.4048C140.351 39.7853 139.913 39.3447 139.215 39.3447C138.645 39.3447 138.427 39.519 137.906 40.3114C137.031 41.5955 136.203 42.2587 135.194 42.433C134.45 42.5669 133.314 42.612 131.134 42.612C128.817 42.612 127.948 42.5233 127.375 42.3007C126.676 42.0361 126.547 41.5536 126.547 39.2109V32.2296C126.547 31.2583 126.676 30.8162 126.939 30.6388C127.16 30.5097 127.465 30.4645 128.729 30.4645H132.138C133.276 30.4645 133.838 29.9353 133.838 28.9157C133.838 27.8557 133.404 27.4619 132.138 27.4619H126.547V21.8037C126.547 19.4642 126.812 19.156 129.21 19.156H132.138C134.889 19.156 135.717 19.4642 136.595 20.7453C136.9 21.1452 137.073 21.4052 137.116 21.4971C137.291 21.6731 137.515 21.8489 137.73 21.936C137.857 22.0247 138.033 22.073 138.207 22.073C138.868 22.073 139.389 21.5844 139.389 21.0551C139.389 20.9243 139.302 20.6566 139.171 20.3048L137.906 17.0361C137.643 16.3698 137.291 16.1518 136.379 16.1518H119.558C118.076 16.1518 117.548 16.4616 117.548 17.4314C117.548 18.0927 118.076 18.6687 118.685 18.6687ZM116.677 60.7197C118.028 62.3106 118.418 62.5737 122.57 65.4875C125.059 67.2573 126.24 68.2256 127.199 69.2903C128.118 70.3488 128.597 71.4088 128.597 72.6027C128.597 74.9407 126.676 76.5315 123.837 76.5315C121.351 76.5315 118.901 75.2068 117.375 73.0447L116.762 72.159C116.498 71.8057 116.105 71.5846 115.669 71.5846C114.885 71.5846 114.273 72.159 114.273 72.9543C114.273 73.1739 114.312 73.5739 114.404 73.8386L115.495 78.2546C115.755 79.3193 116.105 79.7131 116.848 79.7131C117.24 79.7131 117.459 79.6258 117.852 79.3193C118.247 78.9629 118.418 78.8742 118.77 78.8742C119.033 78.8742 119.117 78.9208 119.731 79.0951C120.998 79.4952 122.701 79.7131 124.318 79.7131C130.083 79.7131 133.838 76.3555 133.838 71.2312C133.838 68.982 132.966 66.7701 131.477 65.2214C130.083 63.7643 128.947 62.8848 125.498 60.4519C124.581 59.7888 123.879 59.3063 123.354 58.9047C122.484 58.2448 121.782 57.5365 121.351 56.875C120.998 56.3862 120.867 55.7247 120.867 55.063C120.867 53.2527 122.179 52.104 124.187 52.104C125.627 52.104 127.11 52.588 128.295 53.5173C129.21 54.2256 129.384 54.403 130.392 55.902C130.782 56.4763 131.044 56.6522 131.525 56.6522C132.266 56.6522 132.792 56.1666 132.792 55.5906C132.792 55.4599 132.792 55.1968 132.705 54.9758L131.656 50.2049C131.477 49.408 131.087 48.9659 130.431 48.9659C130.083 48.9659 129.95 49.0094 129.514 49.3192C129.125 49.5853 128.816 49.7146 128.51 49.7146C128.335 49.7146 128.118 49.6757 127.898 49.6305C127.289 49.4982 126.939 49.4079 126.805 49.3644C125.54 49.1014 124.274 48.9659 123.049 48.9659C118.247 48.9659 115.016 51.7958 115.016 56.0794C115.016 57.8478 115.582 59.4355 116.677 60.7197ZM95.3173 18.6687H96.1501C96.4536 18.6687 96.8039 18.8913 96.8879 19.2446C97.0172 19.5949 97.0669 19.7739 97.0669 20.9631V40.9356C97.0669 42.0361 97.0172 42.2586 96.8879 42.5668C96.8039 42.8765 96.4536 43.1412 96.1501 43.1412H95.3173C94.7072 43.1412 94.2261 43.672 94.2261 44.335C94.2261 45.3063 94.7071 45.6145 96.15 45.6145H112.966C114.317 45.6145 114.669 45.3965 115.106 44.2913L116.457 40.9354L116.635 40.4467C116.722 40.2692 116.765 40.0948 116.765 39.9174C116.765 39.3882 116.238 38.9461 115.585 38.9461C115.061 38.9461 114.796 39.1235 114.273 39.8722C113.226 41.3775 112.659 41.9487 111.917 42.2585C111.174 42.5667 110.693 42.5667 108.073 42.5667C105.06 42.5667 104.23 42.523 103.793 42.2165C103.268 41.9067 103.184 41.4615 103.184 39.5189V20.963C103.184 19.8143 103.184 19.5497 103.313 19.2445C103.441 18.8912 103.835 18.6685 104.23 18.6685H105.192C105.799 18.6685 106.325 18.1377 106.325 17.4311C106.325 16.4614 105.799 16.1516 104.23 16.1516H96.15C94.6635 16.1516 94.1405 16.4614 94.1405 17.4311C94.1405 18.1378 94.6635 18.6687 95.3173 18.6687ZM88.238 74.0177C88.196 75.0294 88.1088 75.1166 86.7546 75.3423C86.0121 75.4296 85.5762 75.87 85.5762 76.5316C85.5762 76.8881 85.7973 77.285 86.1008 77.5029C87.6325 78.6984 92.8268 79.7133 97.3673 79.7133C102.218 79.7133 105.58 78.7405 108.159 76.664C111.391 74.0598 113.178 69.6437 113.178 64.2984C113.178 59.5244 111.783 55.5036 109.205 52.8981C106.54 50.1599 102.957 48.9661 97.7207 48.9661C92.7817 48.9661 87.6714 49.8938 86.1429 51.0909C85.7973 51.3539 85.5762 51.7492 85.5762 52.1462C85.5762 52.8124 86.0587 53.2529 86.8884 53.295C88.0668 53.3853 88.1959 53.5611 88.2379 54.7114L88.2861 55.6812V73.0448L88.238 74.0177ZM94.4005 56.2555C94.4005 53.7386 94.4861 53.2077 95.0527 52.7672C95.7097 52.2363 96.9767 51.883 98.3293 51.883C103.527 51.883 106.627 56.4765 106.627 64.2516C106.627 72.0299 103.527 76.5315 98.155 76.5315C96.4957 76.5315 95.182 76.0909 94.7072 75.4294C94.4442 74.9889 94.4005 74.6309 94.4005 72.8688V56.2555ZM19.8574 52.5882C24.401 52.5882 24.9272 52.7672 26.149 54.6212C26.5864 55.2842 26.8916 55.5489 27.3709 55.5489C28.0279 55.5489 28.5042 55.0633 28.5042 54.4874C28.5042 54.3131 28.4637 54.1355 28.3345 53.7822L27.1982 50.7781C26.9787 50.2472 26.7608 49.8938 26.5009 49.7631C26.2783 49.6309 26.1492 49.5857 25.4502 49.5857H9.42049C7.9791 49.5857 7.4996 49.8939 7.4996 50.8652C7.4996 51.5299 7.93547 52.1043 8.54563 52.1043H9.42049C9.72714 52.1043 10.0322 52.3238 10.163 52.6771C10.2501 52.9885 10.2954 53.2531 10.2954 54.4033V74.2357C10.2954 75.4297 10.2501 75.6507 10.163 75.9574C10.0322 76.3169 9.72714 76.5317 9.42049 76.5317H8.54563C7.93547 76.5317 7.41245 77.1045 7.41245 77.7709C7.41245 78.7406 7.93547 79.0519 9.42049 79.0519H17.4571C19.0743 79.0519 19.5974 78.7406 19.5974 77.7709C19.5974 77.1045 19.1164 76.5317 18.4595 76.5317H17.457C17.1083 76.5317 16.716 76.3169 16.5402 75.9574C16.4078 75.6509 16.4078 75.4297 16.4078 74.2357V65.4458C16.4078 64.5166 16.4514 64.2519 16.7565 64.1228C16.9324 64.0341 17.1519 63.9873 17.3714 63.9873H21.8263C23.0498 63.9873 23.702 63.4581 23.702 62.4836C23.702 61.4688 23.0934 60.9846 21.8263 60.9846H16.4078V54.4033C16.4079 52.6769 16.6709 52.5882 19.8574 52.5882ZM131.746 82.6053H10.0462C6.32292 82.6053 3.30152 85.6546 3.30152 89.4231C3.30152 93.187 6.32292 96.2425 10.0462 96.2425H131.746C135.468 96.2425 138.488 93.187 138.488 89.4231C138.488 85.6546 135.468 82.6053 131.746 82.6053ZM26.5879 91.895L26.8899 92.1005H27.167C27.402 92.1005 27.6013 92.3371 27.6013 92.5954C27.6013 92.9316 27.4223 93.0639 26.8899 93.0639H23.7457C23.1868 93.0639 22.9782 92.9317 22.9782 92.5954C22.9782 92.337 23.1867 92.1005 23.4452 92.1005H23.7455L24.0584 91.895C24.1129 91.7626 24.1129 91.6816 24.1129 91.2179V87.6829L21.2924 90.463C21.1258 90.642 20.9265 90.7463 20.7258 90.7463C20.5157 90.7463 20.4239 90.6792 20.2137 90.463L17.5612 87.6035V91.2179C17.5612 91.6568 17.5612 91.7626 17.6063 91.895L17.9083 92.1005H18.2413C18.5106 92.1005 18.7067 92.3371 18.7067 92.5954C18.7067 92.9316 18.5293 93.0639 17.9081 93.0639H15.6558C15.1094 93.0639 14.8883 92.9317 14.8883 92.5954C14.8883 92.337 15.1094 92.1005 15.3537 92.1005H15.6557L15.9576 91.895C16.0136 91.7813 16.0245 91.6257 16.0245 91.2179V87.2643C16.0245 86.8035 16.0135 86.6899 15.9576 86.5638L15.6557 86.3304H15.3537C15.1093 86.3304 14.8883 86.1265 14.8883 85.8556C14.8883 85.5054 15.1094 85.373 15.6558 85.373H18.207C18.4778 85.373 18.632 85.4401 18.9992 85.8447L21.4072 88.5174L24.2121 85.731C24.5032 85.4493 24.6807 85.373 24.9282 85.373H26.8895C27.4219 85.373 27.6009 85.5054 27.6009 85.8556C27.6009 86.1264 27.4017 86.3304 27.1666 86.3304H26.8086L26.5519 86.5296C26.4974 86.6433 26.4974 86.8036 26.4974 87.2644V91.218C26.4978 91.6568 26.4978 91.7626 26.5879 91.895ZM47.5474 93.0639H44.0155C43.6823 93.0639 43.5018 92.8757 43.5018 92.5954C43.5018 92.2561 43.6917 92.1641 44.1369 92.0911C44.5167 92.0211 44.5478 91.8172 44.4046 91.4575L44.3594 91.3439C44.2722 91.1181 44.1477 91.0964 43.7602 91.0964H41.1949C40.938 91.0964 40.8042 91.1181 40.7388 91.1509L40.5691 91.2879L40.5395 91.3689C40.4259 91.6258 40.5488 92.0212 41.0049 92.0757C41.4377 92.1333 41.6182 92.2562 41.6182 92.5723C41.6182 92.8852 41.3847 93.0642 41.0392 93.0642H38.2544C37.8403 93.0642 37.6505 92.932 37.6505 92.6268C37.6505 92.3372 37.7968 92.2127 38.1206 92.1334C38.3525 92.0758 38.4335 92.0213 38.5315 91.8952C38.6094 91.7955 38.7666 91.4904 38.9222 91.1885L41.5404 85.9458C41.8423 85.3465 42.4105 85.2096 42.9335 85.2096C43.4115 85.2096 44.0154 85.3823 44.2924 85.9458L46.8234 90.9861C47.2125 91.7627 47.334 91.9278 47.5909 92.0212L47.8243 92.1006C47.9925 92.1551 48.1263 92.3013 48.1263 92.538C48.1264 92.8757 47.9256 93.0639 47.5474 93.0639ZM68.1612 93.0639H66.077C65.61 93.0639 65.3827 92.9223 65.062 92.572L62.7116 89.9025C62.4781 89.641 62.3894 89.4854 62.3894 89.3702C62.3894 89.1476 62.5793 89.0433 63.0447 88.9998C64.2277 88.8987 64.8162 88.4705 64.8162 87.5677C64.8162 86.5529 64.0036 86.0936 62.9903 86.0936C62.598 86.0936 62.2088 86.1699 62.0096 86.3146C61.8321 86.4516 61.7651 86.6773 61.7294 87.163L61.6982 87.7156V91.1884C61.6982 91.6258 61.6982 91.7502 61.7433 91.8515C61.7993 91.9962 61.9425 92.0912 62.0671 92.0912H62.4111C62.6461 92.0912 62.8361 92.3013 62.8361 92.5723C62.8361 92.9318 62.6461 93.0642 62.0671 93.0642H58.9353C58.3889 93.0642 58.1648 92.932 58.1648 92.5723C58.1648 92.3014 58.3889 92.0912 58.6333 92.0912H58.9353C59.1003 92.0912 59.203 91.9963 59.2574 91.8515C59.301 91.7254 59.301 91.6258 59.301 91.1884V87.3202C59.301 86.858 59.2247 86.7801 58.7889 86.7553C58.4558 86.735 58.2675 86.5794 58.2675 86.2836C58.2675 86.1357 58.3562 85.966 58.4558 85.8648C59.0006 85.4291 61.1176 85.2096 62.7986 85.2096C65.6751 85.2096 67.2598 85.9567 67.2598 87.3748C67.2598 88.3538 66.8224 89.1665 65.2752 89.4388L66.7679 91.0826C67.322 91.7051 67.7252 91.9199 68.1937 91.9962C68.5253 92.0911 68.5735 92.1005 68.6732 92.155C68.7728 92.2126 68.8771 92.3558 68.8771 92.5379C68.8772 92.8757 68.6282 93.0639 68.1612 93.0639ZM83.148 93.0639H80.0146C79.4698 93.0639 79.2503 92.9317 79.2503 92.572C79.2503 92.3012 79.4698 92.091 79.7141 92.091H80.0145C80.1826 92.091 80.2822 91.9961 80.3367 91.8512C80.3833 91.7251 80.3833 91.6256 80.3833 91.1881V87.2642C80.3833 86.822 80.3741 86.6679 80.3367 86.5886C80.2822 86.464 80.1826 86.3519 80.0145 86.3519H79.7141C79.4697 86.3519 79.2503 86.148 79.2503 85.8553C79.2503 85.5052 79.4698 85.3728 80.0146 85.3728H83.148C83.7255 85.3728 83.917 85.5052 83.917 85.8553C83.917 86.148 83.7255 86.3519 83.4827 86.3519H83.1481C83.0126 86.3519 82.9131 86.4391 82.857 86.5886C82.7994 86.7349 82.7807 86.8034 82.7807 87.2642V91.1883C82.7807 91.4792 82.7916 91.7626 82.8757 91.895L83.1481 92.0911H83.4827C83.6912 92.0911 83.917 92.3012 83.917 92.5722C83.9169 92.9317 83.6912 93.0639 83.148 93.0639ZM89.8179 93.0639H87.7041C87.2464 93.0639 87.1017 92.9099 86.7701 92.572L83.7021 89.5056C83.5573 89.3591 83.4997 89.2814 83.4997 89.1895L83.7021 88.8984L85.9218 87.004C86.2456 86.7255 86.0557 86.3815 85.8767 86.3815C85.6759 86.3815 85.5575 86.1946 85.5575 85.8553C85.5575 85.5518 85.71 85.3728 86.0884 85.3728H89.6421C90.011 85.3728 90.2117 85.5176 90.2117 85.8445C90.2117 86.1263 90.0654 86.2758 89.6421 86.3301C89.253 86.3815 89.1019 86.3815 88.8295 86.4515C88.5758 86.52 88.2505 86.7099 88.0357 86.8904L86.0121 88.6509L88.5182 91.1399C89.1767 91.7952 89.5534 91.996 89.8864 92.091C90.2646 92.1891 90.4452 92.256 90.4452 92.572C90.4452 92.8757 90.2257 93.0639 89.8179 93.0639ZM109.678 91.344L109.098 92.8072C109.006 93.0003 108.944 93.0454 108.654 93.0454L108.316 93.0641H101.466C100.887 93.0641 100.697 92.9318 100.697 92.5722C100.697 92.3013 100.887 92.1005 101.119 92.1005H101.466L101.721 91.8592C101.788 91.7502 101.801 91.6257 101.801 91.1884V87.2984C101.801 86.8578 101.788 86.7349 101.721 86.6198C101.698 86.464 101.564 86.3521 101.466 86.3521H101.119C100.887 86.3521 100.664 86.1263 100.664 85.8554C100.664 85.5053 100.887 85.3729 101.466 85.3729H108.25C108.608 85.3729 108.731 85.429 108.797 85.594L109.31 86.9264L109.376 87.1178C109.345 87.2533 109.064 87.3747 108.819 87.3747L108.618 87.3403L108.407 87.2408L108.24 87.0291C107.963 86.7007 107.474 86.3521 106.377 86.3521H105.244C104.296 86.3521 104.193 86.4392 104.193 87.0509V88.3242H106.377C106.901 88.3242 107.046 88.6043 107.046 88.8985C107.046 89.2129 106.847 89.4962 106.377 89.4962H105.043C104.696 89.4962 104.43 89.4728 104.339 89.5398C104.252 89.6098 104.193 89.7298 104.193 89.9896V91.1975C104.193 91.803 104.243 91.9275 104.532 91.9961C104.716 92.0397 105.094 92.091 106 92.091C106.847 92.091 107.292 92.0646 107.569 92.0319C107.951 91.9851 108.508 91.3439 108.786 90.9952C108.953 90.7804 109.021 90.7461 109.253 90.7461C109.546 90.7461 109.699 90.8598 109.736 91.006C109.755 91.0824 109.744 91.1633 109.678 91.344ZM128.764 87.5242C128.585 87.5242 128.443 87.4557 128.3 87.2643L128.163 87.1086C127.999 86.903 127.718 86.5078 127.515 86.4392C127.328 86.3707 127.081 86.3521 126.449 86.3521C125.646 86.3521 125.545 86.408 125.545 86.903V91.1884C125.545 91.6258 125.545 91.7254 125.588 91.8515C125.646 91.9962 125.778 92.0912 125.924 92.0912H126.391C126.651 92.0912 126.846 92.3013 126.846 92.5723C126.846 92.9318 126.651 93.0642 126.026 93.0642H122.646C122.045 93.0642 121.835 92.932 121.835 92.5723C121.835 92.3014 122.045 92.0912 122.268 92.0912H122.771C122.883 92.0912 123.017 91.9963 123.07 91.8515C123.118 91.7254 123.148 91.6258 123.148 91.1884V86.903C123.148 86.4205 123.07 86.3521 122.07 86.3521C121.211 86.3521 120.789 86.7008 120.486 87.1255L120.397 87.2532C120.243 87.479 120.109 87.524 119.883 87.524C119.642 87.524 119.303 87.398 119.284 87.2532L119.34 87.004L119.854 85.6622C119.953 85.3821 120.031 85.3727 120.431 85.3727H128.253C128.508 85.3727 128.521 85.382 128.635 85.4287L128.787 85.6622L129.343 87.0709L129.391 87.2531C129.368 87.3887 129.03 87.5242 128.764 87.5242ZM12.0541 44.0612C12.6643 45.7392 13.276 46.2653 14.5431 46.2653C15.1113 46.2653 15.6778 46.0505 16.0281 45.7827C16.3768 45.4294 16.5076 45.1197 16.903 44.0612L21.1805 31.9556L25.1996 44.0612C25.721 45.694 26.3795 46.2653 27.6886 46.2653C28.9976 46.2653 29.5658 45.6505 30.2226 43.4867L37.165 20.826C37.6491 19.2741 37.9557 18.8554 38.8647 18.6607H39.1029C39.4126 18.6607 39.7161 18.8833 39.8485 19.2336C39.9793 19.545 39.9793 19.7659 39.9793 20.9583V40.7939C39.9793 41.9816 39.9793 42.2025 39.8485 42.556C39.7598 42.8657 39.4126 43.0884 39.1029 43.0884H38.2311C37.621 43.0884 37.0964 43.6627 37.0964 44.3244C37.0964 45.2957 37.621 45.6054 39.1029 45.6054H47.0539C48.4502 45.6054 48.9311 45.2957 48.9311 44.3694C48.9311 43.6627 48.4968 43.0884 47.8835 43.0884H47.0539C46.702 43.0884 46.355 42.8657 46.2242 42.556C46.1339 42.2027 46.0919 41.9412 46.0919 40.7939V32.7059C46.0919 30.6761 46.2677 30.4987 47.8835 30.4987H53.8219C54.6921 30.4987 55.1325 30.6326 55.349 30.8988C55.5701 31.1618 55.5701 31.3408 55.5701 32.9736V40.7939C55.5701 41.9411 55.5701 42.2025 55.4393 42.556C55.3085 42.8657 54.9552 43.0884 54.6517 43.0884H53.8221C53.2088 43.0884 52.6842 43.6627 52.6842 44.3244C52.6842 45.2957 53.1683 45.6054 54.6517 45.6054H62.598C64.1313 45.6054 64.6076 45.2957 64.6076 44.3244C64.6076 43.6627 64.1313 43.0884 63.4743 43.0884H62.598C62.2929 43.0884 61.9458 42.8657 61.8555 42.556C61.7263 42.2027 61.6858 41.9412 61.6858 40.7939V20.9583C61.6858 19.8546 61.7263 19.545 61.8555 19.2336C61.9458 18.927 62.2929 18.6607 62.598 18.6607H63.4743C64.0846 18.6607 64.6076 18.1316 64.6076 17.4279C64.6076 16.4534 64.0846 16.1438 62.598 16.1438H54.6517C53.1684 16.1438 52.6422 16.4534 52.6422 17.4279C52.6422 18.1314 53.1684 18.6607 53.8222 18.6607H54.6518C54.9553 18.6607 55.3088 18.8833 55.4394 19.2336C55.5702 19.545 55.5702 19.808 55.5702 20.9583V27.4944H46.0921V20.9583C46.0921 19.8546 46.1342 19.545 46.2244 19.2336C46.3552 18.927 46.7023 18.6607 47.0541 18.6607H47.8838C48.4971 18.6607 48.9734 18.1316 48.9734 17.4279C48.9734 16.4534 48.4971 16.1438 47.0541 16.1438H32.6246C31.4463 16.1438 30.9637 16.4971 30.9637 17.3796C30.9637 18.0864 31.3995 18.5285 32.36 18.6156C33.4091 18.7464 33.8901 19.103 33.8901 19.7659C33.8901 20.0305 33.8465 20.3808 33.7158 20.826L28.562 37.7445L23.3661 21.5763C23.0159 20.5161 22.9302 20.1192 22.9302 19.7223C22.9302 18.9269 23.2353 18.6607 24.4121 18.5285C25.374 18.3961 25.813 18.0428 25.813 17.3346C25.813 16.5438 25.3305 16.1439 24.325 16.1439H15.7684C14.7628 16.1439 14.2367 16.6264 14.2367 17.4669C14.2367 18.1316 14.587 18.4413 15.5038 18.6607C16.5079 18.9269 16.8596 19.1464 17.1195 19.808C17.2066 19.987 17.2969 20.3387 17.4697 20.8259L19.4778 26.7441L15.4182 38.1849L9.52162 21.5764L9.16977 20.563C9.03899 20.2049 8.99704 19.8967 8.99704 19.5917C8.99704 18.8835 9.39084 18.5722 10.3513 18.485C11.486 18.3963 11.9235 18.0865 11.9235 17.3347C11.9235 16.544 11.486 16.144 10.4821 16.144H1.48346C0.480945 16.1439 0 16.544 0 17.2926C0 17.9993 0.306647 18.3074 1.22346 18.485C2.61976 18.7948 2.83914 19.0173 3.49294 20.8262L12.0541 44.0612ZM41.9888 79.7132C49.3763 79.7132 54.5053 75.5042 56.0167 68.635C57.4862 75.4481 62.601 79.7132 69.8516 79.7132C78.721 79.7132 84.3528 73.6613 84.3528 64.2065C84.3528 54.9294 78.721 48.9661 69.9388 48.9661C62.6306 48.9661 57.5436 53.1408 56.0432 59.9913C54.5722 53.1658 49.4371 48.9661 42.0776 48.9661C33.2969 48.9661 27.7072 54.976 27.7072 64.4276C27.7071 73.6611 33.342 79.7132 41.9888 79.7132ZM69.8968 52.1041C74.7456 52.1041 77.8027 56.8283 77.8027 64.4275C77.8027 71.8492 74.7892 76.5315 69.9856 76.5315C65.0498 76.5315 62.1218 72.0298 62.1218 64.4711C62.1217 56.7878 65.0496 52.1041 69.8968 52.1041ZM42.0324 52.1041C46.878 52.1041 49.9368 56.8283 49.9368 64.4275C49.9368 71.8492 46.9248 76.5315 42.1211 76.5315C37.1852 76.5315 34.2572 72.0298 34.2572 64.4711C34.2572 56.7878 37.1852 52.1041 42.0324 52.1041ZM42.722 87.7949C42.5881 87.5008 42.532 87.2642 42.5009 87.0836H42.4325C42.3873 87.2533 42.2753 87.5101 42.1522 87.7949L41.307 89.6893L41.1404 89.9538L41.4315 89.9259H43.4909L43.7228 89.9538L43.5796 89.6893L42.722 87.7949Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4087_14347\">\\n<rect width=\"140.351\" height=\"96\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0 0.250732)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9122uz\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"L4eRXtZ4n\",style:{\"--border-bottom-width\":\"0.6296666860580444px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0.6296666860580444px\",\"--border-right-width\":\"0.6296666860580444px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6296666860580444px\",backgroundColor:\"rgb(0, 88, 171)\",borderBottomLeftRadius:20.15,borderBottomRightRadius:20.15,borderTopLeftRadius:20.15,borderTopRightRadius:20.15,boxShadow:\"0px 5.0373334884643555px 7.556000232696533px -1.2593333721160889px rgba(18, 24, 36, 0.05999999865889549), 0px 2.5186667442321777px 5.0373334884643555px -2.5186667442321777px rgba(18, 24, 36, 0.03999999910593033)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kcombu\",\"data-framer-name\":\"logotype\",layoutDependency:layoutDependency,layoutId:\"Y14Jx1LFT\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vmy7io\",\"data-framer-name\":\"horizontal\",layoutDependency:layoutDependency,layoutId:\"PFX_YxKLY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qey1ml\",\"data-framer-name\":\"IKEA Color\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:67,intrinsicWidth:163,layoutDependency:layoutDependency,layoutId:\"r00NyQJki\",svg:'<svg width=\"163\" height=\"67\" viewBox=\"0 0 163 67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4088_2128)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M162.573 66.1937H0.142578V0.708374H162.597V66.1937H162.573Z\" fill=\"#0058AB\" style=\"fill:#0058AB;fill:color(display-p3 0.0000 0.3451 0.6706);fill-opacity:1;\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.39258 33.0551C3.39258 48.9577 36.0723 62.1674 81.3822 62.1674C126.692 62.1674 159.348 48.9577 159.348 33.0551C159.348 17.1525 126.669 3.94275 81.3822 3.94275C36.0955 3.94275 3.39258 17.1525 3.39258 33.0551Z\" fill=\"#FBD914\" style=\"fill:#FBD914;fill:color(display-p3 0.9843 0.8510 0.0784);fill-opacity:1;\"/>\\n<path d=\"M75.5989 42.7666C76.1112 43.4907 76.67 44.1695 77.3219 44.7805H59.7424C59.7424 44.1015 59.0673 42.7213 58.3221 41.6352C57.5771 40.549 53.5489 34.5981 53.5489 34.5981V42.7666C53.5489 43.4454 53.5489 44.1015 53.8982 44.7805H39.2526C39.6019 44.1015 39.6019 43.4454 39.6019 42.7666V23.3521C39.6019 22.6732 39.6019 22.0171 39.2526 21.3383H53.8982C53.5489 22.0171 53.5489 22.6732 53.5489 23.3521V31.8375C53.5489 31.8375 58.229 25.9091 59.3001 24.5287C60.115 23.4879 61.1163 22.0169 61.1163 21.3383H76.3906C75.3427 22.0171 74.1786 23.239 73.2239 24.3703C72.3856 25.366 67.6358 31.0002 67.6358 31.0002C67.6358 31.0002 74.6674 41.4316 75.5988 42.7666H75.5989ZM80.2091 23.3521V42.7666C80.2091 43.4454 80.2091 44.1015 79.8598 44.7805H108.127V38.2637C107.428 38.603 106.753 38.603 106.054 38.603H94.1562V35.5257H105.589V30.5928H94.1562V27.493H106.054C106.753 27.493 107.428 27.493 108.127 27.8098V21.3156H79.8598C80.2091 22.0171 80.2091 22.6732 80.2091 23.3521V23.3521ZM147.29 42.7666C147.523 43.5133 147.919 44.1921 148.431 44.7805H133.11C133.18 44.1015 132.924 43.4454 132.645 42.7666C132.645 42.7666 132.412 42.2235 132.086 41.4316L131.946 41.0921H123.121L122.982 41.4541C122.982 41.4541 122.726 42.1104 122.493 42.7892C122.26 43.468 122.004 44.1242 122.097 44.803H110.013C110.506 44.2095 110.878 43.5253 111.107 42.7892L118.348 23.3747C118.604 22.6959 118.86 22.0397 118.767 21.3609H139.187C139.001 22.0397 139.374 22.6959 139.63 23.3747C140.235 24.8455 146.778 41.4541 147.29 42.7666V42.7666ZM130.014 36.1367L127.871 30.706C127.685 30.2083 127.522 29.6879 127.406 29.1674C127.312 29.6917 127.172 30.2066 126.987 30.706C126.917 30.9324 126.009 33.3083 124.961 36.1367H130.014ZM32.3139 21.3383H16.3877C16.737 22.0171 16.737 22.6732 16.737 23.3521V42.7666C16.737 43.4454 16.737 44.1015 16.3877 44.7805H32.3139C31.9646 44.1015 31.9646 43.4454 31.9646 42.7666V23.3521C31.9646 22.6732 31.9646 22.0171 32.3139 21.3383V21.3383ZM142.401 23.1937C142.331 21.5419 143.658 20.1617 145.358 20.1164H145.567C147.29 20.0937 148.711 21.4061 148.734 23.0805V23.1937C148.78 24.8908 147.407 26.3163 145.637 26.3616C143.891 26.4069 142.424 25.0718 142.377 23.3521C142.401 23.3068 142.401 23.2388 142.401 23.1936V23.1937ZM143.029 23.1937C143.029 24.5513 144.17 25.6602 145.567 25.6602C146.964 25.6602 148.105 24.5513 148.105 23.1937C148.105 21.8361 146.964 20.7273 145.567 20.7273C144.217 20.682 143.076 21.7003 143.029 23.0126V23.1937ZM144.939 25.0265H144.38V21.3156H145.8C146.475 21.3383 146.988 21.8586 146.988 22.5149C146.988 22.9674 146.731 23.3747 146.312 23.601L147.127 25.0265H146.499L145.753 23.7142H144.939V25.0265V25.0265ZM144.939 23.1937H145.707C146.079 23.2164 146.405 22.9446 146.405 22.5827C146.405 22.2207 146.149 21.9039 145.777 21.9039H144.939V23.1937V23.1937Z\" fill=\"#0058A3\" style=\"fill:#0058A3;fill:color(display-p3 0.0000 0.3451 0.6392);fill-opacity:1;\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4088_2128\">\\n<rect width=\"162.454\" height=\"65.4853\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(0.142578 0.708374)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dxxqch\",layoutDependency:layoutDependency,layoutId:\"RrZhs3PcU\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fg4thp\",\"data-framer-name\":\"card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:238,layoutDependency:layoutDependency,layoutId:\"LQ87HQkBY\",svg:'<svg width=\"238\" height=\"152\" viewBox=\"0 0 238 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_4087_14281)\">\\n<rect y=\"0.0112305\" width=\"237.596\" height=\"151.118\" rx=\"18.954\" fill=\"#FF5A5F\" style=\"fill:#FF5A5F;fill:color(display-p3 1.0000 0.3529 0.3725);fill-opacity:1;\"/>\\n<rect x=\"0.394874\" y=\"0.406105\" width=\"236.806\" height=\"150.328\" rx=\"18.5591\" stroke=\"black\" stroke-opacity=\"0.2\" style=\"stroke:black;stroke-opacity:0.2;\" stroke-width=\"0.789749\"/>\\n<g clip-path=\"url(#clip0_4087_14281)\">\\n<path d=\"M123.853 62.0378C123.853 64.056 122.227 65.6811 120.209 65.6811C118.19 65.6811 116.565 64.056 116.565 62.0378C116.565 60.0196 118.135 58.3945 120.209 58.3945C122.284 58.4505 123.853 60.0761 123.853 62.0378ZM108.83 69.3815V70.2786C108.83 70.2786 107.092 68.0352 103.393 68.0352C97.2831 68.0352 92.5176 72.6882 92.5176 79.1342C92.5176 85.5248 97.2271 90.2332 103.393 90.2332C107.148 90.2332 108.83 87.935 108.83 87.935V88.8876C108.83 89.3361 109.167 89.6715 109.615 89.6715H114.154V68.5941H109.615C109.167 68.5958 108.83 68.9889 108.83 69.3815ZM108.83 82.8901C107.99 84.1237 106.307 85.1888 104.29 85.1888C100.702 85.1888 97.9551 82.9466 97.9551 79.1342C97.9551 75.3224 100.702 73.0802 104.29 73.0802C106.252 73.0802 108.046 74.2013 108.83 75.3784V82.8901ZM117.518 68.5958H122.899V89.6732H117.518V68.5958ZM197.902 68.0347C194.202 68.0347 192.464 70.278 192.464 70.278V58.4505H187.083V89.6732H191.624C192.072 89.6732 192.408 89.2807 192.408 88.8881V87.9356C192.408 87.9356 194.146 90.2338 197.845 90.2338C203.955 90.2338 208.72 85.5265 208.72 79.1359C208.72 72.7453 203.955 68.0347 197.902 68.0347ZM197.005 85.1323C194.93 85.1323 193.305 84.0683 192.464 82.8341V75.3224C193.305 74.2013 195.099 73.0242 197.005 73.0242C200.592 73.0242 203.339 75.2664 203.339 79.0782C203.339 82.8901 200.593 85.1323 197.005 85.1323ZM184.281 77.1732V89.7292H178.899V77.7891C178.899 74.3144 177.778 72.9122 174.753 72.9122C173.127 72.9122 171.445 73.7533 170.378 74.9869V89.6738H164.999V68.5964H169.257C169.706 68.5964 170.042 68.9889 170.042 69.3815V70.2786C171.612 68.6524 173.686 68.0352 175.759 68.0352C178.114 68.0352 180.076 68.7089 181.646 70.054C183.551 71.6237 184.281 73.6413 184.281 77.1732ZM151.936 68.0347C148.237 68.0347 146.499 70.278 146.499 70.278V58.4505H141.118V89.6732H145.658C146.106 89.6732 146.443 89.2807 146.443 88.8881V87.9356C146.443 87.9356 148.181 90.2338 151.88 90.2338C157.99 90.2338 162.755 85.5265 162.755 79.1359C162.811 72.7447 158.046 68.0347 151.936 68.0347ZM151.039 85.1323C148.965 85.1323 147.34 84.0683 146.499 82.8341V75.3224C147.34 74.2013 149.134 73.0242 151.039 73.0242C154.627 73.0242 157.373 75.2664 157.373 79.0782C157.373 82.8901 154.627 85.1323 151.039 85.1323ZM136.465 68.0347C138.09 68.0347 138.931 68.3158 138.931 68.3158V73.3042C138.931 73.3042 134.447 71.7905 131.645 74.9864V89.7286H126.263V68.5958H130.803C131.252 68.5958 131.587 68.9883 131.587 69.3809V70.278C132.598 69.1003 134.784 68.0347 136.465 68.0347ZM80.5786 87.767C80.2986 87.0945 80.0181 86.3659 79.7381 85.7488C79.289 84.7403 78.8405 83.7866 78.449 82.8901L78.393 82.8341C74.5246 74.4253 70.3773 65.9056 66.0044 57.4979L65.8364 57.1608C65.3764 56.2886 64.9282 55.4103 64.4919 54.5261C63.9307 53.5164 63.3708 52.4524 62.4737 51.4428C60.68 49.2006 58.1013 47.9669 55.3551 47.9669C52.5518 47.9669 50.0296 49.2006 48.1805 51.3302C47.3394 52.3388 46.7223 53.4039 46.1623 54.4135C45.7248 55.2972 45.2766 56.1755 44.8178 57.0483L44.6492 57.3854C40.3328 65.793 36.129 74.3133 32.2611 82.7215L32.2046 82.833C31.8126 83.7312 31.3635 84.6837 30.9149 85.6917C30.6349 86.3088 30.3549 86.9813 30.0749 87.7099C29.3458 89.7835 29.1213 91.7457 29.4024 93.7645C30.0189 97.9689 32.8211 101.499 36.6895 103.07C38.1472 103.687 39.6608 103.967 41.2299 103.967C41.6785 103.967 42.2385 103.911 42.6876 103.854C44.5378 103.63 46.4434 103.014 48.2936 101.949C50.5918 100.66 52.778 98.8106 55.2442 96.1198C57.7104 98.8106 59.9526 100.66 62.1948 101.949C64.0455 103.014 65.9506 103.63 67.8003 103.854C68.2488 103.911 68.8099 103.967 69.2585 103.967C70.8281 103.967 72.3972 103.687 73.7983 103.07C77.7227 101.499 80.4689 97.9129 81.086 93.7645C81.5312 91.8029 81.3072 89.8418 80.5786 87.767ZM55.2985 90.6818C52.2712 86.8699 50.309 83.2826 49.637 80.2564C49.357 78.9668 49.3005 77.8457 49.469 76.8366C49.5805 75.9395 49.9176 75.1544 50.3661 74.4818C51.4312 72.9693 53.2249 72.0156 55.2991 72.0156C57.3738 72.0156 59.2235 72.9127 60.2326 74.4818C60.6811 75.1544 61.0171 75.94 61.1302 76.8366C61.2977 77.8463 61.2417 79.0228 60.9617 80.2564C60.2869 83.2266 58.3247 86.8145 55.2985 90.6818ZM77.6633 93.3165C77.2714 96.2313 75.3092 98.7545 72.563 99.8756C71.2179 100.436 69.7597 100.604 68.3031 100.436C66.902 100.267 65.4998 99.8185 64.0433 98.9785C62.0251 97.8563 60.0075 96.1198 57.6527 93.5405C61.352 89.0007 63.5942 84.8517 64.4353 81.153C64.8279 79.4148 64.8844 77.8457 64.7153 76.3875C64.4919 74.9864 63.9867 73.6967 63.2022 72.5756C61.4634 70.0523 58.5481 68.5958 55.298 68.5958C52.0478 68.5958 49.1325 70.1094 47.3948 72.5756C46.6103 73.6967 46.1052 74.9864 45.8812 76.3875C45.6572 77.8457 45.7126 79.4708 46.1612 81.153C47.0017 84.8517 49.2999 89.0561 52.9432 93.5965C50.645 96.1753 48.5708 97.9135 46.5526 99.0346C45.095 99.8757 43.6944 100.324 42.2933 100.492C40.7803 100.66 39.322 100.436 38.0329 99.9317C35.2868 98.8106 33.3246 96.2872 32.9326 93.3725C32.7646 91.9714 32.876 90.5703 33.4371 89.0007C33.6046 88.4395 33.8857 87.8796 34.1657 87.207C34.5582 86.3099 35.0056 85.3563 35.4548 84.4037L35.5113 84.2923C39.3786 75.9395 43.5264 67.4193 47.8428 59.1236L48.0108 58.7865C48.4599 57.9465 48.9085 57.0494 49.3565 56.2083C49.805 55.3112 50.309 54.4701 50.9261 53.741C52.1032 52.397 53.6723 51.6673 55.4105 51.6673C57.1487 51.6673 58.7178 52.397 59.8949 53.741C60.512 54.4718 61.016 55.3129 61.4646 56.2083C61.9137 57.0494 62.3622 57.9465 62.8096 58.7865L62.9782 59.1236C67.2288 67.4537 71.3215 75.8635 75.2543 84.3483V84.4043C75.7034 85.3025 76.0954 86.3105 76.5439 87.2087C76.8239 87.8801 77.1045 88.4401 77.2725 89.0012C77.7199 90.4572 77.8879 91.8594 77.6633 93.3165Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_4087_14281\" x=\"-6.0994\" y=\"-1.20865\" width=\"249.795\" height=\"163.317\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"1.21988\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_dropShadow_4087_14281\"/>\\n<feOffset dy=\"4.87952\"/>\\n<feGaussianBlur stdDeviation=\"3.65964\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.06 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4087_14281\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feMorphology radius=\"2.43976\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_dropShadow_4087_14281\"/>\\n<feOffset dy=\"2.43976\"/>\\n<feGaussianBlur stdDeviation=\"2.43976\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0 0.141176 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_4087_14281\" result=\"effect2_dropShadow_4087_14281\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_4087_14281\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_4087_14281\">\\n<rect width=\"179.487\" height=\"56\" fill=\"white\" style=\"fill:white;fill-opacity:1;\" transform=\"translate(29.2568 47.9675)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({Fd9Lbianr:{direction:\"right\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gFJ0b.framer-po33cw, .framer-gFJ0b .framer-po33cw { display: block; }\",\".framer-gFJ0b.framer-a7fsk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gFJ0b .framer-lwz653-container, .framer-gFJ0b .framer-1hdbd9a-container { flex: none; height: 650px; position: relative; width: 268px; z-index: 1; }\",\".framer-gFJ0b .framer-1s9s8u8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 151px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-18sn0n5 { flex: none; height: 151px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-1knqpld, .framer-gFJ0b .framer-1589qfh, .framer-gFJ0b .framer-bw54a8 { height: 150px; overflow: visible; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-1wgbhfr { flex: none; height: 42px; left: calc(50.01970959146814% - 174px / 2); position: absolute; top: calc(49.6759129958777% - 42px / 2); width: 174px; }\",\".framer-gFJ0b .framer-ub528g { height: 152px; overflow: visible; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-1hrp2n9 { flex: none; height: 105px; left: calc(49.99705740672524% - 104px / 2); position: absolute; top: calc(50.10456086506585% - 105px / 2); width: 104px; }\",\".framer-gFJ0b .framer-1oztbf7 { flex: none; height: 81px; left: calc(49.85193723320364% - 137px / 2); position: absolute; top: calc(49.83873342927336% - 81px / 2); width: 137px; }\",\".framer-gFJ0b .framer-1na5e0w, .framer-gFJ0b .framer-1itycin, .framer-gFJ0b .framer-jls20a, .framer-gFJ0b .framer-1uulhyk, .framer-gFJ0b .framer-17thns5, .framer-gFJ0b .framer-4yls2h, .framer-gFJ0b .framer-11ok32e, .framer-gFJ0b .framer-dxxqch { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 152px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-2i0qtg, .framer-gFJ0b .framer-1p3y9xs, .framer-gFJ0b .framer-4hueh8, .framer-gFJ0b .framer-wm526q, .framer-gFJ0b .framer-1w0dsam, .framer-gFJ0b .framer-1m2zg0t, .framer-gFJ0b .framer-1my4oxs, .framer-gFJ0b .framer-1fg4thp { flex: none; height: 152px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-kxfh0b { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-1fo41c4 { flex: none; height: 150px; overflow: visible; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-1shimt0 { flex: none; height: 100px; left: calc(49.81528599875962% - 121px / 2); position: absolute; top: calc(50.179973858545694% - 100px / 2); width: 121px; }\",\".framer-gFJ0b .framer-6f6pbs { flex: none; height: 32px; left: 28px; position: absolute; top: 59px; width: 181px; }\",\".framer-gFJ0b .framer-100gtsc, .framer-gFJ0b .framer-ljez8e, .framer-gFJ0b .framer-16qne9j, .framer-gFJ0b .framer-9122uz { height: 151px; overflow: visible; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-15a6xuy { flex: none; height: 58px; left: 39px; position: absolute; top: 46px; width: 160px; }\",\".framer-gFJ0b .framer-1uja8ug { align-content: center; align-items: center; bottom: 22px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: calc(49.73219195760409% - 162.45401000976562px / 2); overflow: visible; padding: 5.0373334884643555px 35.8910026550293px 5.0373334884643555px 35.8910026550293px; position: absolute; top: 22px; width: 162px; }\",\".framer-gFJ0b .framer-1c816h2 { flex: none; height: 91px; overflow: visible; position: relative; width: 91px; }\",\".framer-gFJ0b .framer-6ccvom { bottom: 4px; flex: none; left: 0px; position: absolute; right: 0px; top: 3px; }\",\".framer-gFJ0b .framer-1bu0zdz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 153px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-16dr99k { flex: none; height: 153px; position: relative; width: 238px; }\",\".framer-gFJ0b .framer-caxq1d { flex: none; height: 97px; left: calc(50.07076648336255% - 141px / 2); position: absolute; top: calc(46.05472181842103% - 97px / 2); width: 141px; }\",\".framer-gFJ0b .framer-kcombu { align-content: center; align-items: center; bottom: 22px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: calc(49.73219195760409% - 162.45401000976562px / 2); overflow: visible; padding: 5.0373334884643555px 0px 5.0373334884643555px 0px; position: absolute; top: 22px; width: 162px; }\",\".framer-gFJ0b .framer-1vmy7io { flex: none; height: 91px; overflow: hidden; position: relative; width: 162px; }\",\".framer-gFJ0b .framer-1qey1ml { bottom: 13px; flex: none; left: 0px; position: absolute; right: 0px; top: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gFJ0b.framer-a7fsk, .framer-gFJ0b .framer-1s9s8u8, .framer-gFJ0b .framer-1na5e0w, .framer-gFJ0b .framer-kxfh0b, .framer-gFJ0b .framer-1itycin, .framer-gFJ0b .framer-1uja8ug, .framer-gFJ0b .framer-1bu0zdz, .framer-gFJ0b .framer-jls20a, .framer-gFJ0b .framer-1uulhyk, .framer-gFJ0b .framer-17thns5, .framer-gFJ0b .framer-4yls2h, .framer-gFJ0b .framer-11ok32e, .framer-gFJ0b .framer-kcombu, .framer-gFJ0b .framer-dxxqch { gap: 0px; } .framer-gFJ0b.framer-a7fsk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gFJ0b.framer-a7fsk > :first-child, .framer-gFJ0b .framer-1s9s8u8 > :first-child, .framer-gFJ0b .framer-1na5e0w > :first-child, .framer-gFJ0b .framer-kxfh0b > :first-child, .framer-gFJ0b .framer-1itycin > :first-child, .framer-gFJ0b .framer-1uja8ug > :first-child, .framer-gFJ0b .framer-1bu0zdz > :first-child, .framer-gFJ0b .framer-jls20a > :first-child, .framer-gFJ0b .framer-1uulhyk > :first-child, .framer-gFJ0b .framer-17thns5 > :first-child, .framer-gFJ0b .framer-4yls2h > :first-child, .framer-gFJ0b .framer-11ok32e > :first-child, .framer-gFJ0b .framer-dxxqch > :first-child { margin-left: 0px; } .framer-gFJ0b.framer-a7fsk > :last-child, .framer-gFJ0b .framer-1s9s8u8 > :last-child, .framer-gFJ0b .framer-1na5e0w > :last-child, .framer-gFJ0b .framer-kxfh0b > :last-child, .framer-gFJ0b .framer-1itycin > :last-child, .framer-gFJ0b .framer-1uja8ug > :last-child, .framer-gFJ0b .framer-1bu0zdz > :last-child, .framer-gFJ0b .framer-jls20a > :last-child, .framer-gFJ0b .framer-1uulhyk > :last-child, .framer-gFJ0b .framer-17thns5 > :last-child, .framer-gFJ0b .framer-4yls2h > :last-child, .framer-gFJ0b .framer-11ok32e > :last-child, .framer-gFJ0b .framer-dxxqch > :last-child { margin-right: 0px; } .framer-gFJ0b .framer-1s9s8u8 > *, .framer-gFJ0b .framer-1na5e0w > *, .framer-gFJ0b .framer-kxfh0b > *, .framer-gFJ0b .framer-1itycin > *, .framer-gFJ0b .framer-1bu0zdz > *, .framer-gFJ0b .framer-jls20a > *, .framer-gFJ0b .framer-1uulhyk > *, .framer-gFJ0b .framer-17thns5 > *, .framer-gFJ0b .framer-4yls2h > *, .framer-gFJ0b .framer-11ok32e > *, .framer-gFJ0b .framer-dxxqch > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gFJ0b .framer-1uja8ug > * { margin: 0px; margin-left: calc(10.074666976928711px / 2); margin-right: calc(10.074666976928711px / 2); } .framer-gFJ0b .framer-kcombu > * { margin: 0px; margin-bottom: calc(10.074666976928711px / 2); margin-top: calc(10.074666976928711px / 2); } .framer-gFJ0b .framer-kcombu > :first-child { margin-top: 0px; } .framer-gFJ0b .framer-kcombu > :last-child { margin-bottom: 0px; } }\",\".framer-gFJ0b.framer-v-d6gu2.framer-a7fsk { flex-direction: column; width: 680px; }\",\".framer-gFJ0b.framer-v-d6gu2 .framer-lwz653-container, .framer-gFJ0b.framer-v-d6gu2 .framer-1hdbd9a-container { height: 184px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gFJ0b.framer-v-d6gu2.framer-a7fsk { gap: 0px; } .framer-gFJ0b.framer-v-d6gu2.framer-a7fsk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gFJ0b.framer-v-d6gu2.framer-a7fsk > :first-child { margin-top: 0px; } .framer-gFJ0b.framer-v-d6gu2.framer-a7fsk > :last-child { margin-bottom: 0px; } }\",'.framer-gFJ0b[data-border=\"true\"]::after, .framer-gFJ0b [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 650\n * @framerIntrinsicWidth 536\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Fd9Lbianr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXjF0fVdHO=withCSS(Component,css,\"framer-gFJ0b\");export default FramerXjF0fVdHO;FramerXjF0fVdHO.displayName=\"cards\";FramerXjF0fVdHO.defaultProps={height:650,width:536};addPropertyControls(FramerXjF0fVdHO,{variant:{options:[\"jMaAZ0rcT\",\"Fd9Lbianr\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXjF0fVdHO,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXjF0fVdHO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"536\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"650\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Fd9Lbianr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XjF0fVdHO.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,getPropertyControls,Image,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Pattern from\"https://framerusercontent.com/modules/1MMKuFtFWZOMnq8dkMIO/B9lGKhFlxqvCbtfHwC8L/Pattern.js\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/yx3Yu3CvNlklDmNPtEF9/Animator.js\";import QrCode from\"https://framerusercontent.com/modules/y5UYoSK4hF1WooOhvAty/tCWCiJCedQDLmMSqG7gL/eQXyfBG_D.js\";import ElementsButtonDownload from\"https://framerusercontent.com/modules/Gbnfb6RZE3Pf9c8jonIx/nzgrobZuQPEnHWmpYlNn/VfKybb42A.js\";import Cards from\"https://framerusercontent.com/modules/XGMAlGQJ7mrrxu0p1H0V/rCSaoanxJBfL2o3EsT2Z/XjF0fVdHO.js\";const PatternFonts=getFonts(Pattern);const QrCodeFonts=getFonts(QrCode);const ElementsButtonDownloadFonts=getFonts(ElementsButtonDownload);const AnimatorFonts=getFonts(Animator);const CardsFonts=getFonts(Cards);const CardsControls=getPropertyControls(Cards);const cycleOrder=[\"VHjsmgV9f\",\"XTVBNf8Hi\",\"PUGEwvrFX\",\"dmvzqMjGe\"];const serializationHash=\"framer-u7k23\";const variantClassNames={dmvzqMjGe:\"framer-v-1037yva\",PUGEwvrFX:\"framer-v-18wfo9f\",VHjsmgV9f:\"framer-v-skqsrr\",XTVBNf8Hi:\"framer-v-ln46nr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -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 humanReadableEnumMap={Horizontal:\"jMaAZ0rcT\",Vertical:\"Fd9Lbianr\"};const humanReadableVariantMap={\"Desktop 2\":\"PUGEwvrFX\",Desktop:\"VHjsmgV9f\",Phone:\"dmvzqMjGe\",Tablet:\"XTVBNf8Hi\"};const getProps=({height,id,variant1,width,...props})=>{var _humanReadableEnumMap_variant1,_ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,rqO2435FR:(_ref1=(_ref=(_humanReadableEnumMap_variant1=humanReadableEnumMap[variant1])!==null&&_humanReadableEnumMap_variant1!==void 0?_humanReadableEnumMap_variant1:variant1)!==null&&_ref!==void 0?_ref:props.rqO2435FR)!==null&&_ref1!==void 0?_ref1:\"Fd9Lbianr\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"VHjsmgV9f\"};};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,rqO2435FR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VHjsmgV9f\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-skqsrr\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"VHjsmgV9f\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dmvzqMjGe:{\"data-framer-name\":\"Phone\"},PUGEwvrFX:{\"data-framer-name\":\"Desktop 2\"},XTVBNf8Hi:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16w42wi\",layoutDependency:layoutDependency,layoutId:\"CHYUf8_5V\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nzywag\",\"data-framer-name\":\"subscribe\",layoutDependency:layoutDependency,layoutId:\"sKP4q5KFC\",style:{backgroundColor:\"rgb(235, 235, 235)\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48,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)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ny6y7\",\"data-framer-name\":\"bg\",layoutDependency:layoutDependency,layoutId:\"o_KZcyMp0\",style:{boxShadow:\"0px 0.7836301510105841px 0.7836301510105841px -0.5357142857142857px rgba(0, 0, 0, 0.18505), 0px 1.9196475837030447px 1.9196475837030447px -1.0714285714285714px rgba(0, 0, 0, 0.1815), 0px 3.6374547591782176px 3.6374547591782176px -1.607142857142857px rgba(0, 0, 0, 0.17613), 0px 6.350044814858119px 6.350044814858119px -2.142857142857143px rgba(0, 0, 0, 0.16766), 0px 11.051870570040771px 11.051870570040771px -2.678571428571429px rgba(0, 0, 0, 0.15296), 0px 20.24281195079675px 20.24281195079675px -3.214285714285714px rgba(0, 0, 0, 0.12424), 0px 40px 40px -3.75px rgba(0, 0, 0, 0.0625)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1grq7a3-container\",\"data-framer-name\":\"pattern\",layoutDependency:layoutDependency,layoutId:\"mzKV3OuZn-container\",name:\"pattern\",children:/*#__PURE__*/_jsx(Pattern,{angle:250,height:\"100%\",id:\"mzKV3OuZn\",layoutId:\"mzKV3OuZn\",name:\"pattern\",opacity:100,password:\"FramerOverrides Pattern >{\\\"id\\\":\\\"Squares - 3\\\",\\\"displayName\\\":\\\"Squares - 3\\\",\\\"backgroundCss\\\":\\\"\\\\n     url(\\\\\\\"data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale({nineDownScale}) rotate({angle})'><rect x='0' y='0' width='100%' height='100%' fill='%23{secondaryNoHash}'/><path d='M12.47 0H0v12.47h12.47Zm0 0v12.47l9.18 9.18V0ZM0 21.65v9.18h30.83l-9.18-9.18zm21.65 0-9.18-9.18H0v9.18zm0 0 9.18 9.18V0h-9.18ZM30.83 0v30.83L40 40V0ZM0 30.83V40h40l-9.17-9.17z'  stroke-width='1' stroke='%23{primaryNoHash}' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>\\\\\\\")\\\\n\\\",\\\"addBackground\\\":\\\"{secondary}\\\"}\",primary:\"rgb(240, 240, 240)\",radius:0,scale:7,secondary:\"rgb(235, 235, 235)\",style:{height:\"100%\",width:\"100%\"},tertiary:\"rgb(223, 38, 207)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e4k2oj\",\"data-framer-name\":\"fade\",layoutDependency:layoutDependency,layoutId:\"tVrwAsDKh\",style:{boxShadow:\"inset 0px 0px 202px 80px rgb(235, 235, 235)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.46,fit:\"tile\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||621)-0-955)/2+0+0)+0+0+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-lns61\",layoutDependency:layoutDependency,layoutId:\"avprgQYVS\",style:{opacity:.47},...addPropertyOverrides({dmvzqMjGe:{background:{alt:\"\",backgroundSize:.46,fit:\"tile\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1044)-0-1582)/2+0+0)+0+0+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"}},XTVBNf8Hi:{background:{alt:\"\",backgroundSize:.46,fit:\"tile\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||986)-0-1580)/2+0+0)+0+0+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j05oaa\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"iIylcVZMr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dxfcr7\",\"data-framer-name\":\"left-container\",layoutDependency:layoutDependency,layoutId:\"jN6ZQFa3R\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ilia46\",layoutDependency:layoutDependency,layoutId:\"LlJTGUoDJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LUJvbGQ=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss08' on, 'cv01' on, 'salt' on\",\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Simplify Your Savings, \",/*#__PURE__*/_jsx(motion.br,{}),\"Maximize Your Rewards!\"]})}),className:\"framer-1xl397w\",\"data-framer-name\":\"\u0406 \u0449\u0435 \u0446\u0435 \u0431\u0435\u0437\u043A\u043E\u0448\u0442\u043E\u0432\u043D\u043E. \u0414\u0432\u0456 \u0440\u0435\u0447\u0456, \u044F\u043A\u0456 \u0432\u0441\u0456 \u043B\u044E\u0431\u043B\u044F\u0442\u044C.\",fonts:[\"FR;InterDisplay-Bold\"],layoutDependency:layoutDependency,layoutId:\"mo4TJP17t\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dmvzqMjGe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LUJvbGQ=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss08' on, 'cv01' on, 'salt' on\",\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Maximize Your Rewards!\"})})},XTVBNf8Hi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LUJvbGQ=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss08' on, 'cv01' on, 'salt' on\",\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Simplify Your Savings, \",/*#__PURE__*/_jsx(motion.br,{}),\"Maximize Your Rewards!\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"All Your Rewards, One Sleek App\"})}),className:\"framer-1uuwcj8\",\"data-framer-name\":\"\u0406 \u0449\u0435 \u0446\u0435 \u0431\u0435\u0437\u043A\u043E\u0448\u0442\u043E\u0432\u043D\u043E. \u0414\u0432\u0456 \u0440\u0435\u0447\u0456, \u044F\u043A\u0456 \u0432\u0441\u0456 \u043B\u044E\u0431\u043B\u044F\u0442\u044C.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EhZrIiCUJ\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dmvzqMjGe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"All Your Rewards, One Sleek App\"})})},XTVBNf8Hi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"All Your Rewards, One Sleek App\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gyfcd1\",layoutDependency:layoutDependency,layoutId:\"T35qP__l_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1psj5p\",layoutDependency:layoutDependency,layoutId:\"EeBBNREqQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:162,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||621)-0-955)/2+0+0)+0+0+72+0+0+515+56+0+0+0,...addPropertyOverrides({dmvzqMjGe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1044)-0-1582)/2+0+0)+0+0+32+698+0+0+484+56+0+0},XTVBNf8Hi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||986)-0-1580)/2+0+0)+0+0+32+698+0+0+482+56+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-112igqy-container\",layoutDependency:layoutDependency,layoutId:\"YyUwEtqro-container\",children:/*#__PURE__*/_jsx(QrCode,{height:\"100%\",id:\"YyUwEtqro\",layoutId:\"YyUwEtqro\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MVUHOYMgQ\"},implicitPathVariables:undefined},{href:{webPageId:\"MVUHOYMgQ\"},implicitPathVariables:undefined},{href:{webPageId:\"MVUHOYMgQ\"},implicitPathVariables:undefined},{href:{webPageId:\"MVUHOYMgQ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19n00oe-container\",layoutDependency:layoutDependency,layoutId:\"mklHtUwsy-container\",children:/*#__PURE__*/_jsx(ElementsButtonDownload,{height:\"100%\",id:\"mklHtUwsy\",layoutId:\"mklHtUwsy\",link:resolvedLinks[0],newTab:true,style:{height:\"100%\"},variant:\"aHninuYjU\",width:\"100%\",...addPropertyOverrides({dmvzqMjGe:{link:resolvedLinks[3]},PUGEwvrFX:{link:resolvedLinks[2]},XTVBNf8Hi:{link:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yn71us\",layoutDependency:layoutDependency,layoutId:\"cX2f19GE0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gnyudi-container\",layoutDependency:layoutDependency,layoutId:\"SjsmOBXBZ-container\",style:{rotate:0},variants:{dmvzqMjGe:{rotate:-98}},children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:false,from:0,height:\"100%\",id:\"SjsmOBXBZ\",layoutId:\"SjsmOBXBZ\",loopOptions:\"mirror\",pathAnimation:{delay:0,duration:1.3,ease:[.44,0,.56,1],type:\"tween\"},shouldLoop:true,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-54zyss\",\"data-framer-name\":\"Vector 2066\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kO_wQGQMF\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64 52\"><path d=\"M 55.07 39.858 C 46.151 9.306 26.002 11.805 18.749 15.314 C 14.148 17.539 9.958 21.167 5.326 22.919 C 1.85 24.233 10.592 24.693 10.973 24.76 C 13.557 25.212 24.319 25.284 16.565 23.343 C 14.294 22.775 3.217 24.113 4.122 22.546 C 6.715 18.055 10.015 13.575 11.045 8.543\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(90, 194, 21)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:12462657124,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Q2F2ZWF0LTcwMA==\",\"--framer-font-family\":'\"Caveat\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(90, 194, 21))\"},children:[\"Scan to Transform\",/*#__PURE__*/_jsx(motion.br,{}),\"Your Wallet Today\"]})}),className:\"framer-g4sj01\",\"data-framer-name\":\"\u0421\u043A\u0430\u043D\u0443\u0439 \u0449\u043E\u0431 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u0434\u043E\u0434\u0430\u0442\u043E\u043A QuickPass\",fonts:[\"GF;Caveat-700\"],layoutDependency:layoutDependency,layoutId:\"Dn20JPRf8\",style:{\"--extracted-r6o4lv\":\"rgb(90, 194, 21)\",rotate:-4},variants:{dmvzqMjGe:{rotate:-3}},verticalAlignment:\"center\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:\"744px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||621)-0-955)/2+0+0)+0+0+151.7335473515251,...addPropertyOverrides({dmvzqMjGe:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1044)-0-1582)/2+0+0)+0+0+32+0},XTVBNf8Hi:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||986)-0-1580)/2+0+0)+0+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rjnbiz-container\",layoutDependency:layoutDependency,layoutId:\"skcgqgJLb-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({dmvzqMjGe:{transformTemplate:undefined},XTVBNf8Hi:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Cards,{height:\"100%\",id:\"skcgqgJLb\",layoutId:\"skcgqgJLb\",style:{width:\"100%\"},variant:\"jMaAZ0rcT\",width:\"100%\",...addPropertyOverrides({dmvzqMjGe:{variant:rqO2435FR},XTVBNf8Hi:{variant:rqO2435FR}},baseVariant,gestureVariant)})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-u7k23.framer-jgg1z6, .framer-u7k23 .framer-jgg1z6 { display: block; }\",\".framer-u7k23.framer-skqsrr { 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; position: relative; width: 1680px; }\",\".framer-u7k23 .framer-16w42wi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-u7k23 .framer-nzywag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 72px 64px 72px 64px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-u7k23 .framer-13ny6y7 { -webkit-user-select: auto; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; user-select: auto; z-index: 0; }\",\".framer-u7k23 .framer-1grq7a3-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: -1; }\",\".framer-u7k23 .framer-1e4k2oj { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-u7k23 .framer-lns61 { bottom: 0px; flex: none; left: 0px; mix-blend-mode: soft-light; position: absolute; right: 0px; top: 0px; }\",\".framer-u7k23 .framer-j05oaa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-u7k23 .framer-1dxfcr7 { align-content: center; align-items: center; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-u7k23 .framer-1ilia46 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-u7k23 .framer-1xl397w, .framer-u7k23 .framer-1uuwcj8 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-u7k23 .framer-gyfcd1 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: visible; padding: 56px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-u7k23 .framer-1psj5p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-u7k23 .framer-112igqy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-u7k23 .framer-19n00oe-container { flex: none; height: 50px; position: relative; width: auto; }\",\".framer-u7k23 .framer-yn71us { align-content: flex-start; align-items: flex-start; bottom: 44px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; left: 175px; overflow: hidden; padding: 0px; position: absolute; top: 44px; width: 360px; z-index: 1; }\",\".framer-u7k23 .framer-1gnyudi-container { flex: none; height: 52px; position: relative; width: 52px; }\",\".framer-u7k23 .framer-54zyss { height: 52px; position: relative; width: 64px; }\",\".framer-u7k23 .framer-g4sj01 { flex: none; height: 110px; overflow: hidden; position: relative; white-space: pre-wrap; width: 548px; word-break: break-word; word-wrap: break-word; }\",\".framer-u7k23 .framer-rjnbiz-container { flex: none; height: auto; left: 73%; position: absolute; top: 50%; width: 744px; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-u7k23.framer-skqsrr, .framer-u7k23 .framer-16w42wi, .framer-u7k23 .framer-nzywag, .framer-u7k23 .framer-j05oaa, .framer-u7k23 .framer-1dxfcr7, .framer-u7k23 .framer-1ilia46, .framer-u7k23 .framer-gyfcd1, .framer-u7k23 .framer-1psj5p, .framer-u7k23 .framer-yn71us { gap: 0px; } .framer-u7k23.framer-skqsrr > *, .framer-u7k23 .framer-16w42wi > *, .framer-u7k23 .framer-1ilia46 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-u7k23.framer-skqsrr > :first-child, .framer-u7k23 .framer-16w42wi > :first-child, .framer-u7k23 .framer-1dxfcr7 > :first-child, .framer-u7k23 .framer-1ilia46 > :first-child, .framer-u7k23 .framer-1psj5p > :first-child { margin-top: 0px; } .framer-u7k23.framer-skqsrr > :last-child, .framer-u7k23 .framer-16w42wi > :last-child, .framer-u7k23 .framer-1dxfcr7 > :last-child, .framer-u7k23 .framer-1ilia46 > :last-child, .framer-u7k23 .framer-1psj5p > :last-child { margin-bottom: 0px; } .framer-u7k23 .framer-nzywag > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-u7k23 .framer-nzywag > :first-child, .framer-u7k23 .framer-j05oaa > :first-child, .framer-u7k23 .framer-gyfcd1 > :first-child, .framer-u7k23 .framer-yn71us > :first-child { margin-left: 0px; } .framer-u7k23 .framer-nzywag > :last-child, .framer-u7k23 .framer-j05oaa > :last-child, .framer-u7k23 .framer-gyfcd1 > :last-child, .framer-u7k23 .framer-yn71us > :last-child { margin-right: 0px; } .framer-u7k23 .framer-j05oaa > *, .framer-u7k23 .framer-yn71us > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-u7k23 .framer-1dxfcr7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-u7k23 .framer-gyfcd1 > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-u7k23 .framer-1psj5p > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }\",\".framer-u7k23.framer-v-ln46nr.framer-skqsrr { width: 810px; }\",\".framer-u7k23.framer-v-ln46nr .framer-nzywag, .framer-u7k23.framer-v-1037yva .framer-nzywag { flex-direction: column; gap: 48px; padding: 32px 0px 0px 0px; }\",\".framer-u7k23.framer-v-ln46nr .framer-13ny6y7, .framer-u7k23.framer-v-1037yva .framer-13ny6y7 { order: 0; }\",\".framer-u7k23.framer-v-ln46nr .framer-j05oaa, .framer-u7k23.framer-v-1037yva .framer-j05oaa { flex: none; max-width: 770px; order: 2; width: 100%; }\",\".framer-u7k23.framer-v-ln46nr .framer-1dxfcr7 { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; padding: 0px 64px 72px 64px; }\",\".framer-u7k23.framer-v-ln46nr .framer-gyfcd1 { width: 1px; }\",\".framer-u7k23.framer-v-ln46nr .framer-rjnbiz-container, .framer-u7k23.framer-v-1037yva .framer-rjnbiz-container { left: unset; order: 1; position: relative; top: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-u7k23.framer-v-ln46nr .framer-nzywag { gap: 0px; } .framer-u7k23.framer-v-ln46nr .framer-nzywag > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-u7k23.framer-v-ln46nr .framer-nzywag > :first-child { margin-top: 0px; } .framer-u7k23.framer-v-ln46nr .framer-nzywag > :last-child { margin-bottom: 0px; } }\",\".framer-u7k23.framer-v-18wfo9f .framer-16w42wi { max-width: 1360px; }\",\".framer-u7k23.framer-v-18wfo9f .framer-rjnbiz-container { left: 72%; }\",\".framer-u7k23.framer-v-1037yva.framer-skqsrr { width: 390px; }\",\".framer-u7k23.framer-v-1037yva .framer-1dxfcr7 { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 92px; padding: 0px 24px 72px 24px; }\",\".framer-u7k23.framer-v-1037yva .framer-gyfcd1 { align-content: center; align-items: center; }\",\".framer-u7k23.framer-v-1037yva .framer-yn71us { bottom: 256px; height: min-content; left: 16px; overflow: visible; padding: 0px 0px 0px 8px; top: unset; width: min-content; }\",\".framer-u7k23.framer-v-1037yva .framer-1gnyudi-container { left: -32px; position: absolute; top: 96px; z-index: 1; }\",\".framer-u7k23.framer-v-1037yva .framer-g4sj01 { white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-u7k23.framer-v-1037yva .framer-nzywag, .framer-u7k23.framer-v-1037yva .framer-1dxfcr7 { gap: 0px; } .framer-u7k23.framer-v-1037yva .framer-nzywag > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-u7k23.framer-v-1037yva .framer-nzywag > :first-child, .framer-u7k23.framer-v-1037yva .framer-1dxfcr7 > :first-child { margin-top: 0px; } .framer-u7k23.framer-v-1037yva .framer-nzywag > :last-child, .framer-u7k23.framer-v-1037yva .framer-1dxfcr7 > :last-child { margin-bottom: 0px; } .framer-u7k23.framer-v-1037yva .framer-1dxfcr7 > * { margin: 0px; margin-bottom: calc(92px / 2); margin-top: calc(92px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 621\n * @framerIntrinsicWidth 1680\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XTVBNf8Hi\":{\"layout\":[\"fixed\",\"auto\"]},\"PUGEwvrFX\":{\"layout\":[\"fixed\",\"auto\"]},\"dmvzqMjGe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rqO2435FR\":\"variant1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerK_JVqaw5C=withCSS(Component,css,\"framer-u7k23\");export default FramerK_JVqaw5C;FramerK_JVqaw5C.displayName=\"download-app-banner\";FramerK_JVqaw5C.defaultProps={height:621,width:1680};addPropertyControls(FramerK_JVqaw5C,{variant:{options:[\"VHjsmgV9f\",\"XTVBNf8Hi\",\"PUGEwvrFX\",\"dmvzqMjGe\"],optionTitles:[\"Desktop\",\"Tablet\",\"Desktop 2\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},rqO2435FR:(CardsControls===null||CardsControls===void 0?void 0:CardsControls[\"variant\"])&&{...CardsControls[\"variant\"],defaultValue:\"Fd9Lbianr\",description:undefined,hidden:undefined,title:\"Variant\"}});addFonts(FramerK_JVqaw5C,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/I11LrmuBDQZweplJ62KkVsklU5Y.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/UjFZPDy3qGuDktQM4q9CxhKfIa8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/8exwVHJy2DhJ4N5prYlVMrEKmQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/UTeedEK21hO5jDxEUldzdScUqpg.woff2\",weight:\"700\"},{family:\"Inter Display\",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/Ig8B8nzy11hzIWEIYnkg91sofjo.woff2\",weight:\"700\"},{family:\"Inter Display\",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/n9CXKI3tsmCPeC6MCT9NziShSuQ.woff2\",weight:\"700\"},{family:\"Inter Display\",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/qctQFoJqJ9aIbRSIp0AhCQpFxn8.woff2\",weight:\"700\"},{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:\"Caveat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIejYBxPigs.woff2\",weight:\"700\"}]},...PatternFonts,...QrCodeFonts,...ElementsButtonDownloadFonts,...AnimatorFonts,...CardsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK_JVqaw5C\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"rqO2435FR\\\":\\\"variant1\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XTVBNf8Hi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PUGEwvrFX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dmvzqMjGe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1680\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"621\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K_JVqaw5C.map"],
  "mappings": "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",
  "names": ["loadPassword", "str", "prefix", "preprocessedStr", "formatPatternString", "primary", "secondary", "tertiary", "scale", "angle", "primaryNoHash", "secondaryNoHash", "tertiaryNoHash", "nineDownScale", "quarterScale", "halfScale", "twoScale", "twoPointFourScale", "twoPointEightScale", "threeScale", "threePointTwoScale", "threePointFourScale", "fourScale", "fiveScale", "fivePointSixScale", "sixScale", "sevenScale", "eightScale", "nineScale", "tenScale", "fourteenScale", "cleanColorString", "s", "startIndex", "endIndex", "colorString", "Pattern", "props", "patternType", "radius", "opacity", "shouldAnimate", "direction", "diagonal", "duration", "password", "isCanvas", "RenderTarget", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "pattern", "filter", "backgroundPosAnimation", "cleanPrimary", "cleanSecondary", "cleanTertiary", "primaryColor", "Color", "primaryOpacity", "primaryOpacityHex", "primaryOpacityHexFinal", "secondaryColor", "secondaryOpacity", "secondaryOpacityHex", "secondaryOpacityHexFinal", "tertiaryColor", "tertiaryOpacity", "tertiaryOpacityHex", "tertiaryOpacityHexFinal", "primaryHex", "secondaryHex", "tertiaryHex", "frontWithoutHex", "backWithoutHex", "tertiaryWithoutHex", "factor", "xScale", "yScale", "parsedPattern", "u", "p", "id", "displayName", "patternBackground", "patternBackgroundImage", "addBackground", "size", "position", "_blendMode", "blendMode", "_repeat", "repeat", "backgroundConfig", "motion", "l", "_", "i", "a", "b", "svg", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "Animator", "props", "pathAnimation", "from", "to", "animate", "shouldLoop", "loopOptions", "slots", "endCircle", "hasChildren", "j", "customShape", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "firstChild", "getFirstChild", "svgChild", "isSpring", "shapeTransition", "pathLength", "useMotionValue", "opacity", "useTransform", "shapeProps", "isCanvas", "RenderTarget", "attributes", "pathD", "stroke", "strokeWidth", "strokeLinecap", "strokeLinejoin", "element", "splitAndReplace", "svgViewbox", "motion", "addPropertyControls", "ControlType", "string", "child", "serializationHash", "variantClassNames", "transition1", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramereQXyfBG_D", "withCSS", "eQXyfBG_D_default", "addFonts", "clamp", "t", "e", "n", "isNumber", "t", "isEasingList", "wrap", "e", "n", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "n", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isFunction", "t", "isString", "e", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "l", "cubicBezier", "__rest", "n", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "velocityPerSecond", "r", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "L", "T", "M", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "C", "R", "H", "resolveElements", "n", "createGeneratorEasing", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "Y", "createAxisInfo", "createScrollInfo", "J", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Q", "ee", "resolveEdge", "isString", "isNumber", "te", "resolveOffset", "ne", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "oe", "ie", "se", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "n", "dispatchViewEvent", "ae", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "fe", "ue", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "SVG", "css", "FramerXjF0fVdHO", "withCSS", "XjF0fVdHO_default", "addPropertyControls", "ControlType", "addFonts", "PatternFonts", "getFonts", "Pattern", "QrCodeFonts", "eQXyfBG_D_default", "ElementsButtonDownloadFonts", "VfKybb42A_default", "AnimatorFonts", "Animator", "CardsFonts", "XjF0fVdHO_default", "CardsControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "variant1", "width", "props", "_humanReadableEnumMap_variant1", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rqO2435FR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ResolveLinks", "resolvedLinks", "SVG", "css", "FramerK_JVqaw5C", "withCSS", "K_JVqaw5C_default", "addPropertyControls", "ControlType", "addFonts"]
}
