@snapcall/stream-ui 1.33.2-beta.3 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,13 +2,13 @@ import {jsx as $3Sbms$jsx, jsxs as $3Sbms$jsxs, Fragment as $3Sbms$Fragment} fro
2
2
  import {createRoot as $3Sbms$createRoot} from "react-dom/client";
3
3
  import $3Sbms$bowser from "bowser";
4
4
  import {QueryClient as $3Sbms$QueryClient, QueryClientProvider as $3Sbms$QueryClientProvider, useQueryClient as $3Sbms$useQueryClient, useQuery as $3Sbms$useQuery, useMutation as $3Sbms$useMutation, useMutationState as $3Sbms$useMutationState} from "@tanstack/react-query";
5
- import {toast as $3Sbms$toast, useToast as $3Sbms$useToast, useDialogState as $3Sbms$useDialogState, ToastAction as $3Sbms$ToastAction, TooltipProvider as $3Sbms$TooltipProvider, Toaster as $3Sbms$Toaster, Tooltip as $3Sbms$Tooltip, TooltipTrigger as $3Sbms$TooltipTrigger, Button as $3Sbms$Button, TooltipContent as $3Sbms$TooltipContent, Select as $3Sbms$Select, SelectTrigger as $3Sbms$SelectTrigger, SelectValue as $3Sbms$SelectValue, SelectContent as $3Sbms$SelectContent, SelectGroup as $3Sbms$SelectGroup, SelectItem as $3Sbms$SelectItem, Dialog as $3Sbms$Dialog, DialogContent as $3Sbms$DialogContent, DialogHeader as $3Sbms$DialogHeader, DialogTitle as $3Sbms$DialogTitle, Tabs as $3Sbms$Tabs, TabsList as $3Sbms$TabsList, TabsTrigger as $3Sbms$TabsTrigger, TabsContent as $3Sbms$TabsContent, Separator as $3Sbms$Separator, Input as $3Sbms$Input, CreatableSelect as $3Sbms$CreatableSelect, Textarea as $3Sbms$Textarea, DialogDescription as $3Sbms$DialogDescription, DialogFooter as $3Sbms$DialogFooter, Sheet as $3Sbms$Sheet, DialogTrigger as $3Sbms$DialogTrigger, SheetTrigger as $3Sbms$SheetTrigger, SheetHeader as $3Sbms$SheetHeader, SheetClose as $3Sbms$SheetClose, SheetContent as $3Sbms$SheetContent, SheetTitle as $3Sbms$SheetTitle, SheetDescription as $3Sbms$SheetDescription, Carousel as $3Sbms$Carousel, CarouselContent as $3Sbms$CarouselContent, CarouselItem as $3Sbms$CarouselItem, CarouselPrevious as $3Sbms$CarouselPrevious, CarouselNext as $3Sbms$CarouselNext, Avatar as $3Sbms$Avatar, AlertDialog as $3Sbms$AlertDialog, AlertDialogContent as $3Sbms$AlertDialogContent, AlertDialogFooter as $3Sbms$AlertDialogFooter, AlertDialogCancel as $3Sbms$AlertDialogCancel, AlertDialogAction as $3Sbms$AlertDialogAction, DropdownMenu as $3Sbms$DropdownMenu, DropdownMenuTrigger as $3Sbms$DropdownMenuTrigger, DropdownMenuContent as $3Sbms$DropdownMenuContent, DropdownMenuItem as $3Sbms$DropdownMenuItem, DropdownMenuSeparator as $3Sbms$DropdownMenuSeparator, RawToast as $3Sbms$RawToast, ToastContent as $3Sbms$ToastContent, Popover as $3Sbms$Popover, PopoverTrigger as $3Sbms$PopoverTrigger, PopoverContent as $3Sbms$PopoverContent, MediaCard as $3Sbms$MediaCard, AlertDialogHeader as $3Sbms$AlertDialogHeader, AlertDialogTitle as $3Sbms$AlertDialogTitle, AlertDialogDescription as $3Sbms$AlertDialogDescription} from "@snapcall/design-system";
5
+ import {I18nextProvider as $3Sbms$I18nextProvider, initReactI18next as $3Sbms$initReactI18next, useTranslation as $3Sbms$useTranslation, Trans as $3Sbms$Trans} from "react-i18next";
6
+ import {createInstance as $3Sbms$createInstance} from "i18next";
7
+ import {toast as $3Sbms$toast, useToast as $3Sbms$useToast, useDialogState as $3Sbms$useDialogState, ToastAction as $3Sbms$ToastAction, TooltipProvider as $3Sbms$TooltipProvider, Toaster as $3Sbms$Toaster, Tooltip as $3Sbms$Tooltip, TooltipTrigger as $3Sbms$TooltipTrigger, Button as $3Sbms$Button, TooltipContent as $3Sbms$TooltipContent, Select as $3Sbms$Select, SelectTrigger as $3Sbms$SelectTrigger, SelectValue as $3Sbms$SelectValue, SelectContent as $3Sbms$SelectContent, SelectGroup as $3Sbms$SelectGroup, SelectItem as $3Sbms$SelectItem, Dialog as $3Sbms$Dialog, DialogContent as $3Sbms$DialogContent, DialogHeader as $3Sbms$DialogHeader, DialogTitle as $3Sbms$DialogTitle, Tabs as $3Sbms$Tabs, TabsList as $3Sbms$TabsList, TabsTrigger as $3Sbms$TabsTrigger, TabsContent as $3Sbms$TabsContent, Separator as $3Sbms$Separator, Input as $3Sbms$Input, CreatableSelect as $3Sbms$CreatableSelect, Textarea as $3Sbms$Textarea, DialogDescription as $3Sbms$DialogDescription, DialogFooter as $3Sbms$DialogFooter, Sheet as $3Sbms$Sheet, DialogTrigger as $3Sbms$DialogTrigger, SheetTrigger as $3Sbms$SheetTrigger, SheetHeader as $3Sbms$SheetHeader, SheetClose as $3Sbms$SheetClose, SheetContent as $3Sbms$SheetContent, SheetTitle as $3Sbms$SheetTitle, SheetDescription as $3Sbms$SheetDescription, Avatar as $3Sbms$Avatar, AlertDialog as $3Sbms$AlertDialog, AlertDialogContent as $3Sbms$AlertDialogContent, AlertDialogFooter as $3Sbms$AlertDialogFooter, AlertDialogCancel as $3Sbms$AlertDialogCancel, AlertDialogAction as $3Sbms$AlertDialogAction, DropdownMenu as $3Sbms$DropdownMenu, DropdownMenuTrigger as $3Sbms$DropdownMenuTrigger, DropdownMenuContent as $3Sbms$DropdownMenuContent, DropdownMenuItem as $3Sbms$DropdownMenuItem, DropdownMenuSeparator as $3Sbms$DropdownMenuSeparator, RawToast as $3Sbms$RawToast, ToastContent as $3Sbms$ToastContent, Popover as $3Sbms$Popover, PopoverTrigger as $3Sbms$PopoverTrigger, PopoverContent as $3Sbms$PopoverContent, MediaCard as $3Sbms$MediaCard, AlertDialogHeader as $3Sbms$AlertDialogHeader, AlertDialogTitle as $3Sbms$AlertDialogTitle, AlertDialogDescription as $3Sbms$AlertDialogDescription} from "@snapcall/design-system";
6
8
  import {useState as $3Sbms$useState, useRef as $3Sbms$useRef, useCallback as $3Sbms$useCallback, useEffect as $3Sbms$useEffect, useContext as $3Sbms$useContext, useMemo as $3Sbms$useMemo, createContext as $3Sbms$createContext, useReducer as $3Sbms$useReducer, Fragment as $3Sbms$Fragment1, cloneElement as $3Sbms$cloneElement, useLayoutEffect as $3Sbms$useLayoutEffect, forwardRef as $3Sbms$forwardRef} from "react";
7
9
  import $3Sbms$classnames from "classnames";
8
10
  import "inobounce";
9
- import {useTranslation as $3Sbms$useTranslation, initReactI18next as $3Sbms$initReactI18next, Trans as $3Sbms$Trans} from "react-i18next";
10
11
  import {Recording3Icon as $3Sbms$Recording3Icon, InfoCircleIcon as $3Sbms$InfoCircleIcon, Speedometer4Icon as $3Sbms$Speedometer4Icon, Copy7Icon as $3Sbms$Copy7Icon, LinkExternal1Icon as $3Sbms$LinkExternal1Icon, QrCode1Icon as $3Sbms$QrCode1Icon, UserPlus1Icon as $3Sbms$UserPlus1Icon, Settings1Icon as $3Sbms$Settings1Icon, PhoneCall1Icon as $3Sbms$PhoneCall1Icon, VideoRecorderIcon as $3Sbms$VideoRecorderIcon, Recording2Icon as $3Sbms$Recording2Icon, Monitor2Icon as $3Sbms$Monitor2Icon, Camera2Icon as $3Sbms$Camera2Icon, Copy5Icon as $3Sbms$Copy5Icon, CheckIcon as $3Sbms$CheckIcon, XCircleIcon as $3Sbms$XCircleIcon, Send3Icon as $3Sbms$Send3Icon, AlertTriangleIcon as $3Sbms$AlertTriangleIcon, CopyIcon as $3Sbms$CopyIcon, Link1Icon as $3Sbms$Link1Icon, VolumeMaxIcon as $3Sbms$VolumeMaxIcon, Settings3Icon as $3Sbms$Settings3Icon, UserSquareIcon as $3Sbms$UserSquareIcon, XCloseIcon as $3Sbms$XCloseIcon, ArrowLeftIcon as $3Sbms$ArrowLeftIcon, HelpCircleIcon as $3Sbms$HelpCircleIcon, SpinnerIcon as $3Sbms$SpinnerIcon, User1Icon as $3Sbms$User1Icon, Microphone1Icon as $3Sbms$Microphone1Icon, MicrophoneOff1Icon as $3Sbms$MicrophoneOff1Icon, VideoRecorderOffIcon as $3Sbms$VideoRecorderOffIcon, CameraPlusIcon as $3Sbms$CameraPlusIcon, Minimize1Icon as $3Sbms$Minimize1Icon, Maximize1Icon as $3Sbms$Maximize1Icon, CheckCircleIcon as $3Sbms$CheckCircleIcon, Download1Icon as $3Sbms$Download1Icon, RefreshCcw2Icon as $3Sbms$RefreshCcw2Icon, YoutubeIcon as $3Sbms$YoutubeIcon, Upload3Icon as $3Sbms$Upload3Icon, LogIn2Icon as $3Sbms$LogIn2Icon, FlipBackwardIcon as $3Sbms$FlipBackwardIcon, ArrowUpRightIcon as $3Sbms$ArrowUpRightIcon, PlusCircleIcon as $3Sbms$PlusCircleIcon, Star1Icon as $3Sbms$Star1Icon, ImageXIcon as $3Sbms$ImageXIcon, Upload1Icon as $3Sbms$Upload1Icon, Trash3Icon as $3Sbms$Trash3Icon, TrashIcon as $3Sbms$TrashIcon, Image1Icon as $3Sbms$Image1Icon, RefreshCw3Icon as $3Sbms$RefreshCw3Icon, Camera1Icon as $3Sbms$Camera1Icon, PlayIcon as $3Sbms$PlayIcon, QrCodeIcon as $3Sbms$QrCodeIcon, WifiOffIcon as $3Sbms$WifiOffIcon, Hourglass3Icon as $3Sbms$Hourglass3Icon, MicrophoneOffIcon as $3Sbms$MicrophoneOffIcon, MarkerPin4Icon as $3Sbms$MarkerPin4Icon, SlashCircle1Icon as $3Sbms$SlashCircle1Icon, CalendarIcon as $3Sbms$CalendarIcon, AlertCircleIcon as $3Sbms$AlertCircleIcon, Lock1Icon as $3Sbms$Lock1Icon, Lock3Icon as $3Sbms$Lock3Icon, VoicemailIcon as $3Sbms$VoicemailIcon} from "@snapcall/design-system/icons";
11
- import $3Sbms$i18next from "i18next";
12
12
  import {Form as $3Sbms$Form, FormField as $3Sbms$FormField, FormItem as $3Sbms$FormItem, FormLabel as $3Sbms$FormLabel, FormControl as $3Sbms$FormControl, FormMessage as $3Sbms$FormMessage} from "@snapcall/design-system/form";
13
13
  import {useForm as $3Sbms$useForm} from "react-hook-form";
14
14
  import {v4 as $3Sbms$v4} from "uuid";
@@ -32,59 +32,6 @@ function $parcel$interopDefault(a) {
32
32
 
33
33
 
34
34
 
35
- // https://github.com/voodoocreation/ts-deepmerge/blob/master/src/index.ts
36
- const $365e765f9890497b$var$isObject = (obj)=>{
37
- if (typeof obj === 'object' && obj !== null) {
38
- if (typeof Object.getPrototypeOf === 'function') {
39
- const prototype = Object.getPrototypeOf(obj);
40
- return prototype === Object.prototype || prototype === null;
41
- }
42
- return Object.prototype.toString.call(obj) === '[object Object]';
43
- }
44
- return false;
45
- };
46
- const $365e765f9890497b$export$6969335ea1e4e77c = (...objects)=>objects.reduce((result, current)=>{
47
- Object.keys(current).forEach((key)=>{
48
- if (Array.isArray(result[key]) && Array.isArray(current[key])) result[key] = current[key];
49
- else if ($365e765f9890497b$var$isObject(result[key]) && $365e765f9890497b$var$isObject(current[key])) result[key] = $365e765f9890497b$export$6969335ea1e4e77c(result[key], current[key]);
50
- else result[key] = current[key];
51
- });
52
- return result;
53
- }, {});
54
-
55
-
56
-
57
- const $8834e123ded0f662$export$3a57e165650c636f = (message, options = {})=>{
58
- (0, $3Sbms$toast)('default')({
59
- title: message,
60
- duration: options.duration,
61
- icon: options.icon
62
- });
63
- };
64
-
65
-
66
- const $35b37252690084e8$export$1cbfb36c1655a9a = (root, element)=>{
67
- const mutationObserver = new MutationObserver((mutationRecords)=>{
68
- mutationRecords.forEach((record)=>{
69
- record.removedNodes.forEach((node)=>{
70
- if (node.contains(element)) {
71
- root.unmount();
72
- mutationObserver.disconnect();
73
- }
74
- });
75
- });
76
- });
77
- mutationObserver.observe(document.documentElement, {
78
- childList: true,
79
- subtree: true
80
- });
81
- };
82
-
83
-
84
-
85
-
86
-
87
-
88
35
 
89
36
 
90
37
 
@@ -101,27 +48,27 @@ const $a3e657fb86ae23f3$export$604ba5624273df44 = ()=>{
101
48
 
102
49
 
103
50
  var $cdb0576f0fea19f0$exports = {};
104
- $cdb0576f0fea19f0$exports = JSON.parse('{"header":{"free":"Free version"},"loader":{"connection":"Connecting..."},"common":{"new":"new"},"notifications":{"error":"Error","screensharingError":"An error occured when trying to toggle screensharing","microphoneError":"An error occured when trying to toggle the microphone","cameraError":"An error occured when trying to toggle the camera","cameraRotateError":"An error occured when trying to rotate the camera","noCamera":"No camera available","blockedMicrophonePopupTitle":"Camera and microphone are blocked","blockedMicrophonePopup":"SnapCall requires access to your camera and microphone. Click the camera blocked icon in your browser\'s address bar.","reload":"Reload","criticalError":"A critical error has occurred (error {{code}}).","agentJoinError":"An error occured while trying to join the room as an agent","close":"Close","connectedTo":"Connected to {{name}}","recording":"Recording in progress","recordingStopped":"Recording stopped","invitationSentToFailed":"Sent to {{ name }} failed.","errorOccuredCode":"An error occured (error {{code}}).","unableToZoom":"Unable to zoom","unableToUnzoom":"Unable to unzoom","unableToSwitchCamera":"Unable to switch camera","uploadFailed":"Upload failed","permissionToShareScreenDenied":"Permission to share screen denied","somethingWentWrong":"Oops! Something went wrong","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToDisableVideo":"Failed to disable video","aQuickRefreshShouldFix":"A quick refresh should get things back on track","networkStability":"Network stability","yourInternetConnectionIsUnstable":"Your internet connection is unstable","locationIsRequired":"Location is required","locationIsBlocked":"Location is blocked","pleaseEnableLocation":"Please enable location services in your settings.","allow":"Allow"},"recordingPopup":{"recordingStartTitle":"Recording about to start.","recordingStartText":"This call will be recorded shortly. If you\u2019d rather not be recorded, you\u2019re welcome to leave the call at this time.","dismiss":"Dismiss"},"requestAccess":{"wantToJoin":"<bold>{{name}}</bold> wants to join!","deny":"Deny","admit":"Admit","defaultName":"An user"},"endView":{"goBack":"Go back to call","callEnded":"The call has ended","callNoLongerActive":"This call is no longer active. Thank you for participating.","callLeft":"You have left the call","ifMistakeRejoin":"If this was a mistake, you can rejoin using the button below.","full":"You can\'t join this call","fullDescription":"The room is full. Please try to join the call later.","invalidLink":"Invalid link","invalidOrExpired":"This link is invalid or expired.","openDashboard":"Open dashboard","howWasYourExperience":"How was your experience?","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!","addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context."},"menu":{"title":"Menu","new":"NEW","openNewTab":"Open new tab","quickConnect":"Quick Connect","pictureInPicture":"Picture-in-Picture","screenSharing":"Screen sharing","stopRecord":"Stop record","startRecord":"Record call"},"blockedFeature":{"titleConnected":"Upgrade your plan","titleGuest":"Feature not available","descriptionConnected":"This feature is only available on paid plans. Upgrade your plan to unlock all in-call features.","descriptionGuest":"You are participating in a call created with a free version of SnapCall. This feature is only available on paid plans.","dismissGuest":"Okay","dismissConnected":"Upgrade"},"copyLink":{"title":"Copy link","description":"Copy link to clipboard","error":"An error occured when trying to copy to clipboard","copied":"Link copied to clipboard","copy":"Copy"},"quickConnect":{"title":"Quick Connect","scanTitle":"Scan QR Code","scan":"Scan this QR code with your phone to open the call."},"settings":{"title":"Settings","preferences":"Preferences","language":"Language","devices":"Devices","help":"Help","helpCenter":"Go to help center","selectYourMicrophone":"Select your preferred microphone","selectYourCamera":"Select your preferred camera","selectYourLanguage":"Select your preferred language","callSettings":"Call settings","tools":"Tools","enableVideo":"Enable video","manageRecording":"Manage recording","startRecording":"Start recording","stopRecording":"Stop recording"},"audioMenu":{"title":"Audio","blockedMicrophone":"Microphone is blocked.","microphonePermissions":"Please accept microphone sharing before accessing these options."},"videoMenu":{"title":"Video","lowDef":"Low definition (240p)","standardDef":"Standard definition (480p)","highDef":"High definition (720p)","blockedCamera":"Camera is blocked.","cameraPermissions":"Please accept camera sharing before accessing these options.","sendResolution":"Send Resolution (maximum)"},"shareLink":{"title":"Share link","title2":"Share a link","invalid":"Invalid link","sentToUsers":"Link sent to users","sentToUser":"Link sent to {{user}}","failed":"Failed to send link","poweredBy":"Powered by","invoice":"{{user}} sent you an invoice.","pay":"Pay"},"invitePeople":{"PublicLink":"Public link","invitePeople":"Invite people","joinTheCall":"Join the call","inviteRecordClip":"Invite to record clip","inviteRecordVideo":"Record a video","inviteRecordAudio":"Record an audio","inviteRecordScreen":"Record a screen","inviteRecordPhoto":"Take a photo","inviteCall":"Invite to join call","sharePublicLink":"Share public link","inviteByEmail":"Invite by email","inviteByEmailOrNumber":"Invite by email or sms","emailsOrNumberPlaceholder":"Eg. john@acme.com or +33612345678","addEmailToInvite":"Add an email to invite.","email":"Email","emailPlaceholder":"Eg. john@acme.com","invite":"Invite","linkToJoinCall":"Link to join the call","linkToRecordAClip":"Link to record a clip","invalidEmail":"Invalid email format.","invalidEmailOrNumber":"Invalid email or number format.","addEmails":"Add emails...","invitationSentTo_one":"Sent to {{ name }}","invitationSentTo_other":"Sent to {{ name }} and {{ otherEmailsCount }}+","error":"Failed to send, please try again later.","inviteCallDefaultMessage":"Hey! You\'re invited to join our video call. Click the link to connect instantly.","inviteClipDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","inviteClipVideoDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","inviteClipAudioDefaultMessage":"Hey! Please record an audio message now and provide us with more context to assist you better.","inviteClipScreenDefaultMessage":"Hey! Please record your screen now and provide us with more context to assist you better.","inviteClipPhotoDefaultMessage":"Hey! Please take a photo and provide us with more context to assist you better.","message":"Message"},"youtube":{"title":"Watch Together","url":"YouTube URL","invalid":"Invalid YouTube URL","share":"Watch now","description":"Share a YouTube video with other participants."},"sharedHistory":{"shared":"Shared with you"},"snapshot":{"title":"Snapshot","shared":"Snapshot shared.","sentToUsers":"Snapshot sent to users.","sentToUser":"Snapshot sent to {{user}}","save":"Save photo","error":"An error occured when trying to send the snapshot","aSnapshotHasBeenShared":"A snapshot has been shared."},"gdpr":{"recordedWarning":"To improve the quality of our service, this call will be recorded."},"requestDevice":{"requestInput":"Request input devices","request":"{{user}} would like you to share your {{device}}","timedOut":"Your request has timed out.","declined":"Your request has been declined.","userDeclined":"{{user}} has declined your request.","askForDevice":"Ask for {{device}}","waitingForDevice":"Waiting for {{name}}\'s {{device}}","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}."},"leave":{"title":"Leave","leaveCall":"Leave call","endCall":"End call for all"},"virtualBackground":{"title":"Virtual Background","setBackground":"Set Background"},"misc":{"someone":"Someone","camera":"Camera","microphone":"Microphone","photo":"Photo","video":"Video","screen":"Screen","screenshot":"Screenshot","speaker":"Speaker","user":"User","open":"Open","from":"From","accept":"Accept","decline":"Decline","you":"You","cancel":"Cancel","confirm":"Confirm","remove":"Remove","proceed":"Proceed","audio":"Audio","download":"Download","add":"Add"},"greeting":{"mainTitle":"Welcome to SnapCall","sideTitle":"Hold tight, you\'re next!","sideDescription":"Please enter your name and adjust your camera and microphone","namePlaceholder":"Eg. Lucy or Peter","nameSubmit":"Join Conversation","footerTitle":"Powered by SnapCall","footerDescription":"Meet SnapCall, the easiest way to add real-time video to platform, product or service.","cameraDisabled":"Camera is Off","microphoneDisabled":"Microphone is Off","cameraEnabled":"Camera is On","microphoneEnabled":"Microphone is On","scheduleACall":"Schedule a call","requestACall":"Request a call","name":"Name","nameDescription":"This name will be displayed to all participants in the call.","setting":"Settings","askToJoin":"Ask to join","youWillJoinWhenSomeoneLetsYou":"You will join the call when someone from {{ companyName }} lets you in.","cantJoinCall":"You can\u2019t join this call","someoneDenied":"Someone in the call denied your request to join.","askingLetIn":"Asking to be let in...","takeFewMinute":"This may take a few minutes depending on the availability of the participants.","cantWait":"Can\'t wait?","whatYouCanDo":"Here\u2019s what you can do","leaveMessage":"Leave a message","cantWaitLeaveMessage":"Can\u2019t wait? You can leave a message and you will be contacted as soon as possible.","recordVideo":"Record video","recordVoice":"Record voice","canceledCallRequest":"The call request will be canceled and you will be redirected to the call scheduling page.","mediaDenied":"Microphone and camera access denied","clickOnLock":"Click on the <1></1> lock icon in your browser\'s bar."},"networkIssue":{"title":"Network issue","description":"The clip information may be damaged."},"recorder":{"addMore":"Add more","addNewClip":"Add new clip","limit":"Video recording limited to 5 min.","replyAttached":"Your reply has been attached","elementRecordedAndAttached":"Your clip has been sent and attached to the thread.","goBackToTicket":"Go back to ticket","openThread":"Open thread","clipSubmissionTitle_one":"Your clip has been sent","clipSubmissionTitle_other":"Your clips have been sent","clipSubmissionDescription":"Thank you for using SnapCall.","submissionTitle":"Thank you for your submission!","submissionDescription":"Your photo/video has been successfully submitted. We will review it and get back to you shortly.","confirmRemovalTitle":"Confirm deletion","confirmRemovalDescription":"Are you sure you want to delete this photo/video? This action cannot be undone.","elementBeingProcessed":"Please wait while your {{ type }} is being processed...","waitVideo":"A video may take up to 15 seconds to be ready.","elementCaptureSuccess":"{{ type }} captured successfully","takeNewElement":"Capture a new {{ type }}","send":"Send","sendElements_one":"Send {{ type }}","sendElements_other":"Send {{ count }} elements","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","attachElements_one":"Attach {{ type }} to ticket","attachElements_other":"Attach {{ count }} elements","allowAccess":"Allow access","okay":"Okay","allowCamMicAccess":"Allow access to cam/mic","allowScreenShareAccess":"Allow access to screen sharing","permissionDeniedTitle":"Something went wrong!","permissionDeniedDescription":"Without access to the camera and microphone, you won\'t be able to capture photos or videos to share with the support team. Please grant access in your browser settings.","photoInstructionsTitle":"Ready to snap a photo?","videoInstructionsTitle":"Ready to record a video?","screenShareInstructionsTitle":"Ready to share your screen?","audioInstructionsTitle":"Ready to record a voice message?","instructions":{"selectScreenshare":"Tap Record my screen and select the screen or window you want to record.","speakDuringRecord":"You can speak while recording to add details.","stopScreenOnFinish":"Press the Stop button when finished. The video will be sent to us automatically.","allowAccessOnPrompt":"When prompted, <bold>allow access</bold> to camera and microphone.","multiplePhotos":"Take a <bold>photo or multiple</bold> for detail, then review.","reviewAndSendPhotos":"<bold>Validate your photos</bold>, and they will be sent to us automatically.","tapVideoButton":"<bold>Tap the record button</bold> to begin and feel free to provide commentary.","videoSpeech":"You can <bold>talk during</bold> the recording to provide additional information.","tapStopVideoButton":"<bold>Tap stop</bold> when you are done.","reviewAndSendVideos":"<bold>Review your videos</bold>, and they will be sent to us automatically.","screenShareInstruction":"Select the screen or window you wish to record.","privacyPolicy":"By proceeding, you agree to our <bold>Privacy Policy</bold>.","tapAudioButton":"<bold>Tap the record button</bold> to start recording your audio message.","speakClearly":"<bold>Speak clearly</bold> and say what you need to convey.","reviewAndSendAudios":"<bold>Review your audios</bold>, and they will be sent to us automatically."},"switchToMobileTitle":"Switch to your mobile device","switchToMobileDescription":"Experience greater convenience by using your phone to take photos and record videos.","useDesktopVersion":"Use the desktop version","scanQRCode":"Scan this QR code with a compatible device.","startScreenShareButton":"Record my screen","stopScreenShareButton":"Stop recording","screenTitle":"Ready to capture your screen?","loggedAs":"Logged as","logIn":"Log in","audioLevelNotification":{"shortVideo":{"title":"Short video.","description":"This video is too short to get context."},"noSound":{"title":"No sound detected.","description":"Make sure your microphone is activated."},"spokenWordsQuestion":{"title":"Spoken words.","description":"Does your video include enough spoken details?"},"spokenWordsWarning":{"title":"No spoken words.","description":"The clip includes barely any spoken words."}},"audioLevelToast":{"continueSpeaking":"Continue speaking for clearer context.","rememberSpeaking":"Remember to speak to provide context.","noSound":"No sound detected."},"chooseWhatYouWantToShare":"Choose what you want to share","startScreenRecording":"Start screen recording","noCameraAndMicrophoneAccess":"No camera & microphone access","noCameraAccess":"No camera access","noMicrophoneAccess":"No microphone access","chooseWhatYouWantToShareDescription":"Select the screen or tab you want to share and start recording.","noCameraAndMicrophoneAccessDescription":"No camera & microphone access Allow microphone and camera access in your browser.","noMicrophoneAccessDescription":"No microphone access Allow microphone access in your browser.","noCameraAccessDescription":"No camera access Allow camera access in your browser.","mediaCount_one":"{{ count }} media","mediaCount_other":"{{ count }} media","mediaSent_one":"Your media has been sent","mediaSent_other":"Your media has been sent","showQrCode":"Show QR code","upload":"Upload","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","yourMedia":"Your media","thanksForYourMedia":"Thanks for your media!","videoBotThinking":"Thinking...","videoBotError":"Sorry, an error has occured.","mySuggestion":"My suggestion","recordNewMedia":"Record new media"}}');
51
+ $cdb0576f0fea19f0$exports = JSON.parse('{"header":{"free":"Free version"},"loader":{"connection":"Connecting..."},"common":{"new":"new"},"notifications":{"error":"Error","screensharingError":"An error occured when trying to toggle screensharing","microphoneError":"An error occured when trying to toggle the microphone","cameraError":"An error occured when trying to toggle the camera","cameraRotateError":"An error occured when trying to rotate the camera","noCamera":"No camera available","blockedMicrophonePopupTitle":"Camera and microphone are blocked","blockedMicrophonePopup":"SnapCall requires access to your camera and microphone. Click the camera blocked icon in your browser\'s address bar.","reload":"Reload","criticalError":"A critical error has occurred (error {{code}}).","agentJoinError":"An error occured while trying to join the room as an agent","close":"Close","connectedTo":"Connected to {{name}}","recording":"Recording in progress","recordingStopped":"Recording stopped","invitationSentToFailed":"Sent to {{ name }} failed.","errorOccuredCode":"An error occured (error {{code}}).","unableToZoom":"Unable to zoom","unableToUnzoom":"Unable to unzoom","unableToSwitchCamera":"Unable to switch camera","uploadFailed":"Upload failed","permissionToShareScreenDenied":"Permission to share screen denied","somethingWentWrong":"Oops! Something went wrong","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToDisableVideo":"Failed to disable video","aQuickRefreshShouldFix":"A quick refresh should get things back on track","networkStability":"Network stability","yourInternetConnectionIsUnstable":"Your internet connection is unstable","locationIsRequired":"Location is required","locationIsBlocked":"Location is blocked","pleaseEnableLocation":"Please enable location services in your settings.","allow":"Allow"},"recordingPopup":{"recordingStartTitle":"Recording about to start.","recordingStartText":"This call will be recorded shortly. If you\u2019d rather not be recorded, you\u2019re welcome to leave the call at this time.","dismiss":"Dismiss"},"requestAccess":{"wantToJoin":"<bold>{{name}}</bold> wants to join!","deny":"Deny","admit":"Admit","defaultName":"An user"},"endView":{"goBack":"Go back to call","callEnded":"The call has ended","callNoLongerActive":"This call is no longer active. Thank you for participating.","callLeft":"You have left the call","ifMistakeRejoin":"If this was a mistake, you can rejoin using the button below.","full":"You can\'t join this call","fullDescription":"The room is full. Please try to join the call later.","invalidLink":"Invalid link","invalidOrExpired":"This link is invalid or expired.","openDashboard":"Open dashboard","howWasYourExperience":"How was your experience?","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!","addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context."},"menu":{"title":"Menu","new":"NEW","openNewTab":"Open new tab","quickConnect":"Quick Connect","pictureInPicture":"Picture-in-Picture","screenSharing":"Screen sharing","stopRecord":"Stop record","startRecord":"Record call"},"blockedFeature":{"titleConnected":"Upgrade your plan","titleGuest":"Feature not available","descriptionConnected":"This feature is only available on paid plans. Upgrade your plan to unlock all in-call features.","descriptionGuest":"You are participating in a call created with a free version of SnapCall. This feature is only available on paid plans.","dismissGuest":"Okay","dismissConnected":"Upgrade"},"copyLink":{"title":"Copy link","description":"Copy link to clipboard","error":"An error occured when trying to copy to clipboard","copied":"Link copied to clipboard","copy":"Copy"},"quickConnect":{"title":"Quick Connect","scanTitle":"Scan QR Code","scan":"Scan this QR code with your phone to open the call."},"settings":{"title":"Settings","preferences":"Preferences","language":"Language","devices":"Devices","help":"Help","helpCenter":"Go to help center","selectYourMicrophone":"Select your preferred microphone","selectYourCamera":"Select your preferred camera","selectYourLanguage":"Select your preferred language","callSettings":"Call settings","tools":"Tools","enableVideo":"Enable video","manageRecording":"Manage recording","startRecording":"Start recording","stopRecording":"Stop recording"},"audioMenu":{"title":"Audio","blockedMicrophone":"Microphone is blocked.","microphonePermissions":"Please accept microphone sharing before accessing these options."},"videoMenu":{"title":"Video","lowDef":"Low definition (240p)","standardDef":"Standard definition (480p)","highDef":"High definition (720p)","blockedCamera":"Camera is blocked.","cameraPermissions":"Please accept camera sharing before accessing these options.","sendResolution":"Send Resolution (maximum)"},"shareLink":{"title":"Share link","title2":"Share a link","invalid":"Invalid link","sentToUsers":"Link sent to users","sentToUser":"Link sent to {{user}}","failed":"Failed to send link","poweredBy":"Powered by","invoice":"{{user}} sent you an invoice.","pay":"Pay"},"invitePeople":{"PublicLink":"Public link","invitePeople":"Invite people","joinTheCall":"Join the call","inviteRecordClip":"Invite to record clip","inviteRecordVideo":"Record a video","inviteRecordAudio":"Record an audio","inviteRecordScreen":"Record a screen","inviteRecordPhoto":"Take a photo","inviteCall":"Invite to join call","sharePublicLink":"Share public link","inviteByEmail":"Invite by email","inviteByEmailOrNumber":"Invite by email or sms","emailsOrNumberPlaceholder":"Eg. john@acme.com or +33612345678","addEmailToInvite":"Add an email to invite.","email":"Email","emailPlaceholder":"Eg. john@acme.com","invite":"Invite","linkToJoinCall":"Link to join the call","linkToRecordAClip":"Link to record a clip","invalidEmail":"Invalid email format.","invalidEmailOrNumber":"Invalid email or number format.","addEmails":"Add emails...","invitationSentTo_one":"Sent to {{ name }}","invitationSentTo_other":"Sent to {{ name }} and {{ otherEmailsCount }}+","error":"Failed to send, please try again later.","inviteCallDefaultMessage":"Hey! You\'re invited to join our video call. Click the link to connect instantly.","inviteClipDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","inviteClipVideoDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","inviteClipAudioDefaultMessage":"Hey! Please record an audio message now and provide us with more context to assist you better.","inviteClipScreenDefaultMessage":"Hey! Please record your screen now and provide us with more context to assist you better.","inviteClipPhotoDefaultMessage":"Hey! Please take a photo and provide us with more context to assist you better.","message":"Message"},"youtube":{"title":"Watch Together","url":"YouTube URL","invalid":"Invalid YouTube URL","share":"Watch now","description":"Share a YouTube video with other participants."},"sharedHistory":{"shared":"Shared with you"},"snapshot":{"title":"Snapshot","shared":"Snapshot shared.","sentToUsers":"Snapshot sent to users.","sentToUser":"Snapshot sent to {{user}}","save":"Save photo","error":"An error occured when trying to send the snapshot","aSnapshotHasBeenShared":"A snapshot has been shared."},"gdpr":{"recordedWarning":"To improve the quality of our service, this call will be recorded."},"requestDevice":{"requestInput":"Request input devices","request":"{{user}} would like you to share your {{device}}","timedOut":"Your request has timed out.","declined":"Your request has been declined.","userDeclined":"{{user}} has declined your request.","askForDevice":"Ask for {{device}}","waitingForDevice":"Waiting for {{name}}\'s {{device}}","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}."},"leave":{"title":"Leave","leaveCall":"Leave call","endCall":"End call for all"},"virtualBackground":{"title":"Virtual Background","setBackground":"Set Background","default":"Default","custom":"Custom","noCustomBackgrounds":"No custom backgrounds yet. Please contact your admin.","none":"None","blur":"Blur"},"iframe":{"featureNotAvailableInContext":"This feature is not available in the current context."},"misc":{"someone":"Someone","camera":"Camera","microphone":"Microphone","photo":"Photo","video":"Video","screen":"Screen","screenshot":"Screenshot","speaker":"Speaker","user":"User","open":"Open","from":"From","accept":"Accept","decline":"Decline","you":"You","cancel":"Cancel","confirm":"Confirm","remove":"Remove","proceed":"Proceed","audio":"Audio","download":"Download","add":"Add"},"greeting":{"mainTitle":"Welcome to SnapCall","sideTitle":"Hold tight, you\'re next!","sideDescription":"Please enter your name and adjust your camera and microphone","namePlaceholder":"Eg. Lucy or Peter","nameSubmit":"Join Conversation","footerTitle":"Powered by SnapCall","footerDescription":"Meet SnapCall, the easiest way to add real-time video to platform, product or service.","cameraDisabled":"Camera is Off","microphoneDisabled":"Microphone is Off","cameraEnabled":"Camera is On","microphoneEnabled":"Microphone is On","scheduleACall":"Schedule a call","requestACall":"Request a call","name":"Name","nameDescription":"This name will be displayed to all participants in the call.","setting":"Settings","askToJoin":"Ask to join","youWillJoinWhenSomeoneLetsYou":"You will join the call when someone from {{ companyName }} lets you in.","cantJoinCall":"You can\u2019t join this call","someoneDenied":"Someone in the call denied your request to join.","askingLetIn":"Asking to be let in...","takeFewMinute":"This may take a few minutes depending on the availability of the participants.","cantWait":"Can\'t wait?","whatYouCanDo":"Here\u2019s what you can do","leaveMessage":"Leave a message","cantWaitLeaveMessage":"Can\u2019t wait? You can leave a message and you will be contacted as soon as possible.","recordVideo":"Record video","recordVoice":"Record voice","canceledCallRequest":"The call request will be canceled and you will be redirected to the call scheduling page.","mediaDenied":"Microphone and camera access denied","clickOnLock":"Click on the <1></1> lock icon in your browser\'s bar."},"networkIssue":{"title":"Network issue","description":"The clip information may be damaged."},"recorder":{"addMore":"Add more","addNewClip":"Add new clip","limit":"Video recording limited to 5 min.","replyAttached":"Your reply has been attached","elementRecordedAndAttached":"Your clip has been sent and attached to the thread.","goBackToTicket":"Go back to ticket","openThread":"Open thread","clipSubmissionTitle_one":"Your clip has been sent","clipSubmissionTitle_other":"Your clips have been sent","clipSubmissionDescription":"Thank you for using SnapCall.","submissionTitle":"Thank you for your submission!","submissionDescription":"Your photo/video has been successfully submitted. We will review it and get back to you shortly.","confirmRemovalTitle":"Confirm deletion","confirmRemovalDescription":"Are you sure you want to delete this photo/video? This action cannot be undone.","elementBeingProcessed":"Please wait while your {{ type }} is being processed...","waitVideo":"A video may take up to 15 seconds to be ready.","elementCaptureSuccess":"{{ type }} captured successfully","takeNewElement":"Capture a new {{ type }}","send":"Send","sendElements_one":"Send {{ type }}","sendElements_other":"Send {{ count }} elements","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","attachElements_one":"Attach {{ type }} to ticket","attachElements_other":"Attach {{ count }} elements","allowAccess":"Allow access","okay":"Okay","allowCamMicAccess":"Allow access to cam/mic","allowScreenShareAccess":"Allow access to screen sharing","permissionDeniedTitle":"Something went wrong!","permissionDeniedDescription":"Without access to the camera and microphone, you won\'t be able to capture photos or videos to share with the support team. Please grant access in your browser settings.","photoInstructionsTitle":"Ready to snap a photo?","videoInstructionsTitle":"Ready to record a video?","screenShareInstructionsTitle":"Ready to share your screen?","audioInstructionsTitle":"Ready to record a voice message?","instructions":{"selectScreenshare":"Tap Record my screen and select the screen or window you want to record.","speakDuringRecord":"You can speak while recording to add details.","stopScreenOnFinish":"Press the Stop button when finished. The video will be sent to us automatically.","allowAccessOnPrompt":"When prompted, <bold>allow access</bold> to camera and microphone.","multiplePhotos":"Take a <bold>photo or multiple</bold> for detail, then review.","reviewAndSendPhotos":"<bold>Validate your photos</bold>, and they will be sent to us automatically.","tapVideoButton":"<bold>Tap the record button</bold> to begin and feel free to provide commentary.","videoSpeech":"You can <bold>talk during</bold> the recording to provide additional information.","tapStopVideoButton":"<bold>Tap stop</bold> when you are done.","reviewAndSendVideos":"<bold>Review your videos</bold>, and they will be sent to us automatically.","screenShareInstruction":"Select the screen or window you wish to record.","privacyPolicy":"By proceeding, you agree to our <bold>Privacy Policy</bold>.","tapAudioButton":"<bold>Tap the record button</bold> to start recording your audio message.","speakClearly":"<bold>Speak clearly</bold> and say what you need to convey.","reviewAndSendAudios":"<bold>Review your audios</bold>, and they will be sent to us automatically."},"switchToMobileTitle":"Switch to your mobile device","switchToMobileDescription":"Experience greater convenience by using your phone to take photos and record videos.","useDesktopVersion":"Use the desktop version","scanQRCode":"Scan this QR code with a compatible device.","startScreenShareButton":"Record my screen","stopScreenShareButton":"Stop recording","screenTitle":"Ready to capture your screen?","loggedAs":"Logged as","logIn":"Log in","audioLevelNotification":{"shortVideo":{"title":"Short video.","description":"This video is too short to get context."},"noSound":{"title":"No sound detected.","description":"Make sure your microphone is activated."},"spokenWordsQuestion":{"title":"Spoken words.","description":"Does your video include enough spoken details?"},"spokenWordsWarning":{"title":"No spoken words.","description":"The clip includes barely any spoken words."}},"audioLevelToast":{"continueSpeaking":"Continue speaking for clearer context.","rememberSpeaking":"Remember to speak to provide context.","noSound":"No sound detected."},"chooseWhatYouWantToShare":"Choose what you want to share","startScreenRecording":"Start screen recording","noCameraAndMicrophoneAccess":"No camera & microphone access","noCameraAccess":"No camera access","noMicrophoneAccess":"No microphone access","chooseWhatYouWantToShareDescription":"Select the screen or tab you want to share and start recording.","noCameraAndMicrophoneAccessDescription":"No camera & microphone access Allow microphone and camera access in your browser.","noMicrophoneAccessDescription":"No microphone access Allow microphone access in your browser.","noCameraAccessDescription":"No camera access Allow camera access in your browser.","mediaCount_one":"{{ count }} media","mediaCount_other":"{{ count }} media","mediaSent_one":"Your media has been sent","mediaSent_other":"Your media has been sent","showQrCode":"Show QR code","upload":"Upload","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","yourMedia":"Your media","thanksForYourMedia":"Thanks for your media!","videoBotThinking":"Thinking...","videoBotError":"Sorry, an error has occured.","mySuggestion":"My suggestion","recordNewMedia":"Record new media"}}');
105
52
 
106
53
 
107
54
  var $d94166210f763d5e$exports = {};
108
- $d94166210f763d5e$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Microphone is blocked.","microphonePermissions":"Please accept microphone sharing before accessing these options.","title":"Audio"},"blockedFeature":{"titleConnected":"Upgrade your plan","titleGuest":"Feature not available","descriptionConnected":"This feature is only available on paid plans. Upgrade your plan to unlock all in-call features.","descriptionGuest":"You are participating in a call created with a free version of SnapCall. This feature is only available on paid plans.","dismissGuest":"Okay","dismissConnected":"Upgrade"},"common":{"new":"new"},"copyLink":{"copied":"Link copied to clipboard","copy":"Copy","description":"Copy link into clipboard","error":"An error occured when trying to copy to clipboard","title":"Copy link"},"endView":{"addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context.","callEnded":"The call is now ended","callIsOver":"The call is over or deleted","callLeft":"You left the call","callNoLongerActive":"This call is no longer active. Thank you for participating.","full":"You can\'t join this call","fullDescription":"The room is full. Please try to join the call later.","goBack":"Go back to call","howWasYourExperience":"How was your experience?","ifMistakeRejoin":"If this was a mistake, you can rejoin using the button below.","invalidLink":"Invalid link","invalidOrExpired":"This link is invalid or expired.","openDashboard":"Open dashboard","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","tooLate":"You arrived too late","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!"},"gdpr":{"recordedWarning":"To improve the quality of our service, this call will be recorded."},"greeting":{"askToJoin":"Ask to join","askingLetIn":"Asking to be let in...","cameraDisabled":"Camera is Off","cameraEnabled":"Camera is On","canceledCallRequest":"The call request will be canceled and you will be redirected to the call scheduling page.","cantJoinCall":"You can\u2019t join this call","cantWait":"Can\'t wait?","cantWaitLeaveMessage":"Can\u2019t wait? You can leave a message and you will be contacted as soon as possible.","clickOnLock":"Click on the <1></1> lock icon in your browser\'s bar.","footerDescription":"Meet SnapCall, the easiest way to add real-time video to platform, product or service.","footerTitle":"Powered by SnapCall","leaveMessage":"Leave a message","mainTitle":"Welcome to SnapCall","mediaDenied":"Microphone and camera access denied","microphoneDisabled":"Microphone is Off","microphoneEnabled":"Microphone is On","name":"Name","nameDescription":"This name will be displayed to all participants in the call.","namePlaceholder":"Eg. Lucy or Peter","nameSubmit":"Join Conversation","recordVideo":"Record video","recordVoice":"Record voice","requestACall":"Request a call","scheduleACall":"Schedule a call","setting":"Settings","sideDescription":"Please enter your name and adjust your camera and microphone","sideTitle":"Hold tight, you\'re next!","someoneDenied":"Someone in the call denied your request to join.","takeFewMinute":"This may take a few minutes depending on the availability of the participants.","whatYouCanDo":"Here\u2019s what you can do","youWillJoinWhenSomeoneLetsYou":"You will join the call when someone from {{ companyName }} lets you in."},"header":{"free":"Free version"},"invitePeople":{"PublicLink":"Public link","addEmailToInvite":"Add an email to invite.","addEmails":"Add emails...","copyCallLinkDescription":"Copy this link and send it to anyone you wish to invite to join the call.","copyClipLinkDescription":"Copy this link and send it to anyone you wish to invite to record a clip.","email":"Email","emailPlaceholder":"Eg. john@acme.com","emailsOrNumberPlaceholder":"Eg. john@acme.com or +33612345678","error":"Failed to send, please try again later.","invalidEmail":"Invalid email format.","invalidEmailOrNumber":"Invalid email or number format.","invitationSentTo_one":"Sent to {{ name }}","invitationSentTo_other":"Sent to {{ name }} and {{ otherEmailsCount }}+","invite":"Invite","inviteByEmail":"Invite by email","inviteByEmailOrNumber":"Invite by email or sms","inviteCall":"Invite to join call","inviteCallDefaultMessage":"Hey! You\'re invited to join our video call. Click the link to connect instantly.","inviteClipAudioDefaultMessage":"Hey! Please record an audio message now and provide us with more context to assist you better.","inviteClipDefaultMessage":"Hey! Please record your video clip now and provide us with more context to assist you better.","inviteClipPhotoDefaultMessage":"Hey! Please take a photo and provide us with more context to assist you better.","inviteClipScreenDefaultMessage":"Hey! Please record your screen now and provide us with more context to assist you better.","inviteClipVideoDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","invitePeople":"Invite people","inviteRecordAudio":"Record an audio","inviteRecordClip":"Invite to record clip","inviteRecordPhoto":"Take a photo","inviteRecordScreen":"Record a screen","inviteRecordVideo":"Record a video","joinTheCall":"Join the call","linkToJoinCall":"Link to join the call","linkToRecordAClip":"Link to record a clip","message":"Message","sharePublicLink":"Share public link"},"leave":{"endCall":"End call for all","leaveCall":"Leave call","title":"Leave"},"loader":{"connection":"Connecting..."},"menu":{"new":"NEW","openNewTab":"Open new tab","pictureInPicture":"Picture-in-Picture","quickConnect":"Quick Connect","screenSharing":"Screen sharing","startRecord":"Record call","stopRecord":"Stop record","title":"Menu"},"misc":{"accept":"Accept","add":"Add","audio":"Audio","camera":"Camera","cancel":"Cancel","confirm":"Confirm","decline":"Decline","download":"Download","from":"From","microphone":"Microphone","open":"Open","photo":"Photo","proceed":"Proceed","remove":"Remove","screen":"Screen","screenshot":"Screenshot","someone":"Someone","speaker":"Speaker","user":"User","video":"Video","you":"You"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"agentJoinError":"An error occured while trying to join the room as an agent","blockedMicrophonePopup":"SnapCall requires access to your camera and microphone. Click the camera blocked icon in your browser\'s address bar.","blockedMicrophonePopupTitle":"Camera and microphone are blocked","cameraError":"An error occured when trying to toggle the camera","cameraRotateError":"An error occured when trying to rotate the camera","close":"Close","connectedTo":"Connected to {{name}}","criticalError":"A critical error has occurred (error {{code}}).","error":"Error","errorOccuredCode":"An error occured (error {{code}}).","invitationSentToFailed":"Sent to {{ name }} failed.","microphoneError":"An error occured when trying to toggle the microphone","noCamera":"No camera available","recording":"Recording in progress","reload":"Reload","screensharingError":"An error occured when trying to toggle screensharing","uploadError":"An error occured during the upload, please try again later."},"quickConnect":{"scan":"Scan this QR code with your phone camera to open the call.","scanTitle":"Scan QR Code","title":"Quick Connect"},"recorder":{"addMore":"Add more","addNewClip":"Add new clip","allowAccess":"Allow access","allowCamMicAccess":"Allow access to cam/mic","allowScreenShareAccess":"Allow access to screen sharing","attachElements_one":"Attach {{ type }} to ticket","attachElements_other":"Attach {{ count }} elements","audioInstructionsTitle":"Ready to record a voice message?","audioLevelNotification":{"noSound":{"description":"Make sure your microphone is activated.","title":"No sound detected."},"shortVideo":{"description":"This video is too short to get context.","title":"Short video."},"spokenWordsQuestion":{"description":"Does your video include enough spoken details?","title":"Spoken words."},"spokenWordsWarning":{"description":"The clip includes barely any spoken words.","title":"No spoken words."}},"audioLevelToast":{"continueSpeaking":"Continue speaking for clearer context.","noSound":"No sound detected.","rememberSpeaking":"Remember to speak to provide context."},"chooseWhatYouWantToShare":"Choose what you want to share","chooseWhatYouWantToShareDescription":"Select the screen or tab you want to share and start recording.","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","clipSubmissionDescription":"Thank you for using SnapCall.","clipSubmissionTitle_one":"Your clip has been sent","clipSubmissionTitle_other":"Your clips have been sent","confirmRemovalDescription":"Are you sure you want to delete this photo/video? This action cannot be undone.","confirmRemovalTitle":"Confirm deletion","elementBeingProcessed":"Please wait while your {{ type }} is being processed...","elementCaptureSuccess":"{{ type }} captured successfully","elementRecordedAndAttached":"Your clip has been sent and attached to the thread.","goBackToTicket":"Go back to ticket","instructions":{"allowAccessOnPrompt":"When prompted, <bold>allow access</bold> to camera and microphone.","multiplePhotos":"Take a <bold>photo or multiple</bold> for detail, then review.","privacyPolicy":"By proceeding, you agree to our <bold>Privacy Policy</bold>.","reviewAndSendAudios":"<bold>Review your audios</bold>, and they will be sent to us automatically.","reviewAndSendPhotos":"<bold>Validate your photos</bold>, and they will be sent to us automatically.","reviewAndSendVideos":"<bold>Review your videos</bold>, and they will be sent to us automatically.","screenShareInstruction":"Select the screen or window you wish to record.","selectScreenshare":"Tap Record my screen and select the screen or window you want to record.","speakClearly":"<bold>Speak clearly</bold> and say what you need to convey.","speakDuringRecord":"You can speak while recording to add details.","stopScreenOnFinish":"Press the Stop button when finished. The video will be sent to us automatically.","tapAudioButton":"<bold>Tap the record button</bold> to start recording your audio message.","tapStopVideoButton":"<bold>Tap stop</bold> when you are done.","tapVideoButton":"<bold>Tap the record button</bold> to begin and feel free to provide commentary.","videoSpeech":"You can <bold>talk during</bold> the recording to provide additional information."},"limit":"Video recording limited to 5 min.","logIn":"Log in","loggedAs":"Logged as","mediaCount_one":"{{ count }} media","mediaCount_other":"{{ count }} media","mediaSent_one":"Your media has been sent","mediaSent_other":"Your media has been sent","noCameraAccess":"No camera access","noCameraAccessDescription":"No camera access Allow camera access in your browser.","noCameraAndMicrophoneAccess":"No camera & microphone access","noCameraAndMicrophoneAccessDescription":"No camera & microphone access Allow microphone and camera access in your browser.","noMicrophoneAccess":"No microphone access","noMicrophoneAccessDescription":"No microphone access Allow microphone access in your browser.","okay":"Okay","openThread":"Open thread","permissionDeniedDescription":"Without access to the camera and microphone, you won\'t be able to capture photos or videos to share with the support team. Please grant access in your browser settings.","permissionDeniedTitle":"Something went wrong!","photoInstructionsTitle":"Ready to snap a photo?","replyAttached":"Your reply has been attached","scanQRCode":"Scan this QR code with a compatible device.","screenShareInstructionsTitle":"Ready to share your screen?","screenTitle":"Ready to capture your screen?","send":"Send","sendElements_one":"Send {{ type }}","sendElements_other":"Send {{ count }} elements","showQrCode":"Show QR code","startScreenRecording":"Start screen recording","startScreenShareButton":"Record my screen","stopScreenShareButton":"Stop recording","submissionDescription":"Your photo/video has been successfully submitted. We will review it and get back to you shortly.","submissionTitle":"Thank you for your submission!","switchToMobileDescription":"Experience greater convenience by using your phone to take photos and record videos.","switchToMobileTitle":"Switch to your mobile device","takeNewElement":"Capture a new {{ type }}","upload":"Upload","useDesktopVersion":"Use the desktop version","videoInstructionsTitle":"Ready to record a video?","waitVideo":"A video may take up to 15 seconds to be ready."},"recordingPopup":{"dismiss":"Dismiss","recordingStartText":"This call will be recorded shortly. If you\u2019d rather not be recorded, you\u2019re welcome to leave the call at this time.","recordingStartTitle":"Recording about to start."},"requestAccess":{"admit":"Admit","defaultName":"An user","deny":"Deny","wantToJoin":"<bold>{{name}}</bold> wants to join!"},"requestDevice":{"askForDevice":"Ask for {{device}}","declined":"Your request has been declined.","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","request":"{{user}} would like you to share your {{device}}","requestInput":"Request input devices","timedOut":"Your request has timed out.","userDeclined":"{{user}} has declined your request.","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}.","waitingForDevice":"Waiting for {{name}}\'s {{device}}"},"settings":{"devices":"Devices","help":"Help","helpCenter":"Go to help center","language":"Language","preferences":"Preferences","selectYourCamera":"Select your preferred camera","selectYourLanguage":"Select your preferred language","selectYourMicrophone":"Select your preferred microphone","title":"Settings"},"shareLink":{"failed":"Failed to send link","invalid":"Invalid link","invoice":"{{user}} sent you an invoice.","pay":"Pay","poweredBy":"Powered by","sentToUser":"Link sent to {{user}}","sentToUsers":"Link sent to users","title":"Share link","title2":"Share a link"},"sharedHistory":{"shared":"Shared with you"},"snapshot":{"aSnapshotHasBeenShared":"A snapshot has been shared.","error":"An error occured when trying to send the snapshot","save":"Save photo","sentToUser":"Snapshot sent to {{user}}","sentToUsers":"Snapshot sent to users.","shared":"Snapshot shared.","title":"Snapshot"},"videoMenu":{"blockedCamera":"Camera is blocked.","cameraPermissions":"Please accept camera sharing before accessing these options.","highDef":"High definition (720p)","lowDef":"Low definition (240p)","sendResolution":"Send Resolution (maximum)","standardDef":"Standard definition (480p)","title":"Video"},"virtualBackground":{"setBackground":"Set Background","title":"Virtual Background"},"youtube":{"invalid":"Invalid YouTube URL","share":"Watch now","title":"Watch Together","url":"YOUTUBE URL"}}');
55
+ $d94166210f763d5e$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Microphone is blocked.","microphonePermissions":"Please accept microphone sharing before accessing these options.","title":"Audio"},"blockedFeature":{"descriptionConnected":"On a free plan, you can\'t use this feature. Upgrade your plan to enjoy all in-call features.","descriptionGuest":"You are participating in a call created with a free version of SnapCall. This feature is only available with a Pro version.","dismissConnected":"Upgrade to Pro","dismissGuest":"Okay","titleConnected":"Upgrade to Pro","titleGuest":"Feature not available"},"common":{"new":"new"},"copyLink":{"copied":"Link copied to clipboard","copy":"Copy","description":"Copy link into clipboard","error":"An error occured when trying to copy to clipboard","title":"Copy link"},"endView":{"addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context.","callEnded":"The call is now ended","callIsOver":"The call is over or deleted","callLeft":"You left the call","callNoLongerActive":"This call is no longer active. Thank you for participating.","full":"You can\'t join this call","fullDescription":"The room is full. Please try to join the call later.","goBack":"Go back to call","howWasYourExperience":"How was your experience?","ifMistakeRejoin":"If this was a mistake, you can rejoin using the button below.","invalidLink":"Invalid link","invalidOrExpired":"This link is invalid or expired.","openDashboard":"Open dashboard","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","tooLate":"You arrived too late","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!"},"gdpr":{"recordedWarning":"To improve the quality of our service, this call will be recorded."},"greeting":{"askToJoin":"Ask to join","askingLetIn":"Asking to be let in...","cameraDisabled":"Camera is Off","cameraEnabled":"Camera is On","canceledCallRequest":"The call request will be canceled and you will be redirected to the call scheduling page.","cantJoinCall":"You can\u2019t join this call","cantWait":"Can\'t wait?","cantWaitLeaveMessage":"Can\u2019t wait? You can leave a message and you will be contacted as soon as possible.","clickOnLock":"Click on the <1></1> lock icon in your browser\'s bar.","footerDescription":"Meet SnapCall, the easiest way to add real-time video to platform, product or service.","footerTitle":"Powered by SnapCall","leaveMessage":"Leave a message","mainTitle":"Welcome to SnapCall","mediaDenied":"Microphone and camera access denied","microphoneDisabled":"Microphone is Off","microphoneEnabled":"Microphone is On","name":"Name","nameDescription":"This name will be displayed to all participants in the call.","namePlaceholder":"Eg. Lucy or Peter","nameSubmit":"Join Conversation","recordVideo":"Record video","recordVoice":"Record voice","requestACall":"Request a call","scheduleACall":"Schedule a call","setting":"Settings","sideDescription":"Please enter your name and adjust your camera and microphone","sideTitle":"Hold tight, you\'re next!","someoneDenied":"Someone in the call denied your request to join.","takeFewMinute":"This may take a few minutes depending on the availability of the participants.","whatYouCanDo":"Here\u2019s what you can do","youWillJoinWhenSomeoneLetsYou":"You will join the call when someone from {{ companyName }} lets you in."},"header":{"free":"Free version"},"iframe":{"featureNotAvailableInContext":"This feature is not available in the current context."},"invitePeople":{"PublicLink":"Public link","addEmailToInvite":"Add an email to invite.","addEmails":"Add emails...","copyCallLinkDescription":"Copy this link and send it to anyone you wish to invite to join the call.","copyClipLinkDescription":"Copy this link and send it to anyone you wish to invite to record a clip.","email":"Email","emailPlaceholder":"Eg. john@acme.com","emailsOrNumberPlaceholder":"Eg. john@acme.com or +33612345678","error":"Failed to send, please try again later.","invalidEmail":"Invalid email format.","invalidEmailOrNumber":"Invalid email or number format.","invitationSentTo_one":"Sent to {{ name }}","invitationSentTo_other":"Sent to {{ name }} and {{ otherEmailsCount }}+","invite":"Invite","inviteByEmail":"Invite by email","inviteByEmailOrNumber":"Invite by email or sms","inviteCall":"Invite to join call","inviteCallDefaultMessage":"Hey! You\'re invited to join our video call. Click the link to connect instantly.","inviteClipAudioDefaultMessage":"Hey! Please record an audio message now and provide us with more context to assist you better.","inviteClipDefaultMessage":"Hey! Please record your video clip now and provide us with more context to assist you better.","inviteClipPhotoDefaultMessage":"Hey! Please take a photo and provide us with more context to assist you better.","inviteClipScreenDefaultMessage":"Hey! Please record your screen now and provide us with more context to assist you better.","inviteClipVideoDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","invitePeople":"Invite people","inviteRecordAudio":"Record an audio","inviteRecordClip":"Invite to record clip","inviteRecordPhoto":"Take a photo","inviteRecordScreen":"Record a screen","inviteRecordVideo":"Record a video","joinTheCall":"Join the call","linkToJoinCall":"Link to join the call","linkToRecordAClip":"Link to record a clip","message":"Message","sharePublicLink":"Share public link"},"leave":{"endCall":"End call for all","leaveCall":"Leave call","title":"Leave"},"loader":{"connection":"Connecting..."},"menu":{"new":"NEW","openNewTab":"Open new tab","pictureInPicture":"Picture-in-Picture","quickConnect":"Quick Connect","screenSharing":"Screen sharing","startRecord":"Record call","stopRecord":"Stop record","title":"Menu"},"misc":{"accept":"Accept","add":"Add","audio":"Audio","camera":"Camera","cancel":"Cancel","confirm":"Confirm","decline":"Decline","download":"Download","from":"From","microphone":"Microphone","open":"Open","photo":"Photo","proceed":"Proceed","remove":"Remove","screen":"Screen","screenshot":"Screenshot","someone":"Someone","speaker":"Speaker","user":"User","video":"Video","you":"You"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"aQuickRefreshShouldFix":"A quick refresh should get things back on track","agentJoinError":"An error occured while trying to join the room as an agent","allow":"Allow","blockedMicrophonePopup":"SnapCall requires access to your camera and microphone. Click the camera blocked icon in your browser\'s address bar.","blockedMicrophonePopupTitle":"Camera and microphone are blocked","cameraError":"An error occured when trying to toggle the camera","cameraRotateError":"An error occured when trying to rotate the camera","close":"Close","connectedTo":"Connected to {{name}}","criticalError":"A critical error has occurred (error {{code}}).","error":"Error","errorOccuredCode":"An error occured (error {{code}}).","failedToDisableVideo":"Failed to disable video","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","invitationSentToFailed":"Sent to {{ name }} failed.","locationIsBlocked":"Location is blocked","locationIsRequired":"Location is required","microphoneError":"An error occured when trying to toggle the microphone","networkStability":"Network stability","noCamera":"No camera available","permissionToShareScreenDenied":"Permission to share screen denied","pleaseEnableLocation":"Please enable location services in your settings.","recording":"Recording in progress","recordingStopped":"Recording stopped","reload":"Reload","screensharingError":"An error occured when trying to toggle screensharing","somethingWentWrong":"Oops! Something went wrong","unableToSwitchCamera":"Unable to switch camera","unableToUnzoom":"Unable to unzoom","unableToZoom":"Unable to zoom","uploadError":"An error occured during the upload, please try again later.","uploadFailed":"Upload failed","yourInternetConnectionIsUnstable":"Your internet connection is unstable"},"quickConnect":{"scan":"Scan this QR code with your phone camera to open the call.","scanTitle":"Scan QR Code","title":"Quick Connect"},"recorder":{"addMore":"Add more","addNewClip":"Add new clip","allowAccess":"Allow access","allowCamMicAccess":"Allow access to cam/mic","allowScreenShareAccess":"Allow access to screen sharing","attachElements_one":"Attach {{ type }} to ticket","attachElements_other":"Attach {{ count }} elements","audioInstructionsTitle":"Ready to record a voice message?","audioLevelNotification":{"noSound":{"description":"Make sure your microphone is activated.","title":"No sound detected."},"shortVideo":{"description":"This video is too short to get context.","title":"Short video."},"spokenWordsQuestion":{"description":"Does your video include enough spoken details?","title":"Spoken words."},"spokenWordsWarning":{"description":"The clip includes barely any spoken words.","title":"No spoken words."}},"audioLevelToast":{"continueSpeaking":"Continue speaking for clearer context.","noSound":"No sound detected.","rememberSpeaking":"Remember to speak to provide context."},"chooseWhatYouWantToShare":"Choose what you want to share","chooseWhatYouWantToShareDescription":"Select the screen or tab you want to share and start recording.","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","clipSubmissionDescription":"Thank you for using SnapCall.","clipSubmissionTitle_one":"Your clip has been sent","clipSubmissionTitle_other":"Your clips have been sent","confirmRemovalDescription":"Are you sure you want to delete this photo/video? This action cannot be undone.","confirmRemovalTitle":"Confirm deletion","elementBeingProcessed":"Please wait while your {{ type }} is being processed...","elementCaptureSuccess":"{{ type }} captured successfully","elementRecordedAndAttached":"Your clip has been sent and attached to the thread.","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","goBackToTicket":"Go back to ticket","instructions":{"allowAccessOnPrompt":"When prompted, <bold>allow access</bold> to camera and microphone.","multiplePhotos":"Take a <bold>photo or multiple</bold> for detail, then review.","privacyPolicy":"By proceeding, you agree to our <bold>Privacy Policy</bold>.","reviewAndSendAudios":"<bold>Review your audios</bold>, and they will be sent to us automatically.","reviewAndSendPhotos":"<bold>Validate your photos</bold>, and they will be sent to us automatically.","reviewAndSendVideos":"<bold>Review your videos</bold>, and they will be sent to us automatically.","screenShareInstruction":"Select the screen or window you wish to record.","selectScreenshare":"Tap Record my screen and select the screen or window you want to record.","speakClearly":"<bold>Speak clearly</bold> and say what you need to convey.","speakDuringRecord":"You can speak while recording to add details.","stopScreenOnFinish":"Press the Stop button when finished. The video will be sent to us automatically.","tapAudioButton":"<bold>Tap the record button</bold> to start recording your audio message.","tapStopVideoButton":"<bold>Tap stop</bold> when you are done.","tapVideoButton":"<bold>Tap the record button</bold> to begin and feel free to provide commentary.","videoSpeech":"You can <bold>talk during</bold> the recording to provide additional information."},"limit":"Video recording limited to 5 min.","logIn":"Log in","loggedAs":"Logged as","mediaCount_one":"{{ count }} media","mediaCount_other":"{{ count }} media","mediaSent_one":"Your media has been sent","mediaSent_other":"Your media has been sent","mySuggestion":"My suggestion","noCameraAccess":"No camera access","noCameraAccessDescription":"No camera access Allow camera access in your browser.","noCameraAndMicrophoneAccess":"No camera & microphone access","noCameraAndMicrophoneAccessDescription":"No camera & microphone access Allow microphone and camera access in your browser.","noMicrophoneAccess":"No microphone access","noMicrophoneAccessDescription":"No microphone access Allow microphone access in your browser.","okay":"Okay","openThread":"Open thread","permissionDeniedDescription":"Without access to the camera and microphone, you won\'t be able to capture photos or videos to share with the support team. Please grant access in your browser settings.","permissionDeniedTitle":"Something went wrong!","photoInstructionsTitle":"Ready to snap a photo?","recordNewMedia":"Record new media","replyAttached":"Your reply has been attached","scanQRCode":"Scan this QR code with a compatible device.","screenShareInstructionsTitle":"Ready to share your screen?","screenTitle":"Ready to capture your screen?","send":"Send","sendElements_one":"Send {{ type }}","sendElements_other":"Send {{ count }} elements","showQrCode":"Show QR code","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","startScreenRecording":"Start screen recording","startScreenShareButton":"Record my screen","stopScreenShareButton":"Stop recording","submissionDescription":"Your photo/video has been successfully submitted. We will review it and get back to you shortly.","submissionTitle":"Thank you for your submission!","switchToMobileDescription":"Experience greater convenience by using your phone to take photos and record videos.","switchToMobileTitle":"Switch to your mobile device","takeNewElement":"Capture a new {{ type }}","thanksForYourMedia":"Thanks for your media!","upload":"Upload","useDesktopVersion":"Use the desktop version","videoBotError":"Sorry, an error has occured.","videoBotThinking":"Thinking...","videoInstructionsTitle":"Ready to record a video?","waitVideo":"A video may take up to 15 seconds to be ready.","yourMedia":"Your media"},"recordingPopup":{"dismiss":"Dismiss","recordingStartText":"This call will be recorded shortly. If you\u2019d rather not be recorded, you\u2019re welcome to leave the call at this time.","recordingStartTitle":"Recording about to start."},"requestAccess":{"admit":"Admit","defaultName":"An user","deny":"Deny","wantToJoin":"<bold>{{name}}</bold> wants to join!"},"requestDevice":{"askForDevice":"Ask for {{device}}","declined":"Your request has been declined.","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","request":"{{user}} would like you to share your {{device}}","requestInput":"Request input devices","timedOut":"Your request has timed out.","userDeclined":"{{user}} has declined your request.","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}.","waitingForDevice":"Waiting for {{name}}\'s {{device}}"},"settings":{"callSettings":"Call settings","devices":"Devices","enableVideo":"Enable video","help":"Help","helpCenter":"Go to help center","language":"Language","manageRecording":"Manage recording","preferences":"Preferences","selectYourCamera":"Select your preferred camera","selectYourLanguage":"Select your preferred language","selectYourMicrophone":"Select your preferred microphone","startRecording":"Start recording","stopRecording":"Stop recording","title":"Settings","tools":"Tools"},"shareLink":{"failed":"Failed to send link","invalid":"Invalid link","invoice":"{{user}} sent you an invoice.","pay":"Pay","poweredBy":"Powered by","sentToUser":"Link sent to {{user}}","sentToUsers":"Link sent to users","title":"Share link","title2":"Share a link"},"sharedHistory":{"shared":"Shared with you"},"snapshot":{"aSnapshotHasBeenShared":"A snapshot has been shared.","error":"An error occured when trying to send the snapshot","save":"Save photo","sentToUser":"Snapshot sent to {{user}}","sentToUsers":"Snapshot sent to users.","shared":"Snapshot shared.","title":"Snapshot"},"videoMenu":{"blockedCamera":"Camera is blocked.","cameraPermissions":"Please accept camera sharing before accessing these options.","highDef":"High definition (720p)","lowDef":"Low definition (240p)","sendResolution":"Send Resolution (maximum)","standardDef":"Standard definition (480p)","title":"Video"},"virtualBackground":{"blur":"Blur","custom":"Custom","default":"Default","noCustomBackgrounds":"No custom backgrounds yet. Please contact your admin.","none":"None","setBackground":"Set Background","title":"Virtual Background"},"youtube":{"description":"Share a YouTube video with other participants.","invalid":"Invalid YouTube URL","share":"Watch now","title":"Watch Together","url":"YOUTUBE URL"}}');
109
56
 
110
57
 
111
58
  var $dcf57489ec338826$exports = {};
112
- $dcf57489ec338826$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Votre micro est bloqu\xe9.","microphonePermissions":"Please accept microphone sharing before accessing these options.","title":"Audio"},"blockedFeature":{"descriptionConnected":"Vous n\'avez pas acc\xe8s \xe0 cette fonctionnalit\xe9. Souscrivez au plan Pro pour d\xe9bloquer toutes les fonctionnalit\xe9s de SnapCall.","descriptionGuest":"Vous participez \xe0 un appel cr\xe9\xe9 avec la version gratuite de SnapCall. Cette fonctionnalit\xe9 n\'est disponible qu\'avec une version Pro.","dismissConnected":"Souscrire \xe0 Pro","dismissGuest":"D\'accord","titleConnected":"Souscrire au plan Pro","titleGuest":"Fonctionnalit\xe9 non disponible"},"common":{"new":"nouveau"},"copyLink":{"copied":"Lien copi\xe9 dans le presse-papier","copy":"Copier","description":"Copier le lien dans le presse-papiers","error":"Une erreur est survenue pendant la copie du lien dans le presse-papier","title":"Copier le lien"},"endView":{"addAdditionalMedia":"Ajouter des m\xe9dias suppl\xe9mentaires","allowsYouToShareMoreMedia":"Cette option vous permet de partager un ou plusieurs m\xe9dias pour ajouter plus de contexte.","callEnded":"Cet appel est termin\xe9","callIsOver":"Cet appel est termin\xe9 ou supprim\xe9","callLeft":"Vous avez quitt\xe9 l\'appel","callNoLongerActive":"Cet appel n\u2019est plus actif. Merci de votre participation.","full":"Impossible de rejoindre l\'appel","fullDescription":"Limite d\'utilisateurs atteinte. Merci de rejoindre l\'appel ult\xe9rieurement.","goBack":"Retourner dans l\'appel","howWasYourExperience":"Comment s\'est d\xe9roul\xe9e votre exp\xe9rience ?","ifMistakeRejoin":"S\'il s\'agit d\'une erreur, vous pouvez retourner dans l\'appel en utilisant le bouton ci-dessous.","invalidLink":"Lien invalide","invalidOrExpired":"Ce lien n\'est pas valide ou a expir\xe9.","openDashboard":"Ouvrir le dashboard","pleaseRateYourExperienceBelow":"Veuillez \xe9valuer votre exp\xe9rience ci-dessous","thankYouForYourFeedback":"Nous vous remercions pour votre avis.","tooLate":"Vous \xeates arriv\xe9 trop tard","yourFeedbackHelpsUs":"Vos commentaires nous aident \xe0 nous am\xe9liorer. A bient\xf4t !"},"gdpr":{"recordedWarning":"Pour am\xe9liorer la qualit\xe9 de notre service, cet appel va \xeatre enregistr\xe9."},"greeting":{"askToJoin":"Demander \xe0 rejoindre","askingLetIn":"Demande de participation...","cameraDisabled":"Cam\xe9ra d\xe9sactiv\xe9e","cameraEnabled":"Cam\xe9ra activ\xe9e","canceledCallRequest":"La demande d\'appel sera annul\xe9e et vous serez redirig\xe9 vers la page de planification des appels.","cantJoinCall":"Vous ne pouvez pas rejoindre cet appel","cantWait":"Vous ne souhaitez pas attendre ?","cantWaitLeaveMessage":"Vous ne pouvez pas attendre ? Vous pouvez laisser un message et vous serez contact\xe9 dans les plus brefs d\xe9lais.","clickOnLock":"Cliquez sur l\'ic\xf4ne de verrouillage <1></1> dans la barre de votre navigateur.","footerDescription":"D\xe9couvrez SnapCall, ajoutez de la vid\xe9o en temps r\xe9el \xe0 n\'importe quelle plateforme, produit ou service.","footerTitle":"Propuls\xe9 par SnapCall","leaveMessage":"Laisser un message","mainTitle":"Bienvenue sur SnapCall","mediaDenied":"Acc\xe8s au microphone et \xe0 la cam\xe9ra refus\xe9","microphoneDisabled":"Microphone d\xe9sactiv\xe9","microphoneEnabled":"Microphone activ\xe9","name":"Nom","nameDescription":"Ce nom sera affich\xe9 \xe0 tous les participants","namePlaceholder":"Ex. Lucie ou Pierre","nameSubmit":"Rejoindre la conversation","recordVideo":"Enregistrer une vid\xe9o","recordVoice":"Enregistrer un message vocal","requestACall":"Solliciter un appel maintenant","scheduleACall":"Planifier un appel","setting":"Param\xe8tres","sideDescription":"Veuillez entrer votre nom et configurer votre cam\xe9ra et microphone.","sideTitle":"C\'est bient\xf4t votre tour !","someoneDenied":"Quelqu\'un lors de l\'appel a refus\xe9 votre demande de participation.","takeFewMinute":"Cela peut prendre quelques minutes selon la disponibilit\xe9 des participants.","whatYouCanDo":"Voici ce que vous pouvez faire","youWillJoinWhenSomeoneLetsYou":"Votre acc\xe8s \xe0 l\'appel sera autoris\xe9 par un membre de l\'\xe9quipe {{ companyName }}."},"header":{"free":"Version gratuite"},"invitePeople":{"PublicLink":"Lien public","addEmailToInvite":"Ajoutez un e-mail pour inviter.","addEmails":"Ajouter des e-mails...","copyCallLinkDescription":"Copiez ce lien et envoyez-le \xe0 toute personne que vous souhaitez inviter \xe0 rejoindre l\'appel.","copyClipLinkDescription":"Copiez ce lien et envoyez-le \xe0 toute personne que vous souhaitez inviter \xe0 enregistrer un clip.","email":"Email","emailPlaceholder":"Ex. jean@acme.com","emailsOrNumberPlaceholder":"Par exemple: john@acme.com ou +33612345678","error":"\xc9chec de l\'envoi, veuillez r\xe9essayer plus tard.","invalidEmail":"Format d\'email invalide.","invalidEmailOrNumber":"Format d\'email ou de num\xe9ro invalide.","invitationSentTo_one":"Envoy\xe9 \xe0 {{ name }}","invitationSentTo_other":"Envoy\xe9 \xe0 {{ name }} et {{ otherEmailsCount }}+","invite":"Inviter","inviteByEmail":"Inviter par email","inviteByEmailOrNumber":"Inviter par e-mail ou SMS","inviteCall":"Inviter \xe0 rejoindre l\'appel","inviteCallDefaultMessage":"Vous \xeates invit\xe9 \xe0 rejoindre notre appel vid\xe9o. Cliquez sur le lien pour vous connecter instantan\xe9ment.","inviteClipAudioDefaultMessage":"Veuillez enregistrer un message audio et nous fournir plus de contexte pour mieux vous aider.","inviteClipDefaultMessage":"Veuillez enregistrer votre clip vid\xe9o et nous fournir plus de contexte pour mieux vous aider.","inviteClipPhotoDefaultMessage":"Veuillez prendre une photo et nous fournir plus de contexte pour mieux vous aider.","inviteClipScreenDefaultMessage":"Veuillez enregistrer votre \xe9cran et nous fournir plus de contexte pour mieux vous aider.","inviteClipVideoDefaultMessage":"Enregistrez votre vid\xe9o et donnez-nous plus de d\xe9tails pour que nous puissions mieux vous aider.","invitePeople":"Inviter des personnes","inviteRecordAudio":"Enregistrer un audio","inviteRecordClip":"Inviter \xe0 enregistrer un clip","inviteRecordPhoto":"Prendre une photo","inviteRecordScreen":"Enregistrer l\'\xe9cran","inviteRecordVideo":"Enregistrer une vid\xe9o","joinTheCall":"Rejoindre l\u2019appel","linkToJoinCall":"Lien pour rejoindre l\'appel","linkToRecordAClip":"Lien pour enregistrer un clip","message":"Message","sharePublicLink":"Partager le lien public"},"leave":{"endCall":"Terminer l\'appel","leaveCall":"Quitter l\'appel","title":"Quitter"},"loader":{"connection":"Connexion..."},"menu":{"new":"NOUVEAU","openNewTab":"Ouvrir un nouvel onglet","pictureInPicture":"Picture-in-Picture","quickConnect":"Quick Connect","screenSharing":"Partage d\'\xe9cran","startRecord":"Enregistrer l\'appel","stopRecord":"Arr\xeater l\'enregistrement","title":"Menu"},"misc":{"accept":"Accepter","add":"Ajouter","audio":"Audio","camera":"Cam\xe9ra","cancel":"Annuler","confirm":"Confirmer","decline":"D\xe9cliner","download":"T\xe9l\xe9charger","from":"Depuis","microphone":"Micro","open":"Ouvrir","photo":"Photo","proceed":"Proc\xe9der","remove":"Enlever","screen":"\xc9cran","screenshot":"Capture d\'\xe9cran","someone":"Quelqu\'un","speaker":"Haut-parleur","user":"Utilisateur","video":"Vid\xe9o","you":"Vous"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"agentJoinError":"Une erreur est survenue en essayant de rejoindre la salle en tant qu\'agent","blockedMicrophonePopup":"SnapCall a besoin d\'acc\xe9der \xe0 votre cam\xe9ra et micro. Cliquez sur l\'ic\xf4ne de cam\xe9ra bloqu\xe9e dans la barre d\'adresse du navigateur.","blockedMicrophonePopupTitle":"Votre cam\xe9ra et micro sont bloqu\xe9s","cameraError":"Une erreur est survenue pendant l\'activation de la cam\xe9ra","cameraRotateError":"Une erreur est survenue pendant la rotation de la cam\xe9ra","close":"Fermer","connectedTo":"Connect\xe9 \xe0 {{name}}","criticalError":"Une erreur critique est survenue (erreur {{code}}).","error":"Erreur","errorOccuredCode":"Une erreur s\'est produite (erreur {{code}}).","invitationSentToFailed":"L\'envoi \xe0 {{ name }} a \xe9chou\xe9.","microphoneError":"Une erreur est survenue pendant l\'activation du micro","noCamera":"Aucune cam\xe9ra disponible","recording":"Enregistrement en cours","reload":"Recharger","screensharingError":"Une erreur est survenue pendant l\'activation du partage d\'\xe9cran","uploadError":"Une erreur s\'est produite pendant le t\xe9l\xe9chargement, veuillez r\xe9essayer plus tard."},"quickConnect":{"scan":"Scannez ce QR code avec votre t\xe9l\xe9phone pour ouvrir l\'appel.","scanTitle":"Scannez le QR Code","title":"Quick Connect"},"recorder":{"addMore":"Ajouter plus","addNewClip":"Ajouter un nouveau clip","allowAccess":"Autoriser l\'acc\xe8s","allowCamMicAccess":"Autoriser acc\xe8s cam\xe9ra/micro","allowScreenShareAccess":"Autoriser l\'acc\xe8s au partage d\'\xe9cran","attachElements_one":"Joindre {{ type }} au ticket","attachElements_other":"Joindre {{ count }} \xe9l\xe9ments","audioInstructionsTitle":"Pr\xeat \xe0 enregistrer un message vocal\xa0?","audioLevelNotification":{"noSound":{"description":"Assurez-vous que votre microphone est activ\xe9.","title":"Aucun son d\xe9tect\xe9."},"shortVideo":{"description":"Cette vid\xe9o semble assez courte, ne fournit pas assez de d\xe9tails.","title":"Vid\xe9o courte."},"spokenWordsQuestion":{"description":"Votre vid\xe9o offre-t-elle une explication d\xe9taill\xe9e et claire ?","title":"Avez-vous tout expliqu\xe9 ?"},"spokenWordsWarning":{"description":"La vid\xe9o ne comprend pratiquement aucun mot prononc\xe9.","title":"Aucun mot prononc\xe9."}},"audioLevelToast":{"continueSpeaking":"Continuez \xe0 parler pour expliquer.","noSound":"Aucun son d\xe9tect\xe9.","rememberSpeaking":"Veuillez parler \xe0 voix-haute."},"chooseWhatYouWantToShare":"Choisissez ce que vous souhaitez partager","chooseWhatYouWantToShareDescription":"S\xe9lectionnez l\'\xe9cran ou l\'onglet que vous souhaitez partager et commencez l\'enregistrement.","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","clipSubmissionDescription":"Merci d\'utiliser SnapCall.","clipSubmissionTitle_one":"Votre clip a \xe9t\xe9 envoy\xe9","clipSubmissionTitle_other":"Vos clips ont \xe9t\xe9 envoy\xe9s","confirmRemovalDescription":"Voulez-vous vraiment supprimer cette photo/vid\xe9o ? Cette action ne peut pas \xeatre annul\xe9e.","confirmRemovalTitle":"Confirmer la suppression","elementBeingProcessed":"Veuillez patienter un moment pendant que votre {{ type }} est en cours de traitement...","elementCaptureSuccess":"{{ type }} captur\xe9(e) avec succ\xe8s","elementRecordedAndAttached":"Votre clip a \xe9t\xe9 envoy\xe9 et joint au fil de discussion.","goBackToTicket":"Revenir au billet","instructions":{"allowAccessOnPrompt":"<bold>Autorisez l\'acc\xe8s</bold> \xe0 la cam\xe9ra et au micro lorsque demand\xe9.","multiplePhotos":"Prenez <bold>une ou plusieurs photos</bold> pour donner plus de d\xe9tails.","privacyPolicy":"En continuant, vous acceptez notre <bold>Politique de confidentialit\xe9</bold>.","reviewAndSendAudios":"<bold>V\xe9rifiez vos audios</bold>, et ils seront envoy\xe9s automatiquement \xe0 nous.","reviewAndSendPhotos":"<bold>Validez vos photos</bold>, et elles nous seront envoy\xe9es automatiquement.","reviewAndSendVideos":"<bold>Validez vos vid\xe9os</bold>, et elles nous seront envoy\xe9es automatiquement.","screenShareInstruction":"S\xe9lectionnez l\'\xe9cran ou la fen\xeatre que vous souhaitez enregistrer.","selectScreenshare":"Appuyez sur Enregistrer mon \xe9cran et s\xe9lectionnez l\'\xe9cran ou la fen\xeatre que vous souhaitez enregistrer.","speakClearly":"<bold>Parlez clairement</bold> et dites ce que vous devez transmettre.","speakDuringRecord":"Vous pouvez parler pendant l\'enregistrement pour ajouter des d\xe9tails.","stopScreenOnFinish":"Appuyez sur le bouton Stop lorsque vous avez termin\xe9. La vid\xe9o nous sera envoy\xe9e automatiquement.","tapAudioButton":"<bold>Appuyez sur le bouton d\'enregistrement</bold> pour commencer \xe0 enregistrer votre message audio.","tapStopVideoButton":"<bold>Appuyez sur Arr\xeat</bold> lorsque vous avez termin\xe9.","tapVideoButton":"<bold>Appuyez sur Enregistrer</bold>. Pensez \xe0 commenter.","videoSpeech":"Vous pouvez <bold>parler pendant</bold> l\'enregistrement pour ajouter des d\xe9tails."},"limit":"Enregistrement vid\xe9o limit\xe9 \xe0 5 min.","logIn":"Se connecter","loggedAs":"Connect\xe9 en tant que","mediaCount_one":"{{ count }} m\xe9dia","mediaCount_other":"{{ count }} m\xe9dias","mediaSent_one":"Votre m\xe9dia a \xe9t\xe9 envoy\xe9","mediaSent_other":"Votre m\xe9dia a \xe9t\xe9 envoy\xe9","noCameraAccess":"Pas d\'acc\xe8s \xe0 la cam\xe9ra","noCameraAccessDescription":"Pas d\'acc\xe8s \xe0 la cam\xe9ra Autoriser l\'acc\xe8s \xe0 la cam\xe9ra dans votre navigateur.","noCameraAndMicrophoneAccess":"Pas d\'acc\xe8s \xe0 la cam\xe9ra et au microphone","noCameraAndMicrophoneAccessDescription":"Pas d\'acc\xe8s \xe0 la cam\xe9ra et au microphone Autoriser l\'acc\xe8s au microphone et \xe0 la cam\xe9ra dans votre navigateur.","noMicrophoneAccess":"Pas d\'acc\xe8s au microphone","noMicrophoneAccessDescription":"Pas d\'acc\xe8s au microphone Autoriser l\'acc\xe8s au microphone dans votre navigateur.","okay":"D\'accord","openThread":"Ouvrir le fil de discussion","permissionDeniedDescription":"Sans acc\xe8s \xe0 la cam\xe9ra et au microphone, vous ne pouvez pas prendre de photos ou de vid\xe9os \xe0 partager avec l\'\xe9quipe d\'assistance. Veuillez accorder l\'acc\xe8s dans les param\xe8tres de votre navigateur.","permissionDeniedTitle":"Quelque chose s\'est mal pass\xe9 !","photoInstructionsTitle":"Pr\xeat \xe0 prendre une photo ?","replyAttached":"Votre r\xe9ponse a \xe9t\xe9 jointe","scanQRCode":"Scannez ce code QR avec un appareil compatible.","screenShareInstructionsTitle":"Pr\xeat \xe0 partager votre \xe9cran ?","screenTitle":"Pr\xeat \xe0 capturer votre \xe9cran ?","send":"Envoyer","sendElements_one":"Envoyer la {{ type }}","sendElements_other":"Envoyer {{ count }} \xe9l\xe9ments","showQrCode":"Afficher le QR code","startScreenRecording":"D\xe9marrer l\'enregistrement de l\'\xe9cran","startScreenShareButton":"Enregistrer \xe9cran","stopScreenShareButton":"Stop enregistrement","submissionDescription":"Votre photo/vid\xe9o a \xe9t\xe9 envoy\xe9e avec succ\xe8s. Nous l\'examinerons et reviendrons vers vous bient\xf4t.","submissionTitle":"Merci pour votre soumission !","switchToMobileDescription":"Profitez d\'une exp\xe9rience encore plus pratique en utilisant votre t\xe9l\xe9phone pour prendre des photos et enregistrer des vid\xe9os.","switchToMobileTitle":"Passez sur votre mobile","takeNewElement":"Prendre une nouvelle {{ type }}","upload":"Importer","useDesktopVersion":"Continuer","videoInstructionsTitle":"Pr\xeat \xe0 enregistrer une vid\xe9o ?","waitVideo":"Cela peut prendre jusqu\'\xe0 15 secondes pour qu\'une vid\xe9o soit pr\xeate."},"recordingPopup":{"dismiss":"Fermer","recordingStartText":"Cet appel sera enregistr\xe9 sous peu. Si vous pr\xe9f\xe9rez ne pas \xeatre enregistr\xe9, vous \xeates libre de quitter l\'appel \xe0 tout moment.","recordingStartTitle":"L\'enregistrement va commencer."},"requestAccess":{"admit":"Accepter","defaultName":"Un utilisateur","deny":"Refuser","wantToJoin":"{{name}} souhaite rejoindre!"},"requestDevice":{"askForDevice":"Demander l\'activation de {{device}}","declined":"Votre requ\xeate a \xe9t\xe9 refus\xe9.","deviceActivated":"{{device}} activ\xe9","deviceActivationDeclined":"{{device}} - activation refus\xe9e","request":"{{user}} voudrait que vous partagiez votre {{device}}","requestInput":"Demander l\'activation","timedOut":"Votre requ\xeate n\'a pas eu de r\xe9ponse","userDeclined":"{{user}} a d\xe9clin\xe9 votre requ\xeate.","userWouldLikeYouToActivateYourDevice":"{{name}} souhaite que vous activiez votre {{device}}.","waitingForDevice":"En attente du {{device}} de {{name}}"},"settings":{"devices":"Appareils","help":"Aide","helpCenter":"Acc\xe9der au centre d\'aide","language":"Langage","preferences":"Pr\xe9f\xe9rences","selectYourCamera":"S\xe9lectionnez votre cam\xe9ra pr\xe9f\xe9r\xe9","selectYourLanguage":"S\xe9lectionnez votre langue pr\xe9f\xe9r\xe9e","selectYourMicrophone":"S\xe9lectionnez votre microphone pr\xe9f\xe9r\xe9","title":"Param\xe8tres"},"shareLink":{"failed":"Une erreur est survenue pendant l\'envoi du lien","invalid":"Lien invalide","invoice":"{{user}} vous a envoy\xe9 une facture.","pay":"Payer","poweredBy":"Propos\xe9 par","sentToUser":"Lien envoy\xe9 \xe0 {{user}}","sentToUsers":"Lien envoy\xe9 aux participants","title":"Partager un lien","title2":"Partager un lien"},"sharedHistory":{"shared":"Partag\xe9 avec vous"},"snapshot":{"aSnapshotHasBeenShared":"Un instantan\xe9 a \xe9t\xe9 partag\xe9.","error":"Une erreur est survenue pendant l\'envoi du snapshot","save":"Sauvegarder l\'image","sentToUser":"Snapshot envoy\xe9 \xe0 {{user}}","sentToUsers":"Snapshot envoy\xe9 aux participants.","shared":"Snapshot envoy\xe9.","title":"Snapshot"},"videoMenu":{"blockedCamera":"Votre cam\xe9ra est bloqu\xe9.","cameraPermissions":"Please accept camera sharing before accessing these options.","highDef":"Haute d\xe9finition (720p)","lowDef":"Basse d\xe9finition (240p)","sendResolution":"R\xe9solution envoy\xe9e (max)","standardDef":"D\xe9finition standard (480p)","title":"Video"},"virtualBackground":{"setBackground":"Mettre l\'arri\xe8re plan","title":"Arri\xe8re plan virtuel"},"youtube":{"invalid":"URL YouTube invalide","share":"Regarder maintenant","title":"Regardons Ensemble","url":"URL YOUTUBE"}}');
59
+ $dcf57489ec338826$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Votre micro est bloqu\xe9.","microphonePermissions":"Please accept microphone sharing before accessing these options.","title":"Audio"},"blockedFeature":{"descriptionConnected":"Vous n\'avez pas acc\xe8s \xe0 cette fonctionnalit\xe9. Souscrivez au plan Pro pour d\xe9bloquer toutes les fonctionnalit\xe9s de SnapCall.","descriptionGuest":"Vous participez \xe0 un appel cr\xe9\xe9 avec la version gratuite de SnapCall. Cette fonctionnalit\xe9 n\'est disponible qu\'avec une version Pro.","dismissConnected":"Souscrire \xe0 Pro","dismissGuest":"D\'accord","titleConnected":"Souscrire au plan Pro","titleGuest":"Fonctionnalit\xe9 non disponible"},"common":{"new":"nouveau"},"copyLink":{"copied":"Lien copi\xe9 dans le presse-papier","copy":"Copier","description":"Copier le lien dans le presse-papiers","error":"Une erreur est survenue pendant la copie du lien dans le presse-papier","title":"Copier le lien"},"endView":{"addAdditionalMedia":"Ajouter des m\xe9dias suppl\xe9mentaires","allowsYouToShareMoreMedia":"Cette option vous permet de partager un ou plusieurs m\xe9dias pour ajouter plus de contexte.","callEnded":"Cet appel est termin\xe9","callIsOver":"Cet appel est termin\xe9 ou supprim\xe9","callLeft":"Vous avez quitt\xe9 l\'appel","callNoLongerActive":"Cet appel n\u2019est plus actif. Merci de votre participation.","full":"Impossible de rejoindre l\'appel","fullDescription":"Limite d\'utilisateurs atteinte. Merci de rejoindre l\'appel ult\xe9rieurement.","goBack":"Retourner dans l\'appel","howWasYourExperience":"Comment s\'est d\xe9roul\xe9e votre exp\xe9rience ?","ifMistakeRejoin":"S\'il s\'agit d\'une erreur, vous pouvez retourner dans l\'appel en utilisant le bouton ci-dessous.","invalidLink":"Lien invalide","invalidOrExpired":"Ce lien n\'est pas valide ou a expir\xe9.","openDashboard":"Ouvrir le dashboard","pleaseRateYourExperienceBelow":"Veuillez \xe9valuer votre exp\xe9rience ci-dessous","thankYouForYourFeedback":"Nous vous remercions pour votre avis.","tooLate":"Vous \xeates arriv\xe9 trop tard","yourFeedbackHelpsUs":"Vos commentaires nous aident \xe0 nous am\xe9liorer. A bient\xf4t !"},"gdpr":{"recordedWarning":"Pour am\xe9liorer la qualit\xe9 de notre service, cet appel va \xeatre enregistr\xe9."},"greeting":{"askToJoin":"Demander \xe0 rejoindre","askingLetIn":"Demande de participation...","cameraDisabled":"Cam\xe9ra d\xe9sactiv\xe9e","cameraEnabled":"Cam\xe9ra activ\xe9e","canceledCallRequest":"La demande d\'appel sera annul\xe9e et vous serez redirig\xe9 vers la page de planification des appels.","cantJoinCall":"Vous ne pouvez pas rejoindre cet appel","cantWait":"Vous ne souhaitez pas attendre ?","cantWaitLeaveMessage":"Vous ne pouvez pas attendre ? Vous pouvez laisser un message et vous serez contact\xe9 dans les plus brefs d\xe9lais.","clickOnLock":"Cliquez sur l\'ic\xf4ne de verrouillage <1></1> dans la barre de votre navigateur.","footerDescription":"D\xe9couvrez SnapCall, ajoutez de la vid\xe9o en temps r\xe9el \xe0 n\'importe quelle plateforme, produit ou service.","footerTitle":"Propuls\xe9 par SnapCall","leaveMessage":"Laisser un message","mainTitle":"Bienvenue sur SnapCall","mediaDenied":"Acc\xe8s au microphone et \xe0 la cam\xe9ra refus\xe9","microphoneDisabled":"Microphone d\xe9sactiv\xe9","microphoneEnabled":"Microphone activ\xe9","name":"Nom","nameDescription":"Ce nom sera affich\xe9 \xe0 tous les participants","namePlaceholder":"Ex. Lucie ou Pierre","nameSubmit":"Rejoindre la conversation","recordVideo":"Enregistrer une vid\xe9o","recordVoice":"Enregistrer un message vocal","requestACall":"Solliciter un appel maintenant","scheduleACall":"Planifier un appel","setting":"Param\xe8tres","sideDescription":"Veuillez entrer votre nom et configurer votre cam\xe9ra et microphone.","sideTitle":"C\'est bient\xf4t votre tour !","someoneDenied":"Quelqu\'un lors de l\'appel a refus\xe9 votre demande de participation.","takeFewMinute":"Cela peut prendre quelques minutes selon la disponibilit\xe9 des participants.","whatYouCanDo":"Voici ce que vous pouvez faire","youWillJoinWhenSomeoneLetsYou":"Votre acc\xe8s \xe0 l\'appel sera autoris\xe9 par un membre de l\'\xe9quipe {{ companyName }}."},"header":{"free":"Version gratuite"},"iframe":{"featureNotAvailableInContext":"This feature is not available in the current context."},"invitePeople":{"PublicLink":"Lien public","addEmailToInvite":"Ajoutez un e-mail pour inviter.","addEmails":"Ajouter des e-mails...","copyCallLinkDescription":"Copiez ce lien et envoyez-le \xe0 toute personne que vous souhaitez inviter \xe0 rejoindre l\'appel.","copyClipLinkDescription":"Copiez ce lien et envoyez-le \xe0 toute personne que vous souhaitez inviter \xe0 enregistrer un clip.","email":"Email","emailPlaceholder":"Ex. jean@acme.com","emailsOrNumberPlaceholder":"Par exemple: john@acme.com ou +33612345678","error":"\xc9chec de l\'envoi, veuillez r\xe9essayer plus tard.","invalidEmail":"Format d\'email invalide.","invalidEmailOrNumber":"Format d\'email ou de num\xe9ro invalide.","invitationSentTo_one":"Envoy\xe9 \xe0 {{ name }}","invitationSentTo_other":"Envoy\xe9 \xe0 {{ name }} et {{ otherEmailsCount }}+","invite":"Inviter","inviteByEmail":"Inviter par email","inviteByEmailOrNumber":"Inviter par e-mail ou SMS","inviteCall":"Inviter \xe0 rejoindre l\'appel","inviteCallDefaultMessage":"Vous \xeates invit\xe9 \xe0 rejoindre notre appel vid\xe9o. Cliquez sur le lien pour vous connecter instantan\xe9ment.","inviteClipAudioDefaultMessage":"Veuillez enregistrer un message audio et nous fournir plus de contexte pour mieux vous aider.","inviteClipDefaultMessage":"Veuillez enregistrer votre clip vid\xe9o et nous fournir plus de contexte pour mieux vous aider.","inviteClipPhotoDefaultMessage":"Veuillez prendre une photo et nous fournir plus de contexte pour mieux vous aider.","inviteClipScreenDefaultMessage":"Veuillez enregistrer votre \xe9cran et nous fournir plus de contexte pour mieux vous aider.","inviteClipVideoDefaultMessage":"Enregistrez votre vid\xe9o et donnez-nous plus de d\xe9tails pour que nous puissions mieux vous aider.","invitePeople":"Inviter des personnes","inviteRecordAudio":"Enregistrer un audio","inviteRecordClip":"Inviter \xe0 enregistrer un clip","inviteRecordPhoto":"Prendre une photo","inviteRecordScreen":"Enregistrer l\'\xe9cran","inviteRecordVideo":"Enregistrer une vid\xe9o","joinTheCall":"Rejoindre l\u2019appel","linkToJoinCall":"Lien pour rejoindre l\'appel","linkToRecordAClip":"Lien pour enregistrer un clip","message":"Message","sharePublicLink":"Partager le lien public"},"leave":{"endCall":"Terminer l\'appel","leaveCall":"Quitter l\'appel","title":"Quitter"},"loader":{"connection":"Connexion..."},"menu":{"new":"NOUVEAU","openNewTab":"Ouvrir un nouvel onglet","pictureInPicture":"Picture-in-Picture","quickConnect":"Quick Connect","screenSharing":"Partage d\'\xe9cran","startRecord":"Enregistrer l\'appel","stopRecord":"Arr\xeater l\'enregistrement","title":"Menu"},"misc":{"accept":"Accepter","add":"Ajouter","audio":"Audio","camera":"Cam\xe9ra","cancel":"Annuler","confirm":"Confirmer","decline":"D\xe9cliner","download":"T\xe9l\xe9charger","from":"Depuis","microphone":"Micro","open":"Ouvrir","photo":"Photo","proceed":"Proc\xe9der","remove":"Enlever","screen":"\xc9cran","screenshot":"Capture d\'\xe9cran","someone":"Quelqu\'un","speaker":"Haut-parleur","user":"Utilisateur","video":"Vid\xe9o","you":"Vous"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"aQuickRefreshShouldFix":"A quick refresh should get things back on track","agentJoinError":"Une erreur est survenue en essayant de rejoindre la salle en tant qu\'agent","allow":"Allow","blockedMicrophonePopup":"SnapCall a besoin d\'acc\xe9der \xe0 votre cam\xe9ra et micro. Cliquez sur l\'ic\xf4ne de cam\xe9ra bloqu\xe9e dans la barre d\'adresse du navigateur.","blockedMicrophonePopupTitle":"Votre cam\xe9ra et micro sont bloqu\xe9s","cameraError":"Une erreur est survenue pendant l\'activation de la cam\xe9ra","cameraRotateError":"Une erreur est survenue pendant la rotation de la cam\xe9ra","close":"Fermer","connectedTo":"Connect\xe9 \xe0 {{name}}","criticalError":"Une erreur critique est survenue (erreur {{code}}).","error":"Erreur","errorOccuredCode":"Une erreur s\'est produite (erreur {{code}}).","failedToDisableVideo":"Failed to disable video","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","invitationSentToFailed":"L\'envoi \xe0 {{ name }} a \xe9chou\xe9.","locationIsBlocked":"Location is blocked","locationIsRequired":"Location is required","microphoneError":"Une erreur est survenue pendant l\'activation du micro","networkStability":"Network stability","noCamera":"Aucune cam\xe9ra disponible","permissionToShareScreenDenied":"Permission to share screen denied","pleaseEnableLocation":"Please enable location services in your settings.","recording":"Enregistrement en cours","recordingStopped":"Recording stopped","reload":"Recharger","screensharingError":"Une erreur est survenue pendant l\'activation du partage d\'\xe9cran","somethingWentWrong":"Oops! Something went wrong","unableToSwitchCamera":"Unable to switch camera","unableToUnzoom":"Unable to unzoom","unableToZoom":"Unable to zoom","uploadError":"Une erreur s\'est produite pendant le t\xe9l\xe9chargement, veuillez r\xe9essayer plus tard.","uploadFailed":"Upload failed","yourInternetConnectionIsUnstable":"Your internet connection is unstable"},"quickConnect":{"scan":"Scannez ce QR code avec votre t\xe9l\xe9phone pour ouvrir l\'appel.","scanTitle":"Scannez le QR Code","title":"Quick Connect"},"recorder":{"addMore":"Ajouter plus","addNewClip":"Ajouter un nouveau clip","allowAccess":"Autoriser l\'acc\xe8s","allowCamMicAccess":"Autoriser acc\xe8s cam\xe9ra/micro","allowScreenShareAccess":"Autoriser l\'acc\xe8s au partage d\'\xe9cran","attachElements_one":"Joindre {{ type }} au ticket","attachElements_other":"Joindre {{ count }} \xe9l\xe9ments","audioInstructionsTitle":"Pr\xeat \xe0 enregistrer un message vocal\xa0?","audioLevelNotification":{"noSound":{"description":"Assurez-vous que votre microphone est activ\xe9.","title":"Aucun son d\xe9tect\xe9."},"shortVideo":{"description":"Cette vid\xe9o semble assez courte, ne fournit pas assez de d\xe9tails.","title":"Vid\xe9o courte."},"spokenWordsQuestion":{"description":"Votre vid\xe9o offre-t-elle une explication d\xe9taill\xe9e et claire ?","title":"Avez-vous tout expliqu\xe9 ?"},"spokenWordsWarning":{"description":"La vid\xe9o ne comprend pratiquement aucun mot prononc\xe9.","title":"Aucun mot prononc\xe9."}},"audioLevelToast":{"continueSpeaking":"Continuez \xe0 parler pour expliquer.","noSound":"Aucun son d\xe9tect\xe9.","rememberSpeaking":"Veuillez parler \xe0 voix-haute."},"chooseWhatYouWantToShare":"Choisissez ce que vous souhaitez partager","chooseWhatYouWantToShareDescription":"S\xe9lectionnez l\'\xe9cran ou l\'onglet que vous souhaitez partager et commencez l\'enregistrement.","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","clipSubmissionDescription":"Merci d\'utiliser SnapCall.","clipSubmissionTitle_one":"Votre clip a \xe9t\xe9 envoy\xe9","clipSubmissionTitle_other":"Vos clips ont \xe9t\xe9 envoy\xe9s","confirmRemovalDescription":"Voulez-vous vraiment supprimer cette photo/vid\xe9o ? Cette action ne peut pas \xeatre annul\xe9e.","confirmRemovalTitle":"Confirmer la suppression","elementBeingProcessed":"Veuillez patienter un moment pendant que votre {{ type }} est en cours de traitement...","elementCaptureSuccess":"{{ type }} captur\xe9(e) avec succ\xe8s","elementRecordedAndAttached":"Votre clip a \xe9t\xe9 envoy\xe9 et joint au fil de discussion.","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","goBackToTicket":"Revenir au billet","instructions":{"allowAccessOnPrompt":"<bold>Autorisez l\'acc\xe8s</bold> \xe0 la cam\xe9ra et au micro lorsque demand\xe9.","multiplePhotos":"Prenez <bold>une ou plusieurs photos</bold> pour donner plus de d\xe9tails.","privacyPolicy":"En continuant, vous acceptez notre <bold>Politique de confidentialit\xe9</bold>.","reviewAndSendAudios":"<bold>V\xe9rifiez vos audios</bold>, et ils seront envoy\xe9s automatiquement \xe0 nous.","reviewAndSendPhotos":"<bold>Validez vos photos</bold>, et elles nous seront envoy\xe9es automatiquement.","reviewAndSendVideos":"<bold>Validez vos vid\xe9os</bold>, et elles nous seront envoy\xe9es automatiquement.","screenShareInstruction":"S\xe9lectionnez l\'\xe9cran ou la fen\xeatre que vous souhaitez enregistrer.","selectScreenshare":"Appuyez sur Enregistrer mon \xe9cran et s\xe9lectionnez l\'\xe9cran ou la fen\xeatre que vous souhaitez enregistrer.","speakClearly":"<bold>Parlez clairement</bold> et dites ce que vous devez transmettre.","speakDuringRecord":"Vous pouvez parler pendant l\'enregistrement pour ajouter des d\xe9tails.","stopScreenOnFinish":"Appuyez sur le bouton Stop lorsque vous avez termin\xe9. La vid\xe9o nous sera envoy\xe9e automatiquement.","tapAudioButton":"<bold>Appuyez sur le bouton d\'enregistrement</bold> pour commencer \xe0 enregistrer votre message audio.","tapStopVideoButton":"<bold>Appuyez sur Arr\xeat</bold> lorsque vous avez termin\xe9.","tapVideoButton":"<bold>Appuyez sur Enregistrer</bold>. Pensez \xe0 commenter.","videoSpeech":"Vous pouvez <bold>parler pendant</bold> l\'enregistrement pour ajouter des d\xe9tails."},"limit":"Enregistrement vid\xe9o limit\xe9 \xe0 5 min.","logIn":"Se connecter","loggedAs":"Connect\xe9 en tant que","mediaCount_one":"{{ count }} m\xe9dia","mediaCount_other":"{{ count }} m\xe9dias","mediaSent_one":"Votre m\xe9dia a \xe9t\xe9 envoy\xe9","mediaSent_other":"Votre m\xe9dia a \xe9t\xe9 envoy\xe9","mySuggestion":"My suggestion","noCameraAccess":"Pas d\'acc\xe8s \xe0 la cam\xe9ra","noCameraAccessDescription":"Pas d\'acc\xe8s \xe0 la cam\xe9ra Autoriser l\'acc\xe8s \xe0 la cam\xe9ra dans votre navigateur.","noCameraAndMicrophoneAccess":"Pas d\'acc\xe8s \xe0 la cam\xe9ra et au microphone","noCameraAndMicrophoneAccessDescription":"Pas d\'acc\xe8s \xe0 la cam\xe9ra et au microphone Autoriser l\'acc\xe8s au microphone et \xe0 la cam\xe9ra dans votre navigateur.","noMicrophoneAccess":"Pas d\'acc\xe8s au microphone","noMicrophoneAccessDescription":"Pas d\'acc\xe8s au microphone Autoriser l\'acc\xe8s au microphone dans votre navigateur.","okay":"D\'accord","openThread":"Ouvrir le fil de discussion","permissionDeniedDescription":"Sans acc\xe8s \xe0 la cam\xe9ra et au microphone, vous ne pouvez pas prendre de photos ou de vid\xe9os \xe0 partager avec l\'\xe9quipe d\'assistance. Veuillez accorder l\'acc\xe8s dans les param\xe8tres de votre navigateur.","permissionDeniedTitle":"Quelque chose s\'est mal pass\xe9 !","photoInstructionsTitle":"Pr\xeat \xe0 prendre une photo ?","recordNewMedia":"Record new media","replyAttached":"Votre r\xe9ponse a \xe9t\xe9 jointe","scanQRCode":"Scannez ce code QR avec un appareil compatible.","screenShareInstructionsTitle":"Pr\xeat \xe0 partager votre \xe9cran ?","screenTitle":"Pr\xeat \xe0 capturer votre \xe9cran ?","send":"Envoyer","sendElements_one":"Envoyer la {{ type }}","sendElements_other":"Envoyer {{ count }} \xe9l\xe9ments","showQrCode":"Afficher le QR code","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","startScreenRecording":"D\xe9marrer l\'enregistrement de l\'\xe9cran","startScreenShareButton":"Enregistrer \xe9cran","stopScreenShareButton":"Stop enregistrement","submissionDescription":"Votre photo/vid\xe9o a \xe9t\xe9 envoy\xe9e avec succ\xe8s. Nous l\'examinerons et reviendrons vers vous bient\xf4t.","submissionTitle":"Merci pour votre soumission !","switchToMobileDescription":"Profitez d\'une exp\xe9rience encore plus pratique en utilisant votre t\xe9l\xe9phone pour prendre des photos et enregistrer des vid\xe9os.","switchToMobileTitle":"Passez sur votre mobile","takeNewElement":"Prendre une nouvelle {{ type }}","thanksForYourMedia":"Thanks for your media!","upload":"Importer","useDesktopVersion":"Continuer","videoBotError":"Sorry, an error has occured.","videoBotThinking":"Thinking...","videoInstructionsTitle":"Pr\xeat \xe0 enregistrer une vid\xe9o ?","waitVideo":"Cela peut prendre jusqu\'\xe0 15 secondes pour qu\'une vid\xe9o soit pr\xeate.","yourMedia":"Your media"},"recordingPopup":{"dismiss":"Fermer","recordingStartText":"Cet appel sera enregistr\xe9 sous peu. Si vous pr\xe9f\xe9rez ne pas \xeatre enregistr\xe9, vous \xeates libre de quitter l\'appel \xe0 tout moment.","recordingStartTitle":"L\'enregistrement va commencer."},"requestAccess":{"admit":"Accepter","defaultName":"Un utilisateur","deny":"Refuser","wantToJoin":"{{name}} souhaite rejoindre!"},"requestDevice":{"askForDevice":"Demander l\'activation de {{device}}","declined":"Votre requ\xeate a \xe9t\xe9 refus\xe9.","deviceActivated":"{{device}} activ\xe9","deviceActivationDeclined":"{{device}} - activation refus\xe9e","request":"{{user}} voudrait que vous partagiez votre {{device}}","requestInput":"Demander l\'activation","timedOut":"Votre requ\xeate n\'a pas eu de r\xe9ponse","userDeclined":"{{user}} a d\xe9clin\xe9 votre requ\xeate.","userWouldLikeYouToActivateYourDevice":"{{name}} souhaite que vous activiez votre {{device}}.","waitingForDevice":"En attente du {{device}} de {{name}}"},"settings":{"callSettings":"Call settings","devices":"Appareils","enableVideo":"Enable video","help":"Aide","helpCenter":"Acc\xe9der au centre d\'aide","language":"Langage","manageRecording":"Manage recording","preferences":"Pr\xe9f\xe9rences","selectYourCamera":"S\xe9lectionnez votre cam\xe9ra pr\xe9f\xe9r\xe9","selectYourLanguage":"S\xe9lectionnez votre langue pr\xe9f\xe9r\xe9e","selectYourMicrophone":"S\xe9lectionnez votre microphone pr\xe9f\xe9r\xe9","startRecording":"Start recording","stopRecording":"Stop recording","title":"Param\xe8tres","tools":"Tools"},"shareLink":{"failed":"Une erreur est survenue pendant l\'envoi du lien","invalid":"Lien invalide","invoice":"{{user}} vous a envoy\xe9 une facture.","pay":"Payer","poweredBy":"Propos\xe9 par","sentToUser":"Lien envoy\xe9 \xe0 {{user}}","sentToUsers":"Lien envoy\xe9 aux participants","title":"Partager un lien","title2":"Partager un lien"},"sharedHistory":{"shared":"Partag\xe9 avec vous"},"snapshot":{"aSnapshotHasBeenShared":"Un instantan\xe9 a \xe9t\xe9 partag\xe9.","error":"Une erreur est survenue pendant l\'envoi du snapshot","save":"Sauvegarder l\'image","sentToUser":"Snapshot envoy\xe9 \xe0 {{user}}","sentToUsers":"Snapshot envoy\xe9 aux participants.","shared":"Snapshot envoy\xe9.","title":"Snapshot"},"videoMenu":{"blockedCamera":"Votre cam\xe9ra est bloqu\xe9.","cameraPermissions":"Please accept camera sharing before accessing these options.","highDef":"Haute d\xe9finition (720p)","lowDef":"Basse d\xe9finition (240p)","sendResolution":"R\xe9solution envoy\xe9e (max)","standardDef":"D\xe9finition standard (480p)","title":"Video"},"virtualBackground":{"blur":"Blur","custom":"Custom","default":"Default","noCustomBackgrounds":"No custom backgrounds yet. Please contact your admin.","none":"None","setBackground":"Mettre l\'arri\xe8re plan","title":"Arri\xe8re plan virtuel"},"youtube":{"description":"Share a YouTube video with other participants.","invalid":"URL YouTube invalide","share":"Regarder maintenant","title":"Regardons Ensemble","url":"URL YOUTUBE"}}');
113
60
 
114
61
 
115
62
  var $1856f22a9907f785$exports = {};
116
- $1856f22a9907f785$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Das Mikrofon ist blockiert.","microphonePermissions":"Bitte akzeptieren Sie die gemeinsame Nutzung des Mikrofons, bevor Sie auf diese Optionen zugreifen.","title":"Audio"},"blockedFeature":{"descriptionConnected":"Bei einem kostenlosen Tarif kannst du diese Funktion nicht nutzen. Aktualisieren Sie Ihren Tarif, um alle In-Call-Funktionen nutzen zu k\xf6nnen.","descriptionGuest":"Sie nehmen an einem Anruf teil, der mit einer kostenlosen Version von SnapCall erstellt wurde. Diese Funktion ist nur in einer Pro-Version verf\xfcgbar.","dismissConnected":"Auf Pro upgraden","dismissGuest":"Okay","titleConnected":"Auf Pro upgraden","titleGuest":"Funktion nicht verf\xfcgbar"},"common":{"new":"New"},"copyLink":{"copied":"Link in die Zwischenablage kopiert","copy":"Copy","description":"Link in die Zwischenablage kopieren","error":"Beim Versuch, in die Zwischenablage zu kopieren, ist ein Fehler aufgetreten","title":"LINK KOPIEREN"},"endView":{"addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context.","callEnded":"Der Anruf ist beendet","callIsOver":"Der Anruf ist beendet oder gel\xf6scht","callLeft":"Sie haben den Anruf verlassen","callNoLongerActive":"Dieser Anruf ist nicht mehr aktiv. Danke f\xfcr Ihre Teilnahme.","full":"Sie k\xf6nnen an diesem Anruf nicht teilnehmen","fullDescription":"Das Zimmer ist voll. Bitte versuchen Sie sp\xe4ter, dem Anruf beizutreten.","goBack":"Geh zur\xfcck zum Anruf","howWasYourExperience":"How was your experience?","ifMistakeRejoin":"Wenn dies ein Fehler war, k\xf6nnen Sie \xfcber die Schaltfl\xe4che unten erneut beitreten.","invalidLink":"Ung\xfcltiger Link","invalidOrExpired":"Dieser Link ist ung\xfcltig oder abgelaufen.","openDashboard":"Dashboard \xf6ffnen","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","tooLate":"Du bist zu sp\xe4t gekommen","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!"},"gdpr":{"recordedWarning":"Um die Qualit\xe4t unseres Service zu verbessern, wird dieser Anruf aufgezeichnet."},"greeting":{"askToJoin":"Bitten Sie um Beitritt","askingLetIn":"Ich bitte darum, eingelassen zu werden...","cameraDisabled":"Kamera ist aus","cameraEnabled":"Kamera ist an","canceledCallRequest":"Die Anrufanfrage wird storniert und Sie werden auf die Seite zur Anrufplanung weitergeleitet.","cantJoinCall":"Sie k\xf6nnen an diesem Anruf nicht teilnehmen","cantWait":"Kannst du es kaum erwarten?","cantWaitLeaveMessage":"Kannst du es kaum erwarten? Sie k\xf6nnen eine Nachricht hinterlassen und Sie werden so schnell wie m\xf6glich kontaktiert.","clickOnLock":"Klicken Sie in der Leiste Ihres Browsers auf das <1> </1> Schlosssymbol.","footerDescription":"Lernen Sie SnapCall kennen, den einfachsten Weg, um Echtzeitvideos zu einer Plattform, einem Produkt oder einer Dienstleistung hinzuzuf\xfcgen.","footerTitle":"Bereitgestellt von SnapCall","leaveMessage":"Hinterlassen Sie eine Nachricht","mainTitle":"Willkommen bei SnapCall","mediaDenied":"Zugriff auf Mikrofon und Kamera verweigert","microphoneDisabled":"Mikrofon ist aus","microphoneEnabled":"Mikrofon ist an","name":"Nome","nameDescription":"Dieser Name wird allen Teilnehmern des Anrufs angezeigt.","namePlaceholder":"z. B. Lucy oder Peter","nameSubmit":"An der Konversation teilnehmen","recordVideo":"Video aufzeichnen","recordVoice":"Stimme aufnehmen","requestACall":"Fordern Sie einen Anruf an","scheduleACall":"Einen Anruf vereinbaren","setting":"Einstellungen","sideDescription":"Bitte gib deinen Namen ein und passe deine Kamera und dein Mikrofon an","sideTitle":"Halt dich fest, du bist der N\xe4chste!","someoneDenied":"Jemand in dem Anruf hat Ihre Beitrittsanfrage abgelehnt.","takeFewMinute":"Dies kann je nach Verf\xfcgbarkeit der Teilnehmer einige Minuten dauern.","whatYouCanDo":"Folgendes k\xf6nnen Sie tun","youWillJoinWhenSomeoneLetsYou":"Sie nehmen an dem Anruf teil, wenn Sie jemand von {{ companyName }} hereinl\xe4sst."},"header":{"free":"Kostenlose Version"},"invitePeople":{"PublicLink":"\xd6ffentlicher Link","addEmailToInvite":"F\xfcgen Sie eine E-Mail zur Einladung hinzu.","addEmails":"E-Mails hinzuf\xfcgen...","copyCallLinkDescription":"Kopieren Sie diesen Link und senden Sie ihn an alle, die Sie zur Teilnahme an der Telefonkonferenz einladen m\xf6chten.","copyClipLinkDescription":"Kopieren Sie diesen Link und senden Sie ihn an alle, die Sie zur Aufnahme eines Clips einladen m\xf6chten.","email":"E-Mail","emailPlaceholder":"Z. B. john@acme.com","emailsOrNumberPlaceholder":"Z. B. john@acme.com oder +33612345678","error":"Fehler beim Senden, bitte versuchen Sie es sp\xe4ter erneut.","invalidEmail":"Ung\xfcltiges E-Mail-Format.","invalidEmailOrNumber":"Ung\xfcltiges E-Mail- oder Zahlenformat.","invitationSentTo_one":"Gesendet an {{ name }}","invitationSentTo_other":"Gesendet an {{ name }} und {{ otherEmailsCount }} +","invite":"Einladen","inviteByEmail":"Per E-Mail einladen","inviteByEmailOrNumber":"Per E-Mail oder SMS einladen","inviteCall":"Zum Telefongespr\xe4ch einladen","inviteCallDefaultMessage":"Hallo! Du bist eingeladen, an unserem Videoanruf teilzunehmen. Klicken Sie auf den Link, um sofort eine Verbindung herzustellen.","inviteClipAudioDefaultMessage":"Hallo! Bitte nehmen Sie jetzt eine Audionachricht auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipDefaultMessage":"Hallo! Bitte nehmen Sie jetzt Ihr Video auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipPhotoDefaultMessage":"Hallo! Bitte machen Sie ein Foto und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipScreenDefaultMessage":"Hallo! Bitte nehmen Sie jetzt Ihren Bildschirm auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipVideoDefaultMessage":"Hallo! Bitte nehmen Sie jetzt Ihr Video auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","invitePeople":"Leute einladen","inviteRecordAudio":"Nehmen Sie ein Audio auf","inviteRecordClip":"Laden Sie zum Aufnehmen eines Clips ein","inviteRecordPhoto":"Mache ein Foto","inviteRecordScreen":"Nehmen Sie einen Bildschirm auf","inviteRecordVideo":"Nehmen Sie ein Video auf","joinTheCall":"Nehmen Sie an der Telefonkonferenz teil","linkToJoinCall":"Link, um an der Telefonkonferenz teilzunehmen","linkToRecordAClip":"Link zum Aufnehmen eines Clips","message":"Nachricht","sharePublicLink":"\xd6ffentlichen Link teilen"},"leave":{"endCall":"Anruf f\xfcr alle beenden","leaveCall":"Anruf hinterlassen","title":"Verlassen Sie"},"loader":{"connection":"Verbindung wird hergestellt..."},"menu":{"new":"New","openNewTab":"Neuen Tab \xf6ffnen","pictureInPicture":"Bild-im-Bild","quickConnect":"Schnelle Verbindung","screenSharing":"Bildschirm\xfcbertragung","startRecord":"Anruf aufzeichnen","stopRecord":"Aufnahme beenden","title":"Men\xfc"},"misc":{"accept":"Akzeptieren","add":"Add","audio":"Audio","camera":"Kamera","cancel":"Abbrechen","confirm":"Confirm","decline":"R\xfcckgang","download":"Download","from":"vom","microphone":"Mikrofon","open":"\xd6ffnen Sie","photo":"Foto","proceed":"Proceed","remove":"entfernen","screen":"Bildschirm","screenshot":"Bildschirmfoto","someone":"Jemand","speaker":"Sprecher","user":"Nutzer","video":"Video","you":"Du"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"agentJoinError":"Beim Versuch, dem Raum als Agent beizutreten, ist ein Fehler aufgetreten","blockedMicrophonePopup":"SnapCall ben\xf6tigt Zugriff auf Ihre Kamera und Ihr Mikrofon. Klicken Sie in der Adressleiste Ihres Browsers auf das Symbol \u201EKamera blockiert\u201C.","blockedMicrophonePopupTitle":"Kamera und Mikrofon sind blockiert","cameraError":"Beim Versuch, die Kamera umzuschalten, ist ein Fehler aufgetreten","cameraRotateError":"Beim Versuch, die Kamera zu drehen, ist ein Fehler aufgetreten","close":"Schlie\xdfen","connectedTo":"Verbunden mit {{name}}","criticalError":"Ein kritischer Fehler ist aufgetreten (Fehler{{code}}).","error":"Fehler ","errorOccuredCode":"Ein Fehler ist aufgetreten (Fehler{{code}}).","invitationSentToFailed":"Gesendet an {{ name }} fehlgeschlagen.","microphoneError":"Beim Versuch, das Mikrofon umzuschalten, ist ein Fehler aufgetreten","noCamera":"Keine Kamera verf\xfcgbar","recording":"Aufnahme l\xe4uft","reload":" Erneut laden ","screensharingError":"Beim Versuch, die Bildschirm\xfcbertragung umzuschalten, ist ein Fehler aufgetreten","uploadError":"Beim Upload ist ein Fehler aufgetreten. Bitte versuchen Sie es sp\xe4ter erneut."},"quickConnect":{"scan":"Scannen Sie diesen QR-Code mit Ihrer Handykamera, um den Anruf zu \xf6ffnen.","scanTitle":"QR-Code scannen","title":"Schnelle Verbindung"},"recorder":{"addMore":"Weitere hinzuf\xfcgen","addNewClip":"Neuen Clip hinzuf\xfcgen","allowAccess":"Zugriff erlauben","allowCamMicAccess":"Zugriff auf Kamera/Mikrofon erlauben","allowScreenShareAccess":"Zugriff auf Bildschirm\xfcbertragung zulassen","attachElements_one":"Dem Ticket {{ type }} beif\xfcgen","attachElements_other":"{{ count }}Elemente anh\xe4ngen","audioInstructionsTitle":"Bereit, eine Sprachnachricht aufzunehmen?","audioLevelNotification":{"noSound":{"description":"Vergewissern Sie sich, dass Ihr Mikrofon aktiviert ist.","title":"Es wurde kein Ton erkannt."},"shortVideo":{"description":"Dieses Video ist zu kurz, um den Kontext zu verstehen.","title":"Kurzes Video."},"spokenWordsQuestion":{"description":"Enth\xe4lt Ihr Video gen\xfcgend gesprochene Details?","title":"Gesprochene Worte."},"spokenWordsWarning":{"description":"Der Clip enth\xe4lt kaum gesprochene Worte.","title":"Keine gesprochenen Worte."}},"audioLevelToast":{"continueSpeaking":"Sprechen Sie weiter, um einen klareren Kontext zu erhalten.","noSound":"Es wurde kein Ton erkannt.","rememberSpeaking":"Denken Sie daran, zu sprechen, um den Kontext zu vermitteln."},"chooseWhatYouWantToShare":"W\xe4hle aus, was du teilen m\xf6chtest","chooseWhatYouWantToShareDescription":"W\xe4hlen Sie den Bildschirm oder die Registerkarte aus, die Sie teilen m\xf6chten, und starten Sie die Aufnahme.","clipCount_one":"{{ count }}Clip","clipCount_other":"{{ count }}Clips","clipSubmissionDescription":"Vielen Dank, dass Sie SnapCall verwenden.","clipSubmissionTitle_one":"Ihr Clip wurde gesendet","clipSubmissionTitle_other":"Deine Clips wurden gesendet","confirmRemovalDescription":"Bist du sicher, dass du dieses Foto/Video l\xf6schen m\xf6chtest? Diese Aktion kann nicht r\xfcckg\xe4ngig gemacht werden.","confirmRemovalTitle":"L\xf6schen best\xe4tigen","elementBeingProcessed":"Bitte warten Sie, Ihre {{ type }} wird bearbeitet...","elementCaptureSuccess":"{{ type }}erfolgreich erfasst","elementRecordedAndAttached":"Ihr Clip wurde gesendet und an den Thread angeh\xe4ngt.","goBackToTicket":"Gehe zur\xfcck zum Ticket","instructions":{"allowAccessOnPrompt":"<bold>Erlauben Sie den Zugriff auf Kamera und Mikrofon</bold>, wenn Sie dazu aufgefordert werden.","multiplePhotos":"Nehmen Sie ein oder mehrere <bold> Fotos auf, </bold> um weitere Informationen zu erhalten, und \xfcberpr\xfcfen Sie es dann.","privacyPolicy":"Indem Sie fortfahren, stimmen Sie unseren <bold> Datenschutzbestimmungen zu</bold>.","reviewAndSendAudios":"<bold>\xdcberpr\xfcfe deine Audios </bold> und sie werden automatisch an uns gesendet.","reviewAndSendPhotos":"<bold>Best\xe4tigen Sie Ihre Fotos </bold> und sie werden automatisch an uns gesendet.","reviewAndSendVideos":"<bold>\xdcberpr\xfcfe deine Videos </bold> und sie werden automatisch an uns gesendet.","screenShareInstruction":"W\xe4hlen Sie den Bildschirm oder das Fenster aus, das Sie aufnehmen m\xf6chten.","selectScreenshare":"Tippen Sie auf Meinen Bildschirm aufnehmen und w\xe4hlen Sie den Bildschirm oder das Fenster aus, das Sie aufnehmen m\xf6chten.","speakClearly":"<bold>Sprechen Sie deutlich </bold> und sagen Sie, was Sie vermitteln m\xfcssen.","speakDuringRecord":"Sie k\xf6nnen w\xe4hrend der Aufnahme sprechen, um Details hinzuzuf\xfcgen.","stopScreenOnFinish":"Dr\xfccken Sie die Stopp-Taste, wenn Sie fertig sind. Das Video wird automatisch an uns gesendet.","tapAudioButton":"<bold>Tippen Sie auf die Aufnahmetaste</bold>, um mit der Aufnahme Ihrer Audionachricht zu beginnen.","tapStopVideoButton":"<bold>Tippe auf Stopp</bold>, wenn du fertig bist.","tapVideoButton":"<bold>Tippen Sie auf die Aufnahmetaste</bold>, um zu beginnen, und Sie k\xf6nnen gerne einen Kommentar abgeben.","videoSpeech":"Sie k\xf6nnen w\xe4hrend </bold> der Aufnahme <bold> sprechen, um zus\xe4tzliche Informationen bereitzustellen."},"limit":"Videoaufnahme begrenzt auf 5 min.","logIn":"LOG IN","loggedAs":"Eingeloggt als","mediaCount_one":"{{ count }}Medien","mediaCount_other":"{{ count }}Medien","mediaSent_one":"Ihre Medien wurden gesendet","mediaSent_other":"Ihre Medien wurden gesendet","noCameraAccess":"Kein Kamerazugriff","noCameraAccessDescription":"Kein Kamerazugriff Erlauben Sie den Kamerazugriff in Ihrem Browser.","noCameraAndMicrophoneAccess":"Kein Kamera- und Mikrofonzugang","noCameraAndMicrophoneAccessDescription":"Kein Zugriff auf Kamera und Mikrofon Erlauben Sie den Zugriff auf Mikrofon und Kamera in Ihrem Browser.","noMicrophoneAccess":"Kein Mikrofonzugang","noMicrophoneAccessDescription":"Kein Mikrofonzugriff Erlauben Sie den Mikrofonzugriff in Ihrem Browser.","okay":"Okay","openThread":"Thread \xf6ffnen","permissionDeniedDescription":"Ohne Zugriff auf Kamera und Mikrofon k\xf6nnen Sie keine Fotos oder Videos aufnehmen, um sie mit dem Support-Team zu teilen. Bitte gew\xe4hren Sie Zugriff in Ihren Browsereinstellungen.","permissionDeniedTitle":"Etwas ist schief gelaufen!","photoInstructionsTitle":"Bereit, ein Foto zu machen?","replyAttached":"Ihre Antwort wurde angeh\xe4ngt","scanQRCode":"Scannen Sie diesen QR-Code mit einem kompatiblen Ger\xe4t.","screenShareInstructionsTitle":"Bereit, deinen Bildschirm zu teilen?","screenTitle":"Bereit, deinen Bildschirm aufzunehmen?","send":"Absschicken","sendElements_one":"Senden {{ type }}","sendElements_other":"{{ count }}Elemente senden","showQrCode":"QR Code anzeigen","startScreenRecording":"Bildschirmaufnahme starten","startScreenShareButton":"Meinen Bildschirm aufnehmen","stopScreenShareButton":"Aufnahme beenden","submissionDescription":"Ihr Foto/Video wurde erfolgreich eingereicht. Wir werden es \xfcberpr\xfcfen und uns in K\xfcrze bei Ihnen melden.","submissionTitle":"Danke f\xfcr deine Einreichung!","switchToMobileDescription":"Erleben Sie mehr Komfort, indem Sie Ihr Telefon zum Aufnehmen von Fotos und Videos verwenden.","switchToMobileTitle":"Wechseln Sie zu Ihrem Mobilger\xe4t","takeNewElement":"Erfassen Sie ein neues {{ type }}","upload":"Upload","useDesktopVersion":"Verwenden Sie die Desktop-Version","videoInstructionsTitle":"Bereit, ein Video aufzunehmen?","waitVideo":"Es kann bis zu 15 Sekunden dauern, bis ein Video fertig ist."},"recordingPopup":{"dismiss":"Abweisen","recordingStartText":"Dieser Anruf wird in K\xfcrze aufgezeichnet. Wenn Sie nicht aufgezeichnet werden m\xf6chten, k\xf6nnen Sie den Anruf gerne zu diesem Zeitpunkt verlassen.","recordingStartTitle":"Die Aufnahme beginnt gleich."},"requestAccess":{"admit":"Gib zu","defaultName":"Ein Nutzer","deny":"Verweigern","wantToJoin":"<bold>{{name}}</bold>will mitmachen!"},"requestDevice":{"askForDevice":"Ask for {{device}}","declined":"Ihre Anfrage wurde abgelehnt.","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","request":"{{user}}Ich m\xf6chte, dass du deine teilst {{device}}","requestInput":"Eingabeger\xe4te anfordern","timedOut":"Ihre Anfrage ist abgelaufen.","userDeclined":"{{user}}hat Ihre Anfrage abgelehnt.","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}.","waitingForDevice":"Waiting for {{name}}\'s {{device}}"},"settings":{"devices":"Ger\xe4te","help":"Hilfe","helpCenter":"Gehe zum Hilfecenter","language":"Sprache","preferences":"Pr\xe4ferenzen","selectYourCamera":"W\xe4hlen Sie Ihre bevorzugte Kamera","selectYourLanguage":"W\xe4hlen Sie Ihre gew\xfcnschte Sprache","selectYourMicrophone":"W\xe4hlen Sie Ihr bevorzugtes Mikrofon","title":"Einstellungen"},"shareLink":{"failed":"Link konnte nicht gesendet werden","invalid":"Ung\xfcltiger Link","invoice":"{{user}}Ich habe dir eine Rechnung geschickt.","pay":"Zahlen","poweredBy":"Angetrieben von","sentToUser":"Link gesendet an {{user}}","sentToUsers":"Link an Benutzer gesendet","title":"Link teilen","title2":"Einen Link teilen"},"sharedHistory":{"shared":"Mit dir geteilt"},"snapshot":{"aSnapshotHasBeenShared":"A snapshot has been shared.","error":"Beim Versuch, den Snapshot zu senden, ist ein Fehler aufgetreten","save":"Foto speichern","sentToUser":"Snapshot gesendet an {{user}}","sentToUsers":"Snapshot wurde an Benutzer gesendet.","shared":"Schnappschuss geteilt.","title":"Schnappschuss"},"videoMenu":{"blockedCamera":"Die Kamera ist blockiert.","cameraPermissions":"Bitte akzeptieren Sie die gemeinsame Nutzung von Kameras, bevor Sie auf diese Optionen zugreifen.","highDef":"Hochaufl\xf6send (720p)","lowDef":"Niedrige Aufl\xf6sung (240p)","sendResolution":"Aufl\xf6sung senden (maximal)","standardDef":"Standardaufl\xf6sung (480p)","title":"Video"},"virtualBackground":{"setBackground":"Hintergrund festlegen","title":"Virtueller Hintergrund"},"youtube":{"invalid":"Ung\xfcltige YouTube-URL","share":"Jetzt ansehen","title":"Zusammen ansehen","url":"YOUTUBE-URL"}}');
63
+ $1856f22a9907f785$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Das Mikrofon ist blockiert.","microphonePermissions":"Bitte akzeptieren Sie die gemeinsame Nutzung des Mikrofons, bevor Sie auf diese Optionen zugreifen.","title":"Audio"},"blockedFeature":{"descriptionConnected":"Bei einem kostenlosen Tarif kannst du diese Funktion nicht nutzen. Aktualisieren Sie Ihren Tarif, um alle In-Call-Funktionen nutzen zu k\xf6nnen.","descriptionGuest":"Sie nehmen an einem Anruf teil, der mit einer kostenlosen Version von SnapCall erstellt wurde. Diese Funktion ist nur in einer Pro-Version verf\xfcgbar.","dismissConnected":"Auf Pro upgraden","dismissGuest":"Okay","titleConnected":"Auf Pro upgraden","titleGuest":"Funktion nicht verf\xfcgbar"},"common":{"new":"New"},"copyLink":{"copied":"Link in die Zwischenablage kopiert","copy":"Copy","description":"Link in die Zwischenablage kopieren","error":"Beim Versuch, in die Zwischenablage zu kopieren, ist ein Fehler aufgetreten","title":"LINK KOPIEREN"},"endView":{"addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context.","callEnded":"Der Anruf ist beendet","callIsOver":"Der Anruf ist beendet oder gel\xf6scht","callLeft":"Sie haben den Anruf verlassen","callNoLongerActive":"Dieser Anruf ist nicht mehr aktiv. Danke f\xfcr Ihre Teilnahme.","full":"Sie k\xf6nnen an diesem Anruf nicht teilnehmen","fullDescription":"Das Zimmer ist voll. Bitte versuchen Sie sp\xe4ter, dem Anruf beizutreten.","goBack":"Geh zur\xfcck zum Anruf","howWasYourExperience":"How was your experience?","ifMistakeRejoin":"Wenn dies ein Fehler war, k\xf6nnen Sie \xfcber die Schaltfl\xe4che unten erneut beitreten.","invalidLink":"Ung\xfcltiger Link","invalidOrExpired":"Dieser Link ist ung\xfcltig oder abgelaufen.","openDashboard":"Dashboard \xf6ffnen","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","tooLate":"Du bist zu sp\xe4t gekommen","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!"},"gdpr":{"recordedWarning":"Um die Qualit\xe4t unseres Service zu verbessern, wird dieser Anruf aufgezeichnet."},"greeting":{"askToJoin":"Bitten Sie um Beitritt","askingLetIn":"Ich bitte darum, eingelassen zu werden...","cameraDisabled":"Kamera ist aus","cameraEnabled":"Kamera ist an","canceledCallRequest":"Die Anrufanfrage wird storniert und Sie werden auf die Seite zur Anrufplanung weitergeleitet.","cantJoinCall":"Sie k\xf6nnen an diesem Anruf nicht teilnehmen","cantWait":"Kannst du es kaum erwarten?","cantWaitLeaveMessage":"Kannst du es kaum erwarten? Sie k\xf6nnen eine Nachricht hinterlassen und Sie werden so schnell wie m\xf6glich kontaktiert.","clickOnLock":"Klicken Sie in der Leiste Ihres Browsers auf das <1> </1> Schlosssymbol.","footerDescription":"Lernen Sie SnapCall kennen, den einfachsten Weg, um Echtzeitvideos zu einer Plattform, einem Produkt oder einer Dienstleistung hinzuzuf\xfcgen.","footerTitle":"Bereitgestellt von SnapCall","leaveMessage":"Hinterlassen Sie eine Nachricht","mainTitle":"Willkommen bei SnapCall","mediaDenied":"Zugriff auf Mikrofon und Kamera verweigert","microphoneDisabled":"Mikrofon ist aus","microphoneEnabled":"Mikrofon ist an","name":"Nome","nameDescription":"Dieser Name wird allen Teilnehmern des Anrufs angezeigt.","namePlaceholder":"z. B. Lucy oder Peter","nameSubmit":"An der Konversation teilnehmen","recordVideo":"Video aufzeichnen","recordVoice":"Stimme aufnehmen","requestACall":"Fordern Sie einen Anruf an","scheduleACall":"Einen Anruf vereinbaren","setting":"Einstellungen","sideDescription":"Bitte gib deinen Namen ein und passe deine Kamera und dein Mikrofon an","sideTitle":"Halt dich fest, du bist der N\xe4chste!","someoneDenied":"Jemand in dem Anruf hat Ihre Beitrittsanfrage abgelehnt.","takeFewMinute":"Dies kann je nach Verf\xfcgbarkeit der Teilnehmer einige Minuten dauern.","whatYouCanDo":"Folgendes k\xf6nnen Sie tun","youWillJoinWhenSomeoneLetsYou":"Sie nehmen an dem Anruf teil, wenn Sie jemand von {{ companyName }} hereinl\xe4sst."},"header":{"free":"Kostenlose Version"},"iframe":{"featureNotAvailableInContext":"This feature is not available in the current context."},"invitePeople":{"PublicLink":"\xd6ffentlicher Link","addEmailToInvite":"F\xfcgen Sie eine E-Mail zur Einladung hinzu.","addEmails":"E-Mails hinzuf\xfcgen...","copyCallLinkDescription":"Kopieren Sie diesen Link und senden Sie ihn an alle, die Sie zur Teilnahme an der Telefonkonferenz einladen m\xf6chten.","copyClipLinkDescription":"Kopieren Sie diesen Link und senden Sie ihn an alle, die Sie zur Aufnahme eines Clips einladen m\xf6chten.","email":"E-Mail","emailPlaceholder":"Z. B. john@acme.com","emailsOrNumberPlaceholder":"Z. B. john@acme.com oder +33612345678","error":"Fehler beim Senden, bitte versuchen Sie es sp\xe4ter erneut.","invalidEmail":"Ung\xfcltiges E-Mail-Format.","invalidEmailOrNumber":"Ung\xfcltiges E-Mail- oder Zahlenformat.","invitationSentTo_one":"Gesendet an {{ name }}","invitationSentTo_other":"Gesendet an {{ name }} und {{ otherEmailsCount }} +","invite":"Einladen","inviteByEmail":"Per E-Mail einladen","inviteByEmailOrNumber":"Per E-Mail oder SMS einladen","inviteCall":"Zum Telefongespr\xe4ch einladen","inviteCallDefaultMessage":"Hallo! Du bist eingeladen, an unserem Videoanruf teilzunehmen. Klicken Sie auf den Link, um sofort eine Verbindung herzustellen.","inviteClipAudioDefaultMessage":"Hallo! Bitte nehmen Sie jetzt eine Audionachricht auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipDefaultMessage":"Hallo! Bitte nehmen Sie jetzt Ihr Video auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipPhotoDefaultMessage":"Hallo! Bitte machen Sie ein Foto und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipScreenDefaultMessage":"Hallo! Bitte nehmen Sie jetzt Ihren Bildschirm auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","inviteClipVideoDefaultMessage":"Hallo! Bitte nehmen Sie jetzt Ihr Video auf und geben Sie uns mehr Kontext, um Ihnen besser helfen zu k\xf6nnen.","invitePeople":"Leute einladen","inviteRecordAudio":"Nehmen Sie ein Audio auf","inviteRecordClip":"Laden Sie zum Aufnehmen eines Clips ein","inviteRecordPhoto":"Mache ein Foto","inviteRecordScreen":"Nehmen Sie einen Bildschirm auf","inviteRecordVideo":"Nehmen Sie ein Video auf","joinTheCall":"Nehmen Sie an der Telefonkonferenz teil","linkToJoinCall":"Link, um an der Telefonkonferenz teilzunehmen","linkToRecordAClip":"Link zum Aufnehmen eines Clips","message":"Nachricht","sharePublicLink":"\xd6ffentlichen Link teilen"},"leave":{"endCall":"Anruf f\xfcr alle beenden","leaveCall":"Anruf hinterlassen","title":"Verlassen Sie"},"loader":{"connection":"Verbindung wird hergestellt..."},"menu":{"new":"New","openNewTab":"Neuen Tab \xf6ffnen","pictureInPicture":"Bild-im-Bild","quickConnect":"Schnelle Verbindung","screenSharing":"Bildschirm\xfcbertragung","startRecord":"Anruf aufzeichnen","stopRecord":"Aufnahme beenden","title":"Men\xfc"},"misc":{"accept":"Akzeptieren","add":"Add","audio":"Audio","camera":"Kamera","cancel":"Abbrechen","confirm":"Confirm","decline":"R\xfcckgang","download":"Download","from":"vom","microphone":"Mikrofon","open":"\xd6ffnen Sie","photo":"Foto","proceed":"Proceed","remove":"entfernen","screen":"Bildschirm","screenshot":"Bildschirmfoto","someone":"Jemand","speaker":"Sprecher","user":"Nutzer","video":"Video","you":"Du"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"aQuickRefreshShouldFix":"A quick refresh should get things back on track","agentJoinError":"Beim Versuch, dem Raum als Agent beizutreten, ist ein Fehler aufgetreten","allow":"Allow","blockedMicrophonePopup":"SnapCall ben\xf6tigt Zugriff auf Ihre Kamera und Ihr Mikrofon. Klicken Sie in der Adressleiste Ihres Browsers auf das Symbol \u201EKamera blockiert\u201C.","blockedMicrophonePopupTitle":"Kamera und Mikrofon sind blockiert","cameraError":"Beim Versuch, die Kamera umzuschalten, ist ein Fehler aufgetreten","cameraRotateError":"Beim Versuch, die Kamera zu drehen, ist ein Fehler aufgetreten","close":"Schlie\xdfen","connectedTo":"Verbunden mit {{name}}","criticalError":"Ein kritischer Fehler ist aufgetreten (Fehler{{code}}).","error":"Fehler ","errorOccuredCode":"Ein Fehler ist aufgetreten (Fehler{{code}}).","failedToDisableVideo":"Failed to disable video","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","invitationSentToFailed":"Gesendet an {{ name }} fehlgeschlagen.","locationIsBlocked":"Location is blocked","locationIsRequired":"Location is required","microphoneError":"Beim Versuch, das Mikrofon umzuschalten, ist ein Fehler aufgetreten","networkStability":"Network stability","noCamera":"Keine Kamera verf\xfcgbar","permissionToShareScreenDenied":"Permission to share screen denied","pleaseEnableLocation":"Please enable location services in your settings.","recording":"Aufnahme l\xe4uft","recordingStopped":"Recording stopped","reload":" Erneut laden ","screensharingError":"Beim Versuch, die Bildschirm\xfcbertragung umzuschalten, ist ein Fehler aufgetreten","somethingWentWrong":"Oops! Something went wrong","unableToSwitchCamera":"Unable to switch camera","unableToUnzoom":"Unable to unzoom","unableToZoom":"Unable to zoom","uploadError":"Beim Upload ist ein Fehler aufgetreten. Bitte versuchen Sie es sp\xe4ter erneut.","uploadFailed":"Upload failed","yourInternetConnectionIsUnstable":"Your internet connection is unstable"},"quickConnect":{"scan":"Scannen Sie diesen QR-Code mit Ihrer Handykamera, um den Anruf zu \xf6ffnen.","scanTitle":"QR-Code scannen","title":"Schnelle Verbindung"},"recorder":{"addMore":"Weitere hinzuf\xfcgen","addNewClip":"Neuen Clip hinzuf\xfcgen","allowAccess":"Zugriff erlauben","allowCamMicAccess":"Zugriff auf Kamera/Mikrofon erlauben","allowScreenShareAccess":"Zugriff auf Bildschirm\xfcbertragung zulassen","attachElements_one":"Dem Ticket {{ type }} beif\xfcgen","attachElements_other":"{{ count }}Elemente anh\xe4ngen","audioInstructionsTitle":"Bereit, eine Sprachnachricht aufzunehmen?","audioLevelNotification":{"noSound":{"description":"Vergewissern Sie sich, dass Ihr Mikrofon aktiviert ist.","title":"Es wurde kein Ton erkannt."},"shortVideo":{"description":"Dieses Video ist zu kurz, um den Kontext zu verstehen.","title":"Kurzes Video."},"spokenWordsQuestion":{"description":"Enth\xe4lt Ihr Video gen\xfcgend gesprochene Details?","title":"Gesprochene Worte."},"spokenWordsWarning":{"description":"Der Clip enth\xe4lt kaum gesprochene Worte.","title":"Keine gesprochenen Worte."}},"audioLevelToast":{"continueSpeaking":"Sprechen Sie weiter, um einen klareren Kontext zu erhalten.","noSound":"Es wurde kein Ton erkannt.","rememberSpeaking":"Denken Sie daran, zu sprechen, um den Kontext zu vermitteln."},"chooseWhatYouWantToShare":"W\xe4hle aus, was du teilen m\xf6chtest","chooseWhatYouWantToShareDescription":"W\xe4hlen Sie den Bildschirm oder die Registerkarte aus, die Sie teilen m\xf6chten, und starten Sie die Aufnahme.","clipCount_one":"{{ count }}Clip","clipCount_other":"{{ count }}Clips","clipSubmissionDescription":"Vielen Dank, dass Sie SnapCall verwenden.","clipSubmissionTitle_one":"Ihr Clip wurde gesendet","clipSubmissionTitle_other":"Deine Clips wurden gesendet","confirmRemovalDescription":"Bist du sicher, dass du dieses Foto/Video l\xf6schen m\xf6chtest? Diese Aktion kann nicht r\xfcckg\xe4ngig gemacht werden.","confirmRemovalTitle":"L\xf6schen best\xe4tigen","elementBeingProcessed":"Bitte warten Sie, Ihre {{ type }} wird bearbeitet...","elementCaptureSuccess":"{{ type }}erfolgreich erfasst","elementRecordedAndAttached":"Ihr Clip wurde gesendet und an den Thread angeh\xe4ngt.","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","goBackToTicket":"Gehe zur\xfcck zum Ticket","instructions":{"allowAccessOnPrompt":"<bold>Erlauben Sie den Zugriff auf Kamera und Mikrofon</bold>, wenn Sie dazu aufgefordert werden.","multiplePhotos":"Nehmen Sie ein oder mehrere <bold> Fotos auf, </bold> um weitere Informationen zu erhalten, und \xfcberpr\xfcfen Sie es dann.","privacyPolicy":"Indem Sie fortfahren, stimmen Sie unseren <bold> Datenschutzbestimmungen zu</bold>.","reviewAndSendAudios":"<bold>\xdcberpr\xfcfe deine Audios </bold> und sie werden automatisch an uns gesendet.","reviewAndSendPhotos":"<bold>Best\xe4tigen Sie Ihre Fotos </bold> und sie werden automatisch an uns gesendet.","reviewAndSendVideos":"<bold>\xdcberpr\xfcfe deine Videos </bold> und sie werden automatisch an uns gesendet.","screenShareInstruction":"W\xe4hlen Sie den Bildschirm oder das Fenster aus, das Sie aufnehmen m\xf6chten.","selectScreenshare":"Tippen Sie auf Meinen Bildschirm aufnehmen und w\xe4hlen Sie den Bildschirm oder das Fenster aus, das Sie aufnehmen m\xf6chten.","speakClearly":"<bold>Sprechen Sie deutlich </bold> und sagen Sie, was Sie vermitteln m\xfcssen.","speakDuringRecord":"Sie k\xf6nnen w\xe4hrend der Aufnahme sprechen, um Details hinzuzuf\xfcgen.","stopScreenOnFinish":"Dr\xfccken Sie die Stopp-Taste, wenn Sie fertig sind. Das Video wird automatisch an uns gesendet.","tapAudioButton":"<bold>Tippen Sie auf die Aufnahmetaste</bold>, um mit der Aufnahme Ihrer Audionachricht zu beginnen.","tapStopVideoButton":"<bold>Tippe auf Stopp</bold>, wenn du fertig bist.","tapVideoButton":"<bold>Tippen Sie auf die Aufnahmetaste</bold>, um zu beginnen, und Sie k\xf6nnen gerne einen Kommentar abgeben.","videoSpeech":"Sie k\xf6nnen w\xe4hrend </bold> der Aufnahme <bold> sprechen, um zus\xe4tzliche Informationen bereitzustellen."},"limit":"Videoaufnahme begrenzt auf 5 min.","logIn":"LOG IN","loggedAs":"Eingeloggt als","mediaCount_one":"{{ count }}Medien","mediaCount_other":"{{ count }}Medien","mediaSent_one":"Ihre Medien wurden gesendet","mediaSent_other":"Ihre Medien wurden gesendet","mySuggestion":"My suggestion","noCameraAccess":"Kein Kamerazugriff","noCameraAccessDescription":"Kein Kamerazugriff Erlauben Sie den Kamerazugriff in Ihrem Browser.","noCameraAndMicrophoneAccess":"Kein Kamera- und Mikrofonzugang","noCameraAndMicrophoneAccessDescription":"Kein Zugriff auf Kamera und Mikrofon Erlauben Sie den Zugriff auf Mikrofon und Kamera in Ihrem Browser.","noMicrophoneAccess":"Kein Mikrofonzugang","noMicrophoneAccessDescription":"Kein Mikrofonzugriff Erlauben Sie den Mikrofonzugriff in Ihrem Browser.","okay":"Okay","openThread":"Thread \xf6ffnen","permissionDeniedDescription":"Ohne Zugriff auf Kamera und Mikrofon k\xf6nnen Sie keine Fotos oder Videos aufnehmen, um sie mit dem Support-Team zu teilen. Bitte gew\xe4hren Sie Zugriff in Ihren Browsereinstellungen.","permissionDeniedTitle":"Etwas ist schief gelaufen!","photoInstructionsTitle":"Bereit, ein Foto zu machen?","recordNewMedia":"Record new media","replyAttached":"Ihre Antwort wurde angeh\xe4ngt","scanQRCode":"Scannen Sie diesen QR-Code mit einem kompatiblen Ger\xe4t.","screenShareInstructionsTitle":"Bereit, deinen Bildschirm zu teilen?","screenTitle":"Bereit, deinen Bildschirm aufzunehmen?","send":"Absschicken","sendElements_one":"Senden {{ type }}","sendElements_other":"{{ count }}Elemente senden","showQrCode":"QR Code anzeigen","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","startScreenRecording":"Bildschirmaufnahme starten","startScreenShareButton":"Meinen Bildschirm aufnehmen","stopScreenShareButton":"Aufnahme beenden","submissionDescription":"Ihr Foto/Video wurde erfolgreich eingereicht. Wir werden es \xfcberpr\xfcfen und uns in K\xfcrze bei Ihnen melden.","submissionTitle":"Danke f\xfcr deine Einreichung!","switchToMobileDescription":"Erleben Sie mehr Komfort, indem Sie Ihr Telefon zum Aufnehmen von Fotos und Videos verwenden.","switchToMobileTitle":"Wechseln Sie zu Ihrem Mobilger\xe4t","takeNewElement":"Erfassen Sie ein neues {{ type }}","thanksForYourMedia":"Thanks for your media!","upload":"Upload","useDesktopVersion":"Verwenden Sie die Desktop-Version","videoBotError":"Sorry, an error has occured.","videoBotThinking":"Thinking...","videoInstructionsTitle":"Bereit, ein Video aufzunehmen?","waitVideo":"Es kann bis zu 15 Sekunden dauern, bis ein Video fertig ist.","yourMedia":"Your media"},"recordingPopup":{"dismiss":"Abweisen","recordingStartText":"Dieser Anruf wird in K\xfcrze aufgezeichnet. Wenn Sie nicht aufgezeichnet werden m\xf6chten, k\xf6nnen Sie den Anruf gerne zu diesem Zeitpunkt verlassen.","recordingStartTitle":"Die Aufnahme beginnt gleich."},"requestAccess":{"admit":"Gib zu","defaultName":"Ein Nutzer","deny":"Verweigern","wantToJoin":"<bold>{{name}}</bold>will mitmachen!"},"requestDevice":{"askForDevice":"Ask for {{device}}","declined":"Ihre Anfrage wurde abgelehnt.","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","request":"{{user}}Ich m\xf6chte, dass du deine teilst {{device}}","requestInput":"Eingabeger\xe4te anfordern","timedOut":"Ihre Anfrage ist abgelaufen.","userDeclined":"{{user}}hat Ihre Anfrage abgelehnt.","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}.","waitingForDevice":"Waiting for {{name}}\'s {{device}}"},"settings":{"callSettings":"Call settings","devices":"Ger\xe4te","enableVideo":"Enable video","help":"Hilfe","helpCenter":"Gehe zum Hilfecenter","language":"Sprache","manageRecording":"Manage recording","preferences":"Pr\xe4ferenzen","selectYourCamera":"W\xe4hlen Sie Ihre bevorzugte Kamera","selectYourLanguage":"W\xe4hlen Sie Ihre gew\xfcnschte Sprache","selectYourMicrophone":"W\xe4hlen Sie Ihr bevorzugtes Mikrofon","startRecording":"Start recording","stopRecording":"Stop recording","title":"Einstellungen","tools":"Tools"},"shareLink":{"failed":"Link konnte nicht gesendet werden","invalid":"Ung\xfcltiger Link","invoice":"{{user}}Ich habe dir eine Rechnung geschickt.","pay":"Zahlen","poweredBy":"Angetrieben von","sentToUser":"Link gesendet an {{user}}","sentToUsers":"Link an Benutzer gesendet","title":"Link teilen","title2":"Einen Link teilen"},"sharedHistory":{"shared":"Mit dir geteilt"},"snapshot":{"aSnapshotHasBeenShared":"A snapshot has been shared.","error":"Beim Versuch, den Snapshot zu senden, ist ein Fehler aufgetreten","save":"Foto speichern","sentToUser":"Snapshot gesendet an {{user}}","sentToUsers":"Snapshot wurde an Benutzer gesendet.","shared":"Schnappschuss geteilt.","title":"Schnappschuss"},"videoMenu":{"blockedCamera":"Die Kamera ist blockiert.","cameraPermissions":"Bitte akzeptieren Sie die gemeinsame Nutzung von Kameras, bevor Sie auf diese Optionen zugreifen.","highDef":"Hochaufl\xf6send (720p)","lowDef":"Niedrige Aufl\xf6sung (240p)","sendResolution":"Aufl\xf6sung senden (maximal)","standardDef":"Standardaufl\xf6sung (480p)","title":"Video"},"virtualBackground":{"blur":"Blur","custom":"Custom","default":"Default","noCustomBackgrounds":"No custom backgrounds yet. Please contact your admin.","none":"None","setBackground":"Hintergrund festlegen","title":"Virtueller Hintergrund"},"youtube":{"description":"Share a YouTube video with other participants.","invalid":"Ung\xfcltige YouTube-URL","share":"Jetzt ansehen","title":"Zusammen ansehen","url":"YOUTUBE-URL"}}');
117
64
 
118
65
 
119
66
  var $8af7f345a966aef3$exports = {};
120
- $8af7f345a966aef3$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Il tuo microfono \xe8 bloccato.","microphonePermissions":"Si prega di accettare la condivisione del microfono prima di accedere a queste opzioni.","title":"Audio"},"blockedFeature":{"descriptionConnected":"Su un piano gratuito, non puoi utilizzare questa funzione. Aggiorna il tuo piano per usufruire di tutte le funzionalit\xe0 in chiamata.","descriptionGuest":"Stai partecipando a una chiamata creata con una versione gratuita di SnapCall. Questa funzione \xe8 disponibile solo con una versione Pro.","dismissConnected":"L\'aggiornamento a Pro","dismissGuest":"Okay","titleConnected":"L\'aggiornamento a Pro","titleGuest":"Funzione non disponibile"},"common":{"new":"new"},"copyLink":{"copied":"Link copiato negli Appunti","copy":"Copia","description":"Copia il link negli appunti","error":"Si \xe8 verificato un errore durante la copia negli Appunti","title":"Copia il link"},"endView":{"addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context.","callEnded":"Questa chiamata \xe8 finita","callIsOver":"Questa chiamata \xe8 finita o \xe8 stata eliminata","callLeft":"Hai lasciato la chiamata","callNoLongerActive":"This call is no longer active. Thank you for participating.","full":"Impossibile partecipare alla chiamata","fullDescription":"Limite d\'uso attenente.","goBack":"Torna alla chiamata","howWasYourExperience":"How was your experience?","ifMistakeRejoin":"If this was a mistake, you can rejoin using the button below.","invalidLink":"Invalid link","invalidOrExpired":"This link is invalid or expired.","openDashboard":"Open dashboard","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","tooLate":"Sei arrivato troppo tardi","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!"},"gdpr":{"recordedWarning":"Per migliorare la qualit\xe0 del nostro servizio, questa chiamata verr\xe0 registrata."},"greeting":{"askToJoin":"Chiedi di partecipare","askingLetIn":"Chiedo di essere fatto entrare...","cameraDisabled":"Fotocamera \xe8 spenta","cameraEnabled":"Fotocamera \xe8 accesa","canceledCallRequest":"La richiesta di chiamata verr\xe0 annullata e verrai reindirizzato alla pagina di pianificazione delle chiamate","cantJoinCall":"Non puoi partecipare a questa chiamata","cantWait":"Non vedo l\'ora?","cantWaitLeaveMessage":"Non vedi l\'ora? Puoi lasciare un messaggio e sarai contattato il prima possibile.","clickOnLock":"Fai clic sull\'icona del lucchetto <1></1> nella barra del browser.","footerDescription":"Incontrare SnapCall, il modo pi\xf9 semplice per aggiungere video in tempo reale a piattaforma, prodotto o servizio.","footerTitle":"Offerto da SnapCall","leaveMessage":"Lascia un messaggio","mainTitle":"Benvenuto a SnapCall","mediaDenied":"Accesso al microfono e alla fotocamera negato","microphoneDisabled":"Microfono \xe8 spento","microphoneEnabled":"Microfono \xe8 acceso","name":"Nome","nameDescription":"Questo nome verr\xe0 visualizzato a tutti i partecipanti alla chiamata.","namePlaceholder":"Per esempio. Lucia o Pietro","nameSubmit":"Partecipa alla conversazione","recordVideo":"Registra video","recordVoice":"Registra voce","requestACall":"Richiedi una chiamata","scheduleACall":"Pianifica una chiamata","setting":"Impostazioni","sideDescription":"Inserisci il tuo nome e regola la fotocamera e il microfono","sideTitle":"Tieni duro, il prossimo sei tu!","someoneDenied":"Qualcuno nella chiamata ha rifiutato la tua richiesta di partecipazione.","takeFewMinute":"L\'operazione potrebbe richiedere alcuni minuti a seconda della disponibilit\xe0 dei partecipanti.","whatYouCanDo":"Ecco cosa puoi fare","youWillJoinWhenSomeoneLetsYou":"Parteciperai alla chiamata quando qualcuno di {{ companyName }} ti far\xe0 entrare."},"header":{"free":"Versione gratuita"},"invitePeople":{"PublicLink":"Public link","addEmailToInvite":"Aggiungi un\'e-mail per invitare.","addEmails":"Aggiungi email...","copyCallLinkDescription":"Copia questo link e invialo a chiunque desideri invitare a partecipare alla chiamata.","copyClipLinkDescription":"Copia questo collegamento e invialo a chiunque desideri invitare a registrare una clip.","email":"Email","emailPlaceholder":"Es. john@acme.com","emailsOrNumberPlaceholder":"Eg. john@acme.com or +33612345678","error":"Impossibile inviare, riprova pi\xf9 tardi.","invalidEmail":"Formato email non valido.","invalidEmailOrNumber":"Invalid email or number format.","invitationSentTo_one":"Inviato a {{ name }}","invitationSentTo_other":"Inviato a {{ name }} e {{ otherEmailsCount }}+","invite":"Invita","inviteByEmail":"Invita via email","inviteByEmailOrNumber":"Invite by email or sms","inviteCall":"Invita a partecipare alla chiamata","inviteCallDefaultMessage":"Sei invitato a partecipare alla nostra videochiamata. Fare clic sul collegamento per connettersi immediatamente.","inviteClipAudioDefaultMessage":"Hey! Please record an audio message now and provide us with more context to assist you better.","inviteClipDefaultMessage":"Registra subito il tuo videoclip e forniscici pi\xf9 contesto per assisterti meglio.","inviteClipPhotoDefaultMessage":"Hey! Please take a photo and provide us with more context to assist you better.","inviteClipScreenDefaultMessage":"Hey! Please record your screen now and provide us with more context to assist you better.","inviteClipVideoDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","invitePeople":"Invite people","inviteRecordAudio":"Record an audio","inviteRecordClip":"Invita a registrare la clip","inviteRecordPhoto":"Take a photo","inviteRecordScreen":"Record a screen","inviteRecordVideo":"Record a video","joinTheCall":"Join the call","linkToJoinCall":"Link per partecipare alla chiamata","linkToRecordAClip":"Collegamento per registrare una clip","message":"Messaggio","sharePublicLink":"Condividi link"},"leave":{"endCall":"Termina la chiamata per tutti","leaveCall":"Lascia la chiamata","title":"Lasciare"},"loader":{"connection":"Connessione..."},"menu":{"new":"NUOVO","openNewTab":"Apri una nuova scheda","pictureInPicture":"Immagine nell\'immagine","quickConnect":"Connessione Rapida","screenSharing":"Condivisione dello schermo","startRecord":"Registra chiamata","stopRecord":"Interrompere la registrazione","title":"Men\xf9"},"misc":{"accept":"Accettare","add":"Add","audio":"Audio","camera":"Telecamera","cancel":"Annulla","confirm":"Confermare","decline":"Declinare","download":"Download","from":"Da","microphone":"Microfono","open":"Aprire","photo":"Foto","proceed":"Procedere","remove":"Rimuovere","screen":"Schermo","screenshot":"Schermata","someone":"Qualcuno","speaker":"Altoparlante","user":"Utente","video":"Video","you":"Voi"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"agentJoinError":"Si \xe8 verificato un errore cercando di entrare nella conversazione come agente","blockedMicrophonePopup":"SnapCall ha bisogno di accedere alla fotocamera e al microfono. Fare clic sull\'icona della fotocamera bloccata nella barra degli indirizzi del browser.","blockedMicrophonePopupTitle":"La tua fotocamera e il tuo microfono sono bloccati","cameraError":"Si \xe8 verificato un errore durante l\'attivazione della fotocamera","cameraRotateError":"Si \xe8 verificato un errore durante la rotazione della fotocamera","close":"Chiudere","connectedTo":"Connesso a {{name}}","criticalError":"Si \xe8 verificato un errore critico (errore {{code}}).","error":"Error","errorOccuredCode":"An error occured (error {{code}}).","invitationSentToFailed":"Sent to {{ name }} failed.","microphoneError":"Si \xe8 verificato un errore durante l\'attivazione del microfono","noCamera":"Nessuna fotocamera disponibile","recording":"Registrazione in corso","reload":"Ricaricare","screensharingError":"Si \xe8 verificato un errore durante l\'attivazione della condivisione dello schermo","uploadError":"An error occured during the upload, please try again later."},"quickConnect":{"scan":"Scansiona questo codice QR con il telefono per aprire la chiamata.","scanTitle":"Scansiona il codice QR","title":"Connessione Rapida"},"recorder":{"addMore":"Aggiungere altro","addNewClip":"Aggiungi una nuova clip","allowAccess":"Consenti accesso","allowCamMicAccess":"Consenti l\'accesso a cam/mic","allowScreenShareAccess":"Consenti accesso alla condivisione dello schermo","attachElements_one":"Allega {{ type }} al biglietto","attachElements_other":"Allega {{ count }} elementi","audioInstructionsTitle":"Pronti per registrare un messaggio vocale?","audioLevelNotification":{"noSound":{"description":"Assicurati che il microfono sia attivato.","title":"Nessun suono rilevato."},"shortVideo":{"description":"Questo video \xe8 troppo breve per avere un contesto.","title":"Breve video."},"spokenWordsQuestion":{"description":"Il tuo video include abbastanza dettagli parlati?","title":"Parole pronunciate."},"spokenWordsWarning":{"description":"La clip include a malapena parole pronunciate.","title":"Nessuna parola detta."}},"audioLevelToast":{"continueSpeaking":"Continua a parlare per un contesto pi\xf9 chiaro.","noSound":"Nessun suono rilevato.","rememberSpeaking":"Ricordati di parlare per fornire il contesto."},"chooseWhatYouWantToShare":"Choose what you want to share","chooseWhatYouWantToShareDescription":"Select the screen or tab you want to share and start recording.","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","clipSubmissionDescription":"Grazie per aver utilizzato SnapCall.","clipSubmissionTitle_one":"La tua clip \xe8 stata inviata","clipSubmissionTitle_other":"I tuoi clip sono stati inviati","confirmRemovalDescription":"Sei sicuro di voler rimuovere questa foto/video? Questa azione non pu\xf2 essere annullata.","confirmRemovalTitle":"Conferma rimozione","elementBeingProcessed":"Attendi un momento mentre il tuo {{ type }} viene elaborato...","elementCaptureSuccess":"{{ type }} catturato con successo","elementRecordedAndAttached":"La tua clip \xe8 stata inviata e allegata al thread.","goBackToTicket":"Torna al biglietto","instructions":{"allowAccessOnPrompt":"<bold>Consenti l\'accesso</bold> alla fotocamera e al microfono.","multiplePhotos":"Scatta <bold>una foto o pi\xf9</bold> di una per i dettagli.","privacyPolicy":"Procedendo, accetti la nostra <bold>Politica sulla Privacy.</bold>","reviewAndSendAudios":"<bold>Rivedi i tuoi audio</bold> e verranno inviati automaticamente a noi.","reviewAndSendPhotos":"<bold>Convalida le tue foto</bold> e verranno inviate automaticamente a noi.","reviewAndSendVideos":"<bold>Convalida i tuoi video</bold> e verranno inviati automaticamente a noi.","screenShareInstruction":"Seleziona lo schermo o la finestra che desideri registrare.","selectScreenshare":"Tap Record my screen and select the screen or window you want to record.","speakClearly":"<bold>Parla chiaramente</bold> e d\xec ci\xf2 che devi comunicare.","speakDuringRecord":"You can speak while recording to add details.","stopScreenOnFinish":"Press the Stop button when finished. The video will be sent to us automatically.","tapAudioButton":"<bold>Premi il pulsante di registrazione</bold> per iniziare a registrare il tuo messaggio vocale.","tapStopVideoButton":"<bold>Premi Stop</bold> quando hai finito.","tapVideoButton":"<bold>Premi Registra</bold>. Ricordati di commentare.","videoSpeech":"Puoi <bold>parlare durante</bold> la registrazione per aggiungere dettagli."},"limit":"Registrazione video limitata a 5 min.","logIn":"Login","loggedAs":"Registrato come","mediaCount_one":"{{ count }} media","mediaCount_other":"{{ count }} media","mediaSent_one":"Your media has been sent","mediaSent_other":"Your media has been sent","noCameraAccess":"No camera access","noCameraAccessDescription":"No camera access Allow camera access in your browser.","noCameraAndMicrophoneAccess":"No camera & microphone access","noCameraAndMicrophoneAccessDescription":"No camera & microphone access Allow microphone and camera access in your browser.","noMicrophoneAccess":"No microphone access","noMicrophoneAccessDescription":"No microphone access Allow microphone access in your browser.","okay":"Okay","openThread":"Apri il thread","permissionDeniedDescription":"Senza l\'accesso alla fotocamera e al microfono, non \xe8 possibile scattare foto o registrare video da condividere con il team di supporto. Si prega di concedere l\'accesso nelle impostazioni del browser.","permissionDeniedTitle":"Qualcosa \xe8 andato storto!","photoInstructionsTitle":"Pronto a scattare una foto?","replyAttached":"La tua risposta \xe8 stata allegata","scanQRCode":"Scansiona questo codice QR con un dispositivo compatibile.","screenShareInstructionsTitle":"Pronto a condividere il tuo schermo?","screenTitle":"Pronto a catturare il tuo schermo?","send":"Invia","sendElements_one":"Invia {{ type }}","sendElements_other":"Invia {{ count }} elementi","showQrCode":"Show QR code","startScreenRecording":"Start screen recording","startScreenShareButton":"Registra il mio schermo","stopScreenShareButton":"Ferma registrazione","submissionDescription":"La tua foto/video \xe8 stata inviata con successo. La esamineremo e ti risponderemo al pi\xf9 presto.","submissionTitle":"Grazie per il tuo invio!","switchToMobileDescription":"Goditi un\'esperienza ancora pi\xf9 pratica utilizzando il tuo telefono per scattare foto e registrare video.","switchToMobileTitle":"Passa al tuo dispositivo mobile","takeNewElement":"Cattura un nuovo {{ type }}","upload":"Upload","useDesktopVersion":"Usa la versione desktop","videoInstructionsTitle":"Pronto a registrare un video?","waitVideo":"Potrebbero essere necessari fino a 15 secondi affinch\xe9 un video sia pronto."},"recordingPopup":{"dismiss":"Chiudi","recordingStartText":"Questa chiamata verr\xe0 registrata a breve. Se preferisci non essere registrato, sei libero di lasciare la chiamata in questo momento.","recordingStartTitle":"Registrazione in procinto di iniziare."},"requestAccess":{"admit":"Ammettere","defaultName":"Un utente","deny":"Negare","wantToJoin":"<bold>{{name}}</bold> vuole unirsi!"},"requestDevice":{"askForDevice":"Ask for {{device}}","declined":"La tua richiesta \xe8 stata rifiutata.","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","request":"{{user}} vorrebbe condividere il tuo {{device}}","requestInput":"Richiesta di attivazione","timedOut":"La tua richiesta non ha ricevuto risposta","userDeclined":"{{user}} ha rifiutato la tua richiesta","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}.","waitingForDevice":"Waiting for {{name}}\'s {{device}}"},"settings":{"devices":"Dispositivi","help":"Aiuto","helpCenter":"Accedi all\'Assistenza","language":"Linguaggio","preferences":"Preferenze","selectYourCamera":"Select your preferred camera","selectYourLanguage":"Select your preferred language","selectYourMicrophone":"Select your preferred microphone","title":"Impostazioni"},"shareLink":{"failed":"Si \xe8 verificato un errore durante l\'invio del link","invalid":"Collegamento non valido","invoice":"{{user}} ti ha inviato una fattura.","pay":"Paga","poweredBy":"Proposto da","sentToUser":"Link inviato a {{user}}","sentToUsers":"Link inviato ai partecipanti","title":"Condividi un link","title2":"Condividi un link"},"sharedHistory":{"shared":"Condiviso con te"},"snapshot":{"aSnapshotHasBeenShared":"A snapshot has been shared.","error":"Si \xe8 verificato un errore durante l\'invio della schermata","save":"Salva l\'immagine","sentToUser":"Schermata inviata a {{user}}","sentToUsers":"Schermanta inviata ai partecipanti","shared":"Schermata inviata","title":"Schermata"},"videoMenu":{"blockedCamera":"La fotocamera \xe8 bloccata.","cameraPermissions":"Si prega di accettare la condivisione della fotocamera prima di accedere a queste opzioni.","highDef":"Alta definizione (720p)","lowDef":"Definizione bassa (240p)","sendResolution":"Risoluzione inviata (max)","standardDef":"Definizione standard (480p)","title":"Video"},"virtualBackground":{"setBackground":"Imposta sfondo","title":"Sfondo virtuale"},"youtube":{"invalid":"URL YouTube non valido","share":"Guarda ora","title":"Vedere Assieme","url":"URL YOUTUBE"}}');
67
+ $8af7f345a966aef3$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"Il tuo microfono \xe8 bloccato.","microphonePermissions":"Si prega di accettare la condivisione del microfono prima di accedere a queste opzioni.","title":"Audio"},"blockedFeature":{"descriptionConnected":"Su un piano gratuito, non puoi utilizzare questa funzione. Aggiorna il tuo piano per usufruire di tutte le funzionalit\xe0 in chiamata.","descriptionGuest":"Stai partecipando a una chiamata creata con una versione gratuita di SnapCall. Questa funzione \xe8 disponibile solo con una versione Pro.","dismissConnected":"L\'aggiornamento a Pro","dismissGuest":"Okay","titleConnected":"L\'aggiornamento a Pro","titleGuest":"Funzione non disponibile"},"common":{"new":"new"},"copyLink":{"copied":"Link copiato negli Appunti","copy":"Copia","description":"Copia il link negli appunti","error":"Si \xe8 verificato un errore durante la copia negli Appunti","title":"Copia il link"},"endView":{"addAdditionalMedia":"Add additional media","allowsYouToShareMoreMedia":"This option allows you to share one or more media to add more context.","callEnded":"Questa chiamata \xe8 finita","callIsOver":"Questa chiamata \xe8 finita o \xe8 stata eliminata","callLeft":"Hai lasciato la chiamata","callNoLongerActive":"This call is no longer active. Thank you for participating.","full":"Impossibile partecipare alla chiamata","fullDescription":"Limite d\'uso attenente.","goBack":"Torna alla chiamata","howWasYourExperience":"How was your experience?","ifMistakeRejoin":"If this was a mistake, you can rejoin using the button below.","invalidLink":"Invalid link","invalidOrExpired":"This link is invalid or expired.","openDashboard":"Open dashboard","pleaseRateYourExperienceBelow":"Please rate your experience below","thankYouForYourFeedback":"Thank you for your feedback.","tooLate":"Sei arrivato troppo tardi","yourFeedbackHelpsUs":"Your feedback helps us improve. See you soon!"},"gdpr":{"recordedWarning":"Per migliorare la qualit\xe0 del nostro servizio, questa chiamata verr\xe0 registrata."},"greeting":{"askToJoin":"Chiedi di partecipare","askingLetIn":"Chiedo di essere fatto entrare...","cameraDisabled":"Fotocamera \xe8 spenta","cameraEnabled":"Fotocamera \xe8 accesa","canceledCallRequest":"La richiesta di chiamata verr\xe0 annullata e verrai reindirizzato alla pagina di pianificazione delle chiamate","cantJoinCall":"Non puoi partecipare a questa chiamata","cantWait":"Non vedo l\'ora?","cantWaitLeaveMessage":"Non vedi l\'ora? Puoi lasciare un messaggio e sarai contattato il prima possibile.","clickOnLock":"Fai clic sull\'icona del lucchetto <1></1> nella barra del browser.","footerDescription":"Incontrare SnapCall, il modo pi\xf9 semplice per aggiungere video in tempo reale a piattaforma, prodotto o servizio.","footerTitle":"Offerto da SnapCall","leaveMessage":"Lascia un messaggio","mainTitle":"Benvenuto a SnapCall","mediaDenied":"Accesso al microfono e alla fotocamera negato","microphoneDisabled":"Microfono \xe8 spento","microphoneEnabled":"Microfono \xe8 acceso","name":"Nome","nameDescription":"Questo nome verr\xe0 visualizzato a tutti i partecipanti alla chiamata.","namePlaceholder":"Per esempio. Lucia o Pietro","nameSubmit":"Partecipa alla conversazione","recordVideo":"Registra video","recordVoice":"Registra voce","requestACall":"Richiedi una chiamata","scheduleACall":"Pianifica una chiamata","setting":"Impostazioni","sideDescription":"Inserisci il tuo nome e regola la fotocamera e il microfono","sideTitle":"Tieni duro, il prossimo sei tu!","someoneDenied":"Qualcuno nella chiamata ha rifiutato la tua richiesta di partecipazione.","takeFewMinute":"L\'operazione potrebbe richiedere alcuni minuti a seconda della disponibilit\xe0 dei partecipanti.","whatYouCanDo":"Ecco cosa puoi fare","youWillJoinWhenSomeoneLetsYou":"Parteciperai alla chiamata quando qualcuno di {{ companyName }} ti far\xe0 entrare."},"header":{"free":"Versione gratuita"},"iframe":{"featureNotAvailableInContext":"This feature is not available in the current context."},"invitePeople":{"PublicLink":"Public link","addEmailToInvite":"Aggiungi un\'e-mail per invitare.","addEmails":"Aggiungi email...","copyCallLinkDescription":"Copia questo link e invialo a chiunque desideri invitare a partecipare alla chiamata.","copyClipLinkDescription":"Copia questo collegamento e invialo a chiunque desideri invitare a registrare una clip.","email":"Email","emailPlaceholder":"Es. john@acme.com","emailsOrNumberPlaceholder":"Eg. john@acme.com or +33612345678","error":"Impossibile inviare, riprova pi\xf9 tardi.","invalidEmail":"Formato email non valido.","invalidEmailOrNumber":"Invalid email or number format.","invitationSentTo_one":"Inviato a {{ name }}","invitationSentTo_other":"Inviato a {{ name }} e {{ otherEmailsCount }}+","invite":"Invita","inviteByEmail":"Invita via email","inviteByEmailOrNumber":"Invite by email or sms","inviteCall":"Invita a partecipare alla chiamata","inviteCallDefaultMessage":"Sei invitato a partecipare alla nostra videochiamata. Fare clic sul collegamento per connettersi immediatamente.","inviteClipAudioDefaultMessage":"Hey! Please record an audio message now and provide us with more context to assist you better.","inviteClipDefaultMessage":"Registra subito il tuo videoclip e forniscici pi\xf9 contesto per assisterti meglio.","inviteClipPhotoDefaultMessage":"Hey! Please take a photo and provide us with more context to assist you better.","inviteClipScreenDefaultMessage":"Hey! Please record your screen now and provide us with more context to assist you better.","inviteClipVideoDefaultMessage":"Hey! Please record your video now and provide us with more context to assist you better.","invitePeople":"Invite people","inviteRecordAudio":"Record an audio","inviteRecordClip":"Invita a registrare la clip","inviteRecordPhoto":"Take a photo","inviteRecordScreen":"Record a screen","inviteRecordVideo":"Record a video","joinTheCall":"Join the call","linkToJoinCall":"Link per partecipare alla chiamata","linkToRecordAClip":"Collegamento per registrare una clip","message":"Messaggio","sharePublicLink":"Condividi link"},"leave":{"endCall":"Termina la chiamata per tutti","leaveCall":"Lascia la chiamata","title":"Lasciare"},"loader":{"connection":"Connessione..."},"menu":{"new":"NUOVO","openNewTab":"Apri una nuova scheda","pictureInPicture":"Immagine nell\'immagine","quickConnect":"Connessione Rapida","screenSharing":"Condivisione dello schermo","startRecord":"Registra chiamata","stopRecord":"Interrompere la registrazione","title":"Men\xf9"},"misc":{"accept":"Accettare","add":"Add","audio":"Audio","camera":"Telecamera","cancel":"Annulla","confirm":"Confermare","decline":"Declinare","download":"Download","from":"Da","microphone":"Microfono","open":"Aprire","photo":"Foto","proceed":"Procedere","remove":"Rimuovere","screen":"Schermo","screenshot":"Schermata","someone":"Qualcuno","speaker":"Altoparlante","user":"Utente","video":"Video","you":"Voi"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"aQuickRefreshShouldFix":"A quick refresh should get things back on track","agentJoinError":"Si \xe8 verificato un errore cercando di entrare nella conversazione come agente","allow":"Allow","blockedMicrophonePopup":"SnapCall ha bisogno di accedere alla fotocamera e al microfono. Fare clic sull\'icona della fotocamera bloccata nella barra degli indirizzi del browser.","blockedMicrophonePopupTitle":"La tua fotocamera e il tuo microfono sono bloccati","cameraError":"Si \xe8 verificato un errore durante l\'attivazione della fotocamera","cameraRotateError":"Si \xe8 verificato un errore durante la rotazione della fotocamera","close":"Chiudere","connectedTo":"Connesso a {{name}}","criticalError":"Si \xe8 verificato un errore critico (errore {{code}}).","error":"Error","errorOccuredCode":"An error occured (error {{code}}).","failedToDisableVideo":"Failed to disable video","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","invitationSentToFailed":"Sent to {{ name }} failed.","locationIsBlocked":"Location is blocked","locationIsRequired":"Location is required","microphoneError":"Si \xe8 verificato un errore durante l\'attivazione del microfono","networkStability":"Network stability","noCamera":"Nessuna fotocamera disponibile","permissionToShareScreenDenied":"Permission to share screen denied","pleaseEnableLocation":"Please enable location services in your settings.","recording":"Registrazione in corso","recordingStopped":"Recording stopped","reload":"Ricaricare","screensharingError":"Si \xe8 verificato un errore durante l\'attivazione della condivisione dello schermo","somethingWentWrong":"Oops! Something went wrong","unableToSwitchCamera":"Unable to switch camera","unableToUnzoom":"Unable to unzoom","unableToZoom":"Unable to zoom","uploadError":"An error occured during the upload, please try again later.","uploadFailed":"Upload failed","yourInternetConnectionIsUnstable":"Your internet connection is unstable"},"quickConnect":{"scan":"Scansiona questo codice QR con il telefono per aprire la chiamata.","scanTitle":"Scansiona il codice QR","title":"Connessione Rapida"},"recorder":{"addMore":"Aggiungere altro","addNewClip":"Aggiungi una nuova clip","allowAccess":"Consenti accesso","allowCamMicAccess":"Consenti l\'accesso a cam/mic","allowScreenShareAccess":"Consenti accesso alla condivisione dello schermo","attachElements_one":"Allega {{ type }} al biglietto","attachElements_other":"Allega {{ count }} elementi","audioInstructionsTitle":"Pronti per registrare un messaggio vocale?","audioLevelNotification":{"noSound":{"description":"Assicurati che il microfono sia attivato.","title":"Nessun suono rilevato."},"shortVideo":{"description":"Questo video \xe8 troppo breve per avere un contesto.","title":"Breve video."},"spokenWordsQuestion":{"description":"Il tuo video include abbastanza dettagli parlati?","title":"Parole pronunciate."},"spokenWordsWarning":{"description":"La clip include a malapena parole pronunciate.","title":"Nessuna parola detta."}},"audioLevelToast":{"continueSpeaking":"Continua a parlare per un contesto pi\xf9 chiaro.","noSound":"Nessun suono rilevato.","rememberSpeaking":"Ricordati di parlare per fornire il contesto."},"chooseWhatYouWantToShare":"Choose what you want to share","chooseWhatYouWantToShareDescription":"Select the screen or tab you want to share and start recording.","clipCount_one":"{{ count }} clip","clipCount_other":"{{ count }} clips","clipSubmissionDescription":"Grazie per aver utilizzato SnapCall.","clipSubmissionTitle_one":"La tua clip \xe8 stata inviata","clipSubmissionTitle_other":"I tuoi clip sono stati inviati","confirmRemovalDescription":"Sei sicuro di voler rimuovere questa foto/video? Questa azione non pu\xf2 essere annullata.","confirmRemovalTitle":"Conferma rimozione","elementBeingProcessed":"Attendi un momento mentre il tuo {{ type }} viene elaborato...","elementCaptureSuccess":"{{ type }} catturato con successo","elementRecordedAndAttached":"La tua clip \xe8 stata inviata e allegata al thread.","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","goBackToTicket":"Torna al biglietto","instructions":{"allowAccessOnPrompt":"<bold>Consenti l\'accesso</bold> alla fotocamera e al microfono.","multiplePhotos":"Scatta <bold>una foto o pi\xf9</bold> di una per i dettagli.","privacyPolicy":"Procedendo, accetti la nostra <bold>Politica sulla Privacy.</bold>","reviewAndSendAudios":"<bold>Rivedi i tuoi audio</bold> e verranno inviati automaticamente a noi.","reviewAndSendPhotos":"<bold>Convalida le tue foto</bold> e verranno inviate automaticamente a noi.","reviewAndSendVideos":"<bold>Convalida i tuoi video</bold> e verranno inviati automaticamente a noi.","screenShareInstruction":"Seleziona lo schermo o la finestra che desideri registrare.","selectScreenshare":"Tap Record my screen and select the screen or window you want to record.","speakClearly":"<bold>Parla chiaramente</bold> e d\xec ci\xf2 che devi comunicare.","speakDuringRecord":"You can speak while recording to add details.","stopScreenOnFinish":"Press the Stop button when finished. The video will be sent to us automatically.","tapAudioButton":"<bold>Premi il pulsante di registrazione</bold> per iniziare a registrare il tuo messaggio vocale.","tapStopVideoButton":"<bold>Premi Stop</bold> quando hai finito.","tapVideoButton":"<bold>Premi Registra</bold>. Ricordati di commentare.","videoSpeech":"Puoi <bold>parlare durante</bold> la registrazione per aggiungere dettagli."},"limit":"Registrazione video limitata a 5 min.","logIn":"Login","loggedAs":"Registrato come","mediaCount_one":"{{ count }} media","mediaCount_other":"{{ count }} media","mediaSent_one":"Your media has been sent","mediaSent_other":"Your media has been sent","mySuggestion":"My suggestion","noCameraAccess":"No camera access","noCameraAccessDescription":"No camera access Allow camera access in your browser.","noCameraAndMicrophoneAccess":"No camera & microphone access","noCameraAndMicrophoneAccessDescription":"No camera & microphone access Allow microphone and camera access in your browser.","noMicrophoneAccess":"No microphone access","noMicrophoneAccessDescription":"No microphone access Allow microphone access in your browser.","okay":"Okay","openThread":"Apri il thread","permissionDeniedDescription":"Senza l\'accesso alla fotocamera e al microfono, non \xe8 possibile scattare foto o registrare video da condividere con il team di supporto. Si prega di concedere l\'accesso nelle impostazioni del browser.","permissionDeniedTitle":"Qualcosa \xe8 andato storto!","photoInstructionsTitle":"Pronto a scattare una foto?","recordNewMedia":"Record new media","replyAttached":"La tua risposta \xe8 stata allegata","scanQRCode":"Scansiona questo codice QR con un dispositivo compatibile.","screenShareInstructionsTitle":"Pronto a condividere il tuo schermo?","screenTitle":"Pronto a catturare il tuo schermo?","send":"Invia","sendElements_one":"Invia {{ type }}","sendElements_other":"Invia {{ count }} elementi","showQrCode":"Show QR code","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","startScreenRecording":"Start screen recording","startScreenShareButton":"Registra il mio schermo","stopScreenShareButton":"Ferma registrazione","submissionDescription":"La tua foto/video \xe8 stata inviata con successo. La esamineremo e ti risponderemo al pi\xf9 presto.","submissionTitle":"Grazie per il tuo invio!","switchToMobileDescription":"Goditi un\'esperienza ancora pi\xf9 pratica utilizzando il tuo telefono per scattare foto e registrare video.","switchToMobileTitle":"Passa al tuo dispositivo mobile","takeNewElement":"Cattura un nuovo {{ type }}","thanksForYourMedia":"Thanks for your media!","upload":"Upload","useDesktopVersion":"Usa la versione desktop","videoBotError":"Sorry, an error has occured.","videoBotThinking":"Thinking...","videoInstructionsTitle":"Pronto a registrare un video?","waitVideo":"Potrebbero essere necessari fino a 15 secondi affinch\xe9 un video sia pronto.","yourMedia":"Your media"},"recordingPopup":{"dismiss":"Chiudi","recordingStartText":"Questa chiamata verr\xe0 registrata a breve. Se preferisci non essere registrato, sei libero di lasciare la chiamata in questo momento.","recordingStartTitle":"Registrazione in procinto di iniziare."},"requestAccess":{"admit":"Ammettere","defaultName":"Un utente","deny":"Negare","wantToJoin":"<bold>{{name}}</bold> vuole unirsi!"},"requestDevice":{"askForDevice":"Ask for {{device}}","declined":"La tua richiesta \xe8 stata rifiutata.","deviceActivated":"{{device}} activated","deviceActivationDeclined":"{{device}} activation declined","request":"{{user}} vorrebbe condividere il tuo {{device}}","requestInput":"Richiesta di attivazione","timedOut":"La tua richiesta non ha ricevuto risposta","userDeclined":"{{user}} ha rifiutato la tua richiesta","userWouldLikeYouToActivateYourDevice":"{{name}} would like you to activate your {{device}}.","waitingForDevice":"Waiting for {{name}}\'s {{device}}"},"settings":{"callSettings":"Call settings","devices":"Dispositivi","enableVideo":"Enable video","help":"Aiuto","helpCenter":"Accedi all\'Assistenza","language":"Linguaggio","manageRecording":"Manage recording","preferences":"Preferenze","selectYourCamera":"Select your preferred camera","selectYourLanguage":"Select your preferred language","selectYourMicrophone":"Select your preferred microphone","startRecording":"Start recording","stopRecording":"Stop recording","title":"Impostazioni","tools":"Tools"},"shareLink":{"failed":"Si \xe8 verificato un errore durante l\'invio del link","invalid":"Collegamento non valido","invoice":"{{user}} ti ha inviato una fattura.","pay":"Paga","poweredBy":"Proposto da","sentToUser":"Link inviato a {{user}}","sentToUsers":"Link inviato ai partecipanti","title":"Condividi un link","title2":"Condividi un link"},"sharedHistory":{"shared":"Condiviso con te"},"snapshot":{"aSnapshotHasBeenShared":"A snapshot has been shared.","error":"Si \xe8 verificato un errore durante l\'invio della schermata","save":"Salva l\'immagine","sentToUser":"Schermata inviata a {{user}}","sentToUsers":"Schermanta inviata ai partecipanti","shared":"Schermata inviata","title":"Schermata"},"videoMenu":{"blockedCamera":"La fotocamera \xe8 bloccata.","cameraPermissions":"Si prega di accettare la condivisione della fotocamera prima di accedere a queste opzioni.","highDef":"Alta definizione (720p)","lowDef":"Definizione bassa (240p)","sendResolution":"Risoluzione inviata (max)","standardDef":"Definizione standard (480p)","title":"Video"},"virtualBackground":{"blur":"Blur","custom":"Custom","default":"Default","noCustomBackgrounds":"No custom backgrounds yet. Please contact your admin.","none":"None","setBackground":"Imposta sfondo","title":"Sfondo virtuale"},"youtube":{"description":"Share a YouTube video with other participants.","invalid":"URL YouTube non valido","share":"Guarda ora","title":"Vedere Assieme","url":"URL YOUTUBE"}}');
121
68
 
122
69
 
123
70
  var $45ea11a9715fe658$exports = {};
124
- $45ea11a9715fe658$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"O microfone est\xe1 bloqueado.","microphonePermissions":"Aceite o compartilhamento do microfone antes de acessar essas op\xe7\xf5es.","title":"\xc1udio"},"blockedFeature":{"descriptionConnected":"Em um plano gratuito, voc\xea n\xe3o pode usar esse recurso. Atualize seu plano para aproveitar todos os recursos de chamada.","descriptionGuest":"Voc\xea est\xe1 participando de uma chamada criada com uma vers\xe3o gratuita do SnapCall. Esse recurso s\xf3 est\xe1 dispon\xedvel com a vers\xe3o Pro.","dismissConnected":"Atualize para o Pro","dismissGuest":"OK","titleConnected":"Atualize para o Pro","titleGuest":"Recurso n\xe3o dispon\xedvel"},"common":{"new":"Novo"},"copyLink":{"copied":"Link copiado para \xe1rea de transfer\xeancia","copy":"Copiar","description":"Copie o link para a prancheta","error":"Ocorreu um erro ao tentar copiar para a \xe1rea de transfer\xeancia","title":"Copiar link"},"endView":{"addAdditionalMedia":"Adicionar m\xeddia adicional","allowsYouToShareMoreMedia":"Essa op\xe7\xe3o permite que voc\xea compartilhe uma ou mais m\xeddias para adicionar mais contexto.","callEnded":"A chamada terminou","callIsOver":"A chamada foi encerrada ou exclu\xedda","callLeft":"Voc\xea deixou a liga\xe7\xe3o","callNoLongerActive":"Essa chamada n\xe3o est\xe1 mais ativa. Obrigado por participar.","full":"Voc\xea n\xe3o pode participar desta chamada","fullDescription":"A sala est\xe1 cheia. Tente participar da chamada mais tarde.","goBack":"Volte a ligar","howWasYourExperience":"Como foi sua experi\xeancia?","ifMistakeRejoin":"Se isso foi um erro, voc\xea pode entrar novamente usando o bot\xe3o abaixo.","invalidLink":"Link inv\xe1lido","invalidOrExpired":"Esse link \xe9 inv\xe1lido ou expirou.","openDashboard":"Abra o painel","pleaseRateYourExperienceBelow":"Avalie sua experi\xeancia abaixo","thankYouForYourFeedback":"Obrigado pelo seu feedback.","tooLate":"Voc\xea chegou tarde demais","yourFeedbackHelpsUs":"Seu feedback nos ajuda a melhorar. Te vejo em breve!"},"gdpr":{"recordedWarning":"Para melhorar a qualidade do nosso servi\xe7o, essa chamada ser\xe1 gravada."},"greeting":{"askToJoin":"Pe\xe7a para participar","askingLetIn":"Pedindo permiss\xe3o para entrar...","cameraDisabled":"A c\xe2mera est\xe1 desligada","cameraEnabled":"A c\xe2mera est\xe1 ligada","canceledCallRequest":"A solicita\xe7\xe3o de chamada ser\xe1 cancelada e voc\xea ser\xe1 redirecionado para a p\xe1gina de agendamento de chamadas.","cantJoinCall":"Voc\xea n\xe3o pode participar desta chamada","cantWait":"Mal posso esperar?","cantWaitLeaveMessage":"Mal posso esperar? Voc\xea pode deixar uma mensagem e ser\xe1 contatado o mais r\xe1pido poss\xedvel.","clickOnLock":"Clique no \xedcone de <1> </1> cadeado na barra do seu navegador.","footerDescription":"Conhe\xe7a o SnapCall, a maneira mais f\xe1cil de adicionar v\xeddeo em tempo real \xe0 plataforma, produto ou servi\xe7o.","footerTitle":"Desenvolvido por SnapCall","leaveMessage":"Deixe uma mensagem","mainTitle":"Bem-vindo ao SnapCall","mediaDenied":"Acesso negado ao microfone e \xe0 c\xe2mera","microphoneDisabled":"O microfone est\xe1 desligado","microphoneEnabled":"O microfone est\xe1 ligado","name":"Nome","nameDescription":"Esse nome ser\xe1 exibido para todos os participantes da chamada.","namePlaceholder":"Ex. Lucy ou Peter","nameSubmit":"Participe da conversa","recordVideo":"Gravar v\xeddeo","recordVoice":"Gravar voz","requestACall":"Solicite uma liga\xe7\xe3o","scheduleACall":"Agende uma liga\xe7\xe3o","setting":"Configura\xe7\xf5es","sideDescription":"Digite seu nome e ajuste sua c\xe2mera e microfone","sideTitle":"Aguente firme, voc\xea \xe9 o pr\xf3ximo!","someoneDenied":"Algu\xe9m na liga\xe7\xe3o negou sua solicita\xe7\xe3o de ades\xe3o.","takeFewMinute":"Isso pode levar alguns minutos, dependendo da disponibilidade dos participantes.","whatYouCanDo":"Aqui est\xe1 o que voc\xea pode fazer","youWillJoinWhenSomeoneLetsYou":"Voc\xea participar\xe1 da chamada quando algu\xe9m {{ companyName }} deixar voc\xea entrar."},"header":{"free":"Vers\xe3o gratuita"},"invitePeople":{"PublicLink":"Link p\xfablico","addEmailToInvite":"Adicione um e-mail para convidar.","addEmails":"Adicionar e-mails...","copyCallLinkDescription":"Copie este link e envie-o para qualquer pessoa que voc\xea queira convidar para participar da chamada.","copyClipLinkDescription":"Copie este link e envie-o para qualquer pessoa que voc\xea queira convidar para gravar um clipe.","email":"E-mail","emailPlaceholder":"Por exemplo, john@acme.com","emailsOrNumberPlaceholder":"Por exemplo, john@acme.com ou +33612345678","error":"Falha ao enviar, tente novamente mais tarde.","invalidEmail":"Formato de e-mail inv\xe1lido.","invalidEmailOrNumber":"Formato de e-mail ou n\xfamero inv\xe1lido.","invitationSentTo_one":"Enviado para {{ name }}","invitationSentTo_other":"Enviado para {{ name }} e {{ otherEmailsCount }} +","invite":"Convide","inviteByEmail":"Convide por e-mail","inviteByEmailOrNumber":"Convide por e-mail ou sms","inviteCall":"Convide para participar da chamada","inviteCallDefaultMessage":"Ei! Voc\xea est\xe1 convidado a participar da nossa videochamada. Clique no link para se conectar instantaneamente.","inviteClipAudioDefaultMessage":"Ei! Grave uma mensagem de \xe1udio agora e forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipDefaultMessage":"Ei! Grave seu v\xeddeo agora e forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipPhotoDefaultMessage":"Ei! Tire uma foto e forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipScreenDefaultMessage":"Ei! Grave sua tela agora e nos forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipVideoDefaultMessage":"Ei! Grave seu v\xeddeo agora e forne\xe7a mais contexto para ajud\xe1-lo melhor.","invitePeople":"Convide pessoas","inviteRecordAudio":"Grave um \xe1udio","inviteRecordClip":"Convide para gravar clipe","inviteRecordPhoto":"Tirar uma fotografia","inviteRecordScreen":"Gravar uma tela","inviteRecordVideo":"Grave um v\xeddeo","joinTheCall":"Participe da chamada","linkToJoinCall":"Link para participar da chamada","linkToRecordAClip":"Link para gravar um clipe","message":"Mensagem","sharePublicLink":"Compartilhar link p\xfablico"},"leave":{"endCall":"Encerrar chamada para todos","leaveCall":"Sair da chamada","title":"Deixar"},"loader":{"connection":"Conectando..."},"menu":{"new":"Novo","openNewTab":"Abrir nova aba","pictureInPicture":"Imagem em imagem","quickConnect":"Conex\xe3o r\xe1pida","screenSharing":"Compartilhamento de tela","startRecord":"Gravar chamada","stopRecord":"Pare o registro","title":"Menu"},"misc":{"accept":"Aceitar","add":"Adicione","audio":"\xc1udio","camera":"C\xe2mera","cancel":"Cancel","confirm":"Confirme","decline":"Decl\xednio","download":"FA\xc7A O DOWNLOAD","from":"De","microphone":"Microfone","open":"Abrir","photo":"foto","proceed":"Proceder","remove":"Remover","screen":"Ecr\xe3","screenshot":"Captura de tela","someone":"Algu\xe9m","speaker":"Alto-falante","user":"Utilizador","video":"V\xeddeo","you":"voc\xea"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"agentJoinError":"Ocorreu um erro ao tentar entrar na sala como agente","blockedMicrophonePopup":"O SnapCall requer acesso \xe0 sua c\xe2mera e microfone. Clique no \xedcone de c\xe2mera bloqueada na barra de endere\xe7o do seu navegador.","blockedMicrophonePopupTitle":"A c\xe2mera e o microfone est\xe3o bloqueados","cameraError":"Ocorreu um erro ao tentar alternar a c\xe2mera","cameraRotateError":"Ocorreu um erro ao tentar girar a c\xe2mera","close":"Fechar","connectedTo":"Conectado a {{name}}","criticalError":"Ocorreu um erro cr\xedtico (erro{{code}}).","error":"Erro","errorOccuredCode":"Ocorreu um erro (erro{{code}}).","invitationSentToFailed":"Enviado para {{ name }} falhou.","microphoneError":"Ocorreu um erro ao tentar alternar o microfone","noCamera":"Nenhuma c\xe2mera dispon\xedvel","recording":"Grava\xe7\xe3o em andamento","reload":"Recarregue","screensharingError":"Ocorreu um erro ao tentar ativar o compartilhamento de tela","uploadError":"Ocorreu um erro durante o carregamento. Tente novamente mais tarde."},"quickConnect":{"scan":"Digitalize esse c\xf3digo QR com a c\xe2mera do telefone para abrir a chamada.","scanTitle":"Digitalize o c\xf3digo QR","title":"Conex\xe3o r\xe1pida"},"recorder":{"addMore":"Adicione mais","addNewClip":"Adicionar novo clipe","allowAccess":"Permitir acesso","allowCamMicAccess":"Permitir acesso \xe0 cam/microfone","allowScreenShareAccess":"Permitir acesso ao compartilhamento de tela","attachElements_one":"Anexar {{ type }} ao t\xedquete","attachElements_other":"Anexar {{ count }} elementos","audioInstructionsTitle":"Pronto para gravar uma mensagem de voz?","audioLevelNotification":{"noSound":{"description":"Verifique se o microfone est\xe1 ativado.","title":"Nenhum som detectado."},"shortVideo":{"description":"Este v\xeddeo \xe9 muito curto para contextualizar.","title":"V\xeddeo curto."},"spokenWordsQuestion":{"description":"Seu v\xeddeo inclui detalhes falados suficientes?","title":"Palavras faladas."},"spokenWordsWarning":{"description":"O clipe quase n\xe3o inclui palavras faladas.","title":"Sem palavras faladas."}},"audioLevelToast":{"continueSpeaking":"Continue falando para obter um contexto mais claro.","noSound":"Nenhum som detectado.","rememberSpeaking":"Lembre-se de falar para fornecer contexto."},"chooseWhatYouWantToShare":"Escolha o que voc\xea quer compartilhar","chooseWhatYouWantToShareDescription":"Selecione a tela ou guia que voc\xea deseja compartilhar e comece a gravar.","clipCount_one":"{{ count }}clipe","clipCount_other":"{{ count }}clipes","clipSubmissionDescription":"Obrigado por usar o SnapCall.","clipSubmissionTitle_one":"Seu clipe foi enviado","clipSubmissionTitle_other":"Seus clipes foram enviados","confirmRemovalDescription":"Tem certeza de que deseja excluir esta foto/v\xeddeo? Essa a\xe7\xe3o n\xe3o pode ser desfeita.","confirmRemovalTitle":"Confirme a exclus\xe3o","elementBeingProcessed":"Aguarde enquanto o seu {{ type }} est\xe1 sendo processado...","elementCaptureSuccess":"{{ type }}capturado com sucesso","elementRecordedAndAttached":"Seu clipe foi enviado e anexado ao t\xf3pico.","goBackToTicket":"Voltar ao ingresso","instructions":{"allowAccessOnPrompt":"Quando solicitado, <bold> permita o acesso </bold> \xe0 c\xe2mera e ao microfone.","multiplePhotos":"Tire uma <bold> foto ou v\xe1rias </bold> para obter detalhes e revise.","privacyPolicy":"Ao continuar, voc\xea concorda com nossa <bold> Pol\xedtica de Privacidade</bold>.","reviewAndSendAudios":"<bold>Revise seus \xe1udios </bold> e eles ser\xe3o enviados para n\xf3s automaticamente.","reviewAndSendPhotos":"<bold>Valide suas fotos </bold> e elas ser\xe3o enviadas para n\xf3s automaticamente.","reviewAndSendVideos":"<bold>Revise seus v\xeddeos </bold> e eles ser\xe3o enviados para n\xf3s automaticamente.","screenShareInstruction":"Selecione a tela ou janela que voc\xea deseja gravar.","selectScreenshare":"Toque em Gravar minha tela e selecione a tela ou janela que voc\xea deseja gravar.","speakClearly":"<bold>Fale com clareza </bold> e diga o que voc\xea precisa transmitir.","speakDuringRecord":"Voc\xea pode falar durante a grava\xe7\xe3o para adicionar detalhes.","stopScreenOnFinish":"Pressione o bot\xe3o Parar quando terminar. O v\xeddeo ser\xe1 enviado para n\xf3s automaticamente.","tapAudioButton":"<bold>Toque no bot\xe3o de grava\xe7\xe3o </bold> para come\xe7ar a gravar sua mensagem de \xe1udio.","tapStopVideoButton":"<bold>Toque em parar </bold> quando terminar.","tapVideoButton":"<bold>Toque no bot\xe3o de grava\xe7\xe3o </bold> para come\xe7ar e sinta-se \xe0 vontade para comentar.","videoSpeech":"Voc\xea pode <bold> conversar durante </bold> a grava\xe7\xe3o para fornecer informa\xe7\xf5es adicionais."},"limit":"Grava\xe7\xe3o de v\xeddeo limitada a 5 min.","logIn":"Log in","loggedAs":"Registrado como","mediaCount_one":"{{ count }}m\xeddia","mediaCount_other":"{{ count }}m\xeddia","mediaSent_one":"Sua m\xeddia foi enviada","mediaSent_other":"Sua m\xeddia foi enviada","noCameraAccess":"Sem acesso \xe0 c\xe2mera","noCameraAccessDescription":"Sem acesso \xe0 c\xe2mera Permita o acesso \xe0 c\xe2mera em seu navegador.","noCameraAndMicrophoneAccess":"Sem acesso \xe0 c\xe2mera e ao microfone","noCameraAndMicrophoneAccessDescription":"Sem acesso \xe0 c\xe2mera e ao microfone Permita o acesso ao microfone e \xe0 c\xe2mera no seu navegador.","noMicrophoneAccess":"Sem acesso ao microfone","noMicrophoneAccessDescription":"Sem acesso ao microfone Permita o acesso ao microfone em seu navegador.","okay":"OK","openThread":"T\xf3pico aberto","permissionDeniedDescription":"Sem acesso \xe0 c\xe2mera e ao microfone, voc\xea n\xe3o poder\xe1 capturar fotos ou v\xeddeos para compartilhar com a equipe de suporte. Conceda acesso nas configura\xe7\xf5es do seu navegador.","permissionDeniedTitle":"Algo correu mal!","photoInstructionsTitle":"Pronto para tirar uma foto?","replyAttached":"Sua resposta foi anexada","scanQRCode":"Escaneie esse c\xf3digo QR com um dispositivo compat\xedvel.","screenShareInstructionsTitle":"Pronto para compartilhar sua tela?","screenTitle":"Pronto para capturar sua tela?","send":"Enviar","sendElements_one":"Enviar {{ type }}","sendElements_other":"Enviar {{ count }} elementos","showQrCode":"Mostrar c\xf3digo QR","startScreenRecording":"Iniciar grava\xe7\xe3o de tela","startScreenShareButton":"Gravar minha tela","stopScreenShareButton":"Pare de gravar","submissionDescription":"Sua foto/v\xeddeo foi enviada com sucesso. Vamos analis\xe1-lo e entrar em contato com voc\xea em breve.","submissionTitle":"Obrigado por sua submiss\xe3o!","switchToMobileDescription":"Experimente maior comodidade ao usar seu telefone para tirar fotos e gravar v\xeddeos.","switchToMobileTitle":"Mude para o seu dispositivo m\xf3vel","takeNewElement":"Capture um novo {{ type }}","upload":"upload","useDesktopVersion":"Use a vers\xe3o para desktop","videoInstructionsTitle":"Pronto para gravar um v\xeddeo?","waitVideo":"Um v\xeddeo pode levar at\xe9 15 segundos para ficar pronto."},"recordingPopup":{"dismiss":"Ignorar","recordingStartText":"Essa liga\xe7\xe3o ser\xe1 gravada em breve. Se voc\xea preferir n\xe3o ser gravado, sinta-se \xe0 vontade para sair da liga\xe7\xe3o neste momento.","recordingStartTitle":"A grava\xe7\xe3o est\xe1 prestes a come\xe7ar."},"requestAccess":{"admit":"Admitem","defaultName":"Um usu\xe1rio","deny":"Negar","wantToJoin":"<bold>{{name}}</bold>quer se juntar!"},"requestDevice":{"askForDevice":"Pergunte por {{device}}","declined":"Sua solicita\xe7\xe3o foi recusada.","deviceActivated":"{{device}}ativado","deviceActivationDeclined":"{{device}}ativa\xe7\xe3o declinada","request":"{{user}}gostaria que voc\xea compartilhasse seu {{device}}","requestInput":"Solicitar dispositivos de entrada","timedOut":"Sua solicita\xe7\xe3o atingiu o tempo limite.","userDeclined":"{{user}}recusou sua solicita\xe7\xe3o.","userWouldLikeYouToActivateYourDevice":"{{name}}gostaria que voc\xea ativasse seu{{device}}.","waitingForDevice":"Esperando por {{name}} n\xf3s {{device}}"},"settings":{"devices":"Dispositivos","help":"Socorro","helpCenter":"Acesse a Central de Ajuda","language":"Idioma","preferences":"Prefer\xeancias","selectYourCamera":"Selecione sua c\xe2mera preferida","selectYourLanguage":"Selecione seu idioma preferido","selectYourMicrophone":"Selecione seu microfone preferido","title":"Configura\xe7\xf5es"},"shareLink":{"failed":"Falha ao enviar o link","invalid":"Link inv\xe1lido","invoice":"{{user}}enviou uma fatura para voc\xea.","pay":"Pagar","poweredBy":"Desenvolvido por","sentToUser":"Link enviado para {{user}}","sentToUsers":"Link enviado aos usu\xe1rios","title":"Compartilhar link","title2":"Compartilhe um link"},"sharedHistory":{"shared":"Compartilhado com voc\xea"},"snapshot":{"aSnapshotHasBeenShared":"Um instant\xe2neo foi compartilhado.","error":"Ocorreu um erro ao tentar enviar o instant\xe2neo","save":"Salvar foto","sentToUser":"Instant\xe2neo enviado para {{user}}","sentToUsers":"Instant\xe2neo enviado aos usu\xe1rios.","shared":"Instant\xe2neo compartilhado.","title":"Instant\xe2neo"},"videoMenu":{"blockedCamera":"A c\xe2mera est\xe1 bloqueada.","cameraPermissions":"Aceite o compartilhamento da c\xe2mera antes de acessar essas op\xe7\xf5es.","highDef":"Alta defini\xe7\xe3o (720p)","lowDef":"Baixa defini\xe7\xe3o (240p)","sendResolution":"Resolu\xe7\xe3o de envio (m\xe1xima)","standardDef":"Defini\xe7\xe3o padr\xe3o (480p)","title":"V\xeddeo"},"virtualBackground":{"setBackground":"Definir plano de fundo","title":"Plano de fundo virtual"},"youtube":{"invalid":"URL inv\xe1lida do YouTube","share":"Assista agora","title":"Assista juntos","url":"URL DO YOUTUBE"}}');
71
+ $45ea11a9715fe658$exports = JSON.parse('{"audioMenu":{"blockedMicrophone":"O microfone est\xe1 bloqueado.","microphonePermissions":"Aceite o compartilhamento do microfone antes de acessar essas op\xe7\xf5es.","title":"\xc1udio"},"blockedFeature":{"descriptionConnected":"Em um plano gratuito, voc\xea n\xe3o pode usar esse recurso. Atualize seu plano para aproveitar todos os recursos de chamada.","descriptionGuest":"Voc\xea est\xe1 participando de uma chamada criada com uma vers\xe3o gratuita do SnapCall. Esse recurso s\xf3 est\xe1 dispon\xedvel com a vers\xe3o Pro.","dismissConnected":"Atualize para o Pro","dismissGuest":"OK","titleConnected":"Atualize para o Pro","titleGuest":"Recurso n\xe3o dispon\xedvel"},"common":{"new":"Novo"},"copyLink":{"copied":"Link copiado para \xe1rea de transfer\xeancia","copy":"Copiar","description":"Copie o link para a prancheta","error":"Ocorreu um erro ao tentar copiar para a \xe1rea de transfer\xeancia","title":"Copiar link"},"endView":{"addAdditionalMedia":"Adicionar m\xeddia adicional","allowsYouToShareMoreMedia":"Essa op\xe7\xe3o permite que voc\xea compartilhe uma ou mais m\xeddias para adicionar mais contexto.","callEnded":"A chamada terminou","callIsOver":"A chamada foi encerrada ou exclu\xedda","callLeft":"Voc\xea deixou a liga\xe7\xe3o","callNoLongerActive":"Essa chamada n\xe3o est\xe1 mais ativa. Obrigado por participar.","full":"Voc\xea n\xe3o pode participar desta chamada","fullDescription":"A sala est\xe1 cheia. Tente participar da chamada mais tarde.","goBack":"Volte a ligar","howWasYourExperience":"Como foi sua experi\xeancia?","ifMistakeRejoin":"Se isso foi um erro, voc\xea pode entrar novamente usando o bot\xe3o abaixo.","invalidLink":"Link inv\xe1lido","invalidOrExpired":"Esse link \xe9 inv\xe1lido ou expirou.","openDashboard":"Abra o painel","pleaseRateYourExperienceBelow":"Avalie sua experi\xeancia abaixo","thankYouForYourFeedback":"Obrigado pelo seu feedback.","tooLate":"Voc\xea chegou tarde demais","yourFeedbackHelpsUs":"Seu feedback nos ajuda a melhorar. Te vejo em breve!"},"gdpr":{"recordedWarning":"Para melhorar a qualidade do nosso servi\xe7o, essa chamada ser\xe1 gravada."},"greeting":{"askToJoin":"Pe\xe7a para participar","askingLetIn":"Pedindo permiss\xe3o para entrar...","cameraDisabled":"A c\xe2mera est\xe1 desligada","cameraEnabled":"A c\xe2mera est\xe1 ligada","canceledCallRequest":"A solicita\xe7\xe3o de chamada ser\xe1 cancelada e voc\xea ser\xe1 redirecionado para a p\xe1gina de agendamento de chamadas.","cantJoinCall":"Voc\xea n\xe3o pode participar desta chamada","cantWait":"Mal posso esperar?","cantWaitLeaveMessage":"Mal posso esperar? Voc\xea pode deixar uma mensagem e ser\xe1 contatado o mais r\xe1pido poss\xedvel.","clickOnLock":"Clique no \xedcone de <1> </1> cadeado na barra do seu navegador.","footerDescription":"Conhe\xe7a o SnapCall, a maneira mais f\xe1cil de adicionar v\xeddeo em tempo real \xe0 plataforma, produto ou servi\xe7o.","footerTitle":"Desenvolvido por SnapCall","leaveMessage":"Deixe uma mensagem","mainTitle":"Bem-vindo ao SnapCall","mediaDenied":"Acesso negado ao microfone e \xe0 c\xe2mera","microphoneDisabled":"O microfone est\xe1 desligado","microphoneEnabled":"O microfone est\xe1 ligado","name":"Nome","nameDescription":"Esse nome ser\xe1 exibido para todos os participantes da chamada.","namePlaceholder":"Ex. Lucy ou Peter","nameSubmit":"Participe da conversa","recordVideo":"Gravar v\xeddeo","recordVoice":"Gravar voz","requestACall":"Solicite uma liga\xe7\xe3o","scheduleACall":"Agende uma liga\xe7\xe3o","setting":"Configura\xe7\xf5es","sideDescription":"Digite seu nome e ajuste sua c\xe2mera e microfone","sideTitle":"Aguente firme, voc\xea \xe9 o pr\xf3ximo!","someoneDenied":"Algu\xe9m na liga\xe7\xe3o negou sua solicita\xe7\xe3o de ades\xe3o.","takeFewMinute":"Isso pode levar alguns minutos, dependendo da disponibilidade dos participantes.","whatYouCanDo":"Aqui est\xe1 o que voc\xea pode fazer","youWillJoinWhenSomeoneLetsYou":"Voc\xea participar\xe1 da chamada quando algu\xe9m {{ companyName }} deixar voc\xea entrar."},"header":{"free":"Vers\xe3o gratuita"},"iframe":{"featureNotAvailableInContext":"This feature is not available in the current context."},"invitePeople":{"PublicLink":"Link p\xfablico","addEmailToInvite":"Adicione um e-mail para convidar.","addEmails":"Adicionar e-mails...","copyCallLinkDescription":"Copie este link e envie-o para qualquer pessoa que voc\xea queira convidar para participar da chamada.","copyClipLinkDescription":"Copie este link e envie-o para qualquer pessoa que voc\xea queira convidar para gravar um clipe.","email":"E-mail","emailPlaceholder":"Por exemplo, john@acme.com","emailsOrNumberPlaceholder":"Por exemplo, john@acme.com ou +33612345678","error":"Falha ao enviar, tente novamente mais tarde.","invalidEmail":"Formato de e-mail inv\xe1lido.","invalidEmailOrNumber":"Formato de e-mail ou n\xfamero inv\xe1lido.","invitationSentTo_one":"Enviado para {{ name }}","invitationSentTo_other":"Enviado para {{ name }} e {{ otherEmailsCount }} +","invite":"Convide","inviteByEmail":"Convide por e-mail","inviteByEmailOrNumber":"Convide por e-mail ou sms","inviteCall":"Convide para participar da chamada","inviteCallDefaultMessage":"Ei! Voc\xea est\xe1 convidado a participar da nossa videochamada. Clique no link para se conectar instantaneamente.","inviteClipAudioDefaultMessage":"Ei! Grave uma mensagem de \xe1udio agora e forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipDefaultMessage":"Ei! Grave seu v\xeddeo agora e forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipPhotoDefaultMessage":"Ei! Tire uma foto e forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipScreenDefaultMessage":"Ei! Grave sua tela agora e nos forne\xe7a mais contexto para ajud\xe1-lo melhor.","inviteClipVideoDefaultMessage":"Ei! Grave seu v\xeddeo agora e forne\xe7a mais contexto para ajud\xe1-lo melhor.","invitePeople":"Convide pessoas","inviteRecordAudio":"Grave um \xe1udio","inviteRecordClip":"Convide para gravar clipe","inviteRecordPhoto":"Tirar uma fotografia","inviteRecordScreen":"Gravar uma tela","inviteRecordVideo":"Grave um v\xeddeo","joinTheCall":"Participe da chamada","linkToJoinCall":"Link para participar da chamada","linkToRecordAClip":"Link para gravar um clipe","message":"Mensagem","sharePublicLink":"Compartilhar link p\xfablico"},"leave":{"endCall":"Encerrar chamada para todos","leaveCall":"Sair da chamada","title":"Deixar"},"loader":{"connection":"Conectando..."},"menu":{"new":"Novo","openNewTab":"Abrir nova aba","pictureInPicture":"Imagem em imagem","quickConnect":"Conex\xe3o r\xe1pida","screenSharing":"Compartilhamento de tela","startRecord":"Gravar chamada","stopRecord":"Pare o registro","title":"Menu"},"misc":{"accept":"Aceitar","add":"Adicione","audio":"\xc1udio","camera":"C\xe2mera","cancel":"Cancel","confirm":"Confirme","decline":"Decl\xednio","download":"FA\xc7A O DOWNLOAD","from":"De","microphone":"Microfone","open":"Abrir","photo":"foto","proceed":"Proceder","remove":"Remover","screen":"Ecr\xe3","screenshot":"Captura de tela","someone":"Algu\xe9m","speaker":"Alto-falante","user":"Utilizador","video":"V\xeddeo","you":"voc\xea"},"networkIssue":{"description":"The clip information may be damaged.","title":"Network issue"},"notifications":{"aQuickRefreshShouldFix":"A quick refresh should get things back on track","agentJoinError":"Ocorreu um erro ao tentar entrar na sala como agente","allow":"Allow","blockedMicrophonePopup":"O SnapCall requer acesso \xe0 sua c\xe2mera e microfone. Clique no \xedcone de c\xe2mera bloqueada na barra de endere\xe7o do seu navegador.","blockedMicrophonePopupTitle":"A c\xe2mera e o microfone est\xe3o bloqueados","cameraError":"Ocorreu um erro ao tentar alternar a c\xe2mera","cameraRotateError":"Ocorreu um erro ao tentar girar a c\xe2mera","close":"Fechar","connectedTo":"Conectado a {{name}}","criticalError":"Ocorreu um erro cr\xedtico (erro{{code}}).","error":"Erro","errorOccuredCode":"Ocorreu um erro (erro{{code}}).","failedToDisableVideo":"Failed to disable video","failedToEnableMicrophone":"Failed to enable microphone","failedToEnableVideo":"Failed to enable video","failedToMuteUnmuteMicrophone":"Failed to mute / unmute the microphone","invitationSentToFailed":"Enviado para {{ name }} falhou.","locationIsBlocked":"Location is blocked","locationIsRequired":"Location is required","microphoneError":"Ocorreu um erro ao tentar alternar o microfone","networkStability":"Network stability","noCamera":"Nenhuma c\xe2mera dispon\xedvel","permissionToShareScreenDenied":"Permission to share screen denied","pleaseEnableLocation":"Please enable location services in your settings.","recording":"Grava\xe7\xe3o em andamento","recordingStopped":"Recording stopped","reload":"Recarregue","screensharingError":"Ocorreu um erro ao tentar ativar o compartilhamento de tela","somethingWentWrong":"Oops! Something went wrong","unableToSwitchCamera":"Unable to switch camera","unableToUnzoom":"Unable to unzoom","unableToZoom":"Unable to zoom","uploadError":"Ocorreu um erro durante o carregamento. Tente novamente mais tarde.","uploadFailed":"Upload failed","yourInternetConnectionIsUnstable":"Your internet connection is unstable"},"quickConnect":{"scan":"Digitalize esse c\xf3digo QR com a c\xe2mera do telefone para abrir a chamada.","scanTitle":"Digitalize o c\xf3digo QR","title":"Conex\xe3o r\xe1pida"},"recorder":{"addMore":"Adicione mais","addNewClip":"Adicionar novo clipe","allowAccess":"Permitir acesso","allowCamMicAccess":"Permitir acesso \xe0 cam/microfone","allowScreenShareAccess":"Permitir acesso ao compartilhamento de tela","attachElements_one":"Anexar {{ type }} ao t\xedquete","attachElements_other":"Anexar {{ count }} elementos","audioInstructionsTitle":"Pronto para gravar uma mensagem de voz?","audioLevelNotification":{"noSound":{"description":"Verifique se o microfone est\xe1 ativado.","title":"Nenhum som detectado."},"shortVideo":{"description":"Este v\xeddeo \xe9 muito curto para contextualizar.","title":"V\xeddeo curto."},"spokenWordsQuestion":{"description":"Seu v\xeddeo inclui detalhes falados suficientes?","title":"Palavras faladas."},"spokenWordsWarning":{"description":"O clipe quase n\xe3o inclui palavras faladas.","title":"Sem palavras faladas."}},"audioLevelToast":{"continueSpeaking":"Continue falando para obter um contexto mais claro.","noSound":"Nenhum som detectado.","rememberSpeaking":"Lembre-se de falar para fornecer contexto."},"chooseWhatYouWantToShare":"Escolha o que voc\xea quer compartilhar","chooseWhatYouWantToShareDescription":"Selecione a tela ou guia que voc\xea deseja compartilhar e comece a gravar.","clipCount_one":"{{ count }}clipe","clipCount_other":"{{ count }}clipes","clipSubmissionDescription":"Obrigado por usar o SnapCall.","clipSubmissionTitle_one":"Seu clipe foi enviado","clipSubmissionTitle_other":"Seus clipes foram enviados","confirmRemovalDescription":"Tem certeza de que deseja excluir esta foto/v\xeddeo? Essa a\xe7\xe3o n\xe3o pode ser desfeita.","confirmRemovalTitle":"Confirme a exclus\xe3o","elementBeingProcessed":"Aguarde enquanto o seu {{ type }} est\xe1 sendo processado...","elementCaptureSuccess":"{{ type }}capturado com sucesso","elementRecordedAndAttached":"Seu clipe foi enviado e anexado ao t\xf3pico.","feelFreeToTalkGiveMoreContext":"\uD83D\uDDE3\uFE0F Feel free to talk to give me more context.","goBackToTicket":"Voltar ao ingresso","instructions":{"allowAccessOnPrompt":"Quando solicitado, <bold> permita o acesso </bold> \xe0 c\xe2mera e ao microfone.","multiplePhotos":"Tire uma <bold> foto ou v\xe1rias </bold> para obter detalhes e revise.","privacyPolicy":"Ao continuar, voc\xea concorda com nossa <bold> Pol\xedtica de Privacidade</bold>.","reviewAndSendAudios":"<bold>Revise seus \xe1udios </bold> e eles ser\xe3o enviados para n\xf3s automaticamente.","reviewAndSendPhotos":"<bold>Valide suas fotos </bold> e elas ser\xe3o enviadas para n\xf3s automaticamente.","reviewAndSendVideos":"<bold>Revise seus v\xeddeos </bold> e eles ser\xe3o enviados para n\xf3s automaticamente.","screenShareInstruction":"Selecione a tela ou janela que voc\xea deseja gravar.","selectScreenshare":"Toque em Gravar minha tela e selecione a tela ou janela que voc\xea deseja gravar.","speakClearly":"<bold>Fale com clareza </bold> e diga o que voc\xea precisa transmitir.","speakDuringRecord":"Voc\xea pode falar durante a grava\xe7\xe3o para adicionar detalhes.","stopScreenOnFinish":"Pressione o bot\xe3o Parar quando terminar. O v\xeddeo ser\xe1 enviado para n\xf3s automaticamente.","tapAudioButton":"<bold>Toque no bot\xe3o de grava\xe7\xe3o </bold> para come\xe7ar a gravar sua mensagem de \xe1udio.","tapStopVideoButton":"<bold>Toque em parar </bold> quando terminar.","tapVideoButton":"<bold>Toque no bot\xe3o de grava\xe7\xe3o </bold> para come\xe7ar e sinta-se \xe0 vontade para comentar.","videoSpeech":"Voc\xea pode <bold> conversar durante </bold> a grava\xe7\xe3o para fornecer informa\xe7\xf5es adicionais."},"limit":"Grava\xe7\xe3o de v\xeddeo limitada a 5 min.","logIn":"Log in","loggedAs":"Registrado como","mediaCount_one":"{{ count }}m\xeddia","mediaCount_other":"{{ count }}m\xeddia","mediaSent_one":"Sua m\xeddia foi enviada","mediaSent_other":"Sua m\xeddia foi enviada","mySuggestion":"My suggestion","noCameraAccess":"Sem acesso \xe0 c\xe2mera","noCameraAccessDescription":"Sem acesso \xe0 c\xe2mera Permita o acesso \xe0 c\xe2mera em seu navegador.","noCameraAndMicrophoneAccess":"Sem acesso \xe0 c\xe2mera e ao microfone","noCameraAndMicrophoneAccessDescription":"Sem acesso \xe0 c\xe2mera e ao microfone Permita o acesso ao microfone e \xe0 c\xe2mera no seu navegador.","noMicrophoneAccess":"Sem acesso ao microfone","noMicrophoneAccessDescription":"Sem acesso ao microfone Permita o acesso ao microfone em seu navegador.","okay":"OK","openThread":"T\xf3pico aberto","permissionDeniedDescription":"Sem acesso \xe0 c\xe2mera e ao microfone, voc\xea n\xe3o poder\xe1 capturar fotos ou v\xeddeos para compartilhar com a equipe de suporte. Conceda acesso nas configura\xe7\xf5es do seu navegador.","permissionDeniedTitle":"Algo correu mal!","photoInstructionsTitle":"Pronto para tirar uma foto?","recordNewMedia":"Record new media","replyAttached":"Sua resposta foi anexada","scanQRCode":"Escaneie esse c\xf3digo QR com um dispositivo compat\xedvel.","screenShareInstructionsTitle":"Pronto para compartilhar sua tela?","screenTitle":"Pronto para capturar sua tela?","send":"Enviar","sendElements_one":"Enviar {{ type }}","sendElements_other":"Enviar {{ count }} elementos","showQrCode":"Mostrar c\xf3digo QR","startByClickingOnTheButton":"Start by clicking on the round button below! \uD83D\uDC47","startScreenRecording":"Iniciar grava\xe7\xe3o de tela","startScreenShareButton":"Gravar minha tela","stopScreenShareButton":"Pare de gravar","submissionDescription":"Sua foto/v\xeddeo foi enviada com sucesso. Vamos analis\xe1-lo e entrar em contato com voc\xea em breve.","submissionTitle":"Obrigado por sua submiss\xe3o!","switchToMobileDescription":"Experimente maior comodidade ao usar seu telefone para tirar fotos e gravar v\xeddeos.","switchToMobileTitle":"Mude para o seu dispositivo m\xf3vel","takeNewElement":"Capture um novo {{ type }}","thanksForYourMedia":"Thanks for your media!","upload":"upload","useDesktopVersion":"Use a vers\xe3o para desktop","videoBotError":"Sorry, an error has occured.","videoBotThinking":"Thinking...","videoInstructionsTitle":"Pronto para gravar um v\xeddeo?","waitVideo":"Um v\xeddeo pode levar at\xe9 15 segundos para ficar pronto.","yourMedia":"Your media"},"recordingPopup":{"dismiss":"Ignorar","recordingStartText":"Essa liga\xe7\xe3o ser\xe1 gravada em breve. Se voc\xea preferir n\xe3o ser gravado, sinta-se \xe0 vontade para sair da liga\xe7\xe3o neste momento.","recordingStartTitle":"A grava\xe7\xe3o est\xe1 prestes a come\xe7ar."},"requestAccess":{"admit":"Admitem","defaultName":"Um usu\xe1rio","deny":"Negar","wantToJoin":"<bold>{{name}}</bold>quer se juntar!"},"requestDevice":{"askForDevice":"Pergunte por {{device}}","declined":"Sua solicita\xe7\xe3o foi recusada.","deviceActivated":"{{device}}ativado","deviceActivationDeclined":"{{device}}ativa\xe7\xe3o declinada","request":"{{user}}gostaria que voc\xea compartilhasse seu {{device}}","requestInput":"Solicitar dispositivos de entrada","timedOut":"Sua solicita\xe7\xe3o atingiu o tempo limite.","userDeclined":"{{user}}recusou sua solicita\xe7\xe3o.","userWouldLikeYouToActivateYourDevice":"{{name}}gostaria que voc\xea ativasse seu{{device}}.","waitingForDevice":"Esperando por {{name}} n\xf3s {{device}}"},"settings":{"callSettings":"Call settings","devices":"Dispositivos","enableVideo":"Enable video","help":"Socorro","helpCenter":"Acesse a Central de Ajuda","language":"Idioma","manageRecording":"Manage recording","preferences":"Prefer\xeancias","selectYourCamera":"Selecione sua c\xe2mera preferida","selectYourLanguage":"Selecione seu idioma preferido","selectYourMicrophone":"Selecione seu microfone preferido","startRecording":"Start recording","stopRecording":"Stop recording","title":"Configura\xe7\xf5es","tools":"Tools"},"shareLink":{"failed":"Falha ao enviar o link","invalid":"Link inv\xe1lido","invoice":"{{user}}enviou uma fatura para voc\xea.","pay":"Pagar","poweredBy":"Desenvolvido por","sentToUser":"Link enviado para {{user}}","sentToUsers":"Link enviado aos usu\xe1rios","title":"Compartilhar link","title2":"Compartilhe um link"},"sharedHistory":{"shared":"Compartilhado com voc\xea"},"snapshot":{"aSnapshotHasBeenShared":"Um instant\xe2neo foi compartilhado.","error":"Ocorreu um erro ao tentar enviar o instant\xe2neo","save":"Salvar foto","sentToUser":"Instant\xe2neo enviado para {{user}}","sentToUsers":"Instant\xe2neo enviado aos usu\xe1rios.","shared":"Instant\xe2neo compartilhado.","title":"Instant\xe2neo"},"videoMenu":{"blockedCamera":"A c\xe2mera est\xe1 bloqueada.","cameraPermissions":"Aceite o compartilhamento da c\xe2mera antes de acessar essas op\xe7\xf5es.","highDef":"Alta defini\xe7\xe3o (720p)","lowDef":"Baixa defini\xe7\xe3o (240p)","sendResolution":"Resolu\xe7\xe3o de envio (m\xe1xima)","standardDef":"Defini\xe7\xe3o padr\xe3o (480p)","title":"V\xeddeo"},"virtualBackground":{"blur":"Blur","custom":"Custom","default":"Default","noCustomBackgrounds":"No custom backgrounds yet. Please contact your admin.","none":"None","setBackground":"Definir plano de fundo","title":"Plano de fundo virtual"},"youtube":{"description":"Share a YouTube video with other participants.","invalid":"URL inv\xe1lida do YouTube","share":"Assista agora","title":"Assista juntos","url":"URL DO YOUTUBE"}}');
125
72
 
126
73
 
127
74
  const $384d985bb9605c35$export$150b732325d14d04 = {
@@ -150,7 +97,8 @@ const $384d985bb9605c35$export$150b732325d14d04 = {
150
97
  translation: (0, (/*@__PURE__*/$parcel$interopDefault($45ea11a9715fe658$exports)))
151
98
  }
152
99
  };
153
- (0, $3Sbms$i18next).use((0, $3Sbms$initReactI18next)).init({
100
+ const $384d985bb9605c35$var$i18n = (0, $3Sbms$createInstance)().use((0, $3Sbms$initReactI18next));
101
+ $384d985bb9605c35$var$i18n.init({
154
102
  lng: (0, $a3e657fb86ae23f3$export$604ba5624273df44)(),
155
103
  fallbackLng: 'dev',
156
104
  resources: $384d985bb9605c35$export$150b732325d14d04,
@@ -158,7 +106,62 @@ const $384d985bb9605c35$export$150b732325d14d04 = {
158
106
  escapeValue: false
159
107
  }
160
108
  });
161
- var $384d985bb9605c35$export$2e2bcd8739ae039 = (0, $3Sbms$i18next);
109
+ var $384d985bb9605c35$export$2e2bcd8739ae039 = $384d985bb9605c35$var$i18n;
110
+
111
+
112
+ // https://github.com/voodoocreation/ts-deepmerge/blob/master/src/index.ts
113
+ const $365e765f9890497b$var$isObject = (obj)=>{
114
+ if (typeof obj === 'object' && obj !== null) {
115
+ if (typeof Object.getPrototypeOf === 'function') {
116
+ const prototype = Object.getPrototypeOf(obj);
117
+ return prototype === Object.prototype || prototype === null;
118
+ }
119
+ return Object.prototype.toString.call(obj) === '[object Object]';
120
+ }
121
+ return false;
122
+ };
123
+ const $365e765f9890497b$export$6969335ea1e4e77c = (...objects)=>objects.reduce((result, current)=>{
124
+ Object.keys(current).forEach((key)=>{
125
+ if (Array.isArray(result[key]) && Array.isArray(current[key])) result[key] = current[key];
126
+ else if ($365e765f9890497b$var$isObject(result[key]) && $365e765f9890497b$var$isObject(current[key])) result[key] = $365e765f9890497b$export$6969335ea1e4e77c(result[key], current[key]);
127
+ else result[key] = current[key];
128
+ });
129
+ return result;
130
+ }, {});
131
+
132
+
133
+
134
+ const $8834e123ded0f662$export$3a57e165650c636f = (message, options = {})=>{
135
+ (0, $3Sbms$toast)('default')({
136
+ title: message,
137
+ duration: options.duration,
138
+ icon: options.icon
139
+ });
140
+ };
141
+
142
+
143
+ const $35b37252690084e8$export$1cbfb36c1655a9a = (root, element)=>{
144
+ const mutationObserver = new MutationObserver((mutationRecords)=>{
145
+ mutationRecords.forEach((record)=>{
146
+ record.removedNodes.forEach((node)=>{
147
+ if (node.contains(element)) {
148
+ root.unmount();
149
+ mutationObserver.disconnect();
150
+ }
151
+ });
152
+ });
153
+ });
154
+ mutationObserver.observe(document.documentElement, {
155
+ childList: true,
156
+ subtree: true
157
+ });
158
+ };
159
+
160
+
161
+
162
+
163
+
164
+
162
165
 
163
166
 
164
167
 
@@ -1314,7 +1317,8 @@ class $0148b6fd862a22e8$export$2e2bcd8739ae039 {
1314
1317
  this.timerWorker = new Worker(new URL("timer.43cfcbcc.js", import.meta.url), {
1315
1318
  name: 'VirtualBackgroundTimerWorker'
1316
1319
  });
1317
- this.stream = stream;
1320
+ this.stream = new MediaStream();
1321
+ this.stream.addTrack(stream.getVideoTracks()[0]);
1318
1322
  this.image = document.createElement('video');
1319
1323
  this.image.style.display = 'none';
1320
1324
  this.image.setAttribute('autoplay', '');
@@ -1428,6 +1432,7 @@ class $0148b6fd862a22e8$export$2e2bcd8739ae039 {
1428
1432
  clean() {
1429
1433
  return new Promise((resolve)=>{
1430
1434
  this.live = false;
1435
+ this.stream.removeTrack(this.stream.getTracks()[0]);
1431
1436
  clearInterval(this.runInterval);
1432
1437
  this.image.srcObject = null;
1433
1438
  this.timerWorker.terminate();
@@ -2173,7 +2178,7 @@ class $c31e3fb4360572af$export$2e2bcd8739ae039 extends $c31e3fb4360572af$var$Str
2173
2178
  if (options.flowToken) urlParams.append('flowToken', options.flowToken);
2174
2179
  if (options.languageCode) urlParams.append('languageCode', options.languageCode);
2175
2180
  if (options.recorder) urlParams.append('isRecorder', 'true');
2176
- const { streamer_instance: instanceId, plan: { permissions: permissions, name: name }, flow: flow, flow_v0: flow_v0, company_id: company_id, company: company, defaultPublicPage: defaultPublicPage } = await fetch(`${this.config.apiUrl}/streams/${room}/info?${urlParams}`, {
2181
+ const { streamer_instance: instanceId, plan: { permissions: permissions, name: name }, flow: flow, flow_v0: flow_v0, company_id: company_id, company: company, defaultPublicPage: defaultPublicPage, videoBackgrounds: videoBackgrounds } = await fetch(`${this.config.apiUrl}/streams/${room}/info?${urlParams}`, {
2177
2182
  method: 'get',
2178
2183
  headers: {
2179
2184
  'Content-Type': 'application/json'
@@ -2183,6 +2188,7 @@ class $c31e3fb4360572af$export$2e2bcd8739ae039 extends $c31e3fb4360572af$var$Str
2183
2188
  throw new Error('Invalid room ID');
2184
2189
  });
2185
2190
  initResult.hideStreamInvite = company.hide_stream_invite;
2191
+ initResult.videoBackgrounds = videoBackgrounds;
2186
2192
  if (flow_v0) initResult.flowV0 = flow_v0;
2187
2193
  if (flow && flow.steps.length > 0) {
2188
2194
  options.recorder = true;
@@ -4955,39 +4961,29 @@ const $91d20ee7d2ade85c$export$669f6ea7d267feaf = ()=>{
4955
4961
 
4956
4962
 
4957
4963
  const $5df4888ed259ef8a$export$3e37751cffc31fd8 = [
4958
- {
4959
- id: 'background-none',
4960
- title: 'None',
4961
- value: 'none'
4962
- },
4963
- {
4964
- id: 'background-blur',
4965
- title: 'Blur',
4966
- value: 'blur'
4967
- },
4968
4964
  {
4969
4965
  id: 'background-blue',
4970
- value: `${"https://stream-assets.snapcall.io"}/backgrounds/blue_background.png`
4966
+ url: `${"https://stream-assets.snapcall.io"}/backgrounds/blue_background.png`
4971
4967
  },
4972
4968
  {
4973
4969
  id: 'background-cold',
4974
- value: `${"https://stream-assets.snapcall.io"}/backgrounds/cold_background.png`
4970
+ url: `${"https://stream-assets.snapcall.io"}/backgrounds/cold_background.png`
4975
4971
  },
4976
4972
  {
4977
4973
  id: 'background-bricks',
4978
- value: `${"https://stream-assets.snapcall.io"}/backgrounds/bricks_background.png`
4974
+ url: `${"https://stream-assets.snapcall.io"}/backgrounds/bricks_background.png`
4979
4975
  },
4980
4976
  {
4981
4977
  id: 'background-white',
4982
- value: `${"https://stream-assets.snapcall.io"}/backgrounds/white_background.png`
4978
+ url: `${"https://stream-assets.snapcall.io"}/backgrounds/white_background.png`
4983
4979
  },
4984
4980
  {
4985
4981
  id: 'background-yellow',
4986
- value: `${"https://stream-assets.snapcall.io"}/backgrounds/yellow_background.png`
4982
+ url: `${"https://stream-assets.snapcall.io"}/backgrounds/yellow_background.png`
4987
4983
  },
4988
4984
  {
4989
4985
  id: 'background-warm',
4990
- value: `${"https://stream-assets.snapcall.io"}/backgrounds/warm_background.png`
4986
+ url: `${"https://stream-assets.snapcall.io"}/backgrounds/warm_background.png`
4991
4987
  }
4992
4988
  ];
4993
4989
 
@@ -4997,8 +4993,8 @@ const $5df4888ed259ef8a$export$3e37751cffc31fd8 = [
4997
4993
  const $3f407ccccf27f166$export$73d4dc21bbbd7287 = ()=>{
4998
4994
  return (0, $3Sbms$useMutation)({
4999
4995
  mutationFn: async (background)=>{
5000
- if (background.value === 'none') await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).stopVideoBackground();
5001
- else if (background.value === 'blur') {
4996
+ if (background === 'none') await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).stopVideoBackground();
4997
+ else if (background === 'blur') {
5002
4998
  await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).setVideoBackground({
5003
4999
  blurLevel: 16,
5004
5000
  type: 'blur'
@@ -5006,7 +5002,7 @@ const $3f407ccccf27f166$export$73d4dc21bbbd7287 = ()=>{
5006
5002
  await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).initVideoBackground();
5007
5003
  } else await new Promise((resolve, reject)=>{
5008
5004
  const backgroundImage = new Image();
5009
- backgroundImage.src = background.value;
5005
+ backgroundImage.src = background;
5010
5006
  backgroundImage.crossOrigin = 'anonymous';
5011
5007
  backgroundImage.onload = async ()=>{
5012
5008
  try {
@@ -5034,28 +5030,68 @@ const $3f407ccccf27f166$export$73d4dc21bbbd7287 = ()=>{
5034
5030
 
5035
5031
 
5036
5032
 
5037
- let $81a00a4f4c395b02$var$selectedBackground = (0, $5df4888ed259ef8a$export$3e37751cffc31fd8)[0];
5033
+
5034
+
5035
+
5036
+
5037
+ const $63c2f8f68c28faa5$export$4410a5c3f11305d5 = ({ url: url, icon: icon, isSelected: isSelected, tooltip: tooltip, onClick: onClick })=>{
5038
+ return /*#__PURE__*/ (0, $3Sbms$jsxs)((0, $3Sbms$Tooltip), {
5039
+ children: [
5040
+ tooltip && /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$TooltipContent), {
5041
+ children: tooltip
5042
+ }),
5043
+ /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$TooltipTrigger), {
5044
+ asChild: true,
5045
+ children: /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5046
+ className: (0, $3Sbms$classnames)('w-14 h-14 bg-white rounded-lg cursor-pointer', 'flex items-center justify-center relative border-2', isSelected ? 'border-blue-700' : 'border-gray-200'),
5047
+ onClick: onClick,
5048
+ children: url ? /*#__PURE__*/ (0, $3Sbms$jsx)("img", {
5049
+ src: url,
5050
+ alt: "",
5051
+ className: "w-full h-full object-cover rounded-md"
5052
+ }) : icon ? /*#__PURE__*/ (0, $3Sbms$cloneElement)(icon, {
5053
+ className: 'text-black',
5054
+ size: 18
5055
+ }) : '?'
5056
+ })
5057
+ })
5058
+ ]
5059
+ });
5060
+ };
5061
+
5062
+
5063
+
5038
5064
  const $81a00a4f4c395b02$export$c47f5640f2ce81ca = ()=>{
5039
5065
  const { t: t } = (0, $3Sbms$useTranslation)();
5040
- const [carouselApi, setCarouselApi] = (0, $3Sbms$useState)(null);
5066
+ const { clientInitResult: clientInitResult, options: options } = (0, $3Sbms$useContext)((0, $5f30d8bf4f04621e$export$2e2bcd8739ae039));
5067
+ const [selectedBackground, setSelectedBackground] = (0, $3Sbms$useState)('none');
5041
5068
  const devicesState = (0, $a0cdb77427f37cfe$export$9f1846b6ccad1893)();
5042
5069
  const setBackground = (0, $3f407ccccf27f166$export$73d4dc21bbbd7287)();
5043
5070
  const enableVideo = (0, $3Sbms$useMutation)({
5044
5071
  mutationFn: ()=>(0, $c9e496369b59be7a$export$2f377c2162fd02b2).enableVideo()
5045
5072
  });
5046
- (0, $3Sbms$useEffect)(()=>{
5047
- if (carouselApi) {
5048
- const index = (0, $5df4888ed259ef8a$export$3e37751cffc31fd8).findIndex((option)=>option.id === $81a00a4f4c395b02$var$selectedBackground.id);
5049
- carouselApi.scrollTo(index);
5050
- }
5051
- }, [
5052
- carouselApi
5053
- ]);
5073
+ const isInIframe = window.location !== window.parent.location;
5074
+ if (isInIframe) return /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5075
+ className: "flex flex-col gap-4 items-start",
5076
+ children: [
5077
+ /*#__PURE__*/ (0, $3Sbms$jsx)("h4", {
5078
+ children: t('iframe.featureNotAvailableInContext')
5079
+ }),
5080
+ /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$Button), {
5081
+ size: "sm",
5082
+ onClick: ()=>{
5083
+ const url = options.sharedURL || window.location.href;
5084
+ window.open(url, '_blank', 'noopener,noreferrer');
5085
+ },
5086
+ children: t('menu.openNewTab')
5087
+ })
5088
+ ]
5089
+ });
5054
5090
  return /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5055
- className: "flex flex-col gap-4 flex-1 min-w-0",
5091
+ className: "flex gap-4",
5056
5092
  children: [
5057
5093
  /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5058
- className: "w-[250px] h-[250px] bg-gray-200 border border-gray-200 rounded-lg **:rounded-lg mx-auto relative",
5094
+ className: "w-[250px] h-[250px] bg-gray-200 border border-gray-200 rounded-lg **:rounded-lg mx-auto relative flex-1",
5059
5095
  children: devicesState.isLoading ? /*#__PURE__*/ (0, $3Sbms$jsx)((0, $91d20ee7d2ade85c$export$669f6ea7d267feaf), {}) : devicesState.data?.camera.enabled ? /*#__PURE__*/ (0, $3Sbms$jsxs)((0, $3Sbms$Fragment), {
5060
5096
  children: [
5061
5097
  setBackground.isPending && /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
@@ -5075,66 +5111,86 @@ const $81a00a4f4c395b02$export$c47f5640f2ce81ca = ()=>{
5075
5111
  })
5076
5112
  })
5077
5113
  }),
5078
- /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$Separator), {}),
5079
- /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5080
- className: "w-fit max-w-full self-center px-[60px]",
5081
- children: /*#__PURE__*/ (0, $3Sbms$jsxs)((0, $3Sbms$Carousel), {
5082
- setApi: setCarouselApi,
5083
- opts: {
5084
- align: 'start'
5085
- },
5086
- className: "relative py-2 bg-gray-50 rounded-lg",
5087
- children: [
5088
- /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$CarouselContent), {
5089
- className: "-ml-2",
5090
- children: (0, $5df4888ed259ef8a$export$3e37751cffc31fd8).map((option, index)=>/*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$CarouselItem), {
5091
- className: (0, $3Sbms$classnames)('basis-auto first:pl-4 pl-2 last:pr-4 group', devicesState.data?.camera.enabled ? 'cursor-pointer' : 'cursor-not-allowed opacity-50'),
5092
- "data-state": $81a00a4f4c395b02$var$selectedBackground.id === option.id ? 'on' : 'off',
5093
- onClick: ()=>{
5094
- if (!setBackground.isPending && devicesState.data?.camera.enabled) {
5095
- $81a00a4f4c395b02$var$selectedBackground = option;
5096
- carouselApi?.scrollTo(index);
5097
- setBackground.mutate(option);
5114
+ /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5115
+ className: "flex flex-col gap-4 flex-1",
5116
+ children: [
5117
+ /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5118
+ className: "flex flex-col gap-2",
5119
+ children: [
5120
+ /*#__PURE__*/ (0, $3Sbms$jsx)("p", {
5121
+ className: "text-sm font-medium",
5122
+ children: t('virtualBackground.default')
5123
+ }),
5124
+ /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5125
+ className: "flex gap-2 flex-wrap",
5126
+ children: [
5127
+ /*#__PURE__*/ (0, $3Sbms$jsx)((0, $63c2f8f68c28faa5$export$4410a5c3f11305d5), {
5128
+ icon: /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$XCircleIcon), {
5129
+ duotone: true
5130
+ }),
5131
+ tooltip: t('virtualBackground.none'),
5132
+ isSelected: selectedBackground === 'none',
5133
+ onClick: ()=>{
5134
+ if (!setBackground.isPending && devicesState.data?.camera.enabled) {
5135
+ setSelectedBackground('none');
5136
+ setBackground.mutate('none');
5137
+ }
5098
5138
  }
5099
- },
5100
- children: /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5101
- className: "flex justify-between w-[130px] h-[100px] p-2 border border-gray-200 rounded-lg bg-cover bg-center",
5102
- style: {
5103
- backgroundImage: option.value.includes('.png') ? `url(${option.value})` : 'none'
5104
- },
5105
- children: [
5106
- /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5107
- className: "flex-1"
5108
- }),
5109
- /*#__PURE__*/ (0, $3Sbms$jsx)("span", {
5110
- className: "self-center text-black text-sm font-medium",
5111
- children: option.title || ''
5112
- }),
5113
- /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5114
- className: "flex-1 flex justify-end self-start",
5115
- children: /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5116
- className: "flex items-center justify-center w-4 h-4 bg-gray-100 border border-gray-200 group-data-[state=on]:border-blue-700 rounded-full",
5117
- children: /*#__PURE__*/ (0, $3Sbms$jsx)("span", {
5118
- className: "h-2 w-2 rounded-full bg-blue-700 group-data-[state=off]:bg-transparent"
5119
- })
5120
- })
5121
- })
5122
- ]
5123
- })
5124
- }, option.id))
5125
- }),
5126
- /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$CarouselPrevious), {
5127
- className: "bg-gray-100",
5128
- variant: "outline",
5129
- size: "sm"
5130
- }),
5131
- /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$CarouselNext), {
5132
- className: "bg-gray-100",
5133
- variant: "outline",
5134
- size: "sm"
5135
- })
5136
- ]
5137
- })
5139
+ }),
5140
+ /*#__PURE__*/ (0, $3Sbms$jsx)((0, $63c2f8f68c28faa5$export$4410a5c3f11305d5), {
5141
+ icon: /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$UserSquareIcon), {
5142
+ duotone: true
5143
+ }),
5144
+ tooltip: t('virtualBackground.blur'),
5145
+ isSelected: selectedBackground === 'blur',
5146
+ onClick: ()=>{
5147
+ if (!setBackground.isPending && devicesState.data?.camera.enabled) {
5148
+ setSelectedBackground('blur');
5149
+ setBackground.mutate('blur');
5150
+ }
5151
+ }
5152
+ }),
5153
+ (0, $5df4888ed259ef8a$export$3e37751cffc31fd8).map((option)=>/*#__PURE__*/ (0, $3Sbms$jsx)((0, $63c2f8f68c28faa5$export$4410a5c3f11305d5), {
5154
+ isSelected: selectedBackground === option.id,
5155
+ url: option.url,
5156
+ onClick: ()=>{
5157
+ if (!setBackground.isPending && devicesState.data?.camera.enabled) {
5158
+ setSelectedBackground(option.id);
5159
+ setBackground.mutate(option.url);
5160
+ }
5161
+ }
5162
+ }, option.id))
5163
+ ]
5164
+ })
5165
+ ]
5166
+ }),
5167
+ /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$Separator), {}),
5168
+ /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
5169
+ className: "flex flex-col gap-2",
5170
+ children: [
5171
+ /*#__PURE__*/ (0, $3Sbms$jsx)("p", {
5172
+ className: "text-sm font-medium",
5173
+ children: t('virtualBackground.custom')
5174
+ }),
5175
+ clientInitResult.videoBackgrounds?.length ? /*#__PURE__*/ (0, $3Sbms$jsx)("div", {
5176
+ className: "flex flex-wrap gap-2",
5177
+ children: clientInitResult.videoBackgrounds.map((background, index)=>/*#__PURE__*/ (0, $3Sbms$jsx)((0, $63c2f8f68c28faa5$export$4410a5c3f11305d5), {
5178
+ isSelected: selectedBackground === background,
5179
+ url: background,
5180
+ onClick: ()=>{
5181
+ if (!setBackground.isPending && devicesState.data?.camera.enabled) {
5182
+ setSelectedBackground(background);
5183
+ setBackground.mutate(background);
5184
+ }
5185
+ }
5186
+ }, index))
5187
+ }) : /*#__PURE__*/ (0, $3Sbms$jsx)("p", {
5188
+ className: "text-xs text-gray-700",
5189
+ children: t('virtualBackground.noCustomBackgrounds')
5190
+ })
5191
+ ]
5192
+ })
5193
+ ]
5138
5194
  })
5139
5195
  ]
5140
5196
  });
@@ -12159,7 +12215,7 @@ const $26ed036cbc17809a$var$endViewStates = [
12159
12215
  'full'
12160
12216
  ];
12161
12217
  const $26ed036cbc17809a$var$StreamUI = ({ options: baseOptions })=>{
12162
- const { t: t } = (0, $3Sbms$useTranslation)();
12218
+ const { t: t, i18n: i18n } = (0, $3Sbms$useTranslation)();
12163
12219
  const { toast: toast } = (0, $3Sbms$useToast)();
12164
12220
  const [options, setOptions] = (0, $3Sbms$useState)(baseOptions);
12165
12221
  const [selfPeerId, setSelfPeerId] = (0, $3Sbms$useState)(undefined);
@@ -12399,12 +12455,13 @@ const $26ed036cbc17809a$var$StreamUI = ({ options: baseOptions })=>{
12399
12455
  const translationLanguage = (0, $384d985bb9605c35$export$150b732325d14d04)[language] || (0, $384d985bb9605c35$export$150b732325d14d04)[slicedLanguage];
12400
12456
  if (!translationLanguage) setLanguage('en');
12401
12457
  else try {
12402
- (0, $384d985bb9605c35$export$2e2bcd8739ae039).changeLanguage(language);
12458
+ i18n.changeLanguage(language);
12403
12459
  } catch (localStorageError) {
12404
12460
  console.warn(localStorageError);
12405
12461
  }
12406
12462
  }, [
12407
- language
12463
+ language,
12464
+ i18n
12408
12465
  ]);
12409
12466
  (0, $3Sbms$useEffect)(()=>{
12410
12467
  (0, $c9e496369b59be7a$export$2f377c2162fd02b2).addEventListener('initialized', onClientInitialized);
@@ -12621,7 +12678,7 @@ var $26ed036cbc17809a$export$2e2bcd8739ae039 = $26ed036cbc17809a$var$StreamUI;
12621
12678
 
12622
12679
 
12623
12680
  var $1e2747ca72d0ab49$exports = {};
12624
- $1e2747ca72d0ab49$exports = "/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */\n@layer properties {\n @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {\n *, :before, :after, ::backdrop {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-translate-z: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-scale-z: 1;\n --tw-rotate-x: initial;\n --tw-rotate-y: initial;\n --tw-rotate-z: initial;\n --tw-skew-x: initial;\n --tw-skew-y: initial;\n --tw-space-y-reverse: 0;\n --tw-space-x-reverse: 0;\n --tw-divide-x-reverse: 0;\n --tw-border-style: solid;\n --tw-divide-y-reverse: 0;\n --tw-leading: initial;\n --tw-font-weight: initial;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-color: initial;\n --tw-shadow-alpha: 100%;\n --tw-inset-shadow: 0 0 #0000;\n --tw-inset-shadow-color: initial;\n --tw-inset-shadow-alpha: 100%;\n --tw-ring-color: initial;\n --tw-ring-shadow: 0 0 #0000;\n --tw-inset-ring-color: initial;\n --tw-inset-ring-shadow: 0 0 #0000;\n --tw-ring-inset: initial;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-outline-style: solid;\n --tw-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-backdrop-blur: initial;\n --tw-backdrop-brightness: initial;\n --tw-backdrop-contrast: initial;\n --tw-backdrop-grayscale: initial;\n --tw-backdrop-hue-rotate: initial;\n --tw-backdrop-invert: initial;\n --tw-backdrop-opacity: initial;\n --tw-backdrop-saturate: initial;\n --tw-backdrop-sepia: initial;\n --tw-duration: initial;\n --tw-ease: initial;\n }\n }\n}\n\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --spacing: .25rem;\n --container-xs: 20rem;\n --container-sm: 24rem;\n --container-md: 28rem;\n --font-weight-light: 300;\n --font-weight-normal: 400;\n --font-weight-medium: 500;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --radius-sm: .25rem;\n --radius-md: .375rem;\n --radius-lg: .5rem;\n --radius-xl: .75rem;\n --radius-2xl: 1rem;\n --radius-3xl: 1.5rem;\n --ease-in-out: cubic-bezier(.4, 0, .2, 1);\n --animate-spin: spin 1s linear infinite;\n --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;\n --blur-xs: 4px;\n --blur-md: 12px;\n --blur-lg: 16px;\n --default-transition-duration: .15s;\n --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n --text-xs: 12px;\n --text-xs--line-height: 16px;\n --text-xs--letter-spacing: -.02em;\n --text-sm: 14px;\n --text-sm--line-height: 20px;\n --text-sm--letter-spacing: -.02em;\n --text-md: 16px;\n --text-md--line-height: 20px;\n --text-md--letter-spacing: -.02em;\n --text-lg: 18px;\n --text-lg--line-height: 22px;\n --text-lg--letter-spacing: -.02em;\n --text-xl: 20px;\n --text-xl--line-height: 24px;\n --text-xl--letter-spacing: -.02em;\n --text-2xl: 24px;\n --text-2xl--line-height: 32px;\n --text-2xl--letter-spacing: -.02em;\n --text-3xl: 30px;\n --text-3xl--line-height: 38px;\n --text-3xl--letter-spacing: -.02em;\n --text-4xl: 36px;\n --text-4xl--line-height: 44px;\n --text-4xl--letter-spacing: -.02em;\n --text-5xl: 48px;\n --text-5xl--line-height: 60px;\n --text-5xl--letter-spacing: -.02em;\n --text-6xl: 60px;\n --text-6xl--line-height: 72px;\n --text-6xl--letter-spacing: -.02em;\n --text-7xl: 72px;\n --text-7xl--line-height: 90px;\n --text-7xl--letter-spacing: -.02em;\n --animate-accordion-down: accordion-down .2s ease-out;\n --animate-accordion-up: accordion-up .2s ease-out;\n --color-black: var(--color-black);\n --color-white: var(--color-white);\n --color-gray-25: var(--color-gray-25);\n --color-gray-50: var(--color-gray-50);\n --color-gray-100: var(--color-gray-100);\n --color-gray-200: var(--color-gray-200);\n --color-gray-300: var(--color-gray-300);\n --color-gray-400: var(--color-gray-400);\n --color-gray-500: var(--color-gray-500);\n --color-gray-600: var(--color-gray-600);\n --color-gray-700: var(--color-gray-700);\n --color-gray-800: var(--color-gray-800);\n --color-gray-900: var(--color-gray-900);\n --color-gray-1000: var(--color-gray-1000);\n --color-blue-25: var(--color-blue-25);\n --color-blue-50: var(--color-blue-50);\n --color-blue-100: var(--color-blue-100);\n --color-blue-200: var(--color-blue-200);\n --color-blue-300: var(--color-blue-300);\n --color-blue-400: var(--color-blue-400);\n --color-blue-500: var(--color-blue-500);\n --color-blue-600: var(--color-blue-600);\n --color-blue-700: var(--color-blue-700);\n --color-blue-800: var(--color-blue-800);\n --color-blue-900: var(--color-blue-900);\n --color-blue-1000: var(--color-blue-1000);\n --color-red-25: var(--color-red-25);\n --color-red-50: var(--color-red-50);\n --color-red-100: var(--color-red-100);\n --color-red-200: var(--color-red-200);\n --color-red-300: var(--color-red-300);\n --color-red-400: var(--color-red-400);\n --color-red-500: var(--color-red-500);\n --color-red-600: var(--color-red-600);\n --color-red-700: var(--color-red-700);\n --color-red-800: var(--color-red-800);\n --color-red-900: var(--color-red-900);\n --color-red-1000: var(--color-red-1000);\n --color-amber-25: var(--color-amber-25);\n --color-amber-50: var(--color-amber-50);\n --color-amber-100: var(--color-amber-100);\n --color-amber-200: var(--color-amber-200);\n --color-amber-300: var(--color-amber-300);\n --color-amber-400: var(--color-amber-400);\n --color-amber-500: var(--color-amber-500);\n --color-amber-600: var(--color-amber-600);\n --color-amber-700: var(--color-amber-700);\n --color-amber-800: var(--color-amber-800);\n --color-amber-900: var(--color-amber-900);\n --color-amber-1000: var(--color-amber-1000);\n --color-green-25: var(--color-green-25);\n --color-green-50: var(--color-green-50);\n --color-green-100: var(--color-green-100);\n --color-green-200: var(--color-green-200);\n --color-green-300: var(--color-green-300);\n --color-green-400: var(--color-green-400);\n --color-green-500: var(--color-green-500);\n --color-green-600: var(--color-green-600);\n --color-green-700: var(--color-green-700);\n --color-green-800: var(--color-green-800);\n --color-green-900: var(--color-green-900);\n --color-green-1000: var(--color-green-1000);\n --color-tomato-25: var(--color-tomato-25);\n --color-tomato-50: var(--color-tomato-50);\n --color-tomato-100: var(--color-tomato-100);\n --color-tomato-200: var(--color-tomato-200);\n --color-tomato-300: var(--color-tomato-300);\n --color-tomato-400: var(--color-tomato-400);\n --color-tomato-500: var(--color-tomato-500);\n --color-tomato-600: var(--color-tomato-600);\n --color-tomato-700: var(--color-tomato-700);\n --color-tomato-800: var(--color-tomato-800);\n --color-tomato-900: var(--color-tomato-900);\n --color-tomato-1000: var(--color-tomato-1000);\n --color-crimson-25: var(--color-crimson-25);\n --color-crimson-50: var(--color-crimson-50);\n --color-crimson-100: var(--color-crimson-100);\n --color-crimson-200: var(--color-crimson-200);\n --color-crimson-300: var(--color-crimson-300);\n --color-crimson-400: var(--color-crimson-400);\n --color-crimson-500: var(--color-crimson-500);\n --color-crimson-600: var(--color-crimson-600);\n --color-crimson-700: var(--color-crimson-700);\n --color-crimson-800: var(--color-crimson-800);\n --color-crimson-900: var(--color-crimson-900);\n --color-crimson-1000: var(--color-crimson-1000);\n --color-pink-25: var(--color-pink-25);\n --color-pink-50: var(--color-pink-50);\n --color-pink-100: var(--color-pink-100);\n --color-pink-200: var(--color-pink-200);\n --color-pink-300: var(--color-pink-300);\n --color-pink-400: var(--color-pink-400);\n --color-pink-500: var(--color-pink-500);\n --color-pink-600: var(--color-pink-600);\n --color-pink-700: var(--color-pink-700);\n --color-pink-800: var(--color-pink-800);\n --color-pink-900: var(--color-pink-900);\n --color-pink-1000: var(--color-pink-1000);\n --color-plum-25: var(--color-plum-25);\n --color-plum-50: var(--color-plum-50);\n --color-plum-100: var(--color-plum-100);\n --color-plum-200: var(--color-plum-200);\n --color-plum-300: var(--color-plum-300);\n --color-plum-400: var(--color-plum-400);\n --color-plum-500: var(--color-plum-500);\n --color-plum-600: var(--color-plum-600);\n --color-plum-700: var(--color-plum-700);\n --color-plum-800: var(--color-plum-800);\n --color-plum-900: var(--color-plum-900);\n --color-plum-1000: var(--color-plum-1000);\n --color-purple-25: var(--color-purple-25);\n --color-purple-50: var(--color-purple-50);\n --color-purple-100: var(--color-purple-100);\n --color-purple-200: var(--color-purple-200);\n --color-purple-300: var(--color-purple-300);\n --color-purple-400: var(--color-purple-400);\n --color-purple-500: var(--color-purple-500);\n --color-purple-600: var(--color-purple-600);\n --color-purple-700: var(--color-purple-700);\n --color-purple-800: var(--color-purple-800);\n --color-purple-900: var(--color-purple-900);\n --color-purple-1000: var(--color-purple-1000);\n --color-violet-25: var(--color-violet-25);\n --color-violet-50: var(--color-violet-50);\n --color-violet-100: var(--color-violet-100);\n --color-violet-200: var(--color-violet-200);\n --color-violet-300: var(--color-violet-300);\n --color-violet-400: var(--color-violet-400);\n --color-violet-500: var(--color-violet-500);\n --color-violet-600: var(--color-violet-600);\n --color-violet-700: var(--color-violet-700);\n --color-violet-800: var(--color-violet-800);\n --color-violet-900: var(--color-violet-900);\n --color-violet-1000: var(--color-violet-1000);\n --color-indigo-25: var(--color-indigo-25);\n --color-indigo-50: var(--color-indigo-50);\n --color-indigo-100: var(--color-indigo-100);\n --color-indigo-200: var(--color-indigo-200);\n --color-indigo-300: var(--color-indigo-300);\n --color-indigo-400: var(--color-indigo-400);\n --color-indigo-500: var(--color-indigo-500);\n --color-indigo-600: var(--color-indigo-600);\n --color-indigo-700: var(--color-indigo-700);\n --color-indigo-800: var(--color-indigo-800);\n --color-indigo-900: var(--color-indigo-900);\n --color-indigo-1000: var(--color-indigo-1000);\n --color-cyan-25: var(--color-cyan-25);\n --color-cyan-50: var(--color-cyan-50);\n --color-cyan-100: var(--color-cyan-100);\n --color-cyan-200: var(--color-cyan-200);\n --color-cyan-300: var(--color-cyan-300);\n --color-cyan-400: var(--color-cyan-400);\n --color-cyan-500: var(--color-cyan-500);\n --color-cyan-600: var(--color-cyan-600);\n --color-cyan-700: var(--color-cyan-700);\n --color-cyan-800: var(--color-cyan-800);\n --color-cyan-900: var(--color-cyan-900);\n --color-cyan-1000: var(--color-cyan-1000);\n --color-teal-25: var(--color-teal-25);\n --color-teal-50: var(--color-teal-50);\n --color-teal-100: var(--color-teal-100);\n --color-teal-200: var(--color-teal-200);\n --color-teal-300: var(--color-teal-300);\n --color-teal-400: var(--color-teal-400);\n --color-teal-500: var(--color-teal-500);\n --color-teal-600: var(--color-teal-600);\n --color-teal-700: var(--color-teal-700);\n --color-teal-800: var(--color-teal-800);\n --color-teal-900: var(--color-teal-900);\n --color-teal-1000: var(--color-teal-1000);\n --color-grass-25: var(--color-grass-25);\n --color-grass-50: var(--color-grass-50);\n --color-grass-100: var(--color-grass-100);\n --color-grass-200: var(--color-grass-200);\n --color-grass-300: var(--color-grass-300);\n --color-grass-400: var(--color-grass-400);\n --color-grass-500: var(--color-grass-500);\n --color-grass-600: var(--color-grass-600);\n --color-grass-700: var(--color-grass-700);\n --color-grass-800: var(--color-grass-800);\n --color-grass-900: var(--color-grass-900);\n --color-grass-1000: var(--color-grass-1000);\n --color-brown-25: var(--color-brown-25);\n --color-brown-50: var(--color-brown-50);\n --color-brown-100: var(--color-brown-100);\n --color-brown-200: var(--color-brown-200);\n --color-brown-300: var(--color-brown-300);\n --color-brown-400: var(--color-brown-400);\n --color-brown-500: var(--color-brown-500);\n --color-brown-600: var(--color-brown-600);\n --color-brown-700: var(--color-brown-700);\n --color-brown-800: var(--color-brown-800);\n --color-brown-900: var(--color-brown-900);\n --color-brown-1000: var(--color-brown-1000);\n --color-orange-25: var(--color-orange-25);\n --color-orange-50: var(--color-orange-50);\n --color-orange-100: var(--color-orange-100);\n --color-orange-200: var(--color-orange-200);\n --color-orange-300: var(--color-orange-300);\n --color-orange-400: var(--color-orange-400);\n --color-orange-500: var(--color-orange-500);\n --color-orange-600: var(--color-orange-600);\n --color-orange-700: var(--color-orange-700);\n --color-orange-800: var(--color-orange-800);\n --color-orange-900: var(--color-orange-900);\n --color-orange-1000: var(--color-orange-1000);\n --color-sky-25: var(--color-sky-25);\n --color-sky-50: var(--color-sky-50);\n --color-sky-100: var(--color-sky-100);\n --color-sky-200: var(--color-sky-200);\n --color-sky-300: var(--color-sky-300);\n --color-sky-400: var(--color-sky-400);\n --color-sky-500: var(--color-sky-500);\n --color-sky-600: var(--color-sky-600);\n --color-sky-700: var(--color-sky-700);\n --color-sky-800: var(--color-sky-800);\n --color-sky-900: var(--color-sky-900);\n --color-sky-1000: var(--color-sky-1000);\n --color-mint-25: var(--color-mint-25);\n --color-mint-50: var(--color-mint-50);\n --color-mint-100: var(--color-mint-100);\n --color-mint-200: var(--color-mint-200);\n --color-mint-300: var(--color-mint-300);\n --color-mint-400: var(--color-mint-400);\n --color-mint-500: var(--color-mint-500);\n --color-mint-600: var(--color-mint-600);\n --color-mint-700: var(--color-mint-700);\n --color-mint-800: var(--color-mint-800);\n --color-mint-900: var(--color-mint-900);\n --color-mint-1000: var(--color-mint-1000);\n --color-lime-25: var(--color-lime-25);\n --color-lime-50: var(--color-lime-50);\n --color-lime-100: var(--color-lime-100);\n --color-lime-200: var(--color-lime-200);\n --color-lime-300: var(--color-lime-300);\n --color-lime-400: var(--color-lime-400);\n --color-lime-500: var(--color-lime-500);\n --color-lime-600: var(--color-lime-600);\n --color-lime-700: var(--color-lime-700);\n --color-lime-800: var(--color-lime-800);\n --color-lime-900: var(--color-lime-900);\n --color-lime-1000: var(--color-lime-1000);\n --color-yellow-25: var(--color-yellow-25);\n --color-yellow-50: var(--color-yellow-50);\n --color-yellow-100: var(--color-yellow-100);\n --color-yellow-200: var(--color-yellow-200);\n --color-yellow-300: var(--color-yellow-300);\n --color-yellow-400: var(--color-yellow-400);\n --color-yellow-500: var(--color-yellow-500);\n --color-yellow-600: var(--color-yellow-600);\n --color-yellow-700: var(--color-yellow-700);\n --color-yellow-800: var(--color-yellow-800);\n --color-yellow-900: var(--color-yellow-900);\n --color-yellow-1000: var(--color-yellow-1000);\n --color-gold-25: var(--color-gold-25);\n --color-gold-50: var(--color-gold-50);\n --color-gold-100: var(--color-gold-100);\n --color-gold-200: var(--color-gold-200);\n --color-gold-300: var(--color-gold-300);\n --color-gold-400: var(--color-gold-400);\n --color-gold-500: var(--color-gold-500);\n --color-gold-600: var(--color-gold-600);\n --color-gold-700: var(--color-gold-700);\n --color-gold-800: var(--color-gold-800);\n --color-gold-900: var(--color-gold-900);\n --color-gold-1000: var(--color-gold-1000);\n --color-bronze-25: var(--color-bronze-25);\n --color-bronze-50: var(--color-bronze-50);\n --color-bronze-100: var(--color-bronze-100);\n --color-bronze-200: var(--color-bronze-200);\n --color-bronze-300: var(--color-bronze-300);\n --color-bronze-400: var(--color-bronze-400);\n --color-bronze-500: var(--color-bronze-500);\n --color-bronze-600: var(--color-bronze-600);\n --color-bronze-700: var(--color-bronze-700);\n --color-bronze-800: var(--color-bronze-800);\n --color-bronze-900: var(--color-bronze-900);\n --color-bronze-1000: var(--color-bronze-1000);\n --animate-flash: flash .8s forwards;\n --background-image-pattern: radial-gradient(50% 50% at 50% 50%, #006aff33 0%, #006aff00 100%), linear-gradient(180deg, transparent 0%, #fff 100%), linear-gradient(0deg, transparent 0%, #ffffffbf 100%), url(\"data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 40V41H41V40H40ZM39 0V40H41V0H39ZM40 39H0V41H40V39Z' fill='%23E8E8E8' mask='url(%23path-1-inside-1_124_242)'/%3E%3C/svg%3E\");\n }\n}\n\n@layer base {\n *, :after, :before, ::backdrop {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n ::file-selector-button {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n html, :host {\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n line-height: 1.5;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n\n abbr:where([title]) {\n text-decoration: underline dotted;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n\n b, strong {\n font-weight: bolder;\n }\n\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n\n small {\n font-size: 80%;\n }\n\n sub, sup {\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n position: relative;\n }\n\n sub {\n bottom: -.25em;\n }\n\n sup {\n top: -.5em;\n }\n\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n\n :-moz-focusring {\n outline: auto;\n }\n\n progress {\n vertical-align: baseline;\n }\n\n summary {\n display: list-item;\n }\n\n ol, ul, menu {\n list-style: none;\n }\n\n img, svg, video, canvas, audio, iframe, embed, object {\n vertical-align: middle;\n display: block;\n }\n\n img, video {\n max-width: 100%;\n height: auto;\n }\n\n button, input, select, optgroup, textarea {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n\n ::placeholder {\n opacity: 1;\n }\n\n @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: currentColor;\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n ::placeholder {\n color: color-mix(in oklab, currentcolor 50%, transparent);\n }\n }\n }\n\n textarea {\n resize: vertical;\n }\n\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n\n ::-webkit-datetime-edit {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-year-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-month-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-day-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-hour-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-minute-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-second-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-millisecond-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n\n :-moz-ui-invalid {\n box-shadow: none;\n }\n\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]) {\n appearance: button;\n }\n\n ::file-selector-button {\n appearance: button;\n }\n\n ::-webkit-inner-spin-button {\n height: auto;\n }\n\n ::-webkit-outer-spin-button {\n height: auto;\n }\n\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n\n button:not(:disabled), [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n}\n\n@layer components;\n\n@layer utilities {\n .pointer-events-auto {\n pointer-events: auto;\n }\n\n .pointer-events-none {\n pointer-events: none;\n }\n\n .invisible {\n visibility: hidden;\n }\n\n .sr-only {\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n position: absolute;\n overflow: hidden;\n }\n\n .absolute {\n position: absolute;\n }\n\n .fixed {\n position: fixed;\n }\n\n .relative {\n position: relative;\n }\n\n .static {\n position: static;\n }\n\n .inset-0 {\n inset: calc(var(--spacing) * 0);\n }\n\n .inset-x-0 {\n inset-inline: calc(var(--spacing) * 0);\n }\n\n .inset-y-0 {\n inset-block: calc(var(--spacing) * 0);\n }\n\n .-top-12 {\n top: calc(var(--spacing) * -12);\n }\n\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n\n .top-1\\/2 {\n top: 50%;\n }\n\n .top-2 {\n top: calc(var(--spacing) * 2);\n }\n\n .top-6 {\n top: calc(var(--spacing) * 6);\n }\n\n .top-8 {\n top: calc(var(--spacing) * 8);\n }\n\n .top-\\[50\\%\\] {\n top: 50%;\n }\n\n .top-auto {\n top: auto;\n }\n\n .-right-12 {\n right: calc(var(--spacing) * -12);\n }\n\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n\n .right-1 {\n right: calc(var(--spacing) * 1);\n }\n\n .right-2 {\n right: calc(var(--spacing) * 2);\n }\n\n .right-6 {\n right: calc(var(--spacing) * 6);\n }\n\n .right-\\[10px\\] {\n right: 10px;\n }\n\n .-bottom-12 {\n bottom: calc(var(--spacing) * -12);\n }\n\n .bottom-0 {\n bottom: calc(var(--spacing) * 0);\n }\n\n .bottom-2 {\n bottom: calc(var(--spacing) * 2);\n }\n\n .bottom-\\[-15px\\] {\n bottom: -15px;\n }\n\n .bottom-\\[1px\\] {\n bottom: 1px;\n }\n\n .-left-12 {\n left: calc(var(--spacing) * -12);\n }\n\n .left-0 {\n left: calc(var(--spacing) * 0);\n }\n\n .left-1 {\n left: calc(var(--spacing) * 1);\n }\n\n .left-1\\/2 {\n left: 50%;\n }\n\n .left-2 {\n left: calc(var(--spacing) * 2);\n }\n\n .left-\\[50\\%\\] {\n left: 50%;\n }\n\n .z-20 {\n z-index: 20;\n }\n\n .z-30 {\n z-index: 30;\n }\n\n .z-35 {\n z-index: 35;\n }\n\n .z-40 {\n z-index: 40;\n }\n\n .z-50 {\n z-index: 50;\n }\n\n .z-100 {\n z-index: 100;\n }\n\n .z-150 {\n z-index: 150;\n }\n\n .z-\\[15\\] {\n z-index: 15;\n }\n\n .z-\\[21\\] {\n z-index: 21;\n }\n\n .container {\n width: 100%;\n }\n\n @media (width >= 40rem) {\n .container {\n max-width: 40rem;\n }\n }\n\n @media (width >= 48rem) {\n .container {\n max-width: 48rem;\n }\n }\n\n @media (width >= 64rem) {\n .container {\n max-width: 64rem;\n }\n }\n\n @media (width >= 80rem) {\n .container {\n max-width: 80rem;\n }\n }\n\n @media (width >= 96rem) {\n .container {\n max-width: 96rem;\n }\n }\n\n .m-auto {\n margin: auto;\n }\n\n .-mx-1 {\n margin-inline: calc(var(--spacing) * -1);\n }\n\n .mx-1 {\n margin-inline: calc(var(--spacing) * 1);\n }\n\n .mx-auto {\n margin-inline: auto;\n }\n\n .my-1 {\n margin-block: calc(var(--spacing) * 1);\n }\n\n .-mt-4 {\n margin-top: calc(var(--spacing) * -4);\n }\n\n .mt-1 {\n margin-top: calc(var(--spacing) * 1);\n }\n\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n\n .mt-\\[14px\\] {\n margin-top: 14px;\n }\n\n .mt-auto {\n margin-top: auto;\n }\n\n .-mr-2 {\n margin-right: calc(var(--spacing) * -2);\n }\n\n .mr-2\\.5 {\n margin-right: calc(var(--spacing) * 2.5);\n }\n\n .mr-7 {\n margin-right: calc(var(--spacing) * 7);\n }\n\n .mr-9 {\n margin-right: calc(var(--spacing) * 9);\n }\n\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n\n .mb-6 {\n margin-bottom: calc(var(--spacing) * 6);\n }\n\n .mb-\\[9px\\] {\n margin-bottom: 9px;\n }\n\n .-ml-2 {\n margin-left: calc(var(--spacing) * -2);\n }\n\n .-ml-4 {\n margin-left: calc(var(--spacing) * -4);\n }\n\n .ml-1 {\n margin-left: calc(var(--spacing) * 1);\n }\n\n .box-border {\n box-sizing: border-box;\n }\n\n .line-clamp-2 {\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n }\n\n .flex {\n display: flex;\n }\n\n .grid {\n display: grid;\n }\n\n .hidden {\n display: none;\n }\n\n .inline-block {\n display: inline-block;\n }\n\n .inline-flex {\n display: inline-flex;\n }\n\n .table {\n display: table;\n }\n\n .aspect-square {\n aspect-ratio: 1;\n }\n\n .h-1\\/2 {\n height: 50%;\n }\n\n .h-1\\/3 {\n height: 33.3333%;\n }\n\n .h-2 {\n height: calc(var(--spacing) * 2);\n }\n\n .h-3 {\n height: calc(var(--spacing) * 3);\n }\n\n .h-4 {\n height: calc(var(--spacing) * 4);\n }\n\n .h-6 {\n height: calc(var(--spacing) * 6);\n }\n\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n\n .h-9 {\n height: calc(var(--spacing) * 9);\n }\n\n .h-10 {\n height: calc(var(--spacing) * 10);\n }\n\n .h-12 {\n height: calc(var(--spacing) * 12);\n }\n\n .h-14 {\n height: calc(var(--spacing) * 14);\n }\n\n .h-16 {\n height: calc(var(--spacing) * 16);\n }\n\n .h-\\[1px\\] {\n height: 1px;\n }\n\n .h-\\[8px\\] {\n height: 8px;\n }\n\n .h-\\[16px\\] {\n height: 16px;\n }\n\n .h-\\[24px\\] {\n height: 24px;\n }\n\n .h-\\[36px\\] {\n height: 36px;\n }\n\n .h-\\[45px\\] {\n height: 45px;\n }\n\n .h-\\[52px\\] {\n height: 52px;\n }\n\n .h-\\[54px\\] {\n height: 54px;\n }\n\n .h-\\[56px\\] {\n height: 56px;\n }\n\n .h-\\[70px\\] {\n height: 70px;\n }\n\n .h-\\[72px\\] {\n height: 72px;\n }\n\n .h-\\[100px\\] {\n height: 100px;\n }\n\n .h-\\[150px\\] {\n height: 150px;\n }\n\n .h-\\[184px\\] {\n height: 184px;\n }\n\n .h-\\[200px\\] {\n height: 200px;\n }\n\n .h-\\[226px\\] {\n height: 226px;\n }\n\n .h-\\[250px\\] {\n height: 250px;\n }\n\n .h-\\[400px\\] {\n height: 400px;\n }\n\n .h-\\[var\\(--radix-select-trigger-height\\)\\] {\n height: var(--radix-select-trigger-height);\n }\n\n .h-full {\n height: 100%;\n }\n\n .h-px {\n height: 1px;\n }\n\n .h-screen {\n height: 100vh;\n }\n\n .max-h-\\[70px\\] {\n max-height: 70px;\n }\n\n .max-h-\\[75vh\\] {\n max-height: 75vh;\n }\n\n .max-h-\\[80vh\\] {\n max-height: 80vh;\n }\n\n .max-h-\\[90\\%\\] {\n max-height: 90%;\n }\n\n .max-h-\\[90vh\\] {\n max-height: 90vh;\n }\n\n .max-h-\\[180px\\] {\n max-height: 180px;\n }\n\n .max-h-\\[300px\\] {\n max-height: 300px;\n }\n\n .max-h-full {\n max-height: 100%;\n }\n\n .max-h-screen {\n max-height: 100vh;\n }\n\n .min-h-0 {\n min-height: calc(var(--spacing) * 0);\n }\n\n .min-h-9 {\n min-height: calc(var(--spacing) * 9);\n }\n\n .min-h-\\[20px\\] {\n min-height: 20px;\n }\n\n .min-h-\\[80px\\] {\n min-height: 80px;\n }\n\n .w-1\\/3 {\n width: 33.3333%;\n }\n\n .w-1\\/4 {\n width: 25%;\n }\n\n .w-2 {\n width: calc(var(--spacing) * 2);\n }\n\n .w-3 {\n width: calc(var(--spacing) * 3);\n }\n\n .w-3\\/4 {\n width: 75%;\n }\n\n .w-4 {\n width: calc(var(--spacing) * 4);\n }\n\n .w-4\\/5 {\n width: 80%;\n }\n\n .w-6 {\n width: calc(var(--spacing) * 6);\n }\n\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n\n .w-10 {\n width: calc(var(--spacing) * 10);\n }\n\n .w-12 {\n width: calc(var(--spacing) * 12);\n }\n\n .w-16 {\n width: calc(var(--spacing) * 16);\n }\n\n .w-72 {\n width: calc(var(--spacing) * 72);\n }\n\n .w-\\[1px\\] {\n width: 1px;\n }\n\n .w-\\[8px\\] {\n width: 8px;\n }\n\n .w-\\[16px\\] {\n width: 16px;\n }\n\n .w-\\[24px\\] {\n width: 24px;\n }\n\n .w-\\[36px\\] {\n width: 36px;\n }\n\n .w-\\[42px\\] {\n width: 42px;\n }\n\n .w-\\[45px\\] {\n width: 45px;\n }\n\n .w-\\[54px\\] {\n width: 54px;\n }\n\n .w-\\[56px\\] {\n width: 56px;\n }\n\n .w-\\[70px\\] {\n width: 70px;\n }\n\n .w-\\[72px\\] {\n width: 72px;\n }\n\n .w-\\[100px\\] {\n width: 100px;\n }\n\n .w-\\[130px\\] {\n width: 130px;\n }\n\n .w-\\[232px\\] {\n width: 232px;\n }\n\n .w-\\[240px\\] {\n width: 240px;\n }\n\n .w-\\[250px\\] {\n width: 250px;\n }\n\n .w-\\[326px\\] {\n width: 326px;\n }\n\n .w-\\[334px\\] {\n width: 334px;\n }\n\n .w-\\[360px\\] {\n width: 360px;\n }\n\n .w-\\[400px\\] {\n width: 400px;\n }\n\n .w-auto {\n width: auto;\n }\n\n .w-fit {\n width: fit-content;\n }\n\n .w-full {\n width: 100%;\n }\n\n .w-max {\n width: max-content;\n }\n\n .max-w-\\[70px\\] {\n max-width: 70px;\n }\n\n .max-w-\\[90\\%\\] {\n max-width: 90%;\n }\n\n .max-w-\\[90vw\\] {\n max-width: 90vw;\n }\n\n .max-w-\\[315px\\] {\n max-width: 315px;\n }\n\n .max-w-\\[400px\\] {\n max-width: 400px;\n }\n\n .max-w-\\[500px\\] {\n max-width: 500px;\n }\n\n .max-w-\\[800px\\] {\n max-width: 800px;\n }\n\n .max-w-full {\n max-width: 100%;\n }\n\n .min-w-0 {\n min-width: calc(var(--spacing) * 0);\n }\n\n .min-w-\\[144px\\] {\n min-width: 144px;\n }\n\n .min-w-\\[var\\(--radix-select-trigger-width\\)\\] {\n min-width: var(--radix-select-trigger-width);\n }\n\n .min-w-full {\n min-width: 100%;\n }\n\n .flex-1 {\n flex: 1;\n }\n\n .shrink-0 {\n flex-shrink: 0;\n }\n\n .grow {\n flex-grow: 1;\n }\n\n .grow-0 {\n flex-grow: 0;\n }\n\n .basis-auto {\n flex-basis: auto;\n }\n\n .basis-full {\n flex-basis: 100%;\n }\n\n .caption-bottom {\n caption-side: bottom;\n }\n\n .border-collapse {\n border-collapse: collapse;\n }\n\n .-translate-x-1\\/2 {\n --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-x-0\\.5 {\n --tw-translate-x: calc(var(--spacing) * .5);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-x-\\[-50\\%\\] {\n --tw-translate-x: -50%;\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .-translate-y-1\\/2 {\n --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-y-0 {\n --tw-translate-y: calc(var(--spacing) * 0);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-y-\\[-50\\%\\] {\n --tw-translate-y: -50%;\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .-scale-x-100 {\n --tw-scale-x: calc(100% * -1);\n scale: var(--tw-scale-x) var(--tw-scale-y);\n }\n\n .scale-x-\\[-1\\] {\n --tw-scale-x: -1;\n scale: var(--tw-scale-x) var(--tw-scale-y);\n }\n\n .rotate-180 {\n rotate: 180deg;\n }\n\n .transform {\n transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );\n }\n\n .animate-\\[flash_0\\.8s_forwards\\] {\n animation: .8s forwards flash;\n }\n\n .animate-flash {\n animation: var(--animate-flash);\n }\n\n .animate-pulse {\n animation: var(--animate-pulse);\n }\n\n .animate-spin {\n animation: var(--animate-spin);\n }\n\n .cursor-default {\n cursor: default;\n }\n\n .cursor-not-allowed {\n cursor: not-allowed;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .list-outside {\n list-style-position: outside;\n }\n\n .list-disc {\n list-style-type: disc;\n }\n\n .appearance-none {\n appearance: none;\n }\n\n .grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n }\n\n .grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n\n .grid-rows-\\[1fr_min-content\\] {\n grid-template-rows: 1fr min-content;\n }\n\n .flex-col {\n flex-direction: column;\n }\n\n .flex-col-reverse {\n flex-direction: column-reverse;\n }\n\n .flex-row {\n flex-direction: row;\n }\n\n .flex-row-reverse {\n flex-direction: row-reverse;\n }\n\n .flex-wrap {\n flex-wrap: wrap;\n }\n\n .content-center {\n align-content: center;\n }\n\n .items-center {\n align-items: center;\n }\n\n .items-end {\n align-items: flex-end;\n }\n\n .items-start {\n align-items: flex-start;\n }\n\n .items-stretch {\n align-items: stretch;\n }\n\n .justify-between {\n justify-content: space-between;\n }\n\n .justify-center {\n justify-content: center;\n }\n\n .justify-end {\n justify-content: flex-end;\n }\n\n .justify-start {\n justify-content: flex-start;\n }\n\n .gap-0\\.5 {\n gap: calc(var(--spacing) * .5);\n }\n\n .gap-1 {\n gap: calc(var(--spacing) * 1);\n }\n\n .gap-1\\.5 {\n gap: calc(var(--spacing) * 1.5);\n }\n\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n\n .gap-2\\.5 {\n gap: calc(var(--spacing) * 2.5);\n }\n\n .gap-3 {\n gap: calc(var(--spacing) * 3);\n }\n\n .gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n\n .gap-6 {\n gap: calc(var(--spacing) * 6);\n }\n\n .gap-8 {\n gap: calc(var(--spacing) * 8);\n }\n\n .gap-12 {\n gap: calc(var(--spacing) * 12);\n }\n\n .gap-\\[15px\\] {\n gap: 15px;\n }\n\n .gap-\\[inherit\\] {\n gap: inherit;\n }\n\n :where(.space-y-1 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-1\\.5 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-4 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-5 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-6 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-x-1 > :not(:last-child)) {\n --tw-space-x-reverse: 0;\n margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));\n margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));\n }\n\n :where(.divide-x > :not(:last-child)) {\n --tw-divide-x-reverse: 0;\n border-inline-style: var(--tw-border-style);\n border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));\n border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));\n }\n\n :where(.divide-y > :not(:last-child)) {\n --tw-divide-y-reverse: 0;\n border-bottom-style: var(--tw-border-style);\n border-top-style: var(--tw-border-style);\n border-top-width: calc(1px * var(--tw-divide-y-reverse));\n border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n }\n\n :where(.divide-gray-200 > :not(:last-child)) {\n border-color: var(--color-gray-200);\n }\n\n .self-center {\n align-self: center;\n }\n\n .self-end {\n align-self: flex-end;\n }\n\n .self-start {\n align-self: flex-start;\n }\n\n .truncate {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n }\n\n .overflow-auto {\n overflow: auto;\n }\n\n .overflow-hidden {\n overflow: hidden;\n }\n\n .overflow-scroll {\n overflow: scroll;\n }\n\n .overflow-visible {\n overflow: visible;\n }\n\n .overflow-x-hidden {\n overflow-x: hidden;\n }\n\n .overflow-y-auto {\n overflow-y: auto;\n }\n\n .overflow-y-scroll {\n overflow-y: scroll;\n }\n\n .overscroll-y-none {\n overscroll-behavior-y: none;\n }\n\n .rounded-2xl {\n border-radius: var(--radius-2xl);\n }\n\n .rounded-3xl {\n border-radius: var(--radius-3xl);\n }\n\n .rounded-\\[3px\\] {\n border-radius: 3px;\n }\n\n .rounded-\\[4px\\] {\n border-radius: 4px;\n }\n\n .rounded-\\[6px\\] {\n border-radius: 6px;\n }\n\n .rounded-\\[8px\\] {\n border-radius: 8px;\n }\n\n .rounded-\\[10px\\] {\n border-radius: 10px;\n }\n\n .rounded-\\[inherit\\] {\n border-radius: inherit;\n }\n\n .rounded-full {\n border-radius: 3.40282e38px;\n }\n\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n\n .rounded-md {\n border-radius: var(--radius-md);\n }\n\n .rounded-sm {\n border-radius: var(--radius-sm);\n }\n\n .rounded-xl {\n border-radius: var(--radius-xl);\n }\n\n .rounded-t-3xl {\n border-top-left-radius: var(--radius-3xl);\n border-top-right-radius: var(--radius-3xl);\n }\n\n .rounded-b-3xl {\n border-bottom-right-radius: var(--radius-3xl);\n border-bottom-left-radius: var(--radius-3xl);\n }\n\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n\n .border-0 {\n border-style: var(--tw-border-style);\n border-width: 0;\n }\n\n .border-2 {\n border-style: var(--tw-border-style);\n border-width: 2px;\n }\n\n .border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n\n .border-r {\n border-right-style: var(--tw-border-style);\n border-right-width: 1px;\n }\n\n .border-b {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n\n .border-l {\n border-left-style: var(--tw-border-style);\n border-left-width: 1px;\n }\n\n .border-amber-700 {\n border-color: var(--color-amber-700);\n }\n\n .border-black\\/10 {\n border-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .border-black\\/10 {\n border-color: color-mix(in oklab, var(--color-black) 10%, transparent);\n }\n }\n\n .border-blue-700 {\n border-color: var(--color-blue-700);\n }\n\n .border-gray-100 {\n border-color: var(--color-gray-100);\n }\n\n .border-gray-200 {\n border-color: var(--color-gray-200);\n }\n\n .border-gray-400 {\n border-color: var(--color-gray-400);\n }\n\n .border-gray-600 {\n border-color: var(--color-gray-600);\n }\n\n .border-gray-1000 {\n border-color: var(--color-gray-1000);\n }\n\n .border-red-700 {\n border-color: var(--color-red-700);\n }\n\n .border-transparent {\n border-color: #0000;\n }\n\n .border-white\\/10 {\n border-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .border-white\\/10 {\n border-color: color-mix(in oklab, var(--color-white) 10%, transparent);\n }\n }\n\n .bg-\\[\\#292929\\] {\n background-color: #292929;\n }\n\n .bg-amber-100 {\n background-color: var(--color-amber-100);\n }\n\n .bg-amber-200 {\n background-color: var(--color-amber-200);\n }\n\n .bg-amber-700 {\n background-color: var(--color-amber-700);\n }\n\n .bg-black, .bg-black\\/25 {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-black\\/25 {\n background-color: color-mix(in oklab, var(--color-black) 25%, transparent);\n }\n }\n\n .bg-black\\/50 {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-black\\/50 {\n background-color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n\n .bg-black\\/80 {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-black\\/80 {\n background-color: color-mix(in oklab, var(--color-black) 80%, transparent);\n }\n }\n\n .bg-blue-100 {\n background-color: var(--color-blue-100);\n }\n\n .bg-blue-300 {\n background-color: var(--color-blue-300);\n }\n\n .bg-blue-700 {\n background-color: var(--color-blue-700);\n }\n\n .bg-bronze-300 {\n background-color: var(--color-bronze-300);\n }\n\n .bg-brown-100 {\n background-color: var(--color-brown-100);\n }\n\n .bg-brown-300 {\n background-color: var(--color-brown-300);\n }\n\n .bg-brown-700 {\n background-color: var(--color-brown-700);\n }\n\n .bg-crimson-100 {\n background-color: var(--color-crimson-100);\n }\n\n .bg-crimson-300 {\n background-color: var(--color-crimson-300);\n }\n\n .bg-crimson-700 {\n background-color: var(--color-crimson-700);\n }\n\n .bg-cyan-100 {\n background-color: var(--color-cyan-100);\n }\n\n .bg-cyan-300 {\n background-color: var(--color-cyan-300);\n }\n\n .bg-cyan-700 {\n background-color: var(--color-cyan-700);\n }\n\n .bg-gold-300 {\n background-color: var(--color-gold-300);\n }\n\n .bg-grass-300 {\n background-color: var(--color-grass-300);\n }\n\n .bg-gray-25, .bg-gray-25\\/50 {\n background-color: var(--color-gray-25);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-gray-25\\/50 {\n background-color: color-mix(in oklab, var(--color-gray-25) 50%, transparent);\n }\n }\n\n .bg-gray-50 {\n background-color: var(--color-gray-50);\n }\n\n .bg-gray-100, .bg-gray-100\\/50 {\n background-color: var(--color-gray-100);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-gray-100\\/50 {\n background-color: color-mix(in oklab, var(--color-gray-100) 50%, transparent);\n }\n }\n\n .bg-gray-200 {\n background-color: var(--color-gray-200);\n }\n\n .bg-gray-300 {\n background-color: var(--color-gray-300);\n }\n\n .bg-gray-600 {\n background-color: var(--color-gray-600);\n }\n\n .bg-gray-800\\/60 {\n background-color: var(--color-gray-800);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-gray-800\\/60 {\n background-color: color-mix(in oklab, var(--color-gray-800) 60%, transparent);\n }\n }\n\n .bg-gray-900 {\n background-color: var(--color-gray-900);\n }\n\n .bg-gray-1000 {\n background-color: var(--color-gray-1000);\n }\n\n .bg-green-100 {\n background-color: var(--color-green-100);\n }\n\n .bg-green-300 {\n background-color: var(--color-green-300);\n }\n\n .bg-green-700 {\n background-color: var(--color-green-700);\n }\n\n .bg-indigo-300 {\n background-color: var(--color-indigo-300);\n }\n\n .bg-inherit {\n background-color: inherit;\n }\n\n .bg-lime-300 {\n background-color: var(--color-lime-300);\n }\n\n .bg-orange-100 {\n background-color: var(--color-orange-100);\n }\n\n .bg-orange-700 {\n background-color: var(--color-orange-700);\n }\n\n .bg-plum-300 {\n background-color: var(--color-plum-300);\n }\n\n .bg-purple-300 {\n background-color: var(--color-purple-300);\n }\n\n .bg-red-100 {\n background-color: var(--color-red-100);\n }\n\n .bg-red-300 {\n background-color: var(--color-red-300);\n }\n\n .bg-red-700, .bg-red-700\\/60 {\n background-color: var(--color-red-700);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-red-700\\/60 {\n background-color: color-mix(in oklab, var(--color-red-700) 60%, transparent);\n }\n }\n\n .bg-teal-100 {\n background-color: var(--color-teal-100);\n }\n\n .bg-teal-300 {\n background-color: var(--color-teal-300);\n }\n\n .bg-teal-700 {\n background-color: var(--color-teal-700);\n }\n\n .bg-transparent {\n background-color: #0000;\n }\n\n .bg-violet-100 {\n background-color: var(--color-violet-100);\n }\n\n .bg-violet-300 {\n background-color: var(--color-violet-300);\n }\n\n .bg-violet-700 {\n background-color: var(--color-violet-700);\n }\n\n .bg-white, .bg-white\\/60 {\n background-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-white\\/60 {\n background-color: color-mix(in oklab, var(--color-white) 60%, transparent);\n }\n }\n\n .bg-yellow-300 {\n background-color: var(--color-yellow-300);\n }\n\n .bg-cover {\n background-size: cover;\n }\n\n .bg-center {\n background-position: 50%;\n }\n\n .fill-\\[inherit\\] {\n fill: inherit;\n }\n\n .fill-gray-400 {\n fill: var(--color-gray-400);\n }\n\n .fill-white {\n fill: var(--color-white);\n }\n\n .object-contain {\n object-fit: contain;\n }\n\n .object-cover {\n object-fit: cover;\n }\n\n .p-0 {\n padding: calc(var(--spacing) * 0);\n }\n\n .p-1 {\n padding: calc(var(--spacing) * 1);\n }\n\n .p-1\\.5 {\n padding: calc(var(--spacing) * 1.5);\n }\n\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n\n .p-2\\.5 {\n padding: calc(var(--spacing) * 2.5);\n }\n\n .p-3 {\n padding: calc(var(--spacing) * 3);\n }\n\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n\n .p-5 {\n padding: calc(var(--spacing) * 5);\n }\n\n .p-6 {\n padding: calc(var(--spacing) * 6);\n }\n\n .p-8 {\n padding: calc(var(--spacing) * 8);\n }\n\n .p-\\[11px\\] {\n padding: 11px;\n }\n\n .px-1 {\n padding-inline: calc(var(--spacing) * 1);\n }\n\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n\n .px-2\\.5 {\n padding-inline: calc(var(--spacing) * 2.5);\n }\n\n .px-3 {\n padding-inline: calc(var(--spacing) * 3);\n }\n\n .px-3\\.5 {\n padding-inline: calc(var(--spacing) * 3.5);\n }\n\n .px-4 {\n padding-inline: calc(var(--spacing) * 4);\n }\n\n .px-8 {\n padding-inline: calc(var(--spacing) * 8);\n }\n\n .px-\\[60px\\] {\n padding-inline: 60px;\n }\n\n .py-0\\.5 {\n padding-block: calc(var(--spacing) * .5);\n }\n\n .py-1 {\n padding-block: calc(var(--spacing) * 1);\n }\n\n .py-1\\.5 {\n padding-block: calc(var(--spacing) * 1.5);\n }\n\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n\n .py-2\\.5 {\n padding-block: calc(var(--spacing) * 2.5);\n }\n\n .py-3 {\n padding-block: calc(var(--spacing) * 3);\n }\n\n .py-12 {\n padding-block: calc(var(--spacing) * 12);\n }\n\n .pt-1 {\n padding-top: calc(var(--spacing) * 1);\n }\n\n .pt-2 {\n padding-top: calc(var(--spacing) * 2);\n }\n\n .pt-4 {\n padding-top: calc(var(--spacing) * 4);\n }\n\n .pt-10 {\n padding-top: calc(var(--spacing) * 10);\n }\n\n .pr-1 {\n padding-right: calc(var(--spacing) * 1);\n }\n\n .pr-2 {\n padding-right: calc(var(--spacing) * 2);\n }\n\n .pr-2\\.5 {\n padding-right: calc(var(--spacing) * 2.5);\n }\n\n .pr-3\\.5 {\n padding-right: calc(var(--spacing) * 3.5);\n }\n\n .pb-2 {\n padding-bottom: calc(var(--spacing) * 2);\n }\n\n .pb-2\\.5 {\n padding-bottom: calc(var(--spacing) * 2.5);\n }\n\n .pb-3 {\n padding-bottom: calc(var(--spacing) * 3);\n }\n\n .pb-\\[9px\\] {\n padding-bottom: 9px;\n }\n\n .pl-2 {\n padding-left: calc(var(--spacing) * 2);\n }\n\n .pl-3 {\n padding-left: calc(var(--spacing) * 3);\n }\n\n .pl-4 {\n padding-left: calc(var(--spacing) * 4);\n }\n\n .pl-6 {\n padding-left: calc(var(--spacing) * 6);\n }\n\n .text-center {\n text-align: center;\n }\n\n .text-left {\n text-align: left;\n }\n\n .align-middle {\n vertical-align: middle;\n }\n\n .text-2xl {\n font-size: var(--text-2xl);\n line-height: var(--tw-leading, var(--text-2xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-2xl--letter-spacing));\n }\n\n .text-3xl {\n font-size: var(--text-3xl);\n line-height: var(--tw-leading, var(--text-3xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-3xl--letter-spacing));\n }\n\n .text-4xl {\n font-size: var(--text-4xl);\n line-height: var(--tw-leading, var(--text-4xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-4xl--letter-spacing));\n }\n\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n letter-spacing: var(--tw-tracking, var(--text-lg--letter-spacing));\n }\n\n .text-md {\n font-size: var(--text-md);\n line-height: var(--tw-leading, var(--text-md--line-height));\n letter-spacing: var(--tw-tracking, var(--text-md--letter-spacing));\n }\n\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n letter-spacing: var(--tw-tracking, var(--text-sm--letter-spacing));\n }\n\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n letter-spacing: var(--tw-tracking, var(--text-xs--letter-spacing));\n }\n\n .text-\\[10px\\] {\n font-size: 10px;\n }\n\n .text-\\[30px\\] {\n font-size: 30px;\n }\n\n .text-\\[96px\\] {\n font-size: 96px;\n }\n\n .leading-4 {\n --tw-leading: calc(var(--spacing) * 4);\n line-height: calc(var(--spacing) * 4);\n }\n\n .leading-\\[15px\\] {\n --tw-leading: 15px;\n line-height: 15px;\n }\n\n .leading-none {\n --tw-leading: 1;\n line-height: 1;\n }\n\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n\n .font-light {\n --tw-font-weight: var(--font-weight-light);\n font-weight: var(--font-weight-light);\n }\n\n .font-medium {\n --tw-font-weight: var(--font-weight-medium);\n font-weight: var(--font-weight-medium);\n }\n\n .font-normal {\n --tw-font-weight: var(--font-weight-normal);\n font-weight: var(--font-weight-normal);\n }\n\n .font-semibold {\n --tw-font-weight: var(--font-weight-semibold);\n font-weight: var(--font-weight-semibold);\n }\n\n .whitespace-normal {\n white-space: normal;\n }\n\n .whitespace-nowrap {\n white-space: nowrap;\n }\n\n .whitespace-pre-line {\n white-space: pre-line;\n }\n\n .whitespace-pre-wrap {\n white-space: pre-wrap;\n }\n\n .text-\\[\\#707070\\] {\n color: #707070;\n }\n\n .text-\\[inherit\\] {\n color: inherit;\n }\n\n .text-amber-700 {\n color: var(--color-amber-700);\n }\n\n .text-black, .text-black\\/50 {\n color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .text-black\\/50 {\n color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n\n .text-blue-700 {\n color: var(--color-blue-700);\n }\n\n .text-bronze-700 {\n color: var(--color-bronze-700);\n }\n\n .text-brown-700 {\n color: var(--color-brown-700);\n }\n\n .text-crimson-700 {\n color: var(--color-crimson-700);\n }\n\n .text-current {\n color: currentColor;\n }\n\n .text-cyan-700 {\n color: var(--color-cyan-700);\n }\n\n .text-gold-700 {\n color: var(--color-gold-700);\n }\n\n .text-grass-700 {\n color: var(--color-grass-700);\n }\n\n .text-gray-200 {\n color: var(--color-gray-200);\n }\n\n .text-gray-400 {\n color: var(--color-gray-400);\n }\n\n .text-gray-700 {\n color: var(--color-gray-700);\n }\n\n .text-gray-900 {\n color: var(--color-gray-900);\n }\n\n .text-gray-1000 {\n color: var(--color-gray-1000);\n }\n\n .text-green-700 {\n color: var(--color-green-700);\n }\n\n .text-indigo-700 {\n color: var(--color-indigo-700);\n }\n\n .text-inherit {\n color: inherit;\n }\n\n .text-lime-700 {\n color: var(--color-lime-700);\n }\n\n .text-orange-700 {\n color: var(--color-orange-700);\n }\n\n .text-plum-700 {\n color: var(--color-plum-700);\n }\n\n .text-purple-700 {\n color: var(--color-purple-700);\n }\n\n .text-red-600 {\n color: var(--color-red-600);\n }\n\n .text-red-700 {\n color: var(--color-red-700);\n }\n\n .text-teal-700 {\n color: var(--color-teal-700);\n }\n\n .text-violet-700 {\n color: var(--color-violet-700);\n }\n\n .text-white {\n color: var(--color-white);\n }\n\n .text-yellow-700 {\n color: var(--color-yellow-700);\n }\n\n .underline {\n text-decoration-line: underline;\n }\n\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .opacity-40 {\n opacity: .4;\n }\n\n .opacity-50 {\n opacity: .5;\n }\n\n .opacity-60 {\n opacity: .6;\n }\n\n .shadow-dropdown-sm {\n --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #1018280f), 0px 1px 3px 0px var(--tw-shadow-color, #1018281a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .shadow-lg {\n --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .shadow-md {\n --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .shadow-xs {\n --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-1 {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-2 {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-4 {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-\\[3px\\] {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-amber-300 {\n --tw-ring-color: var(--color-amber-300);\n }\n\n .ring-amber-700 {\n --tw-ring-color: var(--color-amber-700);\n }\n\n .ring-black {\n --tw-ring-color: var(--color-black);\n }\n\n .ring-blue-300 {\n --tw-ring-color: var(--color-blue-300);\n }\n\n .ring-blue-700 {\n --tw-ring-color: var(--color-blue-700);\n }\n\n .ring-brown-300 {\n --tw-ring-color: var(--color-brown-300);\n }\n\n .ring-crimson-300 {\n --tw-ring-color: var(--color-crimson-300);\n }\n\n .ring-cyan-300 {\n --tw-ring-color: var(--color-cyan-300);\n }\n\n .ring-gray-100 {\n --tw-ring-color: var(--color-gray-100);\n }\n\n .ring-gray-200 {\n --tw-ring-color: var(--color-gray-200);\n }\n\n .ring-gray-400 {\n --tw-ring-color: var(--color-gray-400);\n }\n\n .ring-green-300 {\n --tw-ring-color: var(--color-green-300);\n }\n\n .ring-green-700 {\n --tw-ring-color: var(--color-green-700);\n }\n\n .ring-orange-300 {\n --tw-ring-color: var(--color-orange-300);\n }\n\n .ring-red-300 {\n --tw-ring-color: var(--color-red-300);\n }\n\n .ring-red-700 {\n --tw-ring-color: var(--color-red-700);\n }\n\n .ring-teal-300 {\n --tw-ring-color: var(--color-teal-300);\n }\n\n .ring-violet-300 {\n --tw-ring-color: var(--color-violet-300);\n }\n\n .ring-white\\/20 {\n --tw-ring-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .ring-white\\/20 {\n --tw-ring-color: color-mix(in oklab, var(--color-white) 20%, transparent);\n }\n }\n\n .ring-offset-0 {\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n }\n\n .ring-offset-white {\n --tw-ring-offset-color: var(--color-white);\n }\n\n .outline-hidden {\n --tw-outline-style: none;\n outline-style: none;\n }\n\n @media (forced-colors: active) {\n .outline-hidden {\n outline-offset: 2px;\n outline: 2px solid #0000;\n }\n }\n\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n\n .blur {\n --tw-blur: blur(8px);\n filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );\n }\n\n .filter {\n filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );\n }\n\n .backdrop-blur-\\[20px\\] {\n --tw-backdrop-blur: blur(20px);\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-\\[30px\\] {\n --tw-backdrop-blur: blur(30px);\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-lg {\n --tw-backdrop-blur: blur(var(--blur-lg));\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-md {\n --tw-backdrop-blur: blur(var(--blur-md));\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-xs {\n --tw-backdrop-blur: blur(var(--blur-xs));\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .transition {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-colors {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-transform {\n transition-property: transform, translate, scale, rotate;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .duration-200 {\n --tw-duration: .2s;\n transition-duration: .2s;\n }\n\n .duration-300 {\n --tw-duration: .3s;\n transition-duration: .3s;\n }\n\n .duration-500 {\n --tw-duration: .5s;\n transition-duration: .5s;\n }\n\n .duration-700 {\n --tw-duration: .7s;\n transition-duration: .7s;\n }\n\n .ease-\\[cubic-bezier\\(0\\.075\\,0\\.82\\,0\\.165\\,1\\)\\] {\n --tw-ease: cubic-bezier(.075, .82, .165, 1);\n transition-timing-function: cubic-bezier(.075, .82, .165, 1);\n }\n\n .ease-in-out {\n --tw-ease: var(--ease-in-out);\n transition-timing-function: var(--ease-in-out);\n }\n\n .ease-linear {\n --tw-ease: linear;\n transition-timing-function: linear;\n }\n\n .will-change-transform {\n will-change: transform;\n }\n\n .animate-in {\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n animation-name: enter;\n animation-duration: .15s;\n }\n\n .select-none {\n user-select: none;\n }\n\n .duration-200 {\n animation-duration: .2s;\n }\n\n .duration-300 {\n animation-duration: .3s;\n }\n\n .duration-500 {\n animation-duration: .5s;\n }\n\n .duration-700 {\n animation-duration: .7s;\n }\n\n .ease-\\[cubic-bezier\\(0\\.075\\,0\\.82\\,0\\.165\\,1\\)\\] {\n animation-timing-function: cubic-bezier(.075, .82, .165, 1);\n }\n\n .ease-in-out {\n animation-timing-function: cubic-bezier(.4, 0, .2, 1);\n }\n\n .ease-linear {\n animation-timing-function: linear;\n }\n\n .fade-in-0 {\n --tw-enter-opacity: 0;\n }\n\n .paused {\n animation-play-state: paused;\n }\n\n .ring-inset {\n --tw-ring-inset: inset;\n }\n\n .running {\n animation-play-state: running;\n }\n\n .zoom-in-95 {\n --tw-enter-scale: .95;\n }\n\n :is(.\\*\\:h-12 > *) {\n height: calc(var(--spacing) * 12);\n }\n\n :is(.\\*\\:h-full > *) {\n height: 100%;\n }\n\n :is(.\\*\\:w-12 > *) {\n width: calc(var(--spacing) * 12);\n }\n\n :is(.\\*\\:w-full > *) {\n width: 100%;\n }\n\n :is(.\\*\\:rounded-\\[14px\\] > *) {\n border-radius: 14px;\n }\n\n :is(.\\*\\:rounded-sm > *) {\n border-radius: var(--radius-sm);\n }\n\n :is(.\\*\\:bg-blue-700 > *) {\n background-color: var(--color-blue-700);\n }\n\n :is(.\\*\\:fill-black > *) {\n fill: var(--color-black);\n }\n\n :is(.\\*\\:text-white > *) {\n color: var(--color-white);\n }\n\n :is(.\\*\\:opacity-100 > *) {\n opacity: 1;\n }\n\n :is(.\\*\\*\\:items-center *) {\n align-items: center;\n }\n\n :is(.\\*\\*\\:rounded-lg *) {\n border-radius: var(--radius-lg);\n }\n\n .group-focus-within\\:bg-gray-100:is(:where(.group):focus-within *) {\n background-color: var(--color-gray-100);\n }\n\n .group-focus-within\\/mediacard\\:visible:is(:where(.group\\/mediacard):focus-within *) {\n visibility: visible;\n }\n\n @media (hover: hover) {\n .group-hover\\:visible:is(:where(.group):hover *) {\n visibility: visible;\n }\n\n .group-hover\\:flex:is(:where(.group):hover *) {\n display: flex;\n }\n\n .group-hover\\:bg-gray-50:is(:where(.group):hover *) {\n background-color: var(--color-gray-50);\n }\n\n .group-hover\\/mediacard\\:visible:is(:where(.group\\/mediacard):hover *) {\n visibility: visible;\n }\n }\n\n .group-active\\:bg-gray-100:is(:where(.group):active *) {\n background-color: var(--color-gray-100);\n }\n\n .group-data-disabled\\:cursor-not-allowed:is(:where(.group)[data-disabled] *) {\n cursor: not-allowed;\n }\n\n .group-data-disabled\\:opacity-50:is(:where(.group)[data-disabled] *) {\n opacity: .5;\n }\n\n .group-data-\\[state\\=checked\\]\\:bg-gray-50:is(:where(.group)[data-state=\"checked\"] *) {\n background-color: var(--color-gray-50);\n }\n\n .group-data-\\[state\\=off\\]\\:bg-transparent:is(:where(.group)[data-state=\"off\"] *) {\n background-color: #0000;\n }\n\n .group-data-\\[state\\=off\\]\\:text-transparent:is(:where(.group)[data-state=\"off\"] *) {\n color: #0000;\n }\n\n .group-data-\\[state\\=on\\]\\:border-blue-700:is(:where(.group)[data-state=\"on\"] *) {\n border-color: var(--color-blue-700);\n }\n\n .group-data-\\[state\\=open\\]\\:rotate-180:is(:where(.group)[data-state=\"open\"] *) {\n rotate: 180deg;\n }\n\n @media (hover: hover) {\n .peer-hover\\:fill-amber-700:is(:where(.peer):hover ~ *) {\n fill: var(--color-amber-700);\n }\n\n .peer-hover\\:text-amber-700:is(:where(.peer):hover ~ *) {\n color: var(--color-amber-700);\n }\n }\n\n .peer-disabled\\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {\n cursor: not-allowed;\n }\n\n .peer-disabled\\:opacity-70:is(:where(.peer):disabled ~ *) {\n opacity: .7;\n }\n\n .placeholder\\:text-gray-700::placeholder {\n color: var(--color-gray-700);\n }\n\n .placeholder\\:text-gray-900::placeholder {\n color: var(--color-gray-900);\n }\n\n .first\\:pl-4:first-child {\n padding-left: calc(var(--spacing) * 4);\n }\n\n .last\\:pr-4:last-child {\n padding-right: calc(var(--spacing) * 4);\n }\n\n .last\\:pb-0:last-child {\n padding-bottom: calc(var(--spacing) * 0);\n }\n\n .focus-within\\:relative:focus-within {\n position: relative;\n }\n\n .focus-within\\:z-20:focus-within {\n z-index: 20;\n }\n\n .focus-within\\:border-gray-200:focus-within {\n border-color: var(--color-gray-200);\n }\n\n .focus-within\\:bg-gray-100:focus-within {\n background-color: var(--color-gray-100);\n }\n\n .focus-within\\:outline:focus-within {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n\n .focus-within\\:outline-\\[2px\\]:focus-within {\n outline-style: var(--tw-outline-style);\n outline-width: 2px;\n }\n\n .focus-within\\:outline-offset-\\[2px\\]:focus-within {\n outline-offset: 2px;\n }\n\n .focus-within\\:outline-blue-300:focus-within {\n outline-color: var(--color-blue-300);\n }\n\n .focus-within\\:outline-red-700:focus-within {\n outline-color: var(--color-red-700);\n }\n\n @media (hover: hover) {\n .hover\\:border-blue-900:hover {\n border-color: var(--color-blue-900);\n }\n\n .hover\\:border-gray-600:hover {\n border-color: var(--color-gray-600);\n }\n\n .hover\\:border-red-900:hover {\n border-color: var(--color-red-900);\n }\n\n .hover\\:bg-black\\/5:hover {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .hover\\:bg-black\\/5:hover {\n background-color: color-mix(in oklab, var(--color-black) 5%, transparent);\n }\n }\n\n .hover\\:bg-blue-50:hover {\n background-color: var(--color-blue-50);\n }\n\n .hover\\:bg-blue-100:hover {\n background-color: var(--color-blue-100);\n }\n\n .hover\\:bg-blue-800:hover {\n background-color: var(--color-blue-800);\n }\n\n .hover\\:bg-gray-25:hover {\n background-color: var(--color-gray-25);\n }\n\n .hover\\:bg-gray-50:hover {\n background-color: var(--color-gray-50);\n }\n\n .hover\\:bg-gray-100:hover, .hover\\:bg-gray-100\\/75:hover {\n background-color: var(--color-gray-100);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .hover\\:bg-gray-100\\/75:hover {\n background-color: color-mix(in oklab, var(--color-gray-100) 75%, transparent);\n }\n }\n\n .hover\\:bg-gray-200:hover {\n background-color: var(--color-gray-200);\n }\n\n .hover\\:bg-red-100:hover {\n background-color: var(--color-red-100);\n }\n\n .hover\\:bg-red-800:hover {\n background-color: var(--color-red-800);\n }\n\n .hover\\:fill-amber-700:hover {\n fill: var(--color-amber-700);\n }\n\n .hover\\:text-amber-700:hover {\n color: var(--color-amber-700);\n }\n\n .hover\\:underline:hover {\n text-decoration-line: underline;\n }\n\n .hover\\:opacity-100:hover {\n opacity: 1;\n }\n\n :is(.hover\\:\\*\\:bg-blue-700:hover > *) {\n background-color: var(--color-blue-700);\n }\n\n :is(.hover\\:\\*\\:text-white:hover > *) {\n color: var(--color-white);\n }\n }\n\n .focus\\:bg-gray-100:focus {\n background-color: var(--color-gray-100);\n }\n\n .focus\\:ring-1:focus {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .focus\\:ring-2:focus {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .focus\\:ring-offset-2:focus {\n --tw-ring-offset-width: 2px;\n --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n }\n\n .focus\\:outline-hidden:focus {\n --tw-outline-style: none;\n outline-style: none;\n }\n\n @media (forced-colors: active) {\n .focus\\:outline-hidden:focus {\n outline-offset: 2px;\n outline: 2px solid #0000;\n }\n }\n\n :is(.focus\\:\\*\\:bg-blue-700:focus > *) {\n background-color: var(--color-blue-700);\n }\n\n :is(.focus\\:\\*\\:text-white:focus > *) {\n color: var(--color-white);\n }\n\n .focus-visible\\:ring-2:focus-visible {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .focus-visible\\:ring-black:focus-visible {\n --tw-ring-color: var(--color-black);\n }\n\n .focus-visible\\:ring-blue-300:focus-visible {\n --tw-ring-color: var(--color-blue-300);\n }\n\n .focus-visible\\:ring-blue-700:focus-visible {\n --tw-ring-color: var(--color-blue-700);\n }\n\n .focus-visible\\:ring-blue-1000:focus-visible {\n --tw-ring-color: var(--color-blue-1000);\n }\n\n .focus-visible\\:ring-red-700:focus-visible {\n --tw-ring-color: var(--color-red-700);\n }\n\n .focus-visible\\:ring-red-1000:focus-visible {\n --tw-ring-color: var(--color-red-1000);\n }\n\n .focus-visible\\:ring-offset-2:focus-visible {\n --tw-ring-offset-width: 2px;\n --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n }\n\n .focus-visible\\:outline-hidden:focus-visible {\n --tw-outline-style: none;\n outline-style: none;\n }\n\n @media (forced-colors: active) {\n .focus-visible\\:outline-hidden:focus-visible {\n outline-offset: 2px;\n outline: 2px solid #0000;\n }\n }\n\n .active\\:bg-blue-200:active {\n background-color: var(--color-blue-200);\n }\n\n .active\\:bg-blue-900:active {\n background-color: var(--color-blue-900);\n }\n\n .active\\:bg-gray-50:active {\n background-color: var(--color-gray-50);\n }\n\n .active\\:bg-gray-100:active {\n background-color: var(--color-gray-100);\n }\n\n .active\\:bg-gray-200:active {\n background-color: var(--color-gray-200);\n }\n\n .active\\:bg-gray-300:active {\n background-color: var(--color-gray-300);\n }\n\n .active\\:bg-gray-500:active {\n background-color: var(--color-gray-500);\n }\n\n .active\\:bg-red-200:active {\n background-color: var(--color-red-200);\n }\n\n .active\\:bg-red-800:active {\n background-color: var(--color-red-800);\n }\n\n .active\\:bg-red-900:active {\n background-color: var(--color-red-900);\n }\n\n .active\\:text-blue-900:active {\n color: var(--color-blue-900);\n }\n\n .disabled\\:pointer-events-none:disabled {\n pointer-events: none;\n }\n\n .disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n }\n\n .disabled\\:opacity-40:disabled {\n opacity: .4;\n }\n\n .disabled\\:opacity-50:disabled {\n opacity: .5;\n }\n\n .disabled\\:select-none:disabled {\n user-select: none;\n }\n\n :where(.dark-theme) .in-\\[\\.dark-theme\\]\\:bg-gray-50 {\n background-color: var(--color-gray-50);\n }\n\n .aria-selected\\:rounded-md[aria-selected=\"true\"] {\n border-radius: var(--radius-md);\n }\n\n .aria-selected\\:bg-blue-100[aria-selected=\"true\"], :is(.aria-selected\\:\\*\\:bg-blue-100[aria-selected=\"true\"] > *) {\n background-color: var(--color-blue-100);\n }\n\n :is(.aria-selected\\:\\*\\:text-blue-700[aria-selected=\"true\"] > *) {\n color: var(--color-blue-700);\n }\n\n .first\\:aria-selected\\:rounded-l-md:first-child[aria-selected=\"true\"] {\n border-top-left-radius: var(--radius-md);\n border-bottom-left-radius: var(--radius-md);\n }\n\n .last\\:aria-selected\\:rounded-r-md:last-child[aria-selected=\"true\"] {\n border-top-right-radius: var(--radius-md);\n border-bottom-right-radius: var(--radius-md);\n }\n\n .data-disabled\\:pointer-events-none[data-disabled] {\n pointer-events: none;\n }\n\n .data-disabled\\:cursor-not-allowed[data-disabled] {\n cursor: not-allowed;\n }\n\n .data-disabled\\:opacity-40[data-disabled] {\n opacity: .4;\n }\n\n .data-disabled\\:opacity-50[data-disabled] {\n opacity: .5;\n }\n\n .data-\\[disabled\\=true\\]\\:cursor-not-allowed[data-disabled=\"true\"] {\n cursor: not-allowed;\n }\n\n .data-\\[disabled\\=true\\]\\:opacity-50[data-disabled=\"true\"] {\n opacity: .5;\n }\n\n .data-\\[selected\\=true\\]\\:bg-gray-50[data-selected=\"true\"] {\n background-color: var(--color-gray-50);\n }\n\n .data-\\[side\\=bottom\\]\\:translate-y-1[data-side=\"bottom\"] {\n --tw-translate-y: calc(var(--spacing) * 1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=\"bottom\"] {\n --tw-enter-translate-y: -.5rem;\n }\n\n .data-\\[side\\=left\\]\\:-translate-x-1[data-side=\"left\"] {\n --tw-translate-x: calc(var(--spacing) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=\"left\"] {\n --tw-enter-translate-x: .5rem;\n }\n\n .data-\\[side\\=right\\]\\:translate-x-1[data-side=\"right\"] {\n --tw-translate-x: calc(var(--spacing) * 1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=\"right\"] {\n --tw-enter-translate-x: -.5rem;\n }\n\n .data-\\[side\\=top\\]\\:-translate-y-1[data-side=\"top\"] {\n --tw-translate-y: calc(var(--spacing) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=\"top\"] {\n --tw-enter-translate-y: .5rem;\n }\n\n .data-\\[size\\=xxs\\]\\:bg-amber-700[data-size=\"xxs\"] {\n background-color: var(--color-amber-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-blue-700[data-size=\"xxs\"] {\n background-color: var(--color-blue-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-bronze-700[data-size=\"xxs\"] {\n background-color: var(--color-bronze-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-brown-700[data-size=\"xxs\"] {\n background-color: var(--color-brown-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-crimson-700[data-size=\"xxs\"] {\n background-color: var(--color-crimson-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-cyan-700[data-size=\"xxs\"] {\n background-color: var(--color-cyan-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-gold-700[data-size=\"xxs\"] {\n background-color: var(--color-gold-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-grass-700[data-size=\"xxs\"] {\n background-color: var(--color-grass-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-gray-700[data-size=\"xxs\"] {\n background-color: var(--color-gray-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-green-700[data-size=\"xxs\"] {\n background-color: var(--color-green-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-indigo-700[data-size=\"xxs\"] {\n background-color: var(--color-indigo-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-lime-700[data-size=\"xxs\"] {\n background-color: var(--color-lime-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-plum-700[data-size=\"xxs\"] {\n background-color: var(--color-plum-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-purple-700[data-size=\"xxs\"] {\n background-color: var(--color-purple-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-red-700[data-size=\"xxs\"] {\n background-color: var(--color-red-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-teal-700[data-size=\"xxs\"] {\n background-color: var(--color-teal-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-violet-700[data-size=\"xxs\"] {\n background-color: var(--color-violet-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-yellow-700[data-size=\"xxs\"] {\n background-color: var(--color-yellow-700);\n }\n\n .data-\\[state\\=active\\]\\:bg-black[data-state=\"active\"] {\n background-color: var(--color-black);\n }\n\n .data-\\[state\\=active\\]\\:bg-white[data-state=\"active\"] {\n background-color: var(--color-white);\n }\n\n .data-\\[state\\=active\\]\\:text-blue-700[data-state=\"active\"] {\n color: var(--color-blue-700);\n }\n\n .data-\\[state\\=active\\]\\:shadow-xs[data-state=\"active\"] {\n --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .data-\\[state\\=checked\\]\\:translate-x-5[data-state=\"checked\"] {\n --tw-translate-x: calc(var(--spacing) * 5);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[state\\=checked\\]\\:border-blue-700[data-state=\"checked\"] {\n border-color: var(--color-blue-700);\n }\n\n .data-\\[state\\=checked\\]\\:bg-blue-700[data-state=\"checked\"] {\n background-color: var(--color-blue-700);\n }\n\n .data-\\[state\\=checked\\]\\:bg-gray-50[data-state=\"checked\"] {\n background-color: var(--color-gray-50);\n }\n\n .data-\\[state\\=checked\\]\\:bg-white[data-state=\"checked\"] {\n background-color: var(--color-white);\n }\n\n .data-\\[state\\=closed\\]\\:animate-accordion-up[data-state=\"closed\"] {\n animation: var(--animate-accordion-up);\n }\n\n .data-\\[state\\=closed\\]\\:duration-300[data-state=\"closed\"] {\n --tw-duration: .3s;\n transition-duration: .3s;\n }\n\n .data-\\[state\\=closed\\]\\:animate-out[data-state=\"closed\"] {\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n animation-name: exit;\n animation-duration: .15s;\n }\n\n .data-\\[state\\=closed\\]\\:duration-300[data-state=\"closed\"] {\n animation-duration: .3s;\n }\n\n .data-\\[state\\=closed\\]\\:fade-out[data-state=\"closed\"], .data-\\[state\\=closed\\]\\:fade-out-0[data-state=\"closed\"] {\n --tw-exit-opacity: 0;\n }\n\n .data-\\[state\\=closed\\]\\:fade-out-80[data-state=\"closed\"] {\n --tw-exit-opacity: .8;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-bottom[data-state=\"closed\"], .data-\\[state\\=closed\\]\\:slide-out-to-bottom-\\[100\\%\\][data-state=\"closed\"] {\n --tw-exit-translate-y: 100%;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-left[data-state=\"closed\"] {\n --tw-exit-translate-x: -100%;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-right[data-state=\"closed\"] {\n --tw-exit-translate-x: 100%;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-top[data-state=\"closed\"] {\n --tw-exit-translate-y: -100%;\n }\n\n .data-\\[state\\=closed\\]\\:zoom-out-95[data-state=\"closed\"] {\n --tw-exit-scale: .95;\n }\n\n .data-\\[state\\=on\\]\\:border-blue-700[data-state=\"on\"] {\n border-color: var(--color-blue-700);\n }\n\n .data-\\[state\\=open\\]\\:animate-accordion-down[data-state=\"open\"] {\n animation: var(--animate-accordion-down);\n }\n\n .data-\\[state\\=open\\]\\:duration-500[data-state=\"open\"] {\n --tw-duration: .5s;\n transition-duration: .5s;\n }\n\n .data-\\[state\\=open\\]\\:animate-in[data-state=\"open\"] {\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n animation-name: enter;\n animation-duration: .15s;\n }\n\n .data-\\[state\\=open\\]\\:duration-500[data-state=\"open\"] {\n animation-duration: .5s;\n }\n\n .data-\\[state\\=open\\]\\:fade-in-0[data-state=\"open\"] {\n --tw-enter-opacity: 0;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-bottom[data-state=\"open\"], .data-\\[state\\=open\\]\\:slide-in-from-bottom-\\[100\\%\\][data-state=\"open\"] {\n --tw-enter-translate-y: 100%;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-left[data-state=\"open\"] {\n --tw-enter-translate-x: -100%;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-right[data-state=\"open\"] {\n --tw-enter-translate-x: 100%;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-top[data-state=\"open\"], .data-\\[state\\=open\\]\\:slide-in-from-top-full[data-state=\"open\"] {\n --tw-enter-translate-y: -100%;\n }\n\n .data-\\[state\\=open\\]\\:zoom-in-95[data-state=\"open\"] {\n --tw-enter-scale: .95;\n }\n\n .data-\\[state\\=selected\\]\\:bg-gray-50[data-state=\"selected\"] {\n background-color: var(--color-gray-50);\n }\n\n .data-disabled\\:data-\\[state\\=unchecked\\]\\:bg-gray-300[data-disabled][data-state=\"unchecked\"] {\n background-color: var(--color-gray-300);\n }\n\n .data-\\[swipe\\=cancel\\]\\:translate-x-0[data-swipe=\"cancel\"] {\n --tw-translate-x: calc(var(--spacing) * 0);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[swipe\\=end\\]\\:translate-x-\\[var\\(--radix-toast-swipe-end-x\\)\\][data-swipe=\"end\"] {\n --tw-translate-x: var(--radix-toast-swipe-end-x);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[swipe\\=end\\]\\:animate-out[data-swipe=\"end\"] {\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n animation-name: exit;\n animation-duration: .15s;\n }\n\n .data-\\[swipe\\=move\\]\\:translate-x-\\[var\\(--radix-toast-swipe-move-x\\)\\][data-swipe=\"move\"] {\n --tw-translate-x: var(--radix-toast-swipe-move-x);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[swipe\\=move\\]\\:transition-none[data-swipe=\"move\"] {\n transition-property: none;\n }\n\n @media not all and (width >= 64rem) {\n .max-lg\\:mt-8 {\n margin-top: calc(var(--spacing) * 8);\n }\n\n .max-lg\\:hidden {\n display: none;\n }\n\n .max-lg\\:h-\\[250px\\] {\n height: 250px;\n }\n\n .max-lg\\:w-full {\n width: 100%;\n }\n\n .max-lg\\:flex-col {\n flex-direction: column;\n }\n }\n\n @media not all and (width >= 40rem) {\n .max-sm\\:gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n\n .max-sm\\:p-4 {\n padding: calc(var(--spacing) * 4);\n }\n }\n\n @media (width >= 40rem) {\n .sm\\:mt-0 {\n margin-top: calc(var(--spacing) * 0);\n }\n\n .sm\\:w-1\\/2 {\n width: 50%;\n }\n\n .sm\\:max-w-md {\n max-width: var(--container-md);\n }\n\n .sm\\:max-w-sm {\n max-width: var(--container-sm);\n }\n\n .sm\\:flex-col {\n flex-direction: column;\n }\n\n .sm\\:flex-row {\n flex-direction: row;\n }\n\n .sm\\:justify-center {\n justify-content: center;\n }\n\n .sm\\:justify-end {\n justify-content: flex-end;\n }\n\n .sm\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n :where(.sm\\:space-x-2 > :not(:last-child)) {\n --tw-space-x-reverse: 0;\n margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));\n margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));\n }\n\n .sm\\:data-\\[state\\=open\\]\\:slide-in-from-bottom-full[data-state=\"open\"] {\n --tw-enter-translate-y: 100%;\n }\n }\n\n @media (width >= 48rem) {\n .md\\:block {\n display: block;\n }\n\n .md\\:h-\\[550px\\] {\n height: 550px;\n }\n\n .md\\:w-\\[300px\\] {\n width: 300px;\n }\n\n .md\\:w-\\[334px\\] {\n width: 334px;\n }\n\n .md\\:w-\\[1000px\\] {\n width: 1000px;\n }\n\n .md\\:w-auto {\n width: auto;\n }\n\n .md\\:w-full {\n width: 100%;\n }\n\n .md\\:w-screen {\n width: 100vw;\n }\n\n .md\\:max-w-\\[90vw\\] {\n max-width: 90vw;\n }\n\n .md\\:max-w-\\[420px\\] {\n max-width: 420px;\n }\n\n .md\\:min-w-\\[500px\\] {\n min-width: 500px;\n }\n\n .md\\:flex-row {\n flex-direction: row;\n }\n\n .md\\:items-center {\n align-items: center;\n }\n\n .md\\:justify-start {\n justify-content: flex-start;\n }\n\n .md\\:gap-0 {\n gap: calc(var(--spacing) * 0);\n }\n\n .md\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .md\\:gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n\n .md\\:gap-8 {\n gap: calc(var(--spacing) * 8);\n }\n\n :where(.md\\:divide-y > :not(:last-child)) {\n --tw-divide-y-reverse: 0;\n border-bottom-style: var(--tw-border-style);\n border-top-style: var(--tw-border-style);\n border-top-width: calc(1px * var(--tw-divide-y-reverse));\n border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n }\n\n .md\\:border-0 {\n border-style: var(--tw-border-style);\n border-width: 0;\n }\n\n .md\\:bg-gray-50 {\n background-color: var(--color-gray-50);\n }\n\n .md\\:bg-transparent {\n background-color: #0000;\n }\n\n .md\\:p-0 {\n padding: calc(var(--spacing) * 0);\n }\n\n .md\\:p-4 {\n padding: calc(var(--spacing) * 4);\n }\n\n .md\\:p-6 {\n padding: calc(var(--spacing) * 6);\n }\n\n .md\\:p-8 {\n padding: calc(var(--spacing) * 8);\n }\n }\n\n @media (width >= 64rem) {\n .lg\\:flex-col {\n flex-direction: column;\n }\n\n .lg\\:items-center {\n align-items: center;\n }\n\n .lg\\:gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n\n .lg\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .lg\\:gap-8 {\n gap: calc(var(--spacing) * 8);\n }\n\n .lg\\:rounded-lg {\n border-radius: var(--radius-lg);\n }\n\n .lg\\:border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n\n .lg\\:border-gray-200 {\n border-color: var(--color-gray-200);\n }\n\n .lg\\:bg-pattern {\n background-image: var(--background-image-pattern);\n }\n\n .lg\\:p-6 {\n padding: calc(var(--spacing) * 6);\n }\n\n .lg\\:text-center {\n text-align: center;\n }\n\n .lg\\:text-4xl {\n font-size: var(--text-4xl);\n line-height: var(--tw-leading, var(--text-4xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-4xl--letter-spacing));\n }\n }\n\n @media (width >= 80rem) {\n .xl\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .xl\\:rounded-none {\n border-radius: 0;\n }\n }\n\n @media (width >= 96rem) {\n .\\32 xl\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n }\n\n .dark\\:bg-white\\/50:where(.dark-theme, .dark-theme *) {\n background-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .dark\\:bg-white\\/50:where(.dark-theme, .dark-theme *) {\n background-color: color-mix(in oklab, var(--color-white) 50%, transparent);\n }\n }\n\n .dark\\:fill-black:where(.dark-theme, .dark-theme *) {\n fill: var(--color-black);\n }\n\n .dark\\:text-black:where(.dark-theme, .dark-theme *), :is(.dark\\:\\*\\:text-black:where(.dark-theme, .dark-theme *) > *) {\n color: var(--color-black);\n }\n\n @media (hover: hover) {\n :is(.dark\\:hover\\:\\*\\:text-black:where(.dark-theme, .dark-theme *):hover > *) {\n color: var(--color-black);\n }\n }\n\n :is(.dark\\:focus\\:\\*\\:text-black:where(.dark-theme, .dark-theme *):focus > *), .dark\\:data-\\[state\\=active\\]\\:text-black:where(.dark-theme, .dark-theme *)[data-state=\"active\"] {\n color: var(--color-black);\n }\n\n .dark\\:data-\\[state\\=active\\]\\:text-white:where(.dark-theme, .dark-theme *)[data-state=\"active\"] {\n color: var(--color-white);\n }\n\n .dark\\:data-\\[state\\=checked\\]\\:bg-black:where(.dark-theme, .dark-theme *)[data-state=\"checked\"] {\n background-color: var(--color-black);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:px-2 [cmdk-group-heading] {\n padding-inline: calc(var(--spacing) * 2);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:py-1\\.5 [cmdk-group-heading] {\n padding-block: calc(var(--spacing) * 1.5);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-sm [cmdk-group-heading] {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n letter-spacing: var(--tw-tracking, var(--text-sm--letter-spacing));\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:font-medium [cmdk-group-heading] {\n --tw-font-weight: var(--font-weight-medium);\n font-weight: var(--font-weight-medium);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-black [cmdk-group-heading] {\n color: var(--color-black);\n }\n\n .\\[\\&_tr\\]\\:border-b tr {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n\n .\\[\\&_tr\\:active\\]\\:bg-gray-50 tr:active {\n background-color: var(--color-gray-50);\n }\n\n .\\[\\&_tr\\:hover\\]\\:bg-gray-25 tr:hover {\n background-color: var(--color-gray-25);\n }\n\n .\\[\\&_tr\\:hover\\:active\\]\\:bg-gray-50 tr:hover:active {\n background-color: var(--color-gray-50);\n }\n\n .\\[\\&_tr\\:last-child\\]\\:border-0 tr:last-child {\n border-style: var(--tw-border-style);\n border-width: 0;\n }\n\n .aria-selected\\:\\[\\&\\.day-outside\\]\\:bg-blue-100\\/50[aria-selected=\"true\"].day-outside {\n background-color: var(--color-blue-100);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .aria-selected\\:\\[\\&\\.day-outside\\]\\:bg-blue-100\\/50[aria-selected=\"true\"].day-outside {\n background-color: color-mix(in oklab, var(--color-blue-100) 50%, transparent);\n }\n }\n\n .\\[\\&\\.day-range-end\\]\\:rounded-r-md.day-range-end, .aria-selected\\:\\[\\&\\.day-range-end\\]\\:rounded-r-md[aria-selected=\"true\"].day-range-end {\n border-top-right-radius: var(--radius-md);\n border-bottom-right-radius: var(--radius-md);\n }\n\n .\\[\\&\\.day-range-start\\]\\:rounded-l-md.day-range-start {\n border-top-left-radius: var(--radius-md);\n border-bottom-left-radius: var(--radius-md);\n }\n\n .\\[\\&\\:has\\(\\[role\\=checkbox\\]\\)\\]\\:pr-0:has([role=\"checkbox\"]) {\n padding-right: calc(var(--spacing) * 0);\n }\n\n .\\[\\&\\>\\[role\\=checkbox\\]\\]\\:translate-y-\\[2px\\] > [role=\"checkbox\"] {\n --tw-translate-y: 2px;\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .\\[\\&\\>button\\]\\:w-full > button {\n width: 100%;\n }\n\n .\\[\\&\\>svg\\]\\:h-4 > svg {\n height: calc(var(--spacing) * 4);\n }\n\n .\\[\\&\\>svg\\]\\:w-auto > svg {\n width: auto;\n }\n\n .\\[\\&\\>svg\\]\\:text-black > svg {\n color: var(--color-black);\n }\n\n .\\[\\&\\>svg\\]\\:text-blue-700 > svg {\n color: var(--color-blue-700);\n }\n\n .\\[\\&\\>svg\\]\\:text-red-700 > svg {\n color: var(--color-red-700);\n }\n\n .\\[\\&\\>svg\\]\\:text-white > svg {\n color: var(--color-white);\n }\n\n .dark\\:\\[\\&\\>svg\\]\\:text-black:where(.dark-theme, .dark-theme *) > svg {\n color: var(--color-black);\n }\n}\n\n* {\n box-sizing: border-box;\n -webkit-font-smoothing: antialiased;\n}\n\n:root, .light-theme {\n --color-white: #fff;\n --color-black: #121212;\n --color-gray-25: #fcfcfc;\n --color-gray-50: #f7f7f7;\n --color-gray-100: #f2f2f2;\n --color-gray-200: #ededed;\n --color-gray-300: #e8e8e8;\n --color-gray-400: #e3e3e3;\n --color-gray-500: #dbdbdb;\n --color-gray-600: #c7c7c7;\n --color-gray-700: #8f8f8f;\n --color-gray-800: #858585;\n --color-gray-900: #707070;\n --color-gray-1000: #171717;\n --color-blue-25: #fafcff;\n --color-blue-50: #f5f9ff;\n --color-blue-100: #f0f6ff;\n --color-blue-200: #d7e7fe;\n --color-blue-300: #c7deff;\n --color-blue-400: #b8d5ff;\n --color-blue-500: #85b8ff;\n --color-blue-600: #579dff;\n --color-blue-700: #006aff;\n --color-blue-800: #005bdb;\n --color-blue-900: #004db8;\n --color-blue-1000: #002252;\n --color-red-25: snow;\n --color-red-50: snow;\n --color-red-100: #fff0f0;\n --color-red-200: #ffe5e5;\n --color-red-300: #fdd8d8;\n --color-red-400: #f9c8c8;\n --color-red-500: #f3afb0;\n --color-red-600: #ea8f90;\n --color-red-700: #e5484d;\n --color-red-800: #db3d42;\n --color-red-900: #ce2c31;\n --color-red-1000: #391417;\n --color-amber-25: #fffcf6;\n --color-amber-50: #fffaf2;\n --color-amber-100: #fff9ed;\n --color-amber-200: #fff3de;\n --color-amber-300: #ffefd1;\n --color-amber-400: #ffe8bd;\n --color-amber-500: #ffdd9f;\n --color-amber-600: #ffcf77;\n --color-amber-700: #ffb224;\n --color-amber-800: #f9a710;\n --color-amber-900: #e4980c;\n --color-amber-1000: #4e2009;\n --color-green-25: #fbfefc;\n --color-green-50: #f3fcf5;\n --color-green-100: #ebfaf0;\n --color-green-200: #ddf3e4;\n --color-green-300: #ccebd7;\n --color-green-400: #b4dfc4;\n --color-green-500: #92ceac;\n --color-green-600: #5bb98b;\n --color-green-700: #30a66d;\n --color-green-800: #2a9865;\n --color-green-900: #18774c;\n --color-green-1000: #153226;\n --color-tomato-25: snow;\n --color-tomato-50: #fff6f5;\n --color-tomato-100: #fff1f0;\n --color-tomato-200: #ffe4e0;\n --color-tomato-300: #fdd8d3;\n --color-tomato-400: #fac6bd;\n --color-tomato-500: #f3aea0;\n --color-tomato-600: #ea9280;\n --color-tomato-700: #e54d2e;\n --color-tomato-800: #db4224;\n --color-tomato-900: #cc3314;\n --color-tomato-1000: #361811;\n --color-crimson-25: #fffafc;\n --color-crimson-50: #fff5fa;\n --color-crimson-100: #fef1f7;\n --color-crimson-200: #fce4ef;\n --color-crimson-300: #f9d7e6;\n --color-crimson-400: #f4c7dc;\n --color-crimson-500: #edabc7;\n --color-crimson-600: #e58fb2;\n --color-crimson-700: #ea3e83;\n --color-crimson-800: #e13378;\n --color-crimson-900: #d21e66;\n --color-crimson-1000: #3f0d1e;\n --color-pink-25: #fffafd;\n --color-pink-50: #fff5fb;\n --color-pink-100: #feecf7;\n --color-pink-200: #fce4f3;\n --color-pink-300: #f9d7eb;\n --color-pink-400: #f3c4e1;\n --color-pink-500: #ecacd3;\n --color-pink-600: #e28dc2;\n --color-pink-700: #d742a0;\n --color-pink-800: #d23297;\n --color-pink-900: #cd1d8d;\n --color-pink-1000: #3d0a2b;\n --color-plum-25: #fdfaff;\n --color-plum-50: #fffaff;\n --color-plum-100: #fceefc;\n --color-plum-200: #f9e6f9;\n --color-plum-300: #f3d7f4;\n --color-plum-400: #ecc9ee;\n --color-plum-500: #dfb0e3;\n --color-plum-600: #cf92d9;\n --color-plum-700: #ab4aba;\n --color-plum-800: #a43cb4;\n --color-plum-900: #9a2bab;\n --color-plum-1000: #340c3b;\n --color-purple-25: #fefbfe;\n --color-purple-50: #fdfaff;\n --color-purple-100: #f9f1fe;\n --color-purple-200: #f4e8fc;\n --color-purple-300: #eddcf9;\n --color-purple-400: #e4cdf4;\n --color-purple-500: #d4b5ed;\n --color-purple-600: #bf95e4;\n --color-purple-700: #8e4ec6;\n --color-purple-800: #8344bb;\n --color-purple-900: #793bb0;\n --color-purple-1000: #2b0e44;\n --color-violet-25: #fcfbfe;\n --color-violet-50: #fbfaff;\n --color-violet-100: #f3f0ff;\n --color-violet-200: #ebe7fe;\n --color-violet-300: #e4defc;\n --color-violet-400: #d5cdf9;\n --color-violet-500: #c5b9f3;\n --color-violet-600: #a898ec;\n --color-violet-700: #6d54cf;\n --color-violet-800: #634ec1;\n --color-violet-900: #5746af;\n --color-violet-1000: #1f1249;\n --color-indigo-25: #fcfcfd;\n --color-indigo-50: #fafbff;\n --color-indigo-100: #f0f4ff;\n --color-indigo-200: #e7edfe;\n --color-indigo-300: #d9e2fc;\n --color-indigo-400: #c8d5f9;\n --color-indigo-500: #adbff5;\n --color-indigo-600: #8fa6ef;\n --color-indigo-700: #3c61dd;\n --color-indigo-800: #385bcc;\n --color-indigo-900: #3451b2;\n --color-indigo-1000: #101d47;\n --color-cyan-25: #fbfdfe;\n --color-cyan-50: #f2fcfd;\n --color-cyan-100: #e9f9fb;\n --color-cyan-200: #daf4f7;\n --color-cyan-300: #c3e9ef;\n --color-cyan-400: #a8dee6;\n --color-cyan-500: #85cedb;\n --color-cyan-600: #3fb9cf;\n --color-cyan-700: #05a2c2;\n --color-cyan-800: #0895b4;\n --color-cyan-900: #0c7792;\n --color-cyan-1000: #04323e;\n --color-teal-25: #fbfefd;\n --color-teal-50: #f2fcfa;\n --color-teal-100: #e7f9f5;\n --color-teal-200: #d8f3ed;\n --color-teal-300: #c7ebe5;\n --color-teal-400: #afdfd7;\n --color-teal-500: #8dcec3;\n --color-teal-600: #55b9ac;\n --color-teal-700: #12a594;\n --color-teal-800: #0e9a8a;\n --color-teal-900: #067a6e;\n --color-teal-1000: #11322d;\n --color-grass-25: #fbfefb;\n --color-grass-50: #f3fcf3;\n --color-grass-100: #ebf9eb;\n --color-grass-200: #def2de;\n --color-grass-300: #cceacd;\n --color-grass-400: #b9dfbc;\n --color-grass-500: #96cf9b;\n --color-grass-600: #64b974;\n --color-grass-700: #45a557;\n --color-grass-800: #3d994f;\n --color-grass-900: #297a3a;\n --color-grass-1000: #1b311e;\n --color-brown-25: #fefcfb;\n --color-brown-50: #fcfaf7;\n --color-brown-100: #f9f2ec;\n --color-brown-200: #f4e8dc;\n --color-brown-300: #efddcd;\n --color-brown-400: #e8cdb5;\n --color-brown-500: #ddb997;\n --color-brown-600: #d09e71;\n --color-brown-700: #ad7f58;\n --color-brown-800: #a27653;\n --color-brown-900: #886349;\n --color-brown-1000: #3f2c22;\n --color-orange-25: #fefcfb;\n --color-orange-50: #fef9f6;\n --color-orange-100: #fff0e5;\n --color-orange-200: #ffe8d6;\n --color-orange-300: #ffdbc2;\n --color-orange-400: #ffcca8;\n --color-orange-500: #ffb280;\n --color-orange-600: #fa924c;\n --color-orange-700: #f76808;\n --color-orange-800: #eb5e00;\n --color-orange-900: #bd4b00;\n --color-orange-1000: #451e11;\n --color-sky-25: #fafeff;\n --color-sky-50: #f0fcff;\n --color-sky-100: #e5f9ff;\n --color-sky-200: #d3f3fd;\n --color-sky-300: #c3ecf9;\n --color-sky-400: #a2def1;\n --color-sky-500: #7bd0ea;\n --color-sky-600: #2ebee5;\n --color-sky-700: #68ddfd;\n --color-sky-800: #5dd3f4;\n --color-sky-900: #007aa3;\n --color-sky-1000: #003242;\n --color-mint-25: #fbfefe;\n --color-mint-50: #f1fefa;\n --color-mint-100: #e0fbf3;\n --color-mint-200: #d4f7ee;\n --color-mint-300: #c2efe4;\n --color-mint-400: #a5e4d4;\n --color-mint-500: #7dd4bf;\n --color-mint-600: #40c4aa;\n --color-mint-700: #70e1c8;\n --color-mint-800: #68d9c1;\n --color-mint-900: #147b6d;\n --color-mint-1000: #09342e;\n --color-lime-25: #fdfefb;\n --color-lime-50: #f6fcee;\n --color-lime-100: #eefadb;\n --color-lime-200: #e3f7c5;\n --color-lime-300: #d7f2b0;\n --color-lime-400: #cae996;\n --color-lime-500: #b1d16b;\n --color-lime-600: #94ba2c;\n --color-lime-700: #99d52a;\n --color-lime-800: #93c926;\n --color-lime-900: #5d770d;\n --color-lime-1000: #273409;\n --color-yellow-25: #fcfcf7;\n --color-yellow-50: #fffce5;\n --color-yellow-100: #fffbd1;\n --color-yellow-200: #fff8bd;\n --color-yellow-300: #fef2a4;\n --color-yellow-400: #f9e78b;\n --color-yellow-500: #efd26c;\n --color-yellow-600: #f5d90a;\n --color-yellow-700: #ebbc00;\n --color-yellow-800: #f5cc00;\n --color-yellow-900: #946800;\n --color-yellow-1000: #34280f;\n --color-gold-25: #fdfdfc;\n --color-gold-50: #fbfaf3;\n --color-gold-100: #f6f3ea;\n --color-gold-200: #eeeadd;\n --color-gold-300: #e6e0d1;\n --color-gold-400: #dad1be;\n --color-gold-500: #cbbda4;\n --color-gold-600: #b8a384;\n --color-gold-700: #968264;\n --color-gold-800: #8d7a5e;\n --color-gold-900: #776750;\n --color-gold-1000: #3b352b;\n --color-bronze-25: #fdfcfc;\n --color-bronze-50: #fdf8f7;\n --color-bronze-100: #f8f0ed;\n --color-bronze-200: #f2e8e3;\n --color-bronze-300: #eaddd7;\n --color-bronze-400: #e0cec7;\n --color-bronze-500: #d0b8af;\n --color-bronze-600: #be9f93;\n --color-bronze-700: #a18072;\n --color-bronze-800: #967669;\n --color-bronze-900: #846358;\n --color-bronze-1000: #44312c;\n}\n\n.dark-theme {\n --color-white: #121212;\n --color-black: #fff;\n --color-gray-25: #171717;\n --color-gray-50: #1c1c1c;\n --color-gray-100: #242424;\n --color-gray-200: #292929;\n --color-gray-300: #2e2e2e;\n --color-gray-400: #333;\n --color-gray-500: #3d3d3d;\n --color-gray-600: #4f4f4f;\n --color-gray-700: #707070;\n --color-gray-800: #7d7d7d;\n --color-gray-900: #a1a1a1;\n --color-gray-1000: #ededed;\n --color-blue-25: #0f161f;\n --color-blue-50: #0f1c2e;\n --color-blue-100: #10233d;\n --color-blue-200: #102a4c;\n --color-blue-300: #0f2f57;\n --color-blue-400: #0d3868;\n --color-blue-500: #0a4380;\n --color-blue-600: #0954a5;\n --color-blue-700: #0091ff;\n --color-blue-800: #389fff;\n --color-blue-900: #52a8ff;\n --color-blue-1000: #ebf6ff;\n --color-red-25: #201315;\n --color-red-50: #291415;\n --color-red-100: #3a1719;\n --color-red-200: #471a1d;\n --color-red-300: #551b1f;\n --color-red-400: #671e21;\n --color-red-500: #832126;\n --color-red-600: #a82428;\n --color-red-700: #e5484d;\n --color-red-800: #f2545a;\n --color-red-900: #ff6166;\n --color-red-1000: #feecee;\n --color-amber-25: #1f1300;\n --color-amber-50: #291800;\n --color-amber-100: #331b00;\n --color-amber-200: #3d2100;\n --color-amber-300: #4d2a00;\n --color-amber-400: #573300;\n --color-amber-500: #6b4105;\n --color-amber-600: #804d00;\n --color-amber-700: #ffb224;\n --color-amber-800: #ffbb3d;\n --color-amber-900: #ffc457;\n --color-amber-1000: #fef3dc;\n --color-green-25: #0c1811;\n --color-green-50: #0b1d16;\n --color-green-100: #0f291e;\n --color-green-200: #113123;\n --color-green-300: #133929;\n --color-green-400: #164531;\n --color-green-500: #1b553b;\n --color-green-600: #226d49;\n --color-green-700: #30a66d;\n --color-green-800: #3caf77;\n --color-green-900: #4bc389;\n --color-green-1000: #e5fbea;\n --color-tomato-25: #1c1412;\n --color-tomato-50: #29130f;\n --color-tomato-100: #3a1713;\n --color-tomato-200: #481a14;\n --color-tomato-300: #561d15;\n --color-tomato-400: #642016;\n --color-tomato-500: #7f2315;\n --color-tomato-600: #a52b12;\n --color-tomato-700: #e54d2e;\n --color-tomato-800: #ec5d41;\n --color-tomato-900: #f16b50;\n --color-tomato-1000: #feefec;\n --color-crimson-25: #1e1519;\n --color-crimson-50: #28151d;\n --color-crimson-100: #3a1726;\n --color-crimson-200: #471a2d;\n --color-crimson-300: #551b33;\n --color-crimson-400: #631d3a;\n --color-crimson-500: #811d45;\n --color-crimson-600: #ae1955;\n --color-crimson-700: #ea3e83;\n --color-crimson-800: #f05189;\n --color-crimson-900: #f75f8f;\n --color-crimson-1000: #feecf4;\n --color-pink-25: #20131c;\n --color-pink-50: #281522;\n --color-pink-100: #3a182f;\n --color-pink-200: #461b38;\n --color-pink-300: #501b3f;\n --color-pink-400: #621d4a;\n --color-pink-500: #7c1d5b;\n --color-pink-600: #a51871;\n --color-pink-700: #d742a0;\n --color-pink-800: #e34aa8;\n --color-pink-900: #f65ab5;\n --color-pink-1000: #feecf7;\n --color-plum-25: #1c121c;\n --color-plum-50: #241424;\n --color-plum-100: #331a33;\n --color-plum-200: #3e1c3f;\n --color-plum-300: #48214a;\n --color-plum-400: #552659;\n --color-plum-500: #6b2e70;\n --color-plum-600: #883894;\n --color-plum-700: #ab4aba;\n --color-plum-800: #bc53c6;\n --color-plum-900: #d864d8;\n --color-plum-1000: #fbedfc;\n --color-purple-25: #1c151e;\n --color-purple-50: #231528;\n --color-purple-100: #2e1938;\n --color-purple-200: #3a1e48;\n --color-purple-300: #422154;\n --color-purple-400: #4f2768;\n --color-purple-500: #5f2e85;\n --color-purple-600: #7938b2;\n --color-purple-700: #8e4ec6;\n --color-purple-800: #9c5bd2;\n --color-purple-900: #bf7af0;\n --color-purple-1000: #f8edfc;\n --color-violet-25: #17151e;\n --color-violet-50: #1c172b;\n --color-violet-100: #241d3e;\n --color-violet-200: #2b224f;\n --color-violet-300: #32265e;\n --color-violet-400: #392c72;\n --color-violet-500: #443592;\n --color-violet-600: #5741c3;\n --color-violet-700: #6d54cf;\n --color-violet-800: #7b65dc;\n --color-violet-900: #9f8dfc;\n --color-violet-1000: #efecfe;\n --color-indigo-25: #131620;\n --color-indigo-50: #15192d;\n --color-indigo-100: #18203e;\n --color-indigo-200: #1c274f;\n --color-indigo-300: #1f2c5c;\n --color-indigo-400: #22336d;\n --color-indigo-500: #273f8b;\n --color-indigo-600: #2f4db1;\n --color-indigo-700: #3c61dd;\n --color-indigo-800: #5474e8;\n --color-indigo-900: #859dff;\n --color-indigo-1000: #edf0fd;\n --color-cyan-25: #07191d;\n --color-cyan-50: #061d23;\n --color-cyan-100: #072931;\n --color-cyan-200: #07303b;\n --color-cyan-300: #073945;\n --color-cyan-400: #064251;\n --color-cyan-500: #044f62;\n --color-cyan-600: #006680;\n --color-cyan-700: #05a2c2;\n --color-cyan-800: #00b1cc;\n --color-cyan-900: #00c1d6;\n --color-cyan-1000: #e0f8fa;\n --color-teal-25: #091a16;\n --color-teal-50: #04201b;\n --color-teal-100: #062822;\n --color-teal-200: #07312b;\n --color-teal-300: #083a33;\n --color-teal-400: #09443c;\n --color-teal-500: #0b564c;\n --color-teal-600: #0c6e63;\n --color-teal-700: #12a594;\n --color-teal-800: #10b2a2;\n --color-teal-900: #0ac7b4;\n --color-teal-1000: #e0faf4;\n --color-grass-25: #0c1811;\n --color-grass-50: #0f1f13;\n --color-grass-100: #142a1a;\n --color-grass-200: #16311e;\n --color-grass-300: #193921;\n --color-grass-400: #1d4427;\n --color-grass-500: #255631;\n --color-grass-600: #2f6f3b;\n --color-grass-700: #45a557;\n --color-grass-800: #55b466;\n --color-grass-900: #62c073;\n --color-grass-1000: #e5fbea;\n --color-brown-25: #1a1614;\n --color-brown-50: #211712;\n --color-brown-100: #2e201a;\n --color-brown-200: #35251d;\n --color-brown-300: #3f2c22;\n --color-brown-400: #483528;\n --color-brown-500: #5d4332;\n --color-brown-600: #775940;\n --color-brown-700: #ad7f58;\n --color-brown-800: #bd8c61;\n --color-brown-900: #dba270;\n --color-brown-1000: #faf0e5;\n --color-orange-25: #1e1106;\n --color-orange-50: #291300;\n --color-orange-100: #3a1b03;\n --color-orange-200: #431e04;\n --color-orange-300: #4d2205;\n --color-orange-400: #602a06;\n --color-orange-500: #763205;\n --color-orange-600: #943e00;\n --color-orange-700: #f76808;\n --color-orange-800: #ff7e29;\n --color-orange-900: #ff8b3d;\n --color-orange-1000: #feeadc;\n --color-sky-25: #0d1921;\n --color-sky-50: #071e2c;\n --color-sky-100: #082535;\n --color-sky-200: #082c40;\n --color-sky-300: #08344a;\n --color-sky-400: #083e59;\n --color-sky-500: #064a6a;\n --color-sky-600: #005d85;\n --color-sky-700: #68ddfd;\n --color-sky-800: #8ae8ff;\n --color-sky-900: #2fc8ee;\n --color-sky-1000: #ebf8ff;\n --color-mint-25: #071715;\n --color-mint-50: #051f1d;\n --color-mint-100: #052926;\n --color-mint-200: #042f2a;\n --color-mint-300: #033a34;\n --color-mint-400: #01463e;\n --color-mint-500: #00574b;\n --color-mint-600: #006b59;\n --color-mint-700: #70e1c8;\n --color-mint-800: #95f3d9;\n --color-mint-900: #25d0ab;\n --color-mint-1000: #e8fcf8;\n --color-lime-25: #141807;\n --color-lime-50: #171c08;\n --color-lime-100: #1e260d;\n --color-lime-200: #252e0f;\n --color-lime-300: #2b3711;\n --color-lime-400: #354314;\n --color-lime-500: #405115;\n --color-lime-600: #546916;\n --color-lime-700: #99d52a;\n --color-lime-800: #c4f042;\n --color-lime-900: #88bf22;\n --color-lime-1000: #f0fbdf;\n --color-yellow-25: #1a1300;\n --color-yellow-50: #241b00;\n --color-yellow-100: #2e2200;\n --color-yellow-200: #332600;\n --color-yellow-300: #3d2f00;\n --color-yellow-400: #473a00;\n --color-yellow-500: #574805;\n --color-yellow-600: #705e00;\n --color-yellow-700: #f5d90a;\n --color-yellow-800: #ffef5c;\n --color-yellow-900: #f0c000;\n --color-yellow-1000: #fffad1;\n --color-gold-25: #161512;\n --color-gold-50: #1d1b16;\n --color-gold-100: #26231c;\n --color-gold-200: #2c2920;\n --color-gold-300: #353027;\n --color-gold-400: #3f392c;\n --color-gold-500: #4f4636;\n --color-gold-600: #6b5d47;\n --color-gold-700: #968264;\n --color-gold-800: #a59173;\n --color-gold-900: #bfa888;\n --color-gold-1000: #f7f5e8;\n --color-bronze-25: #191514;\n --color-bronze-50: #201a18;\n --color-bronze-100: #29201e;\n --color-bronze-200: #332824;\n --color-bronze-300: #3c2f2a;\n --color-bronze-400: #453530;\n --color-bronze-500: #57443d;\n --color-bronze-600: #74594e;\n --color-bronze-700: #a18072;\n --color-bronze-800: #b08c7d;\n --color-bronze-900: #cca494;\n --color-bronze-1000: #f9ede7;\n}\n\n.inter {\n font-family: Inter, sans-serif;\n}\n\n@supports (font-variation-settings: normal) {\n .inter {\n font-family: Inter var, sans-serif;\n }\n}\n\n.pulse-red-700 {\n animation: 2s infinite pulse-red-700;\n transform: scale(1);\n box-shadow: 0 0 #e5484d;\n}\n\n@keyframes pulse-red-700 {\n 0% {\n transform: scale(.95);\n box-shadow: 0 0 #e5484db3;\n }\n\n 70% {\n transform: scale(1);\n box-shadow: 0 0 0 6px #e5484d00;\n }\n\n to {\n transform: scale(.95);\n box-shadow: 0 0 #e5484d00;\n }\n}\n\n::-webkit-scrollbar {\n width: 0;\n height: 0;\n display: none;\n}\n\n@keyframes enter {\n 0% {\n opacity: var(--tw-enter-opacity, 1);\n transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));\n }\n}\n\n@keyframes exit {\n to {\n opacity: var(--tw-exit-opacity, 1);\n transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));\n }\n}\n\n@property --tw-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-translate-z {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-scale-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n\n@property --tw-scale-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n\n@property --tw-scale-z {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n\n@property --tw-rotate-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-z {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-space-y-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-space-x-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-divide-x-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n\n@property --tw-divide-y-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-leading {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-inset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-ring-inset {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-offset-width {\n syntax: \"<length>\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-ring-offset-color {\n syntax: \"*\";\n inherits: false;\n initial-value: #fff;\n}\n\n@property --tw-ring-offset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-outline-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n\n@property --tw-blur {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-brightness {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-contrast {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-grayscale {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-hue-rotate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-invert {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-opacity {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-saturate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-sepia {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-drop-shadow-size {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-blur {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-brightness {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-contrast {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-grayscale {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-hue-rotate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-invert {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-opacity {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-saturate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-sepia {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-duration {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ease {\n syntax: \"*\";\n inherits: false\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n@keyframes pulse {\n 50% {\n opacity: .5;\n }\n}\n\n@keyframes accordion-down {\n 0% {\n height: 0;\n }\n\n to {\n height: var(--radix-accordion-content-height);\n }\n}\n\n@keyframes accordion-up {\n 0% {\n height: var(--radix-accordion-content-height);\n }\n\n to {\n height: 0;\n }\n}\n\n@keyframes flash {\n 0% {\n opacity: .9;\n }\n\n to {\n opacity: 0;\n }\n}\n";
12681
+ $1e2747ca72d0ab49$exports = "/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */\n@layer properties {\n @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {\n *, :before, :after, ::backdrop {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-translate-z: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-scale-z: 1;\n --tw-rotate-x: initial;\n --tw-rotate-y: initial;\n --tw-rotate-z: initial;\n --tw-skew-x: initial;\n --tw-skew-y: initial;\n --tw-space-y-reverse: 0;\n --tw-space-x-reverse: 0;\n --tw-divide-x-reverse: 0;\n --tw-border-style: solid;\n --tw-divide-y-reverse: 0;\n --tw-leading: initial;\n --tw-font-weight: initial;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-color: initial;\n --tw-shadow-alpha: 100%;\n --tw-inset-shadow: 0 0 #0000;\n --tw-inset-shadow-color: initial;\n --tw-inset-shadow-alpha: 100%;\n --tw-ring-color: initial;\n --tw-ring-shadow: 0 0 #0000;\n --tw-inset-ring-color: initial;\n --tw-inset-ring-shadow: 0 0 #0000;\n --tw-ring-inset: initial;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-outline-style: solid;\n --tw-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-backdrop-blur: initial;\n --tw-backdrop-brightness: initial;\n --tw-backdrop-contrast: initial;\n --tw-backdrop-grayscale: initial;\n --tw-backdrop-hue-rotate: initial;\n --tw-backdrop-invert: initial;\n --tw-backdrop-opacity: initial;\n --tw-backdrop-saturate: initial;\n --tw-backdrop-sepia: initial;\n --tw-duration: initial;\n --tw-ease: initial;\n }\n }\n}\n\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --spacing: .25rem;\n --container-xs: 20rem;\n --container-sm: 24rem;\n --container-md: 28rem;\n --font-weight-light: 300;\n --font-weight-normal: 400;\n --font-weight-medium: 500;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --radius-sm: .25rem;\n --radius-md: .375rem;\n --radius-lg: .5rem;\n --radius-xl: .75rem;\n --radius-2xl: 1rem;\n --radius-3xl: 1.5rem;\n --ease-in-out: cubic-bezier(.4, 0, .2, 1);\n --animate-spin: spin 1s linear infinite;\n --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;\n --blur-xs: 4px;\n --blur-md: 12px;\n --blur-lg: 16px;\n --default-transition-duration: .15s;\n --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n --text-xs: 12px;\n --text-xs--line-height: 16px;\n --text-xs--letter-spacing: -.02em;\n --text-sm: 14px;\n --text-sm--line-height: 20px;\n --text-sm--letter-spacing: -.02em;\n --text-md: 16px;\n --text-md--line-height: 20px;\n --text-md--letter-spacing: -.02em;\n --text-lg: 18px;\n --text-lg--line-height: 22px;\n --text-lg--letter-spacing: -.02em;\n --text-xl: 20px;\n --text-xl--line-height: 24px;\n --text-xl--letter-spacing: -.02em;\n --text-2xl: 24px;\n --text-2xl--line-height: 32px;\n --text-2xl--letter-spacing: -.02em;\n --text-3xl: 30px;\n --text-3xl--line-height: 38px;\n --text-3xl--letter-spacing: -.02em;\n --text-4xl: 36px;\n --text-4xl--line-height: 44px;\n --text-4xl--letter-spacing: -.02em;\n --text-5xl: 48px;\n --text-5xl--line-height: 60px;\n --text-5xl--letter-spacing: -.02em;\n --text-6xl: 60px;\n --text-6xl--line-height: 72px;\n --text-6xl--letter-spacing: -.02em;\n --text-7xl: 72px;\n --text-7xl--line-height: 90px;\n --text-7xl--letter-spacing: -.02em;\n --animate-accordion-down: accordion-down .2s ease-out;\n --animate-accordion-up: accordion-up .2s ease-out;\n --color-black: var(--color-black);\n --color-white: var(--color-white);\n --color-gray-25: var(--color-gray-25);\n --color-gray-50: var(--color-gray-50);\n --color-gray-100: var(--color-gray-100);\n --color-gray-200: var(--color-gray-200);\n --color-gray-300: var(--color-gray-300);\n --color-gray-400: var(--color-gray-400);\n --color-gray-500: var(--color-gray-500);\n --color-gray-600: var(--color-gray-600);\n --color-gray-700: var(--color-gray-700);\n --color-gray-800: var(--color-gray-800);\n --color-gray-900: var(--color-gray-900);\n --color-gray-1000: var(--color-gray-1000);\n --color-blue-25: var(--color-blue-25);\n --color-blue-50: var(--color-blue-50);\n --color-blue-100: var(--color-blue-100);\n --color-blue-200: var(--color-blue-200);\n --color-blue-300: var(--color-blue-300);\n --color-blue-400: var(--color-blue-400);\n --color-blue-500: var(--color-blue-500);\n --color-blue-600: var(--color-blue-600);\n --color-blue-700: var(--color-blue-700);\n --color-blue-800: var(--color-blue-800);\n --color-blue-900: var(--color-blue-900);\n --color-blue-1000: var(--color-blue-1000);\n --color-red-25: var(--color-red-25);\n --color-red-50: var(--color-red-50);\n --color-red-100: var(--color-red-100);\n --color-red-200: var(--color-red-200);\n --color-red-300: var(--color-red-300);\n --color-red-400: var(--color-red-400);\n --color-red-500: var(--color-red-500);\n --color-red-600: var(--color-red-600);\n --color-red-700: var(--color-red-700);\n --color-red-800: var(--color-red-800);\n --color-red-900: var(--color-red-900);\n --color-red-1000: var(--color-red-1000);\n --color-amber-25: var(--color-amber-25);\n --color-amber-50: var(--color-amber-50);\n --color-amber-100: var(--color-amber-100);\n --color-amber-200: var(--color-amber-200);\n --color-amber-300: var(--color-amber-300);\n --color-amber-400: var(--color-amber-400);\n --color-amber-500: var(--color-amber-500);\n --color-amber-600: var(--color-amber-600);\n --color-amber-700: var(--color-amber-700);\n --color-amber-800: var(--color-amber-800);\n --color-amber-900: var(--color-amber-900);\n --color-amber-1000: var(--color-amber-1000);\n --color-green-25: var(--color-green-25);\n --color-green-50: var(--color-green-50);\n --color-green-100: var(--color-green-100);\n --color-green-200: var(--color-green-200);\n --color-green-300: var(--color-green-300);\n --color-green-400: var(--color-green-400);\n --color-green-500: var(--color-green-500);\n --color-green-600: var(--color-green-600);\n --color-green-700: var(--color-green-700);\n --color-green-800: var(--color-green-800);\n --color-green-900: var(--color-green-900);\n --color-green-1000: var(--color-green-1000);\n --color-tomato-25: var(--color-tomato-25);\n --color-tomato-50: var(--color-tomato-50);\n --color-tomato-100: var(--color-tomato-100);\n --color-tomato-200: var(--color-tomato-200);\n --color-tomato-300: var(--color-tomato-300);\n --color-tomato-400: var(--color-tomato-400);\n --color-tomato-500: var(--color-tomato-500);\n --color-tomato-600: var(--color-tomato-600);\n --color-tomato-700: var(--color-tomato-700);\n --color-tomato-800: var(--color-tomato-800);\n --color-tomato-900: var(--color-tomato-900);\n --color-tomato-1000: var(--color-tomato-1000);\n --color-crimson-25: var(--color-crimson-25);\n --color-crimson-50: var(--color-crimson-50);\n --color-crimson-100: var(--color-crimson-100);\n --color-crimson-200: var(--color-crimson-200);\n --color-crimson-300: var(--color-crimson-300);\n --color-crimson-400: var(--color-crimson-400);\n --color-crimson-500: var(--color-crimson-500);\n --color-crimson-600: var(--color-crimson-600);\n --color-crimson-700: var(--color-crimson-700);\n --color-crimson-800: var(--color-crimson-800);\n --color-crimson-900: var(--color-crimson-900);\n --color-crimson-1000: var(--color-crimson-1000);\n --color-pink-25: var(--color-pink-25);\n --color-pink-50: var(--color-pink-50);\n --color-pink-100: var(--color-pink-100);\n --color-pink-200: var(--color-pink-200);\n --color-pink-300: var(--color-pink-300);\n --color-pink-400: var(--color-pink-400);\n --color-pink-500: var(--color-pink-500);\n --color-pink-600: var(--color-pink-600);\n --color-pink-700: var(--color-pink-700);\n --color-pink-800: var(--color-pink-800);\n --color-pink-900: var(--color-pink-900);\n --color-pink-1000: var(--color-pink-1000);\n --color-plum-25: var(--color-plum-25);\n --color-plum-50: var(--color-plum-50);\n --color-plum-100: var(--color-plum-100);\n --color-plum-200: var(--color-plum-200);\n --color-plum-300: var(--color-plum-300);\n --color-plum-400: var(--color-plum-400);\n --color-plum-500: var(--color-plum-500);\n --color-plum-600: var(--color-plum-600);\n --color-plum-700: var(--color-plum-700);\n --color-plum-800: var(--color-plum-800);\n --color-plum-900: var(--color-plum-900);\n --color-plum-1000: var(--color-plum-1000);\n --color-purple-25: var(--color-purple-25);\n --color-purple-50: var(--color-purple-50);\n --color-purple-100: var(--color-purple-100);\n --color-purple-200: var(--color-purple-200);\n --color-purple-300: var(--color-purple-300);\n --color-purple-400: var(--color-purple-400);\n --color-purple-500: var(--color-purple-500);\n --color-purple-600: var(--color-purple-600);\n --color-purple-700: var(--color-purple-700);\n --color-purple-800: var(--color-purple-800);\n --color-purple-900: var(--color-purple-900);\n --color-purple-1000: var(--color-purple-1000);\n --color-violet-25: var(--color-violet-25);\n --color-violet-50: var(--color-violet-50);\n --color-violet-100: var(--color-violet-100);\n --color-violet-200: var(--color-violet-200);\n --color-violet-300: var(--color-violet-300);\n --color-violet-400: var(--color-violet-400);\n --color-violet-500: var(--color-violet-500);\n --color-violet-600: var(--color-violet-600);\n --color-violet-700: var(--color-violet-700);\n --color-violet-800: var(--color-violet-800);\n --color-violet-900: var(--color-violet-900);\n --color-violet-1000: var(--color-violet-1000);\n --color-indigo-25: var(--color-indigo-25);\n --color-indigo-50: var(--color-indigo-50);\n --color-indigo-100: var(--color-indigo-100);\n --color-indigo-200: var(--color-indigo-200);\n --color-indigo-300: var(--color-indigo-300);\n --color-indigo-400: var(--color-indigo-400);\n --color-indigo-500: var(--color-indigo-500);\n --color-indigo-600: var(--color-indigo-600);\n --color-indigo-700: var(--color-indigo-700);\n --color-indigo-800: var(--color-indigo-800);\n --color-indigo-900: var(--color-indigo-900);\n --color-indigo-1000: var(--color-indigo-1000);\n --color-cyan-25: var(--color-cyan-25);\n --color-cyan-50: var(--color-cyan-50);\n --color-cyan-100: var(--color-cyan-100);\n --color-cyan-200: var(--color-cyan-200);\n --color-cyan-300: var(--color-cyan-300);\n --color-cyan-400: var(--color-cyan-400);\n --color-cyan-500: var(--color-cyan-500);\n --color-cyan-600: var(--color-cyan-600);\n --color-cyan-700: var(--color-cyan-700);\n --color-cyan-800: var(--color-cyan-800);\n --color-cyan-900: var(--color-cyan-900);\n --color-cyan-1000: var(--color-cyan-1000);\n --color-teal-25: var(--color-teal-25);\n --color-teal-50: var(--color-teal-50);\n --color-teal-100: var(--color-teal-100);\n --color-teal-200: var(--color-teal-200);\n --color-teal-300: var(--color-teal-300);\n --color-teal-400: var(--color-teal-400);\n --color-teal-500: var(--color-teal-500);\n --color-teal-600: var(--color-teal-600);\n --color-teal-700: var(--color-teal-700);\n --color-teal-800: var(--color-teal-800);\n --color-teal-900: var(--color-teal-900);\n --color-teal-1000: var(--color-teal-1000);\n --color-grass-25: var(--color-grass-25);\n --color-grass-50: var(--color-grass-50);\n --color-grass-100: var(--color-grass-100);\n --color-grass-200: var(--color-grass-200);\n --color-grass-300: var(--color-grass-300);\n --color-grass-400: var(--color-grass-400);\n --color-grass-500: var(--color-grass-500);\n --color-grass-600: var(--color-grass-600);\n --color-grass-700: var(--color-grass-700);\n --color-grass-800: var(--color-grass-800);\n --color-grass-900: var(--color-grass-900);\n --color-grass-1000: var(--color-grass-1000);\n --color-brown-25: var(--color-brown-25);\n --color-brown-50: var(--color-brown-50);\n --color-brown-100: var(--color-brown-100);\n --color-brown-200: var(--color-brown-200);\n --color-brown-300: var(--color-brown-300);\n --color-brown-400: var(--color-brown-400);\n --color-brown-500: var(--color-brown-500);\n --color-brown-600: var(--color-brown-600);\n --color-brown-700: var(--color-brown-700);\n --color-brown-800: var(--color-brown-800);\n --color-brown-900: var(--color-brown-900);\n --color-brown-1000: var(--color-brown-1000);\n --color-orange-25: var(--color-orange-25);\n --color-orange-50: var(--color-orange-50);\n --color-orange-100: var(--color-orange-100);\n --color-orange-200: var(--color-orange-200);\n --color-orange-300: var(--color-orange-300);\n --color-orange-400: var(--color-orange-400);\n --color-orange-500: var(--color-orange-500);\n --color-orange-600: var(--color-orange-600);\n --color-orange-700: var(--color-orange-700);\n --color-orange-800: var(--color-orange-800);\n --color-orange-900: var(--color-orange-900);\n --color-orange-1000: var(--color-orange-1000);\n --color-sky-25: var(--color-sky-25);\n --color-sky-50: var(--color-sky-50);\n --color-sky-100: var(--color-sky-100);\n --color-sky-200: var(--color-sky-200);\n --color-sky-300: var(--color-sky-300);\n --color-sky-400: var(--color-sky-400);\n --color-sky-500: var(--color-sky-500);\n --color-sky-600: var(--color-sky-600);\n --color-sky-700: var(--color-sky-700);\n --color-sky-800: var(--color-sky-800);\n --color-sky-900: var(--color-sky-900);\n --color-sky-1000: var(--color-sky-1000);\n --color-mint-25: var(--color-mint-25);\n --color-mint-50: var(--color-mint-50);\n --color-mint-100: var(--color-mint-100);\n --color-mint-200: var(--color-mint-200);\n --color-mint-300: var(--color-mint-300);\n --color-mint-400: var(--color-mint-400);\n --color-mint-500: var(--color-mint-500);\n --color-mint-600: var(--color-mint-600);\n --color-mint-700: var(--color-mint-700);\n --color-mint-800: var(--color-mint-800);\n --color-mint-900: var(--color-mint-900);\n --color-mint-1000: var(--color-mint-1000);\n --color-lime-25: var(--color-lime-25);\n --color-lime-50: var(--color-lime-50);\n --color-lime-100: var(--color-lime-100);\n --color-lime-200: var(--color-lime-200);\n --color-lime-300: var(--color-lime-300);\n --color-lime-400: var(--color-lime-400);\n --color-lime-500: var(--color-lime-500);\n --color-lime-600: var(--color-lime-600);\n --color-lime-700: var(--color-lime-700);\n --color-lime-800: var(--color-lime-800);\n --color-lime-900: var(--color-lime-900);\n --color-lime-1000: var(--color-lime-1000);\n --color-yellow-25: var(--color-yellow-25);\n --color-yellow-50: var(--color-yellow-50);\n --color-yellow-100: var(--color-yellow-100);\n --color-yellow-200: var(--color-yellow-200);\n --color-yellow-300: var(--color-yellow-300);\n --color-yellow-400: var(--color-yellow-400);\n --color-yellow-500: var(--color-yellow-500);\n --color-yellow-600: var(--color-yellow-600);\n --color-yellow-700: var(--color-yellow-700);\n --color-yellow-800: var(--color-yellow-800);\n --color-yellow-900: var(--color-yellow-900);\n --color-yellow-1000: var(--color-yellow-1000);\n --color-gold-25: var(--color-gold-25);\n --color-gold-50: var(--color-gold-50);\n --color-gold-100: var(--color-gold-100);\n --color-gold-200: var(--color-gold-200);\n --color-gold-300: var(--color-gold-300);\n --color-gold-400: var(--color-gold-400);\n --color-gold-500: var(--color-gold-500);\n --color-gold-600: var(--color-gold-600);\n --color-gold-700: var(--color-gold-700);\n --color-gold-800: var(--color-gold-800);\n --color-gold-900: var(--color-gold-900);\n --color-gold-1000: var(--color-gold-1000);\n --color-bronze-25: var(--color-bronze-25);\n --color-bronze-50: var(--color-bronze-50);\n --color-bronze-100: var(--color-bronze-100);\n --color-bronze-200: var(--color-bronze-200);\n --color-bronze-300: var(--color-bronze-300);\n --color-bronze-400: var(--color-bronze-400);\n --color-bronze-500: var(--color-bronze-500);\n --color-bronze-600: var(--color-bronze-600);\n --color-bronze-700: var(--color-bronze-700);\n --color-bronze-800: var(--color-bronze-800);\n --color-bronze-900: var(--color-bronze-900);\n --color-bronze-1000: var(--color-bronze-1000);\n --animate-flash: flash .8s forwards;\n --background-image-pattern: radial-gradient(50% 50% at 50% 50%, #006aff33 0%, #006aff00 100%), linear-gradient(180deg, transparent 0%, #fff 100%), linear-gradient(0deg, transparent 0%, #ffffffbf 100%), url(\"data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 40V41H41V40H40ZM39 0V40H41V0H39ZM40 39H0V41H40V39Z' fill='%23E8E8E8' mask='url(%23path-1-inside-1_124_242)'/%3E%3C/svg%3E\");\n }\n}\n\n@layer base {\n *, :after, :before, ::backdrop {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n ::file-selector-button {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n html, :host {\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n line-height: 1.5;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n\n abbr:where([title]) {\n text-decoration: underline dotted;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n\n b, strong {\n font-weight: bolder;\n }\n\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n\n small {\n font-size: 80%;\n }\n\n sub, sup {\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n position: relative;\n }\n\n sub {\n bottom: -.25em;\n }\n\n sup {\n top: -.5em;\n }\n\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n\n :-moz-focusring {\n outline: auto;\n }\n\n progress {\n vertical-align: baseline;\n }\n\n summary {\n display: list-item;\n }\n\n ol, ul, menu {\n list-style: none;\n }\n\n img, svg, video, canvas, audio, iframe, embed, object {\n vertical-align: middle;\n display: block;\n }\n\n img, video {\n max-width: 100%;\n height: auto;\n }\n\n button, input, select, optgroup, textarea {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n\n ::placeholder {\n opacity: 1;\n }\n\n @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: currentColor;\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n ::placeholder {\n color: color-mix(in oklab, currentcolor 50%, transparent);\n }\n }\n }\n\n textarea {\n resize: vertical;\n }\n\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n\n ::-webkit-datetime-edit {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-year-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-month-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-day-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-hour-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-minute-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-second-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-millisecond-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n\n :-moz-ui-invalid {\n box-shadow: none;\n }\n\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]) {\n appearance: button;\n }\n\n ::file-selector-button {\n appearance: button;\n }\n\n ::-webkit-inner-spin-button {\n height: auto;\n }\n\n ::-webkit-outer-spin-button {\n height: auto;\n }\n\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n\n button:not(:disabled), [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n}\n\n@layer components;\n\n@layer utilities {\n .pointer-events-auto {\n pointer-events: auto;\n }\n\n .pointer-events-none {\n pointer-events: none;\n }\n\n .invisible {\n visibility: hidden;\n }\n\n .sr-only {\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n position: absolute;\n overflow: hidden;\n }\n\n .absolute {\n position: absolute;\n }\n\n .fixed {\n position: fixed;\n }\n\n .relative {\n position: relative;\n }\n\n .static {\n position: static;\n }\n\n .inset-0 {\n inset: calc(var(--spacing) * 0);\n }\n\n .inset-x-0 {\n inset-inline: calc(var(--spacing) * 0);\n }\n\n .inset-y-0 {\n inset-block: calc(var(--spacing) * 0);\n }\n\n .-top-12 {\n top: calc(var(--spacing) * -12);\n }\n\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n\n .top-1\\/2 {\n top: 50%;\n }\n\n .top-2 {\n top: calc(var(--spacing) * 2);\n }\n\n .top-6 {\n top: calc(var(--spacing) * 6);\n }\n\n .top-8 {\n top: calc(var(--spacing) * 8);\n }\n\n .top-\\[50\\%\\] {\n top: 50%;\n }\n\n .top-auto {\n top: auto;\n }\n\n .-right-12 {\n right: calc(var(--spacing) * -12);\n }\n\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n\n .right-1 {\n right: calc(var(--spacing) * 1);\n }\n\n .right-2 {\n right: calc(var(--spacing) * 2);\n }\n\n .right-6 {\n right: calc(var(--spacing) * 6);\n }\n\n .right-\\[10px\\] {\n right: 10px;\n }\n\n .-bottom-12 {\n bottom: calc(var(--spacing) * -12);\n }\n\n .bottom-0 {\n bottom: calc(var(--spacing) * 0);\n }\n\n .bottom-2 {\n bottom: calc(var(--spacing) * 2);\n }\n\n .bottom-\\[-15px\\] {\n bottom: -15px;\n }\n\n .bottom-\\[1px\\] {\n bottom: 1px;\n }\n\n .-left-12 {\n left: calc(var(--spacing) * -12);\n }\n\n .left-0 {\n left: calc(var(--spacing) * 0);\n }\n\n .left-1 {\n left: calc(var(--spacing) * 1);\n }\n\n .left-1\\/2 {\n left: 50%;\n }\n\n .left-2 {\n left: calc(var(--spacing) * 2);\n }\n\n .left-\\[50\\%\\] {\n left: 50%;\n }\n\n .z-20 {\n z-index: 20;\n }\n\n .z-30 {\n z-index: 30;\n }\n\n .z-35 {\n z-index: 35;\n }\n\n .z-40 {\n z-index: 40;\n }\n\n .z-50 {\n z-index: 50;\n }\n\n .z-100 {\n z-index: 100;\n }\n\n .z-150 {\n z-index: 150;\n }\n\n .z-\\[15\\] {\n z-index: 15;\n }\n\n .z-\\[21\\] {\n z-index: 21;\n }\n\n .container {\n width: 100%;\n }\n\n @media (width >= 40rem) {\n .container {\n max-width: 40rem;\n }\n }\n\n @media (width >= 48rem) {\n .container {\n max-width: 48rem;\n }\n }\n\n @media (width >= 64rem) {\n .container {\n max-width: 64rem;\n }\n }\n\n @media (width >= 80rem) {\n .container {\n max-width: 80rem;\n }\n }\n\n @media (width >= 96rem) {\n .container {\n max-width: 96rem;\n }\n }\n\n .m-auto {\n margin: auto;\n }\n\n .-mx-1 {\n margin-inline: calc(var(--spacing) * -1);\n }\n\n .mx-1 {\n margin-inline: calc(var(--spacing) * 1);\n }\n\n .mx-auto {\n margin-inline: auto;\n }\n\n .my-1 {\n margin-block: calc(var(--spacing) * 1);\n }\n\n .-mt-4 {\n margin-top: calc(var(--spacing) * -4);\n }\n\n .mt-1 {\n margin-top: calc(var(--spacing) * 1);\n }\n\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n\n .mt-\\[14px\\] {\n margin-top: 14px;\n }\n\n .mt-auto {\n margin-top: auto;\n }\n\n .-mr-2 {\n margin-right: calc(var(--spacing) * -2);\n }\n\n .mr-2\\.5 {\n margin-right: calc(var(--spacing) * 2.5);\n }\n\n .mr-7 {\n margin-right: calc(var(--spacing) * 7);\n }\n\n .mr-9 {\n margin-right: calc(var(--spacing) * 9);\n }\n\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n\n .mb-6 {\n margin-bottom: calc(var(--spacing) * 6);\n }\n\n .mb-\\[9px\\] {\n margin-bottom: 9px;\n }\n\n .-ml-4 {\n margin-left: calc(var(--spacing) * -4);\n }\n\n .ml-1 {\n margin-left: calc(var(--spacing) * 1);\n }\n\n .box-border {\n box-sizing: border-box;\n }\n\n .line-clamp-2 {\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n }\n\n .flex {\n display: flex;\n }\n\n .grid {\n display: grid;\n }\n\n .hidden {\n display: none;\n }\n\n .inline-block {\n display: inline-block;\n }\n\n .inline-flex {\n display: inline-flex;\n }\n\n .table {\n display: table;\n }\n\n .aspect-square {\n aspect-ratio: 1;\n }\n\n .h-1\\/2 {\n height: 50%;\n }\n\n .h-1\\/3 {\n height: 33.3333%;\n }\n\n .h-2 {\n height: calc(var(--spacing) * 2);\n }\n\n .h-3 {\n height: calc(var(--spacing) * 3);\n }\n\n .h-4 {\n height: calc(var(--spacing) * 4);\n }\n\n .h-6 {\n height: calc(var(--spacing) * 6);\n }\n\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n\n .h-9 {\n height: calc(var(--spacing) * 9);\n }\n\n .h-10 {\n height: calc(var(--spacing) * 10);\n }\n\n .h-12 {\n height: calc(var(--spacing) * 12);\n }\n\n .h-14 {\n height: calc(var(--spacing) * 14);\n }\n\n .h-16 {\n height: calc(var(--spacing) * 16);\n }\n\n .h-\\[1px\\] {\n height: 1px;\n }\n\n .h-\\[8px\\] {\n height: 8px;\n }\n\n .h-\\[16px\\] {\n height: 16px;\n }\n\n .h-\\[24px\\] {\n height: 24px;\n }\n\n .h-\\[36px\\] {\n height: 36px;\n }\n\n .h-\\[45px\\] {\n height: 45px;\n }\n\n .h-\\[52px\\] {\n height: 52px;\n }\n\n .h-\\[54px\\] {\n height: 54px;\n }\n\n .h-\\[56px\\] {\n height: 56px;\n }\n\n .h-\\[70px\\] {\n height: 70px;\n }\n\n .h-\\[72px\\] {\n height: 72px;\n }\n\n .h-\\[100px\\] {\n height: 100px;\n }\n\n .h-\\[150px\\] {\n height: 150px;\n }\n\n .h-\\[184px\\] {\n height: 184px;\n }\n\n .h-\\[200px\\] {\n height: 200px;\n }\n\n .h-\\[226px\\] {\n height: 226px;\n }\n\n .h-\\[250px\\] {\n height: 250px;\n }\n\n .h-\\[400px\\] {\n height: 400px;\n }\n\n .h-\\[var\\(--radix-select-trigger-height\\)\\] {\n height: var(--radix-select-trigger-height);\n }\n\n .h-full {\n height: 100%;\n }\n\n .h-px {\n height: 1px;\n }\n\n .h-screen {\n height: 100vh;\n }\n\n .max-h-\\[70px\\] {\n max-height: 70px;\n }\n\n .max-h-\\[75vh\\] {\n max-height: 75vh;\n }\n\n .max-h-\\[80vh\\] {\n max-height: 80vh;\n }\n\n .max-h-\\[90\\%\\] {\n max-height: 90%;\n }\n\n .max-h-\\[90vh\\] {\n max-height: 90vh;\n }\n\n .max-h-\\[180px\\] {\n max-height: 180px;\n }\n\n .max-h-\\[300px\\] {\n max-height: 300px;\n }\n\n .max-h-full {\n max-height: 100%;\n }\n\n .max-h-screen {\n max-height: 100vh;\n }\n\n .min-h-0 {\n min-height: calc(var(--spacing) * 0);\n }\n\n .min-h-9 {\n min-height: calc(var(--spacing) * 9);\n }\n\n .min-h-\\[20px\\] {\n min-height: 20px;\n }\n\n .min-h-\\[80px\\] {\n min-height: 80px;\n }\n\n .w-1\\/3 {\n width: 33.3333%;\n }\n\n .w-1\\/4 {\n width: 25%;\n }\n\n .w-2 {\n width: calc(var(--spacing) * 2);\n }\n\n .w-3 {\n width: calc(var(--spacing) * 3);\n }\n\n .w-3\\/4 {\n width: 75%;\n }\n\n .w-4 {\n width: calc(var(--spacing) * 4);\n }\n\n .w-4\\/5 {\n width: 80%;\n }\n\n .w-6 {\n width: calc(var(--spacing) * 6);\n }\n\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n\n .w-10 {\n width: calc(var(--spacing) * 10);\n }\n\n .w-12 {\n width: calc(var(--spacing) * 12);\n }\n\n .w-14 {\n width: calc(var(--spacing) * 14);\n }\n\n .w-16 {\n width: calc(var(--spacing) * 16);\n }\n\n .w-72 {\n width: calc(var(--spacing) * 72);\n }\n\n .w-\\[1px\\] {\n width: 1px;\n }\n\n .w-\\[8px\\] {\n width: 8px;\n }\n\n .w-\\[16px\\] {\n width: 16px;\n }\n\n .w-\\[24px\\] {\n width: 24px;\n }\n\n .w-\\[36px\\] {\n width: 36px;\n }\n\n .w-\\[42px\\] {\n width: 42px;\n }\n\n .w-\\[45px\\] {\n width: 45px;\n }\n\n .w-\\[54px\\] {\n width: 54px;\n }\n\n .w-\\[56px\\] {\n width: 56px;\n }\n\n .w-\\[70px\\] {\n width: 70px;\n }\n\n .w-\\[72px\\] {\n width: 72px;\n }\n\n .w-\\[100px\\] {\n width: 100px;\n }\n\n .w-\\[232px\\] {\n width: 232px;\n }\n\n .w-\\[240px\\] {\n width: 240px;\n }\n\n .w-\\[250px\\] {\n width: 250px;\n }\n\n .w-\\[326px\\] {\n width: 326px;\n }\n\n .w-\\[334px\\] {\n width: 334px;\n }\n\n .w-\\[360px\\] {\n width: 360px;\n }\n\n .w-\\[400px\\] {\n width: 400px;\n }\n\n .w-auto {\n width: auto;\n }\n\n .w-fit {\n width: fit-content;\n }\n\n .w-full {\n width: 100%;\n }\n\n .w-max {\n width: max-content;\n }\n\n .max-w-\\[70px\\] {\n max-width: 70px;\n }\n\n .max-w-\\[90\\%\\] {\n max-width: 90%;\n }\n\n .max-w-\\[90vw\\] {\n max-width: 90vw;\n }\n\n .max-w-\\[315px\\] {\n max-width: 315px;\n }\n\n .max-w-\\[400px\\] {\n max-width: 400px;\n }\n\n .max-w-\\[500px\\] {\n max-width: 500px;\n }\n\n .max-w-\\[800px\\] {\n max-width: 800px;\n }\n\n .max-w-full {\n max-width: 100%;\n }\n\n .min-w-0 {\n min-width: calc(var(--spacing) * 0);\n }\n\n .min-w-\\[144px\\] {\n min-width: 144px;\n }\n\n .min-w-\\[var\\(--radix-select-trigger-width\\)\\] {\n min-width: var(--radix-select-trigger-width);\n }\n\n .min-w-full {\n min-width: 100%;\n }\n\n .flex-1 {\n flex: 1;\n }\n\n .shrink-0 {\n flex-shrink: 0;\n }\n\n .grow {\n flex-grow: 1;\n }\n\n .grow-0 {\n flex-grow: 0;\n }\n\n .basis-full {\n flex-basis: 100%;\n }\n\n .caption-bottom {\n caption-side: bottom;\n }\n\n .border-collapse {\n border-collapse: collapse;\n }\n\n .-translate-x-1\\/2 {\n --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-x-0\\.5 {\n --tw-translate-x: calc(var(--spacing) * .5);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-x-\\[-50\\%\\] {\n --tw-translate-x: -50%;\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .-translate-y-1\\/2 {\n --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-y-0 {\n --tw-translate-y: calc(var(--spacing) * 0);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .translate-y-\\[-50\\%\\] {\n --tw-translate-y: -50%;\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .-scale-x-100 {\n --tw-scale-x: calc(100% * -1);\n scale: var(--tw-scale-x) var(--tw-scale-y);\n }\n\n .scale-x-\\[-1\\] {\n --tw-scale-x: -1;\n scale: var(--tw-scale-x) var(--tw-scale-y);\n }\n\n .rotate-180 {\n rotate: 180deg;\n }\n\n .transform {\n transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );\n }\n\n .animate-\\[flash_0\\.8s_forwards\\] {\n animation: .8s forwards flash;\n }\n\n .animate-flash {\n animation: var(--animate-flash);\n }\n\n .animate-pulse {\n animation: var(--animate-pulse);\n }\n\n .animate-spin {\n animation: var(--animate-spin);\n }\n\n .cursor-default {\n cursor: default;\n }\n\n .cursor-not-allowed {\n cursor: not-allowed;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .list-outside {\n list-style-position: outside;\n }\n\n .list-disc {\n list-style-type: disc;\n }\n\n .appearance-none {\n appearance: none;\n }\n\n .grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n }\n\n .grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n\n .grid-rows-\\[1fr_min-content\\] {\n grid-template-rows: 1fr min-content;\n }\n\n .flex-col {\n flex-direction: column;\n }\n\n .flex-col-reverse {\n flex-direction: column-reverse;\n }\n\n .flex-row {\n flex-direction: row;\n }\n\n .flex-row-reverse {\n flex-direction: row-reverse;\n }\n\n .flex-wrap {\n flex-wrap: wrap;\n }\n\n .content-center {\n align-content: center;\n }\n\n .items-center {\n align-items: center;\n }\n\n .items-end {\n align-items: flex-end;\n }\n\n .items-start {\n align-items: flex-start;\n }\n\n .items-stretch {\n align-items: stretch;\n }\n\n .justify-between {\n justify-content: space-between;\n }\n\n .justify-center {\n justify-content: center;\n }\n\n .justify-end {\n justify-content: flex-end;\n }\n\n .justify-start {\n justify-content: flex-start;\n }\n\n .gap-0\\.5 {\n gap: calc(var(--spacing) * .5);\n }\n\n .gap-1 {\n gap: calc(var(--spacing) * 1);\n }\n\n .gap-1\\.5 {\n gap: calc(var(--spacing) * 1.5);\n }\n\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n\n .gap-2\\.5 {\n gap: calc(var(--spacing) * 2.5);\n }\n\n .gap-3 {\n gap: calc(var(--spacing) * 3);\n }\n\n .gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n\n .gap-6 {\n gap: calc(var(--spacing) * 6);\n }\n\n .gap-8 {\n gap: calc(var(--spacing) * 8);\n }\n\n .gap-12 {\n gap: calc(var(--spacing) * 12);\n }\n\n .gap-\\[15px\\] {\n gap: 15px;\n }\n\n .gap-\\[inherit\\] {\n gap: inherit;\n }\n\n :where(.space-y-1 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-1\\.5 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-4 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-5 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-y-6 > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));\n }\n\n :where(.space-x-1 > :not(:last-child)) {\n --tw-space-x-reverse: 0;\n margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));\n margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));\n }\n\n :where(.divide-x > :not(:last-child)) {\n --tw-divide-x-reverse: 0;\n border-inline-style: var(--tw-border-style);\n border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));\n border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));\n }\n\n :where(.divide-y > :not(:last-child)) {\n --tw-divide-y-reverse: 0;\n border-bottom-style: var(--tw-border-style);\n border-top-style: var(--tw-border-style);\n border-top-width: calc(1px * var(--tw-divide-y-reverse));\n border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n }\n\n :where(.divide-gray-200 > :not(:last-child)) {\n border-color: var(--color-gray-200);\n }\n\n .self-center {\n align-self: center;\n }\n\n .self-end {\n align-self: flex-end;\n }\n\n .self-start {\n align-self: flex-start;\n }\n\n .truncate {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n }\n\n .overflow-auto {\n overflow: auto;\n }\n\n .overflow-hidden {\n overflow: hidden;\n }\n\n .overflow-scroll {\n overflow: scroll;\n }\n\n .overflow-visible {\n overflow: visible;\n }\n\n .overflow-x-hidden {\n overflow-x: hidden;\n }\n\n .overflow-y-auto {\n overflow-y: auto;\n }\n\n .overflow-y-scroll {\n overflow-y: scroll;\n }\n\n .overscroll-y-none {\n overscroll-behavior-y: none;\n }\n\n .rounded-2xl {\n border-radius: var(--radius-2xl);\n }\n\n .rounded-3xl {\n border-radius: var(--radius-3xl);\n }\n\n .rounded-\\[3px\\] {\n border-radius: 3px;\n }\n\n .rounded-\\[4px\\] {\n border-radius: 4px;\n }\n\n .rounded-\\[6px\\] {\n border-radius: 6px;\n }\n\n .rounded-\\[8px\\] {\n border-radius: 8px;\n }\n\n .rounded-\\[10px\\] {\n border-radius: 10px;\n }\n\n .rounded-\\[inherit\\] {\n border-radius: inherit;\n }\n\n .rounded-full {\n border-radius: 3.40282e38px;\n }\n\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n\n .rounded-md {\n border-radius: var(--radius-md);\n }\n\n .rounded-sm {\n border-radius: var(--radius-sm);\n }\n\n .rounded-xl {\n border-radius: var(--radius-xl);\n }\n\n .rounded-t-3xl {\n border-top-left-radius: var(--radius-3xl);\n border-top-right-radius: var(--radius-3xl);\n }\n\n .rounded-b-3xl {\n border-bottom-right-radius: var(--radius-3xl);\n border-bottom-left-radius: var(--radius-3xl);\n }\n\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n\n .border-0 {\n border-style: var(--tw-border-style);\n border-width: 0;\n }\n\n .border-2 {\n border-style: var(--tw-border-style);\n border-width: 2px;\n }\n\n .border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n\n .border-r {\n border-right-style: var(--tw-border-style);\n border-right-width: 1px;\n }\n\n .border-b {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n\n .border-l {\n border-left-style: var(--tw-border-style);\n border-left-width: 1px;\n }\n\n .border-amber-700 {\n border-color: var(--color-amber-700);\n }\n\n .border-black\\/10 {\n border-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .border-black\\/10 {\n border-color: color-mix(in oklab, var(--color-black) 10%, transparent);\n }\n }\n\n .border-blue-700 {\n border-color: var(--color-blue-700);\n }\n\n .border-gray-100 {\n border-color: var(--color-gray-100);\n }\n\n .border-gray-200 {\n border-color: var(--color-gray-200);\n }\n\n .border-gray-400 {\n border-color: var(--color-gray-400);\n }\n\n .border-gray-600 {\n border-color: var(--color-gray-600);\n }\n\n .border-gray-1000 {\n border-color: var(--color-gray-1000);\n }\n\n .border-red-700 {\n border-color: var(--color-red-700);\n }\n\n .border-transparent {\n border-color: #0000;\n }\n\n .border-white\\/10 {\n border-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .border-white\\/10 {\n border-color: color-mix(in oklab, var(--color-white) 10%, transparent);\n }\n }\n\n .bg-\\[\\#292929\\] {\n background-color: #292929;\n }\n\n .bg-amber-100 {\n background-color: var(--color-amber-100);\n }\n\n .bg-amber-200 {\n background-color: var(--color-amber-200);\n }\n\n .bg-amber-700 {\n background-color: var(--color-amber-700);\n }\n\n .bg-black, .bg-black\\/25 {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-black\\/25 {\n background-color: color-mix(in oklab, var(--color-black) 25%, transparent);\n }\n }\n\n .bg-black\\/50 {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-black\\/50 {\n background-color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n\n .bg-black\\/80 {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-black\\/80 {\n background-color: color-mix(in oklab, var(--color-black) 80%, transparent);\n }\n }\n\n .bg-blue-100 {\n background-color: var(--color-blue-100);\n }\n\n .bg-blue-300 {\n background-color: var(--color-blue-300);\n }\n\n .bg-blue-700 {\n background-color: var(--color-blue-700);\n }\n\n .bg-bronze-300 {\n background-color: var(--color-bronze-300);\n }\n\n .bg-brown-100 {\n background-color: var(--color-brown-100);\n }\n\n .bg-brown-300 {\n background-color: var(--color-brown-300);\n }\n\n .bg-brown-700 {\n background-color: var(--color-brown-700);\n }\n\n .bg-crimson-100 {\n background-color: var(--color-crimson-100);\n }\n\n .bg-crimson-300 {\n background-color: var(--color-crimson-300);\n }\n\n .bg-crimson-700 {\n background-color: var(--color-crimson-700);\n }\n\n .bg-cyan-100 {\n background-color: var(--color-cyan-100);\n }\n\n .bg-cyan-300 {\n background-color: var(--color-cyan-300);\n }\n\n .bg-cyan-700 {\n background-color: var(--color-cyan-700);\n }\n\n .bg-gold-300 {\n background-color: var(--color-gold-300);\n }\n\n .bg-grass-300 {\n background-color: var(--color-grass-300);\n }\n\n .bg-gray-25, .bg-gray-25\\/50 {\n background-color: var(--color-gray-25);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-gray-25\\/50 {\n background-color: color-mix(in oklab, var(--color-gray-25) 50%, transparent);\n }\n }\n\n .bg-gray-50 {\n background-color: var(--color-gray-50);\n }\n\n .bg-gray-100, .bg-gray-100\\/50 {\n background-color: var(--color-gray-100);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-gray-100\\/50 {\n background-color: color-mix(in oklab, var(--color-gray-100) 50%, transparent);\n }\n }\n\n .bg-gray-200 {\n background-color: var(--color-gray-200);\n }\n\n .bg-gray-300 {\n background-color: var(--color-gray-300);\n }\n\n .bg-gray-600 {\n background-color: var(--color-gray-600);\n }\n\n .bg-gray-800\\/60 {\n background-color: var(--color-gray-800);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-gray-800\\/60 {\n background-color: color-mix(in oklab, var(--color-gray-800) 60%, transparent);\n }\n }\n\n .bg-gray-900 {\n background-color: var(--color-gray-900);\n }\n\n .bg-gray-1000 {\n background-color: var(--color-gray-1000);\n }\n\n .bg-green-100 {\n background-color: var(--color-green-100);\n }\n\n .bg-green-300 {\n background-color: var(--color-green-300);\n }\n\n .bg-green-700 {\n background-color: var(--color-green-700);\n }\n\n .bg-indigo-300 {\n background-color: var(--color-indigo-300);\n }\n\n .bg-inherit {\n background-color: inherit;\n }\n\n .bg-lime-300 {\n background-color: var(--color-lime-300);\n }\n\n .bg-orange-100 {\n background-color: var(--color-orange-100);\n }\n\n .bg-orange-700 {\n background-color: var(--color-orange-700);\n }\n\n .bg-plum-300 {\n background-color: var(--color-plum-300);\n }\n\n .bg-purple-300 {\n background-color: var(--color-purple-300);\n }\n\n .bg-red-100 {\n background-color: var(--color-red-100);\n }\n\n .bg-red-300 {\n background-color: var(--color-red-300);\n }\n\n .bg-red-700, .bg-red-700\\/60 {\n background-color: var(--color-red-700);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-red-700\\/60 {\n background-color: color-mix(in oklab, var(--color-red-700) 60%, transparent);\n }\n }\n\n .bg-teal-100 {\n background-color: var(--color-teal-100);\n }\n\n .bg-teal-300 {\n background-color: var(--color-teal-300);\n }\n\n .bg-teal-700 {\n background-color: var(--color-teal-700);\n }\n\n .bg-transparent {\n background-color: #0000;\n }\n\n .bg-violet-100 {\n background-color: var(--color-violet-100);\n }\n\n .bg-violet-300 {\n background-color: var(--color-violet-300);\n }\n\n .bg-violet-700 {\n background-color: var(--color-violet-700);\n }\n\n .bg-white, .bg-white\\/60 {\n background-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .bg-white\\/60 {\n background-color: color-mix(in oklab, var(--color-white) 60%, transparent);\n }\n }\n\n .bg-yellow-300 {\n background-color: var(--color-yellow-300);\n }\n\n .bg-cover {\n background-size: cover;\n }\n\n .bg-center {\n background-position: 50%;\n }\n\n .fill-\\[inherit\\] {\n fill: inherit;\n }\n\n .fill-gray-400 {\n fill: var(--color-gray-400);\n }\n\n .fill-white {\n fill: var(--color-white);\n }\n\n .object-contain {\n object-fit: contain;\n }\n\n .object-cover {\n object-fit: cover;\n }\n\n .p-0 {\n padding: calc(var(--spacing) * 0);\n }\n\n .p-1 {\n padding: calc(var(--spacing) * 1);\n }\n\n .p-1\\.5 {\n padding: calc(var(--spacing) * 1.5);\n }\n\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n\n .p-2\\.5 {\n padding: calc(var(--spacing) * 2.5);\n }\n\n .p-3 {\n padding: calc(var(--spacing) * 3);\n }\n\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n\n .p-5 {\n padding: calc(var(--spacing) * 5);\n }\n\n .p-6 {\n padding: calc(var(--spacing) * 6);\n }\n\n .p-8 {\n padding: calc(var(--spacing) * 8);\n }\n\n .p-\\[11px\\] {\n padding: 11px;\n }\n\n .px-1 {\n padding-inline: calc(var(--spacing) * 1);\n }\n\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n\n .px-2\\.5 {\n padding-inline: calc(var(--spacing) * 2.5);\n }\n\n .px-3 {\n padding-inline: calc(var(--spacing) * 3);\n }\n\n .px-3\\.5 {\n padding-inline: calc(var(--spacing) * 3.5);\n }\n\n .px-4 {\n padding-inline: calc(var(--spacing) * 4);\n }\n\n .px-8 {\n padding-inline: calc(var(--spacing) * 8);\n }\n\n .py-0\\.5 {\n padding-block: calc(var(--spacing) * .5);\n }\n\n .py-1 {\n padding-block: calc(var(--spacing) * 1);\n }\n\n .py-1\\.5 {\n padding-block: calc(var(--spacing) * 1.5);\n }\n\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n\n .py-2\\.5 {\n padding-block: calc(var(--spacing) * 2.5);\n }\n\n .py-3 {\n padding-block: calc(var(--spacing) * 3);\n }\n\n .py-12 {\n padding-block: calc(var(--spacing) * 12);\n }\n\n .pt-1 {\n padding-top: calc(var(--spacing) * 1);\n }\n\n .pt-2 {\n padding-top: calc(var(--spacing) * 2);\n }\n\n .pt-4 {\n padding-top: calc(var(--spacing) * 4);\n }\n\n .pt-10 {\n padding-top: calc(var(--spacing) * 10);\n }\n\n .pr-1 {\n padding-right: calc(var(--spacing) * 1);\n }\n\n .pr-2 {\n padding-right: calc(var(--spacing) * 2);\n }\n\n .pr-2\\.5 {\n padding-right: calc(var(--spacing) * 2.5);\n }\n\n .pr-3\\.5 {\n padding-right: calc(var(--spacing) * 3.5);\n }\n\n .pb-2 {\n padding-bottom: calc(var(--spacing) * 2);\n }\n\n .pb-2\\.5 {\n padding-bottom: calc(var(--spacing) * 2.5);\n }\n\n .pb-3 {\n padding-bottom: calc(var(--spacing) * 3);\n }\n\n .pb-\\[9px\\] {\n padding-bottom: 9px;\n }\n\n .pl-2 {\n padding-left: calc(var(--spacing) * 2);\n }\n\n .pl-3 {\n padding-left: calc(var(--spacing) * 3);\n }\n\n .pl-4 {\n padding-left: calc(var(--spacing) * 4);\n }\n\n .pl-6 {\n padding-left: calc(var(--spacing) * 6);\n }\n\n .text-center {\n text-align: center;\n }\n\n .text-left {\n text-align: left;\n }\n\n .align-middle {\n vertical-align: middle;\n }\n\n .text-2xl {\n font-size: var(--text-2xl);\n line-height: var(--tw-leading, var(--text-2xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-2xl--letter-spacing));\n }\n\n .text-3xl {\n font-size: var(--text-3xl);\n line-height: var(--tw-leading, var(--text-3xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-3xl--letter-spacing));\n }\n\n .text-4xl {\n font-size: var(--text-4xl);\n line-height: var(--tw-leading, var(--text-4xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-4xl--letter-spacing));\n }\n\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n letter-spacing: var(--tw-tracking, var(--text-lg--letter-spacing));\n }\n\n .text-md {\n font-size: var(--text-md);\n line-height: var(--tw-leading, var(--text-md--line-height));\n letter-spacing: var(--tw-tracking, var(--text-md--letter-spacing));\n }\n\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n letter-spacing: var(--tw-tracking, var(--text-sm--letter-spacing));\n }\n\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n letter-spacing: var(--tw-tracking, var(--text-xs--letter-spacing));\n }\n\n .text-\\[10px\\] {\n font-size: 10px;\n }\n\n .text-\\[30px\\] {\n font-size: 30px;\n }\n\n .text-\\[96px\\] {\n font-size: 96px;\n }\n\n .leading-4 {\n --tw-leading: calc(var(--spacing) * 4);\n line-height: calc(var(--spacing) * 4);\n }\n\n .leading-\\[15px\\] {\n --tw-leading: 15px;\n line-height: 15px;\n }\n\n .leading-none {\n --tw-leading: 1;\n line-height: 1;\n }\n\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n\n .font-light {\n --tw-font-weight: var(--font-weight-light);\n font-weight: var(--font-weight-light);\n }\n\n .font-medium {\n --tw-font-weight: var(--font-weight-medium);\n font-weight: var(--font-weight-medium);\n }\n\n .font-normal {\n --tw-font-weight: var(--font-weight-normal);\n font-weight: var(--font-weight-normal);\n }\n\n .font-semibold {\n --tw-font-weight: var(--font-weight-semibold);\n font-weight: var(--font-weight-semibold);\n }\n\n .whitespace-normal {\n white-space: normal;\n }\n\n .whitespace-nowrap {\n white-space: nowrap;\n }\n\n .whitespace-pre-line {\n white-space: pre-line;\n }\n\n .whitespace-pre-wrap {\n white-space: pre-wrap;\n }\n\n .text-\\[\\#707070\\] {\n color: #707070;\n }\n\n .text-\\[inherit\\] {\n color: inherit;\n }\n\n .text-amber-700 {\n color: var(--color-amber-700);\n }\n\n .text-black, .text-black\\/50 {\n color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .text-black\\/50 {\n color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n\n .text-blue-700 {\n color: var(--color-blue-700);\n }\n\n .text-bronze-700 {\n color: var(--color-bronze-700);\n }\n\n .text-brown-700 {\n color: var(--color-brown-700);\n }\n\n .text-crimson-700 {\n color: var(--color-crimson-700);\n }\n\n .text-current {\n color: currentColor;\n }\n\n .text-cyan-700 {\n color: var(--color-cyan-700);\n }\n\n .text-gold-700 {\n color: var(--color-gold-700);\n }\n\n .text-grass-700 {\n color: var(--color-grass-700);\n }\n\n .text-gray-200 {\n color: var(--color-gray-200);\n }\n\n .text-gray-400 {\n color: var(--color-gray-400);\n }\n\n .text-gray-700 {\n color: var(--color-gray-700);\n }\n\n .text-gray-900 {\n color: var(--color-gray-900);\n }\n\n .text-gray-1000 {\n color: var(--color-gray-1000);\n }\n\n .text-green-700 {\n color: var(--color-green-700);\n }\n\n .text-indigo-700 {\n color: var(--color-indigo-700);\n }\n\n .text-inherit {\n color: inherit;\n }\n\n .text-lime-700 {\n color: var(--color-lime-700);\n }\n\n .text-orange-700 {\n color: var(--color-orange-700);\n }\n\n .text-plum-700 {\n color: var(--color-plum-700);\n }\n\n .text-purple-700 {\n color: var(--color-purple-700);\n }\n\n .text-red-600 {\n color: var(--color-red-600);\n }\n\n .text-red-700 {\n color: var(--color-red-700);\n }\n\n .text-teal-700 {\n color: var(--color-teal-700);\n }\n\n .text-violet-700 {\n color: var(--color-violet-700);\n }\n\n .text-white {\n color: var(--color-white);\n }\n\n .text-yellow-700 {\n color: var(--color-yellow-700);\n }\n\n .underline {\n text-decoration-line: underline;\n }\n\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .opacity-40 {\n opacity: .4;\n }\n\n .opacity-50 {\n opacity: .5;\n }\n\n .opacity-60 {\n opacity: .6;\n }\n\n .shadow-dropdown-sm {\n --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #1018280f), 0px 1px 3px 0px var(--tw-shadow-color, #1018281a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .shadow-lg {\n --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .shadow-md {\n --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .shadow-xs {\n --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-1 {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-2 {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-4 {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-\\[3px\\] {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .ring-amber-300 {\n --tw-ring-color: var(--color-amber-300);\n }\n\n .ring-amber-700 {\n --tw-ring-color: var(--color-amber-700);\n }\n\n .ring-black {\n --tw-ring-color: var(--color-black);\n }\n\n .ring-blue-300 {\n --tw-ring-color: var(--color-blue-300);\n }\n\n .ring-blue-700 {\n --tw-ring-color: var(--color-blue-700);\n }\n\n .ring-brown-300 {\n --tw-ring-color: var(--color-brown-300);\n }\n\n .ring-crimson-300 {\n --tw-ring-color: var(--color-crimson-300);\n }\n\n .ring-cyan-300 {\n --tw-ring-color: var(--color-cyan-300);\n }\n\n .ring-gray-100 {\n --tw-ring-color: var(--color-gray-100);\n }\n\n .ring-gray-200 {\n --tw-ring-color: var(--color-gray-200);\n }\n\n .ring-gray-400 {\n --tw-ring-color: var(--color-gray-400);\n }\n\n .ring-green-300 {\n --tw-ring-color: var(--color-green-300);\n }\n\n .ring-green-700 {\n --tw-ring-color: var(--color-green-700);\n }\n\n .ring-orange-300 {\n --tw-ring-color: var(--color-orange-300);\n }\n\n .ring-red-300 {\n --tw-ring-color: var(--color-red-300);\n }\n\n .ring-red-700 {\n --tw-ring-color: var(--color-red-700);\n }\n\n .ring-teal-300 {\n --tw-ring-color: var(--color-teal-300);\n }\n\n .ring-violet-300 {\n --tw-ring-color: var(--color-violet-300);\n }\n\n .ring-white\\/20 {\n --tw-ring-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .ring-white\\/20 {\n --tw-ring-color: color-mix(in oklab, var(--color-white) 20%, transparent);\n }\n }\n\n .ring-offset-0 {\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n }\n\n .ring-offset-white {\n --tw-ring-offset-color: var(--color-white);\n }\n\n .outline-hidden {\n --tw-outline-style: none;\n outline-style: none;\n }\n\n @media (forced-colors: active) {\n .outline-hidden {\n outline-offset: 2px;\n outline: 2px solid #0000;\n }\n }\n\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n\n .blur {\n --tw-blur: blur(8px);\n filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );\n }\n\n .filter {\n filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );\n }\n\n .backdrop-blur-\\[20px\\] {\n --tw-backdrop-blur: blur(20px);\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-\\[30px\\] {\n --tw-backdrop-blur: blur(30px);\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-lg {\n --tw-backdrop-blur: blur(var(--blur-lg));\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-md {\n --tw-backdrop-blur: blur(var(--blur-md));\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .backdrop-blur-xs {\n --tw-backdrop-blur: blur(var(--blur-xs));\n backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );\n }\n\n .transition {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-colors {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-transform {\n transition-property: transform, translate, scale, rotate;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .duration-200 {\n --tw-duration: .2s;\n transition-duration: .2s;\n }\n\n .duration-300 {\n --tw-duration: .3s;\n transition-duration: .3s;\n }\n\n .duration-500 {\n --tw-duration: .5s;\n transition-duration: .5s;\n }\n\n .duration-700 {\n --tw-duration: .7s;\n transition-duration: .7s;\n }\n\n .ease-\\[cubic-bezier\\(0\\.075\\,0\\.82\\,0\\.165\\,1\\)\\] {\n --tw-ease: cubic-bezier(.075, .82, .165, 1);\n transition-timing-function: cubic-bezier(.075, .82, .165, 1);\n }\n\n .ease-in-out {\n --tw-ease: var(--ease-in-out);\n transition-timing-function: var(--ease-in-out);\n }\n\n .ease-linear {\n --tw-ease: linear;\n transition-timing-function: linear;\n }\n\n .will-change-transform {\n will-change: transform;\n }\n\n .animate-in {\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n animation-name: enter;\n animation-duration: .15s;\n }\n\n .select-none {\n user-select: none;\n }\n\n .duration-200 {\n animation-duration: .2s;\n }\n\n .duration-300 {\n animation-duration: .3s;\n }\n\n .duration-500 {\n animation-duration: .5s;\n }\n\n .duration-700 {\n animation-duration: .7s;\n }\n\n .ease-\\[cubic-bezier\\(0\\.075\\,0\\.82\\,0\\.165\\,1\\)\\] {\n animation-timing-function: cubic-bezier(.075, .82, .165, 1);\n }\n\n .ease-in-out {\n animation-timing-function: cubic-bezier(.4, 0, .2, 1);\n }\n\n .ease-linear {\n animation-timing-function: linear;\n }\n\n .fade-in-0 {\n --tw-enter-opacity: 0;\n }\n\n .paused {\n animation-play-state: paused;\n }\n\n .ring-inset {\n --tw-ring-inset: inset;\n }\n\n .running {\n animation-play-state: running;\n }\n\n .zoom-in-95 {\n --tw-enter-scale: .95;\n }\n\n :is(.\\*\\:h-12 > *) {\n height: calc(var(--spacing) * 12);\n }\n\n :is(.\\*\\:h-full > *) {\n height: 100%;\n }\n\n :is(.\\*\\:w-12 > *) {\n width: calc(var(--spacing) * 12);\n }\n\n :is(.\\*\\:w-full > *) {\n width: 100%;\n }\n\n :is(.\\*\\:rounded-\\[14px\\] > *) {\n border-radius: 14px;\n }\n\n :is(.\\*\\:rounded-sm > *) {\n border-radius: var(--radius-sm);\n }\n\n :is(.\\*\\:bg-blue-700 > *) {\n background-color: var(--color-blue-700);\n }\n\n :is(.\\*\\:fill-black > *) {\n fill: var(--color-black);\n }\n\n :is(.\\*\\:text-white > *) {\n color: var(--color-white);\n }\n\n :is(.\\*\\:opacity-100 > *) {\n opacity: 1;\n }\n\n :is(.\\*\\*\\:items-center *) {\n align-items: center;\n }\n\n :is(.\\*\\*\\:rounded-lg *) {\n border-radius: var(--radius-lg);\n }\n\n .group-focus-within\\:bg-gray-100:is(:where(.group):focus-within *) {\n background-color: var(--color-gray-100);\n }\n\n .group-focus-within\\/mediacard\\:visible:is(:where(.group\\/mediacard):focus-within *) {\n visibility: visible;\n }\n\n @media (hover: hover) {\n .group-hover\\:visible:is(:where(.group):hover *) {\n visibility: visible;\n }\n\n .group-hover\\:flex:is(:where(.group):hover *) {\n display: flex;\n }\n\n .group-hover\\:bg-gray-50:is(:where(.group):hover *) {\n background-color: var(--color-gray-50);\n }\n\n .group-hover\\/mediacard\\:visible:is(:where(.group\\/mediacard):hover *) {\n visibility: visible;\n }\n }\n\n .group-active\\:bg-gray-100:is(:where(.group):active *) {\n background-color: var(--color-gray-100);\n }\n\n .group-data-disabled\\:cursor-not-allowed:is(:where(.group)[data-disabled] *) {\n cursor: not-allowed;\n }\n\n .group-data-disabled\\:opacity-50:is(:where(.group)[data-disabled] *) {\n opacity: .5;\n }\n\n .group-data-\\[state\\=checked\\]\\:bg-gray-50:is(:where(.group)[data-state=\"checked\"] *) {\n background-color: var(--color-gray-50);\n }\n\n .group-data-\\[state\\=off\\]\\:bg-transparent:is(:where(.group)[data-state=\"off\"] *) {\n background-color: #0000;\n }\n\n .group-data-\\[state\\=off\\]\\:text-transparent:is(:where(.group)[data-state=\"off\"] *) {\n color: #0000;\n }\n\n .group-data-\\[state\\=on\\]\\:border-blue-700:is(:where(.group)[data-state=\"on\"] *) {\n border-color: var(--color-blue-700);\n }\n\n .group-data-\\[state\\=open\\]\\:rotate-180:is(:where(.group)[data-state=\"open\"] *) {\n rotate: 180deg;\n }\n\n @media (hover: hover) {\n .peer-hover\\:fill-amber-700:is(:where(.peer):hover ~ *) {\n fill: var(--color-amber-700);\n }\n\n .peer-hover\\:text-amber-700:is(:where(.peer):hover ~ *) {\n color: var(--color-amber-700);\n }\n }\n\n .peer-disabled\\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {\n cursor: not-allowed;\n }\n\n .peer-disabled\\:opacity-70:is(:where(.peer):disabled ~ *) {\n opacity: .7;\n }\n\n .placeholder\\:text-gray-700::placeholder {\n color: var(--color-gray-700);\n }\n\n .placeholder\\:text-gray-900::placeholder {\n color: var(--color-gray-900);\n }\n\n .last\\:pb-0:last-child {\n padding-bottom: calc(var(--spacing) * 0);\n }\n\n .focus-within\\:relative:focus-within {\n position: relative;\n }\n\n .focus-within\\:z-20:focus-within {\n z-index: 20;\n }\n\n .focus-within\\:border-gray-200:focus-within {\n border-color: var(--color-gray-200);\n }\n\n .focus-within\\:bg-gray-100:focus-within {\n background-color: var(--color-gray-100);\n }\n\n .focus-within\\:outline:focus-within {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n\n .focus-within\\:outline-\\[2px\\]:focus-within {\n outline-style: var(--tw-outline-style);\n outline-width: 2px;\n }\n\n .focus-within\\:outline-offset-\\[2px\\]:focus-within {\n outline-offset: 2px;\n }\n\n .focus-within\\:outline-blue-300:focus-within {\n outline-color: var(--color-blue-300);\n }\n\n .focus-within\\:outline-red-700:focus-within {\n outline-color: var(--color-red-700);\n }\n\n @media (hover: hover) {\n .hover\\:border-blue-900:hover {\n border-color: var(--color-blue-900);\n }\n\n .hover\\:border-gray-600:hover {\n border-color: var(--color-gray-600);\n }\n\n .hover\\:border-red-900:hover {\n border-color: var(--color-red-900);\n }\n\n .hover\\:bg-black\\/5:hover {\n background-color: var(--color-black);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .hover\\:bg-black\\/5:hover {\n background-color: color-mix(in oklab, var(--color-black) 5%, transparent);\n }\n }\n\n .hover\\:bg-blue-50:hover {\n background-color: var(--color-blue-50);\n }\n\n .hover\\:bg-blue-100:hover {\n background-color: var(--color-blue-100);\n }\n\n .hover\\:bg-blue-800:hover {\n background-color: var(--color-blue-800);\n }\n\n .hover\\:bg-gray-25:hover {\n background-color: var(--color-gray-25);\n }\n\n .hover\\:bg-gray-50:hover {\n background-color: var(--color-gray-50);\n }\n\n .hover\\:bg-gray-100:hover, .hover\\:bg-gray-100\\/75:hover {\n background-color: var(--color-gray-100);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .hover\\:bg-gray-100\\/75:hover {\n background-color: color-mix(in oklab, var(--color-gray-100) 75%, transparent);\n }\n }\n\n .hover\\:bg-gray-200:hover {\n background-color: var(--color-gray-200);\n }\n\n .hover\\:bg-red-100:hover {\n background-color: var(--color-red-100);\n }\n\n .hover\\:bg-red-800:hover {\n background-color: var(--color-red-800);\n }\n\n .hover\\:fill-amber-700:hover {\n fill: var(--color-amber-700);\n }\n\n .hover\\:text-amber-700:hover {\n color: var(--color-amber-700);\n }\n\n .hover\\:underline:hover {\n text-decoration-line: underline;\n }\n\n .hover\\:opacity-100:hover {\n opacity: 1;\n }\n\n :is(.hover\\:\\*\\:bg-blue-700:hover > *) {\n background-color: var(--color-blue-700);\n }\n\n :is(.hover\\:\\*\\:text-white:hover > *) {\n color: var(--color-white);\n }\n }\n\n .focus\\:bg-gray-100:focus {\n background-color: var(--color-gray-100);\n }\n\n .focus\\:ring-1:focus {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .focus\\:ring-2:focus {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .focus\\:ring-offset-2:focus {\n --tw-ring-offset-width: 2px;\n --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n }\n\n .focus\\:outline-hidden:focus {\n --tw-outline-style: none;\n outline-style: none;\n }\n\n @media (forced-colors: active) {\n .focus\\:outline-hidden:focus {\n outline-offset: 2px;\n outline: 2px solid #0000;\n }\n }\n\n :is(.focus\\:\\*\\:bg-blue-700:focus > *) {\n background-color: var(--color-blue-700);\n }\n\n :is(.focus\\:\\*\\:text-white:focus > *) {\n color: var(--color-white);\n }\n\n .focus-visible\\:ring-2:focus-visible {\n --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .focus-visible\\:ring-black:focus-visible {\n --tw-ring-color: var(--color-black);\n }\n\n .focus-visible\\:ring-blue-300:focus-visible {\n --tw-ring-color: var(--color-blue-300);\n }\n\n .focus-visible\\:ring-blue-700:focus-visible {\n --tw-ring-color: var(--color-blue-700);\n }\n\n .focus-visible\\:ring-blue-1000:focus-visible {\n --tw-ring-color: var(--color-blue-1000);\n }\n\n .focus-visible\\:ring-red-700:focus-visible {\n --tw-ring-color: var(--color-red-700);\n }\n\n .focus-visible\\:ring-red-1000:focus-visible {\n --tw-ring-color: var(--color-red-1000);\n }\n\n .focus-visible\\:ring-offset-2:focus-visible {\n --tw-ring-offset-width: 2px;\n --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n }\n\n .focus-visible\\:outline-hidden:focus-visible {\n --tw-outline-style: none;\n outline-style: none;\n }\n\n @media (forced-colors: active) {\n .focus-visible\\:outline-hidden:focus-visible {\n outline-offset: 2px;\n outline: 2px solid #0000;\n }\n }\n\n .active\\:bg-blue-200:active {\n background-color: var(--color-blue-200);\n }\n\n .active\\:bg-blue-900:active {\n background-color: var(--color-blue-900);\n }\n\n .active\\:bg-gray-50:active {\n background-color: var(--color-gray-50);\n }\n\n .active\\:bg-gray-100:active {\n background-color: var(--color-gray-100);\n }\n\n .active\\:bg-gray-200:active {\n background-color: var(--color-gray-200);\n }\n\n .active\\:bg-gray-300:active {\n background-color: var(--color-gray-300);\n }\n\n .active\\:bg-gray-500:active {\n background-color: var(--color-gray-500);\n }\n\n .active\\:bg-red-200:active {\n background-color: var(--color-red-200);\n }\n\n .active\\:bg-red-800:active {\n background-color: var(--color-red-800);\n }\n\n .active\\:bg-red-900:active {\n background-color: var(--color-red-900);\n }\n\n .active\\:text-blue-900:active {\n color: var(--color-blue-900);\n }\n\n .disabled\\:pointer-events-none:disabled {\n pointer-events: none;\n }\n\n .disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n }\n\n .disabled\\:opacity-40:disabled {\n opacity: .4;\n }\n\n .disabled\\:opacity-50:disabled {\n opacity: .5;\n }\n\n .disabled\\:select-none:disabled {\n user-select: none;\n }\n\n :where(.dark-theme) .in-\\[\\.dark-theme\\]\\:bg-gray-50 {\n background-color: var(--color-gray-50);\n }\n\n .aria-selected\\:rounded-md[aria-selected=\"true\"] {\n border-radius: var(--radius-md);\n }\n\n .aria-selected\\:bg-blue-100[aria-selected=\"true\"], :is(.aria-selected\\:\\*\\:bg-blue-100[aria-selected=\"true\"] > *) {\n background-color: var(--color-blue-100);\n }\n\n :is(.aria-selected\\:\\*\\:text-blue-700[aria-selected=\"true\"] > *) {\n color: var(--color-blue-700);\n }\n\n .first\\:aria-selected\\:rounded-l-md:first-child[aria-selected=\"true\"] {\n border-top-left-radius: var(--radius-md);\n border-bottom-left-radius: var(--radius-md);\n }\n\n .last\\:aria-selected\\:rounded-r-md:last-child[aria-selected=\"true\"] {\n border-top-right-radius: var(--radius-md);\n border-bottom-right-radius: var(--radius-md);\n }\n\n .data-disabled\\:pointer-events-none[data-disabled] {\n pointer-events: none;\n }\n\n .data-disabled\\:cursor-not-allowed[data-disabled] {\n cursor: not-allowed;\n }\n\n .data-disabled\\:opacity-40[data-disabled] {\n opacity: .4;\n }\n\n .data-disabled\\:opacity-50[data-disabled] {\n opacity: .5;\n }\n\n .data-\\[disabled\\=true\\]\\:cursor-not-allowed[data-disabled=\"true\"] {\n cursor: not-allowed;\n }\n\n .data-\\[disabled\\=true\\]\\:opacity-50[data-disabled=\"true\"] {\n opacity: .5;\n }\n\n .data-\\[selected\\=true\\]\\:bg-gray-50[data-selected=\"true\"] {\n background-color: var(--color-gray-50);\n }\n\n .data-\\[side\\=bottom\\]\\:translate-y-1[data-side=\"bottom\"] {\n --tw-translate-y: calc(var(--spacing) * 1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=\"bottom\"] {\n --tw-enter-translate-y: -.5rem;\n }\n\n .data-\\[side\\=left\\]\\:-translate-x-1[data-side=\"left\"] {\n --tw-translate-x: calc(var(--spacing) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=\"left\"] {\n --tw-enter-translate-x: .5rem;\n }\n\n .data-\\[side\\=right\\]\\:translate-x-1[data-side=\"right\"] {\n --tw-translate-x: calc(var(--spacing) * 1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=\"right\"] {\n --tw-enter-translate-x: -.5rem;\n }\n\n .data-\\[side\\=top\\]\\:-translate-y-1[data-side=\"top\"] {\n --tw-translate-y: calc(var(--spacing) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=\"top\"] {\n --tw-enter-translate-y: .5rem;\n }\n\n .data-\\[size\\=xxs\\]\\:bg-amber-700[data-size=\"xxs\"] {\n background-color: var(--color-amber-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-blue-700[data-size=\"xxs\"] {\n background-color: var(--color-blue-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-bronze-700[data-size=\"xxs\"] {\n background-color: var(--color-bronze-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-brown-700[data-size=\"xxs\"] {\n background-color: var(--color-brown-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-crimson-700[data-size=\"xxs\"] {\n background-color: var(--color-crimson-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-cyan-700[data-size=\"xxs\"] {\n background-color: var(--color-cyan-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-gold-700[data-size=\"xxs\"] {\n background-color: var(--color-gold-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-grass-700[data-size=\"xxs\"] {\n background-color: var(--color-grass-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-gray-700[data-size=\"xxs\"] {\n background-color: var(--color-gray-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-green-700[data-size=\"xxs\"] {\n background-color: var(--color-green-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-indigo-700[data-size=\"xxs\"] {\n background-color: var(--color-indigo-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-lime-700[data-size=\"xxs\"] {\n background-color: var(--color-lime-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-plum-700[data-size=\"xxs\"] {\n background-color: var(--color-plum-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-purple-700[data-size=\"xxs\"] {\n background-color: var(--color-purple-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-red-700[data-size=\"xxs\"] {\n background-color: var(--color-red-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-teal-700[data-size=\"xxs\"] {\n background-color: var(--color-teal-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-violet-700[data-size=\"xxs\"] {\n background-color: var(--color-violet-700);\n }\n\n .data-\\[size\\=xxs\\]\\:bg-yellow-700[data-size=\"xxs\"] {\n background-color: var(--color-yellow-700);\n }\n\n .data-\\[state\\=active\\]\\:bg-black[data-state=\"active\"] {\n background-color: var(--color-black);\n }\n\n .data-\\[state\\=active\\]\\:bg-white[data-state=\"active\"] {\n background-color: var(--color-white);\n }\n\n .data-\\[state\\=active\\]\\:text-blue-700[data-state=\"active\"] {\n color: var(--color-blue-700);\n }\n\n .data-\\[state\\=active\\]\\:shadow-xs[data-state=\"active\"] {\n --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .data-\\[state\\=checked\\]\\:translate-x-5[data-state=\"checked\"] {\n --tw-translate-x: calc(var(--spacing) * 5);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[state\\=checked\\]\\:border-blue-700[data-state=\"checked\"] {\n border-color: var(--color-blue-700);\n }\n\n .data-\\[state\\=checked\\]\\:bg-blue-700[data-state=\"checked\"] {\n background-color: var(--color-blue-700);\n }\n\n .data-\\[state\\=checked\\]\\:bg-gray-50[data-state=\"checked\"] {\n background-color: var(--color-gray-50);\n }\n\n .data-\\[state\\=checked\\]\\:bg-white[data-state=\"checked\"] {\n background-color: var(--color-white);\n }\n\n .data-\\[state\\=closed\\]\\:animate-accordion-up[data-state=\"closed\"] {\n animation: var(--animate-accordion-up);\n }\n\n .data-\\[state\\=closed\\]\\:duration-300[data-state=\"closed\"] {\n --tw-duration: .3s;\n transition-duration: .3s;\n }\n\n .data-\\[state\\=closed\\]\\:animate-out[data-state=\"closed\"] {\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n animation-name: exit;\n animation-duration: .15s;\n }\n\n .data-\\[state\\=closed\\]\\:duration-300[data-state=\"closed\"] {\n animation-duration: .3s;\n }\n\n .data-\\[state\\=closed\\]\\:fade-out[data-state=\"closed\"], .data-\\[state\\=closed\\]\\:fade-out-0[data-state=\"closed\"] {\n --tw-exit-opacity: 0;\n }\n\n .data-\\[state\\=closed\\]\\:fade-out-80[data-state=\"closed\"] {\n --tw-exit-opacity: .8;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-bottom[data-state=\"closed\"], .data-\\[state\\=closed\\]\\:slide-out-to-bottom-\\[100\\%\\][data-state=\"closed\"] {\n --tw-exit-translate-y: 100%;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-left[data-state=\"closed\"] {\n --tw-exit-translate-x: -100%;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-right[data-state=\"closed\"] {\n --tw-exit-translate-x: 100%;\n }\n\n .data-\\[state\\=closed\\]\\:slide-out-to-top[data-state=\"closed\"] {\n --tw-exit-translate-y: -100%;\n }\n\n .data-\\[state\\=closed\\]\\:zoom-out-95[data-state=\"closed\"] {\n --tw-exit-scale: .95;\n }\n\n .data-\\[state\\=on\\]\\:border-blue-700[data-state=\"on\"] {\n border-color: var(--color-blue-700);\n }\n\n .data-\\[state\\=open\\]\\:animate-accordion-down[data-state=\"open\"] {\n animation: var(--animate-accordion-down);\n }\n\n .data-\\[state\\=open\\]\\:duration-500[data-state=\"open\"] {\n --tw-duration: .5s;\n transition-duration: .5s;\n }\n\n .data-\\[state\\=open\\]\\:animate-in[data-state=\"open\"] {\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n animation-name: enter;\n animation-duration: .15s;\n }\n\n .data-\\[state\\=open\\]\\:duration-500[data-state=\"open\"] {\n animation-duration: .5s;\n }\n\n .data-\\[state\\=open\\]\\:fade-in-0[data-state=\"open\"] {\n --tw-enter-opacity: 0;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-bottom[data-state=\"open\"], .data-\\[state\\=open\\]\\:slide-in-from-bottom-\\[100\\%\\][data-state=\"open\"] {\n --tw-enter-translate-y: 100%;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-left[data-state=\"open\"] {\n --tw-enter-translate-x: -100%;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-right[data-state=\"open\"] {\n --tw-enter-translate-x: 100%;\n }\n\n .data-\\[state\\=open\\]\\:slide-in-from-top[data-state=\"open\"], .data-\\[state\\=open\\]\\:slide-in-from-top-full[data-state=\"open\"] {\n --tw-enter-translate-y: -100%;\n }\n\n .data-\\[state\\=open\\]\\:zoom-in-95[data-state=\"open\"] {\n --tw-enter-scale: .95;\n }\n\n .data-\\[state\\=selected\\]\\:bg-gray-50[data-state=\"selected\"] {\n background-color: var(--color-gray-50);\n }\n\n .data-disabled\\:data-\\[state\\=unchecked\\]\\:bg-gray-300[data-disabled][data-state=\"unchecked\"] {\n background-color: var(--color-gray-300);\n }\n\n .data-\\[swipe\\=cancel\\]\\:translate-x-0[data-swipe=\"cancel\"] {\n --tw-translate-x: calc(var(--spacing) * 0);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[swipe\\=end\\]\\:translate-x-\\[var\\(--radix-toast-swipe-end-x\\)\\][data-swipe=\"end\"] {\n --tw-translate-x: var(--radix-toast-swipe-end-x);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[swipe\\=end\\]\\:animate-out[data-swipe=\"end\"] {\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n animation-name: exit;\n animation-duration: .15s;\n }\n\n .data-\\[swipe\\=move\\]\\:translate-x-\\[var\\(--radix-toast-swipe-move-x\\)\\][data-swipe=\"move\"] {\n --tw-translate-x: var(--radix-toast-swipe-move-x);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .data-\\[swipe\\=move\\]\\:transition-none[data-swipe=\"move\"] {\n transition-property: none;\n }\n\n @media not all and (width >= 64rem) {\n .max-lg\\:mt-8 {\n margin-top: calc(var(--spacing) * 8);\n }\n\n .max-lg\\:hidden {\n display: none;\n }\n\n .max-lg\\:h-\\[250px\\] {\n height: 250px;\n }\n\n .max-lg\\:w-full {\n width: 100%;\n }\n\n .max-lg\\:flex-col {\n flex-direction: column;\n }\n }\n\n @media not all and (width >= 40rem) {\n .max-sm\\:gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n\n .max-sm\\:p-4 {\n padding: calc(var(--spacing) * 4);\n }\n }\n\n @media (width >= 40rem) {\n .sm\\:mt-0 {\n margin-top: calc(var(--spacing) * 0);\n }\n\n .sm\\:w-1\\/2 {\n width: 50%;\n }\n\n .sm\\:max-w-md {\n max-width: var(--container-md);\n }\n\n .sm\\:max-w-sm {\n max-width: var(--container-sm);\n }\n\n .sm\\:flex-col {\n flex-direction: column;\n }\n\n .sm\\:flex-row {\n flex-direction: row;\n }\n\n .sm\\:justify-center {\n justify-content: center;\n }\n\n .sm\\:justify-end {\n justify-content: flex-end;\n }\n\n .sm\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n :where(.sm\\:space-x-2 > :not(:last-child)) {\n --tw-space-x-reverse: 0;\n margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));\n margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));\n }\n\n .sm\\:data-\\[state\\=open\\]\\:slide-in-from-bottom-full[data-state=\"open\"] {\n --tw-enter-translate-y: 100%;\n }\n }\n\n @media (width >= 48rem) {\n .md\\:block {\n display: block;\n }\n\n .md\\:h-\\[550px\\] {\n height: 550px;\n }\n\n .md\\:w-\\[300px\\] {\n width: 300px;\n }\n\n .md\\:w-\\[334px\\] {\n width: 334px;\n }\n\n .md\\:w-\\[1000px\\] {\n width: 1000px;\n }\n\n .md\\:w-auto {\n width: auto;\n }\n\n .md\\:w-full {\n width: 100%;\n }\n\n .md\\:w-screen {\n width: 100vw;\n }\n\n .md\\:max-w-\\[90vw\\] {\n max-width: 90vw;\n }\n\n .md\\:max-w-\\[420px\\] {\n max-width: 420px;\n }\n\n .md\\:min-w-\\[500px\\] {\n min-width: 500px;\n }\n\n .md\\:flex-row {\n flex-direction: row;\n }\n\n .md\\:items-center {\n align-items: center;\n }\n\n .md\\:justify-start {\n justify-content: flex-start;\n }\n\n .md\\:gap-0 {\n gap: calc(var(--spacing) * 0);\n }\n\n .md\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .md\\:gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n\n .md\\:gap-8 {\n gap: calc(var(--spacing) * 8);\n }\n\n :where(.md\\:divide-y > :not(:last-child)) {\n --tw-divide-y-reverse: 0;\n border-bottom-style: var(--tw-border-style);\n border-top-style: var(--tw-border-style);\n border-top-width: calc(1px * var(--tw-divide-y-reverse));\n border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n }\n\n .md\\:border-0 {\n border-style: var(--tw-border-style);\n border-width: 0;\n }\n\n .md\\:bg-gray-50 {\n background-color: var(--color-gray-50);\n }\n\n .md\\:bg-transparent {\n background-color: #0000;\n }\n\n .md\\:p-0 {\n padding: calc(var(--spacing) * 0);\n }\n\n .md\\:p-4 {\n padding: calc(var(--spacing) * 4);\n }\n\n .md\\:p-6 {\n padding: calc(var(--spacing) * 6);\n }\n\n .md\\:p-8 {\n padding: calc(var(--spacing) * 8);\n }\n }\n\n @media (width >= 64rem) {\n .lg\\:flex-col {\n flex-direction: column;\n }\n\n .lg\\:items-center {\n align-items: center;\n }\n\n .lg\\:gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n\n .lg\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .lg\\:gap-8 {\n gap: calc(var(--spacing) * 8);\n }\n\n .lg\\:rounded-lg {\n border-radius: var(--radius-lg);\n }\n\n .lg\\:border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n\n .lg\\:border-gray-200 {\n border-color: var(--color-gray-200);\n }\n\n .lg\\:bg-pattern {\n background-image: var(--background-image-pattern);\n }\n\n .lg\\:p-6 {\n padding: calc(var(--spacing) * 6);\n }\n\n .lg\\:text-center {\n text-align: center;\n }\n\n .lg\\:text-4xl {\n font-size: var(--text-4xl);\n line-height: var(--tw-leading, var(--text-4xl--line-height));\n letter-spacing: var(--tw-tracking, var(--text-4xl--letter-spacing));\n }\n }\n\n @media (width >= 80rem) {\n .xl\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n\n .xl\\:rounded-none {\n border-radius: 0;\n }\n }\n\n @media (width >= 96rem) {\n .\\32 xl\\:gap-3\\.5 {\n gap: calc(var(--spacing) * 3.5);\n }\n }\n\n .dark\\:bg-white\\/50:where(.dark-theme, .dark-theme *) {\n background-color: var(--color-white);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .dark\\:bg-white\\/50:where(.dark-theme, .dark-theme *) {\n background-color: color-mix(in oklab, var(--color-white) 50%, transparent);\n }\n }\n\n .dark\\:fill-black:where(.dark-theme, .dark-theme *) {\n fill: var(--color-black);\n }\n\n .dark\\:text-black:where(.dark-theme, .dark-theme *), :is(.dark\\:\\*\\:text-black:where(.dark-theme, .dark-theme *) > *) {\n color: var(--color-black);\n }\n\n @media (hover: hover) {\n :is(.dark\\:hover\\:\\*\\:text-black:where(.dark-theme, .dark-theme *):hover > *) {\n color: var(--color-black);\n }\n }\n\n :is(.dark\\:focus\\:\\*\\:text-black:where(.dark-theme, .dark-theme *):focus > *), .dark\\:data-\\[state\\=active\\]\\:text-black:where(.dark-theme, .dark-theme *)[data-state=\"active\"] {\n color: var(--color-black);\n }\n\n .dark\\:data-\\[state\\=active\\]\\:text-white:where(.dark-theme, .dark-theme *)[data-state=\"active\"] {\n color: var(--color-white);\n }\n\n .dark\\:data-\\[state\\=checked\\]\\:bg-black:where(.dark-theme, .dark-theme *)[data-state=\"checked\"] {\n background-color: var(--color-black);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:px-2 [cmdk-group-heading] {\n padding-inline: calc(var(--spacing) * 2);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:py-1\\.5 [cmdk-group-heading] {\n padding-block: calc(var(--spacing) * 1.5);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-sm [cmdk-group-heading] {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n letter-spacing: var(--tw-tracking, var(--text-sm--letter-spacing));\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:font-medium [cmdk-group-heading] {\n --tw-font-weight: var(--font-weight-medium);\n font-weight: var(--font-weight-medium);\n }\n\n .\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-black [cmdk-group-heading] {\n color: var(--color-black);\n }\n\n .\\[\\&_tr\\]\\:border-b tr {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n\n .\\[\\&_tr\\:active\\]\\:bg-gray-50 tr:active {\n background-color: var(--color-gray-50);\n }\n\n .\\[\\&_tr\\:hover\\]\\:bg-gray-25 tr:hover {\n background-color: var(--color-gray-25);\n }\n\n .\\[\\&_tr\\:hover\\:active\\]\\:bg-gray-50 tr:hover:active {\n background-color: var(--color-gray-50);\n }\n\n .\\[\\&_tr\\:last-child\\]\\:border-0 tr:last-child {\n border-style: var(--tw-border-style);\n border-width: 0;\n }\n\n .aria-selected\\:\\[\\&\\.day-outside\\]\\:bg-blue-100\\/50[aria-selected=\"true\"].day-outside {\n background-color: var(--color-blue-100);\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n .aria-selected\\:\\[\\&\\.day-outside\\]\\:bg-blue-100\\/50[aria-selected=\"true\"].day-outside {\n background-color: color-mix(in oklab, var(--color-blue-100) 50%, transparent);\n }\n }\n\n .\\[\\&\\.day-range-end\\]\\:rounded-r-md.day-range-end, .aria-selected\\:\\[\\&\\.day-range-end\\]\\:rounded-r-md[aria-selected=\"true\"].day-range-end {\n border-top-right-radius: var(--radius-md);\n border-bottom-right-radius: var(--radius-md);\n }\n\n .\\[\\&\\.day-range-start\\]\\:rounded-l-md.day-range-start {\n border-top-left-radius: var(--radius-md);\n border-bottom-left-radius: var(--radius-md);\n }\n\n .\\[\\&\\:has\\(\\[role\\=checkbox\\]\\)\\]\\:pr-0:has([role=\"checkbox\"]) {\n padding-right: calc(var(--spacing) * 0);\n }\n\n .\\[\\&\\>\\[role\\=checkbox\\]\\]\\:translate-y-\\[2px\\] > [role=\"checkbox\"] {\n --tw-translate-y: 2px;\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n\n .\\[\\&\\>button\\]\\:w-full > button {\n width: 100%;\n }\n\n .\\[\\&\\>svg\\]\\:h-4 > svg {\n height: calc(var(--spacing) * 4);\n }\n\n .\\[\\&\\>svg\\]\\:w-auto > svg {\n width: auto;\n }\n\n .\\[\\&\\>svg\\]\\:text-black > svg {\n color: var(--color-black);\n }\n\n .\\[\\&\\>svg\\]\\:text-blue-700 > svg {\n color: var(--color-blue-700);\n }\n\n .\\[\\&\\>svg\\]\\:text-red-700 > svg {\n color: var(--color-red-700);\n }\n\n .\\[\\&\\>svg\\]\\:text-white > svg {\n color: var(--color-white);\n }\n\n .dark\\:\\[\\&\\>svg\\]\\:text-black:where(.dark-theme, .dark-theme *) > svg {\n color: var(--color-black);\n }\n}\n\n* {\n box-sizing: border-box;\n -webkit-font-smoothing: antialiased;\n}\n\n:root, .light-theme {\n --color-white: #fff;\n --color-black: #121212;\n --color-gray-25: #fcfcfc;\n --color-gray-50: #f7f7f7;\n --color-gray-100: #f2f2f2;\n --color-gray-200: #ededed;\n --color-gray-300: #e8e8e8;\n --color-gray-400: #e3e3e3;\n --color-gray-500: #dbdbdb;\n --color-gray-600: #c7c7c7;\n --color-gray-700: #8f8f8f;\n --color-gray-800: #858585;\n --color-gray-900: #707070;\n --color-gray-1000: #171717;\n --color-blue-25: #fafcff;\n --color-blue-50: #f5f9ff;\n --color-blue-100: #f0f6ff;\n --color-blue-200: #d7e7fe;\n --color-blue-300: #c7deff;\n --color-blue-400: #b8d5ff;\n --color-blue-500: #85b8ff;\n --color-blue-600: #579dff;\n --color-blue-700: #006aff;\n --color-blue-800: #005bdb;\n --color-blue-900: #004db8;\n --color-blue-1000: #002252;\n --color-red-25: snow;\n --color-red-50: snow;\n --color-red-100: #fff0f0;\n --color-red-200: #ffe5e5;\n --color-red-300: #fdd8d8;\n --color-red-400: #f9c8c8;\n --color-red-500: #f3afb0;\n --color-red-600: #ea8f90;\n --color-red-700: #e5484d;\n --color-red-800: #db3d42;\n --color-red-900: #ce2c31;\n --color-red-1000: #391417;\n --color-amber-25: #fffcf6;\n --color-amber-50: #fffaf2;\n --color-amber-100: #fff9ed;\n --color-amber-200: #fff3de;\n --color-amber-300: #ffefd1;\n --color-amber-400: #ffe8bd;\n --color-amber-500: #ffdd9f;\n --color-amber-600: #ffcf77;\n --color-amber-700: #ffb224;\n --color-amber-800: #f9a710;\n --color-amber-900: #e4980c;\n --color-amber-1000: #4e2009;\n --color-green-25: #fbfefc;\n --color-green-50: #f3fcf5;\n --color-green-100: #ebfaf0;\n --color-green-200: #ddf3e4;\n --color-green-300: #ccebd7;\n --color-green-400: #b4dfc4;\n --color-green-500: #92ceac;\n --color-green-600: #5bb98b;\n --color-green-700: #30a66d;\n --color-green-800: #2a9865;\n --color-green-900: #18774c;\n --color-green-1000: #153226;\n --color-tomato-25: snow;\n --color-tomato-50: #fff6f5;\n --color-tomato-100: #fff1f0;\n --color-tomato-200: #ffe4e0;\n --color-tomato-300: #fdd8d3;\n --color-tomato-400: #fac6bd;\n --color-tomato-500: #f3aea0;\n --color-tomato-600: #ea9280;\n --color-tomato-700: #e54d2e;\n --color-tomato-800: #db4224;\n --color-tomato-900: #cc3314;\n --color-tomato-1000: #361811;\n --color-crimson-25: #fffafc;\n --color-crimson-50: #fff5fa;\n --color-crimson-100: #fef1f7;\n --color-crimson-200: #fce4ef;\n --color-crimson-300: #f9d7e6;\n --color-crimson-400: #f4c7dc;\n --color-crimson-500: #edabc7;\n --color-crimson-600: #e58fb2;\n --color-crimson-700: #ea3e83;\n --color-crimson-800: #e13378;\n --color-crimson-900: #d21e66;\n --color-crimson-1000: #3f0d1e;\n --color-pink-25: #fffafd;\n --color-pink-50: #fff5fb;\n --color-pink-100: #feecf7;\n --color-pink-200: #fce4f3;\n --color-pink-300: #f9d7eb;\n --color-pink-400: #f3c4e1;\n --color-pink-500: #ecacd3;\n --color-pink-600: #e28dc2;\n --color-pink-700: #d742a0;\n --color-pink-800: #d23297;\n --color-pink-900: #cd1d8d;\n --color-pink-1000: #3d0a2b;\n --color-plum-25: #fdfaff;\n --color-plum-50: #fffaff;\n --color-plum-100: #fceefc;\n --color-plum-200: #f9e6f9;\n --color-plum-300: #f3d7f4;\n --color-plum-400: #ecc9ee;\n --color-plum-500: #dfb0e3;\n --color-plum-600: #cf92d9;\n --color-plum-700: #ab4aba;\n --color-plum-800: #a43cb4;\n --color-plum-900: #9a2bab;\n --color-plum-1000: #340c3b;\n --color-purple-25: #fefbfe;\n --color-purple-50: #fdfaff;\n --color-purple-100: #f9f1fe;\n --color-purple-200: #f4e8fc;\n --color-purple-300: #eddcf9;\n --color-purple-400: #e4cdf4;\n --color-purple-500: #d4b5ed;\n --color-purple-600: #bf95e4;\n --color-purple-700: #8e4ec6;\n --color-purple-800: #8344bb;\n --color-purple-900: #793bb0;\n --color-purple-1000: #2b0e44;\n --color-violet-25: #fcfbfe;\n --color-violet-50: #fbfaff;\n --color-violet-100: #f3f0ff;\n --color-violet-200: #ebe7fe;\n --color-violet-300: #e4defc;\n --color-violet-400: #d5cdf9;\n --color-violet-500: #c5b9f3;\n --color-violet-600: #a898ec;\n --color-violet-700: #6d54cf;\n --color-violet-800: #634ec1;\n --color-violet-900: #5746af;\n --color-violet-1000: #1f1249;\n --color-indigo-25: #fcfcfd;\n --color-indigo-50: #fafbff;\n --color-indigo-100: #f0f4ff;\n --color-indigo-200: #e7edfe;\n --color-indigo-300: #d9e2fc;\n --color-indigo-400: #c8d5f9;\n --color-indigo-500: #adbff5;\n --color-indigo-600: #8fa6ef;\n --color-indigo-700: #3c61dd;\n --color-indigo-800: #385bcc;\n --color-indigo-900: #3451b2;\n --color-indigo-1000: #101d47;\n --color-cyan-25: #fbfdfe;\n --color-cyan-50: #f2fcfd;\n --color-cyan-100: #e9f9fb;\n --color-cyan-200: #daf4f7;\n --color-cyan-300: #c3e9ef;\n --color-cyan-400: #a8dee6;\n --color-cyan-500: #85cedb;\n --color-cyan-600: #3fb9cf;\n --color-cyan-700: #05a2c2;\n --color-cyan-800: #0895b4;\n --color-cyan-900: #0c7792;\n --color-cyan-1000: #04323e;\n --color-teal-25: #fbfefd;\n --color-teal-50: #f2fcfa;\n --color-teal-100: #e7f9f5;\n --color-teal-200: #d8f3ed;\n --color-teal-300: #c7ebe5;\n --color-teal-400: #afdfd7;\n --color-teal-500: #8dcec3;\n --color-teal-600: #55b9ac;\n --color-teal-700: #12a594;\n --color-teal-800: #0e9a8a;\n --color-teal-900: #067a6e;\n --color-teal-1000: #11322d;\n --color-grass-25: #fbfefb;\n --color-grass-50: #f3fcf3;\n --color-grass-100: #ebf9eb;\n --color-grass-200: #def2de;\n --color-grass-300: #cceacd;\n --color-grass-400: #b9dfbc;\n --color-grass-500: #96cf9b;\n --color-grass-600: #64b974;\n --color-grass-700: #45a557;\n --color-grass-800: #3d994f;\n --color-grass-900: #297a3a;\n --color-grass-1000: #1b311e;\n --color-brown-25: #fefcfb;\n --color-brown-50: #fcfaf7;\n --color-brown-100: #f9f2ec;\n --color-brown-200: #f4e8dc;\n --color-brown-300: #efddcd;\n --color-brown-400: #e8cdb5;\n --color-brown-500: #ddb997;\n --color-brown-600: #d09e71;\n --color-brown-700: #ad7f58;\n --color-brown-800: #a27653;\n --color-brown-900: #886349;\n --color-brown-1000: #3f2c22;\n --color-orange-25: #fefcfb;\n --color-orange-50: #fef9f6;\n --color-orange-100: #fff0e5;\n --color-orange-200: #ffe8d6;\n --color-orange-300: #ffdbc2;\n --color-orange-400: #ffcca8;\n --color-orange-500: #ffb280;\n --color-orange-600: #fa924c;\n --color-orange-700: #f76808;\n --color-orange-800: #eb5e00;\n --color-orange-900: #bd4b00;\n --color-orange-1000: #451e11;\n --color-sky-25: #fafeff;\n --color-sky-50: #f0fcff;\n --color-sky-100: #e5f9ff;\n --color-sky-200: #d3f3fd;\n --color-sky-300: #c3ecf9;\n --color-sky-400: #a2def1;\n --color-sky-500: #7bd0ea;\n --color-sky-600: #2ebee5;\n --color-sky-700: #68ddfd;\n --color-sky-800: #5dd3f4;\n --color-sky-900: #007aa3;\n --color-sky-1000: #003242;\n --color-mint-25: #fbfefe;\n --color-mint-50: #f1fefa;\n --color-mint-100: #e0fbf3;\n --color-mint-200: #d4f7ee;\n --color-mint-300: #c2efe4;\n --color-mint-400: #a5e4d4;\n --color-mint-500: #7dd4bf;\n --color-mint-600: #40c4aa;\n --color-mint-700: #70e1c8;\n --color-mint-800: #68d9c1;\n --color-mint-900: #147b6d;\n --color-mint-1000: #09342e;\n --color-lime-25: #fdfefb;\n --color-lime-50: #f6fcee;\n --color-lime-100: #eefadb;\n --color-lime-200: #e3f7c5;\n --color-lime-300: #d7f2b0;\n --color-lime-400: #cae996;\n --color-lime-500: #b1d16b;\n --color-lime-600: #94ba2c;\n --color-lime-700: #99d52a;\n --color-lime-800: #93c926;\n --color-lime-900: #5d770d;\n --color-lime-1000: #273409;\n --color-yellow-25: #fcfcf7;\n --color-yellow-50: #fffce5;\n --color-yellow-100: #fffbd1;\n --color-yellow-200: #fff8bd;\n --color-yellow-300: #fef2a4;\n --color-yellow-400: #f9e78b;\n --color-yellow-500: #efd26c;\n --color-yellow-600: #f5d90a;\n --color-yellow-700: #ebbc00;\n --color-yellow-800: #f5cc00;\n --color-yellow-900: #946800;\n --color-yellow-1000: #34280f;\n --color-gold-25: #fdfdfc;\n --color-gold-50: #fbfaf3;\n --color-gold-100: #f6f3ea;\n --color-gold-200: #eeeadd;\n --color-gold-300: #e6e0d1;\n --color-gold-400: #dad1be;\n --color-gold-500: #cbbda4;\n --color-gold-600: #b8a384;\n --color-gold-700: #968264;\n --color-gold-800: #8d7a5e;\n --color-gold-900: #776750;\n --color-gold-1000: #3b352b;\n --color-bronze-25: #fdfcfc;\n --color-bronze-50: #fdf8f7;\n --color-bronze-100: #f8f0ed;\n --color-bronze-200: #f2e8e3;\n --color-bronze-300: #eaddd7;\n --color-bronze-400: #e0cec7;\n --color-bronze-500: #d0b8af;\n --color-bronze-600: #be9f93;\n --color-bronze-700: #a18072;\n --color-bronze-800: #967669;\n --color-bronze-900: #846358;\n --color-bronze-1000: #44312c;\n}\n\n.dark-theme {\n --color-white: #121212;\n --color-black: #fff;\n --color-gray-25: #171717;\n --color-gray-50: #1c1c1c;\n --color-gray-100: #242424;\n --color-gray-200: #292929;\n --color-gray-300: #2e2e2e;\n --color-gray-400: #333;\n --color-gray-500: #3d3d3d;\n --color-gray-600: #4f4f4f;\n --color-gray-700: #707070;\n --color-gray-800: #7d7d7d;\n --color-gray-900: #a1a1a1;\n --color-gray-1000: #ededed;\n --color-blue-25: #0f161f;\n --color-blue-50: #0f1c2e;\n --color-blue-100: #10233d;\n --color-blue-200: #102a4c;\n --color-blue-300: #0f2f57;\n --color-blue-400: #0d3868;\n --color-blue-500: #0a4380;\n --color-blue-600: #0954a5;\n --color-blue-700: #0091ff;\n --color-blue-800: #389fff;\n --color-blue-900: #52a8ff;\n --color-blue-1000: #ebf6ff;\n --color-red-25: #201315;\n --color-red-50: #291415;\n --color-red-100: #3a1719;\n --color-red-200: #471a1d;\n --color-red-300: #551b1f;\n --color-red-400: #671e21;\n --color-red-500: #832126;\n --color-red-600: #a82428;\n --color-red-700: #e5484d;\n --color-red-800: #f2545a;\n --color-red-900: #ff6166;\n --color-red-1000: #feecee;\n --color-amber-25: #1f1300;\n --color-amber-50: #291800;\n --color-amber-100: #331b00;\n --color-amber-200: #3d2100;\n --color-amber-300: #4d2a00;\n --color-amber-400: #573300;\n --color-amber-500: #6b4105;\n --color-amber-600: #804d00;\n --color-amber-700: #ffb224;\n --color-amber-800: #ffbb3d;\n --color-amber-900: #ffc457;\n --color-amber-1000: #fef3dc;\n --color-green-25: #0c1811;\n --color-green-50: #0b1d16;\n --color-green-100: #0f291e;\n --color-green-200: #113123;\n --color-green-300: #133929;\n --color-green-400: #164531;\n --color-green-500: #1b553b;\n --color-green-600: #226d49;\n --color-green-700: #30a66d;\n --color-green-800: #3caf77;\n --color-green-900: #4bc389;\n --color-green-1000: #e5fbea;\n --color-tomato-25: #1c1412;\n --color-tomato-50: #29130f;\n --color-tomato-100: #3a1713;\n --color-tomato-200: #481a14;\n --color-tomato-300: #561d15;\n --color-tomato-400: #642016;\n --color-tomato-500: #7f2315;\n --color-tomato-600: #a52b12;\n --color-tomato-700: #e54d2e;\n --color-tomato-800: #ec5d41;\n --color-tomato-900: #f16b50;\n --color-tomato-1000: #feefec;\n --color-crimson-25: #1e1519;\n --color-crimson-50: #28151d;\n --color-crimson-100: #3a1726;\n --color-crimson-200: #471a2d;\n --color-crimson-300: #551b33;\n --color-crimson-400: #631d3a;\n --color-crimson-500: #811d45;\n --color-crimson-600: #ae1955;\n --color-crimson-700: #ea3e83;\n --color-crimson-800: #f05189;\n --color-crimson-900: #f75f8f;\n --color-crimson-1000: #feecf4;\n --color-pink-25: #20131c;\n --color-pink-50: #281522;\n --color-pink-100: #3a182f;\n --color-pink-200: #461b38;\n --color-pink-300: #501b3f;\n --color-pink-400: #621d4a;\n --color-pink-500: #7c1d5b;\n --color-pink-600: #a51871;\n --color-pink-700: #d742a0;\n --color-pink-800: #e34aa8;\n --color-pink-900: #f65ab5;\n --color-pink-1000: #feecf7;\n --color-plum-25: #1c121c;\n --color-plum-50: #241424;\n --color-plum-100: #331a33;\n --color-plum-200: #3e1c3f;\n --color-plum-300: #48214a;\n --color-plum-400: #552659;\n --color-plum-500: #6b2e70;\n --color-plum-600: #883894;\n --color-plum-700: #ab4aba;\n --color-plum-800: #bc53c6;\n --color-plum-900: #d864d8;\n --color-plum-1000: #fbedfc;\n --color-purple-25: #1c151e;\n --color-purple-50: #231528;\n --color-purple-100: #2e1938;\n --color-purple-200: #3a1e48;\n --color-purple-300: #422154;\n --color-purple-400: #4f2768;\n --color-purple-500: #5f2e85;\n --color-purple-600: #7938b2;\n --color-purple-700: #8e4ec6;\n --color-purple-800: #9c5bd2;\n --color-purple-900: #bf7af0;\n --color-purple-1000: #f8edfc;\n --color-violet-25: #17151e;\n --color-violet-50: #1c172b;\n --color-violet-100: #241d3e;\n --color-violet-200: #2b224f;\n --color-violet-300: #32265e;\n --color-violet-400: #392c72;\n --color-violet-500: #443592;\n --color-violet-600: #5741c3;\n --color-violet-700: #6d54cf;\n --color-violet-800: #7b65dc;\n --color-violet-900: #9f8dfc;\n --color-violet-1000: #efecfe;\n --color-indigo-25: #131620;\n --color-indigo-50: #15192d;\n --color-indigo-100: #18203e;\n --color-indigo-200: #1c274f;\n --color-indigo-300: #1f2c5c;\n --color-indigo-400: #22336d;\n --color-indigo-500: #273f8b;\n --color-indigo-600: #2f4db1;\n --color-indigo-700: #3c61dd;\n --color-indigo-800: #5474e8;\n --color-indigo-900: #859dff;\n --color-indigo-1000: #edf0fd;\n --color-cyan-25: #07191d;\n --color-cyan-50: #061d23;\n --color-cyan-100: #072931;\n --color-cyan-200: #07303b;\n --color-cyan-300: #073945;\n --color-cyan-400: #064251;\n --color-cyan-500: #044f62;\n --color-cyan-600: #006680;\n --color-cyan-700: #05a2c2;\n --color-cyan-800: #00b1cc;\n --color-cyan-900: #00c1d6;\n --color-cyan-1000: #e0f8fa;\n --color-teal-25: #091a16;\n --color-teal-50: #04201b;\n --color-teal-100: #062822;\n --color-teal-200: #07312b;\n --color-teal-300: #083a33;\n --color-teal-400: #09443c;\n --color-teal-500: #0b564c;\n --color-teal-600: #0c6e63;\n --color-teal-700: #12a594;\n --color-teal-800: #10b2a2;\n --color-teal-900: #0ac7b4;\n --color-teal-1000: #e0faf4;\n --color-grass-25: #0c1811;\n --color-grass-50: #0f1f13;\n --color-grass-100: #142a1a;\n --color-grass-200: #16311e;\n --color-grass-300: #193921;\n --color-grass-400: #1d4427;\n --color-grass-500: #255631;\n --color-grass-600: #2f6f3b;\n --color-grass-700: #45a557;\n --color-grass-800: #55b466;\n --color-grass-900: #62c073;\n --color-grass-1000: #e5fbea;\n --color-brown-25: #1a1614;\n --color-brown-50: #211712;\n --color-brown-100: #2e201a;\n --color-brown-200: #35251d;\n --color-brown-300: #3f2c22;\n --color-brown-400: #483528;\n --color-brown-500: #5d4332;\n --color-brown-600: #775940;\n --color-brown-700: #ad7f58;\n --color-brown-800: #bd8c61;\n --color-brown-900: #dba270;\n --color-brown-1000: #faf0e5;\n --color-orange-25: #1e1106;\n --color-orange-50: #291300;\n --color-orange-100: #3a1b03;\n --color-orange-200: #431e04;\n --color-orange-300: #4d2205;\n --color-orange-400: #602a06;\n --color-orange-500: #763205;\n --color-orange-600: #943e00;\n --color-orange-700: #f76808;\n --color-orange-800: #ff7e29;\n --color-orange-900: #ff8b3d;\n --color-orange-1000: #feeadc;\n --color-sky-25: #0d1921;\n --color-sky-50: #071e2c;\n --color-sky-100: #082535;\n --color-sky-200: #082c40;\n --color-sky-300: #08344a;\n --color-sky-400: #083e59;\n --color-sky-500: #064a6a;\n --color-sky-600: #005d85;\n --color-sky-700: #68ddfd;\n --color-sky-800: #8ae8ff;\n --color-sky-900: #2fc8ee;\n --color-sky-1000: #ebf8ff;\n --color-mint-25: #071715;\n --color-mint-50: #051f1d;\n --color-mint-100: #052926;\n --color-mint-200: #042f2a;\n --color-mint-300: #033a34;\n --color-mint-400: #01463e;\n --color-mint-500: #00574b;\n --color-mint-600: #006b59;\n --color-mint-700: #70e1c8;\n --color-mint-800: #95f3d9;\n --color-mint-900: #25d0ab;\n --color-mint-1000: #e8fcf8;\n --color-lime-25: #141807;\n --color-lime-50: #171c08;\n --color-lime-100: #1e260d;\n --color-lime-200: #252e0f;\n --color-lime-300: #2b3711;\n --color-lime-400: #354314;\n --color-lime-500: #405115;\n --color-lime-600: #546916;\n --color-lime-700: #99d52a;\n --color-lime-800: #c4f042;\n --color-lime-900: #88bf22;\n --color-lime-1000: #f0fbdf;\n --color-yellow-25: #1a1300;\n --color-yellow-50: #241b00;\n --color-yellow-100: #2e2200;\n --color-yellow-200: #332600;\n --color-yellow-300: #3d2f00;\n --color-yellow-400: #473a00;\n --color-yellow-500: #574805;\n --color-yellow-600: #705e00;\n --color-yellow-700: #f5d90a;\n --color-yellow-800: #ffef5c;\n --color-yellow-900: #f0c000;\n --color-yellow-1000: #fffad1;\n --color-gold-25: #161512;\n --color-gold-50: #1d1b16;\n --color-gold-100: #26231c;\n --color-gold-200: #2c2920;\n --color-gold-300: #353027;\n --color-gold-400: #3f392c;\n --color-gold-500: #4f4636;\n --color-gold-600: #6b5d47;\n --color-gold-700: #968264;\n --color-gold-800: #a59173;\n --color-gold-900: #bfa888;\n --color-gold-1000: #f7f5e8;\n --color-bronze-25: #191514;\n --color-bronze-50: #201a18;\n --color-bronze-100: #29201e;\n --color-bronze-200: #332824;\n --color-bronze-300: #3c2f2a;\n --color-bronze-400: #453530;\n --color-bronze-500: #57443d;\n --color-bronze-600: #74594e;\n --color-bronze-700: #a18072;\n --color-bronze-800: #b08c7d;\n --color-bronze-900: #cca494;\n --color-bronze-1000: #f9ede7;\n}\n\n.inter {\n font-family: Inter, sans-serif;\n}\n\n@supports (font-variation-settings: normal) {\n .inter {\n font-family: Inter var, sans-serif;\n }\n}\n\n.pulse-red-700 {\n animation: 2s infinite pulse-red-700;\n transform: scale(1);\n box-shadow: 0 0 #e5484d;\n}\n\n@keyframes pulse-red-700 {\n 0% {\n transform: scale(.95);\n box-shadow: 0 0 #e5484db3;\n }\n\n 70% {\n transform: scale(1);\n box-shadow: 0 0 0 6px #e5484d00;\n }\n\n to {\n transform: scale(.95);\n box-shadow: 0 0 #e5484d00;\n }\n}\n\n::-webkit-scrollbar {\n width: 0;\n height: 0;\n display: none;\n}\n\n@keyframes enter {\n 0% {\n opacity: var(--tw-enter-opacity, 1);\n transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));\n }\n}\n\n@keyframes exit {\n to {\n opacity: var(--tw-exit-opacity, 1);\n transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));\n }\n}\n\n@property --tw-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-translate-z {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-scale-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n\n@property --tw-scale-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n\n@property --tw-scale-z {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n\n@property --tw-rotate-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-z {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-space-y-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-space-x-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-divide-x-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n\n@property --tw-divide-y-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-leading {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-inset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-ring-inset {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-offset-width {\n syntax: \"<length>\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-ring-offset-color {\n syntax: \"*\";\n inherits: false;\n initial-value: #fff;\n}\n\n@property --tw-ring-offset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-outline-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n\n@property --tw-blur {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-brightness {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-contrast {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-grayscale {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-hue-rotate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-invert {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-opacity {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-saturate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-sepia {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-drop-shadow-size {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-blur {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-brightness {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-contrast {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-grayscale {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-hue-rotate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-invert {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-opacity {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-saturate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-backdrop-sepia {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-duration {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ease {\n syntax: \"*\";\n inherits: false\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n@keyframes pulse {\n 50% {\n opacity: .5;\n }\n}\n\n@keyframes accordion-down {\n 0% {\n height: 0;\n }\n\n to {\n height: var(--radix-accordion-content-height);\n }\n}\n\n@keyframes accordion-up {\n 0% {\n height: var(--radix-accordion-content-height);\n }\n\n to {\n height: 0;\n }\n}\n\n@keyframes flash {\n 0% {\n opacity: .9;\n }\n\n to {\n opacity: 0;\n }\n}\n";
12625
12682
 
12626
12683
 
12627
12684
  const $24075a5d702d64b3$var$browser = (0, $3Sbms$bowser).parse(window.navigator.userAgent);
@@ -12706,8 +12763,11 @@ const $24075a5d702d64b3$export$3f94917203ab7078 = {
12706
12763
  }),
12707
12764
  /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$QueryClientProvider), {
12708
12765
  client: $24075a5d702d64b3$var$queryClient,
12709
- children: /*#__PURE__*/ (0, $3Sbms$jsx)((0, $26ed036cbc17809a$export$2e2bcd8739ae039), {
12710
- options: mergedOptions
12766
+ children: /*#__PURE__*/ (0, $3Sbms$jsx)((0, $3Sbms$I18nextProvider), {
12767
+ i18n: (0, $384d985bb9605c35$export$2e2bcd8739ae039),
12768
+ children: /*#__PURE__*/ (0, $3Sbms$jsx)((0, $26ed036cbc17809a$export$2e2bcd8739ae039), {
12769
+ options: mergedOptions
12770
+ })
12711
12771
  })
12712
12772
  })
12713
12773
  ]