{
  "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/sPQMkHJGWIayue4TGwIH/u0YjSAvE30AvEEYJOsDM/jciASzB2s.js", "ssg:https://framerusercontent.com/modules/pRTldG2KF8olVP1M0duj/b3e2UK9Uo7KIWEQAKlLo/Wz2Kph7Sz.js", "ssg:https://framerusercontent.com/modules/i6p7usqzQHg8srLfZGda/7iBXCRwZPbtNdgchBWFs/CJV_aeMtD.js", "ssg:https://framerusercontent.com/modules/qqTHYXOEwD2fdcJXAQ3J/DOpLWBT3YVpcrZlLBROe/f64fWYe7F.js", "ssg:https://framerusercontent.com/modules/pdma08IFcwL6vBn7WLE3/PncZqPJ0KnwOtFx0P4k2/mcvMl_Kbt.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 (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Link,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const enabledGestures={kKiZYASEH:{hover:true}};const serializationHash=\"framer-p7aCO\";const variantClassNames={kKiZYASEH:\"framer-v-n3g7zu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"kKiZYASEH\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/altilium-clean-technology/\",motionChild:true,nodeId:\"kKiZYASEH\",openInNewTab:true,scopeId:\"jciASzB2s\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-n3g7zu\",className,classNames)} framer-1a68rdk`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kKiZYASEH\",ref:refBinding,style:{backgroundColor:\"rgb(216, 241, 234)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},variants:{\"kKiZYASEH-hover\":{backgroundColor:\"rgb(140, 207, 189)\"}},...addPropertyOverrides({\"kKiZYASEH-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17l9duu-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CHHtHvGmK-container\",nodeId:\"CHHtHvGmK\",rendersWithMotion:true,scopeId:\"jciASzB2s\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(23, 167, 129)\",height:\"100%\",iconSearch:\"linkedin\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"CHHtHvGmK\",layoutId:\"CHHtHvGmK\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p7aCO.framer-1a68rdk, .framer-p7aCO .framer-1a68rdk { display: block; }\",\".framer-p7aCO.framer-n3g7zu { cursor: pointer; height: 33px; overflow: hidden; position: relative; text-decoration: none; width: 33px; will-change: var(--framer-will-change-override, transform); }\",\".framer-p7aCO .framer-17l9duu-container { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-p7aCO.framer-v-n3g7zu.hover.framer-n3g7zu { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 33px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33\n * @framerIntrinsicWidth 33\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Cj1NECV6J\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjciASzB2s=withCSS(Component,css,\"framer-p7aCO\");export default FramerjciASzB2s;FramerjciASzB2s.displayName=\"LinkedIn link\";FramerjciASzB2s.defaultProps={height:33,width:33};addFonts(FramerjciASzB2s,[{explicitInter:true,fonts:[]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjciASzB2s\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"33\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"33\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Cj1NECV6J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jciASzB2s.map", "// Generated by Framer (ab692b1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-KyRXB .framer-styles-preset-84doiu:not(.rich-text-wrapper), .framer-KyRXB .framer-styles-preset-84doiu.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #12a77e; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-c4f0f8e5-e819-40d1-b30f-9e7b590dda86, #ffffff); --framer-link-text-decoration: none; }\"];export const className=\"framer-KyRXB\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={fq9gwNmzM:{hover:true}};const cycleOrder=[\"fq9gwNmzM\",\"AVVpglhYV\"];const serializationHash=\"framer-P6paa\";const variantClassNames={AVVpglhYV:\"framer-v-1gl1wkq\",fq9gwNmzM:\"framer-v-uqbmcd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"fq9gwNmzM\",\"Variant 2\":\"AVVpglhYV\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,rqg5z7Wem:title??props.rqg5z7Wem??\"Register\",variant:humanReadableVariantMap[props.variant]??props.variant??\"fq9gwNmzM\",yS2uonncu:link??props.yS2uonncu};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,rqg5z7Wem,yS2uonncu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fq9gwNmzM\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"fq9gwNmzM-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:yS2uonncu,motionChild:true,nodeId:\"fq9gwNmzM\",scopeId:\"CJV_aeMtD\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-uqbmcd\",className,classNames)} framer-1apqlqv`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fq9gwNmzM\",ref:refBinding,style:{...style},...addPropertyOverrides({\"fq9gwNmzM-hover\":{\"data-framer-name\":undefined},AVVpglhYV:{\"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\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:\"Register\"})}),className:\"framer-1dkyjs\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ON_GmqmMJ\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},text:rqg5z7Wem,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10vy4c4\",layoutDependency:layoutDependency,layoutId:\"RUuRtLli6\",style:{backgroundColor:\"rgb(18, 167, 126)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P6paa.framer-1apqlqv, .framer-P6paa .framer-1apqlqv { display: block; }\",\".framer-P6paa.framer-uqbmcd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-P6paa .framer-1dkyjs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-P6paa .framer-10vy4c4 { align-self: stretch; flex: none; height: 2px; overflow: hidden; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P6paa.framer-uqbmcd { gap: 0px; } .framer-P6paa.framer-uqbmcd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-P6paa.framer-uqbmcd > :first-child { margin-top: 0px; } .framer-P6paa.framer-uqbmcd > :last-child { margin-bottom: 0px; } }\",\".framer-P6paa.framer-v-1gl1wkq.framer-uqbmcd { cursor: unset; }\",\".framer-P6paa.framer-v-uqbmcd.hover.framer-uqbmcd { gap: 0px; height: min-content; overflow: visible; padding: 2px 0px 2px 0px; }\",\".framer-P6paa.framer-v-uqbmcd.hover .framer-1dkyjs { order: 0; }\",\".framer-P6paa.framer-v-uqbmcd.hover .framer-10vy4c4 { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P6paa.framer-v-uqbmcd.hover.framer-uqbmcd { gap: 0px; } .framer-P6paa.framer-v-uqbmcd.hover.framer-uqbmcd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-P6paa.framer-v-uqbmcd.hover.framer-uqbmcd > :first-child { margin-top: 0px; } .framer-P6paa.framer-v-uqbmcd.hover.framer-uqbmcd > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"AVVpglhYV\":{\"layout\":[\"auto\",\"fixed\"]},\"T7GRV6RmV\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"rqg5z7Wem\":\"title\",\"yS2uonncu\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCJV_aeMtD=withCSS(Component,css,\"framer-P6paa\");export default FramerCJV_aeMtD;FramerCJV_aeMtD.displayName=\"Navbar title\";FramerCJV_aeMtD.defaultProps={height:19,width:64};addPropertyControls(FramerCJV_aeMtD,{variant:{options:[\"fq9gwNmzM\",\"AVVpglhYV\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},rqg5z7Wem:{defaultValue:\"Register\",displayTextArea:false,title:\"Title\",type:ControlType.String},yS2uonncu:{title:\"Link\",type:ControlType.Link}});addFonts(FramerCJV_aeMtD,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCJV_aeMtD\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AVVpglhYV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"T7GRV6RmV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"rqg5z7Wem\\\":\\\"title\\\",\\\"yS2uonncu\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"19\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CJV_aeMtD.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={QyHeOJmXh:{hover:true}};const serializationHash=\"framer-MsTL8\";const variantClassNames={QyHeOJmXh:\"framer-v-174wjav\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({background,background2,fontSize,height,id,title,width,...props})=>{return{...props,D_5vaILMz:background2??props.D_5vaILMz??\"rgb(18, 167, 126)\",g0fMlz6PS:background??props.g0fMlz6PS??\"rgb(115, 116, 113)\",kNI2PXW3v:title??props.kNI2PXW3v??\"Contact\",oRs4690HM:fontSize??props.oRs4690HM??16};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,kNI2PXW3v,g0fMlz6PS,D_5vaILMz,oRs4690HM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"QyHeOJmXh\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RDysVwL5g\"},motionChild:true,nodeId:\"QyHeOJmXh\",openInNewTab:false,scopeId:\"f64fWYe7F\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-174wjav\",className,classNames)} framer-n227oh`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"QyHeOJmXh\",ref:refBinding,style:{backgroundColor:g0fMlz6PS,borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},variants:{\"QyHeOJmXh-hover\":{backgroundColor:D_5vaILMz}},...addPropertyOverrides({\"QyHeOJmXh-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-oRs4690HM-f64fWYe7F) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact\"})}),className:\"framer-67hmze\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"WBOk3OLOc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-oRs4690HM-f64fWYe7F\":oRs4690HM},text:kNI2PXW3v,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MsTL8.framer-n227oh, .framer-MsTL8 .framer-n227oh { display: block; }\",\".framer-MsTL8.framer-174wjav { cursor: pointer; height: 51px; overflow: hidden; position: relative; text-decoration: none; width: 121px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MsTL8 .framer-67hmze { flex: none; height: auto; left: 49%; position: absolute; top: 49%; white-space: pre; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 121\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"T0ACinUpW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"kNI2PXW3v\":\"title\",\"g0fMlz6PS\":\"background\",\"D_5vaILMz\":\"background2\",\"oRs4690HM\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerf64fWYe7F=withCSS(Component,css,\"framer-MsTL8\");export default Framerf64fWYe7F;Framerf64fWYe7F.displayName=\"Button\";Framerf64fWYe7F.defaultProps={height:51,width:121};addPropertyControls(Framerf64fWYe7F,{kNI2PXW3v:{defaultValue:\"Contact\",displayTextArea:false,title:\"Title\",type:ControlType.String},g0fMlz6PS:{defaultValue:\"rgb(115, 116, 113)\",title:\"Background\",type:ControlType.Color},D_5vaILMz:{defaultValue:\"rgb(18, 167, 126)\",title:\"Background 2\",type:ControlType.Color},oRs4690HM:{defaultValue:16,title:\"Font Size\",type:ControlType.Number}});addFonts(Framerf64fWYe7F,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf64fWYe7F\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"51\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"kNI2PXW3v\\\":\\\"title\\\",\\\"g0fMlz6PS\\\":\\\"background\\\",\\\"D_5vaILMz\\\":\\\"background2\\\",\\\"oRs4690HM\\\":\\\"fontSize\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T0ACinUpW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"121\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./f64fWYe7F.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pRTldG2KF8olVP1M0duj/b3e2UK9Uo7KIWEQAKlLo/Wz2Kph7Sz.js\";import NavbarTitle from\"https://framerusercontent.com/modules/i6p7usqzQHg8srLfZGda/7iBXCRwZPbtNdgchBWFs/CJV_aeMtD.js\";import Button from\"https://framerusercontent.com/modules/qqTHYXOEwD2fdcJXAQ3J/DOpLWBT3YVpcrZlLBROe/f64fWYe7F.js\";const NavbarTitleFonts=getFonts(NavbarTitle);const ButtonFonts=getFonts(Button);const cycleOrder=[\"euWKom5VI\",\"MngdPL4xu\",\"M0DkEOXbR\",\"W4CQDefKy\",\"LERIBQ0ZB\"];const serializationHash=\"framer-Vc6xR\";const variantClassNames={euWKom5VI:\"framer-v-hjw5bz\",LERIBQ0ZB:\"framer-v-1va2tui\",M0DkEOXbR:\"framer-v-1xegs4u\",MngdPL4xu:\"framer-v-1llh0dg\",W4CQDefKy:\"framer-v-1vizivi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone - Open\":\"LERIBQ0ZB\",\"Tablet - Open\":\"W4CQDefKy\",Desktop:\"euWKom5VI\",Phone:\"M0DkEOXbR\",Tablet:\"MngdPL4xu\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"euWKom5VI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"euWKom5VI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1tvb6aa=activeVariantCallback(async(...args)=>{setVariant(\"W4CQDefKy\");});const onTap5snl9f=activeVariantCallback(async(...args)=>{setVariant(\"LERIBQ0ZB\");});const onTap181zmsj=activeVariantCallback(async(...args)=>{setVariant(\"M0DkEOXbR\");});const onTapia6v5r=activeVariantCallback(async(...args)=>{setVariant(\"MngdPL4xu\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"MngdPL4xu\",\"M0DkEOXbR\",\"W4CQDefKy\",\"LERIBQ0ZB\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"MngdPL4xu\",\"M0DkEOXbR\",\"W4CQDefKy\",\"LERIBQ0ZB\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed2=()=>{if([\"MngdPL4xu\",\"M0DkEOXbR\",\"W4CQDefKy\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"W4CQDefKy\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"LERIBQ0ZB\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"W4CQDefKy\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({LERIBQ0ZB:{value:transition2},W4CQDefKy:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hjw5bz\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"euWKom5VI\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({LERIBQ0ZB:{\"data-framer-name\":\"Phone - Open\"},M0DkEOXbR:{\"data-framer-name\":\"Phone\"},MngdPL4xu:{\"data-framer-name\":\"Tablet\"},W4CQDefKy:{\"data-framer-name\":\"Tablet - Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ghlwa\",layoutDependency:layoutDependency,layoutId:\"OxIHaqE4V\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-148m7ir\",layoutDependency:layoutDependency,layoutId:\"st4BXUP7w\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-hxjvxn\",layoutDependency:layoutDependency,layoutId:\"XGSLNqpu5\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Vx576dFSe\",scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-mjmdoc framer-v9no7j\",\"data-framer-name\":\"Logo-dark-text\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Vx576dFSe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 206 63\"><path d=\"M 3.796 30.775 C 3.796 16.765 15.169 5.408 29.197 5.408 C 43.226 5.408 54.598 16.765 54.598 30.775 C 54.598 44.785 43.226 56.142 29.197 56.142 C 15.169 56.142 3.796 44.785 3.796 30.775 Z\" fill=\"rgb(24,167,130)\"></path><path d=\"M 10.44 30.775 C 10.44 20.429 18.838 12.042 29.197 12.042 C 39.557 12.042 47.955 20.429 47.955 30.775 C 47.955 41.121 39.557 49.508 29.197 49.508 C 18.838 49.508 10.44 41.121 10.44 30.775 Z\" fill=\"rgb(94,189,170)\"></path><path d=\"M 17.25 30.775 C 17.25 24.217 22.574 18.9 29.141 18.9 C 35.709 18.9 41.033 24.217 41.033 30.775 C 41.033 37.334 35.709 42.65 29.141 42.65 C 22.574 42.65 17.25 37.334 17.25 30.775 Z\" fill=\"rgb(192,225,216)\"></path><path d=\"M 24.285 30.719 C 24.285 28.01 26.484 25.813 29.197 25.813 C 31.911 25.813 34.11 28.01 34.11 30.719 C 34.11 33.429 31.911 35.626 29.197 35.626 C 26.484 35.626 24.285 33.429 24.285 30.719 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 63.921 20.182 L 66.713 20.182 L 66.713 21.799 C 66.992 21.13 67.438 20.684 67.941 20.35 C 68.443 20.015 69.002 19.848 69.616 19.848 C 70.062 19.848 70.509 19.959 70.956 20.182 L 69.951 22.97 C 69.56 22.803 69.225 22.691 69.002 22.691 C 68.499 22.691 68.053 23.026 67.718 23.639 C 67.383 24.252 67.215 25.479 67.215 27.319 L 67.215 33.173 L 63.977 33.173 L 63.977 20.182 Z M 85.191 27.653 L 74.696 27.653 C 74.863 28.601 75.254 29.326 75.924 29.883 C 76.594 30.441 77.431 30.719 78.436 30.719 C 79.664 30.719 80.725 30.273 81.563 29.437 L 84.298 30.719 C 83.628 31.667 82.791 32.392 81.842 32.894 C 80.893 33.34 79.72 33.619 78.436 33.619 C 76.371 33.619 74.752 32.95 73.468 31.667 C 72.184 30.385 71.514 28.768 71.514 26.817 C 71.514 24.81 72.128 23.193 73.412 21.855 C 74.696 20.517 76.315 19.904 78.213 19.904 C 80.279 19.904 81.953 20.573 83.237 21.855 C 84.521 23.193 85.191 24.921 85.191 27.04 Z M 81.953 25.033 C 81.73 24.308 81.339 23.695 80.669 23.249 C 80.055 22.803 79.274 22.58 78.436 22.58 C 77.543 22.58 76.706 22.858 76.036 23.36 C 75.589 23.695 75.198 24.252 74.863 25.033 Z\" fill=\"rgb(94,189,170)\"></path><path d=\"M 100.432 22.803 L 97.696 24.308 C 97.194 23.75 96.692 23.416 96.189 23.193 C 95.687 22.97 95.128 22.858 94.459 22.858 C 93.23 22.858 92.225 23.249 91.5 23.973 C 90.718 24.698 90.383 25.646 90.383 26.761 C 90.383 27.876 90.774 28.768 91.5 29.493 C 92.225 30.218 93.175 30.552 94.347 30.552 C 95.798 30.552 96.971 30.05 97.752 29.047 L 100.32 30.831 C 98.925 32.671 96.971 33.563 94.403 33.563 C 92.114 33.563 90.327 32.894 89.043 31.556 C 87.759 30.218 87.089 28.601 87.089 26.817 C 87.089 25.535 87.424 24.419 88.038 23.36 C 88.653 22.301 89.546 21.465 90.662 20.851 C 91.779 20.238 93.063 19.959 94.459 19.959 C 95.743 19.959 96.915 20.238 97.92 20.74 C 98.925 21.242 99.762 21.855 100.432 22.803 Z M 115.561 27.653 L 105.066 27.653 C 105.233 28.601 105.624 29.326 106.294 29.883 C 106.964 30.441 107.801 30.719 108.806 30.719 C 110.034 30.719 111.095 30.273 111.932 29.437 L 114.668 30.719 C 113.998 31.667 113.16 32.392 112.211 32.894 C 111.262 33.34 110.09 33.619 108.806 33.619 C 106.74 33.619 105.121 32.95 103.837 31.667 C 102.553 30.385 101.883 28.768 101.883 26.817 C 101.883 24.81 102.498 23.193 103.782 21.855 C 105.066 20.517 106.685 19.904 108.583 19.904 C 110.648 19.904 112.323 20.573 113.607 21.855 C 114.891 23.193 115.561 24.921 115.561 27.04 Z M 112.267 25.033 C 112.044 24.308 111.653 23.695 110.983 23.249 C 110.369 22.803 109.588 22.58 108.75 22.58 C 107.857 22.58 107.02 22.858 106.35 23.36 C 105.903 23.695 105.512 24.252 105.177 25.033 Z M 118.464 15.165 L 121.758 15.165 L 121.758 33.173 L 118.464 33.173 Z M 125.163 15.165 L 128.457 15.165 L 128.457 33.173 L 125.163 33.173 Z M 134.375 29.716 C 134.877 29.716 135.324 29.883 135.714 30.273 C 136.105 30.664 136.273 31.054 136.273 31.612 C 136.273 32.169 136.105 32.559 135.714 32.95 C 135.324 33.34 134.877 33.507 134.375 33.507 C 133.872 33.507 133.425 33.34 133.035 32.95 C 132.644 32.559 132.476 32.113 132.476 31.612 C 132.476 31.11 132.644 30.664 133.035 30.273 C 133.425 29.883 133.816 29.716 134.375 29.716 Z M 148.108 21.966 L 146.098 23.973 C 145.261 23.137 144.535 22.747 143.865 22.747 C 143.474 22.747 143.195 22.803 143.028 22.97 C 142.804 23.137 142.693 23.304 142.693 23.527 C 142.693 23.695 142.749 23.862 142.916 24.029 C 143.028 24.196 143.363 24.364 143.865 24.642 L 145.037 25.256 C 146.321 25.869 147.159 26.538 147.661 27.151 C 148.108 27.82 148.387 28.545 148.387 29.437 C 148.387 30.608 147.94 31.556 147.103 32.336 C 146.266 33.117 145.093 33.507 143.698 33.507 C 141.799 33.507 140.292 32.782 139.176 31.277 L 141.185 29.103 C 141.576 29.549 142.023 29.883 142.525 30.162 C 143.028 30.441 143.474 30.552 143.921 30.552 C 144.367 30.552 144.702 30.441 144.982 30.218 C 145.261 29.995 145.372 29.772 145.372 29.493 C 145.372 28.991 144.87 28.489 143.921 28.043 L 142.804 27.486 C 140.683 26.427 139.622 25.088 139.622 23.527 C 139.622 22.524 140.013 21.632 140.795 20.907 C 141.576 20.182 142.581 19.792 143.865 19.792 C 144.702 19.792 145.484 19.959 146.266 20.35 C 146.936 20.74 147.55 21.242 148.108 21.966 Z M 151.904 15.332 L 155.198 15.332 L 155.198 20.127 L 157.152 20.127 L 157.152 22.914 L 155.198 22.914 L 155.198 33.117 L 151.904 33.117 L 151.904 22.914 L 150.229 22.914 L 150.229 20.127 L 151.904 20.127 Z M 165.414 19.792 C 166.642 19.792 167.815 20.127 168.875 20.74 C 169.936 21.353 170.773 22.189 171.388 23.249 C 172.002 24.308 172.281 25.423 172.281 26.65 C 172.281 27.876 172.002 29.047 171.388 30.106 C 170.773 31.165 169.936 32.002 168.875 32.615 C 167.815 33.228 166.642 33.507 165.414 33.507 C 163.572 33.507 161.953 32.838 160.613 31.5 C 159.273 30.162 158.659 28.545 158.659 26.65 C 158.659 24.642 159.385 22.914 160.892 21.576 C 162.232 20.405 163.739 19.792 165.414 19.792 Z M 165.47 22.858 C 164.465 22.858 163.628 23.193 162.958 23.918 C 162.288 24.642 161.953 25.535 161.953 26.65 C 161.953 27.765 162.288 28.712 162.958 29.381 C 163.628 30.106 164.465 30.441 165.47 30.441 C 166.475 30.441 167.368 30.106 168.038 29.381 C 168.708 28.657 169.043 27.765 169.043 26.65 C 169.043 25.535 168.708 24.642 168.038 23.918 C 167.368 23.193 166.531 22.858 165.47 22.858 Z M 175.072 20.127 L 177.863 20.127 L 177.863 21.743 C 178.143 21.074 178.589 20.628 179.092 20.294 C 179.594 19.959 180.152 19.792 180.766 19.792 C 181.213 19.792 181.66 19.904 182.106 20.127 L 181.101 22.914 C 180.711 22.747 180.376 22.635 180.152 22.635 C 179.65 22.635 179.203 22.97 178.868 23.583 C 178.533 24.196 178.366 25.423 178.366 27.263 L 178.366 33.117 L 175.128 33.117 L 175.128 20.127 Z M 196.677 27.597 L 186.182 27.597 C 186.349 28.545 186.74 29.27 187.41 29.827 C 188.08 30.385 188.917 30.664 189.922 30.664 C 191.15 30.664 192.211 30.218 193.048 29.381 L 195.784 30.664 C 195.114 31.612 194.276 32.336 193.327 32.838 C 192.378 33.284 191.206 33.563 189.922 33.563 C 187.856 33.563 186.237 32.894 184.953 31.612 C 183.669 30.329 182.999 28.712 182.999 26.761 C 182.999 24.754 183.614 23.137 184.898 21.799 C 186.182 20.461 187.801 19.848 189.699 19.848 C 191.764 19.848 193.439 20.517 194.723 21.799 C 196.007 23.137 196.677 24.865 196.677 26.984 Z M 193.439 24.977 C 193.216 24.252 192.825 23.639 192.155 23.193 C 191.541 22.747 190.759 22.524 189.922 22.524 C 189.029 22.524 188.191 22.803 187.521 23.304 C 187.075 23.639 186.684 24.196 186.349 24.977 Z\" fill=\"rgb(24,167,130)\"></path><path d=\"M 64.089 47.724 L 64.089 40.476 L 68.276 40.476 L 68.276 41.201 L 64.815 41.257 L 64.87 43.487 L 68.22 43.431 L 68.22 44.156 L 64.815 44.212 L 64.87 46.999 L 68.22 46.943 L 68.22 47.724 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 68.276 40.476 L 68.276 41.201 L 64.87 41.201 L 64.87 43.487 L 68.276 43.487 L 68.276 44.212 L 64.87 44.212 L 64.87 47.055 L 68.276 47.055 L 68.276 47.78 L 64.145 47.78 L 64.145 40.476 L 68.276 40.476 M 68.332 40.42 L 64.089 40.42 L 64.089 47.724 L 68.332 47.724 L 68.332 46.888 L 64.926 46.888 L 64.926 44.156 L 68.332 44.156 L 68.332 43.431 L 64.926 43.431 L 64.926 41.257 L 68.332 41.257 Z M 73.97 47.724 L 70.844 40.532 L 71.625 40.476 L 74.026 46.051 L 76.427 40.476 L 77.264 40.476 L 74.138 47.724 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 77.264 40.476 L 74.138 47.668 L 73.97 47.668 L 70.9 40.476 L 71.681 40.476 L 74.082 46.051 L 76.538 40.476 L 77.264 40.476 M 77.32 40.42 L 76.427 40.42 L 76.427 40.476 L 74.026 45.94 L 71.681 40.476 L 71.681 40.42 L 70.732 40.42 L 70.788 40.476 L 73.859 47.668 L 73.859 47.724 L 74.138 47.724 L 74.138 47.668 L 77.264 40.476 Z M 84.689 47.724 L 84.689 40.476 L 86.14 40.476 C 86.699 40.476 87.145 40.532 87.48 40.699 C 87.815 40.811 88.038 41.034 88.206 41.312 C 88.373 41.591 88.485 41.926 88.485 42.26 C 88.485 42.595 88.429 42.873 88.262 43.152 C 88.094 43.431 87.871 43.654 87.536 43.821 C 87.927 43.877 88.206 44.044 88.429 44.212 C 88.653 44.379 88.82 44.602 88.932 44.825 C 89.043 45.048 89.099 45.327 89.099 45.605 C 89.099 46.163 88.876 46.665 88.429 47.111 C 87.983 47.501 87.424 47.724 86.699 47.724 Z M 85.415 46.999 L 86.308 46.999 C 86.81 46.999 87.201 46.943 87.48 46.832 C 87.704 46.72 87.927 46.553 88.038 46.386 C 88.15 46.219 88.262 45.94 88.262 45.717 C 88.262 45.382 88.15 45.104 87.927 44.881 C 87.704 44.658 87.424 44.49 87.089 44.379 C 86.866 44.323 86.42 44.267 85.805 44.267 L 85.415 44.267 Z M 85.415 43.487 L 85.805 43.487 C 86.308 43.487 86.643 43.431 86.922 43.375 C 87.145 43.264 87.313 43.152 87.48 42.929 C 87.592 42.762 87.704 42.539 87.704 42.26 C 87.704 41.926 87.592 41.703 87.369 41.48 C 87.145 41.312 86.754 41.201 86.308 41.201 L 85.415 41.201 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 86.085 40.476 C 86.643 40.476 87.089 40.532 87.424 40.699 C 87.759 40.866 87.983 41.034 88.15 41.312 C 88.318 41.591 88.429 41.926 88.429 42.26 C 88.429 42.595 88.373 42.873 88.206 43.152 C 88.038 43.431 87.815 43.654 87.536 43.765 C 87.927 43.877 88.206 44.044 88.429 44.212 C 88.653 44.379 88.764 44.602 88.876 44.825 C 88.988 45.048 89.043 45.327 89.043 45.605 C 89.043 46.163 88.82 46.665 88.429 47.055 C 88.038 47.445 87.424 47.668 86.699 47.668 L 84.689 47.668 L 84.689 40.476 L 86.085 40.476 M 85.359 43.487 L 85.75 43.487 C 86.252 43.487 86.643 43.431 86.866 43.319 C 87.089 43.208 87.313 43.096 87.424 42.873 C 87.536 42.65 87.648 42.427 87.648 42.204 C 87.648 41.87 87.536 41.591 87.313 41.424 C 87.089 41.257 86.699 41.145 86.196 41.145 L 85.359 41.145 L 85.359 43.487 M 85.359 46.999 L 86.252 46.999 C 86.754 46.999 87.145 46.943 87.424 46.832 C 87.648 46.72 87.871 46.553 88.038 46.33 C 88.206 46.107 88.262 45.884 88.262 45.605 C 88.262 45.271 88.15 44.992 87.927 44.769 C 87.704 44.546 87.424 44.379 87.089 44.267 C 86.866 44.212 86.42 44.156 85.805 44.156 L 85.415 44.156 L 85.415 46.999 M 86.085 40.42 L 84.633 40.42 L 84.633 47.724 L 86.699 47.724 C 87.424 47.724 87.983 47.501 88.429 47.111 C 88.876 46.72 89.099 46.219 89.099 45.605 C 89.099 45.327 89.043 45.048 88.932 44.769 C 88.82 44.546 88.653 44.323 88.429 44.1 C 88.262 43.933 87.983 43.821 87.648 43.71 C 87.927 43.542 88.094 43.375 88.262 43.096 C 88.429 42.818 88.485 42.539 88.485 42.204 C 88.485 41.87 88.373 41.535 88.206 41.257 C 88.038 40.978 87.759 40.755 87.48 40.588 C 87.145 40.532 86.699 40.42 86.085 40.42 Z M 85.415 41.257 L 86.196 41.257 C 86.699 41.257 87.034 41.368 87.257 41.535 C 87.48 41.703 87.592 41.981 87.592 42.26 C 87.592 42.483 87.536 42.706 87.369 42.873 C 87.257 43.041 87.034 43.208 86.81 43.319 C 86.587 43.431 86.196 43.431 85.75 43.431 L 85.415 43.431 Z M 85.415 44.267 L 85.75 44.267 C 86.364 44.267 86.754 44.323 87.034 44.379 C 87.369 44.49 87.648 44.602 87.871 44.825 C 88.094 45.048 88.15 45.327 88.15 45.605 C 88.15 45.828 88.094 46.051 87.927 46.274 C 87.759 46.497 87.592 46.665 87.369 46.72 C 87.145 46.832 86.754 46.888 86.252 46.888 L 85.415 46.888 Z M 94.514 47.891 C 93.733 47.891 93.119 47.612 92.56 47.055 C 92.002 46.497 91.723 45.828 91.723 45.048 C 91.723 44.267 92.002 43.598 92.56 43.041 C 93.119 42.483 93.789 42.204 94.514 42.204 C 94.961 42.204 95.352 42.316 95.743 42.483 C 96.078 42.65 96.412 42.929 96.692 43.319 L 96.636 42.372 L 97.362 42.372 L 97.362 47.724 L 96.636 47.724 L 96.636 46.776 C 96.412 47.166 96.078 47.389 95.687 47.612 C 95.296 47.78 94.905 47.891 94.514 47.891 Z M 94.57 42.929 C 94.179 42.929 93.844 43.041 93.509 43.208 C 93.175 43.375 92.951 43.654 92.728 43.988 C 92.56 44.323 92.449 44.658 92.449 45.048 C 92.449 45.438 92.56 45.773 92.728 46.107 C 92.895 46.442 93.175 46.72 93.509 46.888 C 93.844 47.055 94.179 47.166 94.514 47.166 C 94.905 47.166 95.24 47.055 95.575 46.888 C 95.91 46.72 96.189 46.442 96.357 46.107 C 96.524 45.773 96.636 45.438 96.636 45.048 C 96.636 44.435 96.412 43.933 96.022 43.542 C 95.631 43.152 95.128 42.929 94.57 42.929 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 94.514 42.26 C 94.961 42.26 95.352 42.372 95.687 42.539 C 96.022 42.706 96.357 42.985 96.636 43.375 L 96.636 42.372 L 97.306 42.372 L 97.306 47.724 L 96.636 47.724 L 96.636 46.832 C 96.357 47.166 96.022 47.445 95.687 47.612 C 95.352 47.78 94.961 47.891 94.514 47.891 C 93.733 47.891 93.119 47.612 92.56 47.055 C 92.002 46.497 91.779 45.828 91.779 45.048 C 91.779 44.267 92.058 43.598 92.616 43.096 C 93.175 42.595 93.733 42.26 94.514 42.26 M 94.57 47.222 C 94.961 47.222 95.296 47.111 95.631 46.943 C 95.966 46.776 96.245 46.497 96.412 46.163 C 96.58 45.828 96.692 45.494 96.692 45.048 C 96.692 44.435 96.468 43.933 96.078 43.487 C 95.687 43.096 95.184 42.873 94.57 42.873 C 94.179 42.873 93.844 42.985 93.509 43.152 C 93.175 43.319 92.951 43.598 92.728 43.933 C 92.56 44.267 92.449 44.658 92.449 44.992 C 92.449 45.382 92.56 45.717 92.728 46.051 C 92.895 46.386 93.175 46.665 93.509 46.832 C 93.844 46.999 94.179 47.222 94.57 47.222 M 94.514 42.204 C 93.733 42.204 93.063 42.483 92.505 43.041 C 91.946 43.598 91.667 44.267 91.667 45.048 C 91.667 45.828 91.946 46.553 92.505 47.111 C 93.063 47.668 93.733 47.947 94.459 47.947 C 94.905 47.947 95.296 47.835 95.631 47.668 C 95.966 47.501 96.245 47.278 96.524 46.999 L 96.524 47.835 L 97.306 47.835 L 97.306 42.316 L 96.58 42.316 L 96.58 43.208 C 96.357 42.873 96.022 42.65 95.743 42.483 C 95.352 42.26 94.961 42.204 94.514 42.204 Z M 94.57 47.166 C 94.235 47.166 93.844 47.055 93.565 46.888 C 93.23 46.72 93.007 46.442 92.784 46.107 C 92.616 45.773 92.505 45.438 92.505 45.048 C 92.505 44.658 92.616 44.323 92.784 43.988 C 92.951 43.654 93.23 43.375 93.509 43.208 C 93.844 43.041 94.179 42.929 94.514 42.929 C 95.073 42.929 95.575 43.152 95.966 43.542 C 96.357 43.933 96.58 44.435 96.58 45.048 C 96.58 45.438 96.468 45.773 96.301 46.107 C 96.133 46.442 95.854 46.665 95.519 46.832 C 95.296 47.055 94.905 47.166 94.57 47.166 Z M 101.046 47.724 L 101.046 42.985 L 100.097 42.985 L 100.097 42.372 L 101.046 42.372 L 101.046 40.42 L 101.716 40.365 L 101.772 42.372 L 102.833 42.372 L 102.833 42.985 L 101.716 42.985 L 101.772 47.724 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 101.716 40.42 L 101.716 42.372 L 102.833 42.372 L 102.833 42.985 L 101.716 42.985 L 101.716 47.724 L 101.046 47.724 L 101.046 42.985 L 100.097 42.985 L 100.097 42.372 L 101.046 42.372 L 101.046 40.365 L 101.716 40.365 M 101.772 40.365 L 100.99 40.365 L 100.99 42.372 L 100.041 42.372 L 100.041 43.041 L 100.99 43.041 L 100.99 47.78 L 101.772 47.78 L 101.772 43.041 L 102.888 43.041 L 102.888 42.316 L 101.772 42.316 Z M 106.294 47.724 L 106.294 42.985 L 105.345 42.985 L 105.345 42.372 L 106.294 42.372 L 106.294 40.42 L 106.964 40.365 L 107.02 42.372 L 108.08 42.372 L 108.08 42.985 L 106.964 42.985 L 107.02 47.724 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 106.964 40.42 L 106.964 42.372 L 108.08 42.372 L 108.08 42.985 L 106.964 42.985 L 106.964 47.724 L 106.294 47.724 L 106.294 42.985 L 105.345 42.985 L 105.345 42.372 L 106.294 42.372 L 106.294 40.365 L 106.964 40.365 M 107.02 40.365 L 106.238 40.365 L 106.238 42.372 L 105.289 42.372 L 105.289 43.041 L 106.238 43.041 L 106.238 47.78 L 107.02 47.78 L 107.02 43.041 L 108.136 43.041 L 108.136 42.316 L 107.02 42.316 Z M 113.105 47.891 C 112.211 47.891 111.541 47.612 111.039 46.999 C 110.537 46.442 110.313 45.773 110.313 45.048 C 110.313 44.379 110.537 43.765 110.927 43.208 C 111.43 42.539 112.156 42.204 113.049 42.204 C 113.942 42.204 114.724 42.539 115.226 43.264 C 115.617 43.765 115.84 44.379 115.84 45.104 L 110.983 45.104 C 111.039 45.661 111.207 46.163 111.597 46.553 C 111.988 46.943 112.435 47.166 112.993 47.166 C 113.272 47.166 113.495 47.111 113.775 46.999 C 114.054 46.888 114.221 46.776 114.444 46.609 C 114.612 46.442 114.835 46.219 115.003 45.884 L 115.617 46.163 C 115.449 46.553 115.226 46.888 114.947 47.111 C 114.724 47.334 114.389 47.501 114.109 47.612 C 113.83 47.724 113.495 47.891 113.105 47.891 Z M 113.049 42.929 C 112.546 42.929 112.1 43.096 111.709 43.431 C 111.43 43.654 111.207 44.044 111.095 44.546 L 115.059 44.49 C 114.947 44.156 114.835 43.877 114.612 43.654 C 114.444 43.431 114.221 43.264 113.942 43.152 C 113.663 42.985 113.384 42.929 113.049 42.929 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 113.049 42.26 C 113.942 42.26 114.668 42.595 115.226 43.319 C 115.617 43.821 115.784 44.435 115.84 45.159 L 111.039 45.159 C 111.039 45.773 111.262 46.274 111.653 46.665 C 112.044 47.055 112.491 47.278 113.049 47.278 C 113.328 47.278 113.607 47.222 113.83 47.111 C 114.109 46.999 114.333 46.888 114.5 46.72 C 114.668 46.553 114.891 46.33 115.059 45.94 L 115.617 46.219 C 115.449 46.609 115.226 46.888 114.947 47.111 C 114.724 47.334 114.444 47.501 114.109 47.612 C 113.775 47.724 113.44 47.78 113.049 47.78 C 112.156 47.78 111.486 47.501 110.983 46.943 C 110.481 46.386 110.257 45.717 110.257 44.992 C 110.257 44.323 110.481 43.71 110.872 43.208 C 111.486 42.595 112.156 42.26 113.049 42.26 M 111.095 44.49 L 115.059 44.49 C 114.947 44.1 114.835 43.821 114.668 43.598 C 114.5 43.375 114.277 43.208 113.998 43.096 C 113.719 42.985 113.384 42.873 113.105 42.873 C 112.602 42.873 112.156 43.041 111.765 43.375 C 111.43 43.654 111.207 43.988 111.095 44.49 M 113.049 42.204 C 112.156 42.204 111.43 42.539 110.872 43.208 C 110.425 43.765 110.257 44.379 110.257 45.048 C 110.257 45.773 110.537 46.442 110.983 46.999 C 111.486 47.557 112.211 47.891 113.049 47.891 C 113.44 47.891 113.83 47.835 114.109 47.724 C 114.444 47.612 114.724 47.445 114.947 47.166 C 115.226 46.943 115.449 46.609 115.617 46.274 L 115.617 46.219 L 115.561 46.219 L 115.003 45.94 L 114.947 45.94 L 114.947 45.996 C 114.724 46.33 114.556 46.609 114.389 46.72 C 114.221 46.888 113.998 46.999 113.775 47.111 C 113.551 47.222 113.272 47.222 112.993 47.222 C 112.435 47.222 111.988 47.055 111.597 46.665 C 111.262 46.274 111.039 45.828 111.039 45.215 L 115.84 45.215 L 115.84 45.159 C 115.84 44.435 115.617 43.821 115.226 43.319 C 114.724 42.539 113.998 42.204 113.049 42.204 Z M 111.151 44.435 C 111.262 43.988 111.486 43.654 111.709 43.431 C 112.1 43.096 112.491 42.929 113.049 42.929 C 113.384 42.929 113.663 42.985 113.942 43.152 C 114.221 43.264 114.444 43.431 114.612 43.654 C 114.779 43.877 114.891 44.1 115.003 44.435 Z M 118.687 47.724 L 118.687 42.372 L 119.413 42.372 L 119.413 43.152 C 119.58 42.818 119.804 42.595 120.027 42.427 C 120.25 42.26 120.53 42.204 120.753 42.204 C 120.92 42.204 121.144 42.26 121.367 42.372 L 121.032 42.985 C 120.864 42.929 120.753 42.929 120.641 42.929 C 120.418 42.929 120.195 43.041 119.971 43.208 C 119.748 43.375 119.58 43.654 119.469 44.044 C 119.357 44.323 119.357 44.936 119.357 45.884 L 119.357 47.724 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 120.753 42.26 C 120.92 42.26 121.144 42.316 121.367 42.427 L 121.032 42.985 C 120.864 42.929 120.753 42.873 120.641 42.873 C 120.418 42.873 120.195 42.985 119.971 43.152 C 119.748 43.319 119.58 43.654 119.469 44.044 C 119.357 44.323 119.357 44.936 119.357 45.884 L 119.357 47.668 L 118.631 47.668 L 118.631 42.372 L 119.357 42.372 L 119.357 43.152 C 119.58 42.818 119.804 42.595 120.027 42.483 C 120.25 42.316 120.53 42.26 120.753 42.26 M 120.753 42.204 C 120.474 42.204 120.25 42.26 119.971 42.427 C 119.748 42.539 119.58 42.762 119.413 42.985 L 119.413 42.316 L 118.576 42.316 L 118.576 47.78 L 119.413 47.78 L 119.413 45.94 C 119.413 45.048 119.469 44.435 119.525 44.1 C 119.636 43.71 119.804 43.431 119.971 43.264 C 120.195 43.096 120.362 42.985 120.585 42.985 C 120.697 42.985 120.809 43.041 120.92 43.096 L 120.976 43.096 L 120.976 43.041 L 121.311 42.483 L 121.367 42.427 L 121.311 42.372 C 121.144 42.26 120.976 42.204 120.753 42.204 Z M 124.717 49.675 L 125.721 47.278 L 123.544 42.372 L 124.27 42.372 L 126.168 46.442 L 127.899 42.372 L 128.624 42.372 L 125.498 49.675 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 128.624 42.372 L 125.442 49.675 L 124.717 49.675 L 125.721 47.334 L 123.544 42.427 L 124.27 42.427 L 126.112 46.553 L 127.899 42.427 L 128.624 42.427 M 128.736 42.316 L 127.843 42.316 L 127.843 42.372 L 126.112 46.386 L 124.326 42.372 L 124.326 42.316 L 123.433 42.316 L 123.488 42.372 L 125.666 47.278 L 124.661 49.619 L 124.605 49.675 L 125.498 49.675 L 125.498 49.619 L 128.68 42.316 Z M 139.622 47.724 L 136.998 44.379 L 136.608 44.379 L 136.608 47.724 L 135.882 47.724 L 135.882 40.476 L 137.333 40.476 C 138.115 40.476 138.673 40.532 138.952 40.588 C 139.399 40.699 139.734 40.922 140.013 41.201 C 140.292 41.535 140.404 41.926 140.404 42.427 C 140.404 42.818 140.292 43.152 140.125 43.487 C 139.957 43.765 139.678 44.044 139.343 44.156 C 139.008 44.323 138.506 44.379 137.892 44.379 L 140.571 47.724 Z M 136.608 43.654 L 137.836 43.654 C 138.338 43.654 138.673 43.598 138.896 43.542 C 139.12 43.431 139.287 43.319 139.399 43.096 C 139.511 42.873 139.566 42.706 139.566 42.427 C 139.566 42.204 139.511 41.981 139.399 41.758 C 139.287 41.591 139.12 41.424 138.896 41.368 C 138.673 41.312 138.338 41.257 137.836 41.257 L 136.608 41.257 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 137.333 40.476 C 138.115 40.476 138.673 40.532 138.952 40.588 C 139.399 40.699 139.734 40.922 140.013 41.201 C 140.292 41.535 140.404 41.926 140.404 42.372 C 140.404 42.762 140.292 43.096 140.125 43.431 C 139.957 43.71 139.678 43.933 139.343 44.1 C 139.008 44.267 138.506 44.323 137.947 44.323 L 140.515 47.668 L 139.622 47.668 L 137.054 44.323 L 136.663 44.323 L 136.663 47.668 L 135.938 47.668 L 135.938 40.476 L 137.333 40.476 M 137.836 43.654 C 138.338 43.654 138.673 43.598 138.896 43.542 C 139.12 43.431 139.287 43.319 139.455 43.096 C 139.566 42.873 139.622 42.65 139.622 42.427 C 139.622 42.204 139.566 41.981 139.399 41.758 C 139.287 41.535 139.12 41.424 138.896 41.312 C 138.673 41.201 138.338 41.201 137.836 41.201 L 136.552 41.201 L 136.552 43.654 L 137.836 43.654 M 137.333 40.42 L 135.826 40.42 L 135.826 47.724 L 136.663 47.724 L 136.663 44.379 L 136.998 44.379 L 139.566 47.724 L 140.571 47.724 L 140.515 47.612 L 138.003 44.379 C 138.562 44.379 139.008 44.267 139.343 44.156 C 139.678 43.988 139.957 43.765 140.18 43.487 C 140.348 43.208 140.46 42.818 140.46 42.427 C 140.46 41.926 140.292 41.535 140.069 41.201 C 139.79 40.866 139.455 40.643 139.008 40.532 C 138.673 40.476 138.115 40.42 137.333 40.42 Z M 136.663 41.257 L 137.892 41.257 C 138.394 41.257 138.729 41.312 138.952 41.368 C 139.176 41.424 139.343 41.591 139.455 41.758 C 139.566 41.926 139.622 42.149 139.622 42.372 C 139.622 42.595 139.566 42.818 139.455 43.041 C 139.343 43.208 139.176 43.375 138.952 43.431 C 138.729 43.542 138.394 43.542 137.892 43.542 L 136.719 43.542 L 136.719 41.257 Z M 145.763 47.891 C 144.87 47.891 144.2 47.612 143.698 46.999 C 143.195 46.442 142.972 45.773 142.972 45.048 C 142.972 44.379 143.195 43.765 143.586 43.208 C 144.088 42.539 144.814 42.204 145.707 42.204 C 146.601 42.204 147.382 42.539 147.885 43.264 C 148.275 43.765 148.499 44.379 148.499 45.104 L 143.642 45.104 C 143.698 45.661 143.865 46.163 144.256 46.553 C 144.647 46.943 145.093 47.166 145.651 47.166 C 145.931 47.166 146.154 47.111 146.433 46.999 C 146.712 46.888 146.88 46.776 147.103 46.609 C 147.27 46.442 147.494 46.219 147.661 45.884 L 148.275 46.163 C 148.108 46.553 147.885 46.888 147.605 47.111 C 147.382 47.334 147.047 47.501 146.768 47.612 C 146.489 47.724 146.154 47.891 145.763 47.891 Z M 145.763 42.929 C 145.261 42.929 144.814 43.096 144.423 43.431 C 144.144 43.654 143.921 44.044 143.809 44.546 L 147.773 44.49 C 147.661 44.156 147.55 43.877 147.326 43.654 C 147.159 43.431 146.936 43.264 146.656 43.152 C 146.377 42.985 146.042 42.929 145.763 42.929 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 145.763 42.26 C 146.656 42.26 147.382 42.595 147.94 43.319 C 148.331 43.821 148.499 44.435 148.554 45.159 L 143.753 45.159 C 143.753 45.773 143.977 46.274 144.367 46.665 C 144.758 47.055 145.205 47.278 145.763 47.278 C 146.042 47.278 146.321 47.222 146.545 47.111 C 146.824 46.999 147.047 46.888 147.215 46.72 C 147.382 46.553 147.605 46.33 147.773 45.94 L 148.331 46.219 C 148.164 46.609 147.94 46.888 147.661 47.111 C 147.438 47.334 147.159 47.501 146.824 47.612 C 146.489 47.724 146.154 47.78 145.763 47.78 C 144.87 47.78 144.2 47.501 143.698 46.943 C 143.195 46.386 142.972 45.717 142.972 44.992 C 142.972 44.323 143.195 43.71 143.586 43.208 C 144.144 42.595 144.87 42.26 145.763 42.26 M 143.753 44.49 L 147.717 44.49 C 147.605 44.1 147.494 43.821 147.326 43.598 C 147.159 43.375 146.936 43.208 146.656 43.096 C 146.377 42.985 146.042 42.873 145.763 42.873 C 145.261 42.873 144.814 43.041 144.423 43.375 C 144.144 43.654 143.921 43.988 143.753 44.49 M 145.763 42.204 C 144.87 42.204 144.144 42.539 143.586 43.208 C 143.139 43.765 142.972 44.379 142.972 45.048 C 142.972 45.773 143.251 46.442 143.698 46.999 C 144.2 47.557 144.926 47.891 145.763 47.891 C 146.154 47.891 146.545 47.835 146.824 47.724 C 147.159 47.612 147.438 47.445 147.661 47.166 C 147.94 46.943 148.164 46.609 148.331 46.274 L 148.331 46.219 L 148.275 46.219 L 147.717 45.94 L 147.661 45.94 L 147.661 45.996 C 147.438 46.33 147.27 46.609 147.103 46.72 C 146.936 46.888 146.712 46.999 146.489 47.111 C 146.266 47.222 145.986 47.222 145.707 47.222 C 145.149 47.222 144.702 47.055 144.312 46.665 C 143.977 46.274 143.753 45.828 143.753 45.215 L 148.554 45.215 L 148.554 45.159 C 148.554 44.435 148.331 43.821 147.94 43.319 C 147.382 42.539 146.656 42.204 145.763 42.204 Z M 143.865 44.435 C 143.977 43.988 144.2 43.654 144.423 43.431 C 144.814 43.096 145.205 42.929 145.763 42.929 C 146.098 42.929 146.377 42.985 146.656 43.152 C 146.936 43.264 147.159 43.431 147.326 43.654 C 147.494 43.877 147.605 44.1 147.717 44.435 Z M 154.137 47.891 C 153.3 47.891 152.574 47.612 152.016 47.055 C 151.457 46.497 151.178 45.828 151.178 45.104 C 151.178 44.602 151.29 44.1 151.569 43.654 C 151.848 43.208 152.183 42.873 152.63 42.595 C 153.076 42.372 153.579 42.204 154.193 42.204 C 154.528 42.204 154.919 42.26 155.198 42.372 C 155.533 42.483 155.812 42.65 156.035 42.818 C 156.259 42.985 156.482 43.208 156.649 43.487 L 156.091 43.877 C 155.589 43.264 154.975 42.929 154.137 42.929 C 153.523 42.929 152.965 43.152 152.518 43.542 C 152.072 43.933 151.904 44.435 151.904 45.048 C 151.904 45.438 152.016 45.773 152.183 46.107 C 152.351 46.442 152.63 46.72 152.965 46.888 C 153.3 47.055 153.691 47.166 154.137 47.166 C 154.919 47.166 155.533 46.832 156.035 46.219 L 156.593 46.553 C 156.37 46.999 155.979 47.278 155.589 47.501 C 155.198 47.78 154.695 47.891 154.137 47.891 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 154.193 42.26 C 154.528 42.26 154.863 42.316 155.198 42.427 C 155.533 42.539 155.812 42.65 156.035 42.873 C 156.259 43.041 156.482 43.264 156.593 43.542 L 156.035 43.877 C 155.589 43.264 154.919 42.929 154.081 42.929 C 153.411 42.929 152.909 43.152 152.462 43.542 C 152.016 43.988 151.792 44.49 151.792 45.048 C 151.792 45.438 151.904 45.828 152.072 46.163 C 152.295 46.497 152.518 46.776 152.909 46.943 C 153.244 47.111 153.635 47.222 154.081 47.222 C 154.863 47.222 155.533 46.888 155.979 46.274 L 156.538 46.609 C 156.259 46.999 155.924 47.278 155.533 47.501 C 155.086 47.724 154.64 47.835 154.081 47.835 C 153.244 47.835 152.518 47.557 151.96 47.055 C 151.402 46.497 151.122 45.884 151.122 45.104 C 151.122 44.602 151.234 44.1 151.513 43.654 C 151.792 43.208 152.127 42.873 152.574 42.595 C 153.132 42.372 153.635 42.26 154.193 42.26 M 154.193 42.204 C 153.635 42.204 153.076 42.316 152.63 42.595 C 152.183 42.873 151.792 43.208 151.513 43.654 C 151.234 44.1 151.122 44.602 151.122 45.104 C 151.122 45.884 151.402 46.553 151.96 47.111 C 152.518 47.668 153.244 47.947 154.081 47.947 C 154.64 47.947 155.142 47.835 155.589 47.612 C 156.035 47.389 156.37 47.111 156.649 46.72 L 156.705 46.665 L 156.649 46.609 L 156.091 46.274 L 156.035 46.219 L 155.979 46.274 C 155.477 46.888 154.863 47.166 154.081 47.166 C 153.691 47.166 153.3 47.055 152.965 46.888 C 152.63 46.72 152.351 46.442 152.183 46.107 C 152.016 45.773 151.904 45.438 151.904 45.048 C 151.904 44.49 152.127 43.988 152.518 43.542 C 152.909 43.152 153.467 42.929 154.081 42.929 C 154.863 42.929 155.533 43.264 155.979 43.821 L 156.035 43.877 L 156.091 43.877 L 156.649 43.542 L 156.705 43.487 L 156.649 43.431 C 156.482 43.152 156.259 42.929 156.035 42.762 C 155.812 42.595 155.533 42.427 155.198 42.316 C 154.919 42.26 154.584 42.204 154.193 42.204 Z M 160.166 49.675 L 161.171 47.278 L 158.994 42.372 L 159.72 42.372 L 161.618 46.442 L 163.349 42.372 L 164.074 42.372 L 160.892 49.675 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 164.074 42.372 L 160.892 49.675 L 160.166 49.675 L 161.171 47.334 L 158.994 42.427 L 159.72 42.427 L 161.562 46.553 L 163.349 42.427 L 164.074 42.427 M 164.186 42.316 L 163.293 42.316 L 163.293 42.372 L 161.562 46.386 L 159.776 42.372 L 159.776 42.316 L 158.882 42.316 L 158.938 42.372 L 161.115 47.278 L 160.111 49.619 L 160.055 49.675 L 160.948 49.675 L 160.948 49.619 L 164.13 42.372 Z M 169.099 47.891 C 168.261 47.891 167.536 47.612 166.977 47.055 C 166.419 46.497 166.14 45.828 166.14 45.104 C 166.14 44.602 166.251 44.1 166.531 43.654 C 166.81 43.208 167.145 42.873 167.591 42.595 C 168.038 42.372 168.54 42.204 169.154 42.204 C 169.489 42.204 169.88 42.26 170.159 42.372 C 170.494 42.483 170.773 42.65 170.997 42.818 C 171.22 42.985 171.443 43.208 171.611 43.487 L 171.053 43.877 C 170.55 43.264 169.936 42.929 169.099 42.929 C 168.485 42.929 167.926 43.152 167.48 43.542 C 167.033 43.933 166.866 44.435 166.866 45.048 C 166.866 45.438 166.977 45.773 167.145 46.107 C 167.312 46.442 167.591 46.72 167.926 46.888 C 168.261 47.055 168.652 47.166 169.099 47.166 C 169.88 47.166 170.494 46.832 170.997 46.219 L 171.555 46.553 C 171.332 46.999 170.941 47.278 170.55 47.501 C 170.159 47.78 169.657 47.891 169.099 47.891 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 169.154 42.26 C 169.489 42.26 169.824 42.316 170.159 42.427 C 170.494 42.539 170.773 42.65 170.997 42.873 C 171.22 43.041 171.443 43.264 171.555 43.542 L 170.997 43.877 C 170.55 43.264 169.88 42.929 169.043 42.929 C 168.373 42.929 167.87 43.152 167.424 43.542 C 166.977 43.988 166.754 44.49 166.754 45.048 C 166.754 45.438 166.866 45.828 167.033 46.163 C 167.256 46.497 167.48 46.776 167.87 46.943 C 168.205 47.111 168.596 47.222 169.043 47.222 C 169.824 47.222 170.494 46.888 170.941 46.274 L 171.499 46.609 C 171.22 46.999 170.885 47.278 170.494 47.501 C 170.048 47.724 169.601 47.835 169.043 47.835 C 168.205 47.835 167.48 47.557 166.921 47.055 C 166.363 46.497 166.084 45.884 166.084 45.104 C 166.084 44.602 166.196 44.1 166.475 43.654 C 166.754 43.208 167.089 42.873 167.536 42.595 C 168.094 42.372 168.596 42.26 169.154 42.26 M 169.154 42.204 C 168.596 42.204 168.038 42.316 167.591 42.595 C 167.145 42.873 166.754 43.208 166.475 43.654 C 166.196 44.1 166.084 44.602 166.084 45.104 C 166.084 45.884 166.363 46.553 166.921 47.111 C 167.48 47.668 168.205 47.947 169.043 47.947 C 169.601 47.947 170.104 47.835 170.55 47.612 C 170.997 47.389 171.332 47.111 171.611 46.72 L 171.667 46.665 L 171.611 46.609 L 171.053 46.274 L 170.997 46.219 L 170.941 46.274 C 170.438 46.888 169.824 47.166 169.043 47.166 C 168.652 47.166 168.261 47.055 167.926 46.888 C 167.591 46.72 167.312 46.442 167.145 46.107 C 166.977 45.773 166.866 45.438 166.866 45.048 C 166.866 44.49 167.089 43.988 167.48 43.542 C 167.87 43.152 168.429 42.929 169.043 42.929 C 169.824 42.929 170.494 43.264 170.941 43.821 L 170.997 43.877 L 171.053 43.877 L 171.611 43.542 L 171.667 43.487 L 171.611 43.431 C 171.443 43.152 171.22 42.929 170.997 42.762 C 170.773 42.595 170.494 42.427 170.159 42.316 C 169.88 42.26 169.545 42.204 169.154 42.204 Z M 174.514 47.724 L 174.458 40.309 L 175.184 40.309 L 175.24 47.724 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 175.184 40.309 L 175.184 47.724 L 174.514 47.724 L 174.514 40.309 L 175.184 40.309 M 175.24 40.253 L 174.458 40.253 L 174.458 47.78 L 175.24 47.78 Z M 178.366 47.724 L 178.366 42.372 L 179.092 42.372 L 179.092 47.78 L 178.366 47.78 Z M 178.701 41.312 C 178.533 41.312 178.422 41.257 178.31 41.145 C 178.198 41.034 178.143 40.866 178.143 40.755 C 178.143 40.588 178.198 40.476 178.31 40.309 C 178.422 40.197 178.589 40.142 178.701 40.142 C 178.868 40.142 178.98 40.197 179.147 40.309 C 179.259 40.42 179.315 40.588 179.315 40.755 C 179.315 40.922 179.259 41.034 179.147 41.145 C 179.036 41.257 178.868 41.312 178.701 41.312 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 178.701 40.197 C 178.868 40.197 178.98 40.253 179.092 40.365 C 179.203 40.476 179.259 40.588 179.259 40.755 C 179.259 40.922 179.203 41.034 179.092 41.145 C 178.98 41.257 178.868 41.312 178.701 41.312 C 178.533 41.312 178.422 41.257 178.31 41.145 C 178.198 41.034 178.143 40.922 178.143 40.755 C 178.143 40.588 178.198 40.476 178.31 40.365 C 178.422 40.253 178.533 40.197 178.701 40.197 M 179.036 42.372 L 179.036 47.724 L 178.366 47.724 L 178.366 42.372 L 179.036 42.372 M 178.701 40.142 C 178.533 40.142 178.366 40.197 178.254 40.309 C 178.143 40.42 178.087 40.588 178.087 40.755 C 178.087 40.922 178.143 41.089 178.254 41.201 C 178.366 41.312 178.533 41.368 178.701 41.368 C 178.868 41.368 179.036 41.312 179.147 41.201 C 179.259 41.089 179.315 40.922 179.315 40.755 C 179.315 40.588 179.259 40.42 179.147 40.309 C 179.036 40.197 178.868 40.142 178.701 40.142 Z M 179.092 42.316 L 178.31 42.316 L 178.31 47.78 L 179.092 47.78 Z M 186.237 47.724 L 186.237 45.159 C 186.237 44.546 186.237 44.156 186.182 43.933 C 186.126 43.598 185.958 43.319 185.735 43.152 C 185.512 42.985 185.233 42.873 184.842 42.873 C 184.451 42.873 184.06 42.985 183.725 43.264 C 183.39 43.542 183.167 43.877 183.111 44.267 C 183.055 44.546 182.999 44.992 182.999 45.717 L 182.999 47.668 L 182.274 47.668 L 182.274 42.316 L 182.999 42.316 L 182.999 43.319 C 183.223 42.929 183.558 42.65 183.893 42.483 C 184.228 42.316 184.618 42.204 185.009 42.204 C 185.4 42.204 185.791 42.316 186.07 42.539 C 186.405 42.762 186.628 43.041 186.74 43.375 C 186.907 43.71 186.963 44.267 186.963 44.992 L 186.963 47.78 L 186.237 47.78 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 184.953 42.26 C 185.344 42.26 185.679 42.372 186.014 42.539 C 186.349 42.762 186.572 43.041 186.684 43.375 C 186.851 43.71 186.907 44.267 186.907 44.992 L 186.907 47.724 L 186.237 47.724 L 186.237 45.159 C 186.237 44.546 186.237 44.156 186.182 43.933 C 186.126 43.598 185.958 43.319 185.735 43.152 C 185.512 42.985 185.233 42.873 184.842 42.873 C 184.451 42.873 184.06 42.985 183.725 43.264 C 183.39 43.542 183.167 43.877 183.055 44.267 C 182.999 44.546 182.944 44.992 182.944 45.717 L 182.944 47.668 L 182.274 47.668 L 182.274 42.372 L 182.944 42.372 L 182.944 43.319 C 183.223 42.929 183.502 42.706 183.837 42.483 C 184.172 42.26 184.563 42.26 184.953 42.26 M 184.953 42.204 C 184.563 42.204 184.172 42.316 183.837 42.483 C 183.558 42.65 183.279 42.873 182.999 43.208 L 182.999 42.316 L 182.218 42.316 L 182.218 47.78 L 182.999 47.78 L 182.999 45.773 C 182.999 45.104 183.055 44.602 183.111 44.323 C 183.223 43.933 183.446 43.598 183.725 43.319 C 184.06 43.041 184.395 42.929 184.786 42.929 C 185.121 42.929 185.4 43.041 185.623 43.208 C 185.847 43.375 185.958 43.654 186.07 43.988 C 186.126 44.212 186.126 44.602 186.126 45.215 L 186.126 47.835 L 186.907 47.835 L 186.907 45.048 C 186.907 44.323 186.851 43.765 186.684 43.431 C 186.517 43.096 186.293 42.818 185.958 42.595 C 185.735 42.26 185.4 42.204 184.953 42.204 Z M 192.657 49.842 C 192.211 49.842 191.764 49.787 191.429 49.619 C 191.038 49.508 190.759 49.285 190.536 49.118 C 190.313 48.895 190.089 48.56 189.922 48.17 L 190.704 48.114 C 190.927 48.449 191.206 48.727 191.485 48.895 C 191.764 49.062 192.211 49.173 192.657 49.173 C 193.104 49.173 193.495 49.062 193.83 48.895 C 194.165 48.727 194.388 48.504 194.5 48.226 C 194.611 47.947 194.723 47.557 194.723 46.943 L 194.723 46.665 C 194.5 46.999 194.165 47.278 193.83 47.445 C 193.495 47.612 193.048 47.724 192.602 47.724 C 192.099 47.724 191.653 47.612 191.206 47.334 C 190.759 47.111 190.424 46.776 190.201 46.33 C 189.978 45.94 189.866 45.438 189.866 44.936 C 189.866 44.435 189.978 43.988 190.257 43.542 C 190.48 43.096 190.871 42.762 191.262 42.539 C 191.708 42.316 192.155 42.149 192.657 42.149 C 193.048 42.149 193.439 42.26 193.774 42.372 C 194.109 42.539 194.444 42.818 194.779 43.208 L 194.723 42.316 L 195.449 42.316 L 195.449 46.609 C 195.449 47.334 195.393 47.891 195.225 48.281 C 195.058 48.783 194.723 49.173 194.276 49.452 C 193.83 49.675 193.327 49.842 192.657 49.842 Z M 192.713 42.929 C 192.322 42.929 191.988 43.041 191.653 43.208 C 191.318 43.375 191.038 43.654 190.871 43.988 C 190.704 44.323 190.592 44.658 190.592 45.048 C 190.592 45.605 190.759 46.107 191.15 46.497 C 191.541 46.888 192.043 47.055 192.657 47.055 C 193.272 47.055 193.774 46.888 194.165 46.497 C 194.556 46.107 194.723 45.605 194.723 45.048 C 194.723 44.658 194.611 44.323 194.444 43.988 C 194.276 43.654 193.997 43.431 193.718 43.264 C 193.439 43.041 193.048 42.929 192.713 42.929 Z\" fill=\"rgb(2,2,3)\"></path><path d=\"M 192.602 42.26 C 192.992 42.26 193.383 42.316 193.718 42.483 C 194.053 42.65 194.388 42.929 194.723 43.319 L 194.723 42.372 L 195.393 42.372 L 195.393 46.609 C 195.393 47.334 195.337 47.891 195.17 48.226 C 195.002 48.727 194.667 49.118 194.221 49.341 C 193.774 49.564 193.216 49.731 192.602 49.731 C 192.155 49.731 191.708 49.675 191.373 49.564 C 190.983 49.452 190.704 49.285 190.48 49.062 C 190.257 48.839 190.034 48.504 189.866 48.114 L 190.592 48.114 C 190.815 48.449 191.038 48.727 191.373 48.895 C 191.708 49.062 192.099 49.173 192.546 49.173 C 192.992 49.173 193.383 49.062 193.718 48.895 C 194.053 48.727 194.276 48.504 194.388 48.226 C 194.5 47.947 194.611 47.557 194.611 46.943 L 194.611 46.665 C 194.332 46.999 194.053 47.222 193.662 47.389 C 193.272 47.557 192.881 47.668 192.49 47.668 C 191.988 47.668 191.541 47.557 191.094 47.278 C 190.648 47.055 190.313 46.72 190.089 46.274 C 189.866 45.884 189.754 45.438 189.754 44.936 C 189.754 44.435 189.866 43.988 190.145 43.542 C 190.369 43.096 190.704 42.762 191.15 42.539 C 191.653 42.372 192.155 42.26 192.602 42.26 M 192.657 47.055 C 193.272 47.055 193.774 46.888 194.165 46.497 C 194.556 46.107 194.723 45.605 194.723 44.992 C 194.723 44.602 194.611 44.212 194.444 43.933 C 194.276 43.654 193.997 43.375 193.718 43.208 C 193.439 43.041 193.048 42.929 192.657 42.929 C 192.267 42.929 191.932 43.041 191.597 43.208 C 191.262 43.375 190.983 43.654 190.815 43.988 C 190.648 44.323 190.536 44.658 190.536 45.048 C 190.536 45.605 190.759 46.107 191.15 46.497 C 191.541 46.888 192.043 47.055 192.657 47.055 M 192.602 42.204 C 192.099 42.204 191.653 42.316 191.206 42.595 C 190.759 42.873 190.424 43.208 190.145 43.654 C 189.922 44.1 189.754 44.546 189.754 45.048 C 189.754 45.55 189.866 45.996 190.089 46.442 C 190.313 46.832 190.648 47.222 191.094 47.445 C 191.541 47.668 191.988 47.835 192.49 47.835 C 192.937 47.835 193.327 47.724 193.718 47.557 C 194.053 47.389 194.332 47.166 194.611 46.888 L 194.611 46.999 C 194.611 47.557 194.556 48.003 194.388 48.226 C 194.276 48.504 194.053 48.672 193.718 48.839 C 193.383 49.006 192.992 49.118 192.546 49.118 C 192.099 49.118 191.708 49.062 191.373 48.895 C 191.038 48.727 190.815 48.449 190.592 48.114 L 190.592 48.058 L 189.81 48.058 L 189.866 48.114 C 190.034 48.56 190.257 48.839 190.536 49.062 C 190.759 49.285 191.094 49.452 191.429 49.619 C 191.82 49.731 192.211 49.842 192.657 49.842 C 193.272 49.842 193.83 49.731 194.276 49.452 C 194.723 49.173 195.058 48.783 195.225 48.281 C 195.337 47.947 195.449 47.389 195.449 46.609 L 195.449 42.316 L 194.667 42.316 L 194.667 43.152 C 194.388 42.818 194.053 42.595 193.774 42.427 C 193.383 42.26 192.992 42.204 192.602 42.204 Z M 192.657 46.999 C 192.043 46.999 191.541 46.832 191.15 46.442 C 190.759 46.051 190.592 45.605 190.592 45.048 C 190.592 44.658 190.704 44.323 190.871 43.988 C 191.038 43.654 191.318 43.431 191.653 43.208 C 191.988 43.041 192.322 42.929 192.713 42.929 C 193.048 42.929 193.439 43.041 193.718 43.208 C 194.053 43.375 194.276 43.654 194.444 43.933 C 194.611 44.212 194.723 44.602 194.723 44.992 C 194.723 45.605 194.556 46.107 194.165 46.442 C 193.774 46.832 193.272 46.999 192.657 46.999 Z\" fill=\"rgb(2,2,3)\"></path></svg>',svgContentId:11856311578,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-t46oui\",layoutDependency:layoutDependency,layoutId:\"b4qyPcyyi\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q7mqg\",layoutDependency:layoutDependency,layoutId:\"dl4YsB8c8\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aVTLsKHyP\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+11.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p6wuzx-container\",layoutDependency:layoutDependency,layoutId:\"Ylzrob0b6-container\",nodeId:\"Ylzrob0b6\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(NavbarTitle,{height:\"100%\",id:\"Ylzrob0b6\",layoutId:\"Ylzrob0b6\",rqg5z7Wem:\"About Us\",style:{height:\"100%\"},variant:\"fq9gwNmzM\",width:\"100%\",yS2uonncu:resolvedLinks[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V5tvUQHgw\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+11.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cveiqg-container\",layoutDependency:layoutDependency,layoutId:\"kumTKRxTH-container\",nodeId:\"kumTKRxTH\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(NavbarTitle,{height:\"100%\",id:\"kumTKRxTH\",layoutId:\"kumTKRxTH\",rqg5z7Wem:\"Buy EV Batteries\",style:{height:\"100%\"},variant:\"fq9gwNmzM\",width:\"100%\",yS2uonncu:resolvedLinks1[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KV5LZhuTL\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+11.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18q9j3g-container\",layoutDependency:layoutDependency,layoutId:\"xrbzi2ilA-container\",nodeId:\"xrbzi2ilA\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(NavbarTitle,{height:\"100%\",id:\"xrbzi2ilA\",layoutId:\"xrbzi2ilA\",rqg5z7Wem:\"Sell EV Batteries\",style:{height:\"100%\"},variant:\"fq9gwNmzM\",width:\"100%\",yS2uonncu:resolvedLinks2[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GDFsTxblu\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+11.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b0o0ka-container\",layoutDependency:layoutDependency,layoutId:\"Zv3rqIgQA-container\",nodeId:\"Zv3rqIgQA\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(NavbarTitle,{height:\"100%\",id:\"Zv3rqIgQA\",layoutId:\"Zv3rqIgQA\",rqg5z7Wem:\"Register\",style:{height:\"100%\"},variant:\"fq9gwNmzM\",width:\"100%\",yS2uonncu:resolvedLinks3[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MF0dvtD1R\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+11.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13x4kim-container\",layoutDependency:layoutDependency,layoutId:\"VJ5raR5RC-container\",nodeId:\"VJ5raR5RC\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(NavbarTitle,{height:\"100%\",id:\"VJ5raR5RC\",layoutId:\"VJ5raR5RC\",rqg5z7Wem:\"Partner\",style:{height:\"100%\"},variant:\"fq9gwNmzM\",width:\"100%\",yS2uonncu:resolvedLinks4[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gbj69_Zed\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+11.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j7cdqv-container\",layoutDependency:layoutDependency,layoutId:\"k_UnhWmOB-container\",nodeId:\"k_UnhWmOB\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(NavbarTitle,{height:\"100%\",id:\"k_UnhWmOB\",layoutId:\"k_UnhWmOB\",rqg5z7Wem:\"FAQs\",style:{height:\"100%\"},variant:\"fq9gwNmzM\",width:\"100%\",yS2uonncu:resolvedLinks5[0]})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gtkakc\",layoutDependency:layoutDependency,layoutId:\"vlNWTRUT5\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:\"79px\",y:(componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+-5.5+12,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ab6wp5-container\",layoutDependency:layoutDependency,layoutId:\"YGYTqJeeA-container\",nodeId:\"YGYTqJeeA\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(Button,{D_5vaILMz:\"rgb(18, 167, 126)\",g0fMlz6PS:\"rgb(115, 116, 113)\",height:\"100%\",id:\"YGYTqJeeA\",kNI2PXW3v:\"Contact\",layoutId:\"YGYTqJeeA\",oRs4690HM:16,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://altilium.tech/\",motionChild:true,nodeId:\"DK9Ye27JQ\",scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:42.5,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-42)/2)+-5.5+0),pixelHeight:85,pixelWidth:256,src:\"https://framerusercontent.com/images/gzwO6G3NLsuQ6K82M7fTyMsWTY.webp\"},className:\"framer-1xb62ye framer-v9no7j\",\"data-framer-name\":\"Altilium-white\",layoutDependency:layoutDependency,layoutId:\"DK9Ye27JQ\"})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8d5gz1\",layoutDependency:layoutDependency,layoutId:\"C94xIykAp\",...addPropertyOverrides({M0DkEOXbR:{\"data-highlight\":true,onTap:onTap5snl9f},MngdPL4xu:{\"data-highlight\":true,onTap:onTap1tvb6aa}},baseVariant,gestureVariant),children:isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yocqzc\",layoutDependency:layoutDependency,layoutId:\"INClmwsrW\",...addPropertyOverrides({MngdPL4xu:{\"data-highlight\":true,onTap:onTap1tvb6aa}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wcwbbq\",layoutDependency:layoutDependency,layoutId:\"VeQ3ovfMp\",style:{backgroundColor:\"rgb(156, 156, 156)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q0fh2i\",layoutDependency:layoutDependency,layoutId:\"kcyZTxcZ3\",style:{backgroundColor:\"rgb(156, 156, 156)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qnvt4a\",layoutDependency:layoutDependency,layoutId:\"rhkavBBws\",style:{backgroundColor:\"rgb(156, 156, 156)\"}})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/gYpm2543A5l32859jj6RhsH2Z0.png\"},className:\"framer-djq42e\",\"data-framer-name\":\"Close (1)\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TiCaKFlGA\",onTap:onTap181zmsj,...addPropertyOverrides({LERIBQ0ZB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-256)/2)),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/gYpm2543A5l32859jj6RhsH2Z0.png\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/gYpm2543A5l32859jj6RhsH2Z0.png\"},className:\"framer-qf65qh\",\"data-framer-name\":\"Close (1)\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Jxu9vxbqz\",onTap:onTapia6v5r,...addPropertyOverrides({W4CQDefKy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+((componentViewport?.height||101)-0-0-23)/2)),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/gYpm2543A5l32859jj6RhsH2Z0.png\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-yywf7a\",layoutDependency:layoutDependency,layoutId:\"PuLdFj5DE\",style:{backgroundColor:\"rgb(255, 255, 255)\"}})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pea1km\",layoutDependency:layoutDependency,layoutId:\"ZTCIiXOFX\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5sdli8\",layoutDependency:layoutDependency,layoutId:\"ucPOIdzS0\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fxvxsh\",layoutDependency:layoutDependency,layoutId:\"oWsDIqMt2\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GDFsTxblu\"},motionChild:true,nodeId:\"FNDwqVcZ_\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Register\"})})})}),className:\"framer-13nhxa1\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"FNDwqVcZ_\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KV5LZhuTL\"},motionChild:true,nodeId:\"y7FVgQMXb\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Sell EV Batteries\"})})})}),className:\"framer-1p6x03z\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"y7FVgQMXb\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V5tvUQHgw\"},motionChild:true,nodeId:\"s5yP4nev7\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Battery Inventory\"})})})}),className:\"framer-4dmdhq\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"s5yP4nev7\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MF0dvtD1R\"},motionChild:true,nodeId:\"waIe9rizh\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Partner\"})})})}),className:\"framer-gb15ig\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"waIe9rizh\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aVTLsKHyP\"},motionChild:true,nodeId:\"h2kBRz7br\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"About Us\"})})})}),className:\"framer-j8pa4d\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"h2kBRz7br\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbj69_Zed\"},motionChild:true,nodeId:\"oKKmvcLJZ\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"FAQs\"})})})}),className:\"framer-asnjst\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"oKKmvcLJZ\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:\"89px\",...addPropertyOverrides({W4CQDefKy:{y:(componentViewport?.y||0)+(componentViewport?.height||101)-0+-16+49.8869+0+248.1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mo7qej-container\",layoutDependency:layoutDependency,layoutId:\"bGmL_wwoM-container\",nodeId:\"bGmL_wwoM\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(Button,{D_5vaILMz:\"rgb(18, 167, 126)\",g0fMlz6PS:\"rgb(115, 116, 113)\",height:\"100%\",id:\"bGmL_wwoM\",kNI2PXW3v:\"Contact\",layoutId:\"bGmL_wwoM\",oRs4690HM:16,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://altilium.tech/\",motionChild:true,nodeId:\"goB7yN8Km\",scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:42.5,intrinsicWidth:128,pixelHeight:85,pixelWidth:256,src:\"https://framerusercontent.com/images/gzwO6G3NLsuQ6K82M7fTyMsWTY.webp\"},className:\"framer-ozn553 framer-v9no7j\",\"data-framer-name\":\"Altilium-white\",layoutDependency:layoutDependency,layoutId:\"goB7yN8Km\",...addPropertyOverrides({W4CQDefKy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:42.5,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||101)-0+-16+49.8869+0+306.1),pixelHeight:85,pixelWidth:256,src:\"https://framerusercontent.com/images/gzwO6G3NLsuQ6K82M7fTyMsWTY.webp\"}}},baseVariant,gestureVariant)})})]})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7h3ek\",layoutDependency:layoutDependency,layoutId:\"HVrwLcvmA\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y2ebti\",layoutDependency:layoutDependency,layoutId:\"aN36hRnLi\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d2bxuw\",layoutDependency:layoutDependency,layoutId:\"nfUCr7ksO\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GDFsTxblu\"},motionChild:true,nodeId:\"GjqTkl3ad\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Register\"})})})}),className:\"framer-13vda1p\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"GjqTkl3ad\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KV5LZhuTL\"},motionChild:true,nodeId:\"kXeGm8qSE\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Sell EV Batteries\"})})})}),className:\"framer-vwoyne\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"kXeGm8qSE\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MF0dvtD1R\"},motionChild:true,nodeId:\"pIcIKJcgy\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Partner\"})})})}),className:\"framer-91c7u\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"pIcIKJcgy\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V5tvUQHgw\"},motionChild:true,nodeId:\"WwJZl_SrD\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"Battery Inventory\"})})})}),className:\"framer-1quamh6\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"WwJZl_SrD\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aVTLsKHyP\"},motionChild:true,nodeId:\"WdZElVgrS\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"About Us\"})})})}),className:\"framer-6kzoql\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"WdZElVgrS\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(75, 85, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbj69_Zed\"},motionChild:true,nodeId:\"A7jvxEhCk\",openInNewTab:false,scopeId:\"mcvMl_Kbt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-84doiu\",\"data-styles-preset\":\"Wz2Kph7Sz\",children:\"FAQs\"})})})}),className:\"framer-a8mdl3\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"A7jvxEhCk\",style:{\"--extracted-r6o4lv\":\"rgb(75, 85, 99)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:\"89px\",...addPropertyOverrides({LERIBQ0ZB:{y:(componentViewport?.y||0)+(componentViewport?.height||101)-0+-20+51.8815+0+248.1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ay6a96-container\",layoutDependency:layoutDependency,layoutId:\"vK8k4zlPM-container\",nodeId:\"vK8k4zlPM\",rendersWithMotion:true,scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(Button,{D_5vaILMz:\"rgb(18, 167, 126)\",g0fMlz6PS:\"rgb(115, 116, 113)\",height:\"100%\",id:\"vK8k4zlPM\",kNI2PXW3v:\"Contact\",layoutId:\"vK8k4zlPM\",oRs4690HM:16,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://altilium.tech/\",motionChild:true,nodeId:\"iQJs6aauV\",scopeId:\"mcvMl_Kbt\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:42.5,intrinsicWidth:128,pixelHeight:85,pixelWidth:256,src:\"https://framerusercontent.com/images/gzwO6G3NLsuQ6K82M7fTyMsWTY.webp\"},className:\"framer-rzefxi framer-v9no7j\",\"data-framer-name\":\"Altilium-white\",layoutDependency:layoutDependency,layoutId:\"iQJs6aauV\",...addPropertyOverrides({LERIBQ0ZB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:42.5,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||101)-0+-20+51.8815+0+306.1),pixelHeight:85,pixelWidth:256,src:\"https://framerusercontent.com/images/gzwO6G3NLsuQ6K82M7fTyMsWTY.webp\"}}},baseVariant,gestureVariant)})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Vc6xR.framer-v9no7j, .framer-Vc6xR .framer-v9no7j { display: block; }\",\".framer-Vc6xR.framer-hjw5bz { height: 101px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-Vc6xR .framer-16ghlwa { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Vc6xR .framer-148m7ir, .framer-Vc6xR .framer-hxjvxn, .framer-Vc6xR .framer-t46oui, .framer-Vc6xR .framer-yywf7a { flex: 1 0 0px; height: 42px; overflow: hidden; position: relative; width: 1px; }\",\".framer-Vc6xR .framer-mjmdoc { flex: none; height: 63px; position: relative; text-decoration: none; width: 206px; }\",\".framer-Vc6xR .framer-q7mqg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Vc6xR .framer-p6wuzx-container, .framer-Vc6xR .framer-cveiqg-container, .framer-Vc6xR .framer-18q9j3g-container, .framer-Vc6xR .framer-b0o0ka-container, .framer-Vc6xR .framer-13x4kim-container, .framer-Vc6xR .framer-1j7cdqv-container { flex: none; height: 19px; position: relative; width: auto; }\",\".framer-Vc6xR .framer-1gtkakc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Vc6xR .framer-1ab6wp5-container { flex: none; height: 29px; position: relative; width: 79px; }\",\".framer-Vc6xR .framer-1xb62ye { aspect-ratio: 3.011764705882353 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); overflow: visible; position: relative; text-decoration: none; width: 157px; }\",\".framer-Vc6xR .framer-8d5gz1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 139px; }\",\".framer-Vc6xR .framer-1yocqzc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Vc6xR .framer-wcwbbq, .framer-Vc6xR .framer-q0fh2i, .framer-Vc6xR .framer-qnvt4a { flex: none; height: 2px; overflow: hidden; position: relative; width: 25px; }\",\".framer-Vc6xR .framer-djq42e { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 256px); overflow: visible; position: relative; width: 20px; }\",\".framer-Vc6xR .framer-qf65qh { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 23px); overflow: visible; position: relative; width: 20px; }\",\".framer-Vc6xR .framer-1pea1km { bottom: -364px; flex: none; height: 364px; left: 0px; overflow: visible; position: absolute; right: 0px; }\",\".framer-Vc6xR .framer-5sdli8 { bottom: -70px; flex: none; overflow: hidden; position: absolute; right: 0px; top: -16px; width: 301px; }\",\".framer-Vc6xR .framer-fxvxsh, .framer-Vc6xR .framer-d2bxuw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 349px; justify-content: center; left: calc(49.83388704318939% - 199px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(49.863760217983675% - 349px / 2); width: 199px; }\",\".framer-Vc6xR .framer-13nhxa1, .framer-Vc6xR .framer-1p6x03z, .framer-Vc6xR .framer-4dmdhq, .framer-Vc6xR .framer-gb15ig, .framer-Vc6xR .framer-j8pa4d, .framer-Vc6xR .framer-asnjst, .framer-Vc6xR .framer-13vda1p, .framer-Vc6xR .framer-vwoyne, .framer-Vc6xR .framer-91c7u, .framer-Vc6xR .framer-1quamh6, .framer-Vc6xR .framer-6kzoql, .framer-Vc6xR .framer-a8mdl3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Vc6xR .framer-1mo7qej-container, .framer-Vc6xR .framer-1ay6a96-container { flex: none; height: 38px; position: relative; width: 89px; }\",\".framer-Vc6xR .framer-ozn553, .framer-Vc6xR .framer-rzefxi { aspect-ratio: 3.011764705882353 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; text-decoration: none; width: 90px; }\",\".framer-Vc6xR .framer-7h3ek { bottom: -343px; flex: none; height: 343px; left: 0px; overflow: visible; position: absolute; right: 0px; }\",\".framer-Vc6xR .framer-y2ebti { bottom: -91px; flex: none; left: calc(49.877149877149904% - 301px / 2); overflow: hidden; position: absolute; top: -20px; width: 301px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Vc6xR .framer-16ghlwa, .framer-Vc6xR .framer-q7mqg, .framer-Vc6xR .framer-1gtkakc, .framer-Vc6xR .framer-8d5gz1, .framer-Vc6xR .framer-1yocqzc, .framer-Vc6xR .framer-fxvxsh, .framer-Vc6xR .framer-d2bxuw { gap: 0px; } .framer-Vc6xR .framer-16ghlwa > *, .framer-Vc6xR .framer-1gtkakc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Vc6xR .framer-16ghlwa > :first-child, .framer-Vc6xR .framer-q7mqg > :first-child, .framer-Vc6xR .framer-1gtkakc > :first-child, .framer-Vc6xR .framer-8d5gz1 > :first-child { margin-left: 0px; } .framer-Vc6xR .framer-16ghlwa > :last-child, .framer-Vc6xR .framer-q7mqg > :last-child, .framer-Vc6xR .framer-1gtkakc > :last-child, .framer-Vc6xR .framer-8d5gz1 > :last-child { margin-right: 0px; } .framer-Vc6xR .framer-q7mqg > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Vc6xR .framer-8d5gz1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Vc6xR .framer-1yocqzc > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-Vc6xR .framer-1yocqzc > :first-child, .framer-Vc6xR .framer-fxvxsh > :first-child, .framer-Vc6xR .framer-d2bxuw > :first-child { margin-top: 0px; } .framer-Vc6xR .framer-1yocqzc > :last-child, .framer-Vc6xR .framer-fxvxsh > :last-child, .framer-Vc6xR .framer-d2bxuw > :last-child { margin-bottom: 0px; } .framer-Vc6xR .framer-fxvxsh > *, .framer-Vc6xR .framer-d2bxuw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-Vc6xR.framer-v-1llh0dg.framer-hjw5bz { width: 810px; }\",\".framer-Vc6xR.framer-v-1llh0dg .framer-16ghlwa, .framer-Vc6xR.framer-v-1vizivi .framer-16ghlwa { padding: 0px 40px 0px 40px; }\",\".framer-Vc6xR.framer-v-1llh0dg .framer-hxjvxn, .framer-Vc6xR.framer-v-1xegs4u .framer-hxjvxn, .framer-Vc6xR.framer-v-1vizivi .framer-hxjvxn, .framer-Vc6xR.framer-v-1vizivi .framer-gb15ig, .framer-Vc6xR.framer-v-1va2tui .framer-hxjvxn { order: 2; }\",\".framer-Vc6xR.framer-v-1llh0dg .framer-mjmdoc, .framer-Vc6xR.framer-v-1xegs4u .framer-mjmdoc, .framer-Vc6xR.framer-v-1vizivi .framer-mjmdoc, .framer-Vc6xR.framer-v-1vizivi .framer-1p6x03z, .framer-Vc6xR.framer-v-1va2tui .framer-mjmdoc { order: 1; }\",\".framer-Vc6xR.framer-v-1llh0dg .framer-8d5gz1, .framer-Vc6xR.framer-v-1xegs4u .framer-8d5gz1 { cursor: pointer; height: min-content; order: 5; width: min-content; }\",\".framer-Vc6xR.framer-v-1llh0dg .framer-1yocqzc { cursor: pointer; }\",\".framer-Vc6xR.framer-v-1xegs4u.framer-hjw5bz { width: 407px; }\",\".framer-Vc6xR.framer-v-1xegs4u .framer-16ghlwa, .framer-Vc6xR.framer-v-1va2tui .framer-16ghlwa { padding: 0px 40px 0px 20px; }\",\".framer-Vc6xR.framer-v-1vizivi.framer-hjw5bz { overflow: visible; width: 810px; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-8d5gz1 { height: min-content; min-height: 42px; min-width: 139px; order: 5; width: min-content; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-qf65qh { height: var(--framer-aspect-ratio-supported, 20px); order: 7; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-13nhxa1 { order: 0; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-4dmdhq { order: 3; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-j8pa4d { order: 4; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-asnjst { order: 5; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-1mo7qej-container, .framer-Vc6xR.framer-v-1va2tui .framer-djq42e { order: 6; }\",\".framer-Vc6xR.framer-v-1vizivi .framer-ozn553 { order: 7; }\",\".framer-Vc6xR.framer-v-1va2tui.framer-hjw5bz { overflow: visible; width: 407px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 101\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MngdPL4xu\":{\"layout\":[\"fixed\",\"fixed\"]},\"M0DkEOXbR\":{\"layout\":[\"fixed\",\"fixed\"]},\"W4CQDefKy\":{\"layout\":[\"fixed\",\"fixed\"]},\"LERIBQ0ZB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermcvMl_Kbt=withCSS(Component,css,\"framer-Vc6xR\");export default FramermcvMl_Kbt;FramermcvMl_Kbt.displayName=\"Navbar\";FramermcvMl_Kbt.defaultProps={height:101,width:1200};addPropertyControls(FramermcvMl_Kbt,{variant:{options:[\"euWKom5VI\",\"MngdPL4xu\",\"M0DkEOXbR\",\"W4CQDefKy\",\"LERIBQ0ZB\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Tablet - Open\",\"Phone - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermcvMl_Kbt,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...NavbarTitleFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermcvMl_Kbt\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MngdPL4xu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M0DkEOXbR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W4CQDefKy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LERIBQ0ZB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"101\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "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", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerjciASzB2s", "withCSS", "jciASzB2s_default", "addFonts", "fontStore", "fonts", "css", "className", "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", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "rqg5z7Wem", "yS2uonncu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerCJV_aeMtD", "withCSS", "CJV_aeMtD_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "background", "background2", "fontSize", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kNI2PXW3v", "g0fMlz6PS", "D_5vaILMz", "oRs4690HM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "Framerf64fWYe7F", "withCSS", "f64fWYe7F_default", "addPropertyControls", "ControlType", "addFonts", "NavbarTitleFonts", "getFonts", "CJV_aeMtD_default", "ButtonFonts", "f64fWYe7F_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1tvb6aa", "args", "onTap5snl9f", "onTap181zmsj", "onTapia6v5r", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramermcvMl_Kbt", "withCSS", "mcvMl_Kbt_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
