{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/IjmonPDpXb9UvtAbE5Ky/ctYQyKFiq4HJ99urfqcI/DownloadFileButton.js", "ssg:https://framerusercontent.com/modules/krHJb9tkBTFvpNL78kPc/K5eyWVOl6rPBpJzuDbNx/hrjsaUJRw.js", "ssg:https://framerusercontent.com/modules/jrmsxyhcK3BzMhXELdwI/G5MxJTiz36Psc3o1MZwd/W5D7q7iqD.js", "ssg:https://framerusercontent.com/modules/gaonPKsc1jvEWvqMOjZi/dRHWpXfr4RRpKWAubWwy/EIkMfxUjF.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const onHoverStyle={scale:1,cursor:\"pointer\"};const spring={type:\"spring\",stiffness:300,damping:30};/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function Download(props){const[bloblUrl,setBlobUrl]=useState(null);const{fileName,title,tint,style,file,radius,fontColor,topLeftRadius,topRightRadius,bottomRightRadius,bottomLeftRadius,isMixedRadius=false,stylePadding,topLeftPadding,topRightPadding,bottomRightPadding,bottomLeftPadding,isMixedPadding=false,font}=props;const borderRadius=isMixedRadius?`${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px`:`${radius}px`;const padding=isMixedPadding?`${topLeftPadding}px ${topRightPadding}px ${bottomRightPadding}px ${bottomLeftPadding}px`:`${stylePadding}px`;const handleClick=async()=>{const response=await fetch(props.file);const blob=await response.blob();const blobUrl=URL.createObjectURL(blob);setBlobUrl(blobUrl);};useEffect(()=>{handleClick();},[]);return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyle},children:/*#__PURE__*/_jsx(motion.div,{style:{borderRadius,padding,backgroundColor:tint,fontWeight:\"regular\",fontSize:16,...props.font,color:fontColor,overflow:\"visible\"},whileHover:onHoverStyle,transition:{type:\"spring\",stiffness:500,damping:30},children:/*#__PURE__*/_jsx(\"a\",{href:bloblUrl,style:{textDecoration:\"none\",color:fontColor},download:fileName,children:title})})});}addPropertyControls(Download,{fileName:{type:ControlType.String,defaultValue:\"File\"},tint:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"#242424\"},title:{title:\"Label\",type:ControlType.String,defaultValue:\"Download!\"},font:{type:ControlType.Font,title:\"Font\",defaultValue:\"Inter\",controls:\"extended\"},fontColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ffffff\"},file:{title:\"File\",type:ControlType.File,allowedFileTypes:[]},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:8,toggleKey:\"isMixedRadius\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},stylePadding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:16,toggleKey:\"isMixedPadding\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeftPadding\",\"topRightPadding\",\"bottomRightPadding\",\"bottomLeftPadding\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}});const containerStyle={display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"visible\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DownloadFileButton.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/crpgc91zSZGXmqqxfs5H/WZSK2g04k3JlpDLHIPaM/Z12e8BjCh.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={xXNwGooUA:{hover:true,pressed:true}};const cycleOrder=[\"xXNwGooUA\",\"rWYMuwqhl\",\"XFtJDALLt\",\"lYOwRtM_p\",\"PzRsJH9X6\",\"BLuoDzyO5\"];const serializationHash=\"framer-lXHjj\";const variantClassNames={BLuoDzyO5:\"framer-v-16knk3e\",lYOwRtM_p:\"framer-v-vf3hnl\",PzRsJH9X6:\"framer-v-skvb19\",rWYMuwqhl:\"framer-v-1f0ye02\",XFtJDALLt:\"framer-v-miz90o\",xXNwGooUA:\"framer-v-1re6juh\"};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={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Default:\"xXNwGooUA\",Disabled:\"XFtJDALLt\",Download:\"BLuoDzyO5\",Error:\"PzRsJH9X6\",Loading:\"rWYMuwqhl\",Success:\"lYOwRtM_p\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,pwjPVjvKK:(_ref=title!==null&&title!==void 0?title:props.pwjPVjvKK)!==null&&_ref!==void 0?_ref:\"Submit\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"xXNwGooUA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pwjPVjvKK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xXNwGooUA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"rWYMuwqhl\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"rWYMuwqhl\")return true;return false;};const defaultLayoutId=React.useId();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.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1re6juh\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"xXNwGooUA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,opacity:1,...style},variants:{\"xXNwGooUA-hover\":{backgroundColor:\"var(--token-6ad8bc24-4d26-49b6-98ab-5f707c0fe253, rgb(31, 58, 179))\"},\"xXNwGooUA-pressed\":{backgroundColor:\"var(--token-6ad8bc24-4d26-49b6-98ab-5f707c0fe253, rgb(31, 58, 179))\"},PzRsJH9X6:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"},XFtJDALLt:{opacity:.5}},...addPropertyOverrides({\"xXNwGooUA-hover\":{\"data-framer-name\":undefined},\"xXNwGooUA-pressed\":{\"data-framer-name\":undefined},BLuoDzyO5:{\"data-framer-name\":\"Download\"},lYOwRtM_p:{\"data-framer-name\":\"Success\"},PzRsJH9X6:{\"data-framer-name\":\"Error\"},rWYMuwqhl:{\"data-framer-name\":\"Loading\"},XFtJDALLt:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wdneax\",\"data-styles-preset\":\"Z12e8BjCh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255)))\"},children:\"Submit\"})}),className:\"framer-c6jbkj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TLRXPCTPI\",style:{\"--extracted-r6o4lv\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:pwjPVjvKK,variants:{BLuoDzyO5:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},lYOwRtM_p:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},PzRsJH9X6:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BLuoDzyO5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you\"})}),fonts:[\"Inter-SemiBold\"],text:undefined},lYOwRtM_p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you\"})}),fonts:[\"Inter-SemiBold\"],text:undefined},PzRsJH9X6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})}),fonts:[\"Inter-SemiBold\"],text:undefined}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-193mew9\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"MS0XvySmI\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1voihtx\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"zMJGb18B7\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{rWYMuwqhl:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ikbbfk\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"jyhDl6Znh\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lXHjj.framer-9f19m3, .framer-lXHjj .framer-9f19m3 { display: block; }\",\".framer-lXHjj.framer-1re6juh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-lXHjj .framer-c6jbkj { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-lXHjj .framer-193mew9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-lXHjj .framer-1voihtx { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-lXHjj .framer-ikbbfk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lXHjj.framer-1re6juh { gap: 0px; } .framer-lXHjj.framer-1re6juh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lXHjj.framer-1re6juh > :first-child { margin-left: 0px; } .framer-lXHjj.framer-1re6juh > :last-child { margin-right: 0px; } }\",\".framer-lXHjj.framer-v-1f0ye02.framer-1re6juh, .framer-lXHjj.framer-v-miz90o.framer-1re6juh, .framer-lXHjj.framer-v-vf3hnl.framer-1re6juh, .framer-lXHjj.framer-v-skvb19.framer-1re6juh, .framer-lXHjj.framer-v-16knk3e.framer-1re6juh { cursor: unset; }\",\".framer-lXHjj.framer-v-1f0ye02 .framer-1voihtx { overflow: hidden; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 83\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"rWYMuwqhl\":{\"layout\":[\"auto\",\"fixed\"]},\"XFtJDALLt\":{\"layout\":[\"auto\",\"fixed\"]},\"lYOwRtM_p\":{\"layout\":[\"auto\",\"fixed\"]},\"PzRsJH9X6\":{\"layout\":[\"auto\",\"fixed\"]},\"BLuoDzyO5\":{\"layout\":[\"auto\",\"fixed\"]},\"sxLwpTNiJ\":{\"layout\":[\"auto\",\"fixed\"]},\"w9hmGwSv_\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"pwjPVjvKK\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhrjsaUJRw=withCSS(Component,css,\"framer-lXHjj\");export default FramerhrjsaUJRw;FramerhrjsaUJRw.displayName=\"bitpay-molecule/Button\";FramerhrjsaUJRw.defaultProps={height:40,width:83};addPropertyControls(FramerhrjsaUJRw,{variant:{options:[\"xXNwGooUA\",\"rWYMuwqhl\",\"XFtJDALLt\",\"lYOwRtM_p\",\"PzRsJH9X6\",\"BLuoDzyO5\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\",\"Download\"],title:\"Variant\",type:ControlType.Enum},pwjPVjvKK:{defaultValue:\"Submit\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerhrjsaUJRw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhrjsaUJRw\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"83\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"pwjPVjvKK\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rWYMuwqhl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XFtJDALLt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lYOwRtM_p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PzRsJH9X6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BLuoDzyO5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"sxLwpTNiJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"w9hmGwSv_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hrjsaUJRw.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormBooleanInput,FormContainer,FormPlainTextInput,FormSelect,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/IjmonPDpXb9UvtAbE5Ky/ctYQyKFiq4HJ99urfqcI/DownloadFileButton.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/N5QJX1JzhTaJHlY3oCQq/TX1EPnwwDwn2oJPQ1KQy/AagzoX5rC.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/eCjiS6IwlXC5Qcs0vq3U/XWseGC3imdPVaGjMQrKf/B634eT0R2.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/pSDeRMesSAblcW31KMvm/EXj4yiV7oIf4BCrGOvjH/c77qUMqNu.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/MMQyZpvqUDkP9YkNvCkq/NG4bhv8B16yTCMOoKg4D/LtFt7POV6.js\";import BitpayMoleculeButton from\"https://framerusercontent.com/modules/krHJb9tkBTFvpNL78kPc/K5eyWVOl6rPBpJzuDbNx/hrjsaUJRw.js\";const BitpayMoleculeButtonFonts=getFonts(BitpayMoleculeButton);const DownloadFonts=getFonts(Download);const DownloadControls=getPropertyControls(Download);const cycleOrder=[\"qXajiIXM3\",\"oEskw1cO4\"];const serializationHash=\"framer-faenH\";const variantClassNames={oEskw1cO4:\"framer-v-dkd197\",qXajiIXM3:\"framer-v-1avuo7s\"};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 formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};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 humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={\"Thank you\":\"oEskw1cO4\",\"Variant 1\":\"qXajiIXM3\"};const getProps=({cTA,direction,download,fileName,height,id,title,width,...props})=>{var _humanReadableEnumMap_direction,_ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,adVN_BRXl:(_ref1=(_ref=(_humanReadableEnumMap_direction=humanReadableEnumMap[direction])!==null&&_humanReadableEnumMap_direction!==void 0?_humanReadableEnumMap_direction:direction)!==null&&_ref!==void 0?_ref:props.adVN_BRXl)!==null&&_ref1!==void 0?_ref1:\"row\",fjJqcCJEF:(_ref2=title!==null&&title!==void 0?title:props.fjJqcCJEF)!==null&&_ref2!==void 0?_ref2:\"Download the Case Study\",Lh5T9srCH:(_ref3=download!==null&&download!==void 0?download:props.Lh5T9srCH)!==null&&_ref3!==void 0?_ref3:\"https://framerusercontent.com/assets/YWuf2MxXvXvA4t4lWtK6Ar5HQ8.pdf\",M8XEw5fDT:(_ref4=fileName!==null&&fileName!==void 0?fileName:props.M8XEw5fDT)!==null&&_ref4!==void 0?_ref4:\"File\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"qXajiIXM3\",zH7b5LSaH:(_ref6=cTA!==null&&cTA!==void 0?cTA:props.zH7b5LSaH)!==null&&_ref6!==void 0?_ref6:\"Download the Case Study\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fjJqcCJEF,Lh5T9srCH,M8XEw5fDT,adVN_BRXl,zH7b5LSaH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qXajiIXM3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onSuccess12xhy31=activeVariantCallback(async(...args)=>{setVariant(\"oEskw1cO4\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"oEskw1cO4\")return true;return false;};const defaultLayoutId=React.useId();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(scopingClassNames,\"framer-1avuo7s\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"qXajiIXM3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-48bb380c-0c41-43ac-8da9-9a1814a2bf7a, rgb(245, 247, 248))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({oEskw1cO4:{\"data-framer-name\":\"Thank you\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/ca3c752b-4ca3-4b9d-87ae-5909e0e0208d/submit\",className:\"framer-1xnlum1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Nv4VXYBwi\",onSuccess:onSuccess12xhy31,style:{opacity:1},variants:{oEskw1cO4:{opacity:0}},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-7qv01e\",\"data-styles-preset\":\"LtFt7POV6\",children:\"Download the Case Study\"})}),className:\"framer-y18cnr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PoMcyzMr0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fjJqcCJEF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o94z0x\",layoutDependency:layoutDependency,layoutId:\"q1SAYUP4U\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyr1fw\",layoutDependency:layoutDependency,layoutId:\"MkPu0b4YU\",style:{\"--19bdw30\":adVN_BRXl===\"column\"?0:\"calc(24px / 2)\",\"--1coyxje\":adVN_BRXl===\"column\"?\"100%\":\"1px\",\"--4ru7og\":adVN_BRXl,\"--r3j7vq\":adVN_BRXl===\"row\"?0:\"calc(24px / 2)\",\"--wly9ii\":adVN_BRXl===\"column\"?undefined:\"1 0 0px\"},children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1jeylps\",layoutDependency:layoutDependency,layoutId:\"o_4mOkrsR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90)))\"},children:\"First Name\"})}),className:\"framer-far63t\",fonts:[\"FS;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"Wlacx31Zg\",style:{\"--extracted-r6o4lv\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-bqytol\",inputName:\"first_name\",layoutDependency:layoutDependency,layoutId:\"r2bRBcfLw\",placeholder:\"Satoshi\",required:true,style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-46df72fb-80d8-4928-beb8-9e62788e54dc, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-d53be6ba-1233-4b07-b8cf-e88ffd1c5ef8, rgb(155, 163, 174))\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1n5snb7\",layoutDependency:layoutDependency,layoutId:\"Y_3qYuAS7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90)))\"},children:\"Last Name\"})}),className:\"framer-1otz8tb\",fonts:[\"FS;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"jiXspfYIT\",style:{\"--extracted-r6o4lv\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-d6c293\",inputName:\"Last Name\",layoutDependency:layoutDependency,layoutId:\"LgGz9Qhv9\",placeholder:\"Nakamoto\",style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-46df72fb-80d8-4928-beb8-9e62788e54dc, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-d53be6ba-1233-4b07-b8cf-e88ffd1c5ef8, rgb(155, 163, 174))\"},type:\"text\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xmiqyk\",layoutDependency:layoutDependency,layoutId:\"bUREDAMAO\",style:{\"--19bdw30\":adVN_BRXl===\"column\"?0:\"calc(24px / 2)\",\"--1coyxje\":adVN_BRXl===\"column\"?\"100%\":\"1px\",\"--4ru7og\":adVN_BRXl,\"--r3j7vq\":adVN_BRXl===\"row\"?0:\"calc(24px / 2)\",\"--wly9ii\":adVN_BRXl===\"column\"?undefined:\"1 0 0px\"},children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-6fqz68\",layoutDependency:layoutDependency,layoutId:\"tIj1ZrOhA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90)))\"},children:\"Company Name\"})}),className:\"framer-1yt5dy7\",fonts:[\"FS;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"uzbm8PuVt\",style:{\"--extracted-r6o4lv\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1wnhoqf\",inputName:\"company_name\",layoutDependency:layoutDependency,layoutId:\"ZHsuardEd\",placeholder:\"Company LLC.\",required:true,style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-46df72fb-80d8-4928-beb8-9e62788e54dc, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-d53be6ba-1233-4b07-b8cf-e88ffd1c5ef8, rgb(155, 163, 174))\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-jf6qtl\",layoutDependency:layoutDependency,layoutId:\"eSF6tbNdr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90)))\"},children:\"Company Email\"})}),className:\"framer-nokovy\",fonts:[\"FS;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"azXDRquPR\",style:{\"--extracted-r6o4lv\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1ddr1bd\",inputName:\"email\",layoutDependency:layoutDependency,layoutId:\"ifAGAJSE4\",placeholder:\"satoshi@nakamoto.com\",required:true,style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-46df72fb-80d8-4928-beb8-9e62788e54dc, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-d53be6ba-1233-4b07-b8cf-e88ffd1c5ef8, rgb(155, 163, 174))\"},type:\"email\"})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-195ej1t\",layoutDependency:layoutDependency,layoutId:\"stxHJtI9Y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90)))\"},children:\"Country\"})}),className:\"framer-1krz5ey\",fonts:[\"FS;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"zSkokWIcl\",style:{\"--extracted-r6o4lv\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-1wq6kbq\",defaultValue:\"united states\",inputName:\"country\",layoutDependency:layoutDependency,layoutId:\"y6SqLHjqd\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Afghanistan\",type:\"option\",value:\"afghanistan\"},{title:\"Albania\",type:\"option\",value:\"albania\"},{title:\"Algeria\",type:\"option\",value:\"algeria\"},{title:\"Andorra\",type:\"option\",value:\"andorra\"},{title:\"Angola\",type:\"option\",value:\"angola\"},{title:\"Antarctica\",type:\"option\",value:\"antarctica\"},{title:\"Antigua and Barbuda\",type:\"option\",value:\"antigua and barbuda\"},{title:\"Argentina\",type:\"option\",value:\"argentina\"},{title:\"Armenia\",type:\"option\",value:\"armenia\"},{title:\"Australia\",type:\"option\",value:\"australia\"},{title:\"Austria\",type:\"option\",value:\"austria\"},{title:\"Azerbaijan\",type:\"option\",value:\"azerbaijan\"},{title:\"Bahamas\",type:\"option\",value:\"bahamas\"},{title:\"Bahrain\",type:\"option\",value:\"bahrain\"},{title:\"Bangladesh\",type:\"option\",value:\"bangladesh\"},{title:\"Barbados\",type:\"option\",value:\"barbados\"},{title:\"Belarus\",type:\"option\",value:\"belarus\"},{title:\"Belgium\",type:\"option\",value:\"belgium\"},{title:\"Belize\",type:\"option\",value:\"belize\"},{title:\"Benin\",type:\"option\",value:\"benin\"},{title:\"Bermuda\",type:\"option\",value:\"bermuda\"},{title:\"Bhutan\",type:\"option\",value:\"bhutan\"},{title:\"Bolivia\",type:\"option\",value:\"bolivia\"},{title:\"Bosnia and Herzegovina\",type:\"option\",value:\"bosnia and herzegovina\"},{title:\"Botswana\",type:\"option\",value:\"botswana\"},{title:\"Brazil\",type:\"option\",value:\"brazil\"},{title:\"Brunei\",type:\"option\",value:\"brunei\"},{title:\"Bulgaria\",type:\"option\",value:\"bulgaria\"},{title:\"Burkina Faso\",type:\"option\",value:\"burkina faso\"},{title:\"Burma\",type:\"option\",value:\"burma\"},{title:\"Burundi\",type:\"option\",value:\"burundi\"},{title:\"Cambodia\",type:\"option\",value:\"cambodia\"},{title:\"Cameroon\",type:\"option\",value:\"cameroon\"},{title:\"Canada\",type:\"option\",value:\"canada\"},{title:\"Cape Verde\",type:\"option\",value:\"cape verde\"},{title:\"Central African Republic\",type:\"option\",value:\"central african republic\"},{title:\"Chad\",type:\"option\",value:\"chad\"},{title:\"Chile\",type:\"option\",value:\"chile\"},{title:\"China\",type:\"option\",value:\"china\"},{title:\"Colombia\",type:\"option\",value:\"colombia\"},{title:\"Comoros\",type:\"option\",value:\"comoros\"},{title:\"Congo, Democratic Republic\",type:\"option\",value:\"congo democratic republic\"},{title:\"Congo, Republic of the\",type:\"option\",value:\"congo republic of the\"},{title:\"Costa Rica\",type:\"option\",value:\"costa rica\"},{title:\"Cote d'Ivoire\",type:\"option\",value:\"cote divoire\"},{title:\"Croatia\",type:\"option\",value:\"croatia\"},{title:\"Cuba\",type:\"option\",value:\"cuba\"},{title:\"Cyprus\",type:\"option\",value:\"cyprus\"},{title:\"Czech Republic\",type:\"option\",value:\"czech republic\"},{title:\"Denmark\",type:\"option\",value:\"denmark\"},{title:\"Djibouti\",type:\"option\",value:\"djibouti\"},{title:\"Dominica\",type:\"option\",value:\"dominica\"},{title:\"Dominican Republic\",type:\"option\",value:\"dominican republic\"},{title:\"East Timor\",type:\"option\",value:\"east timor\"},{title:\"Ecuador\",type:\"option\",value:\"ecuador\"},{title:\"Egypt\",type:\"option\",value:\"egypt\"},{title:\"El Salvador\",type:\"option\",value:\"el salvador\"},{title:\"Equatorial Guinea\",type:\"option\",value:\"equatorial guinea\"},{title:\"Eritrea\",type:\"option\",value:\"eritrea\"},{title:\"Estonia\",type:\"option\",value:\"estonia\"},{title:\"Ethiopia\",type:\"option\",value:\"ethiopia\"},{title:\"Fiji\",type:\"option\",value:\"fiji\"},{title:\"Finland\",type:\"option\",value:\"finland\"},{title:\"France\",type:\"option\",value:\"france\"},{title:\"Gabon\",type:\"option\",value:\"gabon\"},{title:\"Gambia\",type:\"option\",value:\"gambia\"},{title:\"Georgia\",type:\"option\",value:\"georgia\"},{title:\"Germany\",type:\"option\",value:\"germany\"},{title:\"Ghana\",type:\"option\",value:\"ghana\"},{title:\"Greece\",type:\"option\",value:\"greece\"},{title:\"Greenland\",type:\"option\",value:\"greenland\"},{title:\"Grenada\",type:\"option\",value:\"grenada\"},{title:\"Guatemala\",type:\"option\",value:\"guatemala\"},{title:\"Guinea\",type:\"option\",value:\"guinea\"},{title:\"Guinea-Bissau\",type:\"option\",value:\"guinea-bissau\"},{title:\"Guyana\",type:\"option\",value:\"guyana\"},{title:\"Haiti\",type:\"option\",value:\"haiti\"},{title:\"Honduras\",type:\"option\",value:\"honduras\"},{title:\"Hong Kong\",type:\"option\",value:\"hong kong\"},{title:\"Hungary\",type:\"option\",value:\"hungary\"},{title:\"Iceland\",type:\"option\",value:\"iceland\"},{title:\"India\",type:\"option\",value:\"india\"},{title:\"Indonesia\",type:\"option\",value:\"indonesia\"},{title:\"Iran\",type:\"option\",value:\"iran\"},{title:\"Iraq\",type:\"option\",value:\"iraq\"},{title:\"Ireland\",type:\"option\",value:\"ireland\"},{title:\"Israel\",type:\"option\",value:\"israel\"},{title:\"Italy\",type:\"option\",value:\"italy\"},{title:\"Jamaica\",type:\"option\",value:\"jamaica\"},{title:\"Japan\",type:\"option\",value:\"japan\"},{title:\"Jordan\",type:\"option\",value:\"jordan\"},{title:\"Kazakhstan\",type:\"option\",value:\"kazakhstan\"},{title:\"Kenya\",type:\"option\",value:\"kenya\"},{title:\"Kiribati\",type:\"option\",value:\"kiribati\"},{title:\"Korea, North\",type:\"option\",value:\"korea north\"},{title:\"Korea, South\",type:\"option\",value:\"korea south\"},{title:\"Kuwait\",type:\"option\",value:\"kuwait\"},{title:\"Kyrgyzstan\",type:\"option\",value:\"kyrgyzstan\"},{title:\"Laos\",type:\"option\",value:\"laos\"},{title:\"Latvia\",type:\"option\",value:\"latvia\"},{title:\"Lebanon\",type:\"option\",value:\"lebanon\"},{title:\"Lesotho\",type:\"option\",value:\"lesotho\"},{title:\"Liberia\",type:\"option\",value:\"liberia\"},{title:\"Libya\",type:\"option\",value:\"libya\"},{title:\"Liechtenstein\",type:\"option\",value:\"liechtenstein\"},{title:\"Lithuania\",type:\"option\",value:\"lithuania\"},{title:\"Luxembourg\",type:\"option\",value:\"luxembourg\"},{title:\"Macedonia\",type:\"option\",value:\"macedonia\"},{title:\"Madagascar\",type:\"option\",value:\"madagascar\"},{title:\"Malawi\",type:\"option\",value:\"malawi\"},{title:\"Malaysia\",type:\"option\",value:\"malaysia\"},{title:\"Maldives\",type:\"option\",value:\"maldives\"},{title:\"Mali\",type:\"option\",value:\"mali\"},{title:\"Malta\",type:\"option\",value:\"malta\"},{title:\"Marshall Islands\",type:\"option\",value:\"marshall islands\"},{title:\"Mauritania\",type:\"option\",value:\"mauritania\"},{title:\"Mauritius\",type:\"option\",value:\"mauritius\"},{title:\"Mexico\",type:\"option\",value:\"mexico\"},{title:\"Micronesia\",type:\"option\",value:\"micronesia\"},{title:\"Moldova\",type:\"option\",value:\"moldova\"},{title:\"Mongolia\",type:\"option\",value:\"mongolia\"},{title:\"Morocco\",type:\"option\",value:\"morocco\"},{title:\"Monaco\",type:\"option\",value:\"monaco\"},{title:\"Mozambique\",type:\"option\",value:\"mozambique\"},{title:\"Namibia\",type:\"option\",value:\"namibia\"},{title:\"Nauru\",type:\"option\",value:\"nauru\"},{title:\"Nepal\",type:\"option\",value:\"nepal\"},{title:\"Netherlands\",type:\"option\",value:\"netherlands\"},{title:\"New Zealand\",type:\"option\",value:\"new zealand\"},{title:\"Nicaragua\",type:\"option\",value:\"nicaragua\"},{title:\"Niger\",type:\"option\",value:\"niger\"},{title:\"Nigeria\",type:\"option\",value:\"nigeria\"},{title:\"Norway\",type:\"option\",value:\"norway\"},{title:\"Oman\",type:\"option\",value:\"oman\"},{title:\"Pakistan\",type:\"option\",value:\"pakistan\"},{title:\"Panama\",type:\"option\",value:\"panama\"},{title:\"Papua New Guinea\",type:\"option\",value:\"papua new guinea\"},{title:\"Paraguay\",type:\"option\",value:\"paraguay\"},{title:\"Peru\",type:\"option\",value:\"peru\"},{title:\"Philippines\",type:\"option\",value:\"philippines\"},{title:\"Poland\",type:\"option\",value:\"poland\"},{title:\"Portugal\",type:\"option\",value:\"portugal\"},{title:\"Qatar\",type:\"option\",value:\"qatar\"},{title:\"Romania\",type:\"option\",value:\"romania\"},{title:\"Russia\",type:\"option\",value:\"russia\"},{title:\"Rwanda\",type:\"option\",value:\"rwanda\"},{title:\"Samoa\",type:\"option\",value:\"samoa\"},{title:\"San Marino\",type:\"option\",value:\"san marino\"},{title:\"Sao Tome\",type:\"option\",value:\"sao tome\"},{title:\"Saudi Arabia\",type:\"option\",value:\"saudi arabia\"},{title:\"Senegal\",type:\"option\",value:\"senegal\"},{title:\"Serbia and Montenegro\",type:\"option\",value:\"serbia and montenegro\"},{title:\"Seychelles\",type:\"option\",value:\"seychelles\"},{title:\"Sierra Leone\",type:\"option\",value:\"sierra leone\"},{title:\"Singapore\",type:\"option\",value:\"singapore\"},{title:\"Slovakia\",type:\"option\",value:\"slovakia\"},{title:\"Slovenia\",type:\"option\",value:\"slovenia\"},{title:\"Solomon Islands\",type:\"option\",value:\"solomon islands\"},{title:\"Somalia\",type:\"option\",value:\"somalia\"},{title:\"South Africa\",type:\"option\",value:\"south africa\"},{title:\"Spain\",type:\"option\",value:\"spain\"},{title:\"Sri Lanka\",type:\"option\",value:\"sri lanka\"},{title:\"Sudan\",type:\"option\",value:\"sudan\"},{title:\"Suriname\",type:\"option\",value:\"suriname\"},{title:\"Swaziland\",type:\"option\",value:\"swaziland\"},{title:\"Sweden\",type:\"option\",value:\"sweden\"},{title:\"Switzerland\",type:\"option\",value:\"switzerland\"},{title:\"Syria\",type:\"option\",value:\"syria\"},{title:\"Taiwan\",type:\"option\",value:\"taiwan\"},{title:\"Tajikistan\",type:\"option\",value:\"tajikistan\"},{title:\"Tanzania\",type:\"option\",value:\"tanzania\"},{title:\"Thailand\",type:\"option\",value:\"thailand\"},{title:\"Togo\",type:\"option\",value:\"togo\"},{title:\"Tonga\",type:\"option\",value:\"tonga\"},{title:\"Trinidad and Tobago\",type:\"option\",value:\"trinidad and tobago\"},{title:\"Tunisia\",type:\"option\",value:\"tunisia\"},{title:\"Turkey\",type:\"option\",value:\"turkey\"},{title:\"Turkmenistan\",type:\"option\",value:\"turkmenistan\"},{title:\"Uganda\",type:\"option\",value:\"uganda\"},{title:\"Ukraine\",type:\"option\",value:\"ukraine\"},{title:\"United Arab Emirates\",type:\"option\",value:\"united arab emirates\"},{title:\"United Kingdom\",type:\"option\",value:\"united kingdom\"},{title:\"United States\",type:\"option\",value:\"united states\"},{title:\"Uruguay\",type:\"option\",value:\"uruguay\"},{title:\"Uzbekistan\",type:\"option\",value:\"uzbekistan\"},{title:\"Vanuatu\",type:\"option\",value:\"vanuatu\"},{title:\"Venezuela\",type:\"option\",value:\"venezuela\"},{title:\"Vietnam\",type:\"option\",value:\"vietnam\"},{title:\"Yemen\",type:\"option\",value:\"yemen\"},{title:\"Zambia\",type:\"option\",value:\"zambia\"},{title:\"Zimbabwe\",type:\"option\",value:\"zimbabwe\"}],style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-46df72fb-80d8-4928-beb8-9e62788e54dc, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-invalid-text-color\":\"var(--token-d53be6ba-1233-4b07-b8cf-e88ffd1c5ef8, rgb(155, 163, 174))\"}})]}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1c9w2hu\",defaultValue:\"resourceDownload\",inputName:\"target\",layoutDependency:layoutDependency,layoutId:\"Nbf0mWJBY\",style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-46df72fb-80d8-4928-beb8-9e62788e54dc, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-d53be6ba-1233-4b07-b8cf-e88ffd1c5ef8, rgb(155, 163, 174))\"},type:\"hidden\"}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1bt6bbq\",layoutDependency:layoutDependency,layoutId:\"F68WWB3kP\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-h0t6zc\",defaultChecked:false,inputName:\"Manual_Opt_In_Business_News\",layoutDependency:layoutDependency,layoutId:\"ZoZAgYXV6\",required:false,style:{\"--framer-input-background\":\"var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255))\",\"--framer-input-boolean-checked-background\":\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, rgb(225, 228, 231))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-icon-color\":\"rgb(255, 255, 255)\"},type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1f9uzpq\",\"data-styles-preset\":\"AagzoX5rC\",style:{\"--framer-text-alignment\":\"left\"},children:[\"I agree to receive marketing and other communications from BitPay about BitPay products and other company updates. I can unsubscribe from these communications at any time. For more information on BitPay's privacy practices, please review the \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QBQuhm8rC\"},nodeId:\"MdHr16xMU\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qkqqbs\",\"data-styles-preset\":\"c77qUMqNu\",children:\"Privacy Policy\"})}),\".\"]})}),className:\"framer-1g5eey8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MdHr16xMU\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ug6k8u-container\",layoutDependency:layoutDependency,layoutId:\"GRJIxz9mk-container\",children:/*#__PURE__*/_jsx(BitpayMoleculeButton,{height:\"100%\",id:\"GRJIxz9mk\",layoutId:\"GRJIxz9mk\",pwjPVjvKK:zH7b5LSaH,style:{height:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"rWYMuwqhl\",success:\"lYOwRtM_p\"},\"xXNwGooUA\"),width:\"100%\"})})})]})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l06t85\",layoutDependency:layoutDependency,layoutId:\"ILJODBNE7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tbscjq\",layoutDependency:layoutDependency,layoutId:\"W0sRAUEmM\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-7qv01e\",\"data-styles-preset\":\"LtFt7POV6\",children:\"Thank you.\"})}),className:\"framer-vn7cxx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZuMoQFahz\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-md9mns\",\"data-styles-preset\":\"B634eT0R2\",children:\"Download is now available.\"})}),className:\"framer-1hztj1q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"viheeWK1c\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q8vswl-container\",layoutDependency:layoutDependency,layoutId:\"xXX9mT78Q-container\",children:/*#__PURE__*/_jsx(Download,{bottomLeftPadding:16,bottomLeftRadius:6,bottomRightPadding:16,bottomRightRadius:6,file:Lh5T9srCH,fileName:M8XEw5fDT,font:{fontFamily:'\"Archivo\", \"Archivo Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"rgb(255, 255, 255)\",height:\"100%\",id:\"xXX9mT78Q\",isMixedPadding:false,isMixedRadius:false,layoutId:\"xXX9mT78Q\",radius:6,stylePadding:16,tint:\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",title:\"Download\",topLeftPadding:16,topLeftRadius:6,topRightPadding:16,topRightRadius:6,width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-faenH.framer-ajosf6, .framer-faenH .framer-ajosf6 { display: block; }\",\".framer-faenH.framer-1avuo7s { 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: 0px; position: relative; width: 836px; will-change: var(--framer-will-change-override, transform); }\",\".framer-faenH .framer-1xnlum1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 1px; }\",\".framer-faenH .framer-y18cnr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-faenH .framer-1o94z0x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-faenH .framer-1yyr1fw, .framer-faenH .framer-xmiqyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: var(--4ru7og); flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-faenH .framer-1jeylps, .framer-faenH .framer-1n5snb7, .framer-faenH .framer-6fqz68, .framer-faenH .framer-jf6qtl { align-content: flex-start; align-items: flex-start; display: flex; flex: var(--wly9ii); flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: var(--1coyxje); }\",\".framer-faenH .framer-far63t, .framer-faenH .framer-1otz8tb, .framer-faenH .framer-1yt5dy7, .framer-faenH .framer-nokovy, .framer-faenH .framer-1krz5ey, .framer-faenH .framer-vn7cxx, .framer-faenH .framer-1hztj1q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-faenH .framer-bqytol, .framer-faenH .framer-d6c293, .framer-faenH .framer-1wnhoqf, .framer-faenH .framer-1ddr1bd, .framer-faenH .framer-1wq6kbq, .framer-faenH .framer-1c9w2hu { --framer-input-focused-border-color: var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, #2240c4); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Archivo\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-faenH .framer-195ej1t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-faenH .framer-1bt6bbq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-faenH .framer-h0t6zc { --framer-input-focused-border-color: var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, #2240c4); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-faenH .framer-1g5eey8 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-faenH .framer-1ug6k8u-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-faenH .framer-l06t85 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-faenH .framer-tbscjq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 201px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-faenH .framer-1q8vswl-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-faenH.framer-1avuo7s, .framer-faenH .framer-1xnlum1, .framer-faenH .framer-1o94z0x, .framer-faenH .framer-1yyr1fw, .framer-faenH .framer-1jeylps, .framer-faenH .framer-1n5snb7, .framer-faenH .framer-xmiqyk, .framer-faenH .framer-6fqz68, .framer-faenH .framer-jf6qtl, .framer-faenH .framer-195ej1t, .framer-faenH .framer-1bt6bbq, .framer-faenH .framer-l06t85, .framer-faenH .framer-tbscjq { gap: 0px; } .framer-faenH.framer-1avuo7s > *, .framer-faenH .framer-1bt6bbq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-faenH.framer-1avuo7s > :first-child, .framer-faenH .framer-1bt6bbq > :first-child { margin-left: 0px; } .framer-faenH.framer-1avuo7s > :last-child, .framer-faenH .framer-1bt6bbq > :last-child { margin-right: 0px; } .framer-faenH .framer-1xnlum1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-faenH .framer-1xnlum1 > :first-child, .framer-faenH .framer-1o94z0x > :first-child, .framer-faenH .framer-1jeylps > :first-child, .framer-faenH .framer-1n5snb7 > :first-child, .framer-faenH .framer-6fqz68 > :first-child, .framer-faenH .framer-jf6qtl > :first-child, .framer-faenH .framer-195ej1t > :first-child, .framer-faenH .framer-l06t85 > :first-child, .framer-faenH .framer-tbscjq > :first-child { margin-top: 0px; } .framer-faenH .framer-1xnlum1 > :last-child, .framer-faenH .framer-1o94z0x > :last-child, .framer-faenH .framer-1jeylps > :last-child, .framer-faenH .framer-1n5snb7 > :last-child, .framer-faenH .framer-6fqz68 > :last-child, .framer-faenH .framer-jf6qtl > :last-child, .framer-faenH .framer-195ej1t > :last-child, .framer-faenH .framer-l06t85 > :last-child, .framer-faenH .framer-tbscjq > :last-child { margin-bottom: 0px; } .framer-faenH .framer-1o94z0x > *, .framer-faenH .framer-l06t85 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-faenH .framer-1yyr1fw > *, .framer-faenH .framer-xmiqyk > * { margin-bottom: var(--r3j7vq); margin-left: var(--19bdw30); margin-right: var(--19bdw30); margin-top: var(--r3j7vq); } .framer-faenH .framer-1yyr1fw > :first-child, .framer-faenH .framer-xmiqyk > :first-child { margin-left: 0px; margin-top: 0px; } .framer-faenH .framer-1yyr1fw > :last-child, .framer-faenH .framer-xmiqyk > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-faenH .framer-1jeylps > *, .framer-faenH .framer-1n5snb7 > *, .framer-faenH .framer-6fqz68 > *, .framer-faenH .framer-jf6qtl > *, .framer-faenH .framer-195ej1t > *, .framer-faenH .framer-tbscjq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-faenH.framer-v-dkd197.framer-1avuo7s { flex-direction: column; gap: 32px; height: 537px; padding: 32px; }\",\".framer-faenH.framer-v-dkd197 .framer-1xnlum1 { flex: none; order: 1; width: 100%; }\",\".framer-faenH.framer-v-dkd197 .framer-l06t85 { order: 0; }\",\".framer-faenH.framer-v-dkd197 .framer-tbscjq { min-height: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-faenH.framer-v-dkd197.framer-1avuo7s { gap: 0px; } .framer-faenH.framer-v-dkd197.framer-1avuo7s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-faenH.framer-v-dkd197.framer-1avuo7s > :first-child { margin-top: 0px; } .framer-faenH.framer-v-dkd197.framer-1avuo7s > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 537\n * @framerIntrinsicWidth 836\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oEskw1cO4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"fjJqcCJEF\":\"title\",\"Lh5T9srCH\":\"download\",\"M8XEw5fDT\":\"fileName\",\"adVN_BRXl\":\"direction\",\"zH7b5LSaH\":\"cTA\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW5D7q7iqD=withCSS(Component,css,\"framer-faenH\");export default FramerW5D7q7iqD;FramerW5D7q7iqD.displayName=\"bitpay-organism/Download Form\";FramerW5D7q7iqD.defaultProps={height:537,width:836};addPropertyControls(FramerW5D7q7iqD,{variant:{options:[\"qXajiIXM3\",\"oEskw1cO4\"],optionTitles:[\"Variant 1\",\"Thank you\"],title:\"Variant\",type:ControlType.Enum},fjJqcCJEF:{defaultValue:\"Download the Case Study\",displayTextArea:false,title:\"Title\",type:ControlType.String},Lh5T9srCH:(DownloadControls===null||DownloadControls===void 0?void 0:DownloadControls[\"file\"])&&{...DownloadControls[\"file\"],__defaultAssetReference:\"data:framer/asset-reference,YWuf2MxXvXvA4t4lWtK6Ar5HQ8.pdf?originalFilename=Case+Study+Vertical_Seminole+County+Tax+Collector_BitPay.pdf\",description:\"\",hidden:undefined,title:\"Download\"},M8XEw5fDT:{defaultValue:\"File\",title:\"File Name\",type:ControlType.String},adVN_BRXl:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum},zH7b5LSaH:{defaultValue:\"Download the Case Study\",displayTextArea:false,title:\"CTA\",type:ControlType.String}});addFonts(FramerW5D7q7iqD,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Archivo\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/YSKLU24545WP65XCD7ZVOFPD6AKR3JSM/SPF276V6UKGPA6W5ZNFTEWBJXRSQNXCR/7BTLO3ZVFMNDGT63YATXTEALTKTYZUZG.woff2\",weight:\"400\"}]},...BitpayMoleculeButtonFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW5D7q7iqD\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"537\",\"framerVariables\":\"{\\\"fjJqcCJEF\\\":\\\"title\\\",\\\"Lh5T9srCH\\\":\\\"download\\\",\\\"M8XEw5fDT\\\":\\\"fileName\\\",\\\"adVN_BRXl\\\":\\\"direction\\\",\\\"zH7b5LSaH\\\":\\\"cTA\\\"}\",\"framerIntrinsicWidth\":\"836\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oEskw1cO4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W5D7q7iqD.map", "// Generated by Framer (4f2ff2f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,useRouter,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BitpayOrganismNavigation from\"#framer/local/canvasComponent/aJczK0JLy/aJczK0JLy.js\";import BitpayOrganismServiceUnavailable from\"#framer/local/canvasComponent/HUxmLmOt2/HUxmLmOt2.js\";import BitpayOrganismCard from\"#framer/local/canvasComponent/KLY_RIpQ1/KLY_RIpQ1.js\";import BitpayOrganismFooter from\"#framer/local/canvasComponent/lyYuwBaUk/lyYuwBaUk.js\";import BitpayOrganismProductBanner,*as BitpayOrganismProductBannerInfo from\"#framer/local/canvasComponent/OSGbsfi3S/OSGbsfi3S.js\";import BitpayOrganismUKBanner from\"#framer/local/canvasComponent/qJM0Tvzlo/qJM0Tvzlo.js\";import BitpayMoleculePillButtonNoLink from\"#framer/local/canvasComponent/t0ekWwdbO/t0ekWwdbO.js\";import BitpayOrganismBrowseMorePosts from\"#framer/local/canvasComponent/ve77NWsXF/ve77NWsXF.js\";import BitpayOrganismDownloadForm from\"#framer/local/canvasComponent/W5D7q7iqD/W5D7q7iqD.js\";import{withPersistentBannerState}from\"#framer/local/codeFile/emF82fS/BannerPersistance.js\";import SocialShare from\"#framer/local/codeFile/hxdSNHj/SocialShare.js\";import Resources,{enumToDisplayNameFunctions}from\"#framer/local/collection/TWUle5PM0/TWUle5PM0.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/c77qUMqNu/c77qUMqNu.js\";import*as sharedStyle5 from\"#framer/local/css/EOfrcgFdd/EOfrcgFdd.js\";import*as sharedStyle10 from\"#framer/local/css/fgyRwtB62/fgyRwtB62.js\";import*as sharedStyle12 from\"#framer/local/css/LtFt7POV6/LtFt7POV6.js\";import*as sharedStyle1 from\"#framer/local/css/NoFxH74jd/NoFxH74jd.js\";import*as sharedStyle4 from\"#framer/local/css/RVi_EL1au/RVi_EL1au.js\";import*as sharedStyle9 from\"#framer/local/css/S8eiVEAwI/S8eiVEAwI.js\";import*as sharedStyle2 from\"#framer/local/css/T3sBDUN2O/T3sBDUN2O.js\";import*as sharedStyle13 from\"#framer/local/css/utsB1wTSL/utsB1wTSL.js\";import*as sharedStyle11 from\"#framer/local/css/VN5auylyR/VN5auylyR.js\";import*as sharedStyle from\"#framer/local/css/WPZw3ek4O/WPZw3ek4O.js\";import*as sharedStyle3 from\"#framer/local/css/YFNNeyi_H/YFNNeyi_H.js\";import*as sharedStyle8 from\"#framer/local/css/YHUKZmqkB/YHUKZmqkB.js\";import*as sharedStyle6 from\"#framer/local/css/Z12e8BjCh/Z12e8BjCh.js\";import metadataProvider from\"#framer/local/webPageMetadata/EIkMfxUjF/EIkMfxUjF.js\";const BitpayOrganismServiceUnavailableFonts=getFonts(BitpayOrganismServiceUnavailable);const BitpayOrganismProductBannerFonts=getFonts(BitpayOrganismProductBanner);const BitpayOrganismProductBannerWithPersistentBannerState1hzp8f6WithMappedReactPropsg1dubq=withMappedReactProps(withCodeBoundaryForOverrides(BitpayOrganismProductBanner,{nodeId:\"FYEAw5LIu\",override:withPersistentBannerState,scopeId:\"EIkMfxUjF\"}),BitpayOrganismProductBannerInfo);const BitpayOrganismUKBannerFonts=getFonts(BitpayOrganismUKBanner);const BitpayOrganismNavigationFonts=getFonts(BitpayOrganismNavigation);const BitpayMoleculePillButtonNoLinkFonts=getFonts(BitpayMoleculePillButtonNoLink);const SocialShareFonts=getFonts(SocialShare);const BitpayOrganismDownloadFormFonts=getFonts(BitpayOrganismDownloadForm);const BitpayOrganismBrowseMorePostsFonts=getFonts(BitpayOrganismBrowseMorePosts);const BitpayOrganismCardFonts=getFonts(BitpayOrganismCard);const BitpayOrganismFooterFonts=getFonts(BitpayOrganismFooter);const breakpoints={jK7pMIIe1:\"(min-width: 720px) and (max-width: 809px)\",S89wmuMZe:\"(min-width: 1680px)\",w1uQQJT_r:\"(max-width: 719px)\",wlBcLG0CO:\"(min-width: 1440px) and (max-width: 1679px)\",zrNij8BcA:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ymj9d\";const variantClassNames={jK7pMIIe1:\"framer-v-1ttncoc\",S89wmuMZe:\"framer-v-1pkfcac\",w1uQQJT_r:\"framer-v-13jya38\",wlBcLG0CO:\"framer-v-88rl4q\",zrNij8BcA:\"framer-v-1jix3ts\"};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"QtIzQC20L\":return true;default:return false;}};const toBoolean=value=>{return Boolean(value);};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"QtIzQC20L\":return false;default:return true;}};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const negate=value=>{return!value;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"0px\";}else{return\"0px\";}};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Big Mobile\":\"jK7pMIIe1\",\"Large Desktop\":\"S89wmuMZe\",Desktop:\"wlBcLG0CO\",Phone:\"w1uQQJT_r\",Tablet:\"zrNij8BcA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"S89wmuMZe\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"EIkMfxUjF\",data:Resources,type:\"Collection\"},select:[{collection:\"EIkMfxUjF\",name:\"EFTqLvIKK\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"BEfQPdxm0\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"bGmKG8NHC\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"ERDzPN3rm\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"ccNom6pLN\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"wUKbs4vKQ\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"QIdN4xOfW\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"n53dl944j\",type:\"Identifier\"},{collection:\"EIkMfxUjF\",name:\"VWXb3bbn4\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"EIkMfxUjF\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,GRRIzaPrW,ERDzPN3rm=getFromCurrentRouteData(\"ERDzPN3rm\"),bGmKG8NHC=getFromCurrentRouteData(\"bGmKG8NHC\"),EFTqLvIKK=getFromCurrentRouteData(\"EFTqLvIKK\")??\"\",BEfQPdxm0=getFromCurrentRouteData(\"BEfQPdxm0\"),ccNom6pLN=getFromCurrentRouteData(\"ccNom6pLN\")??\"\",TPshGJa0sSbUqc8DH8,n53dl944j=getFromCurrentRouteData(\"n53dl944j\"),wUKbs4vKQ=getFromCurrentRouteData(\"wUKbs4vKQ\")??\"\",VWXb3bbn4=getFromCurrentRouteData(\"VWXb3bbn4\")??\"\",QIdN4xOfW=getFromCurrentRouteData(\"QIdN4xOfW\")??\"\",OiwtDcUS2X9L23Q_hX,BEfQPdxm0X9L23Q_hX,ERDzPN3rmX9L23Q_hX,bGmKG8NHCX9L23Q_hX,EFTqLvIKKX9L23Q_hX,idX9L23Q_hX,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=toBoolean(convertFromEnum(activeLocale?.id,activeLocale));const visible1=toBoolean(convertFromEnum1(activeLocale?.id,activeLocale));const activeLocaleCode=useLocaleCode();const textContent=toDateString(bGmKG8NHC,activeLocaleCode);const padding=numberToPixelString(convertFromBoolean(negate(isSet(TPshGJa0sSbUqc8DH8)),activeLocale));const visible2=isSet(n53dl944j);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"S89wmuMZe\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1pkfcac\",className),ref:refBinding,style:{...style},children:[visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-n6vgrj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{width:\"min(max(100vw - 64px, 1px), 800px)\"},w1uQQJT_r:{width:\"min(max(100vw - 64px, 1px), 800px)\"},zrNij8BcA:{width:\"min(max(100vw - 64px, 1px), 800px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"min(max(100vw, 1px), 800px)\",y:64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-da1amz-container\",nodeId:\"fPKhdyhac\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(BitpayOrganismServiceUnavailable,{height:\"100%\",id:\"fPKhdyhac\",layoutId:\"fPKhdyhac\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sxemqu\",\"data-framer-name\":\"Banner Group\",children:[visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hzp8f6-container\",\"data-framer-name\":\"Banner\",name:\"Banner\",nodeId:\"FYEAw5LIu\",rendersWithMotion:true,scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w1uQQJT_r:{oHTGOfZj8:14}},children:/*#__PURE__*/_jsx(BitpayOrganismProductBannerWithPersistentBannerState1hzp8f6WithMappedReactPropsg1dubq,{CzaKqamu6:\"8px 16px 8px 16px\",D6v5rUjtJ:\"row\",height:\"100%\",id:\"FYEAw5LIu\",layoutId:\"FYEAw5LIu\",name:\"Banner\",oHTGOfZj8:20,style:{width:\"100%\"},variant:\"ENy9Gzb6J\",width:\"100%\"})})})}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-i1ek5v-container\",nodeId:\"Jja5VtD1u\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{variant:\"VdpOladED\"},w1uQQJT_r:{variant:\"cQb8ZOP1U\"}},children:/*#__PURE__*/_jsx(BitpayOrganismUKBanner,{height:\"100%\",id:\"Jja5VtD1u\",layoutId:\"Jja5VtD1u\",style:{width:\"100%\"},variant:\"bMGvGLbO8\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7o9nk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mn6owt-container\",nodeId:\"L2vw9QfhN\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{variant:\"i0rzEM6MH\"},w1uQQJT_r:{variant:\"i0rzEM6MH\"},zrNij8BcA:{variant:\"i0rzEM6MH\"}},children:/*#__PURE__*/_jsx(BitpayOrganismNavigation,{height:\"100%\",HSvc9Erds:\"var(--token-48bb380c-0c41-43ac-8da9-9a1814a2bf7a, rgb(245, 247, 248))\",hvJ5fqHEX:\"https://bitpay.com/authenticate/signup?business\",id:\"L2vw9QfhN\",layoutId:\"L2vw9QfhN\",OOCM6ndN6:\"RIIDrgcFu\",style:{width:\"100%\"},variant:\"yU4F8JRUr\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ni6p7k\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vnkz2l\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hnwg1f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wqcf11\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zijtb6-container\",nodeId:\"mW9L6v1JZ\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(BitpayMoleculePillButtonNoLink,{biteDiN2E:enumToDisplayNameFunctions[\"ERDzPN3rm\"]?.(ERDzPN3rm,activeLocale),height:\"100%\",HUjSTzBxH:\"visible\",id:\"mW9L6v1JZ\",Ipuzqqjbi:\"var(--token-9cdeb27f-702a-4296-941f-50a056efb012, rgb(236, 239, 253))\",layoutId:\"mW9L6v1JZ\",vKz9LWksu:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},children:\"August 1, 2024\"})})},w1uQQJT_r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},children:\"August 1, 2024\"})})},zrNij8BcA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},children:\"August 1, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\"},children:\"Content\"})}),className:\"framer-pl449p\",\"data-framer-name\":\"July 25, 2023\",fonts:[\"FS;Archivo-regular\"],text:textContent,verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1595tc6\",\"data-styles-preset\":\"WPZw3ek4O\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Crypto Topics, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\"},children:\"Simplified\"}),\".\"]})}),className:\"framer-c4sg5\",\"data-framer-name\":\"The safest| crypto app\",fonts:[\"Inter\"],text:EFTqLvIKK,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3528,intrinsicWidth:5732,pixelHeight:3528,pixelWidth:5732,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 64px, 1px), 1200px)`,...toResponsiveImage(BEfQPdxm0)}},w1uQQJT_r:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3528,intrinsicWidth:5732,pixelHeight:3528,pixelWidth:5732,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 64px, 1px), 1200px)`,...toResponsiveImage(BEfQPdxm0)}},zrNij8BcA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3528,intrinsicWidth:5732,pixelHeight:3528,pixelWidth:5732,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 64px, 1px), 1200px)`,...toResponsiveImage(BEfQPdxm0)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3528,intrinsicWidth:5732,pixelHeight:3528,pixelWidth:5732,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 1200px)`,...toResponsiveImage(BEfQPdxm0)},className:\"framer-1oe2yrz\",\"data-border\":true,\"data-framer-name\":\"Image\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s7fhoy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g9n10d\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1phty0b\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fx79k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fp7n5v\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c3lla9\",\"data-framer-name\":\"Posts\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v3c6cv\",\"data-framer-name\":\"Regular Post\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"WoqK9gGQp\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"F6B59nLmm\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:ccNom6pLN,className:\"framer-zn90kt\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1qkqqbs\",blockquote:\"framer-styles-preset-gi1wl9\",code:\"framer-styles-preset-lhhp9o\",h1:\"framer-styles-preset-1595tc6\",h2:\"framer-styles-preset-udfhnt\",h3:\"framer-styles-preset-1qaymu9\",h4:\"framer-styles-preset-nzkk18\",h5:\"framer-styles-preset-1hbhij8\",h6:\"framer-styles-preset-m6577g\",img:\"framer-styles-preset-v9ujkz\",p:\"framer-styles-preset-wdneax\",table:\"framer-styles-preset-1sxw502\"},verticalAlignment:\"center\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18utv2f\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kw9ntc\",style:{\"--10ocmuz\":padding},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7qv01e\",\"data-styles-preset\":\"LtFt7POV6\",children:\"Share this post\"})}),className:\"framer-1qyqwbt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hye0vx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qisntq-container\",isAuthoredByUser:true,nodeId:\"Z1EGiGX_B\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(SocialShare,{border:{color:\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\",colorType:\"custom\",style:\"solid\",width:1,widthBottom:1,widthIsMixed:false,widthLeft:1,widthRight:1,widthTop:1},colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"Z1EGiGX_B\",layoutId:\"Z1EGiGX_B\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18werfa-container\",isAuthoredByUser:true,nodeId:\"MtW5ZQ69N\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(SocialShare,{border:{color:\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\",colorType:\"custom\",style:\"solid\",width:1,widthBottom:1,widthIsMixed:false,widthLeft:1,widthRight:1,widthTop:1},colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"MtW5ZQ69N\",layoutId:\"MtW5ZQ69N\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x9ou8h-container\",isAuthoredByUser:true,nodeId:\"sW33QutKD\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(SocialShare,{border:{color:\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\",colorType:\"custom\",style:\"solid\",width:1,widthBottom:1,widthIsMixed:false,widthLeft:1,widthRight:1,widthTop:1},colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"sW33QutKD\",layoutId:\"sW33QutKD\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"linkedIn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1myxp7r-container\",isAuthoredByUser:true,nodeId:\"U0JWZwMaM\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(SocialShare,{border:{color:\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\",colorType:\"custom\",style:\"solid\",width:1,widthBottom:1,widthIsMixed:false,widthLeft:1,widthRight:1,widthTop:1},colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"U0JWZwMaM\",layoutId:\"U0JWZwMaM\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"copyUrl\",width:\"100%\"})})})]})]})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wdneax\",\"data-styles-preset\":\"Z12e8BjCh\",children:/*#__PURE__*/_jsx(\"em\",{children:\"Note: All information herein is for educational purposes only, and shouldn't be interpreted as legal, tax, financial, investment or other advice. BitPay does not guarantee the accuracy, completeness, or usefulness of any information in this publication and we neither endorse, nor are we responsible for, the accuracy or reliability of any information submitted or published by third parties. Nothing contained herein shall constitute a solicitation, recommendation, endorsement or offer to invest, buy, or sell any coins, tokens or other crypto assets. BitPay is not liable for any errors, omissions or inaccuracies. For legal, tax, investment or financial guidance, a professional should be consulted.\"})})}),className:\"framer-e7o4hq\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hhtoex\",children:[visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-li62h1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12vf123\",children:[visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1200px)`},w1uQQJT_r:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 64px)`},zrNij8BcA:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:537,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-owakgc-container\",nodeId:\"JLimlglDv\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{adVN_BRXl:\"column\"},w1uQQJT_r:{adVN_BRXl:\"column\"}},children:/*#__PURE__*/_jsx(BitpayOrganismDownloadForm,{adVN_BRXl:\"row\",fjJqcCJEF:wUKbs4vKQ,height:\"100%\",id:\"JLimlglDv\",layoutId:\"JLimlglDv\",Lh5T9srCH:n53dl944j,M8XEw5fDT:VWXb3bbn4,style:{width:\"100%\"},variant:\"qXajiIXM3\",width:\"100%\",zH7b5LSaH:QIdN4xOfW})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbsqat\",\"data-framer-name\":\"Header Info\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l6gvhw\",\"data-styles-preset\":\"utsB1wTSL\",children:\"Recent Posts\"})}),className:\"framer-1at2e5r\",\"data-framer-name\":\"Recent Post\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pxMohZNO2\"},implicitPathVariables:undefined},{href:{webPageId:\"pxMohZNO2\"},implicitPathVariables:undefined},{href:{webPageId:\"pxMohZNO2\"},implicitPathVariables:undefined},{href:{webPageId:\"pxMohZNO2\"},implicitPathVariables:undefined},{href:{webPageId:\"pxMohZNO2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s12wjn-container\",nodeId:\"aW4Ccvzba\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{Kp4uQs0j6:resolvedLinks[3]},w1uQQJT_r:{Kp4uQs0j6:resolvedLinks[2],ySiZJQUBf:false},wlBcLG0CO:{Kp4uQs0j6:resolvedLinks[4]},zrNij8BcA:{Kp4uQs0j6:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(BitpayOrganismBrowseMorePosts,{CRyItqpWF:\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",GGdNF5cAy:\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",height:\"100%\",id:\"aW4Ccvzba\",Kp4uQs0j6:resolvedLinks[0],layoutId:\"aW4Ccvzba\",variant:\"ZuT_5VGQb\",width:\"100%\",ySiZJQUBf:true})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-puafi6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zrNij8BcA:{query:{from:{alias:\"X9L23Q_hX\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"X9L23Q_hX\",direction:\"desc\",name:\"bGmKG8NHC\",type:\"Identifier\"}],select:[{collection:\"X9L23Q_hX\",name:\"OiwtDcUS2\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"BEfQPdxm0\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"ERDzPN3rm\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"bGmKG8NHC\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"EFTqLvIKK\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"X9L23Q_hX\",data:Resources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"X9L23Q_hX\",direction:\"desc\",name:\"bGmKG8NHC\",type:\"Identifier\"}],select:[{collection:\"X9L23Q_hX\",name:\"OiwtDcUS2\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"BEfQPdxm0\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"ERDzPN3rm\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"bGmKG8NHC\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"EFTqLvIKK\",type:\"Identifier\"},{collection:\"X9L23Q_hX\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BEfQPdxm0:BEfQPdxm0X9L23Q_hX,bGmKG8NHC:bGmKG8NHCX9L23Q_hX,EFTqLvIKK:EFTqLvIKKX9L23Q_hX,ERDzPN3rm:ERDzPN3rmX9L23Q_hX,id:idX9L23Q_hX,OiwtDcUS2:OiwtDcUS2X9L23Q_hX},index)=>{OiwtDcUS2X9L23Q_hX??=\"\";EFTqLvIKKX9L23Q_hX??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`X9L23Q_hX-${idX9L23Q_hX}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{OiwtDcUS2:OiwtDcUS2X9L23Q_hX},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OiwtDcUS2:OiwtDcUS2X9L23Q_hX},webPageId:\"EIkMfxUjF\"},motionChild:true,nodeId:\"soMvPV0tG\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19olzlc framer-8xytdx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1200px)`},w1uQQJT_r:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 64px)`},zrNij8BcA:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:544,width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-imu09o-container\",nodeId:\"opGCtl5Zb\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w1uQQJT_r:{zUhWvpEQU:\"column\"}},children:/*#__PURE__*/_jsx(BitpayOrganismCard,{A63J5YwVu:toResponsiveImage(BEfQPdxm0X9L23Q_hX),height:\"100%\",id:\"opGCtl5Zb\",iRrZbKqwZ:EFTqLvIKKX9L23Q_hX,Jsywq4Akt:true,layoutId:\"opGCtl5Zb\",LdYOgszuS:\"var(--token-c6138ab1-6c81-4887-9a58-4c32b67fad71, rgb(67, 77, 90))\",PLPRI4Vxx:\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",QcMtqsaEa:bGmKG8NHCX9L23Q_hX,RajGc016B:enumToDisplayNameFunctions[\"ERDzPN3rm\"]?.(ERDzPN3rmX9L23Q_hX,activeLocale),style:{width:\"100%\"},variant:\"kHoqkOKBK\",width:\"100%\",zUhWvpEQU:\"row\"})})})})})})})})},idX9L23Q_hX);})})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1098,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tjlak5-container\",nodeId:\"xo5kU0iOC\",scopeId:\"EIkMfxUjF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jK7pMIIe1:{variant:\"txyZCq51A\"},w1uQQJT_r:{variant:\"Pft_p3mp7\"},wlBcLG0CO:{variant:\"VTf2QUBaG\"},zrNij8BcA:{variant:\"txyZCq51A\"}},children:/*#__PURE__*/_jsx(BitpayOrganismFooter,{bH4IjxAx2:\"This Financial Promotion has been approved by Archax LTD on November 28, 2024.\",cymd_nTIb:false,height:\"100%\",id:\"xo5kU0iOC\",layoutId:\"xo5kU0iOC\",MgVG3c7fd:\"https://bitpay.com/framer-api/integrations/account-engagement\",style:{width:\"100%\"},variant:\"yd5NLNNdl\",width:\"100%\"})})})})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ymj9d.framer-8xytdx, .framer-ymj9d .framer-8xytdx { display: block; }\",\".framer-ymj9d.framer-1pkfcac { align-content: center; align-items: center; background-color: var(--token-38f50c14-f959-46aa-bcbc-59f25d9d6a6a, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1680px; }\",\".framer-ymj9d .framer-n6vgrj { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.8); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 64px 0px 0px 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-ymj9d .framer-da1amz-container { flex: 1 0 0px; height: auto; max-width: 800px; position: relative; width: 1px; }\",\".framer-ymj9d .framer-1sxemqu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 9; }\",\".framer-ymj9d .framer-1hzp8f6-container, .framer-ymj9d .framer-i1ek5v-container, .framer-ymj9d .framer-owakgc-container, .framer-ymj9d .framer-imu09o-container, .framer-ymj9d .framer-1tjlak5-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ymj9d .framer-7o9nk, .framer-ymj9d .framer-1s7fhoy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-mn6owt-container { flex: none; height: auto; position: relative; width: 100%; z-index: 8; }\",\".framer-ymj9d .framer-ni6p7k { 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: 100%; }\",\".framer-ymj9d .framer-vnkz2l, .framer-ymj9d .framer-g9n10d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-1hnwg1f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ymj9d .framer-wqcf11 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-zijtb6-container, .framer-ymj9d .framer-1qisntq-container, .framer-ymj9d .framer-18werfa-container, .framer-ymj9d .framer-1x9ou8h-container, .framer-ymj9d .framer-1myxp7r-container, .framer-ymj9d .framer-1s12wjn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ymj9d .framer-pl449p { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ymj9d .framer-c4sg5 { --framer-paragraph-spacing: 1px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ymj9d .framer-1oe2yrz { --border-bottom-width: 1px; --border-color: var(--token-3a8bb6d9-e077-4325-a143-1c03ee85099e, #e1e4e7); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; gap: 0px; height: 560px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-ymj9d .framer-1phty0b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ymj9d .framer-1fx79k { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ymj9d .framer-1fp7n5v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-1c3lla9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 70%; }\",\".framer-ymj9d .framer-1v3c6cv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-zn90kt { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ymj9d .framer-18utv2f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 96px; width: 1px; z-index: 1; }\",\".framer-ymj9d .framer-kw9ntc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--10ocmuz); position: relative; width: 100%; }\",\".framer-ymj9d .framer-1qyqwbt, .framer-ymj9d .framer-e7o4hq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ymj9d .framer-1hye0vx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-1hhtoex { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-li62h1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-12vf123 { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-1vbsqat { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-1at2e5r { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ymj9d .framer-puafi6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ymj9d .framer-19olzlc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,'.framer-ymj9d[data-border=\"true\"]::after, .framer-ymj9d [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-ymj9d.framer-1pkfcac { gap: 0px; width: 810px; } .framer-ymj9d .framer-n6vgrj { padding: 64px 32px 0px 32px; } .framer-ymj9d .framer-ni6p7k { gap: 75px; } .framer-ymj9d .framer-vnkz2l, .framer-ymj9d .framer-g9n10d, .framer-ymj9d .framer-li62h1 { padding: 0px 32px 0px 32px; } .framer-ymj9d .framer-1phty0b, .framer-ymj9d .framer-puafi6 { flex-direction: column; } .framer-ymj9d .framer-1fx79k, .framer-ymj9d .framer-19olzlc { flex: none; width: 100%; }}\",\"@media (max-width: 719px) { .framer-ymj9d.framer-1pkfcac { gap: 0px; width: 400px; } .framer-ymj9d .framer-n6vgrj { padding: 64px 32px 0px 32px; } .framer-ymj9d .framer-7o9nk { gap: 32px; } .framer-ymj9d .framer-ni6p7k, .framer-ymj9d .framer-1s7fhoy { gap: 0px; } .framer-ymj9d .framer-vnkz2l { padding: 0px 32px 64px 32px; } .framer-ymj9d .framer-wqcf11, .framer-ymj9d .framer-1phty0b, .framer-ymj9d .framer-1fp7n5v, .framer-ymj9d .framer-puafi6 { flex-direction: column; } .framer-ymj9d .framer-1oe2yrz { height: 188px; } .framer-ymj9d .framer-g9n10d { padding: 0px 32px 0px 32px; } .framer-ymj9d .framer-1fx79k, .framer-ymj9d .framer-18utv2f, .framer-ymj9d .framer-19olzlc { flex: none; width: 100%; } .framer-ymj9d .framer-1c3lla9 { width: 100%; } .framer-ymj9d .framer-12vf123 { padding: 32px; }}\",\"@media (min-width: 720px) and (max-width: 809px) { .framer-ymj9d.framer-1pkfcac { gap: 0px; width: 720px; } .framer-ymj9d .framer-n6vgrj { padding: 64px 32px 0px 32px; } .framer-ymj9d .framer-7o9nk { gap: 32px; } .framer-ymj9d .framer-ni6p7k { gap: 75px; } .framer-ymj9d .framer-vnkz2l, .framer-ymj9d .framer-g9n10d, .framer-ymj9d .framer-li62h1 { padding: 0px 32px 0px 32px; } .framer-ymj9d .framer-wqcf11, .framer-ymj9d .framer-1phty0b, .framer-ymj9d .framer-puafi6 { flex-direction: column; } .framer-ymj9d .framer-1fx79k, .framer-ymj9d .framer-19olzlc { flex: none; width: 100%; } .framer-ymj9d .framer-1vbsqat { align-content: flex-start; align-items: flex-start; gap: 24px; justify-content: flex-start; }}\",\"@media (min-width: 1440px) and (max-width: 1679px) { .framer-ymj9d.framer-1pkfcac { width: 1440px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3268\n * @framerIntrinsicWidth 1680\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zrNij8BcA\":{\"layout\":[\"fixed\",\"auto\"]},\"w1uQQJT_r\":{\"layout\":[\"fixed\",\"auto\"]},\"jK7pMIIe1\":{\"layout\":[\"fixed\",\"auto\"]},\"wlBcLG0CO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerEIkMfxUjF=withCSS(Component,css,\"framer-ymj9d\");export default FramerEIkMfxUjF;FramerEIkMfxUjF.displayName=\"Page\";FramerEIkMfxUjF.defaultProps={height:3268,width:1680};addFonts(FramerEIkMfxUjF,[{explicitInter:true,fonts:[{family:\"Archivo\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/YSKLU24545WP65XCD7ZVOFPD6AKR3JSM/SPF276V6UKGPA6W5ZNFTEWBJXRSQNXCR/7BTLO3ZVFMNDGT63YATXTEALTKTYZUZG.woff2\",weight:\"400\"},{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:\"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/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{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/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...BitpayOrganismServiceUnavailableFonts,...BitpayOrganismProductBannerFonts,...BitpayOrganismUKBannerFonts,...BitpayOrganismNavigationFonts,...BitpayMoleculePillButtonNoLinkFonts,...SocialShareFonts,...BitpayOrganismDownloadFormFonts,...BitpayOrganismBrowseMorePostsFonts,...BitpayOrganismCardFonts,...BitpayOrganismFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...componentPresets.fonts?.[\"WoqK9gGQp\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"WoqK9gGQp\"]):[],...componentPresets.fonts?.[\"F6B59nLmm\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"F6B59nLmm\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEIkMfxUjF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1680\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zrNij8BcA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w1uQQJT_r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jK7pMIIe1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wlBcLG0CO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"3268\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["onHoverStyle", "Download", "props", "bloblUrl", "setBlobUrl", "ye", "fileName", "title", "tint", "style", "file", "radius", "fontColor", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "isMixedRadius", "stylePadding", "topLeftPadding", "topRightPadding", "bottomRightPadding", "bottomLeftPadding", "isMixedPadding", "font", "borderRadius", "padding", "handleClick", "blob", "blobUrl", "ue", "p", "motion", "containerStyle", "onHoverStyle", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pwjPVjvKK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText", "css", "FramerhrjsaUJRw", "withCSS", "hrjsaUJRw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "BitpayMoleculeButtonFonts", "getFonts", "hrjsaUJRw_default", "DownloadFonts", "Download", "DownloadControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "formVariants", "form", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "cTA", "direction", "download", "fileName", "height", "id", "title", "width", "props", "_humanReadableEnumMap_direction", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fjJqcCJEF", "Lh5T9srCH", "M8XEw5fDT", "adVN_BRXl", "zH7b5LSaH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onSuccess12xhy31", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "FormContainer", "formState", "l", "RichText", "FormPlainTextInput2", "FormSelect", "FormBooleanInput", "Link", "ComponentViewportProvider", "css", "FramerW5D7q7iqD", "withCSS", "W5D7q7iqD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "BitpayOrganismServiceUnavailableFonts", "getFonts", "HUxmLmOt2_default", "BitpayOrganismProductBannerFonts", "OSGbsfi3S_default", "BitpayOrganismProductBannerWithPersistentBannerState1hzp8f6WithMappedReactPropsg1dubq", "withMappedReactProps", "withCodeBoundaryForOverrides", "withPersistentBannerState", "OSGbsfi3S_exports", "BitpayOrganismUKBannerFonts", "qJM0Tvzlo_default", "BitpayOrganismNavigationFonts", "aJczK0JLy_default", "BitpayMoleculePillButtonNoLinkFonts", "t0ekWwdbO_default", "SocialShareFonts", "SocialShare", "BitpayOrganismDownloadFormFonts", "W5D7q7iqD_default", "BitpayOrganismBrowseMorePostsFonts", "ve77NWsXF_default", "BitpayOrganismCardFonts", "KLY_RIpQ1_default", "BitpayOrganismFooterFonts", "lyYuwBaUk_default", "breakpoints", "serializationHash", "variantClassNames", "convertFromEnum", "value", "activeLocale", "toBoolean", "convertFromEnum1", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "toResponsiveImage", "isSet", "negate", "convertFromBoolean", "numberToPixelString", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "TWUle5PM0_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "GRRIzaPrW", "ERDzPN3rm", "bGmKG8NHC", "EFTqLvIKK", "BEfQPdxm0", "ccNom6pLN", "TPshGJa0sSbUqc8DH8", "n53dl944j", "wUKbs4vKQ", "VWXb3bbn4", "QIdN4xOfW", "OiwtDcUS2X9L23Q_hX", "BEfQPdxm0X9L23Q_hX", "ERDzPN3rmX9L23Q_hX", "bGmKG8NHCX9L23Q_hX", "EFTqLvIKKX9L23Q_hX", "idX9L23Q_hX", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "visible", "visible1", "activeLocaleCode", "useLocaleCode", "textContent", "padding", "visible2", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "HUxmLmOt2_default", "BitpayOrganismProductBannerWithPersistentBannerState1hzp8f6WithMappedReactPropsg1dubq", "qJM0Tvzlo_default", "aJczK0JLy_default", "t0ekWwdbO_default", "enumToDisplayNameFunctions", "x", "RichText", "Image2", "ComponentPresetsProvider", "SocialShare", "W5D7q7iqD_default", "ResolveLinks", "resolvedLinks", "ve77NWsXF_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "KLY_RIpQ1_default", "lyYuwBaUk_default", "css", "FramerEIkMfxUjF", "withCSS", "EIkMfxUjF_default", "addFonts", "BitpayOrganismServiceUnavailableFonts", "BitpayOrganismProductBannerFonts", "BitpayOrganismUKBannerFonts", "BitpayOrganismNavigationFonts", "BitpayMoleculePillButtonNoLinkFonts", "SocialShareFonts", "BitpayOrganismDownloadFormFonts", "BitpayOrganismBrowseMorePostsFonts", "BitpayOrganismCardFonts", "BitpayOrganismFooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
