{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framer.com/m/framer/integrations-styles.js@^0.2.0", "ssg:https://framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js", "ssg:https://framerusercontent.com/modules/uYptXU8fh2W3eZ2rf3ZM/ichMQNbzpVaud9KGU2VH/augiA20Il.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@^0.2.0\";const BADGES={featured:\"featured.svg\",top:\"top-post-badge.svg\",review:\"review.svg\"};const productHuntRegex=/^https?:\\/\\/(?:www\\.)?producthunt\\.com\\/posts\\/([^\\/]*)/;/**\n * PRODUCT HUNT\n *\n * @framerIntrinsicWidth 250\n * @framerIntrinsicHeight 54\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function ProductHunt({url,type,theme,style,...props}){const badgeUrl=useMemo(()=>{var ref;const[,id]=(ref=url.match(productHuntRegex))!==null&&ref!==void 0?ref:[null,\"\"];if(!id)return null;return`https://api.producthunt.com/widgets/embed-image/v1/${BADGES[type]}?post_id=${id}&theme=${theme}`;},[url,type,theme]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\"},...props,children:badgeUrl?/*#__PURE__*/ _jsx(motion.a,{href:url,target:\"_blank\",style:{...style,width:250,height:54},...props,children:/*#__PURE__*/ _jsx(\"img\",{src:badgeUrl,alt:\"Product Hunt Badge\",width:\"250\",height:\"54\"})}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Product Hunt\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a product URL in the Properties.\"})]})}));};addPropertyControls(ProductHunt,{url:{type:ControlType.String,title:\"URL\",placeholder:\"https://www.producthunt.com/posts/***\",defaultValue:\"https://www.producthunt.com/posts/framer-for-web\"},type:{type:ControlType.Enum,title:\"Type\",options:[\"featured\",\"top\",\"review\"],optionTitles:[\"Featured\",\"Top Post Daily\",\"Leave a Review\"],defaultValue:\"featured\"},theme:{type:ControlType.Enum,options:[\"light\",\"dark\"],optionTitles:[\"Light\",\"Dark\"],displaySegmentedControl:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProductHunt\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProductHunt.map", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ProductHunt from\"https://framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ProductHuntFonts=getFonts(ProductHunt);const cycleOrder=[\"WQLkyLRf1\",\"gfYH6ZKNF\",\"LlRn7snQ_\"];const breakpoints={gfYH6ZKNF:\"(min-width: 810px) and (max-width: 1439px)\",LlRn7snQ_:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZBYBS\";const variantClassNames={gfYH6ZKNF:\"framer-v-9unkht\",LlRn7snQ_:\"framer-v-qw0ybt\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"LlRn7snQ_\",Tablet:\"gfYH6ZKNF\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-ZBYBS`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-ZBYBS`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"gfYH6ZKNF\",\"LlRn7snQ_\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"gfYH6ZKNF\",\"LlRn7snQ_\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"LlRn7snQ_\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"gfYH6ZKNF\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"gfYH6ZKNF\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1og1h8\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13tlgjb\",\"data-framer-name\":\"Group 3\",name:\"Group 3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gfYH6ZKNF:{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"384px\",src:\"https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png\",srcSet:\"https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png?scale-down-to=1024 890w,https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png?scale-down-to=2048 1780w,https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png 2368w\"}},LlRn7snQ_:{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"315px\",src:\"https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png\",srcSet:\"https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png?scale-down-to=1024 890w,https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png?scale-down-to=2048 1780w,https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png 2368w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"592px\",src:\"https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png\",srcSet:\"https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png?scale-down-to=1024 890w,https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png?scale-down-to=2048 1780w,https://framerusercontent.com/images/4Hr8gBdUtKzKis8HOv9VDbp12z4.png 2368w\"},className:\"framer-d6esyz\",\"data-framer-name\":\"Frame 32 1\",name:\"Frame 32 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8oo4z0\",\"data-framer-name\":\"Rectangle 4\",name:\"Rectangle 4\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wxhmr9\",\"data-framer-name\":\"Frame 39\",name:\"Frame 39\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0co95\",\"data-framer-name\":\"Frame 38\",name:\"Frame 38\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"64px\",src:\"https://framerusercontent.com/images/N6m7uH4aZ7bOZzbdfItIACZljpY.png\",srcSet:\"https://framerusercontent.com/images/N6m7uH4aZ7bOZzbdfItIACZljpY.png?scale-down-to=512 512w,https://framerusercontent.com/images/N6m7uH4aZ7bOZzbdfItIACZljpY.png 1024w\"},className:\"framer-133hx79\",\"data-framer-name\":\"Frame 32 2\",name:\"Frame 32 2\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1766gm6\",\"data-framer-name\":\"Frame 37\",name:\"Frame 37\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i24z6m\",\"data-framer-name\":\"Frame 35\",name:\"Frame 35\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"33px\",\"--framer-text-color\":\"rgb(234, 234, 234)\"},children:\"*\"})}),className:\"framer-1cdbc7m\",\"data-framer-name\":\"*\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"*\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"33px\",\"--framer-text-color\":\"rgb(234, 234, 234)\"},children:\"Lazy Weather\"})}),className:\"framer-7tt2pa\",\"data-framer-name\":\"Lazy Weather\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Lazy Weather\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"33px\",\"--framer-text-color\":\"rgb(234, 234, 234)\"},children:\"*\"})}),className:\"framer-1uyc0lt\",\"data-framer-name\":\"*\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"*\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"33px\",\"--framer-text-color\":\"rgb(83, 83, 83)\"},children:\"(The only weather \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"33px\",\"--framer-text-color\":\"rgb(83, 83, 83)\"},children:\"info you really need)\"})]}),className:\"framer-rz87wx\",\"data-framer-name\":\"(The only weather info you really need)\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"(The only weather info you really need)\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yyyju9\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/es/app/lazy-weather-colder-or-warmer/id6467009014?l=en-GB\",openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gfYH6ZKNF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:106.5,intrinsicWidth:320,pixelHeight:213,pixelWidth:640,sizes:\"180px\",src:\"https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png?scale-down-to=512 512w,https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png 640w\"}},LlRn7snQ_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:106.5,intrinsicWidth:320,pixelHeight:213,pixelWidth:640,sizes:\"180px\",src:\"https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png?scale-down-to=512 512w,https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png 640w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:106.5,intrinsicWidth:320,pixelHeight:213,pixelWidth:640,sizes:\"250px\",src:\"https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png?scale-down-to=512 512w,https://framerusercontent.com/images/UyixHJGa83iZFOXTX1abP6JiBOw.png 640w\"},className:\"framer-3hncg0 framer-lux5qc\",\"data-framer-name\":\"image\",name:\"image\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yo3p4-container\",children:/*#__PURE__*/_jsx(ProductHunt,{height:\"100%\",id:\"nj5BGhhAG\",layoutId:\"nj5BGhhAG\",theme:\"light\",type:\"featured\",url:\"https://www.producthunt.com/posts/lazy-weather-app\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dbnh6m\",\"data-framer-name\":\"Features\",name:\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l2dl8v\",\"data-framer-name\":\"Row 1\",name:\"Row 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5vztb\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gfYH6ZKNF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/6Ge23BPriuD6i2y0cs2Wj1H3hfM.png\"}},LlRn7snQ_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/6Ge23BPriuD6i2y0cs2Wj1H3hfM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/6Ge23BPriuD6i2y0cs2Wj1H3hfM.png\"},className:\"framer-1dlb6ur\",\"data-framer-name\":\"Icons\",name:\"Icons\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LlRn7snQ_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Location \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"based\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Location based\"})}),className:\"framer-14w6rpi\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a7mdr7\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gfYH6ZKNF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/pteb2MDlQ6xyaI6IYwdHT68EiMw.png\"}},LlRn7snQ_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/pteb2MDlQ6xyaI6IYwdHT68EiMw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/pteb2MDlQ6xyaI6IYwdHT68EiMw.png\"},className:\"framer-ma3kb0\",\"data-framer-name\":\"Icons_1\",name:\"Icons_1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LlRn7snQ_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Simple \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Information\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Simple information\"})}),className:\"framer-1vm5etf\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xu0e57 hidden-9unkht hidden-qw0ybt\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/kNnq2XMOXVcCkY5vYBcF7jsV48.png\"},className:\"framer-zlj26a\",\"data-framer-name\":\"Icons_2\",name:\"Icons_2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Rain alerts\"})}),className:\"framer-wuo825\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jxv5q0\",\"data-framer-name\":\"Row 2\",name:\"Row 2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u61ftz\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/pdUfCdFB0lSMWDoYeSogFrUOnc.png\"},className:\"framer-fluzgh\",\"data-framer-name\":\"Icons_3\",name:\"Icons_3\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LlRn7snQ_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Daily \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Notification\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Daily Notification\"})}),className:\"framer-na8o5o\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dfurwf hidden-9unkht hidden-qw0ybt\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/q1G0fF04ZUVcOEyJao0jL5BZEw.png\"},className:\"framer-1j8rc62\",\"data-framer-name\":\"Icons_4\",name:\"Icons_4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"iOS Widgets\"})}),className:\"framer-1iju9ly\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6s9gh1 hidden-72rtr7\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-mlce6j hidden-qw0ybt\",\"data-framer-name\":\"Icons\",name:\"Icons\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U0YgUHJvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"SF Pro\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(34, 34, 34)\"},children:\"\uDBC0\uDDC6\"})}),className:\"framer-1taqgye\",\"data-framer-name\":\"\uDBC0\uDDC6\",fonts:[\"GF;SF Pro-regular\"],name:\"\uDBC0\uDDC6\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LlRn7snQ_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Rain \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Alerts\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Rain alerts\"})}),className:\"framer-1abvxe6\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/kNnq2XMOXVcCkY5vYBcF7jsV48.png\"},className:\"framer-8qqp0k hidden-9unkht\",\"data-framer-name\":\"Icons_2\",name:\"Icons_2\"})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hpft6x hidden-72rtr7\",\"data-framer-name\":\"Row 2\",name:\"Row 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-197u600\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gfYH6ZKNF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/q1G0fF04ZUVcOEyJao0jL5BZEw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/q1G0fF04ZUVcOEyJao0jL5BZEw.png\"},className:\"framer-120za9b hidden-72rtr7 hidden-qw0ybt\",\"data-framer-name\":\"Icons_4\",name:\"Icons_4\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LlRn7snQ_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"iOS \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Widgets\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"iOS Widgets\"})}),className:\"framer-18gxul4\",\"data-framer-name\":\"Feature name\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Feature name\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LlRn7snQ_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:\"lazy\",pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/q1G0fF04ZUVcOEyJao0jL5BZEw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/q1G0fF04ZUVcOEyJao0jL5BZEw.png\"},className:\"framer-1oo160s hidden-9unkht\",\"data-framer-name\":\"Icons_4\",name:\"Icons_4\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n4wqt8\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qz088w\",\"data-framer-name\":\"Designers\",name:\"Designers\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(83, 83, 83)\"},children:\"Designed By\"})}),className:\"framer-r4k37c\",\"data-framer-name\":\"Designed By\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Designed By\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zg3jyw\",\"data-framer-name\":\"Names\",name:\"Names\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/victorventurarubio/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"V\\xedctor Ventura\"})})})}),className:\"framer-7e64sd\",\"data-framer-name\":\"V\\xedctor Ventura\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"V\\xedctor Ventura\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"&\"})}),className:\"framer-1wzv4d5\",\"data-framer-name\":\"&\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"&\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/mruan98/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Monty Ruan\"})})})}),className:\"framer-s07x3j\",\"data-framer-name\":\"Monty Ruan\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Monty Ruan\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rqtm10\",\"data-framer-name\":\"Development\",name:\"Development\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(83, 83, 83)\"},children:\"Developed by \"})}),className:\"framer-vvh5pz\",\"data-framer-name\":\"Developed by\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"Developed by\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NGIE1vbm8gUmVndWxhcg==\",\"--framer-font-family\":'\"SF Mono Regular\", \"SF Mono Regular Placeholder\", monospace',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.theleftbit.com/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"The Left Bit\"})})})}),className:\"framer-o9vdsk\",\"data-framer-name\":\"The Left Bit\",fonts:[\"CUSTOM;SF Mono Regular\"],name:\"The Left Bit\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-ZBYBS { background: white; }`,\".framer-ZBYBS.framer-lux5qc, .framer-ZBYBS .framer-lux5qc { display: block; }\",\".framer-ZBYBS.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-ZBYBS .framer-1og1h8 { align-content: flex-start; align-items: flex-start; background-color: #222222; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 152px; height: 842px; justify-content: center; overflow: visible; padding: 160px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ZBYBS .framer-13tlgjb { flex: none; height: 681px; overflow: visible; position: relative; width: 592px; }\",\".framer-ZBYBS .framer-d6esyz { aspect-ratio: 0.869309838472834 / 1; border-top-left-radius: 64px; border-top-right-radius: 64px; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4); flex: none; height: var(--framer-aspect-ratio-supported, 681px); left: 0px; position: absolute; top: 0px; width: 592px; }\",\".framer-ZBYBS .framer-8oo4z0 { background-color: #000000; flex: none; height: 88px; left: 21px; position: absolute; top: 38px; width: 291px; }\",\".framer-ZBYBS .framer-1wxhmr9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 115px; height: min-content; justify-content: flex-start; overflow: visible; padding: 107px 0px 107px 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-1t0co95 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-133hx79 { aspect-ratio: 1 / 1; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4); flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 64px; }\",\".framer-ZBYBS .framer-1766gm6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-i24z6m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-1cdbc7m, .framer-ZBYBS .framer-7tt2pa, .framer-ZBYBS .framer-1uyc0lt, .framer-ZBYBS .framer-rz87wx, .framer-ZBYBS .framer-14w6rpi, .framer-ZBYBS .framer-1vm5etf, .framer-ZBYBS .framer-wuo825, .framer-ZBYBS .framer-na8o5o, .framer-ZBYBS .framer-1iju9ly, .framer-ZBYBS .framer-1abvxe6, .framer-ZBYBS .framer-18gxul4, .framer-ZBYBS .framer-r4k37c, .framer-ZBYBS .framer-7e64sd, .framer-ZBYBS .framer-1wzv4d5, .framer-ZBYBS .framer-s07x3j, .framer-ZBYBS .framer-vvh5pz, .framer-ZBYBS .framer-o9vdsk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZBYBS .framer-1yyyju9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-3hncg0 { flex: none; height: 83px; overflow: visible; position: relative; text-decoration: none; width: 250px; }\",\".framer-ZBYBS .framer-16yo3p4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZBYBS .framer-dbnh6m { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 240px 0px 240px 0px; position: relative; width: 100%; }\",\".framer-ZBYBS .framer-1l2dl8v, .framer-ZBYBS .framer-jxv5q0, .framer-ZBYBS .framer-hpft6x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-y5vztb, .framer-ZBYBS .framer-1a7mdr7, .framer-ZBYBS .framer-1xu0e57, .framer-ZBYBS .framer-1u61ftz, .framer-ZBYBS .framer-dfurwf, .framer-ZBYBS .framer-6s9gh1, .framer-ZBYBS .framer-197u600 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-ZBYBS .framer-1dlb6ur, .framer-ZBYBS .framer-ma3kb0, .framer-ZBYBS .framer-zlj26a, .framer-ZBYBS .framer-fluzgh, .framer-ZBYBS .framer-1j8rc62, .framer-ZBYBS .framer-8qqp0k, .framer-ZBYBS .framer-120za9b, .framer-ZBYBS .framer-1oo160s { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-ZBYBS .framer-mlce6j { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-ZBYBS .framer-1taqgye { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 5px; position: absolute; top: 6px; white-space: pre; width: auto; }\",\".framer-ZBYBS .framer-1n4wqt8 { align-content: center; align-items: center; background-color: #222222; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 240px 0px 240px 0px; position: relative; width: 100%; }\",\".framer-ZBYBS .framer-1qz088w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-zg3jyw { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZBYBS .framer-1rqtm10 { 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: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZBYBS.framer-72rtr7, .framer-ZBYBS .framer-1og1h8, .framer-ZBYBS .framer-1wxhmr9, .framer-ZBYBS .framer-1t0co95, .framer-ZBYBS .framer-1766gm6, .framer-ZBYBS .framer-i24z6m, .framer-ZBYBS .framer-1yyyju9, .framer-ZBYBS .framer-dbnh6m, .framer-ZBYBS .framer-1l2dl8v, .framer-ZBYBS .framer-y5vztb, .framer-ZBYBS .framer-1a7mdr7, .framer-ZBYBS .framer-1xu0e57, .framer-ZBYBS .framer-jxv5q0, .framer-ZBYBS .framer-1u61ftz, .framer-ZBYBS .framer-dfurwf, .framer-ZBYBS .framer-6s9gh1, .framer-ZBYBS .framer-hpft6x, .framer-ZBYBS .framer-197u600, .framer-ZBYBS .framer-1n4wqt8, .framer-ZBYBS .framer-1qz088w, .framer-ZBYBS .framer-zg3jyw, .framer-ZBYBS .framer-1rqtm10 { gap: 0px; } .framer-ZBYBS.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZBYBS.framer-72rtr7 > :first-child, .framer-ZBYBS .framer-1wxhmr9 > :first-child, .framer-ZBYBS .framer-1t0co95 > :first-child, .framer-ZBYBS .framer-1766gm6 > :first-child, .framer-ZBYBS .framer-1yyyju9 > :first-child, .framer-ZBYBS .framer-dbnh6m > :first-child, .framer-ZBYBS .framer-y5vztb > :first-child, .framer-ZBYBS .framer-1a7mdr7 > :first-child, .framer-ZBYBS .framer-1xu0e57 > :first-child, .framer-ZBYBS .framer-1u61ftz > :first-child, .framer-ZBYBS .framer-dfurwf > :first-child, .framer-ZBYBS .framer-6s9gh1 > :first-child, .framer-ZBYBS .framer-197u600 > :first-child, .framer-ZBYBS .framer-1n4wqt8 > :first-child, .framer-ZBYBS .framer-1qz088w > :first-child, .framer-ZBYBS .framer-1rqtm10 > :first-child { margin-top: 0px; } .framer-ZBYBS.framer-72rtr7 > :last-child, .framer-ZBYBS .framer-1wxhmr9 > :last-child, .framer-ZBYBS .framer-1t0co95 > :last-child, .framer-ZBYBS .framer-1766gm6 > :last-child, .framer-ZBYBS .framer-1yyyju9 > :last-child, .framer-ZBYBS .framer-dbnh6m > :last-child, .framer-ZBYBS .framer-y5vztb > :last-child, .framer-ZBYBS .framer-1a7mdr7 > :last-child, .framer-ZBYBS .framer-1xu0e57 > :last-child, .framer-ZBYBS .framer-1u61ftz > :last-child, .framer-ZBYBS .framer-dfurwf > :last-child, .framer-ZBYBS .framer-6s9gh1 > :last-child, .framer-ZBYBS .framer-197u600 > :last-child, .framer-ZBYBS .framer-1n4wqt8 > :last-child, .framer-ZBYBS .framer-1qz088w > :last-child, .framer-ZBYBS .framer-1rqtm10 > :last-child { margin-bottom: 0px; } .framer-ZBYBS .framer-1og1h8 > * { margin: 0px; margin-left: calc(152px / 2); margin-right: calc(152px / 2); } .framer-ZBYBS .framer-1og1h8 > :first-child, .framer-ZBYBS .framer-i24z6m > :first-child, .framer-ZBYBS .framer-1l2dl8v > :first-child, .framer-ZBYBS .framer-jxv5q0 > :first-child, .framer-ZBYBS .framer-hpft6x > :first-child, .framer-ZBYBS .framer-zg3jyw > :first-child { margin-left: 0px; } .framer-ZBYBS .framer-1og1h8 > :last-child, .framer-ZBYBS .framer-i24z6m > :last-child, .framer-ZBYBS .framer-1l2dl8v > :last-child, .framer-ZBYBS .framer-jxv5q0 > :last-child, .framer-ZBYBS .framer-hpft6x > :last-child, .framer-ZBYBS .framer-zg3jyw > :last-child { margin-right: 0px; } .framer-ZBYBS .framer-1wxhmr9 > * { margin: 0px; margin-bottom: calc(115px / 2); margin-top: calc(115px / 2); } .framer-ZBYBS .framer-1t0co95 > * { margin: 0px; margin-bottom: calc(54px / 2); margin-top: calc(54px / 2); } .framer-ZBYBS .framer-1766gm6 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-ZBYBS .framer-i24z6m > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ZBYBS .framer-1yyyju9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZBYBS .framer-dbnh6m > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-ZBYBS .framer-1l2dl8v > *, .framer-ZBYBS .framer-jxv5q0 > *, .framer-ZBYBS .framer-hpft6x > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-ZBYBS .framer-y5vztb > *, .framer-ZBYBS .framer-1a7mdr7 > *, .framer-ZBYBS .framer-1xu0e57 > *, .framer-ZBYBS .framer-1u61ftz > *, .framer-ZBYBS .framer-dfurwf > *, .framer-ZBYBS .framer-6s9gh1 > *, .framer-ZBYBS .framer-197u600 > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-ZBYBS .framer-1n4wqt8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-ZBYBS .framer-1qz088w > *, .framer-ZBYBS .framer-1rqtm10 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZBYBS .framer-zg3jyw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\"@media (min-width: 1440px) { .framer-ZBYBS .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1439px) { .framer-ZBYBS .hidden-9unkht { display: none !important; } .${metadata.bodyClassName}-framer-ZBYBS { background: white; } .framer-ZBYBS.framer-72rtr7 { width: 810px; } .framer-ZBYBS .framer-1og1h8 { gap: 92px; height: 602px; } .framer-ZBYBS .framer-13tlgjb { height: 362px; order: 0; width: 320px; } .framer-ZBYBS .framer-d6esyz { bottom: -80px; height: var(--framer-aspect-ratio-supported, 442px); left: -34px; right: -30px; top: unset; width: unset; } .framer-ZBYBS .framer-8oo4z0 { height: 34px; left: 9px; width: 236px; } .framer-ZBYBS .framer-1wxhmr9 { gap: 41px; order: 1; padding: 0px; } .framer-ZBYBS .framer-3hncg0 { height: 60px; width: 180px; } .framer-ZBYBS .framer-1u61ftz { order: 1; } .framer-ZBYBS .framer-6s9gh1 { order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZBYBS .framer-1og1h8, .framer-ZBYBS .framer-1wxhmr9 { gap: 0px; } .framer-ZBYBS .framer-1og1h8 > * { margin: 0px; margin-left: calc(92px / 2); margin-right: calc(92px / 2); } .framer-ZBYBS .framer-1og1h8 > :first-child { margin-left: 0px; } .framer-ZBYBS .framer-1og1h8 > :last-child { margin-right: 0px; } .framer-ZBYBS .framer-1wxhmr9 > * { margin: 0px; margin-bottom: calc(41px / 2); margin-top: calc(41px / 2); } .framer-ZBYBS .framer-1wxhmr9 > :first-child { margin-top: 0px; } .framer-ZBYBS .framer-1wxhmr9 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-ZBYBS .hidden-qw0ybt { display: none !important; } .${metadata.bodyClassName}-framer-ZBYBS { background: white; } .framer-ZBYBS.framer-72rtr7 { width: 390px; } .framer-ZBYBS .framer-1og1h8 { flex-direction: column; gap: 92px; height: min-content; padding: 280px 0px 70px 30px; width: 390px; } .framer-ZBYBS .framer-13tlgjb { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 362px; justify-content: center; left: calc(48.71794871794874% - 320px / 2); order: 0; padding: 0px; position: absolute; top: -152px; width: 320px; z-index: 1; } .framer-ZBYBS .framer-d6esyz { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: unset; border-top-right-radius: unset; bottom: 0px; height: unset; left: 50%; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 315px); z-index: 1; } .framer-ZBYBS .framer-8oo4z0 { height: 34px; left: 9px; width: 120px; } .framer-ZBYBS .framer-1wxhmr9 { gap: 41px; order: 1; padding: 0px; } .framer-ZBYBS .framer-3hncg0 { height: 60px; width: 180px; } .framer-ZBYBS .framer-dbnh6m { padding: 140px 0px 140px 0px; } .framer-ZBYBS .framer-1l2dl8v, .framer-ZBYBS .framer-jxv5q0, .framer-ZBYBS .framer-hpft6x { gap: 10px; } .framer-ZBYBS .framer-y5vztb, .framer-ZBYBS .framer-1a7mdr7, .framer-ZBYBS .framer-197u600 { gap: 44px; width: 170px; } .framer-ZBYBS .framer-1u61ftz { gap: 44px; order: 1; width: 170px; } .framer-ZBYBS .framer-6s9gh1 { gap: 44px; order: 0; width: 170px; } .framer-ZBYBS .framer-1abvxe6, .framer-ZBYBS .framer-18gxul4 { order: 2; } .framer-ZBYBS .framer-8qqp0k { order: 0; } .framer-ZBYBS .framer-1oo160s { order: 1; } .framer-ZBYBS .framer-zg3jyw { align-content: center; align-items: center; flex-direction: column; } .framer-ZBYBS .framer-1rqtm10 { align-content: center; align-items: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZBYBS .framer-1og1h8, .framer-ZBYBS .framer-13tlgjb, .framer-ZBYBS .framer-1wxhmr9, .framer-ZBYBS .framer-1l2dl8v, .framer-ZBYBS .framer-y5vztb, .framer-ZBYBS .framer-1a7mdr7, .framer-ZBYBS .framer-jxv5q0, .framer-ZBYBS .framer-1u61ftz, .framer-ZBYBS .framer-6s9gh1, .framer-ZBYBS .framer-hpft6x, .framer-ZBYBS .framer-197u600, .framer-ZBYBS .framer-zg3jyw { gap: 0px; } .framer-ZBYBS .framer-1og1h8 > * { margin: 0px; margin-bottom: calc(92px / 2); margin-top: calc(92px / 2); } .framer-ZBYBS .framer-1og1h8 > :first-child, .framer-ZBYBS .framer-1wxhmr9 > :first-child, .framer-ZBYBS .framer-y5vztb > :first-child, .framer-ZBYBS .framer-1a7mdr7 > :first-child, .framer-ZBYBS .framer-1u61ftz > :first-child, .framer-ZBYBS .framer-6s9gh1 > :first-child, .framer-ZBYBS .framer-197u600 > :first-child, .framer-ZBYBS .framer-zg3jyw > :first-child { margin-top: 0px; } .framer-ZBYBS .framer-1og1h8 > :last-child, .framer-ZBYBS .framer-1wxhmr9 > :last-child, .framer-ZBYBS .framer-y5vztb > :last-child, .framer-ZBYBS .framer-1a7mdr7 > :last-child, .framer-ZBYBS .framer-1u61ftz > :last-child, .framer-ZBYBS .framer-6s9gh1 > :last-child, .framer-ZBYBS .framer-197u600 > :last-child, .framer-ZBYBS .framer-zg3jyw > :last-child { margin-bottom: 0px; } .framer-ZBYBS .framer-13tlgjb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ZBYBS .framer-13tlgjb > :first-child, .framer-ZBYBS .framer-1l2dl8v > :first-child, .framer-ZBYBS .framer-jxv5q0 > :first-child, .framer-ZBYBS .framer-hpft6x > :first-child { margin-left: 0px; } .framer-ZBYBS .framer-13tlgjb > :last-child, .framer-ZBYBS .framer-1l2dl8v > :last-child, .framer-ZBYBS .framer-jxv5q0 > :last-child, .framer-ZBYBS .framer-hpft6x > :last-child { margin-right: 0px; } .framer-ZBYBS .framer-1wxhmr9 > * { margin: 0px; margin-bottom: calc(41px / 2); margin-top: calc(41px / 2); } .framer-ZBYBS .framer-1l2dl8v > *, .framer-ZBYBS .framer-jxv5q0 > *, .framer-ZBYBS .framer-hpft6x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZBYBS .framer-y5vztb > *, .framer-ZBYBS .framer-1a7mdr7 > *, .framer-ZBYBS .framer-1u61ftz > *, .framer-ZBYBS .framer-6s9gh1 > *, .framer-ZBYBS .framer-197u600 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-ZBYBS .framer-zg3jyw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2315.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gfYH6ZKNF\":{\"layout\":[\"fixed\",\"auto\"]},\"LlRn7snQ_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-ZBYBS\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:2315.5,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"SF Mono Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/jrXa9whBZoaDFlVyUsLtyZbg.woff2\"}]},...ProductHuntFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gfYH6ZKNF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LlRn7snQ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"2315.5\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "gSAEO,IAAMA,EAAkB,CAC3B,SAAU,WACV,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EACaC,EAAkB,CAC3B,GAAGD,EACH,aAAc,EACd,WAAY,0BACZ,MAAO,OACP,OAAQ,kBACR,cAAe,QACnB,EACaE,GAAgB,CACzB,QAAS,CACL,KAAMC,EAAY,YACtB,EACA,aAAc,CACV,KAAMA,EAAY,YACtB,EACA,aAAc,CACV,KAAMA,EAAY,YACtB,CACJ,EACaC,GAAkB,CAC3B,KAAMD,EAAY,OAClB,MAAO,YACP,IAAK,EACL,IAAK,IACL,KAAM,EACN,eAAgB,EACpB,EACaE,GAAe,CACxB,KAAM,CACF,KAAMF,EAAY,QAClB,MAAO,OACP,aAAc,GACd,cAAe,UACf,aAAc,QAClB,EACA,WAAY,CACR,KAAMA,EAAY,OAClB,MAAO,SACP,YAAa,QACb,OAAQ,CAAC,CAAE,KAAAG,CAAM,IAAI,CAACA,CAC1B,EACA,WAAY,CACR,KAAMH,EAAY,KAClB,MAAO,SACP,QAAS,CACL,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,GACJ,EACA,aAAc,CACV,OACA,cACA,QACA,UACA,SACA,YACA,OACA,aACA,OACJ,EACA,OAAQ,CAAC,CAAE,KAAAG,CAAM,IAAI,CAACA,CAC1B,CACJ,EC/DO,IAAMC,GAAsB,CAC/B,aAAc,CACV,MAAO,SACP,KAAMC,EAAY,YAClB,UAAW,sBACX,aAAc,CACV,SACA,mBACJ,EACA,UAAW,CACP,gBACA,iBACA,oBACA,kBACJ,EACA,YAAa,CACT,KACA,KACA,KACA,IACJ,EACA,IAAK,CACT,CACJ,EAcO,IAAMC,GAAiB,CAC1B,QAAS,CACL,KAAMC,EAAY,YAClB,UAAW,iBACX,aAAc,CACV,UACA,kBACJ,EACA,UAAW,CACP,aACA,eACA,gBACA,aACJ,EACA,YAAa,CACT,IACA,IACA,IACA,GACJ,EACA,IAAK,EACL,MAAO,SACX,CACJ,EC3EmI,IAAMC,EAAgB,CAAC,GAAGC,EAAgB,GAAGD,EAAuB,UAAU,SAAS,QAAQ,GAAG,MAAM,IAAI,OAAO,IAAI,SAAS,QAAQ,EAAeE,GAAkB,CAAC,GAAGF,EAAgB,MAAM,OAAO,WAAW,wBAAwB,YAAY,MAAM,EAAeG,GAAgB,CAAC,SAAS,GAAG,WAAW,IAAI,OAAO,CAAC,EAAeC,GAAoB,CAAC,SAAS,GAAG,SAAS,IAAI,WAAW,IAAI,OAAO,WAAW,ECAvM,IAAMC,GAAO,CAAC,SAAS,eAAe,IAAI,qBAAqB,OAAO,YAAY,EAAQC,GAAiB,0DAQpb,SAARC,EAA6B,CAAC,IAAAC,EAAI,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,EAAE,CAAC,IAAMC,EAASC,EAAQ,IAAI,CAAC,IAAIC,EAAI,GAAK,CAAC,CAACC,CAAE,GAAGD,EAAIP,EAAI,MAAMF,EAAgB,KAAK,MAAMS,IAAM,OAAOA,EAAI,CAAC,KAAK,EAAE,EAAE,OAAIC,EAAqB,sDAAsDX,GAAOI,CAAI,aAAaO,WAAYN,IAArG,IAA6G,EAAE,CAACF,EAAIC,EAAKC,CAAK,CAAC,EAAE,OAAqBO,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,GAAGP,EAAM,GAAGQ,EAAgB,aAAa,SAAS,WAAW,SAAS,SAAS,QAAQ,EAAE,GAAGP,EAAM,SAASC,EAAuBI,EAAKC,EAAO,EAAE,CAAC,KAAKV,EAAI,OAAO,SAAS,MAAM,CAAC,GAAGG,EAAM,MAAM,IAAI,OAAO,EAAE,EAAE,GAAGC,EAAM,SAAuBK,EAAK,MAAM,CAAC,IAAIJ,EAAS,IAAI,qBAAqB,MAAM,MAAM,OAAO,IAAI,CAAC,CAAC,CAAC,EAAgBO,EAAMF,EAAO,IAAI,CAAC,MAAM,CAAC,GAAGG,EAAgB,GAAGV,CAAK,EAAE,GAAGC,EAAM,SAAS,CAAeK,EAAK,KAAK,CAAC,MAAMK,GAAgB,SAAS,cAAc,CAAC,EAAgBL,EAAK,IAAI,CAAC,MAAMM,GAAoB,SAAS,sCAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAEC,EAAoBjB,EAAY,CAAC,IAAI,CAAC,KAAKkB,EAAY,OAAO,MAAM,MAAM,YAAY,wCAAwC,aAAa,kDAAkD,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,QAAQ,CAAC,WAAW,MAAM,QAAQ,EAAE,aAAa,CAAC,WAAW,iBAAiB,gBAAgB,EAAE,aAAa,UAAU,EAAE,MAAM,CAAC,KAAKA,EAAY,KAAK,QAAQ,CAAC,QAAQ,MAAM,EAAE,aAAa,CAAC,QAAQ,MAAM,EAAE,wBAAwB,EAAI,CAAC,CAAC,ECPr3B,IAAMC,GAAiBC,GAASC,CAAW,EAAyD,IAAMC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAQC,EAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,EAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,EAAS,EAAEjB,GAASI,CAAK,EAAQc,EAAmB,IAAI,CAAC,IAAMC,EAAUrB,EAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIC,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUD,EAAU,QAAQ,EAAG,GAAGA,EAAU,OAAO,CAAC,IAAIE,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUF,EAAU,MAAM,GAAQE,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUF,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYE,CAAS,GAAI,GAAGF,EAAU,cAAe,aAAM,KAAK,SAAS,KAAK,SAAS,EAAE,OAAOG,GAAGA,EAAE,WAAW,cAAc,CAAC,EAAE,IAAIA,GAAG,SAAS,KAAK,UAAU,OAAOA,CAAC,CAAC,EAAE,SAAS,KAAK,UAAU,IAAI,GAAGH,EAAU,4BAA4B,EAAQ,IAAI,CAAC,SAAS,KAAK,UAAU,OAAO,GAAGA,EAAU,4BAA4B,CAAE,CAAG,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACa,EAAYC,EAAmB,EAAEC,EAA8BT,EAAQzB,GAAY,EAAK,EAAQmC,GAAe,OAAgBC,GAAWC,EAAO,IAAI,EAAQC,EAAY,IAASrC,EAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAAS+B,CAAW,EAAtD,GAAyFO,EAAa,IAAQ,IAACtC,EAAU,GAAiB,CAAC,YAAY,WAAW,EAAE,SAAS+B,CAAW,GAAmCQ,GAAa,IAASvC,EAAU,EAAiB+B,IAAc,YAAtB,GAAmES,EAAa,IAASxC,EAAU,EAAiB+B,IAAc,YAAtB,GAAmEU,GAAa,IAAQ,CAACzC,EAAU,GAAiB+B,IAAc,YAA6CW,GAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAE,OAAAC,EAAiB,CAAC,CAAC,EAAsBC,EAAKC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA7C,EAAiB,EAAE,SAAsB8C,EAAMC,EAAY,CAAC,GAAG1B,GAA4CmB,GAAgB,SAAS,CAAcM,EAAME,EAAO,IAAI,CAAC,GAAGzB,GAAU,UAAU0B,EAAGlD,GAAkB,GAAG2C,EAAsB,gBAAgBtB,CAAS,EAAE,IAAIL,GAA6BkB,GAAK,MAAM,CAAC,GAAGd,CAAK,EAAE,SAAS,CAAc2B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAsBA,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,UAAU,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,UAAU,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,uQAAuQ,EAAE,kBAAkB5B,EAAkB,CAAC,EAAE,SAAsB2C,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,UAAU,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,uQAAuQ,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,KAAK,aAAa,SAAsBP,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,KAAK,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,WAAW,SAAS,CAAcF,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,UAAU,iBAAiB,mBAAmB,aAAa,KAAK,YAAY,CAAC,EAAeL,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,WAAW,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,MAAM,CAAC,wBAAwB,EAAE,KAAK,IAAI,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,MAAM,CAAC,wBAAwB,EAAE,KAAK,IAAI,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBN,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,oBAAoB,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,iBAAiB,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,0CAA0C,MAAM,CAAC,wBAAwB,EAAE,KAAK,0CAA0C,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKU,EAAK,CAAC,KAAK,mFAAmF,aAAa,GAAK,SAAsBV,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAuK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAuK,CAAC,CAAC,EAAE,SAAsBe,EAAKO,EAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uKAAuK,EAAE,UAAU,8BAA8B,mBAAmB,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeP,EAAKW,EAA0B,CAAC,SAAsBX,EAAKY,EAAU,CAAC,UAAU,2BAA2B,SAAsBZ,EAAKa,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,QAAQ,KAAK,WAAW,IAAI,qDAAqD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeX,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,QAAQ,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBe,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAeP,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBiB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,WAAW,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBe,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,EAAeP,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBiB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,SAAS,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAET,EAAY,GAAgBW,EAAM,MAAM,CAAC,UAAU,6CAA6C,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,SAAS,CAAC,EAAeP,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,QAAQ,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,SAAS,CAAC,EAAeP,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBiB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,QAAQ,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAET,EAAY,GAAgBW,EAAM,MAAM,CAAC,UAAU,4CAA4C,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,SAAS,CAAC,EAAeP,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAER,EAAa,GAAgBU,EAAM,MAAM,CAAC,UAAU,8BAA8B,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAACT,GAAa,GAAgBO,EAAK,MAAM,CAAC,UAAU,8BAA8B,mBAAmB,QAAQ,KAAK,QAAQ,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,iBAAiB,EAAE,SAAS,YAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,aAAK,MAAM,CAAC,mBAAmB,EAAE,KAAK,aAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBiB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,OAAO,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEN,EAAa,GAAgBM,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,8BAA8B,mBAAmB,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEf,EAAa,GAAgBQ,EAAK,MAAM,CAAC,UAAU,8BAA8B,mBAAmB,QAAQ,KAAK,QAAQ,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAACP,GAAa,GAAgBK,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,CAAC,CAAC,EAAE,SAAsBe,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,6CAA6C,mBAAmB,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,EAAeP,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBiB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,MAAM,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEN,EAAa,GAAgBM,EAAKM,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQ,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,CAAC,CAAC,EAAE,SAAsBe,EAAKO,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,+BAA+B,mBAAmB,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeL,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,SAAS,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,iBAAiB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,wBAAwB,EAAE,KAAK,cAAc,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,QAAQ,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,qBAAqB,2BAA2B,WAAW,EAAE,SAAsBA,EAAKU,EAAK,CAAC,KAAK,kDAAkD,aAAa,GAAM,aAAa,GAAM,SAAsBV,EAAK,IAAI,CAAC,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,oBAAoB,MAAM,CAAC,wBAAwB,EAAE,KAAK,oBAAoB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,MAAM,CAAC,wBAAwB,EAAE,KAAK,IAAI,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,qBAAqB,2BAA2B,WAAW,EAAE,SAAsBA,EAAKU,EAAK,CAAC,KAAK,uCAAuC,aAAa,GAAM,aAAa,GAAM,SAAsBV,EAAK,IAAI,CAAC,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,MAAM,CAAC,wBAAwB,EAAE,KAAK,aAAa,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,KAAK,cAAc,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,iBAAiB,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,8DAA8D,qBAAqB,OAAO,0BAA0B,MAAM,sBAAsB,qBAAqB,2BAA2B,WAAW,EAAE,SAAsBA,EAAKU,EAAK,CAAC,KAAK,8BAA8B,aAAa,GAAM,aAAa,GAAM,SAAsBV,EAAK,IAAI,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,MAAM,CAAC,wBAAwB,EAAE,KAAK,eAAe,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAUK,EAAGlD,GAAkB,GAAG2C,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgB,GAAI,CAAC,kFAAkF,IAAItD,EAAS,oDAAoD,gFAAgF,kSAAkS,yTAAyT,oHAAoH,8SAA8S,iJAAiJ,qTAAqT,oSAAoS,uUAAuU,mSAAmS,+RAA+R,ynBAAynB,+RAA+R,yIAAyI,yGAAyG,gUAAgU,8VAA8V,6cAA6c,kYAAkY,2KAA2K,uKAAuK,4TAA4T,4RAA4R,4RAA4R,oSAAoS,+8IAA+8I,4FAA4F,mHAAmHA,EAAS,wxCAAwxC,2FAA2FA,EAAS,ksIAAksI,EAS9g8CuD,EAAgBC,EAAQ/C,GAAU6C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,IAAI,qEAAqE,CAAC,CAAC,EAAE,GAAGI,EAAgB,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACtZ,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,oCAAsC,4JAA0L,uBAAyB,GAAG,yBAA2B,OAAO,sBAAwB,IAAI,qBAAuB,OAAO,sBAAwB,SAAS,6BAA+B,OAAO,yBAA2B,OAAO,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "BADGES", "productHuntRegex", "ProductHunt", "url", "type", "theme", "style", "props", "badgeUrl", "se", "ref", "id", "p", "motion", "containerStyles", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "ProductHuntFonts", "getFonts", "ProductHunt", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides", "Image2", "RichText", "x", "Link", "ComponentViewportProvider", "Container", "ProductHunt", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "ProductHuntFonts", "__FramerMetadata__"]
}
