{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.28", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/BBCkbHU5zw0xQg8r62gG/Ik5pNZiftyXLH4ZDeBAO/SWSziZUPT.js", "ssg:https://framerusercontent.com/modules/ztfrsFikwTRJuXafaSiw/9Ng7wXASukIG1bNN50mq/sX0V0VSNN.js", "ssg:https://framerusercontent.com/modules/CqoMQwM4W9A1FI3qbXdW/rN5yqEdeBfvwdiUazQgW/zHoZrj6_3.js", "ssg:https://framerusercontent.com/modules/LXt8dk2PlZf7fkwdq1aR/Hc3K8bzLKXFw2nj367Z5/wj_Ij0P_X.js", "ssg:https://framerusercontent.com/modules/zXtlVTfhxLIVDYXXi0S1/kQYGrUZLvx245OXAUWB5/BattlePassCarousel.js", "ssg:https://framerusercontent.com/modules/nyyYT9crGdfAOB52va50/U3k5jpiIpNQ67m7X7pFz/iaBy7WzBo.js", "ssg:https://framerusercontent.com/modules/fGmEsYVtgVz0V2uRjD9U/OHIuI3xkRHITaSWRq9eX/cDalPS9e6.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar Home_default = (React) => {\n  if (!Component) {\n    const HomeIcon = React.forwardRef(function HomeIcon2({\n      title,\n      titleId,\n      ...props\n    }, svgRef) {\n      return /* @__PURE__ */ React.createElement(\"svg\", Object.assign({\n        xmlns: \"http://www.w3.org/2000/svg\",\n        viewBox: \"0 0 24 24\",\n        fill: \"currentColor\",\n        \"aria-hidden\": \"true\",\n        \"data-slot\": \"icon\",\n        ref: svgRef,\n        \"aria-labelledby\": titleId\n      }, props), title ? /* @__PURE__ */ React.createElement(\"title\", {\n        id: titleId\n      }, title) : null, /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"M11.47 3.841a.75.75 0 0 1 1.06 0l8.69 8.69a.75.75 0 1 0 1.06-1.061l-8.689-8.69a2.25 2.25 0 0 0-3.182 0l-8.69 8.69a.75.75 0 1 0 1.061 1.06l8.69-8.689Z\"\n      }), /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"m12 5.432 8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75V21a.75.75 0 0 1-.75.75H5.625a1.875 1.875 0 0 1-1.875-1.875v-6.198a2.29 2.29 0 0 0 .091-.086L12 5.432Z\"\n      }));\n    });\n    Component = HomeIcon;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  Home_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.28\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AdjustmentsVertical\",\"ArchiveBox\",\"ArchiveBoxArrowDown\",\"ArchiveBoxXMark\",\"ArrowDown\",\"ArrowDownCircle\",\"ArrowDownLeft\",\"ArrowDownOnSquare\",\"ArrowDownRight\",\"ArrowDownTray\",\"ArrowLeft\",\"ArrowLeftCircle\",\"ArrowLeftOnRectangle\",\"ArrowLongDown\",\"ArrowLongLeft\",\"ArrowLongRight\",\"ArrowLongUp\",\"ArrowPath\",\"ArrowRight\",\"ArrowRightCircle\",\"ArrowSmallDown\",\"ArrowSmallLeft\",\"ArrowSmallRight\",\"ArrowSmallUp\",\"ArrowTrendingDown\",\"ArrowTrendingUp\",\"ArrowUp\",\"ArrowUpCircle\",\"ArrowUpLeft\",\"ArrowUpOnSquare\",\"ArrowUpOnSquareStack\",\"ArrowUpRight\",\"ArrowUpTray\",\"ArrowUturnDown\",\"ArrowUturnLeft\",\"ArrowUturnRight\",\"ArrowUturnUp\",\"ArrowsPointingIn\",\"ArrowsPointingOut\",\"ArrowsRightLeft\",\"ArrowsUpDown\",\"AtSymbol\",\"Backspace\",\"Backward\",\"Banknotes\",\"Bars2\",\"Bars3\",\"Bars3BottomLeft\",\"Bars3BottomRight\",\"Bars3CenterLeft\",\"Bars4\",\"BarsArrowDown\",\"BarsArrowUp\",\"Battery0\",\"Battery100\",\"Battery50\",\"Beaker\",\"Bell\",\"BellAlert\",\"BellSlash\",\"BellSnooze\",\"Bolt\",\"BoltSlash\",\"BookOpen\",\"Bookmark\",\"BookmarkSlash\",\"BookmarkSquare\",\"Briefcase\",\"BugAnt\",\"BuildingLibrary\",\"BuildingOffice\",\"BuildingOffice2\",\"BuildingStorefront\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarDays\",\"Camera\",\"ChartBar\",\"ChartBarSquare\",\"ChartPie\",\"ChatBubbleLeft\",\"ChatBubbleLeftRight\",\"ChatBubbleOvalLeft\",\"Check\",\"CheckBadge\",\"CheckCircle\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronLeft\",\"ChevronRight\",\"ChevronUp\",\"ChevronUpDown\",\"CircleStack\",\"Clipboard\",\"ClipboardDocument\",\"Clock\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CodeBracket\",\"CodeBracketSquare\",\"Cog\",\"Cog6Tooth\",\"Cog8Tooth\",\"CommandLine\",\"ComputerDesktop\",\"CpuChip\",\"CreditCard\",\"Cube\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyPound\",\"CurrencyRupee\",\"CurrencyYen\",\"CursorArrowRays\",\"CursorArrowRipple\",\"DevicePhoneMobile\",\"DeviceTablet\",\"Document\",\"DocumentArrowDown\",\"DocumentArrowUp\",\"DocumentChartBar\",\"DocumentCheck\",\"DocumentDuplicate\",\"DocumentMinus\",\"DocumentPlus\",\"DocumentText\",\"EllipsisHorizontal\",\"EllipsisVertical\",\"Envelope\",\"EnvelopeOpen\",\"ExclamationCircle\",\"ExclamationTriangle\",\"Eye\",\"EyeDropper\",\"EyeSlash\",\"FaceFrown\",\"FaceSmile\",\"Film\",\"FingerPrint\",\"Fire\",\"Flag\",\"Folder\",\"FolderArrowDown\",\"FolderMinus\",\"FolderOpen\",\"FolderPlus\",\"Forward\",\"Funnel\",\"Gif\",\"Gift\",\"GiftTop\",\"GlobeAlt\",\"GlobeAmericas\",\"GlobeAsiaAustralia\",\"GlobeEuropeAfrica\",\"HandRaised\",\"HandThumbDown\",\"HandThumbUp\",\"Hashtag\",\"Heart\",\"Home\",\"HomeModern\",\"Identification\",\"Inbox\",\"InboxArrowDown\",\"InboxStack\",\"InformationCircle\",\"Key\",\"Language\",\"Lifebuoy\",\"LightBulb\",\"Link\",\"ListBullet\",\"LockClosed\",\"LockOpen\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Map\",\"MapPin\",\"Megaphone\",\"Microphone\",\"Minus\",\"MinusCircle\",\"MinusSmall\",\"Moon\",\"MusicalNote\",\"Newspaper\",\"NoSymbol\",\"PaintBrush\",\"PaperAirplane\",\"PaperClip\",\"Pause\",\"PauseCircle\",\"Pencil\",\"PencilSquare\",\"Phone\",\"PhoneArrowDownLeft\",\"PhoneArrowUpRight\",\"PhoneXMark\",\"Photo\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Plus\",\"PlusCircle\",\"PlusSmall\",\"Power\",\"PresentationChartBar\",\"Printer\",\"PuzzlePiece\",\"QrCode\",\"QuestionMarkCircle\",\"QueueList\",\"Radio\",\"ReceiptPercent\",\"ReceiptRefund\",\"RectangleGroup\",\"RectangleStack\",\"RocketLaunch\",\"Rss\",\"Scale\",\"Scissors\",\"Server\",\"ServerStack\",\"Share\",\"ShieldCheck\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingCart\",\"Signal\",\"SignalSlash\",\"Sparkles\",\"SpeakerWave\",\"SpeakerXMark\",\"Square2Stack\",\"Square3Stack3D\",\"Squares2X2\",\"SquaresPlus\",\"Star\",\"Stop\",\"StopCircle\",\"Sun\",\"Swatch\",\"TableCells\",\"Tag\",\"Ticket\",\"Trash\",\"Trophy\",\"Truck\",\"Tv\",\"User\",\"UserCircle\",\"UserGroup\",\"UserMinus\",\"UserPlus\",\"Users\",\"Variable\",\"VideoCamera\",\"VideoCameraSlash\",\"ViewColumns\",\"ViewfinderCircle\",\"Wallet\",\"Wifi\",\"Window\",\"Wrench\",\"WrenchScrewdriver\",\"XCircle\",\"XMark\",\"index\"];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.28`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Hero\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.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{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";const ClipboardFonts=getFonts(Clipboard);const cycleOrder=[\"MILXdg7c0\",\"LWq7I6xOQ\",\"w6Q3UVpkK\",\"iDf0veCZ5\"];const serializationHash=\"framer-2U00a\";const variantClassNames={iDf0veCZ5:\"framer-v-1ljct56\",LWq7I6xOQ:\"framer-v-79p9ly\",MILXdg7c0:\"framer-v-rdwa23\",w6Q3UVpkK:\"framer-v-iwc3j5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"MILXdg7c0\",\"Variant 2\":\"LWq7I6xOQ\",\"Variant small result\":\"iDf0veCZ5\",\"Variant small\":\"w6Q3UVpkK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MILXdg7c0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MILXdg7c0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick14he258=activeVariantCallback(async(...args)=>{setVariant(\"LWq7I6xOQ\");});const onMouseLeave1htffs9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MILXdg7c0\"),1e3);});const onClick14x8nsg=activeVariantCallback(async(...args)=>{setVariant(\"iDf0veCZ5\");});const onMouseLeave1a751hz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"w6Q3UVpkK\"),1e3);});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-rdwa23\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MILXdg7c0\",ref:refBinding,style:{...style},...addPropertyOverrides({iDf0veCZ5:{\"data-framer-name\":\"Variant small result\"},LWq7I6xOQ:{\"data-framer-name\":\"Variant 2\"},w6Q3UVpkK:{\"data-framer-name\":\"Variant small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kywex4-container\",\"data-framer-name\":\"CA Clipboard\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"e5Gq5Ajih-container\",name:\"CA Clipboard\",nodeId:\"e5Gq5Ajih\",rendersWithMotion:true,scopeId:\"SWSziZUPT\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:50,bottomLeftRadius:50,bottomRightRadius:50,color:\"rgb(254, 247, 1)\",content:\"BTr5SwWSKPBrdUzboi2SVr1QvSjmh1caCYUkxsxLpump\",fill:\"rgba(0, 102, 255, 0)\",font:{fontFamily:'\"Gluten\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"e5Gq5Ajih\",isMixedBorderRadius:false,label:\"CA: BTr5SwWSKPBrdUzboi2SVr1QvSjmh1caCYUkxsxLpump\",layoutId:\"e5Gq5Ajih\",name:\"CA Clipboard\",onClick:onClick14he258,padding:0,paddingBottom:10,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:10,style:{width:\"100%\"},topLeftRadius:50,topRightRadius:50,width:\"100%\",...addPropertyOverrides({iDf0veCZ5:{label:\"Copied!\",onClick:undefined,onMouseEnter:undefined,onMouseLeave:onMouseLeave1a751hz},LWq7I6xOQ:{label:\"Copied!\",onClick:undefined,onMouseEnter:undefined,onMouseLeave:onMouseLeave1htffs9},w6Q3UVpkK:{font:{fontFamily:'\"Gluten\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},onClick:onClick14x8nsg}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2U00a.framer-10hjf81, .framer-2U00a .framer-10hjf81 { display: block; }\",\".framer-2U00a.framer-rdwa23 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2U00a .framer-kywex4-container { flex: none; height: auto; position: relative; width: 498px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2U00a.framer-rdwa23 { gap: 0px; } .framer-2U00a.framer-rdwa23 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2U00a.framer-rdwa23 > :first-child { margin-left: 0px; } .framer-2U00a.framer-rdwa23 > :last-child { margin-right: 0px; } }\",\".framer-2U00a.framer-v-79p9ly .framer-kywex4-container, .framer-2U00a.framer-v-1ljct56 .framer-kywex4-container { width: 441px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 498\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"LWq7I6xOQ\":{\"layout\":[\"auto\",\"auto\"]},\"w6Q3UVpkK\":{\"layout\":[\"auto\",\"auto\"]},\"iDf0veCZ5\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSWSziZUPT=withCSS(Component,css,\"framer-2U00a\");export default FramerSWSziZUPT;FramerSWSziZUPT.displayName=\"copy\";FramerSWSziZUPT.defaultProps={height:36,width:498};addPropertyControls(FramerSWSziZUPT,{variant:{options:[\"MILXdg7c0\",\"LWq7I6xOQ\",\"w6Q3UVpkK\",\"iDf0veCZ5\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant small\",\"Variant small result\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSWSziZUPT,[{explicitInter:true,fonts:[{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Ouni7ciJh.woff2\",weight:\"500\"}]},...ClipboardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSWSziZUPT\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LWq7I6xOQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"w6Q3UVpkK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iDf0veCZ5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"498\",\"framerIntrinsicHeight\":\"36\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SWSziZUPT.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"k_Fmhg_f8\",\"ZcweVvBuw\",\"LMw9SdR6q\"];const serializationHash=\"framer-OCYjm\";const variantClassNames={k_Fmhg_f8:\"framer-v-1b8ywfi\",LMw9SdR6q:\"framer-v-hmxqki\",ZcweVvBuw:\"framer-v-ejvx43\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"LMw9SdR6q\",Desktop:\"k_Fmhg_f8\",Phone:\"ZcweVvBuw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"k_Fmhg_f8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"k_Fmhg_f8\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapad5ct5=activeVariantCallback(async(...args)=>{setVariant(\"LMw9SdR6q\");});const onTapewcj03=activeVariantCallback(async(...args)=>{setVariant(\"ZcweVvBuw\");});const onTap9l86cf=activeVariantCallback(async(...args)=>{setVariant(\"k_Fmhg_f8\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"ZcweVvBuw\",\"LMw9SdR6q\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1b8ywfi\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"k_Fmhg_f8\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.07)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(254, 247, 1)\",...style},variants:{LMw9SdR6q:{\"--border-bottom-width\":\"0px\"}},...addPropertyOverrides({LMw9SdR6q:{\"data-framer-name\":\"Phone Open\"},ZcweVvBuw:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ay6epw\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"Lsys1_9VW\",...addPropertyOverrides({LMw9SdR6q:{\"data-highlight\":true,onTap:onTapewcj03},ZcweVvBuw:{\"data-highlight\":true,onTap:onTapad5ct5}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14rxttb\",\"data-framer-name\":\"Logo and Name\",layoutDependency:layoutDependency,layoutId:\"FYHxCRCjP\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711.1111299491228,intrinsicWidth:711.1111299491228,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||64)-40-65)/2)+0+0),pixelHeight:1280,pixelWidth:1280,sizes:\"65px\",src:\"https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg 1280w\"},className:\"framer-bnp2fv\",\"data-framer-name\":\"Wolf-logo\",layoutDependency:layoutDependency,layoutId:\"c_E7f1Ead\",...addPropertyOverrides({LMw9SdR6q:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711.1111299491228,intrinsicWidth:711.1111299491228,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-.5+0),pixelHeight:1280,pixelWidth:1280,sizes:\"65px\",src:\"https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg 1280w\"}},ZcweVvBuw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711.1111299491228,intrinsicWidth:711.1111299491228,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-.5+0),pixelHeight:1280,pixelWidth:1280,sizes:\"65px\",src:\"https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UKxTG5ep9gsVhclPbk1064r1l1M.jpeg 1280w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"700\"},children:\"$WOLF\"})}),className:\"framer-ylfk9s\",effect:textEffect,fonts:[\"GF;Gluten-700\"],layoutDependency:layoutDependency,layoutId:\"xXlReXAhH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wx38ll\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"g1Yn0Ru81\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cjl67m\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"uXQxUZrmi\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{LMw9SdR6q:{backgroundColor:\"rgb(0, 0, 0)\",rotate:-45},ZcweVvBuw:{backgroundColor:\"rgb(0, 0, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hl8qz2\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"S_HkzD1UC\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{LMw9SdR6q:{backgroundColor:\"rgb(0, 0, 0)\",rotate:45},ZcweVvBuw:{backgroundColor:\"rgb(0, 0, 0)\"}}})]})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({LMw9SdR6q:{value:transition3},ZcweVvBuw:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tfyqpx\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"p_lm2Ligp\",style:{opacity:1},variants:{LMw9SdR6q:{opacity:1},ZcweVvBuw:{opacity:0}},children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":mXc1a1otJ\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"LJqzl4Jqn\",openInNewTab:false,scopeId:\"sX0V0VSNN\",smoothScroll:true,...addPropertyOverrides({LMw9SdR6q:{href:undefined},ZcweVvBuw:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h0ee0w framer-v6esaq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"LJqzl4Jqn\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{LMw9SdR6q:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(255, 255, 255, 0)\"},ZcweVvBuw:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({ZcweVvBuw:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"Home\"})}),className:\"framer-1147jrp\",fonts:[\"GF;Gluten-500\"],layoutDependency:layoutDependency,layoutId:\"g5GFhUuxz\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LMw9SdR6q:{verticalAlignment:\"center\"},ZcweVvBuw:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":yUgw77bef\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"PnJKt_9AB\",openInNewTab:false,scopeId:\"sX0V0VSNN\",smoothScroll:true,...addPropertyOverrides({LMw9SdR6q:{href:undefined},ZcweVvBuw:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10ilnoc framer-v6esaq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"PnJKt_9AB\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"About\"})}),className:\"framer-1r2xyf1\",fonts:[\"GF;Gluten-500\"],layoutDependency:layoutDependency,layoutId:\"zVTG0vkVb\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LMw9SdR6q:{verticalAlignment:\"center\"},ZcweVvBuw:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":tQ3CO1RdX\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"dplwHEjaB\",openInNewTab:false,scopeId:\"sX0V0VSNN\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bm97pu framer-v6esaq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"dplwHEjaB\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"Roadmap\"})}),className:\"framer-1rvf2in\",fonts:[\"GF;Gluten-500\"],layoutDependency:layoutDependency,layoutId:\"WYiSv1nQS\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":hZD87Ofs5\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"agTQdpYpq\",openInNewTab:false,scopeId:\"sX0V0VSNN\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bs9e7t framer-v6esaq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"agTQdpYpq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"Battlepass\"})}),className:\"framer-f0yeby\",fonts:[\"GF;Gluten-500\"],layoutDependency:layoutDependency,layoutId:\"ShI9HObL_\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":tbs4Miui0\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"XoK9zdI8y\",openInNewTab:false,scopeId:\"sX0V0VSNN\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zkvz0s framer-v6esaq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"XoK9zdI8y\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"Partners\"})}),className:\"framer-je9eg9\",fonts:[\"GF;Gluten-500\"],layoutDependency:layoutDependency,layoutId:\"AfrvknBR3\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":FBu21pYeP\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"AGFbv10U5\",openInNewTab:false,scopeId:\"sX0V0VSNN\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ko115a framer-v6esaq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AGFbv10U5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"FAQs\"})}),className:\"framer-1q30zwe\",\"data-highlight\":true,fonts:[\"GF;Gluten-500\"],layoutDependency:layoutDependency,layoutId:\"zcNF2IdSi\",onTap:onTap9l86cf,style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OCYjm.framer-v6esaq, .framer-OCYjm .framer-v6esaq { display: block; }\",\".framer-OCYjm.framer-1b8ywfi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 64px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1200px; }\",\".framer-OCYjm .framer-1ay6epw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-OCYjm .framer-14rxttb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-OCYjm .framer-bnp2fv { aspect-ratio: 1 / 1; flex: none; height: 65px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 65px); }\",\".framer-OCYjm .framer-ylfk9s { flex: none; height: 45px; position: relative; white-space: pre-wrap; width: 142px; word-break: break-word; word-wrap: break-word; }\",\".framer-OCYjm .framer-1wx38ll { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-OCYjm .framer-1cjl67m { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OCYjm .framer-1hl8qz2 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OCYjm .framer-tfyqpx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-OCYjm .framer-1h0ee0w, .framer-OCYjm .framer-10ilnoc, .framer-OCYjm .framer-bm97pu, .framer-OCYjm .framer-bs9e7t, .framer-OCYjm .framer-zkvz0s, .framer-OCYjm .framer-ko115a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-OCYjm .framer-1147jrp, .framer-OCYjm .framer-1r2xyf1, .framer-OCYjm .framer-1rvf2in, .framer-OCYjm .framer-f0yeby, .framer-OCYjm .framer-je9eg9 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-OCYjm .framer-1q30zwe { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OCYjm.framer-1b8ywfi, .framer-OCYjm .framer-1ay6epw, .framer-OCYjm .framer-14rxttb, .framer-OCYjm .framer-tfyqpx, .framer-OCYjm .framer-1h0ee0w, .framer-OCYjm .framer-10ilnoc, .framer-OCYjm .framer-bm97pu, .framer-OCYjm .framer-bs9e7t, .framer-OCYjm .framer-zkvz0s, .framer-OCYjm .framer-ko115a { gap: 0px; } .framer-OCYjm.framer-1b8ywfi > *, .framer-OCYjm .framer-1ay6epw > *, .framer-OCYjm .framer-14rxttb > *, .framer-OCYjm .framer-tfyqpx > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-OCYjm.framer-1b8ywfi > :first-child, .framer-OCYjm .framer-1ay6epw > :first-child, .framer-OCYjm .framer-14rxttb > :first-child, .framer-OCYjm .framer-tfyqpx > :first-child, .framer-OCYjm .framer-1h0ee0w > :first-child, .framer-OCYjm .framer-10ilnoc > :first-child, .framer-OCYjm .framer-bm97pu > :first-child, .framer-OCYjm .framer-bs9e7t > :first-child, .framer-OCYjm .framer-zkvz0s > :first-child, .framer-OCYjm .framer-ko115a > :first-child { margin-left: 0px; } .framer-OCYjm.framer-1b8ywfi > :last-child, .framer-OCYjm .framer-1ay6epw > :last-child, .framer-OCYjm .framer-14rxttb > :last-child, .framer-OCYjm .framer-tfyqpx > :last-child, .framer-OCYjm .framer-1h0ee0w > :last-child, .framer-OCYjm .framer-10ilnoc > :last-child, .framer-OCYjm .framer-bm97pu > :last-child, .framer-OCYjm .framer-bs9e7t > :last-child, .framer-OCYjm .framer-zkvz0s > :last-child, .framer-OCYjm .framer-ko115a > :last-child { margin-right: 0px; } .framer-OCYjm .framer-1h0ee0w > *, .framer-OCYjm .framer-10ilnoc > *, .framer-OCYjm .framer-bm97pu > *, .framer-OCYjm .framer-bs9e7t > *, .framer-OCYjm .framer-zkvz0s > *, .framer-OCYjm .framer-ko115a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-OCYjm.framer-v-ejvx43.framer-1b8ywfi { flex-direction: column; gap: 0px; overflow: hidden; padding: 0px; width: 390px; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-1ay6epw, .framer-OCYjm.framer-v-hmxqki .framer-1ay6epw { cursor: pointer; gap: unset; height: 64px; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-14rxttb, .framer-OCYjm.framer-v-hmxqki .framer-14rxttb { order: 0; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-1wx38ll, .framer-OCYjm.framer-v-hmxqki .framer-1wx38ll { height: 44px; order: 1; width: 44px; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-tfyqpx { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-1h0ee0w { gap: 15px; height: 56px; justify-content: flex-start; order: 0; overflow: hidden; width: 100%; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-10ilnoc { gap: 15px; height: 56px; justify-content: flex-start; order: 1; overflow: hidden; width: 100%; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-bm97pu, .framer-OCYjm.framer-v-hmxqki .framer-bm97pu { order: 2; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-bs9e7t, .framer-OCYjm.framer-v-hmxqki .framer-bs9e7t { order: 3; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-zkvz0s, .framer-OCYjm.framer-v-hmxqki .framer-zkvz0s { order: 4; }\",\".framer-OCYjm.framer-v-ejvx43 .framer-ko115a, .framer-OCYjm.framer-v-hmxqki .framer-ko115a { order: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OCYjm.framer-v-ejvx43.framer-1b8ywfi, .framer-OCYjm.framer-v-ejvx43 .framer-1ay6epw, .framer-OCYjm.framer-v-ejvx43 .framer-tfyqpx, .framer-OCYjm.framer-v-ejvx43 .framer-1h0ee0w, .framer-OCYjm.framer-v-ejvx43 .framer-10ilnoc { gap: 0px; } .framer-OCYjm.framer-v-ejvx43.framer-1b8ywfi > *, .framer-OCYjm.framer-v-ejvx43 .framer-tfyqpx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OCYjm.framer-v-ejvx43.framer-1b8ywfi > :first-child, .framer-OCYjm.framer-v-ejvx43 .framer-tfyqpx > :first-child { margin-top: 0px; } .framer-OCYjm.framer-v-ejvx43.framer-1b8ywfi > :last-child, .framer-OCYjm.framer-v-ejvx43 .framer-tfyqpx > :last-child { margin-bottom: 0px; } .framer-OCYjm.framer-v-ejvx43 .framer-1ay6epw > *, .framer-OCYjm.framer-v-ejvx43 .framer-1ay6epw > :first-child, .framer-OCYjm.framer-v-ejvx43 .framer-1ay6epw > :last-child { margin: 0px; } .framer-OCYjm.framer-v-ejvx43 .framer-1h0ee0w > *, .framer-OCYjm.framer-v-ejvx43 .framer-10ilnoc > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-OCYjm.framer-v-ejvx43 .framer-1h0ee0w > :first-child, .framer-OCYjm.framer-v-ejvx43 .framer-10ilnoc > :first-child { margin-left: 0px; } .framer-OCYjm.framer-v-ejvx43 .framer-1h0ee0w > :last-child, .framer-OCYjm.framer-v-ejvx43 .framer-10ilnoc > :last-child { margin-right: 0px; } }\",\".framer-OCYjm.framer-v-hmxqki.framer-1b8ywfi { flex-direction: column; gap: 0px; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 50px 0px; width: 390px; }\",\".framer-OCYjm.framer-v-hmxqki .framer-1cjl67m, .framer-OCYjm.framer-v-hmxqki .framer-1hl8qz2 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-OCYjm.framer-v-hmxqki .framer-tfyqpx { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 30px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-OCYjm.framer-v-hmxqki .framer-1h0ee0w { gap: 15px; justify-content: flex-start; order: 0; overflow: hidden; width: 100%; }\",\".framer-OCYjm.framer-v-hmxqki .framer-10ilnoc { gap: 15px; justify-content: flex-start; order: 1; overflow: hidden; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OCYjm.framer-v-hmxqki.framer-1b8ywfi, .framer-OCYjm.framer-v-hmxqki .framer-1ay6epw, .framer-OCYjm.framer-v-hmxqki .framer-tfyqpx, .framer-OCYjm.framer-v-hmxqki .framer-1h0ee0w, .framer-OCYjm.framer-v-hmxqki .framer-10ilnoc { gap: 0px; } .framer-OCYjm.framer-v-hmxqki.framer-1b8ywfi > *, .framer-OCYjm.framer-v-hmxqki .framer-tfyqpx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OCYjm.framer-v-hmxqki.framer-1b8ywfi > :first-child, .framer-OCYjm.framer-v-hmxqki .framer-tfyqpx > :first-child { margin-top: 0px; } .framer-OCYjm.framer-v-hmxqki.framer-1b8ywfi > :last-child, .framer-OCYjm.framer-v-hmxqki .framer-tfyqpx > :last-child { margin-bottom: 0px; } .framer-OCYjm.framer-v-hmxqki .framer-1ay6epw > *, .framer-OCYjm.framer-v-hmxqki .framer-1ay6epw > :first-child, .framer-OCYjm.framer-v-hmxqki .framer-1ay6epw > :last-child { margin: 0px; } .framer-OCYjm.framer-v-hmxqki .framer-1h0ee0w > *, .framer-OCYjm.framer-v-hmxqki .framer-10ilnoc > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-OCYjm.framer-v-hmxqki .framer-1h0ee0w > :first-child, .framer-OCYjm.framer-v-hmxqki .framer-10ilnoc > :first-child { margin-left: 0px; } .framer-OCYjm.framer-v-hmxqki .framer-1h0ee0w > :last-child, .framer-OCYjm.framer-v-hmxqki .framer-10ilnoc > :last-child { margin-right: 0px; } }\",'.framer-OCYjm[data-border=\"true\"]::after, .framer-OCYjm [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; }','.framer-OCYjm[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-OCYjm [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-OCYjm[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-OCYjm [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-OCYjm[data-hide-scrollbars=\"true\"], .framer-OCYjm [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZcweVvBuw\":{\"layout\":[\"fixed\",\"fixed\"]},\"LMw9SdR6q\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersX0V0VSNN=withCSS(Component,css,\"framer-OCYjm\");export default FramersX0V0VSNN;FramersX0V0VSNN.displayName=\"Navigation\";FramersX0V0VSNN.defaultProps={height:64,width:1200};addPropertyControls(FramersX0V0VSNN,{variant:{options:[\"k_Fmhg_f8\",\"ZcweVvBuw\",\"LMw9SdR6q\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersX0V0VSNN,[{explicitInter:true,fonts:[{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Ouni7ciJh.woff2\",weight:\"700\"},{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Ouni7ciJh.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersX0V0VSNN\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZcweVvBuw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LMw9SdR6q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sX0V0VSNN.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"mIS3Bkd7C\",\"zLAnBE3wT\"];const serializationHash=\"framer-nmR2i\";const variantClassNames={mIS3Bkd7C:\"framer-v-1of1qnd\",zLAnBE3wT:\"framer-v-13o1n6t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"mIS3Bkd7C\",Open:\"zLAnBE3wT\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,T8rQFvSBR:answer??props.T8rQFvSBR??\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"mIS3Bkd7C\",W88zB8mIG:question??props.W88zB8mIG??\"What is Framer?\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mIS3Bkd7C\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1u05w9t=activeVariantCallback(async(...args)=>{setVariant(\"zLAnBE3wT\");});const onTapnadwqk=activeVariantCallback(async(...args)=>{setVariant(\"mIS3Bkd7C\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1of1qnd\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"mIS3Bkd7C\",ref:refBinding,style:{...style},...addPropertyOverrides({zLAnBE3wT:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dy9g5q\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FBCGVmxsK\",onTap:onTap1u05w9t,...addPropertyOverrides({zLAnBE3wT:{onTap:onTapnadwqk}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18k84vx\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"e4tGI1FJx\",style:{opacity:.3,rotate:0},variants:{zLAnBE3wT:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-104ktnk\",layoutDependency:layoutDependency,layoutId:\"mLwsDN3n9\",style:{backgroundColor:\"rgb(254, 247, 1)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gtz7bo\",layoutDependency:layoutDependency,layoutId:\"OpI4l0Iyf\",style:{backgroundColor:\"rgb(254, 247, 1)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTYwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(254, 247, 1))\"},children:\"What is Framer?\"})}),className:\"framer-kiewpa\",fonts:[\"GF;Gluten-600\"],layoutDependency:layoutDependency,layoutId:\"Ez6s11ede\",style:{\"--extracted-a0htzi\":\"rgb(254, 247, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xhilw7\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"gMcNv2UM_\",style:{opacity:0},variants:{zLAnBE3wT:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1v4uf3g\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"RH2hA7m4M\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{zLAnBE3wT:{\"--extracted-r6o4lv\":\"rgb(217, 210, 15)\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zLAnBE3wT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTYwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(217, 210, 15))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),fonts:[\"GF;Gluten-600\"]}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nmR2i.framer-w8qcvo, .framer-nmR2i .framer-w8qcvo { display: block; }\",\".framer-nmR2i.framer-1of1qnd { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 64px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-nmR2i .framer-1dy9g5q { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-nmR2i .framer-18k84vx { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; }\",\".framer-nmR2i .framer-104ktnk { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-nmR2i .framer-gtz7bo { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-nmR2i .framer-kiewpa { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nmR2i .framer-xhilw7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 40px; position: relative; width: 100%; }\",\".framer-nmR2i .framer-1v4uf3g { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nmR2i.framer-1of1qnd, .framer-nmR2i .framer-1dy9g5q, .framer-nmR2i .framer-xhilw7 { gap: 0px; } .framer-nmR2i.framer-1of1qnd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nmR2i.framer-1of1qnd > :first-child, .framer-nmR2i .framer-xhilw7 > :first-child { margin-top: 0px; } .framer-nmR2i.framer-1of1qnd > :last-child, .framer-nmR2i .framer-xhilw7 > :last-child { margin-bottom: 0px; } .framer-nmR2i .framer-1dy9g5q > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-nmR2i .framer-1dy9g5q > :first-child { margin-left: 0px; } .framer-nmR2i .framer-1dy9g5q > :last-child { margin-right: 0px; } .framer-nmR2i .framer-xhilw7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-nmR2i.framer-v-13o1n6t.framer-1of1qnd { height: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zLAnBE3wT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzHoZrj6_3=withCSS(Component,css,\"framer-nmR2i\");export default FramerzHoZrj6_3;FramerzHoZrj6_3.displayName=\"Row\";FramerzHoZrj6_3.defaultProps={height:64,width:400};addPropertyControls(FramerzHoZrj6_3,{variant:{options:[\"mIS3Bkd7C\",\"zLAnBE3wT\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"What is Framer?\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerzHoZrj6_3,[{explicitInter:true,fonts:[{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Ouni7ciJh.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzHoZrj6_3\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zLAnBE3wT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"400\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zHoZrj6_3.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Row from\"https://framerusercontent.com/modules/CqoMQwM4W9A1FI3qbXdW/rN5yqEdeBfvwdiUazQgW/zHoZrj6_3.js\";const RowFonts=getFonts(Row);const serializationHash=\"framer-Zbp5h\";const variantClassNames={XckEWFS4e:\"framer-v-rvgfz3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"XckEWFS4e\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-rvgfz3\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"XckEWFS4e\",ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pq2qmf-container\",layoutDependency:layoutDependency,layoutId:\"TK1LZPwSi-container\",nodeId:\"TK1LZPwSi\",rendersWithMotion:true,scopeId:\"wj_Ij0P_X\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"TK1LZPwSi\",layoutId:\"TK1LZPwSi\",style:{width:\"100%\"},T8rQFvSBR:\"$WOLF is a decentralized ecosystem built for the people by the people. With real community engagement, a roadmap designed for long-term growth, and planned utility beyond the typical memecoin hype, $WOLF is here to change the game.\\n\\nWe are committed to making the crypto space safer for everyone by helping traders and investors avoid rugpulls and scams. Too many projects are designed to drain wallets instead of building real value. $WOLF is different. We are creating tools, securing key listings, and fostering a strong community that looks out for each other. This is the Wolfpack - strong, united, and ready to build.\",variant:\"mIS3Bkd7C\",W88zB8mIG:\"What is $WOLF?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qeylfh\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"o_O6PPNcs\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+65,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4rrr8x-container\",layoutDependency:layoutDependency,layoutId:\"JVD61x1q8-container\",nodeId:\"JVD61x1q8\",rendersWithMotion:true,scopeId:\"wj_Ij0P_X\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"JVD61x1q8\",layoutId:\"JVD61x1q8\",style:{width:\"100%\"},T8rQFvSBR:\"Download a Solana wallet - we recommend Phantom or Solflare. Acquire Solana (SOL) directly through the Phantom wallet, or send SOL from an exchange to your new wallet. Connect your wallet and convert SOL to $WOLF.\\nYour $WOLF tokens should now be in your wallet.\",variant:\"mIS3Bkd7C\",W88zB8mIG:\"How to buy?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w7spgl\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"nh_st49fw\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+130,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-23u43z-container\",layoutDependency:layoutDependency,layoutId:\"kJMulp7UH-container\",nodeId:\"kJMulp7UH\",rendersWithMotion:true,scopeId:\"wj_Ij0P_X\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"kJMulp7UH\",layoutId:\"kJMulp7UH\",style:{width:\"100%\"},T8rQFvSBR:\"Yes, $WOLF was launched with no insider allocations, no VC bags, and no pre-loaded wallets. It is a fair launch token built for the community. Everyone had the same opportunity to buy in from the start.\",variant:\"mIS3Bkd7C\",W88zB8mIG:\"Is $WOLF a fair launch?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eotjl7\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"nykpfx2VY\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+195,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dd679e-container\",layoutDependency:layoutDependency,layoutId:\"CBq0tUoIZ-container\",nodeId:\"CBq0tUoIZ\",rendersWithMotion:true,scopeId:\"wj_Ij0P_X\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"CBq0tUoIZ\",layoutId:\"CBq0tUoIZ\",style:{width:\"100%\"},T8rQFvSBR:\"$WOLF is not just another memecoin - it is a community-driven project focused on real engagement, transparency, and long-term growth. Unlike many projects that launch just to pump and dump, we are here to build, provide value, and make the crypto space safer for everyone.\",variant:\"mIS3Bkd7C\",W88zB8mIG:\"Why choose $WOLF?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tq6z2d\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"DJW05nwH2\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+260,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-celno0-container\",layoutDependency:layoutDependency,layoutId:\"KZnF54BP3-container\",nodeId:\"KZnF54BP3\",rendersWithMotion:true,scopeId:\"wj_Ij0P_X\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"KZnF54BP3\",layoutId:\"KZnF54BP3\",style:{width:\"100%\"},T8rQFvSBR:\"Join our Telegram group for real-time updates, follow us on social media, and check our website for the latest announcements.\",variant:\"mIS3Bkd7C\",W88zB8mIG:\"How to stay up-to-date?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zbp5h.framer-1etcdgf, .framer-Zbp5h .framer-1etcdgf { display: block; }\",\".framer-Zbp5h.framer-rvgfz3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Zbp5h .framer-pq2qmf-container, .framer-Zbp5h .framer-4rrr8x-container, .framer-Zbp5h .framer-23u43z-container, .framer-Zbp5h .framer-dd679e-container, .framer-Zbp5h .framer-celno0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Zbp5h .framer-1qeylfh, .framer-Zbp5h .framer-w7spgl, .framer-Zbp5h .framer-1eotjl7, .framer-Zbp5h .framer-tq6z2d { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zbp5h.framer-rvgfz3 { gap: 0px; } .framer-Zbp5h.framer-rvgfz3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Zbp5h.framer-rvgfz3 > :first-child { margin-top: 0px; } .framer-Zbp5h.framer-rvgfz3 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 324\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerwj_Ij0P_X=withCSS(Component,css,\"framer-Zbp5h\");export default Framerwj_Ij0P_X;Framerwj_Ij0P_X.displayName=\"Accordion\";Framerwj_Ij0P_X.defaultProps={height:324,width:1e3};addFonts(Framerwj_Ij0P_X,[{explicitInter:true,fonts:[]},...RowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerwj_Ij0P_X\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"324\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1000\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";function useWindowSize(){const isClient=typeof window===\"object\";function getSize(){return{width:isClient?window.innerWidth:1024,height:isClient?window.innerHeight:768};}const[windowSize,setWindowSize]=useState(getSize);useEffect(()=>{if(!isClient)return;function handleResize(){setWindowSize(getSize());}window.addEventListener(\"resize\",handleResize);return()=>window.removeEventListener(\"resize\",handleResize);},[isClient]);return windowSize;}export function BattlePassCarousel(props){// Listen to window resize events to detect mobile screen\nconst{width}=useWindowSize();const[windowWidth,setWindowWidth]=useState(width);const isMobile=windowWidth<800;useEffect(()=>{const handleResize=()=>setWindowWidth(width);window.addEventListener(\"resize\",handleResize);return()=>window.removeEventListener(\"resize\",handleResize);},[]);// Items array (with unique ids)\nconst items=[{id:1,title:\"300K MC\",image:\"https://i.postimg.cc/fbLKQngz/watch.jpg\"},{id:2,title:\"500K MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:3,title:\"1M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:4,title:\"1.5 MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:5,title:\"2M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:6,title:\"3M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:7,title:\"5M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:8,title:\"7M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:9,title:\"10M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:10,title:\"15M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:11,title:\"20M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:12,title:\"30M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:13,title:\"50M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:14,title:\"70M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:15,title:\"100M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:16,title:\"120M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:17,title:\"130M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:18,title:\"140M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:19,title:\"150M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:20,title:\"160M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:21,title:\"170M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:22,title:\"180M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:23,title:\"190M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"},{id:24,title:\"200M MC\",image:\"https://i.postimg.cc/7PtbK5pQ/questionmark-white.webp\"}];// Adjust visible item count based on screen size\nconst visibleCount=isMobile?2:4;const maxStartIndex=items.length-visibleCount;const[selectedIndex,setSelectedIndex]=useState(0);const[startIndex,setStartIndex]=useState(0);const handleNext=()=>setStartIndex(prev=>Math.min(prev+1,maxStartIndex));const handlePrev=()=>setStartIndex(prev=>Math.max(prev-1,0));const visibleItems=items.slice(startIndex,startIndex+visibleCount);return /*#__PURE__*/_jsxs(\"div\",{style:{...styles.container,width:isMobile?\"300px\":\"600px\"},...props,children:[/*#__PURE__*/_jsx(\"div\",{style:styles.previewContainer,children:/*#__PURE__*/_jsx(\"div\",{style:{...styles.previewImageWrapper,width:isMobile?\"200px\":\"400px\",height:isMobile?\"200px\":\"400px\"},children:/*#__PURE__*/_jsx(\"img\",{src:items[selectedIndex].image,alt:items[selectedIndex].title,style:{...styles.previewImage,borderRadius:isMobile?\"8px\":\"12px\"}})})}),/*#__PURE__*/_jsxs(\"div\",{style:styles.carouselContainer,children:[/*#__PURE__*/_jsx(\"button\",{style:{...styles.button,opacity:startIndex===0?.5:1,width:isMobile?\"30px\":\"40px\",height:isMobile?\"30px\":\"40px\",padding:isMobile?\"8px\":\"12px\",fontSize:isMobile?\"14px\":\"18px\"},onClick:handlePrev,disabled:startIndex===0,children:/*#__PURE__*/_jsx(\"svg\",{width:isMobile?\"30\":\"50\",height:isMobile?\"30\":\"50\",viewBox:\"0 0 50 50\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"polygon\",{points:\"10,25 40,10 40,40\",fill:\"white\"})})}),/*#__PURE__*/_jsx(\"div\",{style:styles.itemsWrapper,children:visibleItems.map((item,idx)=>{const realIndex=startIndex+idx;return /*#__PURE__*/_jsxs(\"div\",{style:{...styles.carouselItem,border:realIndex===selectedIndex?\"3px solid #000\":\"1px solid #000\",width:isMobile?\"80px\":\"80px\",height:isMobile?\"80px\":\"80px\"},onClick:()=>setSelectedIndex(realIndex),children:[/*#__PURE__*/_jsx(\"img\",{src:item.image,alt:item.title,style:styles.itemImage}),/*#__PURE__*/_jsx(\"div\",{style:styles.itemImageTxt,children:item.title})]},item.id);})}),/*#__PURE__*/_jsx(\"button\",{style:{...styles.button,opacity:startIndex===maxStartIndex?.5:1,width:isMobile?\"30px\":\"40px\",height:isMobile?\"30px\":\"40px\",padding:isMobile?\"8px\":\"12px\",fontSize:isMobile?\"14px\":\"18px\"},onClick:handleNext,disabled:startIndex===maxStartIndex,children:/*#__PURE__*/_jsx(\"svg\",{width:isMobile?\"30\":\"50\",height:isMobile?\"30\":\"50\",viewBox:\"0 0 50 50\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"polygon\",{points:\"40,25 10,10 10,40\",fill:\"white\"})})})]})]});}const styles={container:{margin:\"auto\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",fontFamily:\"sans-serif\",backgroundColor:\"transparent\"},previewContainer:{marginBottom:\"20px\",textAlign:\"center\",justifyItems:\"center\"},previewImageWrapper:{position:\"relative\"},previewImage:{width:\"100%\",height:\"100%\",objectFit:\"cover\"},carouselContainer:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",gap:\"20px\"},itemsWrapper:{display:\"flex\",gap:\"20px\"},carouselItem:{cursor:\"pointer\",borderRadius:\"8px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"transform 0.3s\",position:\"relative\"},itemImage:{width:\"100%\",height:\"100%\",objectFit:\"cover\",borderRadius:\"6px\"},itemImageTxt:{fontFamily:\"Gluten\",fontWeight:\"bold\",fontSize:\"16px\",color:\"black\",position:\"absolute\",bottom:\"-25px\",whiteSpace:\"nowrap\"},button:{cursor:\"pointer\",backgroundColor:\"black\",color:\"white\",border:\"none\",borderRadius:\"50%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"}};export default BattlePassCarousel;\nexport const __FramerMetadata__ = {\"exports\":{\"BattlePassCarousel\":{\"type\":\"reactComponent\",\"name\":\"BattlePassCarousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"BattlePassCarousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BattlePassCarousel.map", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Gluten-700\",\"GF;Gluten-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Ouni7ciJh.woff2\",weight:\"700\"},{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Ouni7ciJh.woff2\",weight:\"900\"}]}];export const css=['.framer-nW29d .framer-styles-preset-nm80lz:not(.rich-text-wrapper), .framer-nW29d .framer-styles-preset-nm80lz.rich-text-wrapper h1 { --framer-font-family: \"Gluten\", sans-serif; --framer-font-family-bold: \"Gluten\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: -3.8px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, #001122); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-nW29d .framer-styles-preset-nm80lz:not(.rich-text-wrapper), .framer-nW29d .framer-styles-preset-nm80lz.rich-text-wrapper h1 { --framer-font-family: \"Gluten\", sans-serif; --framer-font-family-bold: \"Gluten\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 62px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: -3.8px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, #001122); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-nW29d .framer-styles-preset-nm80lz:not(.rich-text-wrapper), .framer-nW29d .framer-styles-preset-nm80lz.rich-text-wrapper h1 { --framer-font-family: \"Gluten\", sans-serif; --framer-font-family-bold: \"Gluten\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: -2.2px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, #001122); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-nW29d\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import Copy from\"#framer/local/canvasComponent/SWSziZUPT/SWSziZUPT.js\";import Navigation from\"#framer/local/canvasComponent/sX0V0VSNN/sX0V0VSNN.js\";import Accordion from\"#framer/local/canvasComponent/wj_Ij0P_X/wj_Ij0P_X.js\";import{BattlePassCarousel}from\"#framer/local/codeFile/YAz99sG/BattlePassCarousel.js\";import*as sharedStyle from\"#framer/local/css/iaBy7WzBo/iaBy7WzBo.js\";import metadataProvider from\"#framer/local/webPageMetadata/cDalPS9e6/cDalPS9e6.js\";const NavigationFonts=getFonts(Navigation);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const CopyFonts=getFonts(Copy);const HeroFonts=getFonts(Hero);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const BattlePassCarouselFonts=getFonts(BattlePassCarousel);const AccordionFonts=getFonts(Accordion);const ContainerWithFX=withFX(Container);const breakpoints={dQ833Rz77:\"(min-width: 810px) and (max-width: 1199px)\",r3RAmMFDh:\"(max-width: 809px)\",Uvr7Ux9_a:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-v2Eo2\";const variantClassNames={dQ833Rz77:\"framer-v-1evj1nu\",r3RAmMFDh:\"framer-v-37lo75\",Uvr7Ux9_a:\"framer-v-1ci69m3\"};const transition1={damping:30,delay:0,mass:1,stiffness:100,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition2={damping:30,delay:.2,mass:1,stiffness:100,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation3={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const animation4={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition5={bounce:.3,delay:0,duration:.8,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition6={damping:80,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:100};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition7={damping:80,delay:.15,mass:1,stiffness:400,type:\"spring\"};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:100};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Uvr7Ux9_a\",Phone:\"r3RAmMFDh\",Tablet:\"dQ833Rz77\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Uvr7Ux9_a\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"mXc1a1otJ\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"yUgw77bef\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"tQ3CO1RdX\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"hZD87Ofs5\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"tbs4Miui0\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"FBu21pYeP\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Uvr7Ux9_a\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ci69m3\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-sd5x1-container\",nodeId:\"BwKZW7YMm\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{variant:\"ZcweVvBuw\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"BwKZW7YMm\",layoutId:\"BwKZW7YMm\",style:{width:\"100%\"},variant:\"k_Fmhg_f8\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1g87fn5\",\"data-framer-name\":\"Header\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-nm80lz\",\"data-styles-preset\":\"iaBy7WzBo\",style:{\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"$WOLF\"})}),className:\"framer-g6z7iy\",\"data-framer-appear-id\":\"g6z7iy\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dQ833Rz77:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711.1111299491228,intrinsicWidth:711.1111299491228,pixelHeight:1280,pixelWidth:1280,sizes:\"812px\",src:\"https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp 1280w\"}},r3RAmMFDh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711.1111299491228,intrinsicWidth:711.1111299491228,pixelHeight:1280,pixelWidth:1280,sizes:\"388px\",src:\"https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:711.1111299491228,intrinsicWidth:711.1111299491228,pixelHeight:1280,pixelWidth:1280,sizes:\"895px\",src:\"https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3PqOTU0VkOPhJOpgpBqv2tJeubQ.webp 1280w\"},className:\"framer-flhzpk\",\"data-framer-name\":\"Wolf-art-2\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oglbj2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vhxc5o\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v05ceq\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-127x4ci\",\"data-framer-appear-id\":\"127x4ci\",\"data-framer-name\":\"Socials\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j02e92\",whileHover:animation3,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@wolf_on_sol\",motionChild:true,nodeId:\"hptY_FxeN\",openInNewTab:true,scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1t6ovif framer-wincwp\",\"data-framer-name\":\"Tiktok\",fill:\"rgb(255, 247, 0)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kuexf\",whileHover:animation3,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.reddit.com/r/wolfsol/\",motionChild:true,nodeId:\"jNTY_fM4f\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-qjlmjl framer-wincwp\",\"data-framer-name\":\"Reddit\",fill:\"rgb(255, 247, 0)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12c0 3.314 1.343 6.314 3.515 8.485l-2.286 2.286A.72.72 0 0 0 1.738 24H12c6.627 0 12-5.373 12-12S18.627 0 12 0Zm4.388 3.199a1.999 1.999 0 1 1-1.947 2.46v.002a2.368 2.368 0 0 0-2.032 2.341v.007c1.776.067 3.4.567 4.686 1.363a2.802 2.802 0 1 1 2.908 4.753c-.088 3.256-3.637 5.876-7.997 5.876-4.361 0-7.905-2.617-7.998-5.87a2.8 2.8 0 0 1 1.189-5.34c.645 0 1.239.218 1.712.585 1.275-.79 2.881-1.291 4.64-1.365v-.01a3.229 3.229 0 0 1 2.88-3.207 2 2 0 0 1 1.959-1.595Zm-8.085 8.376c-.784 0-1.459.78-1.506 1.797-.047 1.016.64 1.429 1.426 1.429.786 0 1.371-.369 1.418-1.385.047-1.017-.553-1.841-1.338-1.841Zm7.406 0c-.786 0-1.385.824-1.338 1.841.047 1.017.634 1.385 1.418 1.385.785 0 1.473-.413 1.426-1.429-.046-1.017-.721-1.797-1.506-1.797Zm-3.703 4.013c-.974 0-1.907.048-2.77.135a.222.222 0 0 0-.183.305 3.199 3.199 0 0 0 2.953 1.964 3.2 3.2 0 0 0 2.953-1.964.222.222 0 0 0-.184-.305 27.75 27.75 0 0 0-2.769-.135Z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ufpk3s\",whileHover:animation3,children:/*#__PURE__*/_jsx(Link,{href:\"https://t.me/wolf_on_sol\",motionChild:true,nodeId:\"EQ0XwnqKR\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-lolcsy framer-wincwp\",\"data-framer-name\":\"Telegram\",fill:\"rgb(255, 247, 0)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nq6ayw\",whileHover:animation3,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/wolf_on_sol\",motionChild:true,nodeId:\"ZVZVxFATW\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1olutpb framer-wincwp\",\"data-framer-name\":\"Instagram\",fill:\"rgb(255, 247, 0)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.03.084c-1.277.06-2.149.264-2.91.563a5.874 5.874 0 0 0-2.124 1.388 5.878 5.878 0 0 0-1.38 2.127C.321 4.926.12 5.8.064 7.076.008 8.354-.005 8.764.001 12.023c.007 3.259.021 3.667.083 4.947.061 1.277.264 2.149.563 2.911.308.789.72 1.457 1.388 2.123a5.872 5.872 0 0 0 2.129 1.38c.763.295 1.636.496 2.913.552 1.278.056 1.689.069 4.947.063 3.257-.007 3.668-.021 4.947-.082 1.28-.06 2.147-.265 2.91-.563a5.881 5.881 0 0 0 2.123-1.388 5.881 5.881 0 0 0 1.38-2.129c.295-.763.496-1.636.551-2.912.056-1.28.07-1.69.063-4.948-.006-3.258-.02-3.667-.081-4.947-.06-1.28-.264-2.148-.564-2.911a5.892 5.892 0 0 0-1.387-2.123 5.857 5.857 0 0 0-2.128-1.38c-.764-.294-1.636-.496-2.914-.55C15.647.009 15.236-.006 11.977 0 8.718.008 8.31.021 7.03.084m.14 21.693c-1.17-.05-1.805-.245-2.228-.408a3.736 3.736 0 0 1-1.382-.895 3.695 3.695 0 0 1-.9-1.378c-.165-.423-.363-1.058-.417-2.228-.06-1.264-.072-1.644-.08-4.848-.006-3.204.006-3.583.061-4.848.05-1.169.246-1.805.408-2.228.216-.561.477-.96.895-1.382a3.705 3.705 0 0 1 1.379-.9c.423-.165 1.057-.361 2.227-.417 1.265-.06 1.644-.072 4.848-.08 3.203-.006 3.583.006 4.85.062 1.168.05 1.804.244 2.227.408.56.216.96.475 1.382.895.421.42.681.817.9 1.378.165.422.362 1.056.417 2.227.06 1.265.074 1.645.08 4.848.005 3.203-.006 3.583-.061 4.848-.051 1.17-.245 1.805-.408 2.23-.216.56-.477.96-.896 1.38a3.705 3.705 0 0 1-1.378.9c-.422.165-1.058.362-2.226.418-1.266.06-1.645.072-4.85.079-3.204.007-3.582-.006-4.848-.06m9.783-16.192a1.44 1.44 0 1 0 1.437-1.442 1.44 1.44 0 0 0-1.437 1.442M5.839 12.012a6.161 6.161 0 1 0 12.323-.024 6.162 6.162 0 0 0-12.323.024M8 12.008A4 4 0 1 1 12.008 16 4 4 0 0 1 8 12.008\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iv4ocp\",whileHover:animation3,children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/wolf_on_sol\",motionChild:true,nodeId:\"dyoVwJakU\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-476fz9 framer-wincwp\",\"data-framer-name\":\"X\",fill:\"rgb(255, 247, 0)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"/></svg>',withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/tokens/BTr5SwWSKPBrdUzboi2SVr1QvSjmh1caCYUkxsxLpump\",motionChild:true,nodeId:\"Hw8yjiNMG\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zg5gol framer-wincwp\",\"data-framer-name\":\"Button\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTYwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\"},children:\"Buy Now!\"})}),className:\"framer-1eb8xwl\",fonts:[\"GF;Gluten-600\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uau981\",whileHover:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dQ833Rz77:{width:`calc(${componentViewport?.width||\"100vw\"} - 100px)`},r3RAmMFDh:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lpr03c-container\",nodeId:\"qMKoouUSH\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{variant:\"w6Q3UVpkK\"}},children:/*#__PURE__*/_jsx(Copy,{height:\"100%\",id:\"qMKoouUSH\",layoutId:\"qMKoouUSH\",style:{width:\"100%\"},variant:\"MILXdg7c0\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1su4tz2\",\"data-framer-name\":\"About\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14zq1bz\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dt3r27\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dQ833Rz77:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.8px\",\"--framer-text-alignment\":\"left\"},children:\"About\"})})},r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-text-alignment\":\"center\"},children:\"About\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\"},children:\"About\"})}),className:\"framer-6i41wg\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[\"WOLF is here to bring the Wolf of Wall Street into crypto as the hero we need. We help and protect the community from scams and rugpulls. \",/*#__PURE__*/_jsx(\"br\",{}),\"$WOLF is a FAIR-LAUNCH token, which means EVERYONE matters! This isn't just for the whales, it\u2019s built and forged by the community!\"]})}),className:\"framer-10v72x9\",fonts:[\"GF;Gluten-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14mxgol\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gmci4f\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"MINT & FREEZE REVOKED\"})}),className:\"framer-1vq4q3x\",\"data-framer-appear-id\":\"1vq4q3x\",fonts:[\"GF;Gluten-regular\"],initial:animation9,optimized:true,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xy4bak-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qqXASTnX_\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(254, 247, 1)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"qqXASTnX_\",layoutId:\"qqXASTnX_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13uhht8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ctlt1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GLXYz5_1Q\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(254, 247, 1)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"GLXYz5_1Q\",layoutId:\"GLXYz5_1Q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"LIQUIDITY Locked\"})}),className:\"framer-fxibwd\",\"data-framer-appear-id\":\"fxibwd\",fonts:[\"GF;Gluten-regular\"],initial:animation9,optimized:true,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cyl1ib\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qnr6eg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"g_m3B6Jtv\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(254, 247, 1)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Star\",id:\"g_m3B6Jtv\",layoutId:\"g_m3B6Jtv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dQ833Rz77:{transformTemplate:transformTemplate1},r3RAmMFDh:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"0% TAX\"})}),className:\"framer-m1pc5r\",\"data-framer-appear-id\":\"m1pc5r\",fonts:[\"GF;Gluten-regular\"],initial:animation9,optimized:true,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-262twp\",whileHover:animation4,children:/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/tokens/BTr5SwWSKPBrdUzboi2SVr1QvSjmh1caCYUkxsxLpump\",motionChild:true,nodeId:\"W5KyE1fEW\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1b8kmyy framer-wincwp\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Buy Now!\"})}),className:\"framer-33m8de\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dQ833Rz77:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:1024,pixelWidth:1024,sizes:\"392px\",src:\"https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png 1024w\"}},r3RAmMFDh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:1024,pixelWidth:1024,sizes:\"394px\",src:\"https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:1024,pixelWidth:1024,sizes:\"523px\",src:\"https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/7RdsWcD7wlaUIhtHcz1ndRLdrk.png 1024w\"},className:\"framer-1l4tpvp\",\"data-framer-name\":\"Whale\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tzg4e3\",\"data-framer-name\":\"Roadmap\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"ROADMAP\"})}),className:\"framer-em1ro8\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kndsxt\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cok4vh\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:809,pixelWidth:1077,sizes:`min(1000px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg 1077w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:809,pixelWidth:1077,sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/idYTSELGuyDzQQTYavcVXEY.jpg 1077w\"},className:\"framer-1ml307\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jb5axz\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.43px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 1: Launch & Exposure\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.43px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 1: Launch & Exposure\"})}),className:\"framer-16njfj5\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h2\",{children:\"Fair launch with no presale\"})})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Listings on \",/*#__PURE__*/_jsx(\"strong\",{children:\"Gecko Terminal, LEWK, Coin Discovery, Coin Hunt, and more\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Community growth through \",/*#__PURE__*/_jsx(\"strong\",{children:\"social media, AMAs, and incentives\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Securing \",/*#__PURE__*/_jsx(\"strong\",{children:\"partnerships and collaborations\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Reaching \",/*#__PURE__*/_jsx(\"strong\",{children:\"500+ members in the Telegram\"})]})})]})]}),className:\"framer-1n1q1kd\",fonts:[\"GF;Gluten-500\",\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rh1d9f\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tsp100\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 2: Engagement & Rewards\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 2: Engagement & Rewards\"})}),className:\"framer-1v099jl\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Launching \",/*#__PURE__*/_jsx(\"strong\",{children:\"The Wolf List\"}),\", a community-driven whitelist for trusted memecoins\"]})})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Scaling community engagement with \",/*#__PURE__*/_jsx(\"strong\",{children:\"contests and marketing campaigns\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Introducing \",/*#__PURE__*/_jsx(\"strong\",{children:\"The Giveaway Roadmap\"}),\" (market cap/holder-based physical & airdrop rewards)\"]})})]})]}),className:\"framer-189u1w2\",fonts:[\"GF;Gluten-500\",\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:788,pixelWidth:940,positionX:\"center\",positionY:\"center\",sizes:`min(1000px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/DpEET4WXmPRMN9BKfG1JDeDG6g.jpg\",srcSet:\"https://framerusercontent.com/images/DpEET4WXmPRMN9BKfG1JDeDG6g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DpEET4WXmPRMN9BKfG1JDeDG6g.jpg 940w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:788,pixelWidth:940,positionX:\"center\",positionY:\"center\",sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/DpEET4WXmPRMN9BKfG1JDeDG6g.jpg\",srcSet:\"https://framerusercontent.com/images/DpEET4WXmPRMN9BKfG1JDeDG6g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DpEET4WXmPRMN9BKfG1JDeDG6g.jpg 940w\"},className:\"framer-ln4g4s\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4tlxr0\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:846,pixelWidth:1079,positionX:\"center\",positionY:\"top\",sizes:`min(1000px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg 1079w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:846,pixelWidth:1079,positionX:\"center\",positionY:\"top\",sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BmEMR8IsvWwDcdXMOK4wvLivSg.jpg 1079w\"},className:\"framer-1hm517v\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b0pmvh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.43px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 3: Growth & Listings\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.43px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 3: Growth & Listings\"})}),className:\"framer-nrjbwd\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Securing \",/*#__PURE__*/_jsx(\"strong\",{children:\"Tier 3 exchange listings\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Expanding the ecosystem with \",/*#__PURE__*/_jsx(\"strong\",{children:\"staking, liquidity pool incentives, and more\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Addtional utilities \"})})]})}),className:\"framer-1mpbd00\",fonts:[\"GF;Gluten-500\",\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wew50l\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14kzes\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 4: Expansion & Scale\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Phase 4: Expansion & Scale\"})}),className:\"framer-1two5p6\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Launching \",/*#__PURE__*/_jsx(\"strong\",{children:\"official $WOLF merch\"}),\" to grow brand recognition\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"NFT-like art collection mixed with our merch to create something truly unique\"})})]}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Targeting \",/*#__PURE__*/_jsx(\"strong\",{children:\"top-tier exchanges (Binance, KuCoin, Bybit, etc.)\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Scaling \",/*#__PURE__*/_jsx(\"strong\",{children:\"marketing and outreach efforts\"}),\" for mass adoption\"]})})]})]}),className:\"framer-1utxeit\",fonts:[\"GF;Gluten-500\",\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1280,pixelWidth:1280,positionX:\"center\",positionY:\"top\",sizes:`min(1000px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1280,pixelWidth:1280,positionX:\"center\",positionY:\"top\",sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ds2nWCvHlBDyjrZCL9c286RPyLw.webp 1280w\"},className:\"framer-1fqh86i\",\"data-framer-name\":\"Image\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lffy9g\",\"data-framer-name\":\"Giveaway\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h1213s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\"},children:\"WOLF BATTLEPASS\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\"},children:\"WOLF BATTLEPASS\"})}),className:\"framer-1whyuri\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"Welcome to the WOLF BATTLEPASS. Its our giveaway reward system for those loyal to WOLF.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"At every market cap goal a prize is up for grabs. What kind of prizes are we talking about? physical items, holidays, cash, and so on!\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"The true winners hodl (hold a coin without selling), and what better way to get rewarded for your hodl'ng skills than by a chance at a physical reward?!?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"Want to know the kicker? As WOLFs market cap increases, so do the value of the prizes! Lambo anyone?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"For those not wanting a physical prize, no problem - we will airdrop instead!\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"If a winner does not come forward to claim the prize, another winner will be picked at random until the prize is given away.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"How to increase your chances of winning? Buy more $WOLF. The more $WOLF you hold the higher your chances of getting picked as a winner!\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\"},children:\"Below you can see the first item is revealed, its a smart watch worth approx. $300! The next items wont be revealed until we've actually crossed that market cap. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTUwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"Its time to get on board and lets make this one hell of a journey to remember.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),\"Items may not be exactly as pictured below due to winners preferences etc. \"]})]}),className:\"framer-qteyxz\",fonts:[\"GF;Gluten-500\",\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ohbz9e\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-y9y7q6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cxzb5b-container\",isAuthoredByUser:true,nodeId:\"JM43EtnxL\",scopeId:\"cDalPS9e6\",children:/*#__PURE__*/_jsx(BattlePassCarousel,{height:\"100%\",id:\"JM43EtnxL\",layoutId:\"JM43EtnxL\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-383ed0\",\"data-framer-name\":\"Partners\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Partners\"})}),className:\"framer-1q5mjt8\",fonts:[\"GF;Gluten-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation12,className:\"framer-1nc1w03\",\"data-framer-appear-id\":\"1nc1w03\",initial:animation13,optimized:true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:2306,pixelWidth:2306,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/TLekuj89bmYgszW8ebwsXNaq6U.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/TLekuj89bmYgszW8ebwsXNaq6U.png?scale-down-to=512 512w,https://framerusercontent.com/images/TLekuj89bmYgszW8ebwsXNaq6U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TLekuj89bmYgszW8ebwsXNaq6U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TLekuj89bmYgszW8ebwsXNaq6U.png 2306w\"},className:\"framer-1g0hv6v\",\"data-framer-name\":\"Raydium\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:28,pixelWidth:36,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dWew5sp25bbABGWUXzJSdp8S5o.svg\"},className:\"framer-p6v501\",\"data-framer-name\":\"Photon\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:48,pixelWidth:48,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YCZAqWMY8ekZvgxcQxjFNBJ1vY.webp\"},className:\"framer-tz5t4y\",\"data-framer-name\":\"Jupiter\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ritt3i\",\"data-framer-name\":\"FAQ\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dQ833Rz77:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\"},children:\"FAQ\"})})},r3RAmMFDh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\"},children:\"FAQ\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLTcwMA==\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\"},children:\"FAQ\"})}),className:\"framer-176u83\",fonts:[\"GF;Gluten-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h8www1\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:324,width:`max(min(1000px, ${componentViewport?.width||\"100vw\"}), 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11rdpxh-container\",nodeId:\"dLhqPF1dZ\",rendersWithMotion:true,scopeId:\"cDalPS9e6\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"dLhqPF1dZ\",layoutId:\"dLhqPF1dZ\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lef2to\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nvmqpo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xn4kqm\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":mXc1a1otJ\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"NcZEXWK45\",openInNewTab:false,scopeId:\"cDalPS9e6\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pykodj framer-wincwp\",\"data-framer-name\":\"Inline Link\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Home\"})}),className:\"framer-1j7o7vg\",fonts:[\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":yUgw77bef\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"qp2PvS_0I\",openInNewTab:false,scopeId:\"cDalPS9e6\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zw32mf framer-wincwp\",\"data-framer-name\":\"Inline Link\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"About\"})}),className:\"framer-1fcun6m\",fonts:[\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":tQ3CO1RdX\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"dueMd1uEd\",openInNewTab:false,scopeId:\"cDalPS9e6\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12xebn7 framer-wincwp\",\"data-framer-name\":\"Inline Link\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Roadmap\"})}),className:\"framer-ctsaa1\",fonts:[\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":hZD87Ofs5\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"DkjnVL38D\",openInNewTab:false,scopeId:\"cDalPS9e6\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-auowgm framer-wincwp\",\"data-framer-name\":\"Inline Link\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Battlepass\"})}),className:\"framer-110ieh2\",fonts:[\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":tbs4Miui0\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"GWTeOIwz1\",openInNewTab:false,scopeId:\"cDalPS9e6\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jvaiu4 framer-wincwp\",\"data-framer-name\":\"Inline Link\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"Partners\"})}),className:\"framer-115nazb\",fonts:[\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":FBu21pYeP\",webPageId:\"cDalPS9e6\"},motionChild:true,nodeId:\"gQUucWo_P\",openInNewTab:false,scopeId:\"cDalPS9e6\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ipwmk6 framer-wincwp\",\"data-framer-name\":\"Inline Link\",whileHover:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2x1dGVuLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gluten\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"FAQs\"})}),className:\"framer-a12jl6\",fonts:[\"GF;Gluten-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(254, 247, 1)\"},children:\"\\xa9 Wolf - All Rights Reserved.\"})}),className:\"framer-12tq6x2\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v2Eo2.framer-wincwp, .framer-v2Eo2 .framer-wincwp { display: block; }\",\".framer-v2Eo2.framer-1ci69m3 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-v2Eo2 .framer-sd5x1-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-1g87fn5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-g6z7iy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-flhzpk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 895px); overflow: visible; position: relative; width: 895px; }\",\".framer-v2Eo2 .framer-oglbj2, .framer-v2Eo2 .framer-1ohbz9e { 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-v2Eo2 .framer-vhxc5o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-1v05ceq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-127x4ci { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 380px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-1j02e92, .framer-v2Eo2 .framer-1kuexf, .framer-v2Eo2 .framer-ufpk3s, .framer-v2Eo2 .framer-nq6ayw, .framer-v2Eo2 .framer-iv4ocp { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-1t6ovif, .framer-v2Eo2 .framer-qjlmjl, .framer-v2Eo2 .framer-lolcsy, .framer-v2Eo2 .framer-1olutpb, .framer-v2Eo2 .framer-476fz9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-v2Eo2 .framer-zg5gol { align-content: center; align-items: center; background-color: #fff700; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-1eb8xwl, .framer-v2Eo2 .framer-33m8de { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-v2Eo2 .framer-uau981 { flex: none; height: 37px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-lpr03c-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 49%; transform: translateY(-50%); }\",\".framer-v2Eo2 .framer-1su4tz2 { align-content: center; align-items: center; background-color: #fef701; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-14zq1bz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-v2Eo2 .framer-dt3r27 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 604px; }\",\".framer-v2Eo2 .framer-6i41wg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-10v72x9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-14mxgol { 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; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-v2Eo2 .framer-1gmci4f { background-color: #1c1c1c; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 30px; overflow: hidden; position: relative; width: 270px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v2Eo2 .framer-1vq4q3x { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 54%; overflow: visible; position: absolute; top: 53%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 236px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-1xy4bak-container { flex: none; height: 17px; left: 2px; position: absolute; top: calc(50.00000000000002% - 17px / 2); width: 24px; }\",\".framer-v2Eo2 .framer-13uhht8 { background-color: #1c1c1c; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 30px; overflow: hidden; position: relative; width: 203px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v2Eo2 .framer-5ctlt1-container, .framer-v2Eo2 .framer-1qnr6eg-container { flex: none; height: 17px; left: 0px; position: absolute; top: calc(50.00000000000002% - 17px / 2); width: 24px; }\",\".framer-v2Eo2 .framer-fxibwd { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 54%; overflow: visible; position: absolute; top: 53%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 169px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-1cyl1ib { background-color: #1c1c1c; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 30px; overflow: hidden; position: relative; width: 107px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v2Eo2 .framer-m1pc5r { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 25px; overflow: visible; position: absolute; top: 53%; transform: translateY(-50%); white-space: pre-wrap; width: 73px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-262twp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-1b8kmyy { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: 1px; }\",\".framer-v2Eo2 .framer-1l4tpvp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 523px); overflow: visible; position: relative; width: 523px; }\",\".framer-v2Eo2 .framer-1tzg4e3 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-em1ro8, .framer-v2Eo2 .framer-1whyuri { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-v2Eo2 .framer-kndsxt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 1000px; }\",\".framer-v2Eo2 .framer-cok4vh, .framer-v2Eo2 .framer-1rh1d9f, .framer-v2Eo2 .framer-4tlxr0, .framer-v2Eo2 .framer-1wew50l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-1ml307, .framer-v2Eo2 .framer-1fqh86i { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 356px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v2Eo2 .framer-1jb5axz, .framer-v2Eo2 .framer-1tsp100, .framer-v2Eo2 .framer-1b0pmvh, .framer-v2Eo2 .framer-14kzes { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-v2Eo2 .framer-16njfj5, .framer-v2Eo2 .framer-1v099jl, .framer-v2Eo2 .framer-nrjbwd, .framer-v2Eo2 .framer-1two5p6, .framer-v2Eo2 .framer-1q5mjt8, .framer-v2Eo2 .framer-176u83 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-v2Eo2 .framer-1n1q1kd, .framer-v2Eo2 .framer-1mpbd00 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 474px; word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-189u1w2, .framer-v2Eo2 .framer-1utxeit { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 475px; word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-ln4g4s, .framer-v2Eo2 .framer-1hm517v { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 357px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v2Eo2 .framer-lffy9g { align-content: center; align-items: center; background-color: #fef701; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-h1213s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-qteyxz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 748px; word-break: break-word; word-wrap: break-word; }\",\".framer-v2Eo2 .framer-y9y7q6 { flex: none; height: 559px; overflow: hidden; position: relative; width: 962px; }\",\".framer-v2Eo2 .framer-cxzb5b-container { flex: none; height: 558px; left: 0px; position: absolute; right: 0px; top: calc(49.910554561717376% - 558px / 2); }\",\".framer-v2Eo2 .framer-383ed0 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-1nc1w03 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 60px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-1g0hv6v, .framer-v2Eo2 .framer-p6v501, .framer-v2Eo2 .framer-tz5t4y { aspect-ratio: 2.9565217391304346 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); overflow: hidden; position: relative; width: 136px; }\",\".framer-v2Eo2 .framer-ritt3i { align-content: center; align-items: center; background-color: #fef701; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-1h8www1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-v2Eo2 .framer-11rdpxh-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-v2Eo2 .framer-1lef2to { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-v2Eo2 .framer-1nvmqpo { align-content: center; align-items: center; background-color: #000000; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: visible; padding: 50px; position: relative; width: 1px; }\",\".framer-v2Eo2 .framer-xn4kqm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-v2Eo2 .framer-pykodj, .framer-v2Eo2 .framer-zw32mf, .framer-v2Eo2 .framer-12xebn7, .framer-v2Eo2 .framer-auowgm, .framer-v2Eo2 .framer-jvaiu4, .framer-v2Eo2 .framer-1ipwmk6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v2Eo2 .framer-1j7o7vg, .framer-v2Eo2 .framer-1fcun6m, .framer-v2Eo2 .framer-ctsaa1, .framer-v2Eo2 .framer-110ieh2, .framer-v2Eo2 .framer-115nazb, .framer-v2Eo2 .framer-a12jl6 { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-v2Eo2 .framer-12tq6x2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-v2Eo2.framer-1ci69m3, .framer-v2Eo2 .framer-1g87fn5, .framer-v2Eo2 .framer-oglbj2, .framer-v2Eo2 .framer-vhxc5o, .framer-v2Eo2 .framer-1v05ceq, .framer-v2Eo2 .framer-127x4ci, .framer-v2Eo2 .framer-zg5gol, .framer-v2Eo2 .framer-1su4tz2, .framer-v2Eo2 .framer-14zq1bz, .framer-v2Eo2 .framer-dt3r27, .framer-v2Eo2 .framer-14mxgol, .framer-v2Eo2 .framer-262twp, .framer-v2Eo2 .framer-1b8kmyy, .framer-v2Eo2 .framer-1tzg4e3, .framer-v2Eo2 .framer-kndsxt, .framer-v2Eo2 .framer-cok4vh, .framer-v2Eo2 .framer-1jb5axz, .framer-v2Eo2 .framer-1rh1d9f, .framer-v2Eo2 .framer-1tsp100, .framer-v2Eo2 .framer-4tlxr0, .framer-v2Eo2 .framer-1b0pmvh, .framer-v2Eo2 .framer-1wew50l, .framer-v2Eo2 .framer-14kzes, .framer-v2Eo2 .framer-lffy9g, .framer-v2Eo2 .framer-h1213s, .framer-v2Eo2 .framer-1ohbz9e, .framer-v2Eo2 .framer-383ed0, .framer-v2Eo2 .framer-1nc1w03, .framer-v2Eo2 .framer-ritt3i, .framer-v2Eo2 .framer-1h8www1, .framer-v2Eo2 .framer-1lef2to, .framer-v2Eo2 .framer-xn4kqm, .framer-v2Eo2 .framer-pykodj, .framer-v2Eo2 .framer-zw32mf, .framer-v2Eo2 .framer-12xebn7, .framer-v2Eo2 .framer-auowgm, .framer-v2Eo2 .framer-jvaiu4, .framer-v2Eo2 .framer-1ipwmk6 { gap: 0px; } .framer-v2Eo2.framer-1ci69m3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-v2Eo2.framer-1ci69m3 > :first-child, .framer-v2Eo2 .framer-1g87fn5 > :first-child, .framer-v2Eo2 .framer-oglbj2 > :first-child, .framer-v2Eo2 .framer-vhxc5o > :first-child, .framer-v2Eo2 .framer-dt3r27 > :first-child, .framer-v2Eo2 .framer-1tzg4e3 > :first-child, .framer-v2Eo2 .framer-kndsxt > :first-child, .framer-v2Eo2 .framer-1jb5axz > :first-child, .framer-v2Eo2 .framer-1tsp100 > :first-child, .framer-v2Eo2 .framer-1b0pmvh > :first-child, .framer-v2Eo2 .framer-14kzes > :first-child, .framer-v2Eo2 .framer-lffy9g > :first-child, .framer-v2Eo2 .framer-h1213s > :first-child, .framer-v2Eo2 .framer-1ohbz9e > :first-child, .framer-v2Eo2 .framer-383ed0 > :first-child, .framer-v2Eo2 .framer-ritt3i > :first-child { margin-top: 0px; } .framer-v2Eo2.framer-1ci69m3 > :last-child, .framer-v2Eo2 .framer-1g87fn5 > :last-child, .framer-v2Eo2 .framer-oglbj2 > :last-child, .framer-v2Eo2 .framer-vhxc5o > :last-child, .framer-v2Eo2 .framer-dt3r27 > :last-child, .framer-v2Eo2 .framer-1tzg4e3 > :last-child, .framer-v2Eo2 .framer-kndsxt > :last-child, .framer-v2Eo2 .framer-1jb5axz > :last-child, .framer-v2Eo2 .framer-1tsp100 > :last-child, .framer-v2Eo2 .framer-1b0pmvh > :last-child, .framer-v2Eo2 .framer-14kzes > :last-child, .framer-v2Eo2 .framer-lffy9g > :last-child, .framer-v2Eo2 .framer-h1213s > :last-child, .framer-v2Eo2 .framer-1ohbz9e > :last-child, .framer-v2Eo2 .framer-383ed0 > :last-child, .framer-v2Eo2 .framer-ritt3i > :last-child { margin-bottom: 0px; } .framer-v2Eo2 .framer-1g87fn5 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-v2Eo2 .framer-oglbj2 > *, .framer-v2Eo2 .framer-1tzg4e3 > *, .framer-v2Eo2 .framer-1ohbz9e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v2Eo2 .framer-vhxc5o > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-v2Eo2 .framer-1v05ceq > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-v2Eo2 .framer-1v05ceq > :first-child, .framer-v2Eo2 .framer-127x4ci > :first-child, .framer-v2Eo2 .framer-zg5gol > :first-child, .framer-v2Eo2 .framer-1su4tz2 > :first-child, .framer-v2Eo2 .framer-14zq1bz > :first-child, .framer-v2Eo2 .framer-14mxgol > :first-child, .framer-v2Eo2 .framer-262twp > :first-child, .framer-v2Eo2 .framer-1b8kmyy > :first-child, .framer-v2Eo2 .framer-cok4vh > :first-child, .framer-v2Eo2 .framer-1rh1d9f > :first-child, .framer-v2Eo2 .framer-4tlxr0 > :first-child, .framer-v2Eo2 .framer-1wew50l > :first-child, .framer-v2Eo2 .framer-1nc1w03 > :first-child, .framer-v2Eo2 .framer-1h8www1 > :first-child, .framer-v2Eo2 .framer-1lef2to > :first-child, .framer-v2Eo2 .framer-xn4kqm > :first-child, .framer-v2Eo2 .framer-pykodj > :first-child, .framer-v2Eo2 .framer-zw32mf > :first-child, .framer-v2Eo2 .framer-12xebn7 > :first-child, .framer-v2Eo2 .framer-auowgm > :first-child, .framer-v2Eo2 .framer-jvaiu4 > :first-child, .framer-v2Eo2 .framer-1ipwmk6 > :first-child { margin-left: 0px; } .framer-v2Eo2 .framer-1v05ceq > :last-child, .framer-v2Eo2 .framer-127x4ci > :last-child, .framer-v2Eo2 .framer-zg5gol > :last-child, .framer-v2Eo2 .framer-1su4tz2 > :last-child, .framer-v2Eo2 .framer-14zq1bz > :last-child, .framer-v2Eo2 .framer-14mxgol > :last-child, .framer-v2Eo2 .framer-262twp > :last-child, .framer-v2Eo2 .framer-1b8kmyy > :last-child, .framer-v2Eo2 .framer-cok4vh > :last-child, .framer-v2Eo2 .framer-1rh1d9f > :last-child, .framer-v2Eo2 .framer-4tlxr0 > :last-child, .framer-v2Eo2 .framer-1wew50l > :last-child, .framer-v2Eo2 .framer-1nc1w03 > :last-child, .framer-v2Eo2 .framer-1h8www1 > :last-child, .framer-v2Eo2 .framer-1lef2to > :last-child, .framer-v2Eo2 .framer-xn4kqm > :last-child, .framer-v2Eo2 .framer-pykodj > :last-child, .framer-v2Eo2 .framer-zw32mf > :last-child, .framer-v2Eo2 .framer-12xebn7 > :last-child, .framer-v2Eo2 .framer-auowgm > :last-child, .framer-v2Eo2 .framer-jvaiu4 > :last-child, .framer-v2Eo2 .framer-1ipwmk6 > :last-child { margin-right: 0px; } .framer-v2Eo2 .framer-127x4ci > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-v2Eo2 .framer-zg5gol > *, .framer-v2Eo2 .framer-14zq1bz > *, .framer-v2Eo2 .framer-14mxgol > *, .framer-v2Eo2 .framer-1b8kmyy > *, .framer-v2Eo2 .framer-1h8www1 > *, .framer-v2Eo2 .framer-1lef2to > *, .framer-v2Eo2 .framer-pykodj > *, .framer-v2Eo2 .framer-zw32mf > *, .framer-v2Eo2 .framer-12xebn7 > *, .framer-v2Eo2 .framer-auowgm > *, .framer-v2Eo2 .framer-jvaiu4 > *, .framer-v2Eo2 .framer-1ipwmk6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-v2Eo2 .framer-1su4tz2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-v2Eo2 .framer-dt3r27 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-v2Eo2 .framer-262twp > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-v2Eo2 .framer-kndsxt > *, .framer-v2Eo2 .framer-lffy9g > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-v2Eo2 .framer-cok4vh > *, .framer-v2Eo2 .framer-1rh1d9f > *, .framer-v2Eo2 .framer-4tlxr0 > *, .framer-v2Eo2 .framer-1wew50l > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-v2Eo2 .framer-1jb5axz > *, .framer-v2Eo2 .framer-1tsp100 > *, .framer-v2Eo2 .framer-1b0pmvh > *, .framer-v2Eo2 .framer-14kzes > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-v2Eo2 .framer-h1213s > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-v2Eo2 .framer-383ed0 > *, .framer-v2Eo2 .framer-ritt3i > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-v2Eo2 .framer-1nc1w03 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-v2Eo2 .framer-xn4kqm > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-v2Eo2.framer-1ci69m3 { width: 810px; } .framer-v2Eo2 .framer-1g87fn5, .framer-v2Eo2 .framer-1tzg4e3, .framer-v2Eo2 .framer-lffy9g { padding: 100px 50px 100px 50px; } .framer-v2Eo2 .framer-flhzpk { height: var(--framer-aspect-ratio-supported, 812px); width: 812px; } .framer-v2Eo2 .framer-127x4ci { width: 342px; } .framer-v2Eo2 .framer-1su4tz2 { height: min-content; } .framer-v2Eo2 .framer-14zq1bz { order: 0; } .framer-v2Eo2 .framer-dt3r27 { flex: 1 0 0px; padding: 40px; width: 1px; } .framer-v2Eo2 .framer-14mxgol { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-v2Eo2 .framer-1gmci4f, .framer-v2Eo2 .framer-13uhht8, .framer-v2Eo2 .framer-1cyl1ib, .framer-v2Eo2 .framer-1n1q1kd, .framer-v2Eo2 .framer-189u1w2, .framer-v2Eo2 .framer-1mpbd00, .framer-v2Eo2 .framer-1utxeit, .framer-v2Eo2 .framer-qteyxz, .framer-v2Eo2 .framer-y9y7q6 { width: 100%; } .framer-v2Eo2 .framer-m1pc5r { left: 50%; top: 50%; transform: translate(-50%, -50%); } .framer-v2Eo2 .framer-1l4tpvp { height: var(--framer-aspect-ratio-supported, 392px); order: 1; width: 392px; } .framer-v2Eo2 .framer-1ml307, .framer-v2Eo2 .framer-ln4g4s, .framer-v2Eo2 .framer-1hm517v, .framer-v2Eo2 .framer-1fqh86i { height: var(--framer-aspect-ratio-supported, 248px); } .framer-v2Eo2 .framer-16njfj5, .framer-v2Eo2 .framer-1v099jl, .framer-v2Eo2 .framer-nrjbwd, .framer-v2Eo2 .framer-1two5p6 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-v2Eo2 .framer-383ed0, .framer-v2Eo2 .framer-ritt3i { padding: 80px 40px 80px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-v2Eo2 .framer-14mxgol { gap: 0px; } .framer-v2Eo2 .framer-14mxgol > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v2Eo2 .framer-14mxgol > :first-child { margin-top: 0px; } .framer-v2Eo2 .framer-14mxgol > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-v2Eo2.framer-1ci69m3 { width: 390px; } .framer-v2Eo2 .framer-1g87fn5 { gap: 40px; padding: 50px 30px 50px 30px; } .framer-v2Eo2 .framer-flhzpk { height: var(--framer-aspect-ratio-supported, 388px); width: 388px; } .framer-v2Eo2 .framer-1v05ceq, .framer-v2Eo2 .framer-cok4vh, .framer-v2Eo2 .framer-1rh1d9f, .framer-v2Eo2 .framer-4tlxr0, .framer-v2Eo2 .framer-1wew50l, .framer-v2Eo2 .framer-xn4kqm { flex-direction: column; } .framer-v2Eo2 .framer-127x4ci { width: 298px; } .framer-v2Eo2 .framer-1su4tz2 { flex-direction: column; height: min-content; } .framer-v2Eo2 .framer-14zq1bz { flex: none; order: 0; width: 100%; } .framer-v2Eo2 .framer-dt3r27 { flex: 1 0 0px; padding: 20px; width: 1px; } .framer-v2Eo2 .framer-14mxgol { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-v2Eo2 .framer-1gmci4f, .framer-v2Eo2 .framer-13uhht8, .framer-v2Eo2 .framer-1cyl1ib, .framer-v2Eo2 .framer-1n1q1kd, .framer-v2Eo2 .framer-189u1w2, .framer-v2Eo2 .framer-1mpbd00, .framer-v2Eo2 .framer-1utxeit, .framer-v2Eo2 .framer-qteyxz { width: 100%; } .framer-v2Eo2 .framer-m1pc5r { left: 54%; top: 50%; transform: translate(-50%, -50%); } .framer-v2Eo2 .framer-1l4tpvp { height: var(--framer-aspect-ratio-supported, 394px); order: 1; width: 394px; } .framer-v2Eo2 .framer-1tzg4e3, .framer-v2Eo2 .framer-lffy9g { padding: 60px 30px 60px 30px; } .framer-v2Eo2 .framer-1ml307, .framer-v2Eo2 .framer-1hm517v { flex: none; height: var(--framer-aspect-ratio-supported, 150px); width: 100%; } .framer-v2Eo2 .framer-1jb5axz, .framer-v2Eo2 .framer-1b0pmvh { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-v2Eo2 .framer-16njfj5, .framer-v2Eo2 .framer-1v099jl, .framer-v2Eo2 .framer-nrjbwd, .framer-v2Eo2 .framer-1two5p6, .framer-v2Eo2 .framer-1whyuri { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-v2Eo2 .framer-1tsp100, .framer-v2Eo2 .framer-14kzes { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-v2Eo2 .framer-ln4g4s, .framer-v2Eo2 .framer-1fqh86i { flex: none; height: var(--framer-aspect-ratio-supported, 150px); order: 0; width: 100%; } .framer-v2Eo2 .framer-1ohbz9e { overflow: visible; } .framer-v2Eo2 .framer-y9y7q6 { height: 640px; overflow: visible; width: 349px; } .framer-v2Eo2 .framer-cxzb5b-container { height: 597px; left: -1px; right: -1px; top: calc(53.43750000000003% - 597px / 2); } .framer-v2Eo2 .framer-383ed0, .framer-v2Eo2 .framer-ritt3i { padding: 60px 20px 60px 20px; } .framer-v2Eo2 .framer-1nvmqpo { gap: 10px; justify-content: center; padding: 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-v2Eo2 .framer-1g87fn5, .framer-v2Eo2 .framer-1v05ceq, .framer-v2Eo2 .framer-1su4tz2, .framer-v2Eo2 .framer-14mxgol, .framer-v2Eo2 .framer-cok4vh, .framer-v2Eo2 .framer-1rh1d9f, .framer-v2Eo2 .framer-4tlxr0, .framer-v2Eo2 .framer-1wew50l, .framer-v2Eo2 .framer-1nvmqpo, .framer-v2Eo2 .framer-xn4kqm { gap: 0px; } .framer-v2Eo2 .framer-1g87fn5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-v2Eo2 .framer-1g87fn5 > :first-child, .framer-v2Eo2 .framer-1v05ceq > :first-child, .framer-v2Eo2 .framer-1su4tz2 > :first-child, .framer-v2Eo2 .framer-14mxgol > :first-child, .framer-v2Eo2 .framer-cok4vh > :first-child, .framer-v2Eo2 .framer-1rh1d9f > :first-child, .framer-v2Eo2 .framer-4tlxr0 > :first-child, .framer-v2Eo2 .framer-1wew50l > :first-child, .framer-v2Eo2 .framer-1nvmqpo > :first-child, .framer-v2Eo2 .framer-xn4kqm > :first-child { margin-top: 0px; } .framer-v2Eo2 .framer-1g87fn5 > :last-child, .framer-v2Eo2 .framer-1v05ceq > :last-child, .framer-v2Eo2 .framer-1su4tz2 > :last-child, .framer-v2Eo2 .framer-14mxgol > :last-child, .framer-v2Eo2 .framer-cok4vh > :last-child, .framer-v2Eo2 .framer-1rh1d9f > :last-child, .framer-v2Eo2 .framer-4tlxr0 > :last-child, .framer-v2Eo2 .framer-1wew50l > :last-child, .framer-v2Eo2 .framer-1nvmqpo > :last-child, .framer-v2Eo2 .framer-xn4kqm > :last-child { margin-bottom: 0px; } .framer-v2Eo2 .framer-1v05ceq > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-v2Eo2 .framer-1su4tz2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-v2Eo2 .framer-14mxgol > *, .framer-v2Eo2 .framer-1nvmqpo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v2Eo2 .framer-cok4vh > *, .framer-v2Eo2 .framer-1rh1d9f > *, .framer-v2Eo2 .framer-4tlxr0 > *, .framer-v2Eo2 .framer-1wew50l > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-v2Eo2 .framer-xn4kqm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7095\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dQ833Rz77\":{\"layout\":[\"fixed\",\"auto\"]},\"r3RAmMFDh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"mXc1a1otJ\":{\"pattern\":\":mXc1a1otJ\",\"name\":\"banner\"},\"yUgw77bef\":{\"pattern\":\":yUgw77bef\",\"name\":\"about\"},\"tQ3CO1RdX\":{\"pattern\":\":tQ3CO1RdX\",\"name\":\"roadmap\"},\"hZD87Ofs5\":{\"pattern\":\":hZD87Ofs5\",\"name\":\"giveaways\"},\"tbs4Miui0\":{\"pattern\":\":tbs4Miui0\",\"name\":\"partner\"},\"FBu21pYeP\":{\"pattern\":\":FBu21pYeP\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FramercDalPS9e6=withCSS(Component,css,\"framer-v2Eo2\");export default FramercDalPS9e6;FramercDalPS9e6.displayName=\"Home\";FramercDalPS9e6.defaultProps={height:7095,width:1200};addFonts(FramercDalPS9e6,[{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:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Ouni7ciJh.woff2\",weight:\"600\"},{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Ouni7ciJh.woff2\",weight:\"700\"},{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Ouni7ciJh.woff2\",weight:\"500\"},{family:\"Gluten\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Ouni7ciJh.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...NavigationFonts,...CopyFonts,...HeroFonts,...BattlePassCarouselFonts,...AccordionFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercDalPS9e6\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"7095\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dQ833Rz77\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r3RAmMFDh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"mXc1a1otJ\\\":{\\\"pattern\\\":\\\":mXc1a1otJ\\\",\\\"name\\\":\\\"banner\\\"},\\\"yUgw77bef\\\":{\\\"pattern\\\":\\\":yUgw77bef\\\",\\\"name\\\":\\\"about\\\"},\\\"tQ3CO1RdX\\\":{\\\"pattern\\\":\\\":tQ3CO1RdX\\\",\\\"name\\\":\\\"roadmap\\\"},\\\"hZD87Ofs5\\\":{\\\"pattern\\\":\\\":hZD87Ofs5\\\",\\\"name\\\":\\\"giveaways\\\"},\\\"tbs4Miui0\\\":{\\\"pattern\\\":\\\":tbs4Miui0\\\",\\\"name\\\":\\\"partner\\\"},\\\"FBu21pYeP\\\":{\\\"pattern\\\":\\\":FBu21pYeP\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "_", "ref", "p", "Component", "Home_default", "React", "title", "titleId", "props", "svgRef", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "Home_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "ClipboardFonts", "getFonts", "Clipboard", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick14he258", "args", "onMouseLeave1htffs9", "onClick14x8nsg", "onMouseLeave1a751hz", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerSWSziZUPT", "withCSS", "SWSziZUPT_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "textEffect", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapad5ct5", "args", "onTapewcj03", "onTap9l86cf", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "css", "FramersX0V0VSNN", "withCSS", "sX0V0VSNN_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1u05w9t", "args", "onTapnadwqk", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerzHoZrj6_3", "withCSS", "zHoZrj6_3_default", "addPropertyControls", "ControlType", "addFonts", "RowFonts", "getFonts", "zHoZrj6_3_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "zHoZrj6_3_default", "css", "Framerwj_Ij0P_X", "withCSS", "wj_Ij0P_X_default", "addFonts", "RowFonts", "useWindowSize", "isClient", "window", "getSize", "windowSize", "setWindowSize", "ye", "ue", "handleResize", "BattlePassCarousel", "props", "width", "windowWidth", "setWindowWidth", "isMobile", "items", "visibleCount", "maxStartIndex", "selectedIndex", "setSelectedIndex", "startIndex", "setStartIndex", "handleNext", "prev", "handlePrev", "visibleItems", "u", "styles", "p", "item", "idx", "realIndex", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "sX0V0VSNN_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithOptimizedAppearEffect", "motion", "CopyFonts", "SWSziZUPT_default", "HeroFonts", "Icon", "MotionDivWithFX", "withFX", "RichTextWithFX", "BattlePassCarouselFonts", "BattlePassCarousel", "AccordionFonts", "wj_Ij0P_X_default", "ContainerWithFX", "Container", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "animation5", "animation6", "transition4", "animation7", "transformTemplate1", "_", "transition5", "animation8", "animation9", "transformTemplate2", "animation10", "transition6", "animation11", "animation12", "animation13", "transition7", "animation14", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "sX0V0VSNN_default", "RichTextWithOptimizedAppearEffect", "x", "Image2", "MotionDivWithOptimizedAppearEffect", "Link", "SVG", "RichText2", "SWSziZUPT_default", "MotionDivWithFX", "Icon", "RichTextWithFX", "BattlePassCarousel", "ContainerWithFX", "wj_Ij0P_X_default", "css", "FramercDalPS9e6", "withCSS", "cDalPS9e6_default", "addFonts", "NavigationFonts", "CopyFonts", "HeroFonts", "BattlePassCarouselFonts", "AccordionFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
