{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/ycA4kWoXeBMb6fbl4tYq/tqC6fw5fGvGBQRL91Glj/LA60stj9k.js", "ssg:https://framerusercontent.com/modules/chWcINTiZjyIGZqcAl3W/nlYJZ4hGcxSk4RpHS3u1/P875og59P.js", "ssg:https://framerusercontent.com/modules/dO4QXQaNR1LRqP6qmlIb/7qtTSVWvnf11MyE43owb/kDrZs2M2R.js", "ssg:https://framerusercontent.com/modules/NnOQpGWwVZ9AtSYGgx2e/ZTy5Rgiuxvrib7ZgXwdg/xnuEhAA7W.js", "ssg:https://framerusercontent.com/modules/LaIhRkn21zH738kgLtuV/gI0zesPX8vG4BmqPpw7T/coxzlrGBo.js", "ssg:https://framerusercontent.com/modules/82Jf3TToA1gobeJEY9Az/yYjdIBZtqxh088CvnMS3/l4AtbBukW.js", "ssg:https://framerusercontent.com/modules/O0GZsI4IC786ZMk1CjX5/1O7JuVYc4JaoQFx2dDEl/vQ79k8B3o.js", "ssg:https://framerusercontent.com/modules/2UuKmv8MccxYFYFatGgh/mZ6RUFTS8vFajpBBo4ah/o_nFYTkx_.js", "ssg:https://framerusercontent.com/modules/VhYkG6YCGMH2UYfDfsjy/JeFPUMl8EmpSEC3IgO1E/n0mleuK5n.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", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\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,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\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,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst 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,...styleOptionProps]);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(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}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 [Material site](https://fonts.google.com/icons)\"},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},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (aba0f78)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dPyLBepZ6:{hover:true},iMIAwx4W1:{hover:true},lriEYYymY:{hover:true}};const cycleOrder=[\"iMIAwx4W1\",\"dPyLBepZ6\",\"hRLyrHedS\",\"lriEYYymY\",\"pL1ySK2TY\",\"wfX5zFhhY\",\"Cw_a1Irs4\",\"J_3gXfmq1\",\"GcuiszfJy\",\"RApvmwgSA\",\"gqFNqaTEi\",\"xIWXnH8Vo\",\"my05XROqI\"];const serializationHash=\"framer-fYG8b\";const variantClassNames={Cw_a1Irs4:\"framer-v-p95srp\",dPyLBepZ6:\"framer-v-1an48nd\",GcuiszfJy:\"framer-v-1l0kmc9\",gqFNqaTEi:\"framer-v-a1pgx3\",hRLyrHedS:\"framer-v-1podliv\",iMIAwx4W1:\"framer-v-h0gaxd\",J_3gXfmq1:\"framer-v-9oj5rc\",lriEYYymY:\"framer-v-1gt4zvd\",my05XROqI:\"framer-v-n2w118\",pL1ySK2TY:\"framer-v-nn4e8q\",RApvmwgSA:\"framer-v-x37gaa\",wfX5zFhhY:\"framer-v-7jr0wm\",xIWXnH8Vo:\"framer-v-ve5ehn\"};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 humanReadableVariantMap={\"Dark - No BG\":\"lriEYYymY\",\"Dark-2\":\"Cw_a1Irs4\",\"Dark-Active\":\"gqFNqaTEi\",\"Light - No BG\":\"pL1ySK2TY\",\"Light-2\":\"wfX5zFhhY\",\"Main-Mobile\":\"J_3gXfmq1\",\"NEW LIGHT\":\"my05XROqI\",\"Variant 10\":\"RApvmwgSA\",Dark:\"dPyLBepZ6\",Large:\"GcuiszfJy\",Light:\"hRLyrHedS\",NOLINK:\"xIWXnH8Vo\",Papaya:\"iMIAwx4W1\"};const getProps=({color3,height,hover6,hover7,hover8,hover9,id,link,link2,newTab,smoothScroll2,tap2,title,width,...props})=>{return{...props,CcorEOxxJ:hover9??props.CcorEOxxJ,ePFx1lHpQ:hover7??props.ePFx1lHpQ,iwpUBbA_a:tap2??props.iwpUBbA_a,jvJ2apzus:hover8??props.jvJ2apzus,kEVqYsxmg:link2??props.kEVqYsxmg,r3gI1vuyG:link??props.r3gI1vuyG,T_2SjiHyI:hover6??props.T_2SjiHyI,variant:humanReadableVariantMap[props.variant]??props.variant??\"iMIAwx4W1\",vbgP6rbuK:smoothScroll2??props.vbgP6rbuK,vLaR6_i7A:color3??props.vLaR6_i7A??\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",XvKj2WK6Q:title??props.XvKj2WK6Q??\"Contact Sales\",Y6fnYx7_S:newTab??props.Y6fnYx7_S};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XvKj2WK6Q,r3gI1vuyG,iwpUBbA_a,Y6fnYx7_S,vbgP6rbuK,vLaR6_i7A,kEVqYsxmg,T_2SjiHyI,ePFx1lHpQ,jvJ2apzus,CcorEOxxJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iMIAwx4W1\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterwklure=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(T_2SjiHyI){const res=await T_2SjiHyI(...args);if(res===false)return false;}if(ePFx1lHpQ){const res=await ePFx1lHpQ(...args);if(res===false)return false;}if(jvJ2apzus){const res=await jvJ2apzus(...args);if(res===false)return false;}if(CcorEOxxJ){const res=await CcorEOxxJ(...args);if(res===false)return false;}});const onTap1aci1jd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iwpUBbA_a){const res=await iwpUBbA_a(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:r3gI1vuyG,motionChild:true,nodeId:\"iMIAwx4W1\",openInNewTab:Y6fnYx7_S,smoothScroll:vbgP6rbuK,...addPropertyOverrides({hRLyrHedS:{href:kEVqYsxmg,openInNewTab:false,smoothScroll:false},xIWXnH8Vo:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-h0gaxd\",className,classNames)} framer-1ui89ng`,\"data-framer-name\":\"Papaya\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iMIAwx4W1\",onMouseEnter:onMouseEnterwklure,ref:ref??ref1,style:{backgroundColor:\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"dPyLBepZ6-hover\":{backgroundColor:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},\"iMIAwx4W1-hover\":{backgroundColor:\"rgb(252, 102, 38)\"},\"lriEYYymY-hover\":{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},Cw_a1Irs4:{backgroundColor:\"var(--token-a89c5b27-f6c1-400c-ab81-19a1903fc649, rgb(27, 28, 28))\"},dPyLBepZ6:{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},gqFNqaTEi:{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},hRLyrHedS:{backgroundColor:\"var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, rgb(249, 249, 249))\"},lriEYYymY:{backgroundColor:\"rgba(0, 0, 0, 0)\"},my05XROqI:{backgroundColor:\"var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, rgb(249, 249, 249))\"},pL1ySK2TY:{backgroundColor:\"rgba(0, 0, 0, 0)\"},RApvmwgSA:{backgroundColor:\"var(--token-3c8a01de-94fc-452c-ab90-43ddac961ed5, rgb(236, 236, 234))\"},wfX5zFhhY:{backgroundColor:\"var(--token-3c8a01de-94fc-452c-ab90-43ddac961ed5, rgb(236, 236, 234))\"}},...addPropertyOverrides({\"dPyLBepZ6-hover\":{\"data-framer-name\":undefined},\"iMIAwx4W1-hover\":{\"data-framer-name\":undefined},\"lriEYYymY-hover\":{\"data-framer-name\":undefined},Cw_a1Irs4:{\"data-framer-name\":\"Dark-2\"},dPyLBepZ6:{\"data-framer-name\":\"Dark\"},GcuiszfJy:{\"data-framer-name\":\"Large\"},gqFNqaTEi:{\"data-framer-name\":\"Dark-Active\"},hRLyrHedS:{\"data-framer-name\":\"Light\"},J_3gXfmq1:{\"data-framer-name\":\"Main-Mobile\"},lriEYYymY:{\"data-framer-name\":\"Dark - No BG\",onTap:onTap1aci1jd},my05XROqI:{\"data-framer-name\":\"NEW LIGHT\"},pL1ySK2TY:{\"data-framer-name\":\"Light - No BG\"},RApvmwgSA:{\"data-framer-name\":\"Variant 10\"},wfX5zFhhY:{\"data-framer-name\":\"Light-2\"},xIWXnH8Vo:{\"data-framer-name\":\"NOLINK\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)))\"},children:\"Contact Sales\"})}),className:\"framer-1nsujs3\",\"data-framer-name\":\"Button\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"QnDRu8Tu9\",style:{\"--extracted-r6o4lv\":\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",\"--variable-reference-vLaR6_i7A-LA60stj9k\":vLaR6_i7A},text:XvKj2WK6Q,variants:{hRLyrHedS:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},my05XROqI:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},pL1ySK2TY:{\"--extracted-r6o4lv\":\"var(--variable-reference-vLaR6_i7A-LA60stj9k)\",\"--variable-reference-vLaR6_i7A-LA60stj9k\":vLaR6_i7A},RApvmwgSA:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},wfX5zFhhY:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hRLyrHedS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},my05XROqI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},pL1ySK2TY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vLaR6_i7A-LA60stj9k))\"},children:\"Contact Sales\"})})},RApvmwgSA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},wfX5zFhhY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fYG8b.framer-1ui89ng, .framer-fYG8b .framer-1ui89ng { display: block; }\",\".framer-fYG8b.framer-h0gaxd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 10px 14px 10px 14px; position: relative; text-decoration: none; width: min-content; }\",\".framer-fYG8b .framer-1nsujs3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fYG8b.framer-h0gaxd { gap: 0px; } .framer-fYG8b.framer-h0gaxd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-fYG8b.framer-h0gaxd > :first-child { margin-left: 0px; } .framer-fYG8b.framer-h0gaxd > :last-child { margin-right: 0px; } }\",\".framer-fYG8b.framer-v-9oj5rc.framer-h0gaxd { padding: 12px 16px 12px 16px; }\",\".framer-fYG8b.framer-v-1l0kmc9.framer-h0gaxd, .framer-fYG8b.framer-v-x37gaa.framer-h0gaxd { padding: 15px 25px 15px 25px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 115\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dPyLBepZ6\":{\"layout\":[\"auto\",\"auto\"]},\"hRLyrHedS\":{\"layout\":[\"auto\",\"auto\"]},\"lriEYYymY\":{\"layout\":[\"auto\",\"auto\"]},\"pL1ySK2TY\":{\"layout\":[\"auto\",\"auto\"]},\"wfX5zFhhY\":{\"layout\":[\"auto\",\"auto\"]},\"Cw_a1Irs4\":{\"layout\":[\"auto\",\"auto\"]},\"J_3gXfmq1\":{\"layout\":[\"auto\",\"auto\"]},\"GcuiszfJy\":{\"layout\":[\"auto\",\"auto\"]},\"RApvmwgSA\":{\"layout\":[\"auto\",\"auto\"]},\"gqFNqaTEi\":{\"layout\":[\"auto\",\"auto\"]},\"xIWXnH8Vo\":{\"layout\":[\"auto\",\"auto\"]},\"my05XROqI\":{\"layout\":[\"auto\",\"auto\"]},\"PGfHWe3_h\":{\"layout\":[\"auto\",\"auto\"]},\"kxvc0w5NK\":{\"layout\":[\"auto\",\"auto\"]},\"ER_iodTGQ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XvKj2WK6Q\":\"title\",\"r3gI1vuyG\":\"link\",\"iwpUBbA_a\":\"tap2\",\"Y6fnYx7_S\":\"newTab\",\"vbgP6rbuK\":\"smoothScroll2\",\"vLaR6_i7A\":\"color3\",\"kEVqYsxmg\":\"link2\",\"T_2SjiHyI\":\"hover6\",\"ePFx1lHpQ\":\"hover7\",\"jvJ2apzus\":\"hover8\",\"CcorEOxxJ\":\"hover9\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLA60stj9k=withCSS(Component,css,\"framer-fYG8b\");export default FramerLA60stj9k;FramerLA60stj9k.displayName=\"Button / MainButtonFinal\";FramerLA60stj9k.defaultProps={height:40,width:115};addPropertyControls(FramerLA60stj9k,{variant:{options:[\"iMIAwx4W1\",\"dPyLBepZ6\",\"hRLyrHedS\",\"lriEYYymY\",\"pL1ySK2TY\",\"wfX5zFhhY\",\"Cw_a1Irs4\",\"J_3gXfmq1\",\"GcuiszfJy\",\"RApvmwgSA\",\"gqFNqaTEi\",\"xIWXnH8Vo\",\"my05XROqI\"],optionTitles:[\"Papaya\",\"Dark\",\"Light\",\"Dark - No BG\",\"Light - No BG\",\"Light-2\",\"Dark-2\",\"Main-Mobile\",\"Large\",\"Variant 10\",\"Dark-Active\",\"NOLINK\",\"NEW LIGHT\"],title:\"Variant\",type:ControlType.Enum},XvKj2WK6Q:{defaultValue:\"Contact Sales\",displayTextArea:false,title:\"Title\",type:ControlType.String},r3gI1vuyG:{title:\"Link\",type:ControlType.Link},iwpUBbA_a:{title:\"Tap 2\",type:ControlType.EventHandler},Y6fnYx7_S:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},vbgP6rbuK:{defaultValue:false,title:\"Smooth Scroll 2\",type:ControlType.Boolean},vLaR6_i7A:{defaultValue:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",title:\"Color 3\",type:ControlType.Color},kEVqYsxmg:{title:\"Link 2\",type:ControlType.Link},T_2SjiHyI:{title:\"Hover 6\",type:ControlType.EventHandler},ePFx1lHpQ:{title:\"Hover 7\",type:ControlType.EventHandler},jvJ2apzus:{title:\"Hover 8\",type:ControlType.EventHandler},CcorEOxxJ:{title:\"Hover 9\",type:ControlType.EventHandler}});addFonts(FramerLA60stj9k,[{explicitInter:true,fonts:[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLA60stj9k\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dPyLBepZ6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hRLyrHedS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lriEYYymY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pL1ySK2TY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wfX5zFhhY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Cw_a1Irs4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J_3gXfmq1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GcuiszfJy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RApvmwgSA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gqFNqaTEi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xIWXnH8Vo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"my05XROqI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PGfHWe3_h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kxvc0w5NK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ER_iodTGQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"115\",\"framerVariables\":\"{\\\"XvKj2WK6Q\\\":\\\"title\\\",\\\"r3gI1vuyG\\\":\\\"link\\\",\\\"iwpUBbA_a\\\":\\\"tap2\\\",\\\"Y6fnYx7_S\\\":\\\"newTab\\\",\\\"vbgP6rbuK\\\":\\\"smoothScroll2\\\",\\\"vLaR6_i7A\\\":\\\"color3\\\",\\\"kEVqYsxmg\\\":\\\"link2\\\",\\\"T_2SjiHyI\\\":\\\"hover6\\\",\\\"ePFx1lHpQ\\\":\\\"hover7\\\",\\\"jvJ2apzus\\\":\\\"hover8\\\",\\\"CcorEOxxJ\\\":\\\"hover9\\\"}\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LA60stj9k.map", "// Generated by Framer (aba0f78)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={GfkgnAmV5:{hover:true},gp5t_XAWu:{hover:true},Ja0c28NdZ:{hover:true}};const cycleOrder=[\"Ja0c28NdZ\",\"gp5t_XAWu\",\"U4x9z8_wV\",\"GfkgnAmV5\",\"cfjAESWTA\",\"UUQ0Y_lVE\",\"kL_cpvzvn\",\"f2hxITsPi\",\"Puqv86Rpo\",\"cwSQ9ojzO\",\"KkUkgM74Q\"];const serializationHash=\"framer-A6QAl\";const variantClassNames={cfjAESWTA:\"framer-v-rr813m\",cwSQ9ojzO:\"framer-v-3mlh1w\",f2hxITsPi:\"framer-v-1rx937k\",GfkgnAmV5:\"framer-v-1b2yi5t\",gp5t_XAWu:\"framer-v-f75j6g\",Ja0c28NdZ:\"framer-v-ppkkcc\",KkUkgM74Q:\"framer-v-327ql0\",kL_cpvzvn:\"framer-v-6swrhr\",Puqv86Rpo:\"framer-v-31so5n\",U4x9z8_wV:\"framer-v-1ph4a2l\",UUQ0Y_lVE:\"framer-v-19q8ah8\"};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 humanReadableVariantMap={\"Dark - No BG\":\"GfkgnAmV5\",\"Dark-2\":\"kL_cpvzvn\",\"Light - No BG\":\"cfjAESWTA\",\"Light-2\":\"UUQ0Y_lVE\",\"Main-Mobile\":\"f2hxITsPi\",\"Variant 10\":\"cwSQ9ojzO\",\"Variant 11\":\"KkUkgM74Q\",Dark:\"gp5t_XAWu\",Large:\"Puqv86Rpo\",Light:\"U4x9z8_wV\",Papaya:\"Ja0c28NdZ\"};const getProps=({background2,height,hover7,id,link,newTab,smoothScroll2,tap2,title,width,...props})=>{return{...props,iwpUBbA_a:tap2??props.iwpUBbA_a,r3gI1vuyG:link??props.r3gI1vuyG,ruDDc5HKQ:hover7??props.ruDDc5HKQ,V_mdeIg77:background2??props.V_mdeIg77??\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Ja0c28NdZ\",vbgP6rbuK:smoothScroll2??props.vbgP6rbuK,XvKj2WK6Q:title??props.XvKj2WK6Q??\"Contact Sales\",Y6fnYx7_S:newTab??props.Y6fnYx7_S};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XvKj2WK6Q,r3gI1vuyG,iwpUBbA_a,Y6fnYx7_S,vbgP6rbuK,V_mdeIg77,ruDDc5HKQ,vLaR6_i7ALA60stj9k,mfAN6OFNqLA60stj9k,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ja0c28NdZ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnteradorln=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(ruDDc5HKQ){const res=await ruDDc5HKQ(...args);if(res===false)return false;}});const onTap1aci1jd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iwpUBbA_a){const res=await iwpUBbA_a(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:r3gI1vuyG,motionChild:true,nodeId:\"Ja0c28NdZ\",openInNewTab:Y6fnYx7_S,smoothScroll:vbgP6rbuK,...addPropertyOverrides({U4x9z8_wV:{smoothScroll:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ppkkcc\",className,classNames)} framer-1fpnj64`,\"data-framer-name\":\"Papaya\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ja0c28NdZ\",onMouseEnter:onMouseEnteradorln,ref:ref??ref1,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:\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"GfkgnAmV5-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},\"gp5t_XAWu-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},\"Ja0c28NdZ-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(252, 102, 38)\"},cfjAESWTA:{backgroundColor:\"rgba(0, 0, 0, 0)\"},cwSQ9ojzO:{backgroundColor:\"var(--token-3c8a01de-94fc-452c-ab90-43ddac961ed5, rgb(236, 236, 234))\"},GfkgnAmV5:{backgroundColor:\"rgba(0, 0, 0, 0)\"},gp5t_XAWu:{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},KkUkgM74Q:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(235, 77, 9, 0.06)\"},kL_cpvzvn:{backgroundColor:\"var(--token-a89c5b27-f6c1-400c-ab81-19a1903fc649, rgb(27, 28, 28))\"},Puqv86Rpo:{backgroundColor:V_mdeIg77},U4x9z8_wV:{backgroundColor:\"var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, rgb(249, 249, 249))\"},UUQ0Y_lVE:{backgroundColor:\"var(--token-3c8a01de-94fc-452c-ab90-43ddac961ed5, rgb(236, 236, 234))\"}},...addPropertyOverrides({\"GfkgnAmV5-hover\":{\"data-framer-name\":undefined},\"gp5t_XAWu-hover\":{\"data-framer-name\":undefined},\"Ja0c28NdZ-hover\":{\"data-framer-name\":undefined},cfjAESWTA:{\"data-framer-name\":\"Light - No BG\"},cwSQ9ojzO:{\"data-framer-name\":\"Variant 10\"},f2hxITsPi:{\"data-framer-name\":\"Main-Mobile\"},GfkgnAmV5:{\"data-framer-name\":\"Dark - No BG\",onTap:onTap1aci1jd},gp5t_XAWu:{\"data-framer-name\":\"Dark\"},KkUkgM74Q:{\"data-border\":true,\"data-framer-name\":\"Variant 11\"},kL_cpvzvn:{\"data-framer-name\":\"Dark-2\"},Puqv86Rpo:{\"data-framer-name\":\"Large\"},U4x9z8_wV:{\"data-framer-name\":\"Light\"},UUQ0Y_lVE:{\"data-framer-name\":\"Light-2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)))\"},children:\"Contact Sales\"})}),className:\"framer-2hnc2i\",\"data-framer-name\":\"Button\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"eoABEiJCD\",style:{\"--extracted-r6o4lv\":\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",\"--variable-reference-mfAN6OFNq-LA60stj9k\":mfAN6OFNqLA60stj9k,\"--variable-reference-vLaR6_i7A-LA60stj9k\":vLaR6_i7ALA60stj9k},text:XvKj2WK6Q,variants:{cfjAESWTA:{\"--extracted-r6o4lv\":\"var(--variable-reference-vLaR6_i7A-LA60stj9k)\",\"--variable-reference-vLaR6_i7A-LA60stj9k\":vLaR6_i7ALA60stj9k},cwSQ9ojzO:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},KkUkgM74Q:{\"--extracted-r6o4lv\":\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\"},Puqv86Rpo:{\"--extracted-r6o4lv\":\"var(--variable-reference-mfAN6OFNq-LA60stj9k)\",\"--variable-reference-mfAN6OFNq-LA60stj9k\":mfAN6OFNqLA60stj9k},U4x9z8_wV:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},UUQ0Y_lVE:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cfjAESWTA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vLaR6_i7A-LA60stj9k))\"},children:\"Contact Sales\"})})},cwSQ9ojzO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},KkUkgM74Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10)))\"},children:\"Contact Sales\"})})},Puqv86Rpo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-mfAN6OFNq-LA60stj9k))\"},children:\"Contact Sales\"})})},U4x9z8_wV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},UUQ0Y_lVE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-A6QAl.framer-1fpnj64, .framer-A6QAl .framer-1fpnj64 { display: block; }\",\".framer-A6QAl.framer-ppkkcc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 10px 14px 10px 14px; position: relative; text-decoration: none; width: min-content; }\",\".framer-A6QAl .framer-2hnc2i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A6QAl.framer-ppkkcc { gap: 0px; } .framer-A6QAl.framer-ppkkcc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-A6QAl.framer-ppkkcc > :first-child { margin-left: 0px; } .framer-A6QAl.framer-ppkkcc > :last-child { margin-right: 0px; } }\",\".framer-A6QAl.framer-v-1rx937k.framer-ppkkcc { padding: 12px 16px 12px 16px; }\",\".framer-A6QAl.framer-v-31so5n.framer-ppkkcc, .framer-A6QAl.framer-v-3mlh1w.framer-ppkkcc { padding: 15px 25px 15px 25px; }\",'.framer-A6QAl[data-border=\"true\"]::after, .framer-A6QAl [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 115\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gp5t_XAWu\":{\"layout\":[\"auto\",\"auto\"]},\"U4x9z8_wV\":{\"layout\":[\"auto\",\"auto\"]},\"GfkgnAmV5\":{\"layout\":[\"auto\",\"auto\"]},\"cfjAESWTA\":{\"layout\":[\"auto\",\"auto\"]},\"UUQ0Y_lVE\":{\"layout\":[\"auto\",\"auto\"]},\"kL_cpvzvn\":{\"layout\":[\"auto\",\"auto\"]},\"f2hxITsPi\":{\"layout\":[\"auto\",\"auto\"]},\"Puqv86Rpo\":{\"layout\":[\"auto\",\"auto\"]},\"cwSQ9ojzO\":{\"layout\":[\"auto\",\"auto\"]},\"KkUkgM74Q\":{\"layout\":[\"auto\",\"auto\"]},\"gIReehl8j\":{\"layout\":[\"auto\",\"auto\"]},\"Lsmb4wpe_\":{\"layout\":[\"auto\",\"auto\"]},\"lPHLOudOK\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XvKj2WK6Q\":\"title\",\"r3gI1vuyG\":\"link\",\"iwpUBbA_a\":\"tap2\",\"Y6fnYx7_S\":\"newTab\",\"vbgP6rbuK\":\"smoothScroll2\",\"V_mdeIg77\":\"background2\",\"ruDDc5HKQ\":\"hover7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerP875og59P=withCSS(Component,css,\"framer-A6QAl\");export default FramerP875og59P;FramerP875og59P.displayName=\"Button / MainButtonFinal Copy\";FramerP875og59P.defaultProps={height:40,width:115};addPropertyControls(FramerP875og59P,{variant:{options:[\"Ja0c28NdZ\",\"gp5t_XAWu\",\"U4x9z8_wV\",\"GfkgnAmV5\",\"cfjAESWTA\",\"UUQ0Y_lVE\",\"kL_cpvzvn\",\"f2hxITsPi\",\"Puqv86Rpo\",\"cwSQ9ojzO\",\"KkUkgM74Q\"],optionTitles:[\"Papaya\",\"Dark\",\"Light\",\"Dark - No BG\",\"Light - No BG\",\"Light-2\",\"Dark-2\",\"Main-Mobile\",\"Large\",\"Variant 10\",\"Variant 11\"],title:\"Variant\",type:ControlType.Enum},XvKj2WK6Q:{defaultValue:\"Contact Sales\",displayTextArea:false,title:\"Title\",type:ControlType.String},r3gI1vuyG:{title:\"Link\",type:ControlType.Link},iwpUBbA_a:{title:\"Tap 2\",type:ControlType.EventHandler},Y6fnYx7_S:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},vbgP6rbuK:{defaultValue:false,title:\"Smooth Scroll 2\",type:ControlType.Boolean},V_mdeIg77:{defaultValue:'var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10)) /* {\"name\":\"Papaya\"} */',title:\"Background 2\",type:ControlType.Color},ruDDc5HKQ:{title:\"Hover 7\",type:ControlType.EventHandler}});addFonts(FramerP875og59P,[{explicitInter:true,fonts:[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerP875og59P\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"115\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gp5t_XAWu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U4x9z8_wV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GfkgnAmV5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cfjAESWTA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UUQ0Y_lVE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kL_cpvzvn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f2hxITsPi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Puqv86Rpo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cwSQ9ojzO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KkUkgM74Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gIReehl8j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Lsmb4wpe_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lPHLOudOK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerVariables\":\"{\\\"XvKj2WK6Q\\\":\\\"title\\\",\\\"r3gI1vuyG\\\":\\\"link\\\",\\\"iwpUBbA_a\\\":\\\"tap2\\\",\\\"Y6fnYx7_S\\\":\\\"newTab\\\",\\\"vbgP6rbuK\\\":\\\"smoothScroll2\\\",\\\"V_mdeIg77\\\":\\\"background2\\\",\\\"ruDDc5HKQ\\\":\\\"hover7\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./P875og59P.map", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"QmwAjShC_\",\"Vivs1tTvM\",\"vrQGUwaGM\",\"ou0r8DHge\"];const serializationHash=\"framer-OaGxw\";const variantClassNames={ou0r8DHge:\"framer-v-qbmjg2\",QmwAjShC_:\"framer-v-1g9jqux\",Vivs1tTvM:\"framer-v-14mb1ll\",vrQGUwaGM:\"framer-v-1c59v22\"};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 humanReadableVariantMap={\"Dark / Small\":\"ou0r8DHge\",\"Light / Small\":\"vrQGUwaGM\",Dark:\"QmwAjShC_\",Light:\"Vivs1tTvM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"QmwAjShC_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QmwAjShC_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-1g9jqux\",className,classNames),\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"QmwAjShC_\",ref:ref??ref1,style:{...style},...addPropertyOverrides({ou0r8DHge:{\"data-framer-name\":\"Dark / Small\"},Vivs1tTvM:{\"data-framer-name\":\"Light\"},vrQGUwaGM:{\"data-framer-name\":\"Light / Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vlx0at\",\"data-framer-name\":\"Mark_2\",fill:\"black\",intrinsicHeight:22,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Mi_xOs1US\",svg:'<svg width=\"24\" height=\"22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.92 14.472 5.776 6.944h6.145l-11.92-6.944Z\" fill=\"#919191\"/><path d=\"m11.92 14.472-.022.013L0 21.415h6.146l5.775-6.943Z\" fill=\"#727272\"/><path d=\"m11.92 14.472 2.506 6.944h3.27l-5.775-6.944Z\" fill=\"#828282\"/><path d=\"M11.92 21.416h2.506l-2.505-6.944v6.944Z\" fill=\"#828282\"/><path d=\"M9.416 21.416h2.505v-6.944l-2.505 6.944Zm2.505-6.944-5.775 6.944h3.27l2.505-6.944Z\" fill=\"#828282\"/><path d=\"m11.92 14.472.017.01 11.905 6.934-3.073-5.37-8.848-1.574Z\" fill=\"#D7D7D7\"/><path d=\"m11.92 14.472 8.849 1.574-1.635-2.858-7.213 1.284Z\" fill=\"#E6E6E6\"/><path d=\"m11.92 14.472 7.214-1.284L17.88 11l-5.96 3.472Z\" fill=\"#E6E6E6\"/><path d=\"M17.881 11 16.63 8.81l-4.708 5.662L17.88 11Zm-5.961 3.472 4.71-5.662-1.635-2.858-3.073 8.519Z\" fill=\"#E6E6E6\"/><path d=\"m11.92 14.472 3.074-8.519L11.92.583v13.889Z\" fill=\"#F6F6F6\"/><path d=\"M0 21.416Z\" fill=\"#fff\"/><path d=\"M11.921 14.472V.584l-3.073 5.37 3.073 8.518Z\" fill=\"#242424\"/><path d=\"m11.921 14.472-8.848 1.574L0 21.416l11.921-6.944Z\" fill=\"#434343\"/><path d=\"M11.92 14.472 8.849 5.953 7.213 8.811l4.708 5.66Z\" fill=\"#333\"/><path d=\"M7.213 8.81 5.96 11l5.96 3.472L7.214 8.81Z\" fill=\"#333\"/><path d=\"M11.921 14.472 5.961 11l-1.253 2.188 7.213 1.284Z\" fill=\"#333\"/><path d=\"m11.921 14.472-7.213-1.284-1.635 2.858 8.848-1.574Z\" fill=\"#333\"/><g style=\"mix-blend-mode:color\"><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"22\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m11.92 14.471-.022.014L0 21.415h23.84l-11.469-6.68 11.47 6.68-3.073-5.37-1.635-2.857-1.253-2.189-1.25-2.189-1.635-2.857L11.92.583l-3.073 5.37 3.073 8.518-3.073-8.518L7.213 8.81 5.96 11l-1.252 2.188-1.635 2.857L0 21.415l11.92-6.944ZM0 21.416Z\" fill=\"#fff\" style=\"mix-blend-mode:difference\"/></mask><g mask=\"url(#a)\"><path fill=\"#EC4E0B\" d=\"M0 .583h23.667v20.833H0z\"/></g></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qmn0eh\",\"data-framer-name\":\"Medium\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pRGPJ0h7F\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 97 21\"><path d=\"M 0.515 0.296 L 0.515 2.762 L 2.99 2.762 L 2.99 0.296 Z M 0.672 4.879 L 0.672 16.744 L 2.857 16.744 L 2.857 4.879 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 0.515 0.296 L 0.515 2.762 L 2.99 2.762 L 2.99 0.296 Z M 0.672 4.879 L 0.672 16.744 L 2.857 16.744 L 2.857 4.879 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 5.287 16.744 L 7.473 16.744 L 7.473 9.462 C 7.473 7.671 8.498 6.485 10.127 6.485 C 11.799 6.485 12.11 7.555 12.11 9.137 L 12.11 16.744 L 14.297 16.744 L 14.297 9.462 C 14.297 7.671 15.321 6.485 16.95 6.485 C 18.623 6.485 18.934 7.555 18.934 9.137 L 18.934 16.744 L 21.119 16.744 L 21.119 8.509 C 21.119 5.973 19.96 4.531 17.664 4.531 C 15.902 4.531 14.765 5.461 13.939 6.601 L 13.895 6.601 C 13.426 5.275 12.468 4.531 10.885 4.531 C 9.168 4.531 8.12 5.461 7.518 6.368 L 7.473 6.368 L 7.473 4.879 L 5.288 4.879 L 5.288 16.744 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 5.287 16.744 L 7.473 16.744 L 7.473 9.462 C 7.473 7.671 8.498 6.485 10.127 6.485 C 11.799 6.485 12.11 7.555 12.11 9.137 L 12.11 16.744 L 14.297 16.744 L 14.297 9.462 C 14.297 7.671 15.321 6.485 16.95 6.485 C 18.623 6.485 18.934 7.555 18.934 9.137 L 18.934 16.744 L 21.119 16.744 L 21.119 8.509 C 21.119 5.973 19.96 4.531 17.664 4.531 C 15.902 4.531 14.765 5.461 13.939 6.601 L 13.895 6.601 C 13.426 5.275 12.468 4.531 10.885 4.531 C 9.168 4.531 8.12 5.461 7.518 6.368 L 7.473 6.368 L 7.473 4.879 L 5.288 4.879 L 5.288 16.744 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 26.55 17.071 C 28.402 17.071 29.694 16.302 30.453 15.069 L 30.498 15.069 C 30.608 16.418 31.211 16.861 32.28 16.861 C 32.638 16.861 33.018 16.815 33.396 16.721 L 33.396 15.325 C 33.263 15.349 33.196 15.349 33.129 15.349 C 32.705 15.349 32.593 14.906 32.593 14.045 L 32.593 8.601 C 32.593 5.53 30.72 4.508 28.379 4.508 C 24.9 4.508 23.473 6.299 23.362 8.579 L 25.592 8.579 C 25.703 6.997 26.305 6.346 28.29 6.346 C 29.963 6.346 30.453 7.066 30.453 7.927 C 30.453 9.091 29.361 9.323 27.576 9.672 C 24.745 10.253 22.827 11.021 22.827 13.673 C 22.827 15.697 24.277 17.071 26.55 17.071 Z M 27.041 15.232 C 25.681 15.232 25.123 14.627 25.123 13.51 C 25.123 12.278 25.947 11.719 27.955 11.277 C 29.115 11.021 30.095 10.766 30.453 10.416 L 30.453 12.115 C 30.453 14.185 29.003 15.232 27.041 15.232 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 26.55 17.071 C 28.402 17.071 29.694 16.302 30.453 15.069 L 30.498 15.069 C 30.608 16.418 31.211 16.861 32.28 16.861 C 32.638 16.861 33.018 16.815 33.396 16.721 L 33.396 15.325 C 33.263 15.349 33.196 15.349 33.129 15.349 C 32.705 15.349 32.593 14.906 32.593 14.045 L 32.593 8.601 C 32.593 5.53 30.72 4.508 28.379 4.508 C 24.9 4.508 23.473 6.299 23.362 8.579 L 25.592 8.579 C 25.703 6.997 26.305 6.346 28.29 6.346 C 29.963 6.346 30.453 7.066 30.453 7.927 C 30.453 9.091 29.361 9.323 27.576 9.672 C 24.745 10.253 22.827 11.021 22.827 13.673 C 22.827 15.697 24.277 17.071 26.55 17.071 Z M 27.041 15.232 C 25.681 15.232 25.123 14.627 25.123 13.51 C 25.123 12.278 25.947 11.719 27.955 11.277 C 29.115 11.021 30.095 10.766 30.453 10.416 L 30.453 12.115 C 30.453 14.185 29.003 15.232 27.041 15.232 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 43.084 15.954 C 43.084 18.187 42.013 19.141 39.94 19.141 C 38.088 19.141 37.309 18.303 37.086 17.234 L 34.833 17.234 C 35.056 19.373 36.684 21.001 39.94 21.001 C 43.195 21.001 45.269 19.397 45.269 15.813 L 45.269 4.881 L 43.084 4.881 L 43.084 6.277 L 43.039 6.277 C 42.414 5.438 41.366 4.531 39.538 4.531 C 36.706 4.531 34.521 6.532 34.521 10.347 C 34.521 14.139 36.706 16.14 39.538 16.14 C 41.367 16.14 42.414 15.302 43.039 14.349 L 43.084 14.349 Z M 39.94 6.438 C 41.902 6.438 43.061 7.742 43.061 10.347 C 43.061 12.929 41.902 14.255 39.94 14.255 C 37.798 14.255 36.796 12.58 36.796 10.347 C 36.796 8.113 37.798 6.438 39.94 6.438 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 43.084 15.954 C 43.084 18.187 42.013 19.141 39.94 19.141 C 38.088 19.141 37.309 18.303 37.086 17.234 L 34.833 17.234 C 35.056 19.373 36.684 21.001 39.94 21.001 C 43.195 21.001 45.269 19.397 45.269 15.813 L 45.269 4.881 L 43.084 4.881 L 43.084 6.277 L 43.039 6.277 C 42.414 5.438 41.366 4.531 39.538 4.531 C 36.706 4.531 34.521 6.532 34.521 10.347 C 34.521 14.139 36.706 16.14 39.538 16.14 C 41.367 16.14 42.414 15.302 43.039 14.349 L 43.084 14.349 Z M 39.94 6.438 C 41.902 6.438 43.061 7.742 43.061 10.347 C 43.061 12.929 41.902 14.255 39.94 14.255 C 37.798 14.255 36.796 12.58 36.796 10.347 C 36.796 8.113 37.798 6.438 39.94 6.438 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 47.572 0.296 L 47.572 2.762 L 50.047 2.762 L 50.047 0.296 Z M 47.729 4.879 L 47.729 16.744 L 49.914 16.744 L 49.914 4.879 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 47.572 0.296 L 47.572 2.762 L 50.047 2.762 L 50.047 0.296 Z M 47.729 4.879 L 47.729 16.744 L 49.914 16.744 L 49.914 4.879 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 52.344 16.744 L 54.53 16.744 L 54.53 9.462 C 54.53 7.671 55.734 6.485 57.607 6.485 C 59.234 6.485 59.904 7.555 59.904 9.137 L 59.904 16.744 L 62.11 16.744 L 62.11 8.509 C 62.11 5.787 60.416 4.531 58.32 4.531 C 56.358 4.531 55.177 5.461 54.575 6.368 L 54.53 6.368 L 54.53 4.879 L 52.345 4.879 L 52.345 16.744 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 52.344 16.744 L 54.53 16.744 L 54.53 9.462 C 54.53 7.671 55.734 6.485 57.607 6.485 C 59.234 6.485 59.904 7.555 59.904 9.137 L 59.904 16.744 L 62.11 16.744 L 62.11 8.509 C 62.11 5.787 60.416 4.531 58.32 4.531 C 56.358 4.531 55.177 5.461 54.575 6.368 L 54.53 6.368 L 54.53 4.879 L 52.345 4.879 L 52.345 16.744 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 69.45 17.094 C 72.438 17.094 74.11 15.372 74.69 13.092 L 72.483 13.092 C 72.26 13.882 71.501 15.232 69.494 15.232 C 67.243 15.232 66.127 13.417 66.082 11.417 L 74.825 11.417 C 74.846 11.231 74.846 10.882 74.846 10.556 C 74.846 6.881 72.906 4.508 69.451 4.508 C 65.971 4.508 63.831 7.066 63.831 10.789 C 63.831 14.418 65.838 17.094 69.45 17.094 Z M 69.383 6.368 C 71.323 6.368 72.55 7.764 72.55 9.625 L 66.081 9.625 C 66.215 7.671 67.553 6.368 69.382 6.368 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 69.45 17.094 C 72.438 17.094 74.11 15.372 74.69 13.092 L 72.483 13.092 C 72.26 13.882 71.501 15.232 69.494 15.232 C 67.243 15.232 66.127 13.417 66.082 11.417 L 74.825 11.417 C 74.846 11.231 74.846 10.882 74.846 10.556 C 74.846 6.881 72.906 4.508 69.451 4.508 C 65.971 4.508 63.831 7.066 63.831 10.789 C 63.831 14.418 65.838 17.094 69.45 17.094 Z M 69.383 6.368 C 71.323 6.368 72.55 7.764 72.55 9.625 L 66.081 9.625 C 66.215 7.671 67.553 6.368 69.382 6.368 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 75.662 14.208 L 75.662 16.744 L 78.093 16.744 L 78.093 14.208 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 75.662 14.208 L 75.662 16.744 L 78.093 16.744 L 78.093 14.208 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 80.933 0.296 L 80.933 2.762 L 83.407 2.762 L 83.407 0.296 Z M 81.088 4.879 L 81.088 16.744 L 83.275 16.744 L 83.275 4.879 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 80.933 0.296 L 80.933 2.762 L 83.407 2.762 L 83.407 0.296 Z M 81.088 4.879 L 81.088 16.744 L 83.275 16.744 L 83.275 4.879 Z\" fill=\"rgba(0,0,0,0.9)\"></path><path d=\"M 90.77 17.094 C 94.316 17.094 96.457 14.511 96.457 10.789 C 96.457 7.089 94.316 4.508 90.77 4.508 C 87.225 4.508 85.084 7.114 85.084 10.813 C 85.084 14.534 87.225 17.094 90.77 17.094 Z M 90.77 15.209 C 88.429 15.209 87.358 13.278 87.358 10.811 C 87.358 8.322 88.429 6.415 90.77 6.415 C 93.088 6.415 94.182 8.322 94.182 10.813 C 94.182 13.278 93.088 15.209 90.77 15.209 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 90.77 17.094 C 94.316 17.094 96.457 14.511 96.457 10.789 C 96.457 7.089 94.316 4.508 90.77 4.508 C 87.225 4.508 85.084 7.114 85.084 10.813 C 85.084 14.534 87.225 17.094 90.77 17.094 Z M 90.77 15.209 C 88.429 15.209 87.358 13.278 87.358 10.811 C 87.358 8.322 88.429 6.415 90.77 6.415 C 93.088 6.415 94.182 8.322 94.182 10.813 C 94.182 13.278 93.088 15.209 90.77 15.209 Z\" fill=\"rgba(0,0,0,0.9)\"></path></svg>',svgContentId:9811853643,variants:{ou0r8DHge:{backgroundColor:\"rgba(255, 255, 255, 0)\"},Vivs1tTvM:{backgroundColor:\"rgba(87, 27, 27, 0)\"},vrQGUwaGM:{backgroundColor:\"rgba(87, 27, 27, 0)\"}},withExternalLayout:true,...addPropertyOverrides({ou0r8DHge:{style:undefined,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74.391 16.154\"><path d=\"M 0.395 0.228 L 0.395 2.125 L 2.293 2.125 L 2.293 0.228 Z M 0.515 3.753 L 0.515 12.88 L 2.191 12.88 L 2.191 3.753 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 4.054 12.88 L 5.731 12.88 L 5.731 7.279 C 5.731 5.901 6.518 4.989 7.766 4.989 C 9.049 4.989 9.288 5.812 9.288 7.029 L 9.288 12.88 L 10.964 12.88 L 10.964 7.279 C 10.964 5.901 11.75 4.989 12.999 4.989 C 14.282 4.989 14.521 5.812 14.521 7.029 L 14.521 12.88 L 16.197 12.88 L 16.197 6.545 C 16.197 4.594 15.308 3.485 13.547 3.485 C 12.195 3.485 11.323 4.201 10.69 5.078 L 10.657 5.078 C 10.297 4.057 9.562 3.485 8.348 3.485 C 7.031 3.485 6.227 4.201 5.765 4.898 L 5.731 4.898 L 5.731 3.753 L 4.055 3.753 L 4.055 12.88 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 20.362 13.131 C 21.782 13.131 22.773 12.54 23.355 11.592 L 23.389 11.592 C 23.474 12.629 23.936 12.97 24.756 12.97 C 25.031 12.97 25.322 12.934 25.612 12.862 L 25.612 11.789 C 25.51 11.807 25.458 11.807 25.407 11.807 C 25.082 11.807 24.996 11.466 24.996 10.804 L 24.996 6.616 C 24.996 4.254 23.56 3.467 21.764 3.467 C 19.096 3.467 18.002 4.845 17.917 6.599 L 19.627 6.599 C 19.712 5.382 20.174 4.881 21.696 4.881 C 22.979 4.881 23.355 5.435 23.355 6.098 C 23.355 6.993 22.517 7.171 21.148 7.44 C 18.977 7.887 17.506 8.478 17.506 10.518 C 17.506 12.075 18.618 13.131 20.362 13.131 Z M 20.738 11.717 C 19.695 11.717 19.267 11.252 19.267 10.393 C 19.267 9.444 19.9 9.015 21.439 8.675 C 22.328 8.478 23.081 8.281 23.355 8.012 L 23.355 9.319 C 23.355 10.911 22.243 11.717 20.738 11.717 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 33.042 12.272 C 33.042 13.99 32.221 14.724 30.63 14.724 C 29.211 14.724 28.613 14.08 28.442 13.257 L 26.714 13.257 C 26.885 14.902 28.134 16.155 30.63 16.155 C 33.127 16.155 34.717 14.92 34.717 12.164 L 34.717 3.754 L 33.042 3.754 L 33.042 4.828 L 33.007 4.828 C 32.528 4.183 31.724 3.485 30.323 3.485 C 28.15 3.485 26.475 5.025 26.475 7.959 C 26.475 10.876 28.15 12.416 30.323 12.416 C 31.725 12.416 32.528 11.77 33.007 11.038 L 33.042 11.038 Z M 30.63 4.953 C 32.135 4.953 33.024 5.955 33.024 7.959 C 33.024 9.945 32.135 10.966 30.63 10.966 C 28.988 10.966 28.219 9.677 28.219 7.959 C 28.219 6.241 28.988 4.953 30.63 4.953 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 36.484 0.228 L 36.484 2.125 L 38.382 2.125 L 38.382 0.228 Z M 36.604 3.753 L 36.604 12.88 L 38.28 12.88 L 38.28 3.753 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 40.143 12.88 L 41.82 12.88 L 41.82 7.279 C 41.82 5.901 42.743 4.989 44.18 4.989 C 45.428 4.989 45.941 5.812 45.941 7.029 L 45.941 12.88 L 47.633 12.88 L 47.633 6.545 C 47.633 4.452 46.334 3.485 44.727 3.485 C 43.222 3.485 42.316 4.201 41.854 4.898 L 41.82 4.898 L 41.82 3.753 L 40.144 3.753 L 40.144 12.88 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 53.262 13.149 C 55.554 13.149 56.837 11.825 57.281 10.07 L 55.589 10.07 C 55.418 10.679 54.835 11.717 53.296 11.717 C 51.57 11.717 50.714 10.32 50.68 8.782 L 57.384 8.782 C 57.401 8.639 57.401 8.371 57.401 8.12 C 57.401 5.293 55.913 3.467 53.263 3.467 C 50.594 3.467 48.953 5.435 48.953 8.299 C 48.953 11.091 50.492 13.149 53.262 13.149 Z M 53.211 4.898 C 54.699 4.898 55.64 5.972 55.64 7.404 L 50.679 7.404 C 50.781 5.901 51.808 4.898 53.21 4.898 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 58.027 10.93 L 58.027 12.88 L 59.891 12.88 L 59.891 10.93 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 62.069 0.228 L 62.069 2.125 L 63.966 2.125 L 63.966 0.228 Z M 62.188 3.753 L 62.188 12.88 L 63.865 12.88 L 63.865 3.753 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 69.613 13.149 C 72.332 13.149 73.974 11.162 73.974 8.299 C 73.974 5.453 72.332 3.467 69.613 3.467 C 66.894 3.467 65.252 5.472 65.252 8.317 C 65.252 11.18 66.894 13.149 69.613 13.149 Z M 69.613 11.699 C 67.818 11.699 66.997 10.214 66.997 8.316 C 66.997 6.402 67.818 4.935 69.613 4.935 C 71.391 4.935 72.23 6.402 72.23 8.317 C 72.23 10.214 71.391 11.699 69.613 11.699 Z\" fill=\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)) /* {&quot;name&quot;:&quot;Dark / 800&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:8680862679},Vivs1tTvM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 97 21\"><path d=\"M 0.515 0.296 L 0.515 2.762 L 2.99 2.762 L 2.99 0.296 Z M 0.672 4.879 L 0.672 16.744 L 2.857 16.744 L 2.857 4.879 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 0.515 0.296 L 0.515 2.762 L 2.99 2.762 L 2.99 0.296 Z M 0.672 4.879 L 0.672 16.744 L 2.857 16.744 L 2.857 4.879 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 5.287 16.744 L 7.473 16.744 L 7.473 9.462 C 7.473 7.671 8.498 6.485 10.127 6.485 C 11.799 6.485 12.11 7.555 12.11 9.137 L 12.11 16.744 L 14.297 16.744 L 14.297 9.462 C 14.297 7.671 15.321 6.485 16.95 6.485 C 18.623 6.485 18.934 7.555 18.934 9.137 L 18.934 16.744 L 21.119 16.744 L 21.119 8.509 C 21.119 5.973 19.96 4.531 17.664 4.531 C 15.902 4.531 14.765 5.461 13.939 6.601 L 13.895 6.601 C 13.426 5.275 12.468 4.531 10.885 4.531 C 9.168 4.531 8.12 5.461 7.518 6.368 L 7.473 6.368 L 7.473 4.879 L 5.288 4.879 L 5.288 16.744 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 5.287 16.744 L 7.473 16.744 L 7.473 9.462 C 7.473 7.671 8.498 6.485 10.127 6.485 C 11.799 6.485 12.11 7.555 12.11 9.137 L 12.11 16.744 L 14.297 16.744 L 14.297 9.462 C 14.297 7.671 15.321 6.485 16.95 6.485 C 18.623 6.485 18.934 7.555 18.934 9.137 L 18.934 16.744 L 21.119 16.744 L 21.119 8.509 C 21.119 5.973 19.96 4.531 17.664 4.531 C 15.902 4.531 14.765 5.461 13.939 6.601 L 13.895 6.601 C 13.426 5.275 12.468 4.531 10.885 4.531 C 9.168 4.531 8.12 5.461 7.518 6.368 L 7.473 6.368 L 7.473 4.879 L 5.288 4.879 L 5.288 16.744 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 26.55 17.071 C 28.402 17.071 29.694 16.302 30.453 15.069 L 30.498 15.069 C 30.608 16.418 31.211 16.861 32.28 16.861 C 32.638 16.861 33.018 16.815 33.396 16.721 L 33.396 15.325 C 33.263 15.349 33.196 15.349 33.129 15.349 C 32.705 15.349 32.593 14.906 32.593 14.045 L 32.593 8.601 C 32.593 5.53 30.72 4.508 28.379 4.508 C 24.9 4.508 23.473 6.299 23.362 8.579 L 25.592 8.579 C 25.703 6.997 26.305 6.346 28.29 6.346 C 29.963 6.346 30.453 7.066 30.453 7.927 C 30.453 9.091 29.361 9.323 27.576 9.672 C 24.745 10.253 22.827 11.021 22.827 13.673 C 22.827 15.697 24.277 17.071 26.55 17.071 Z M 27.041 15.232 C 25.681 15.232 25.123 14.627 25.123 13.51 C 25.123 12.278 25.947 11.719 27.955 11.277 C 29.115 11.021 30.095 10.766 30.453 10.416 L 30.453 12.115 C 30.453 14.185 29.003 15.232 27.041 15.232 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 26.55 17.071 C 28.402 17.071 29.694 16.302 30.453 15.069 L 30.498 15.069 C 30.608 16.418 31.211 16.861 32.28 16.861 C 32.638 16.861 33.018 16.815 33.396 16.721 L 33.396 15.325 C 33.263 15.349 33.196 15.349 33.129 15.349 C 32.705 15.349 32.593 14.906 32.593 14.045 L 32.593 8.601 C 32.593 5.53 30.72 4.508 28.379 4.508 C 24.9 4.508 23.473 6.299 23.362 8.579 L 25.592 8.579 C 25.703 6.997 26.305 6.346 28.29 6.346 C 29.963 6.346 30.453 7.066 30.453 7.927 C 30.453 9.091 29.361 9.323 27.576 9.672 C 24.745 10.253 22.827 11.021 22.827 13.673 C 22.827 15.697 24.277 17.071 26.55 17.071 Z M 27.041 15.232 C 25.681 15.232 25.123 14.627 25.123 13.51 C 25.123 12.278 25.947 11.719 27.955 11.277 C 29.115 11.021 30.095 10.766 30.453 10.416 L 30.453 12.115 C 30.453 14.185 29.003 15.232 27.041 15.232 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 43.084 15.954 C 43.084 18.187 42.013 19.141 39.94 19.141 C 38.088 19.141 37.309 18.303 37.086 17.234 L 34.833 17.234 C 35.056 19.373 36.684 21.001 39.94 21.001 C 43.195 21.001 45.269 19.397 45.269 15.813 L 45.269 4.881 L 43.084 4.881 L 43.084 6.277 L 43.039 6.277 C 42.414 5.438 41.366 4.531 39.538 4.531 C 36.706 4.531 34.521 6.532 34.521 10.347 C 34.521 14.139 36.706 16.14 39.538 16.14 C 41.367 16.14 42.414 15.302 43.039 14.349 L 43.084 14.349 Z M 39.94 6.438 C 41.902 6.438 43.061 7.742 43.061 10.347 C 43.061 12.929 41.902 14.255 39.94 14.255 C 37.798 14.255 36.796 12.58 36.796 10.347 C 36.796 8.113 37.798 6.438 39.94 6.438 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 43.084 15.954 C 43.084 18.187 42.013 19.141 39.94 19.141 C 38.088 19.141 37.309 18.303 37.086 17.234 L 34.833 17.234 C 35.056 19.373 36.684 21.001 39.94 21.001 C 43.195 21.001 45.269 19.397 45.269 15.813 L 45.269 4.881 L 43.084 4.881 L 43.084 6.277 L 43.039 6.277 C 42.414 5.438 41.366 4.531 39.538 4.531 C 36.706 4.531 34.521 6.532 34.521 10.347 C 34.521 14.139 36.706 16.14 39.538 16.14 C 41.367 16.14 42.414 15.302 43.039 14.349 L 43.084 14.349 Z M 39.94 6.438 C 41.902 6.438 43.061 7.742 43.061 10.347 C 43.061 12.929 41.902 14.255 39.94 14.255 C 37.798 14.255 36.796 12.58 36.796 10.347 C 36.796 8.113 37.798 6.438 39.94 6.438 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 47.572 0.296 L 47.572 2.762 L 50.047 2.762 L 50.047 0.296 Z M 47.729 4.879 L 47.729 16.744 L 49.914 16.744 L 49.914 4.879 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 47.572 0.296 L 47.572 2.762 L 50.047 2.762 L 50.047 0.296 Z M 47.729 4.879 L 47.729 16.744 L 49.914 16.744 L 49.914 4.879 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 52.344 16.744 L 54.53 16.744 L 54.53 9.462 C 54.53 7.671 55.734 6.485 57.607 6.485 C 59.234 6.485 59.904 7.555 59.904 9.137 L 59.904 16.744 L 62.11 16.744 L 62.11 8.509 C 62.11 5.787 60.416 4.531 58.32 4.531 C 56.358 4.531 55.177 5.461 54.575 6.368 L 54.53 6.368 L 54.53 4.879 L 52.345 4.879 L 52.345 16.744 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 52.344 16.744 L 54.53 16.744 L 54.53 9.462 C 54.53 7.671 55.734 6.485 57.607 6.485 C 59.234 6.485 59.904 7.555 59.904 9.137 L 59.904 16.744 L 62.11 16.744 L 62.11 8.509 C 62.11 5.787 60.416 4.531 58.32 4.531 C 56.358 4.531 55.177 5.461 54.575 6.368 L 54.53 6.368 L 54.53 4.879 L 52.345 4.879 L 52.345 16.744 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 69.45 17.094 C 72.438 17.094 74.11 15.372 74.69 13.092 L 72.483 13.092 C 72.26 13.882 71.501 15.232 69.494 15.232 C 67.243 15.232 66.127 13.417 66.082 11.417 L 74.825 11.417 C 74.846 11.231 74.846 10.882 74.846 10.556 C 74.846 6.881 72.906 4.508 69.451 4.508 C 65.971 4.508 63.831 7.066 63.831 10.789 C 63.831 14.418 65.838 17.094 69.45 17.094 Z M 69.383 6.368 C 71.323 6.368 72.55 7.764 72.55 9.625 L 66.081 9.625 C 66.215 7.671 67.553 6.368 69.382 6.368 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 69.45 17.094 C 72.438 17.094 74.11 15.372 74.69 13.092 L 72.483 13.092 C 72.26 13.882 71.501 15.232 69.494 15.232 C 67.243 15.232 66.127 13.417 66.082 11.417 L 74.825 11.417 C 74.846 11.231 74.846 10.882 74.846 10.556 C 74.846 6.881 72.906 4.508 69.451 4.508 C 65.971 4.508 63.831 7.066 63.831 10.789 C 63.831 14.418 65.838 17.094 69.45 17.094 Z M 69.383 6.368 C 71.323 6.368 72.55 7.764 72.55 9.625 L 66.081 9.625 C 66.215 7.671 67.553 6.368 69.382 6.368 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 75.662 14.208 L 75.662 16.744 L 78.093 16.744 L 78.093 14.208 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 75.662 14.208 L 75.662 16.744 L 78.093 16.744 L 78.093 14.208 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 80.933 0.296 L 80.933 2.762 L 83.407 2.762 L 83.407 0.296 Z M 81.088 4.879 L 81.088 16.744 L 83.275 16.744 L 83.275 4.879 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 80.933 0.296 L 80.933 2.762 L 83.407 2.762 L 83.407 0.296 Z M 81.088 4.879 L 81.088 16.744 L 83.275 16.744 L 83.275 4.879 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 90.77 17.094 C 94.316 17.094 96.457 14.511 96.457 10.789 C 96.457 7.089 94.316 4.508 90.77 4.508 C 87.225 4.508 85.084 7.114 85.084 10.813 C 85.084 14.534 87.225 17.094 90.77 17.094 Z M 90.77 15.209 C 88.429 15.209 87.358 13.278 87.358 10.811 C 87.358 8.322 88.429 6.415 90.77 6.415 C 93.088 6.415 94.182 8.322 94.182 10.813 C 94.182 13.278 93.088 15.209 90.77 15.209 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 90.77 17.094 C 94.316 17.094 96.457 14.511 96.457 10.789 C 96.457 7.089 94.316 4.508 90.77 4.508 C 87.225 4.508 85.084 7.114 85.084 10.813 C 85.084 14.534 87.225 17.094 90.77 17.094 Z M 90.77 15.209 C 88.429 15.209 87.358 13.278 87.358 10.811 C 87.358 8.322 88.429 6.415 90.77 6.415 C 93.088 6.415 94.182 8.322 94.182 10.813 C 94.182 13.278 93.088 15.209 90.77 15.209 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path></svg>',svgContentId:9007115111},vrQGUwaGM:{style:undefined,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74.391 16.154\"><path d=\"M 0.395 0.228 L 0.395 2.125 L 2.293 2.125 L 2.293 0.228 Z M 0.515 3.753 L 0.515 12.88 L 2.191 12.88 L 2.191 3.753 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 0.395 0.228 L 0.395 2.125 L 2.293 2.125 L 2.293 0.228 Z M 0.515 3.753 L 0.515 12.88 L 2.191 12.88 L 2.191 3.753 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 4.054 12.88 L 5.731 12.88 L 5.731 7.279 C 5.731 5.901 6.518 4.989 7.766 4.989 C 9.049 4.989 9.288 5.812 9.288 7.029 L 9.288 12.88 L 10.964 12.88 L 10.964 7.279 C 10.964 5.901 11.75 4.989 12.999 4.989 C 14.282 4.989 14.521 5.812 14.521 7.029 L 14.521 12.88 L 16.197 12.88 L 16.197 6.545 C 16.197 4.594 15.308 3.485 13.547 3.485 C 12.195 3.485 11.323 4.201 10.69 5.078 L 10.657 5.078 C 10.297 4.057 9.562 3.485 8.348 3.485 C 7.031 3.485 6.227 4.201 5.765 4.898 L 5.731 4.898 L 5.731 3.753 L 4.055 3.753 L 4.055 12.88 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 4.054 12.88 L 5.731 12.88 L 5.731 7.279 C 5.731 5.901 6.518 4.989 7.766 4.989 C 9.049 4.989 9.288 5.812 9.288 7.029 L 9.288 12.88 L 10.964 12.88 L 10.964 7.279 C 10.964 5.901 11.75 4.989 12.999 4.989 C 14.282 4.989 14.521 5.812 14.521 7.029 L 14.521 12.88 L 16.197 12.88 L 16.197 6.545 C 16.197 4.594 15.308 3.485 13.547 3.485 C 12.195 3.485 11.323 4.201 10.69 5.078 L 10.657 5.078 C 10.297 4.057 9.562 3.485 8.348 3.485 C 7.031 3.485 6.227 4.201 5.765 4.898 L 5.731 4.898 L 5.731 3.753 L 4.055 3.753 L 4.055 12.88 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 20.362 13.131 C 21.782 13.131 22.773 12.54 23.355 11.592 L 23.389 11.592 C 23.474 12.629 23.936 12.97 24.756 12.97 C 25.031 12.97 25.322 12.934 25.612 12.862 L 25.612 11.789 C 25.51 11.807 25.458 11.807 25.407 11.807 C 25.082 11.807 24.996 11.466 24.996 10.804 L 24.996 6.616 C 24.996 4.254 23.56 3.467 21.764 3.467 C 19.096 3.467 18.002 4.845 17.917 6.599 L 19.627 6.599 C 19.712 5.382 20.174 4.881 21.696 4.881 C 22.979 4.881 23.355 5.435 23.355 6.098 C 23.355 6.993 22.517 7.171 21.148 7.44 C 18.977 7.887 17.506 8.478 17.506 10.518 C 17.506 12.075 18.618 13.131 20.362 13.131 Z M 20.738 11.717 C 19.695 11.717 19.267 11.252 19.267 10.393 C 19.267 9.444 19.9 9.015 21.439 8.675 C 22.328 8.478 23.081 8.281 23.355 8.012 L 23.355 9.319 C 23.355 10.911 22.243 11.717 20.738 11.717 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 20.362 13.131 C 21.782 13.131 22.773 12.54 23.355 11.592 L 23.389 11.592 C 23.474 12.629 23.936 12.97 24.756 12.97 C 25.031 12.97 25.322 12.934 25.612 12.862 L 25.612 11.789 C 25.51 11.807 25.458 11.807 25.407 11.807 C 25.082 11.807 24.996 11.466 24.996 10.804 L 24.996 6.616 C 24.996 4.254 23.56 3.467 21.764 3.467 C 19.096 3.467 18.002 4.845 17.917 6.599 L 19.627 6.599 C 19.712 5.382 20.174 4.881 21.696 4.881 C 22.979 4.881 23.355 5.435 23.355 6.098 C 23.355 6.993 22.517 7.171 21.148 7.44 C 18.977 7.887 17.506 8.478 17.506 10.518 C 17.506 12.075 18.618 13.131 20.362 13.131 Z M 20.738 11.717 C 19.695 11.717 19.267 11.252 19.267 10.393 C 19.267 9.444 19.9 9.015 21.439 8.675 C 22.328 8.478 23.081 8.281 23.355 8.012 L 23.355 9.319 C 23.355 10.911 22.243 11.717 20.738 11.717 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 33.042 12.272 C 33.042 13.99 32.221 14.724 30.63 14.724 C 29.211 14.724 28.613 14.08 28.442 13.257 L 26.714 13.257 C 26.885 14.902 28.134 16.155 30.63 16.155 C 33.127 16.155 34.717 14.92 34.717 12.164 L 34.717 3.754 L 33.042 3.754 L 33.042 4.828 L 33.007 4.828 C 32.528 4.183 31.724 3.485 30.323 3.485 C 28.15 3.485 26.475 5.025 26.475 7.959 C 26.475 10.876 28.15 12.416 30.323 12.416 C 31.725 12.416 32.528 11.77 33.007 11.038 L 33.042 11.038 Z M 30.63 4.953 C 32.135 4.953 33.024 5.955 33.024 7.959 C 33.024 9.945 32.135 10.966 30.63 10.966 C 28.988 10.966 28.219 9.677 28.219 7.959 C 28.219 6.241 28.988 4.953 30.63 4.953 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 33.042 12.272 C 33.042 13.99 32.221 14.724 30.63 14.724 C 29.211 14.724 28.613 14.08 28.442 13.257 L 26.714 13.257 C 26.885 14.902 28.134 16.155 30.63 16.155 C 33.127 16.155 34.717 14.92 34.717 12.164 L 34.717 3.754 L 33.042 3.754 L 33.042 4.828 L 33.007 4.828 C 32.528 4.183 31.724 3.485 30.323 3.485 C 28.15 3.485 26.475 5.025 26.475 7.959 C 26.475 10.876 28.15 12.416 30.323 12.416 C 31.725 12.416 32.528 11.77 33.007 11.038 L 33.042 11.038 Z M 30.63 4.953 C 32.135 4.953 33.024 5.955 33.024 7.959 C 33.024 9.945 32.135 10.966 30.63 10.966 C 28.988 10.966 28.219 9.677 28.219 7.959 C 28.219 6.241 28.988 4.953 30.63 4.953 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 36.484 0.228 L 36.484 2.125 L 38.382 2.125 L 38.382 0.228 Z M 36.604 3.753 L 36.604 12.88 L 38.28 12.88 L 38.28 3.753 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 36.484 0.228 L 36.484 2.125 L 38.382 2.125 L 38.382 0.228 Z M 36.604 3.753 L 36.604 12.88 L 38.28 12.88 L 38.28 3.753 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 40.143 12.88 L 41.82 12.88 L 41.82 7.279 C 41.82 5.901 42.743 4.989 44.18 4.989 C 45.428 4.989 45.941 5.812 45.941 7.029 L 45.941 12.88 L 47.633 12.88 L 47.633 6.545 C 47.633 4.452 46.334 3.485 44.727 3.485 C 43.222 3.485 42.316 4.201 41.854 4.898 L 41.82 4.898 L 41.82 3.753 L 40.144 3.753 L 40.144 12.88 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 40.143 12.88 L 41.82 12.88 L 41.82 7.279 C 41.82 5.901 42.743 4.989 44.18 4.989 C 45.428 4.989 45.941 5.812 45.941 7.029 L 45.941 12.88 L 47.633 12.88 L 47.633 6.545 C 47.633 4.452 46.334 3.485 44.727 3.485 C 43.222 3.485 42.316 4.201 41.854 4.898 L 41.82 4.898 L 41.82 3.753 L 40.144 3.753 L 40.144 12.88 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 53.262 13.149 C 55.554 13.149 56.837 11.825 57.281 10.07 L 55.589 10.07 C 55.418 10.679 54.835 11.717 53.296 11.717 C 51.57 11.717 50.714 10.32 50.68 8.782 L 57.384 8.782 C 57.401 8.639 57.401 8.371 57.401 8.12 C 57.401 5.293 55.913 3.467 53.263 3.467 C 50.594 3.467 48.953 5.435 48.953 8.299 C 48.953 11.091 50.492 13.149 53.262 13.149 Z M 53.211 4.898 C 54.699 4.898 55.64 5.972 55.64 7.404 L 50.679 7.404 C 50.781 5.901 51.808 4.898 53.21 4.898 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 53.262 13.149 C 55.554 13.149 56.837 11.825 57.281 10.07 L 55.589 10.07 C 55.418 10.679 54.835 11.717 53.296 11.717 C 51.57 11.717 50.714 10.32 50.68 8.782 L 57.384 8.782 C 57.401 8.639 57.401 8.371 57.401 8.12 C 57.401 5.293 55.913 3.467 53.263 3.467 C 50.594 3.467 48.953 5.435 48.953 8.299 C 48.953 11.091 50.492 13.149 53.262 13.149 Z M 53.211 4.898 C 54.699 4.898 55.64 5.972 55.64 7.404 L 50.679 7.404 C 50.781 5.901 51.808 4.898 53.21 4.898 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 58.027 10.93 L 58.027 12.88 L 59.891 12.88 L 59.891 10.93 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 58.027 10.93 L 58.027 12.88 L 59.891 12.88 L 59.891 10.93 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 62.069 0.228 L 62.069 2.125 L 63.966 2.125 L 63.966 0.228 Z M 62.188 3.753 L 62.188 12.88 L 63.865 12.88 L 63.865 3.753 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 62.069 0.228 L 62.069 2.125 L 63.966 2.125 L 63.966 0.228 Z M 62.188 3.753 L 62.188 12.88 L 63.865 12.88 L 63.865 3.753 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path><path d=\"M 69.613 13.149 C 72.332 13.149 73.974 11.162 73.974 8.299 C 73.974 5.453 72.332 3.467 69.613 3.467 C 66.894 3.467 65.252 5.472 65.252 8.317 C 65.252 11.18 66.894 13.149 69.613 13.149 Z M 69.613 11.699 C 67.818 11.699 66.997 10.214 66.997 8.316 C 66.997 6.402 67.818 4.935 69.613 4.935 C 71.391 4.935 72.23 6.402 72.23 8.317 C 72.23 10.214 71.391 11.699 69.613 11.699 Z\" fill=\"rgb(43,43,43)\"></path><path d=\"M 69.613 13.149 C 72.332 13.149 73.974 11.162 73.974 8.299 C 73.974 5.453 72.332 3.467 69.613 3.467 C 66.894 3.467 65.252 5.472 65.252 8.317 C 65.252 11.18 66.894 13.149 69.613 13.149 Z M 69.613 11.699 C 67.818 11.699 66.997 10.214 66.997 8.316 C 66.997 6.402 67.818 4.935 69.613 4.935 C 71.391 4.935 72.23 6.402 72.23 8.317 C 72.23 10.214 71.391 11.699 69.613 11.699 Z\" fill=\"rgba(255, 255, 255, 0.9)\"></path></svg>',svgContentId:9091398564}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OaGxw.framer-1qaih6h, .framer-OaGxw .framer-1qaih6h { display: block; }\",\".framer-OaGxw.framer-1g9jqux { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-OaGxw .framer-vlx0at { aspect-ratio: 1.0909090909090908 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 28px; }\",\".framer-OaGxw .framer-1qmn0eh { flex: none; height: 21px; position: relative; width: 97px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OaGxw.framer-1g9jqux { gap: 0px; } .framer-OaGxw.framer-1g9jqux > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-OaGxw.framer-1g9jqux > :first-child { margin-left: 0px; } .framer-OaGxw.framer-1g9jqux > :last-child { margin-right: 0px; } }\",\".framer-OaGxw.framer-v-1c59v22 .framer-vlx0at, .framer-OaGxw.framer-v-qbmjg2 .framer-vlx0at { height: 20px; width: var(--framer-aspect-ratio-supported, 21px); }\",\".framer-OaGxw.framer-v-1c59v22 .framer-1qmn0eh, .framer-OaGxw.framer-v-qbmjg2 .framer-1qmn0eh { height: 16px; width: 74px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 133\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Vivs1tTvM\":{\"layout\":[\"auto\",\"auto\"]},\"vrQGUwaGM\":{\"layout\":[\"auto\",\"auto\"]},\"ou0r8DHge\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkDrZs2M2R=withCSS(Component,css,\"framer-OaGxw\");export default FramerkDrZs2M2R;FramerkDrZs2M2R.displayName=\"Imagine.io Logo\";FramerkDrZs2M2R.defaultProps={height:26,width:133};addPropertyControls(FramerkDrZs2M2R,{variant:{options:[\"QmwAjShC_\",\"Vivs1tTvM\",\"vrQGUwaGM\",\"ou0r8DHge\"],optionTitles:[\"Dark\",\"Light\",\"Light / Small\",\"Dark / Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkDrZs2M2R,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkDrZs2M2R\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"26\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"133\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Vivs1tTvM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vrQGUwaGM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ou0r8DHge\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kDrZs2M2R.map", "// Generated by Framer (9f55354)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonMainButtonFinal from\"https://framerusercontent.com/modules/ycA4kWoXeBMb6fbl4tYq/tqC6fw5fGvGBQRL91Glj/LA60stj9k.js\";import ButtonMainButtonFinalCopy from\"https://framerusercontent.com/modules/chWcINTiZjyIGZqcAl3W/nlYJZ4hGcxSk4RpHS3u1/P875og59P.js\";const ButtonMainButtonFinalCopyFonts=getFonts(ButtonMainButtonFinalCopy);const ButtonMainButtonFinalControls=getPropertyControls(ButtonMainButtonFinal);const serializationHash=\"framer-ZjO4H\";const variantClassNames={ETYbY6axb:\"framer-v-1frw8io\"};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 humanReadableEnumMap={\"Dark - No BG\":\"lriEYYymY\",\"Dark-2\":\"Cw_a1Irs4\",\"Dark-Active\":\"gqFNqaTEi\",\"Light - No BG\":\"pL1ySK2TY\",\"Light-2\":\"wfX5zFhhY\",\"Main-Mobile\":\"J_3gXfmq1\",\"NEW LIGHT\":\"my05XROqI\",\"Variant 10\":\"RApvmwgSA\",Dark:\"dPyLBepZ6\",Large:\"GcuiszfJy\",Light:\"hRLyrHedS\",NOLINK:\"xIWXnH8Vo\",Papaya:\"iMIAwx4W1\"};const getProps=({contactSales,height,id,title,variant2,width,...props})=>{return{...props,C5IXoGfex:humanReadableEnumMap[variant2]??variant2??props.C5IXoGfex,Snjtyf3an:contactSales??props.Snjtyf3an,SzrlCTTKi:title??props.SzrlCTTKi??\"Contact Sales\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SzrlCTTKi,C5IXoGfex,Snjtyf3an,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ETYbY6axb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ewyh7u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Snjtyf3an){const res=await Snjtyf3an(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-1frw8io\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ETYbY6axb\",onTap:onTap1ewyh7u,ref:ref??ref1,style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"127px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||40)-0-40)/2+0+0),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10bx3t0-container\",layoutDependency:layoutDependency,layoutId:\"wOVb19ZR7-container\",children:/*#__PURE__*/_jsx(ButtonMainButtonFinalCopy,{height:\"100%\",id:\"wOVb19ZR7\",layoutId:\"wOVb19ZR7\",style:{width:\"100%\"},V_mdeIg77:\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",variant:C5IXoGfex,vbgP6rbuK:false,width:\"100%\",XvKj2WK6Q:SzrlCTTKi,Y6fnYx7_S:false})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZjO4H.framer-1jz6mha, .framer-ZjO4H .framer-1jz6mha { display: block; }\",\".framer-ZjO4H.framer-1frw8io { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZjO4H .framer-10bx3t0-container { flex: none; height: auto; position: relative; width: 127px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZjO4H.framer-1frw8io { gap: 0px; } .framer-ZjO4H.framer-1frw8io > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZjO4H.framer-1frw8io > :first-child { margin-top: 0px; } .framer-ZjO4H.framer-1frw8io > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 127\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"SzrlCTTKi\":\"title\",\"C5IXoGfex\":\"variant2\",\"Snjtyf3an\":\"contactSales\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxnuEhAA7W=withCSS(Component,css,\"framer-ZjO4H\");export default FramerxnuEhAA7W;FramerxnuEhAA7W.displayName=\"Hubspot-Event / Main-Nav-Contact-Sales Copy\";FramerxnuEhAA7W.defaultProps={height:40,width:127};addPropertyControls(FramerxnuEhAA7W,{SzrlCTTKi:{defaultValue:\"Contact Sales\",displayTextArea:false,title:\"Title\",type:ControlType.String},C5IXoGfex:ButtonMainButtonFinalControls?.[\"variant\"]&&{...ButtonMainButtonFinalControls[\"variant\"],defaultValue:null,description:undefined,hidden:undefined,title:\"Variant 2\"},Snjtyf3an:{title:\"Contact Sales\",type:ControlType.EventHandler}});addFonts(FramerxnuEhAA7W,[{explicitInter:true,fonts:[]},...ButtonMainButtonFinalCopyFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxnuEhAA7W\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"127\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"SzrlCTTKi\\\":\\\"title\\\",\\\"C5IXoGfex\\\":\\\"variant2\\\",\\\"Snjtyf3an\\\":\\\"contactSales\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const enabledGestures={ZQY4PqV0g:{hover:true}};const cycleOrder=[\"ZQY4PqV0g\",\"p6qkON_D1\"];const serializationHash=\"framer-6huqA\";const variantClassNames={p6qkON_D1:\"framer-v-j79h7d\",ZQY4PqV0g:\"framer-v-1jzbyy6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Main:\"ZQY4PqV0g\",Mobile:\"p6qkON_D1\"};const getProps=({cardImage,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,pIBPI7bhS:(_ref=cardImage!==null&&cardImage!==void 0?cardImage:props.pIBPI7bhS)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/p6IABMf1Gae64j78YMbRvBmjs.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/p6IABMf1Gae64j78YMbRvBmjs.webp?scale-down-to=512 512w, https://framerusercontent.com/images/p6IABMf1Gae64j78YMbRvBmjs.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/p6IABMf1Gae64j78YMbRvBmjs.webp 1500w\"},rvAo6FB5G:link!==null&&link!==void 0?link:props.rvAo6FB5G,tI4jPIjFq:(_ref1=title!==null&&title!==void 0?title:props.tI4jPIjFq)!==null&&_ref1!==void 0?_ref1:\"Webinar Title\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"ZQY4PqV0g\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,tI4jPIjFq,rvAo6FB5G,pIBPI7bhS,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"ZQY4PqV0g\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"p6qkON_D1\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:rvAo6FB5G,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1jzbyy6\",className,classNames)} framer-u68zyp`,\"data-framer-name\":\"Main\",initial:variant,layoutDependency:layoutDependency,layoutId:\"ZQY4PqV0g\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-a89c5b27-f6c1-400c-ab81-19a1903fc649, rgb(27, 28, 28))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,...style},variants:{\"ZQY4PqV0g-hover\":{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"}},...addPropertyOverrides({\"ZQY4PqV0g-hover\":{\"data-framer-name\":undefined},p6qkON_D1:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:3e3,pixelWidth:4e3,sizes:\"125px\",...toResponsiveImage(pIBPI7bhS)},className:\"framer-y30dej\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"LcUtwQ6Ff\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},...addPropertyOverrides({p6qkON_D1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:3e3,pixelWidth:4e3,sizes:\"85.5556px\",...toResponsiveImage(pIBPI7bhS)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pn4sxc\",\"data-framer-name\":\"Copy and Arrow\",layoutDependency:layoutDependency,layoutId:\"z1MshL50T\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18yxdwx\",\"data-framer-name\":\"Copy\",layoutDependency:layoutDependency,layoutId:\"xMfsGoFM0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)))\"},children:\"AI Stylist\"})}),className:\"framer-7kwypa\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"lMVhXUIc2\",style:{\"--extracted-r6o4lv\":\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:tI4jPIjFq,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tz2u2t-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"lZC9Smt7K-container\",name:\"Icon\",style:{opacity:.2,rotate:180},variants:{\"ZQY4PqV0g-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Material,{color:'var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"East\",iconStyle15:\"Outlined\",iconStyle2:\"Sharp\",iconStyle7:\"TwoTone\",id:\"lZC9Smt7K\",layoutId:\"lZC9Smt7K\",mirrored:true,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})]})})})});});const css=['.framer-6huqA[data-border=\"true\"]::after, .framer-6huqA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6huqA.framer-u68zyp, .framer-6huqA .framer-u68zyp { display: block; }\",\".framer-6huqA.framer-1jzbyy6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 8px 8px 8px 8px; position: relative; text-decoration: none; width: 390px; }\",\".framer-6huqA .framer-y30dej { flex: none; height: 80px; overflow: visible; position: relative; width: 125px; }\",\".framer-6huqA .framer-pn4sxc { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 8px 24px 8px 16px; position: relative; width: 1px; }\",\".framer-6huqA .framer-18yxdwx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-6huqA .framer-7kwypa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6huqA .framer-tz2u2t-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6huqA.framer-1jzbyy6, .framer-6huqA .framer-18yxdwx { gap: 0px; } .framer-6huqA.framer-1jzbyy6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6huqA.framer-1jzbyy6 > :first-child { margin-left: 0px; } .framer-6huqA.framer-1jzbyy6 > :last-child { margin-right: 0px; } .framer-6huqA .framer-18yxdwx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6huqA .framer-18yxdwx > :first-child { margin-top: 0px; } .framer-6huqA .framer-18yxdwx > :last-child { margin-bottom: 0px; } }\",\".framer-6huqA.framer-v-j79h7d .framer-y30dej { aspect-ratio: 1.5555555555555556 / 1; height: var(--framer-aspect-ratio-supported, 55px); width: 86px; }\",\".framer-6huqA.framer-v-j79h7d .framer-pn4sxc { gap: 0px; justify-content: center; }\",\".framer-6huqA.framer-v-j79h7d .framer-18yxdwx { align-content: center; align-items: center; justify-content: center; padding: 0px 0px 0px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6huqA.framer-v-j79h7d .framer-pn4sxc { gap: 0px; } .framer-6huqA.framer-v-j79h7d .framer-pn4sxc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6huqA.framer-v-j79h7d .framer-pn4sxc > :first-child { margin-top: 0px; } .framer-6huqA.framer-v-j79h7d .framer-pn4sxc > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"p6qkON_D1\":{\"layout\":[\"fixed\",\"auto\"]},\"kxRE8iPtr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"tI4jPIjFq\":\"title\",\"rvAo6FB5G\":\"link\",\"pIBPI7bhS\":\"cardImage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramercoxzlrGBo=withCSS(Component,css,\"framer-6huqA\");export default FramercoxzlrGBo;FramercoxzlrGBo.displayName=\"Card / ResourceCard\";FramercoxzlrGBo.defaultProps={height:96,width:390};addPropertyControls(FramercoxzlrGBo,{variant:{options:[\"ZQY4PqV0g\",\"p6qkON_D1\"],optionTitles:[\"Main\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},tI4jPIjFq:{defaultValue:\"Webinar Title\",displayTextArea:false,placeholder:\"Webinar Subcopy\",title:\"Title\",type:ControlType.String},rvAo6FB5G:{title:\"Link\",type:ControlType.Link},pIBPI7bhS:{__defaultAssetReference:\"data:framer/asset-reference,p6IABMf1Gae64j78YMbRvBmjs.webp?originalFilename=textile_pillow.webp&preferredSize=auto\",title:\"Card-Image\",type:ControlType.ResponsiveImage}});addFonts(FramercoxzlrGBo,[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"},...MaterialFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercoxzlrGBo\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p6qkON_D1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kxRE8iPtr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"tI4jPIjFq\\\":\\\"title\\\",\\\"rvAo6FB5G\\\":\\\"link\\\",\\\"pIBPI7bhS\\\":\\\"cardImage\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"390\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"96\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./coxzlrGBo.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"dW6MVoIiX\",\"l5Z_dhYEG\"];const serializationHash=\"framer-I2BmR\";const variantClassNames={dW6MVoIiX:\"framer-v-m1z1ur\",l5Z_dhYEG:\"framer-v-17ds26i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{duration:0,type:\"tween\"},l5Z_dhYEG:{duration:0,type:\"tween\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"dW6MVoIiX\",\"Variant 2\":\"l5Z_dhYEG\"};const getProps=({fill,height,iconVisible,id,link,tap,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,cePvWGYpp:(_ref=iconVisible!==null&&iconVisible!==void 0?iconVisible:props.cePvWGYpp)!==null&&_ref!==void 0?_ref:true,e2gnAX1bS:(_ref1=title!==null&&title!==void 0?title:props.e2gnAX1bS)!==null&&_ref1!==void 0?_ref1:\"Platform\",eR21mtUqT:link!==null&&link!==void 0?link:props.eR21mtUqT,kBY1uSXqQ:(_ref2=fill!==null&&fill!==void 0?fill:props.kBY1uSXqQ)!==null&&_ref2!==void 0?_ref2:\"rgba(40, 41, 41, 0)\",lyqnjuGWp:tap!==null&&tap!==void 0?tap:props.lyqnjuGWp,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"dW6MVoIiX\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,e2gnAX1bS,cePvWGYpp,eR21mtUqT,lyqnjuGWp,kBY1uSXqQ,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"dW6MVoIiX\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapu4e045=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(lyqnjuGWp){const res=await lyqnjuGWp(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:eR21mtUqT,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-m1z1ur\",className,classNames)} framer-1y94vid`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"dW6MVoIiX\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTapu4e045,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,...style},variants:{l5Z_dhYEG:{backgroundColor:kBY1uSXqQ}},...addPropertyOverrides({l5Z_dhYEG:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)))\"},children:\"Platform\"})}),className:\"framer-11mhced\",\"data-framer-name\":\"Button\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"geQxQy8Q5\",style:{\"--extracted-r6o4lv\":\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\"},text:e2gnAX1bS,verticalAlignment:\"top\",withExternalLayout:true}),cePvWGYpp&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bdu0w3-container\",layoutDependency:layoutDependency,layoutId:\"Ix3jR7H19-container\",style:{rotate:90},variants:{l5Z_dhYEG:{rotate:270}},children:/*#__PURE__*/_jsx(Material,{color:\"rgb(252, 252, 252)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ChevronRight\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Ix3jR7H19\",layoutId:\"Ix3jR7H19\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})});});const css=['.framer-I2BmR[data-border=\"true\"]::after, .framer-I2BmR [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I2BmR.framer-1y94vid, .framer-I2BmR .framer-1y94vid { display: block; }\",\".framer-I2BmR.framer-m1z1ur { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: 344px; }\",\".framer-I2BmR .framer-11mhced { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-I2BmR .framer-1bdu0w3-container { flex: none; height: 24px; position: relative; width: 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 344\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"l5Z_dhYEG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"e2gnAX1bS\":\"title\",\"cePvWGYpp\":\"iconVisible\",\"eR21mtUqT\":\"link\",\"lyqnjuGWp\":\"tap\",\"kBY1uSXqQ\":\"fill\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Framerl4AtbBukW=withCSS(Component,css,\"framer-I2BmR\");export default Framerl4AtbBukW;Framerl4AtbBukW.displayName=\"Button / Nav Dropdown\";Framerl4AtbBukW.defaultProps={height:56,width:344};addPropertyControls(Framerl4AtbBukW,{variant:{options:[\"dW6MVoIiX\",\"l5Z_dhYEG\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},e2gnAX1bS:{defaultValue:\"Platform\",displayTextArea:false,title:\"Title\",type:ControlType.String},cePvWGYpp:{defaultValue:true,title:\"IconVisible\",type:ControlType.Boolean},eR21mtUqT:{title:\"Link\",type:ControlType.Link},lyqnjuGWp:{title:\"Tap\",type:ControlType.EventHandler},kBY1uSXqQ:{defaultValue:\"rgba(40, 41, 41, 0)\",title:\"Fill\",type:ControlType.Color}});addFonts(Framerl4AtbBukW,[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"},...MaterialFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl4AtbBukW\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"e2gnAX1bS\\\":\\\"title\\\",\\\"cePvWGYpp\\\":\\\"iconVisible\\\",\\\"eR21mtUqT\\\":\\\"link\\\",\\\"lyqnjuGWp\\\":\\\"tap\\\",\\\"kBY1uSXqQ\\\":\\\"fill\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerIntrinsicWidth\":\"344\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"l5Z_dhYEG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./l4AtbBukW.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const enabledGestures={FaDJweb3h:{hover:true}};const cycleOrder=[\"FaDJweb3h\",\"cwJpHEsqx\"];const serializationHash=\"framer-pPhLx\";const variantClassNames={cwJpHEsqx:\"framer-v-uvudht\",FaDJweb3h:\"framer-v-1ockdhi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={cwJpHEsqx:{duration:0,type:\"tween\"},default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"FaDJweb3h\",Mobile:\"cwJpHEsqx\"};const getProps=({height,id,link,link2,newTab,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,BCQSeLBGI:link2!==null&&link2!==void 0?link2:props.BCQSeLBGI,bdahDCk7z:link!==null&&link!==void 0?link:props.bdahDCk7z,mI914ZxSS:(_ref=title!==null&&title!==void 0?title:props.mI914ZxSS)!==null&&_ref!==void 0?_ref:\"Curator\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"FaDJweb3h\",XxGjU9O7l:newTab!==null&&newTab!==void 0?newTab:props.XxGjU9O7l};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,mI914ZxSS,bdahDCk7z,BCQSeLBGI,XxGjU9O7l,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"FaDJweb3h\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"cwJpHEsqx\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:BCQSeLBGI,openInNewTab:XxGjU9O7l,...addPropertyOverrides({\"FaDJweb3h-hover\":{href:bdahDCk7z}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ockdhi\",className,classNames)} framer-1tw211c`,\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"FaDJweb3h\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,...style},variants:{\"FaDJweb3h-hover\":{backgroundColor:\"var(--token-a89c5b27-f6c1-400c-ab81-19a1903fc649, rgb(27, 28, 28))\"}},...addPropertyOverrides({\"FaDJweb3h-hover\":{\"data-framer-name\":undefined},cwJpHEsqx:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)))\"},children:\"Curator\"})}),className:\"framer-q1zjzu\",\"data-framer-name\":\"Button\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"von0CffGy\",style:{\"--extracted-r6o4lv\":\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\"},text:mI914ZxSS,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-qpo2yc\",layoutDependency:layoutDependency,layoutId:\"d4muVrh6K\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eccxqo-container\",layoutDependency:layoutDependency,layoutId:\"QdajaPaHO-container\",style:{opacity:0,rotate:180},variants:{\"FaDJweb3h-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Material,{color:'var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"East\",iconStyle15:\"Outlined\",iconStyle2:\"Sharp\",iconStyle7:\"TwoTone\",id:\"QdajaPaHO\",layoutId:\"QdajaPaHO\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=['.framer-pPhLx[data-border=\"true\"]::after, .framer-pPhLx [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pPhLx.framer-1tw211c, .framer-pPhLx .framer-1tw211c { display: block; }\",\".framer-pPhLx.framer-1ockdhi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: 38px; justify-content: space-between; overflow: visible; padding: 4px 16px 4px 16px; position: relative; text-decoration: none; width: 156px; }\",\".framer-pPhLx .framer-q1zjzu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pPhLx .framer-qpo2yc { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-pPhLx .framer-1eccxqo-container { bottom: 0px; flex: none; left: -5px; position: absolute; top: 0px; width: 20px; }\",\".framer-pPhLx.framer-v-uvudht.framer-1ockdhi { height: min-content; padding: 12px 16px 12px 0px; }\",\".framer-pPhLx.framer-v-1ockdhi.hover .framer-1eccxqo-container { left: 0px; right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 156\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"cwJpHEsqx\":{\"layout\":[\"fixed\",\"auto\"]},\"ursn8NOZJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"mI914ZxSS\":\"title\",\"bdahDCk7z\":\"link\",\"BCQSeLBGI\":\"link2\",\"XxGjU9O7l\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramervQ79k8B3o=withCSS(Component,css,\"framer-pPhLx\");export default FramervQ79k8B3o;FramervQ79k8B3o.displayName=\"SiteButtonArrow\";FramervQ79k8B3o.defaultProps={height:38,width:156};addPropertyControls(FramervQ79k8B3o,{variant:{options:[\"FaDJweb3h\",\"cwJpHEsqx\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},mI914ZxSS:{defaultValue:\"Curator\",displayTextArea:false,title:\"Title\",type:ControlType.String},bdahDCk7z:{title:\"Link\",type:ControlType.Link},BCQSeLBGI:{title:\"Link 2\",type:ControlType.Link},XxGjU9O7l:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramervQ79k8B3o,[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"},...MaterialFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervQ79k8B3o\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"156\",\"framerIntrinsicHeight\":\"38\",\"framerVariables\":\"{\\\"mI914ZxSS\\\":\\\"title\\\",\\\"bdahDCk7z\\\":\\\"link\\\",\\\"BCQSeLBGI\\\":\\\"link2\\\",\\\"XxGjU9O7l\\\":\\\"newTab\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cwJpHEsqx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ursn8NOZJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vQ79k8B3o.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,optimizeAppear,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SiteButtonArrow from\"https://framerusercontent.com/modules/O0GZsI4IC786ZMk1CjX5/1O7JuVYc4JaoQFx2dDEl/vQ79k8B3o.js\";const SiteButtonArrowFonts=getFonts(SiteButtonArrow);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"xSxtnfNUb\",\"U9iysv99Q\"];const serializationHash=\"framer-7eY3Z\";const variantClassNames={U9iysv99Q:\"framer-v-4fz5j4\",xSxtnfNUb:\"framer-v-zazg1u\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-5,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-5,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"xSxtnfNUb\",\"Variant 2\":\"U9iysv99Q\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"xSxtnfNUb\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xSxtnfNUb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({U9iysv99Q:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,__framer__presenceAnimate:optimizeAppear(\"animate\",\"zazg1u\",animation1,undefined),__framer__presenceExit:animation,__framer__presenceInitial:optimizeAppear(\"initial\",\"zazg1u\",animation2,undefined),__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-zazg1u\",className,classNames),\"data-framer-appear-id\":\"zazg1u\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"xSxtnfNUb\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\",...style},variants:{U9iysv99Q:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({U9iysv99Q:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PG5MKTx72\"},implicitPathVariables:undefined},{href:{webPageId:\"PG5MKTx72\"},implicitPathVariables:undefined},{href:{webPageId:\"PG5MKTx72\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mh6fpc-container\",layoutDependency:layoutDependency,layoutId:\"Zo7pUe0LH-container\",children:/*#__PURE__*/_jsx(SiteButtonArrow,{bdahDCk7z:resolvedLinks[0],height:\"100%\",id:\"Zo7pUe0LH\",layoutId:\"Zo7pUe0LH\",mI914ZxSS:\"About\",style:{height:\"100%\",width:\"100%\"},variant:\"FaDJweb3h\",width:\"100%\",XxGjU9O7l:false,...addPropertyOverrides({U9iysv99Q:{BCQSeLBGI:resolvedLinks[2],bdahDCk7z:resolvedLinks[1],style:{width:\"100%\"},variant:\"cwJpHEsqx\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":JIHzpjLuU\",webPageId:\"tMi3g6ng8\"},implicitPathVariables:undefined},{href:{hash:\":JIHzpjLuU\",webPageId:\"tMi3g6ng8\"},implicitPathVariables:undefined},{href:{hash:\":JIHzpjLuU\",webPageId:\"tMi3g6ng8\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m64pt6-container\",layoutDependency:layoutDependency,layoutId:\"xeDoVf2Mv-container\",children:/*#__PURE__*/_jsx(SiteButtonArrow,{bdahDCk7z:resolvedLinks1[0],height:\"100%\",id:\"xeDoVf2Mv\",layoutId:\"xeDoVf2Mv\",mI914ZxSS:\"Careers\",style:{height:\"100%\",width:\"100%\"},variant:\"FaDJweb3h\",width:\"100%\",XxGjU9O7l:false,...addPropertyOverrides({U9iysv99Q:{BCQSeLBGI:resolvedLinks1[2],bdahDCk7z:resolvedLinks1[1],style:{width:\"100%\"},variant:\"cwJpHEsqx\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7eY3Z.framer-bapzjm, .framer-7eY3Z .framer-bapzjm { display: block; }\",\".framer-7eY3Z.framer-zazg1u { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 20px 20px 20px; position: relative; width: 267px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7eY3Z .framer-1mh6fpc-container, .framer-7eY3Z .framer-m64pt6-container { flex: none; height: 38px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7eY3Z.framer-zazg1u { gap: 0px; } .framer-7eY3Z.framer-zazg1u > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-7eY3Z.framer-zazg1u > :first-child { margin-top: 0px; } .framer-7eY3Z.framer-zazg1u > :last-child { margin-bottom: 0px; } }\",\".framer-7eY3Z.framer-v-4fz5j4.framer-zazg1u { padding: 0px; }\",\".framer-7eY3Z.framer-v-4fz5j4 .framer-1mh6fpc-container, .framer-7eY3Z.framer-v-4fz5j4 .framer-m64pt6-container { height: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 111\n * @framerIntrinsicWidth 267\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U9iysv99Q\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framero_nFYTkx_=withCSS(Component,css,\"framer-7eY3Z\");export default Framero_nFYTkx_;Framero_nFYTkx_.displayName=\"Navigation / Company\";Framero_nFYTkx_.defaultProps={height:111,width:267};addPropertyControls(Framero_nFYTkx_,{variant:{options:[\"xSxtnfNUb\",\"U9iysv99Q\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framero_nFYTkx_,[{explicitInter:true,fonts:[]},...SiteButtonArrowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero_nFYTkx_\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U9iysv99Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"111\",\"framerIntrinsicWidth\":\"267\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./o_nFYTkx_.map", "// Generated by Framer (59b6ee7)\nimport{jsx as _jsx}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\";const enabledGestures={gmOjGBNZQ:{hover:true},Qylzq04XT:{hover:true},V3fyfJPlM:{hover:true}};const cycleOrder=[\"V3fyfJPlM\",\"Qylzq04XT\",\"LIOzoTQXe\",\"gmOjGBNZQ\",\"Ztgtdq8yY\",\"V5pvnTKYq\",\"B7C6kWSVe\",\"UYkAEQoEm\",\"PZUGvO_yd\",\"uZOi1RwMY\"];const serializationHash=\"framer-DfolZ\";const variantClassNames={B7C6kWSVe:\"framer-v-725wyy\",gmOjGBNZQ:\"framer-v-i0sqxb\",LIOzoTQXe:\"framer-v-14fa65b\",PZUGvO_yd:\"framer-v-1nrscwb\",Qylzq04XT:\"framer-v-1rmsf44\",UYkAEQoEm:\"framer-v-c40imy\",uZOi1RwMY:\"framer-v-skv7ii\",V3fyfJPlM:\"framer-v-1aldat2\",V5pvnTKYq:\"framer-v-xn5i2c\",Ztgtdq8yY:\"framer-v-1y1gscw\"};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 humanReadableVariantMap={\"Dark - No BG\":\"gmOjGBNZQ\",\"Dark-2\":\"B7C6kWSVe\",\"Light - No BG\":\"Ztgtdq8yY\",\"Light-2\":\"V5pvnTKYq\",\"Main-Mobile\":\"UYkAEQoEm\",\"Variant 10\":\"uZOi1RwMY\",Dark:\"Qylzq04XT\",Large:\"PZUGvO_yd\",Light:\"LIOzoTQXe\",Papaya:\"V3fyfJPlM\"};const getProps=({background2,height,hover7,id,tap2,title,width,...props})=>{return{...props,iwpUBbA_a:tap2??props.iwpUBbA_a,ruDDc5HKQ:hover7??props.ruDDc5HKQ,V_mdeIg77:background2??props.V_mdeIg77??\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"V3fyfJPlM\",XvKj2WK6Q:title??props.XvKj2WK6Q??\"Contact Sales\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XvKj2WK6Q,iwpUBbA_a,V_mdeIg77,ruDDc5HKQ,vLaR6_i7ALA60stj9k,mfAN6OFNqLA60stj9k,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V3fyfJPlM\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnteradorln=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(ruDDc5HKQ){const res=await ruDDc5HKQ(...args);if(res===false)return false;}});const onTap1aci1jd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iwpUBbA_a){const res=await iwpUBbA_a(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-1aldat2\",className,classNames),\"data-framer-name\":\"Papaya\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"V3fyfJPlM\",onMouseEnter:onMouseEnteradorln,ref:ref??ref1,style:{backgroundColor:\"var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"gmOjGBNZQ-hover\":{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},\"Qylzq04XT-hover\":{backgroundColor:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},\"V3fyfJPlM-hover\":{backgroundColor:\"rgb(252, 102, 38)\"},B7C6kWSVe:{backgroundColor:\"var(--token-a89c5b27-f6c1-400c-ab81-19a1903fc649, rgb(27, 28, 28))\"},gmOjGBNZQ:{backgroundColor:\"rgba(0, 0, 0, 0)\"},LIOzoTQXe:{backgroundColor:\"var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, rgb(249, 249, 249))\"},PZUGvO_yd:{backgroundColor:V_mdeIg77},Qylzq04XT:{backgroundColor:\"var(--token-424407ca-8a5e-4b48-84df-2af93dcb4665, rgb(39, 40, 40))\"},uZOi1RwMY:{backgroundColor:\"var(--token-3c8a01de-94fc-452c-ab90-43ddac961ed5, rgb(236, 236, 234))\"},V5pvnTKYq:{backgroundColor:\"var(--token-3c8a01de-94fc-452c-ab90-43ddac961ed5, rgb(236, 236, 234))\"},Ztgtdq8yY:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"gmOjGBNZQ-hover\":{\"data-framer-name\":undefined},\"Qylzq04XT-hover\":{\"data-framer-name\":undefined},\"V3fyfJPlM-hover\":{\"data-framer-name\":undefined},B7C6kWSVe:{\"data-framer-name\":\"Dark-2\"},gmOjGBNZQ:{\"data-framer-name\":\"Dark - No BG\",onTap:onTap1aci1jd},LIOzoTQXe:{\"data-framer-name\":\"Light\"},PZUGvO_yd:{\"data-framer-name\":\"Large\"},Qylzq04XT:{\"data-framer-name\":\"Dark\"},UYkAEQoEm:{\"data-framer-name\":\"Main-Mobile\"},uZOi1RwMY:{\"data-framer-name\":\"Variant 10\"},V5pvnTKYq:{\"data-framer-name\":\"Light-2\"},Ztgtdq8yY:{\"data-framer-name\":\"Light - No BG\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255)))\"},children:\"Contact Sales\"})}),className:\"framer-1mdaxi3\",\"data-framer-name\":\"Button\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"Lr4HlLYQt\",style:{\"--extracted-r6o4lv\":\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",\"--variable-reference-mfAN6OFNq-LA60stj9k\":mfAN6OFNqLA60stj9k,\"--variable-reference-vLaR6_i7A-LA60stj9k\":vLaR6_i7ALA60stj9k},text:XvKj2WK6Q,variants:{LIOzoTQXe:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},PZUGvO_yd:{\"--extracted-r6o4lv\":\"var(--variable-reference-mfAN6OFNq-LA60stj9k)\",\"--variable-reference-mfAN6OFNq-LA60stj9k\":mfAN6OFNqLA60stj9k},uZOi1RwMY:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},V5pvnTKYq:{\"--extracted-r6o4lv\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\"},Ztgtdq8yY:{\"--extracted-r6o4lv\":\"var(--variable-reference-vLaR6_i7A-LA60stj9k)\",\"--variable-reference-vLaR6_i7A-LA60stj9k\":vLaR6_i7ALA60stj9k}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LIOzoTQXe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},PZUGvO_yd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-mfAN6OFNq-LA60stj9k))\"},children:\"Contact Sales\"})})},uZOi1RwMY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},V5pvnTKYq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16)))\"},children:\"Contact Sales\"})})},Ztgtdq8yY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vLaR6_i7A-LA60stj9k))\"},children:\"Contact Sales\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DfolZ.framer-dp8p9a, .framer-DfolZ .framer-dp8p9a { display: block; }\",\".framer-DfolZ.framer-1aldat2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: min-content; }\",\".framer-DfolZ .framer-1mdaxi3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DfolZ.framer-1aldat2 { gap: 0px; } .framer-DfolZ.framer-1aldat2 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DfolZ.framer-1aldat2 > :first-child { margin-left: 0px; } .framer-DfolZ.framer-1aldat2 > :last-child { margin-right: 0px; } }\",\".framer-DfolZ.framer-v-c40imy.framer-1aldat2 { padding: 12px 16px 12px 16px; }\",\".framer-DfolZ.framer-v-1nrscwb.framer-1aldat2, .framer-DfolZ.framer-v-skv7ii.framer-1aldat2 { padding: 15px 25px 15px 25px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 115\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Qylzq04XT\":{\"layout\":[\"auto\",\"auto\"]},\"LIOzoTQXe\":{\"layout\":[\"auto\",\"auto\"]},\"gmOjGBNZQ\":{\"layout\":[\"auto\",\"auto\"]},\"Ztgtdq8yY\":{\"layout\":[\"auto\",\"auto\"]},\"V5pvnTKYq\":{\"layout\":[\"auto\",\"auto\"]},\"B7C6kWSVe\":{\"layout\":[\"auto\",\"auto\"]},\"UYkAEQoEm\":{\"layout\":[\"auto\",\"auto\"]},\"PZUGvO_yd\":{\"layout\":[\"auto\",\"auto\"]},\"uZOi1RwMY\":{\"layout\":[\"auto\",\"auto\"]},\"Gu9EaQs6u\":{\"layout\":[\"auto\",\"auto\"]},\"BATa_NajP\":{\"layout\":[\"auto\",\"auto\"]},\"FDGyJiw9N\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XvKj2WK6Q\":\"title\",\"iwpUBbA_a\":\"tap2\",\"V_mdeIg77\":\"background2\",\"ruDDc5HKQ\":\"hover7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framern0mleuK5n=withCSS(Component,css,\"framer-DfolZ\");export default Framern0mleuK5n;Framern0mleuK5n.displayName=\"Button / MainButtonFinal Copy 2\";Framern0mleuK5n.defaultProps={height:40,width:115};addPropertyControls(Framern0mleuK5n,{variant:{options:[\"V3fyfJPlM\",\"Qylzq04XT\",\"LIOzoTQXe\",\"gmOjGBNZQ\",\"Ztgtdq8yY\",\"V5pvnTKYq\",\"B7C6kWSVe\",\"UYkAEQoEm\",\"PZUGvO_yd\",\"uZOi1RwMY\"],optionTitles:[\"Papaya\",\"Dark\",\"Light\",\"Dark - No BG\",\"Light - No BG\",\"Light-2\",\"Dark-2\",\"Main-Mobile\",\"Large\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum},XvKj2WK6Q:{defaultValue:\"Contact Sales\",displayTextArea:false,title:\"Title\",type:ControlType.String},iwpUBbA_a:{title:\"Tap 2\",type:ControlType.EventHandler},V_mdeIg77:{defaultValue:'var(--token-ec2fc95b-0069-4aaf-9dc7-4e4f889ff086, rgb(235, 78, 10)) /* {\"name\":\"Papaya\"} */',title:\"Background 2\",type:ControlType.Color},ruDDc5HKQ:{title:\"Hover 7\",type:ControlType.EventHandler}});addFonts(Framern0mleuK5n,[{explicitInter:true,fonts:[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framern0mleuK5n\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"XvKj2WK6Q\\\":\\\"title\\\",\\\"iwpUBbA_a\\\":\\\"tap2\\\",\\\"V_mdeIg77\\\":\\\"background2\\\",\\\"ruDDc5HKQ\\\":\\\"hover7\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"115\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Qylzq04XT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LIOzoTQXe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gmOjGBNZQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ztgtdq8yY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V5pvnTKYq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B7C6kWSVe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UYkAEQoEm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PZUGvO_yd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uZOi1RwMY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Gu9EaQs6u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BATa_NajP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FDGyJiw9N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./n0mleuK5n.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "LA60stj9k_exports", "__export", "__FramerMetadata__", "LA60stj9k_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color3", "height", "hover6", "hover7", "hover8", "hover9", "id", "link", "link2", "newTab", "smoothScroll2", "tap2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XvKj2WK6Q", "r3gI1vuyG", "iwpUBbA_a", "Y6fnYx7_S", "vbgP6rbuK", "vLaR6_i7A", "kEVqYsxmg", "T_2SjiHyI", "ePFx1lHpQ", "jvJ2apzus", "CcorEOxxJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterwklure", "args", "onTap1aci1jd", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerLA60stj9k", "withCSS", "LA60stj9k_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background2", "height", "hover7", "id", "link", "newTab", "smoothScroll2", "tap2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XvKj2WK6Q", "r3gI1vuyG", "iwpUBbA_a", "Y6fnYx7_S", "vbgP6rbuK", "V_mdeIg77", "ruDDc5HKQ", "vLaR6_i7ALA60stj9k", "mfAN6OFNqLA60stj9k", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnteradorln", "args", "onTap1aci1jd", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerP875og59P", "withCSS", "P875og59P_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", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "css", "FramerkDrZs2M2R", "withCSS", "kDrZs2M2R_default", "addPropertyControls", "ControlType", "addFonts", "ButtonMainButtonFinalCopyFonts", "getFonts", "P875og59P_default", "ButtonMainButtonFinalControls", "getPropertyControls", "LA60stj9k_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "contactSales", "height", "id", "title", "variant2", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "SzrlCTTKi", "C5IXoGfex", "Snjtyf3an", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ewyh7u", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "P875og59P_default", "css", "FramerxnuEhAA7W", "withCSS", "xnuEhAA7W_default", "addPropertyControls", "ControlType", "ButtonMainButtonFinalControls", "addFonts", "ButtonMainButtonFinalCopyFonts", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "cardImage", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "tI4jPIjFq", "rvAo6FB5G", "pIBPI7bhS", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "Image2", "RichText2", "x", "css", "FramercoxzlrGBo", "withCSS", "coxzlrGBo_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "fill", "height", "iconVisible", "id", "link", "tap", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "e2gnAX1bS", "cePvWGYpp", "eR21mtUqT", "lyqnjuGWp", "kBY1uSXqQ", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapu4e045", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "Framerl4AtbBukW", "withCSS", "l4AtbBukW_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "link2", "newTab", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mI914ZxSS", "bdahDCk7z", "BCQSeLBGI", "XxGjU9O7l", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramervQ79k8B3o", "withCSS", "vQ79k8B3o_default", "addPropertyControls", "ControlType", "addFonts", "SiteButtonArrowFonts", "getFonts", "vQ79k8B3o_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "optimizeAppear", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "Framero_nFYTkx_", "withCSS", "o_nFYTkx_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background2", "height", "hover7", "id", "tap2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XvKj2WK6Q", "iwpUBbA_a", "V_mdeIg77", "ruDDc5HKQ", "vLaR6_i7ALA60stj9k", "mfAN6OFNqLA60stj9k", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnteradorln", "args", "onTap1aci1jd", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "css", "Framern0mleuK5n", "withCSS", "n0mleuK5n_default", "addPropertyControls", "ControlType", "addFonts"]
}
