@pexip/components 19.1.2 → 19.2.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.
Files changed (299) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/api-docs/README.mdx +330 -0
  3. package/api-docs/enumerations/AvatarType.mdx +8 -0
  4. package/api-docs/enumerations/Color.mdx +65 -0
  5. package/api-docs/enumerations/FontVariant.mdx +20 -0
  6. package/api-docs/enumerations/LockStyle.mdx +7 -0
  7. package/api-docs/enumerations/ModalType.mdx +6 -0
  8. package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
  9. package/api-docs/enumerations/RgbColor.mdx +64 -0
  10. package/api-docs/enumerations/StatCardVariant.mdx +7 -0
  11. package/api-docs/enumerations/TestId.mdx +45 -0
  12. package/api-docs/functions/announce.mdx +21 -0
  13. package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
  14. package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
  15. package/api-docs/functions/isImageSrcString.mdx +13 -0
  16. package/api-docs/functions/isValidIconName.mdx +13 -0
  17. package/api-docs/functions/onEnter.mdx +32 -0
  18. package/api-docs/functions/sizeToPadding.mdx +22 -0
  19. package/api-docs/functions/useBelow360.mdx +7 -0
  20. package/api-docs/functions/useBreakpointChange.mdx +7 -0
  21. package/api-docs/functions/useFocusFrom.mdx +24 -0
  22. package/api-docs/functions/useFocusFromOpened.mdx +20 -0
  23. package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
  24. package/api-docs/functions/useInput.mdx +13 -0
  25. package/api-docs/functions/useLandscape.mdx +7 -0
  26. package/api-docs/functions/useLg.mdx +7 -0
  27. package/api-docs/functions/useLgDown.mdx +7 -0
  28. package/api-docs/functions/useLgUp.mdx +7 -0
  29. package/api-docs/functions/useMd.mdx +7 -0
  30. package/api-docs/functions/useMdDown.mdx +7 -0
  31. package/api-docs/functions/useMdToXl.mdx +7 -0
  32. package/api-docs/functions/useMdUp.mdx +7 -0
  33. package/api-docs/functions/useMobileDevice.mdx +7 -0
  34. package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
  35. package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
  36. package/api-docs/functions/useModal.mdx +18 -0
  37. package/api-docs/functions/useModalHandle.mdx +12 -0
  38. package/api-docs/functions/useMultistepIndicator.mdx +45 -0
  39. package/api-docs/functions/usePortrait.mdx +7 -0
  40. package/api-docs/functions/useScrollIntoView.mdx +22 -0
  41. package/api-docs/functions/useSm.mdx +7 -0
  42. package/api-docs/functions/useSmDown.mdx +7 -0
  43. package/api-docs/functions/useSmToLg.mdx +7 -0
  44. package/api-docs/functions/useSmToXl.mdx +7 -0
  45. package/api-docs/functions/useSmUp.mdx +7 -0
  46. package/api-docs/functions/useTabletDevice.mdx +7 -0
  47. package/api-docs/functions/useTabs.mdx +18 -0
  48. package/api-docs/functions/useTouchDevice.mdx +7 -0
  49. package/api-docs/functions/useXl.mdx +7 -0
  50. package/api-docs/functions/useXlDown.mdx +7 -0
  51. package/api-docs/functions/useXlUp.mdx +7 -0
  52. package/api-docs/functions/useXs.mdx +7 -0
  53. package/api-docs/functions/withColorScheme.mdx +32 -0
  54. package/api-docs/functions/withTabName.mdx +32 -0
  55. package/api-docs/functions/withTransition.mdx +36 -0
  56. package/api-docs/interfaces/EnhancerProps.mdx +10 -0
  57. package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
  58. package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
  59. package/api-docs/interfaces/IconCollection.mdx +145 -0
  60. package/api-docs/interfaces/IconSource.mdx +7 -0
  61. package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
  62. package/api-docs/interfaces/ModalHandle.mdx +5 -0
  63. package/api-docs/interfaces/MultistepItem.mdx +13 -0
  64. package/api-docs/interfaces/StatCardRowData.mdx +15 -0
  65. package/api-docs/interfaces/ToastProps.mdx +14 -0
  66. package/api-docs/interfaces/VideoHandle.mdx +6 -0
  67. package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
  68. package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
  69. package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
  70. package/api-docs/type-aliases/AllSize.mdx +3 -0
  71. package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
  72. package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
  73. package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
  74. package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
  75. package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
  76. package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
  77. package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
  78. package/api-docs/type-aliases/Breakpoint.mdx +3 -0
  79. package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
  80. package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
  81. package/api-docs/type-aliases/ButtonProps.mdx +3 -0
  82. package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
  83. package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
  84. package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
  85. package/api-docs/type-aliases/ColorScheme.mdx +3 -0
  86. package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
  87. package/api-docs/type-aliases/DropContentType.mdx +3 -0
  88. package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
  89. package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
  90. package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
  91. package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
  92. package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
  93. package/api-docs/type-aliases/GroupProps.mdx +3 -0
  94. package/api-docs/type-aliases/HeadingElement.mdx +3 -0
  95. package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
  96. package/api-docs/type-aliases/IScrollbars.mdx +3 -0
  97. package/api-docs/type-aliases/ImageSrc.mdx +3 -0
  98. package/api-docs/type-aliases/InlineElement.mdx +3 -0
  99. package/api-docs/type-aliases/InputVariant.mdx +3 -0
  100. package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
  101. package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
  102. package/api-docs/type-aliases/LabelModifier.mdx +3 -0
  103. package/api-docs/type-aliases/LinkTarget.mdx +3 -0
  104. package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
  105. package/api-docs/type-aliases/MenuAction.mdx +17 -0
  106. package/api-docs/type-aliases/MenuContent.mdx +3 -0
  107. package/api-docs/type-aliases/MenuItem.mdx +24 -0
  108. package/api-docs/type-aliases/ModalProps.mdx +3 -0
  109. package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
  110. package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
  111. package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
  112. package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
  113. package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
  114. package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
  115. package/api-docs/type-aliases/Option.mdx +17 -0
  116. package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
  117. package/api-docs/type-aliases/PanelProps.mdx +3 -0
  118. package/api-docs/type-aliases/SelectProps.mdx +29 -0
  119. package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
  120. package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
  121. package/api-docs/type-aliases/SizeModifier.mdx +3 -0
  122. package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
  123. package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
  124. package/api-docs/type-aliases/StatusItem.mdx +10 -0
  125. package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
  126. package/api-docs/type-aliases/TagItem.mdx +17 -0
  127. package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
  128. package/api-docs/type-aliases/TextProps.mdx +3 -0
  129. package/api-docs/type-aliases/TextVariant.mdx +3 -0
  130. package/api-docs/type-aliases/Theme.mdx +3 -0
  131. package/api-docs/type-aliases/ToastPosition.mdx +3 -0
  132. package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
  133. package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
  134. package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
  135. package/api-docs/variables/AboutModal.mdx +3 -0
  136. package/api-docs/variables/AboutText.mdx +3 -0
  137. package/api-docs/variables/Accordion.mdx +16 -0
  138. package/api-docs/variables/ActionsRow.mdx +3 -0
  139. package/api-docs/variables/ActivityCard.mdx +11 -0
  140. package/api-docs/variables/Announcer.mdx +12 -0
  141. package/api-docs/variables/AriaMenu.mdx +5 -0
  142. package/api-docs/variables/AspectRatio.mdx +6 -0
  143. package/api-docs/variables/Audio.mdx +3 -0
  144. package/api-docs/variables/Avatar.mdx +3 -0
  145. package/api-docs/variables/BadgeCounter.mdx +3 -0
  146. package/api-docs/variables/Bar.mdx +3 -0
  147. package/api-docs/variables/Box.mdx +3 -0
  148. package/api-docs/variables/BoxHeader.mdx +3 -0
  149. package/api-docs/variables/Breadcrumbs.mdx +9 -0
  150. package/api-docs/variables/Button.mdx +3 -0
  151. package/api-docs/variables/ButtonText.mdx +3 -0
  152. package/api-docs/variables/CakeTimer.mdx +3 -0
  153. package/api-docs/variables/CallToAction.mdx +3 -0
  154. package/api-docs/variables/Captions.mdx +3 -0
  155. package/api-docs/variables/CardLayout.mdx +10 -0
  156. package/api-docs/variables/Cell.mdx +3 -0
  157. package/api-docs/variables/CenterLayout.mdx +3 -0
  158. package/api-docs/variables/Checkbox.mdx +3 -0
  159. package/api-docs/variables/CircleCountDown.mdx +7 -0
  160. package/api-docs/variables/CollapsableContainer.mdx +15 -0
  161. package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
  162. package/api-docs/variables/ColorPreviewButton.mdx +3 -0
  163. package/api-docs/variables/CondensedTabs.mdx +3 -0
  164. package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
  165. package/api-docs/variables/ConfirmationModal.mdx +3 -0
  166. package/api-docs/variables/ContextMenu.mdx +12 -0
  167. package/api-docs/variables/CoreHeader.mdx +3 -0
  168. package/api-docs/variables/CustomTooltip.mdx +3 -0
  169. package/api-docs/variables/Divider.mdx +3 -0
  170. package/api-docs/variables/DragAndDrop.mdx +10 -0
  171. package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
  172. package/api-docs/variables/Draggable.mdx +3 -0
  173. package/api-docs/variables/DropContent.mdx +3 -0
  174. package/api-docs/variables/Enhancers.mdx +3 -0
  175. package/api-docs/variables/ExpanderCell.mdx +3 -0
  176. package/api-docs/variables/FileUpload.mdx +3 -0
  177. package/api-docs/variables/Form.mdx +3 -0
  178. package/api-docs/variables/FullSizeWindow.mdx +5 -0
  179. package/api-docs/variables/FullscreenLayout.mdx +3 -0
  180. package/api-docs/variables/FullscreenOverlay.mdx +3 -0
  181. package/api-docs/variables/FullscreenSpinner.mdx +3 -0
  182. package/api-docs/variables/Grid.mdx +3 -0
  183. package/api-docs/variables/Group.mdx +3 -0
  184. package/api-docs/variables/Heading.mdx +11 -0
  185. package/api-docs/variables/HotKey.mdx +6 -0
  186. package/api-docs/variables/HotkeysTooltip.mdx +3 -0
  187. package/api-docs/variables/Icon.mdx +3 -0
  188. package/api-docs/variables/IconTypes.mdx +3 -0
  189. package/api-docs/variables/ImagePreviewButton.mdx +3 -0
  190. package/api-docs/variables/InfoHeadCell.mdx +7 -0
  191. package/api-docs/variables/InfoMessage.mdx +6 -0
  192. package/api-docs/variables/Input.mdx +3 -0
  193. package/api-docs/variables/InputLabel.mdx +3 -0
  194. package/api-docs/variables/InteractiveElement.mdx +3 -0
  195. package/api-docs/variables/KebabMenuButton.mdx +3 -0
  196. package/api-docs/variables/LineHeading.mdx +5 -0
  197. package/api-docs/variables/List.mdx +3 -0
  198. package/api-docs/variables/ListBoxLink.mdx +3 -0
  199. package/api-docs/variables/ListLink.mdx +3 -0
  200. package/api-docs/variables/LoadingBox.mdx +3 -0
  201. package/api-docs/variables/Logo.mdx +3 -0
  202. package/api-docs/variables/Menu.mdx +13 -0
  203. package/api-docs/variables/MenuEntry.mdx +5 -0
  204. package/api-docs/variables/Modal.mdx +8 -0
  205. package/api-docs/variables/ModalCloseButton.mdx +9 -0
  206. package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
  207. package/api-docs/variables/Multiselect.mdx +3 -0
  208. package/api-docs/variables/MultistepIndicator.mdx +13 -0
  209. package/api-docs/variables/NotificationToast.mdx +13 -0
  210. package/api-docs/variables/NotificationTooltip.mdx +3 -0
  211. package/api-docs/variables/NumberStepInput.mdx +21 -0
  212. package/api-docs/variables/Panel.mdx +3 -0
  213. package/api-docs/variables/PasswordInput.mdx +6 -0
  214. package/api-docs/variables/PexipLogo.mdx +3 -0
  215. package/api-docs/variables/Pill.mdx +3 -0
  216. package/api-docs/variables/PopOutWindow.mdx +8 -0
  217. package/api-docs/variables/PreferenceInput.mdx +26 -0
  218. package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
  219. package/api-docs/variables/PreferenceRow.mdx +12 -0
  220. package/api-docs/variables/PreferenceWrapper.mdx +3 -0
  221. package/api-docs/variables/ProgressBar.mdx +3 -0
  222. package/api-docs/variables/RadioButton.mdx +3 -0
  223. package/api-docs/variables/RangeSlider.mdx +11 -0
  224. package/api-docs/variables/RefButton.mdx +3 -0
  225. package/api-docs/variables/RefInteractiveElement.mdx +3 -0
  226. package/api-docs/variables/RefSimpleButton.mdx +3 -0
  227. package/api-docs/variables/Row.mdx +3 -0
  228. package/api-docs/variables/Scrim.mdx +3 -0
  229. package/api-docs/variables/Scrollbars.mdx +3 -0
  230. package/api-docs/variables/SearchInput.mdx +12 -0
  231. package/api-docs/variables/Section.mdx +3 -0
  232. package/api-docs/variables/SectionAccordion.mdx +15 -0
  233. package/api-docs/variables/Select.mdx +19 -0
  234. package/api-docs/variables/Sheet.mdx +3 -0
  235. package/api-docs/variables/SimpleButton.mdx +7 -0
  236. package/api-docs/variables/SortingIndicator.mdx +6 -0
  237. package/api-docs/variables/Spinner.mdx +3 -0
  238. package/api-docs/variables/StatCard.mdx +12 -0
  239. package/api-docs/variables/StatCardBox.mdx +3 -0
  240. package/api-docs/variables/StatCardRow.mdx +3 -0
  241. package/api-docs/variables/StatIndicator.mdx +3 -0
  242. package/api-docs/variables/StepNumber.mdx +3 -0
  243. package/api-docs/variables/SvgImage.mdx +3 -0
  244. package/api-docs/variables/Tab.mdx +3 -0
  245. package/api-docs/variables/Table.mdx +3 -0
  246. package/api-docs/variables/TableBody.mdx +3 -0
  247. package/api-docs/variables/TableCell.mdx +3 -0
  248. package/api-docs/variables/TableContent.mdx +3 -0
  249. package/api-docs/variables/TableHead.mdx +3 -0
  250. package/api-docs/variables/TableHeadCell.mdx +3 -0
  251. package/api-docs/variables/TablePagination.mdx +23 -0
  252. package/api-docs/variables/TableRow.mdx +3 -0
  253. package/api-docs/variables/TableRowWrapper.mdx +9 -0
  254. package/api-docs/variables/TableSection.mdx +3 -0
  255. package/api-docs/variables/Tabs.mdx +3 -0
  256. package/api-docs/variables/Tag.mdx +3 -0
  257. package/api-docs/variables/TagList.mdx +9 -0
  258. package/api-docs/variables/Text.mdx +3 -0
  259. package/api-docs/variables/TextArea.mdx +5 -0
  260. package/api-docs/variables/TextHeading.mdx +3 -0
  261. package/api-docs/variables/TextLink.mdx +3 -0
  262. package/api-docs/variables/ThemeConsumer.mdx +3 -0
  263. package/api-docs/variables/ThemeContext.mdx +3 -0
  264. package/api-docs/variables/ThemeProvider.mdx +3 -0
  265. package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
  266. package/api-docs/variables/Toast.mdx +13 -0
  267. package/api-docs/variables/ToggleSwitch.mdx +3 -0
  268. package/api-docs/variables/Tooltip.mdx +13 -0
  269. package/api-docs/variables/TooltipPositionValue.mdx +3 -0
  270. package/api-docs/variables/URLToLink.mdx +5 -0
  271. package/api-docs/variables/User.mdx +14 -0
  272. package/api-docs/variables/UserMenuButton.mdx +11 -0
  273. package/api-docs/variables/UserMenuDropContent.mdx +3 -0
  274. package/api-docs/variables/Video.mdx +3 -0
  275. package/api-docs/variables/VideoWrapper.mdx +3 -0
  276. package/api-docs/variables/Wrapper.mdx +3 -0
  277. package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
  278. package/api-docs/variables/breakpoints.mdx +13 -0
  279. package/api-docs/variables/notificationToastSignal.mdx +3 -0
  280. package/api-docs/variables/themeValues.mdx +3 -0
  281. package/api-docs/variables/variables.mdx +324 -0
  282. package/dist/components-no-global-styles.css +1 -0
  283. package/dist/components.cjs +2 -2
  284. package/dist/components.js +2445 -2390
  285. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
  286. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
  287. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
  288. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
  289. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
  290. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
  291. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
  292. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
  293. package/dist/types/src/exports.d.ts +181 -0
  294. package/dist/types/src/exports.d.ts.map +1 -0
  295. package/dist/types/src/index.d.ts +1 -180
  296. package/dist/types/src/index.d.ts.map +1 -1
  297. package/dist/types/src/types/elements.d.ts +1 -0
  298. package/dist/types/src/types/elements.d.ts.map +1 -1
  299. package/package.json +16 -9
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),u=require("classnames"),Ca=require("change-case"),Vt=require("@pexip/signal"),za=require("uuid"),V=require("@pexip/hooks"),Yo=require("@react-stately/tooltip"),Jo=require("@react-aria/tooltip"),wt=require("@react-aria/overlays"),el=require("simplebar-react"),Q1=require("@pexip/utils"),Ia=require("react-dom"),h1=require("tabbable"),tl=require("@react-stately/overlays"),nl=require("@react-stately/collections"),al=require("@react-stately/menu"),v1=require("@react-aria/menu"),ol=require("@react-aria/button"),ll=require("@react-aria/utils"),rl=require("@react-stately/tree"),cl=require("@react-aria/interactions");function sl(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const l=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(a,o,l.get?l:{enumerable:!0,get:()=>e[o]})}}return a.default=e,Object.freeze(a)}const n=sl(t),me=e=>Ca.camelCase(`${e} padding`),g1=e=>Ca.camelCase(`${e} spacing`),il=(e,a)=>Object.keys(a).reduce((o,l)=>(l!==e&&(o[l]=a[l]),o),{}),dl="_themeProvider_1o5fn_1",ml={themeProvider:dl},ul=["theme-legacy","theme-pds"],Je=t.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:R}=Je,Q=({children:e,colorScheme:a,theme:o})=>{const{colorScheme:l,theme:r}=t.useContext(Je),s=a??l,c=o??r;return t.createElement(Je.Provider,{value:{colorScheme:s,theme:c}},t.createElement("div",{className:u(ml.themeProvider,c,s)},e))};function Et(e,a){return function(l){return t.createElement(Q,{colorScheme:a},t.createElement(e,{...l}))}}const _l="_boxHeader_kr7d7_4",fl="_nonePadding_kr7d7_9",pl="_compactPadding_kr7d7_13",hl="_smallPadding_kr7d7_17",vl="_mediumPadding_kr7d7_21",gl="_largePadding_kr7d7_25",K1={boxHeader:_l,nonePadding:fl,compactPadding:pl,smallPadding:hl,mediumPadding:vl,largePadding:gl},ya=({className:e,padding:a="small",contentBelowDivider:o,children:l})=>{const r=t.createElement("div",{className:u(K1[me(a)],K1.boxHeader,e)},l);return o?t.createElement("div",null,r,o):r},wl="_boxFooter_fgwhd_4",El="_hasShadow_fgwhd_4",xl="_nonePaddingTop_fgwhd_18",bl="_nonePaddingRight_fgwhd_21",kl="_nonePaddingBottom_fgwhd_24",Cl="_nonePaddingLeft_fgwhd_27",zl="_compactPaddingTop_fgwhd_30",Il="_compactPaddingRight_fgwhd_33",yl="_compactPaddingBottom_fgwhd_36",Bl="_compactPaddingLeft_fgwhd_39",Ml="_smallPaddingTop_fgwhd_42",Sl="_smallPaddingRight_fgwhd_45",Ll="_smallPaddingBottom_fgwhd_48",Nl="_smallPaddingLeft_fgwhd_51",$l="_mediumPaddingTop_fgwhd_54",Rl="_mediumPaddingRight_fgwhd_57",Al="_mediumPaddingBottom_fgwhd_60",Hl="_mediumPaddingLeft_fgwhd_63",Ol="_largePaddingTop_fgwhd_66",Pl="_largePaddingRight_fgwhd_69",Vl="_largePaddingBottom_fgwhd_72",Tl="_largePaddingLeft_fgwhd_75",je={boxFooter:wl,hasShadow:El,nonePaddingTop:xl,nonePaddingRight:bl,nonePaddingBottom:kl,nonePaddingLeft:Cl,compactPaddingTop:zl,compactPaddingRight:Il,compactPaddingBottom:yl,compactPaddingLeft:Bl,smallPaddingTop:Ml,smallPaddingRight:Sl,smallPaddingBottom:Ll,smallPaddingLeft:Nl,mediumPaddingTop:$l,mediumPaddingRight:Rl,mediumPaddingBottom:Al,mediumPaddingLeft:Hl,largePaddingTop:Ol,largePaddingRight:Pl,largePaddingBottom:Vl,largePaddingLeft:Tl},Ba=({className:e,padding:a="small",topPadding:o=a,rightPadding:l=a,bottomPadding:r=a,leftPadding:s=a,hasFooterShadow:c=!1,children:i})=>t.createElement("div",{className:u(e,je.boxFooter,o&&je[`${me(o)}Top`],l&&je[`${me(l)}Right`],r&&je[`${me(r)}Bottom`],s&&je[`${me(s)}Left`],{[je.hasShadow]:c})},i),ql="_box_5xx8l_4",Wl="_hasHeaderOrFooter_5xx8l_4",Dl="_mainContent_5xx8l_9",jl="_scrollable_5xx8l_16",Fl="_rounded_5xx8l_20",Ul="_dark_5xx8l_24",Gl="_light_5xx8l_29",Xl="_shadowLight_5xx8l_34",Ql="_shadowDark_5xx8l_38",Kl="_border_5xx8l_42",Zl="_nonePadding_5xx8l_53",Yl="_compactPadding_5xx8l_57",Jl="_smallPadding_5xx8l_61",e2="_mediumPadding_5xx8l_65",t2="_largePadding_5xx8l_69",ce={box:ql,hasHeaderOrFooter:Wl,mainContent:Dl,scrollable:jl,rounded:Fl,dark:Ul,light:Gl,shadowLight:Xl,shadowDark:Ql,border:Kl,nonePadding:Zl,compactPadding:Yl,smallPadding:Jl,mediumPadding:e2,largePadding:t2},le=t.forwardRef(({hasBackground:e=!0,headerContent:a,headerContentBelowDivider:o,footerContent:l,bgColor:r,children:s,className:c,childrenClassName:i,headerClassName:d,isRounded:m=!0,isWithBorder:_=!1,isWithShadow:p=!0,shadowModifier:f="dark",padding:h="none",headerPadding:v=h,footerPadding:g=h,footerTopPadding:E=g,footerRightPadding:w=g,footerBottomPadding:b=g,footerLeftPadding:B=g,hasFooterShadow:y,scrollable:z,style:k,colorScheme:M,...$},x)=>{const N=!!a||!!l;return t.createElement(R,null,({colorScheme:S})=>t.createElement("div",{className:u(e&&ce[M??S],{[ce.shadowDark]:p&&f==="dark",[ce.shadowLight]:p&&f==="light",[ce.rounded]:m,[ce.border]:_,[ce[me(h)]]:!N,[ce.hasHeaderOrFooter]:N},ce.box,c),style:e&&r?{...k,backgroundColor:r}:k,ref:x,...$},a&&t.createElement(ya,{contentBelowDivider:o,padding:v,className:d},a),s&&N?t.createElement("div",{className:u(ce[me(h)],ce.mainContent,{"pb-0":l&&h!=="none",[ce.scrollable]:z},i)},s):s,l&&t.createElement(Ba,{padding:g,topPadding:E,rightPadding:w,bottomPadding:b,leftPadding:B,hasFooterShadow:y},l)))});le.displayName="Box";const n2="_dark_14ps4_4",a2="_light_14ps4_8",o2="_horizontal_14ps4_12",l2="_vertical_14ps4_17",Z1={dark:n2,light:a2,horizontal:o2,vertical:l2},ue=({colorScheme:e,direction:a="horizontal",className:o,...l})=>t.createElement(R,null,({colorScheme:r})=>t.createElement("div",{className:u(Z1[e??r],Z1[a],o),...l})),r2="_dark_1xjes_99",c2="_standard_1xjes_99",s2="_link_1xjes_102",i2="_subtle_1xjes_105",d2="_tinted_1xjes_108",m2="_disabled_1xjes_111",u2="_success_1xjes_114",_2="_danger_1xjes_117",f2="_warning_1xjes_120",p2="_light_1xjes_124",h2="_hidden_1xjes_149",v2="_inherit_1xjes_161",g2="_truncated_1xjes_165",w2="_uppercase_1xjes_172",E2="_underline_1xjes_176",x2="_italicize_1xjes_180",b2="_normalWhiteSpace_1xjes_184",k2="_nowrapWhiteSpace_1xjes_188",C2="_preWhiteSpace_1xjes_192",z2="_preWrapWhiteSpace_1xjes_196",I2="_preLineWhiteSpace_1xjes_200",y2="_normalWordBreak_1xjes_204",B2="_breakAllWordBreak_1xjes_208",M2="_keepAllWordBreak_1xjes_212",S2="_overflowWrapWordBreak_1xjes_216",L2="_text_1xjes_221",N2="_h1_1xjes_226",$2="_h2_1xjes_232",R2="_h3_1xjes_238",A2="_h4_1xjes_244",H2="_h5_1xjes_250",O2="_h6_1xjes_256",P2="_body-bold_1xjes_262",V2="_button_1xjes_268",T2="_body_1xjes_262",q2="_body-link_1xjes_280",W2="_small-bold_1xjes_286",D2="_small_1xjes_286",j2="_small-link_1xjes_298",F2="_x-small-bold_1xjes_304",U2="_x-small_1xjes_304",G2="_x-small-link_1xjes_316",ee={dark:r2,standard:c2,link:s2,subtle:i2,tinted:d2,disabled:m2,success:u2,danger:_2,warning:f2,light:p2,hidden:h2,inherit:v2,truncated:g2,uppercase:w2,underline:E2,italicize:x2,normalWhiteSpace:b2,nowrapWhiteSpace:k2,preWhiteSpace:C2,preWrapWhiteSpace:z2,preLineWhiteSpace:I2,normalWordBreak:y2,breakAllWordBreak:B2,keepAllWordBreak:M2,overflowWrapWordBreak:S2,text:L2,h1:N2,h2:$2,h3:R2,h4:A2,h5:H2,h6:O2,"body-bold":"_body-bold_1xjes_262",bodyBold:P2,button:V2,body:T2,"body-link":"_body-link_1xjes_280",bodyLink:q2,"small-bold":"_small-bold_1xjes_286",smallBold:W2,small:D2,"small-link":"_small-link_1xjes_298",smallLink:j2,"x-small-bold":"_x-small-bold_1xjes_304",xSmallBold:F2,"x-small":"_x-small_1xjes_304",xSmall:U2,"x-small-link":"_x-small-link_1xjes_316",xSmallLink:G2},qe=({children:e,className:a,colorScheme:o,fontVariant:l,htmlTag:r,isTruncated:s=!1,isUppercase:c,variant:i="standard",...d})=>{const m=l??r;return t.createElement(R,null,({colorScheme:_})=>t.createElement(r,{className:u(ee[o??_],ee[i],ee[m],{[ee.truncated]:s,[ee.uppercase]:c},a),...d},e))};var I=(e=>(e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.BodyBold="bodyBold",e.Button="button",e.Body="body",e.BodyLink="bodyLink",e.SmallBold="smallBold",e.Small="small",e.SmallLink="smallLink",e.XSmallBold="xSmallBold",e.XSmall="xSmall",e.XSmallLink="xSmallLink",e))(I||{});const X2="_wrap_11372_11",Q2="_divider_11372_19",K2="_section_11372_23",Z2="_grow_11372_26",Y2="_header_11372_30",J2="_headerTitleWrap_11372_37",Ie={wrap:X2,divider:Q2,section:K2,grow:Z2,header:Y2,headerTitleWrap:J2},Ma=({colorScheme:e="light",title:a,titleHtmlTag:o="h2",titleEnhancerStart:l,subtitle:r,secondaryComponent:s,children:c})=>t.createElement(Q,{colorScheme:e},t.createElement(le,{className:Ie.wrap,shadowModifier:"light"},t.createElement("div",{className:Ie.header},t.createElement("div",{className:Ie.headerTitleWrap},l&&t.createElement("div",{className:"mr-4"},l),t.createElement(qe,{htmlTag:o,fontVariant:I.H5},a)),r&&t.createElement("div",null,r)),t.createElement(ue,{className:Ie.divider}),t.createElement("div",{className:Ie.section},s),t.createElement(ue,{className:Ie.divider}),t.createElement("div",{className:u(Ie.section,Ie.grow)},c))),er=["xs","sm","md","lg","xl"],tr=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],nr=[...er,...tr],ar="_verticalGutter_1ddso_1",or="_cell_1ddso_1",lr="_xs1_1ddso_12",rr="_xs2_1ddso_17",cr="_xs3_1ddso_22",sr="_xs4_1ddso_27",ir="_xs5_1ddso_32",dr="_xs6_1ddso_37",mr="_xs7_1ddso_42",ur="_xs8_1ddso_47",_r="_xs9_1ddso_52",fr="_xs10_1ddso_57",pr="_xs11_1ddso_62",hr="_xs12_1ddso_67",vr="_xsOffset0_1ddso_72",gr="_xsOffset1_1ddso_76",wr="_xsOffset2_1ddso_80",Er="_xsOffset3_1ddso_84",xr="_xsOffset4_1ddso_88",br="_xsOffset5_1ddso_92",kr="_xsOffset6_1ddso_96",Cr="_xsOffset7_1ddso_100",zr="_xsOffset8_1ddso_104",Ir="_xsOffset9_1ddso_108",yr="_xsOffset10_1ddso_112",Br="_xsOffset11_1ddso_116",Mr="_xsOffset12_1ddso_120",Sr="_sm1_1ddso_125",Lr="_sm2_1ddso_129",Nr="_sm3_1ddso_133",$r="_sm4_1ddso_137",Rr="_sm5_1ddso_141",Ar="_sm6_1ddso_145",Hr="_sm7_1ddso_149",Or="_sm8_1ddso_153",Pr="_sm9_1ddso_157",Vr="_sm10_1ddso_161",Tr="_sm11_1ddso_165",qr="_sm12_1ddso_169",Wr="_smOffset0_1ddso_173",Dr="_smOffset1_1ddso_176",jr="_smOffset2_1ddso_179",Fr="_smOffset3_1ddso_182",Ur="_smOffset4_1ddso_185",Gr="_smOffset5_1ddso_188",Xr="_smOffset6_1ddso_191",Qr="_smOffset7_1ddso_194",Kr="_smOffset8_1ddso_197",Zr="_smOffset9_1ddso_200",Yr="_smOffset10_1ddso_203",Jr="_smOffset11_1ddso_206",ec="_smOffset12_1ddso_209",tc="_md1_1ddso_214",nc="_md2_1ddso_218",ac="_md3_1ddso_222",oc="_md4_1ddso_226",lc="_md5_1ddso_230",rc="_md6_1ddso_234",cc="_md7_1ddso_238",sc="_md8_1ddso_242",ic="_md9_1ddso_246",dc="_md10_1ddso_250",mc="_md11_1ddso_254",uc="_md12_1ddso_258",_c="_mdOffset0_1ddso_262",fc="_mdOffset1_1ddso_265",pc="_mdOffset2_1ddso_268",hc="_mdOffset3_1ddso_271",vc="_mdOffset4_1ddso_274",gc="_mdOffset5_1ddso_277",wc="_mdOffset6_1ddso_280",Ec="_mdOffset7_1ddso_283",xc="_mdOffset8_1ddso_286",bc="_mdOffset9_1ddso_289",kc="_mdOffset10_1ddso_292",Cc="_mdOffset11_1ddso_295",zc="_mdOffset12_1ddso_298",Ic="_lg1_1ddso_303",yc="_lg2_1ddso_307",Bc="_lg3_1ddso_311",Mc="_lg4_1ddso_315",Sc="_lg5_1ddso_319",Lc="_lg6_1ddso_323",Nc="_lg7_1ddso_327",$c="_lg8_1ddso_331",Rc="_lg9_1ddso_335",Ac="_lg10_1ddso_339",Hc="_lg11_1ddso_343",Oc="_lg12_1ddso_347",Pc="_lgOffset0_1ddso_351",Vc="_lgOffset1_1ddso_354",Tc="_lgOffset2_1ddso_357",qc="_lgOffset3_1ddso_360",Wc="_lgOffset4_1ddso_363",Dc="_lgOffset5_1ddso_366",jc="_lgOffset6_1ddso_369",Fc="_lgOffset7_1ddso_372",Uc="_lgOffset8_1ddso_375",Gc="_lgOffset9_1ddso_378",Xc="_lgOffset10_1ddso_381",Qc="_lgOffset11_1ddso_384",Kc="_lgOffset12_1ddso_387",Zc="_xl1_1ddso_392",Yc="_xl2_1ddso_396",Jc="_xl3_1ddso_400",es="_xl4_1ddso_404",ts="_xl5_1ddso_408",ns="_xl6_1ddso_412",as="_xl7_1ddso_416",os="_xl8_1ddso_420",ls="_xl9_1ddso_424",rs="_xl10_1ddso_428",cs="_xl11_1ddso_432",ss="_xl12_1ddso_436",is="_xlOffset0_1ddso_440",ds="_xlOffset1_1ddso_443",ms="_xlOffset2_1ddso_446",us="_xlOffset3_1ddso_449",_s="_xlOffset4_1ddso_452",fs="_xlOffset5_1ddso_455",ps="_xlOffset6_1ddso_458",hs="_xlOffset7_1ddso_461",vs="_xlOffset8_1ddso_464",gs="_xlOffset9_1ddso_467",ws="_xlOffset10_1ddso_470",Es="_xlOffset11_1ddso_473",xs="_xlOffset12_1ddso_476",bs="_xxl1_1ddso_481",ks="_xxl2_1ddso_485",Cs="_xxl3_1ddso_489",zs="_xxl4_1ddso_493",Is="_xxl5_1ddso_497",ys="_xxl6_1ddso_501",Bs="_xxl7_1ddso_505",Ms="_xxl8_1ddso_509",Ss="_xxl9_1ddso_513",Ls="_xxl10_1ddso_517",Ns="_xxl11_1ddso_521",$s="_xxl12_1ddso_525",Rs="_xxlOffset0_1ddso_529",As="_xxlOffset1_1ddso_532",Hs="_xxlOffset2_1ddso_535",Os="_xxlOffset3_1ddso_538",Ps="_xxlOffset4_1ddso_541",Vs="_xxlOffset5_1ddso_544",Ts="_xxlOffset6_1ddso_547",qs="_xxlOffset7_1ddso_550",Ws="_xxlOffset8_1ddso_553",Ds="_xxlOffset9_1ddso_556",js="_xxlOffset10_1ddso_559",Fs="_xxlOffset11_1ddso_562",Us="_xxlOffset12_1ddso_565",Ot={verticalGutter:ar,cell:or,xs1:lr,xs2:rr,xs3:cr,xs4:sr,xs5:ir,xs6:dr,xs7:mr,xs8:ur,xs9:_r,xs10:fr,xs11:pr,xs12:hr,xsOffset0:vr,xsOffset1:gr,xsOffset2:wr,xsOffset3:Er,xsOffset4:xr,xsOffset5:br,xsOffset6:kr,xsOffset7:Cr,xsOffset8:zr,xsOffset9:Ir,xsOffset10:yr,xsOffset11:Br,xsOffset12:Mr,sm1:Sr,sm2:Lr,sm3:Nr,sm4:$r,sm5:Rr,sm6:Ar,sm7:Hr,sm8:Or,sm9:Pr,sm10:Vr,sm11:Tr,sm12:qr,smOffset0:Wr,smOffset1:Dr,smOffset2:jr,smOffset3:Fr,smOffset4:Ur,smOffset5:Gr,smOffset6:Xr,smOffset7:Qr,smOffset8:Kr,smOffset9:Zr,smOffset10:Yr,smOffset11:Jr,smOffset12:ec,md1:tc,md2:nc,md3:ac,md4:oc,md5:lc,md6:rc,md7:cc,md8:sc,md9:ic,md10:dc,md11:mc,md12:uc,mdOffset0:_c,mdOffset1:fc,mdOffset2:pc,mdOffset3:hc,mdOffset4:vc,mdOffset5:gc,mdOffset6:wc,mdOffset7:Ec,mdOffset8:xc,mdOffset9:bc,mdOffset10:kc,mdOffset11:Cc,mdOffset12:zc,lg1:Ic,lg2:yc,lg3:Bc,lg4:Mc,lg5:Sc,lg6:Lc,lg7:Nc,lg8:$c,lg9:Rc,lg10:Ac,lg11:Hc,lg12:Oc,lgOffset0:Pc,lgOffset1:Vc,lgOffset2:Tc,lgOffset3:qc,lgOffset4:Wc,lgOffset5:Dc,lgOffset6:jc,lgOffset7:Fc,lgOffset8:Uc,lgOffset9:Gc,lgOffset10:Xc,lgOffset11:Qc,lgOffset12:Kc,xl1:Zc,xl2:Yc,xl3:Jc,xl4:es,xl5:ts,xl6:ns,xl7:as,xl8:os,xl9:ls,xl10:rs,xl11:cs,xl12:ss,xlOffset0:is,xlOffset1:ds,xlOffset2:ms,xlOffset3:us,xlOffset4:_s,xlOffset5:fs,xlOffset6:ps,xlOffset7:hs,xlOffset8:vs,xlOffset9:gs,xlOffset10:ws,xlOffset11:Es,xlOffset12:xs,xxl1:bs,xxl2:ks,xxl3:Cs,xxl4:zs,xxl5:Is,xxl6:ys,xxl7:Bs,xxl8:Ms,xxl9:Ss,xxl10:Ls,xxl11:Ns,xxl12:$s,xxlOffset0:Rs,xxlOffset1:As,xxlOffset2:Hs,xxlOffset3:Os,xxlOffset4:Ps,xxlOffset5:Vs,xxlOffset6:Ts,xxlOffset7:qs,xxlOffset8:Ws,xxlOffset9:Ds,xxlOffset10:js,xxlOffset11:Fs,xxlOffset12:Us},Gs=e=>e in Ot,Xs=e=>nr.reduce((a,o)=>{const l=`${o}${e[o]??""}`;return Gs(l)&&a.push(Ot[l]),a},[]),m1=({className:e,children:a,hasVerticalGutter:o,...l})=>t.createElement("div",{className:u(Ot.cell,Xs(l),{[Ot.verticalGutter]:o},e)},a),Qs="_centerLayout_vjlw4_1",Ks="_relative_vjlw4_10",Zs="_absolute_vjlw4_14",Ys="_centerText_vjlw4_22",Js="_fullWidth_vjlw4_26",Bt={centerLayout:Qs,relative:Ks,absolute:Zs,centerText:Ys,fullWidth:Js},w1=({centerText:e=!1,children:a,className:o,isFullWidth:l,position:r="relative",...s})=>t.createElement("div",{className:u(Bt.centerLayout,Bt[r],e&&Bt.centerText,{[Bt.fullWidth]:l},o),...s},a),E1={xs:0,sm:479,md:744,lg:1025,xl:2e3},vt=["xs","sm","md","lg","xl"],x1=e=>typeof e=="string",e3=e=>typeof e=="object",Sa=e=>e===void 0?!0:x1(e)?!e.trim():Object.entries(e).every(([o,l])=>!l.trim()),t3=e=>{let a="";const o=",",l=Object.entries(e);for(const r of l){const s=r[0],c=r[1];a=a.concat(`${c} ${s}`),l.indexOf(r)!==l.length-1&&(a=a.concat(`${o} `))}return a.trim()},La=e=>typeof e=="string",Y1=e=>typeof e=="object",Na=e=>e===void 0?!0:La(e)?!e.trim():Object.entries(e).every(([o,l])=>!l.trim()),n3=e=>{const a=[...vt].reverse();for(const o of a){const l=e[o];if(l)return l}return null},a3=e=>{const a=n3(e);if(a){const o=[...vt].reverse(),l={...e};return o.forEach((r,s)=>{if(!l[r]){const c=o[s-1],d=c&&l[c]||a;l[r]=d}}),l}return e},o3=e=>{const a=a3(e);return Object.fromEntries(Object.entries(a).map(([l,r])=>[`--${l}-background-image`,`url("${r}")`]))};var $a=(e=>(e.White="#ffffff",e.Blue40="#b1aaff",e.Blue20="#d0ccff",e.Red100="#ff7273",e.Green100="#0ebec7",e.Blue100="#4b37ff",e.TextLinkBlueDarkBg="#00c2ff",e.TextLinkBlueHoverDarkBg="#52d7ff",e.Blue50="#a198ff",e.Green90="#30c8cf",e.Green80="#51d2d8",e.Green60="#8de5e9",e.Green40="#baf4f6",e.Red90="#ff9697",e.Red80="#ffb6b7",e.Red70="#f24949",e.Red60="#ffe3e4",e.Red40="#fff7f7",e.Blue90="#5d4cff",e.SignalRedHover="#bc1515",e.DeepBlue100="#0a2136",e.Neutral100="#212121",e.DeepBlue90="#1e3a54",e.Neutral90="#323232",e.SignalRed="#e60000",e.SignalGreen="#2c8500",e.JoinHover="#488716",e.JoinDisabled="#e3eede",e.SignalGreen130="#205e01",e.Join="#5eaf1d",e.DeepBlue80="#3c5974",e.Neutral80="#494949",e.DeepBlue50="#a5b8ca",e.Neutral50="#c3c4c5",e.DeepBlue40="#c1d1df",e.Neutral40="#d2d2d2",e.DeepBlue30="#d8e3ee",e.Neutral30="#dcdcdc",e.DeepBlue20="#e8f0f8",e.Neutral20="#e6e6e6",e.Grey="#f7f7f7",e.Black="#111111",e.DeepBlue60="#728fac",e.Neutral60="#989898",e.DeepBlue70="#577490",e.Neutral70="#777777",e.DeepBlue10="#f4f7fb",e.Neutral10="#f2f2f2",e.DeepBlue5="#ffffff",e.Neutral5="#ffffff",e.TextLinkBlueWhiteBg="#032fff",e.TextLinkBlueHoverWhiteBg="#0023d1",e.SignalOrange130="#bc5a00",e.SignalOrange80="#fef1e6",e.Green130="#00777c",e.SignalOrange120="#ff9a3e",e.SignalOrange110="#fcc592",e.SignalOrange100="#ffd1a7",e.SignalOrange90="#fdd8b7",e.SignalOrange60="#fff5ed",e.SignalOrange40="#fff8f2",e))($a||{}),Pt=(e=>(e.White="255,255,255",e.Blue40="177,170,255",e.Blue20="208,204,255",e.Red100="255,114,115",e.Green100="14,190,199",e.Blue100="75,55,255",e.TextLinkBlueDarkBg="0,194,255",e.TextLinkBlueHoverDarkBg="82,215,255",e.Blue50="161,152,255",e.Green90="48,200,207",e.Green80="81,210,216",e.Green60="141,229,233",e.Green40="186,244,246",e.Red90="255,150,151",e.Red80="255,182,183",e.Red60="255,227,228",e.Red40="255,247,247",e.Blue90="93,76,255",e.SignalRedHover="188,21,21",e.DeepBlue100="10,33,54",e.Neutral100="33,33,33",e.DeepBlue90="30,58,84",e.Neutral90="50,50,50",e.SignalRed="230,0,0",e.SignalGreen="44,133,0",e.JoinHover="72,135,22",e.JoinDisabled="227,238,222",e.SignalGreen130="32,94,1",e.Join="94,175,29",e.DeepBlue80="60,89,116",e.Neutral80="73,73,73",e.DeepBlue50="165,184,202",e.Neutral50="195,196,197",e.DeepBlue40="193,209,223",e.Neutral40="210,210,210",e.DeepBlue30="216,227,238",e.Neutral30="220,220,220",e.DeepBlue20="232,240,248",e.Neutral20="230,230,230",e.Grey="247,247,247",e.Black="17,17,17",e.DeepBlue60="114,143,172",e.Neutral60="152,152,152",e.DeepBlue70="87,116,144",e.Neutral70="119,119,119",e.DeepBlue10="244,247,251",e.Neutral10="242,242,242",e.DeepBlue5="255,255,255",e.Neutral5="255,255,255",e.TextLinkBlueWhiteBg="3,47,255",e.TextLinkBlueHoverWhiteBg="0,35,209",e.SignalOrange130="188,90,0",e.SignalOrange80="254,241,230",e.Green130="0,119,124",e.SignalOrange120="255,154,62",e.SignalOrange110="252,197,146",e.SignalOrange100="255,209,167",e.SignalOrange90="253,216,183",e.SignalOrange60="255,245,237",e.SignalOrange40="255,248,242",e))(Pt||{});const l3=({background:e,backgroundImageSrc:a,backgroundBlendMode:o,overlayOpacity:l,overlay:r})=>t.useMemo(()=>{const s=e==="image"&&!Na(a),c=s&&Y1(a),i=s&&o!=="normal",d=e==="none",m=e==="white",_=e==="dark"||e==="image"&&!s,p=e==="light";let f={};if(s&&(La(a)&&(f={...f,backgroundImage:`url("${a}")`}),Y1(a))){const h=o3(a);f={...f,...h}}return i&&(f={...f,"--blend-mode":o,"--background-color-opacity":`${l}`,"--background-color-rgb":`${r==="light"?Pt.White:Pt.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:_,isBackgroundLight:p,isBackgroundImage:s,isBackgroundImageBreakpointImageSet:c,isBackgroundImageBlend:i,backgroundStyleProps:f}},[e,a,o,l,r]),r3="_light_17v4m_13",c3="_dark_17v4m_19",s3="_fullSizeWindow_17v4m_28",i3="_fixed_17v4m_53",d3="_absolute_17v4m_57",m3="_paddingNone_17v4m_61",u3="_paddingSmall_17v4m_65",_3="_backgroundNone_17v4m_69",f3="_backgroundWhite_17v4m_73",p3="_backgroundDark_17v4m_77",h3="_backgroundLight_17v4m_81",v3="_backgroundImage_17v4m_85",g3="_backgroundImageBreakpointImageSet_17v4m_92",w3="_backgroundBlend_17v4m_117",E3="_row_17v4m_123",x3="_rowReverse_17v4m_127",b3="_column_17v4m_131",k3="_columnReverse_17v4m_135",C3="_flexStart_17v4m_139",z3="_center_17v4m_143",oe={light:r3,dark:c3,fullSizeWindow:s3,fixed:i3,absolute:d3,paddingNone:m3,paddingSmall:u3,backgroundNone:_3,backgroundWhite:f3,backgroundDark:p3,backgroundLight:h3,backgroundImage:v3,backgroundImageBreakpointImageSet:g3,backgroundBlend:w3,row:E3,rowReverse:x3,column:b3,columnReverse:k3,flexStart:C3,center:z3},Tt=t.forwardRef(({children:e,className:a,padding:o="small",background:l="none",flexDirection:r="row",justifyContent:s="flexStart",backgroundImageSrc:c,backgroundBlendMode:i="normal",overlayOpacity:d=.7,overlay:m="dark",position:_="fixed",style:p,...f},h)=>{const v=o==="small",g=o==="none",{isBackgroundNone:E,isBackgroundWhite:w,isBackgroundDark:b,isBackgroundLight:B,isBackgroundImage:y,isBackgroundImageBreakpointImageSet:z,isBackgroundImageBlend:k,backgroundStyleProps:M}=l3({background:l,backgroundImageSrc:c,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return t.createElement("div",{style:{...p,...M},className:u(oe.fullSizeWindow,{[oe.paddingNone]:g,[oe.paddingSmall]:v,[oe.backgroundNone]:E,[oe.backgroundWhite]:w,[oe.backgroundDark]:b,[oe.backgroundLight]:B,[oe.backgroundImage]:y,[oe.backgroundImageBreakpointImageSet]:z,[oe.backgroundBlend]:y&&k},oe[r],oe[s],oe[_],a),ref:h,...f},e)});Tt.displayName="FullSizeWindow";const I3="_wrapper_m0c6u_1",y3="_roundedCorners_m0c6u_15",B3="_small_m0c6u_19",M3="_medium_m0c6u_23",S3="_large_m0c6u_27",L3="_full_m0c6u_32",N3="_mediumWidth_m0c6u_37",$3="_fullWidth_m0c6u_41",R3="_autoHeight_m0c6u_45",A3="_flexStart_m0c6u_49",H3="_center_m0c6u_53",Fe={wrapper:I3,roundedCorners:y3,small:B3,medium:M3,large:S3,full:L3,mediumWidth:N3,fullWidth:$3,autoHeight:R3,flexStart:A3,center:H3},Ra=({className:e,children:a,modifier:o,heightModifier:l,size:r="full",justifyContent:s="flexStart",borderRadius:c="none",...i})=>t.createElement("div",{className:u(Fe.wrapper,e,o&&Fe[o],Fe[r],l&&Fe[l],c==="box"&&Fe.roundedCorners,Fe[s]),...i},a),Aa=({children:e})=>t.createElement(Tt,{padding:"none",background:"dark"},t.createElement(Ra,{modifier:"fullWidth"},t.createElement(w1,null,e))),O3="_overlay_174tg_4",P3={overlay:O3},V3=({children:e,...a})=>t.createElement(Tt,{padding:"none",background:"dark",className:P3.overlay,...a},e),T3=e=>t.isValidElement(e)&&!!e.props.children,q3=e=>t.isValidElement(e)&&T3(e)&&t.Children.toArray(e.props.children).reduce((a,o)=>a||t.isValidElement(o),!1),Ha=(e,a)=>t.Children.toArray(e).map((o,l,r)=>t.isValidElement(o)&&q3(o)?a(t.cloneElement(o,{...o.props,children:Ha(o.props.children,a)})):a(o,l,r)),Oa=(e,a)=>typeof a>"u"?null:`${e}${a}`,W3=(e,a)=>{if(typeof a!="string")return a;const[o,l]=a.match(/^url\(#(.*)\)$/)??[null,null];if(l===null)return a;const r=Oa(e,l);return r===null?a:`url(#${r})`},D3=e=>t.isValidElement(e)&&typeof e.props=="object",Pa=e=>{const a=t.useId();return Ha(e.children,o=>!o||typeof o=="string"||typeof o=="number"||!D3(o)?o:t.cloneElement(o,{...Object.entries(o.props).reduce((l,[r,s])=>(l[r]=W3(a,s??""),l),{}),id:Oa(a,o.props.id)}))},j3="_dark_1zxj7_4",F3="_light_1zxj7_8",U3="_tertiary_1zxj7_12",G3="_small_1zxj7_16",X3="_medium_1zxj7_21",J1={dark:j3,light:F3,tertiary:U3,small:G3,medium:X3},xt=({size:e,source:a,className:o,colorScheme:l,ref:r,...s})=>{const c=u(l&&J1[l],e&&J1[e],o),i=a,d=typeof i=="function"?i({className:c,...s}):t.createElement(a,{className:c,...s});return t.createElement(Pa,null,d)},Q3=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M24.187 9.163a10.667 10.667 0 10-13.65 15.998"}),n.createElement("mask",{id:"a",width:20,height:10,x:7,y:20,style:{maskType:"alpha"},maskUnits:"userSpaceOnUse"},n.createElement("path",{stroke:"url(#paint0_linear)",strokeLinecap:"round",strokeWidth:5.333,d:"M10.537 25.161A10.666 10.666 0 0024.04 23.01"})),n.createElement("g",{mask:"url(#a)"},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M26.667 16a10.667 10.667 0 10-2.627 7.01"})),n.createElement("defs",null,n.createElement("linearGradient",{id:"paint0_linear",x1:13.067,x2:25.6,y1:26.133,y2:22.133,gradientUnits:"userSpaceOnUse"},n.createElement("stop",null),n.createElement("stop",{offset:1,stopOpacity:0})))),K3="_wrapper_sm86s_24",Z3="_label_sm86s_28",Y3="_spinner_sm86s_40",J3="_spin_sm86s_40",ei="_compact_sm86s_49",ti="_small_sm86s_53",ni="_medium_sm86s_57",ai="_dark_sm86s_62",oi="_light_sm86s_66",li="_subtle_sm86s_70",lt={wrapper:K3,label:Z3,spinner:Y3,spin:J3,compact:ei,small:ti,medium:ni,dark:ai,light:oi,subtle:li},ri="Loading",b1=({className:e,label:a=ri,sizeModifier:o="medium",colorScheme:l,...r})=>t.createElement("div",{role:"status",className:u(lt.wrapper,l&&lt[l],e),...r},t.createElement("span",{className:lt.label},a),t.createElement(xt,{source:Q3,className:u(lt.spinner,lt[o])})),ci=e=>t.createElement(Aa,null,t.createElement(b1,{colorScheme:"dark",...e})),si="_grid_172qj_1",ii={grid:si},Va=({className:e,children:a,hasCellVerticalGutter:o,...l})=>t.createElement("div",{className:u(ii.grid,{hasCellVerticalGutter:o},e),...l},a),di="_top_9teu4_4",mi="_bottom_9teu4_5",ui="_content_9teu4_24",en={top:di,bottom:mi,content:ui},_i=({children:e,position:a="top",className:o})=>t.createElement("div",{className:u(en[a],o)},t.Children.count(e)>0?t.createElement("span",{className:en.content},e):e),fi="_el_p09eg_15",pi={el:fi},hi=e=>"href"in e&&!!e.href&&e.href!=="#",k1=t.forwardRef(({children:e,className:a,disabled:o,htmlTag:l="button",...r},s)=>t.createElement(o?"button":hi(r)?"a":l,{ref:s,className:u(pi.el,a),disabled:o,...r},e));k1.displayName="InteractiveElementContent";const re=({...e})=>t.createElement(k1,{...e}),qt=t.forwardRef(({...e},a)=>t.createElement(k1,{...e,ref:a}));qt.displayName="InteractiveElementContent";const vi="_dark_15vjq_102",gi="_light_15vjq_119",wi="_button_15vjq_491",Ei="_disc_15vjq_535",xi="_noBorderRadius_15vjq_538",bi="_buttonContent_15vjq_541",ki="_buttonChildren_15vjq_547",Ci="_disabled_15vjq_552",zi="_loading_15vjq_556",Ii="_loadingIcon_15vjq_561",yi="_enhancerStart_15vjq_568",Bi="_enhancerEnd_15vjq_569",Mi="_primary_15vjq_573",Si="_noHover_15vjq_577",Li="_textComponent_15vjq_596",Ni="_secondary_15vjq_606",$i="_tertiary_15vjq_639",Ri="_translucent_15vjq_672",Ai="_text_15vjq_596",Hi="_danger_15vjq_738",Oi="_dangerBordered_15vjq_771",Pi="_success_15vjq_804",Vi="_neutral_15vjq_837",Ti="_transparent_15vjq_870",qi="_transparentAlternative_15vjq_903",Wi="_none_15vjq_1299",Di="_square_15vjq_1309",ji="_compact_15vjq_1314",Fi="_small_15vjq_1329",Ui="_medium_15vjq_1344",Gi="_large_15vjq_1359",Xi="_fullWidth_15vjq_1451",Qi="_fluid_15vjq_1455",te={dark:vi,light:gi,button:wi,disc:Ei,noBorderRadius:xi,buttonContent:bi,buttonChildren:ki,disabled:Ci,loading:zi,loadingIcon:Ii,enhancerStart:yi,enhancerEnd:Bi,primary:Mi,noHover:Si,textComponent:Li,secondary:Ni,tertiary:$i,translucent:Ri,text:Ai,danger:Hi,dangerBordered:Oi,success:Pi,neutral:Vi,transparent:Ti,transparentAlternative:qi,none:Wi,square:Di,compact:ji,small:Fi,medium:Ui,large:Gi,fullWidth:Xi,fluid:Qi},C1=t.forwardRef(({children:e,className:a,colorScheme:o,htmlTag:l,isActive:r,isDisabled:s,modifier:c,noBorderRadius:i=!1,noHover:d=!1,size:m="medium",variant:_="primary",...p},f)=>t.createElement(R,null,({colorScheme:h})=>{const v=o??h;return t.createElement(qt,{ref:f,className:u(v,te.button,te[v],te[_],te[m],c&&te[c],{[te.disabled]:s,[te.noBorderRadius]:i,[te.noHover]:d||s},a),"data-active":r&&!s,disabled:s,htmlTag:l,...p},e)}));C1.displayName="SimpleButtonContent";const Ki=({...e})=>t.createElement(C1,{...e}),z1=t.forwardRef(({...e},a)=>t.createElement(C1,{...e,ref:a}));z1.displayName="SimpleButtonContent";const C=({children:e,className:a,colorScheme:o,fontVariant:l=I.Body,htmlTag:r="span",isTruncated:s=!1,isUnderlined:c,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:_,variant:p="standard",...f})=>t.createElement(R,null,({colorScheme:h})=>t.createElement(r,{className:u(o??h,ee.text,ee[o??h],ee[p],ee[l],m&&ee[`${m}WhiteSpace`],_&&ee[`${_}WordBreak`],{[ee.truncated]:s,[ee.uppercase]:i,[ee.underline]:c,[ee.italicize]:d},a),...f},e)),Ta=({children:e,className:a,isLoading:o,sizeModifier:l="compact",colorScheme:r})=>o?t.createElement(t.Fragment,null,t.createElement("div",{className:u(a,"visibility-hidden")},e),t.createElement("div",{className:te.loadingIcon},t.createElement(b1,{sizeModifier:l,colorScheme:r}))):a?t.createElement("div",{className:a},e):t.createElement(t.Fragment,null,e),qa=({children:e,className:a,enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:s,noEnhancerPadding:c})=>t.createElement("div",{className:u(a,te.buttonContent)},r&&t.createElement("span",{className:u(te.enhancerStart,{"pe-0":c},s)},r),t.createElement("div",{className:te.buttonChildren},e),o&&t.createElement("span",{className:u(te.enhancerEnd,{"ps-0":c},l)},o)),Wa=({children:e,className:a,fontVariant:o=I.BodyBold,variant:l="inherit",...r})=>t.createElement(C,{className:u(a,te.textComponent),fontVariant:o,variant:l,...r},e),I1=t.forwardRef(({children:e,colorScheme:a,enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:s,fontVariant:c,hideChildren:i,isDisabled:d,isLoading:m,noEnhancerPadding:_,textVariant:p,underlineText:f,useTextComponent:h,variant:v,...g},E)=>t.createElement(z1,{colorScheme:a,isDisabled:!!d||m,variant:v,ref:E,...g},t.createElement(Ta,{isLoading:m},t.createElement(qa,{className:u({[te.textComponent]:!h&&v==="text"&&f}),enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:s,noEnhancerPadding:_},!i&&(h?t.createElement(Wa,{colorScheme:a,fontVariant:c,variant:p},e):t.createElement(t.Fragment,null,e))))));I1.displayName="ButtonContent";const q=({...e})=>t.createElement(I1,{...e}),Da=t.forwardRef(({...e},a)=>t.createElement(I1,{...e,ref:a}));Da.displayName="RefButton";const Zi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.5 1h-9A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 12.5 1m-.964 7.75H8.75v2.786a.75.75 0 0 1-1.5 0V8.75H4.464a.75.75 0 0 1 0-1.5H7.25V4.464a.75.75 0 0 1 1.5 0V7.25h2.786a.75.75 0 0 1 0 1.5"})),tn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.429 2H5.571A3.57 3.57 0 0 0 2 5.571v12.857A3.57 3.57 0 0 0 5.571 22h12.857A3.57 3.57 0 0 0 22 18.429V5.571A3.57 3.57 0 0 0 18.429 2M17 13h-4v4a1 1 0 0 1-2 0v-4H7a1 1 0 0 1 0-2h4V7a1 1 0 0 1 2 0v4h4a1 1 0 0 1 0 2"})),Yi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 1.833a.5.5 0 0 1 .5.5V3.5h1.167a.5.5 0 1 1 0 1H13.5v1.167a.5.5 0 1 1-1 0V4.5h-1.167a.5.5 0 1 1 0-1H12.5V2.333a.5.5 0 0 1 .5-.5M7.333 8.391c1.352 0 2.452-1.1 2.452-2.452s-1.1-2.45-2.452-2.45a2.454 2.454 0 0 0-2.452 2.45c0 1.352 1.1 2.452 2.452 2.452m4.014 2.24c-.64-.684-1.844-1.192-4.014-1.192-2.188 0-3.395.516-4.03 1.209l-.018.02c-.172.186-.45.489-.565 1.231a.67.67 0 0 0 .661.768h7.904a.67.67 0 0 0 .662-.768c-.12-.757-.405-1.062-.59-1.258z",clipRule:"evenodd"})),nn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.5 2.75a.75.75 0 0 1 .75.75v1.75H22a.75.75 0 0 1 0 1.5h-1.75V8.5a.75.75 0 0 1-1.5 0V6.75H17a.75.75 0 0 1 0-1.5h1.75V3.5a.75.75 0 0 1 .75-.75M11 12.587a3.68 3.68 0 0 0 3.677-3.678A3.68 3.68 0 0 0 11 5.233a3.68 3.68 0 0 0-3.678 3.676A3.68 3.68 0 0 0 11 12.587m6.021 3.359c-.959-1.026-2.767-1.788-6.021-1.788-3.282 0-5.093.775-6.046 1.814l-.026.029c-.258.28-.674.734-.848 1.848A1.005 1.005 0 0 0 5.072 19h11.856c.61 0 1.086-.548.992-1.151-.178-1.136-.607-1.593-.885-1.888z",clipRule:"evenodd"})),Ji=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.333 2.667a.667.667 0 0 0-.666.666v3.334H2A.667.667 0 0 0 2 8h.667v4.667a.667.667 0 1 0 1.333 0V8h.667a.667.667 0 0 0 0-1.333H4V3.333a.667.667 0 0 0-.667-.666m4.667 0a.667.667 0 0 0-.667.666V10h-.666a.667.667 0 0 0 0 1.333h.666v1.334a.667.667 0 1 0 1.334 0v-1.334h.666a.667.667 0 1 0 0-1.333h-.666V3.333A.667.667 0 0 0 8 2.667m4 .666a.667.667 0 0 1 1.333 0v1.334H14A.667.667 0 1 1 14 6h-.667v6.667a.667.667 0 1 1-1.333 0V6h-.667a.667.667 0 1 1 0-1.333H12z",clipRule:"evenodd"})),e4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 4a1 1 0 0 0-1 1v5H3a1 1 0 1 0 0 2h1v7a1 1 0 1 0 2 0v-7h1a1 1 0 1 0 0-2H6V5a1 1 0 0 0-1-1m7 0a1 1 0 0 0-1 1v10h-1a1 1 0 1 0 0 2h1v2a1 1 0 1 0 2 0v-2h1a1 1 0 1 0 0-2h-1V5a1 1 0 0 0-1-1m6 1a1 1 0 1 1 2 0v2h1a1 1 0 1 1 0 2h-1v10a1 1 0 1 1-2 0V9h-1a1 1 0 1 1 0-2h1z",clipRule:"evenodd"})),t4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.833 5.333a1.5 1.5 0 0 0-1.5 1.5v6.5H4c-.736 0-1.333.597-1.333 1.334V15c0 .736.597 1.333 1.333 1.333h1.333v8.834a1.5 1.5 0 0 0 3 0v-8.834h1c.737 0 1.334-.597 1.334-1.333v-.333c0-.737-.597-1.334-1.334-1.334h-1v-6.5a1.5 1.5 0 0 0-1.5-1.5m9.334 0a1.5 1.5 0 0 0-1.5 1.5V20h-1.333c-.737 0-1.334.597-1.334 1.333v.334c0 .736.597 1.333 1.334 1.333h1.333v2.167a1.5 1.5 0 0 0 3 0V23h1c.736 0 1.333-.597 1.333-1.333v-.334c0-.736-.597-1.333-1.333-1.333h-1V6.833a1.5 1.5 0 0 0-1.5-1.5M24 6.833a1.5 1.5 0 0 1 3 0V9h.667C28.403 9 29 9.597 29 10.333v.334c0 .736-.597 1.333-1.333 1.333H27v13.167a1.5 1.5 0 0 1-3 0V12h-1.667A1.333 1.333 0 0 1 21 10.667v-.334C21 9.597 21.597 9 22.333 9H24z",clipRule:"evenodd"})),n4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.01 13c-.258 0-.516-.098-.712-.294L1.295 8.7a1.006 1.006 0 0 1 1.421-1.422l3.293 3.293 7.275-7.277a1.005 1.005 0 1 1 1.421 1.422L6.72 12.705a1 1 0 0 1-.71.295"})),a4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.156 20c-.368 0-.735-.147-1.016-.442l-5.72-6.007a1.56 1.56 0 0 1 0-2.133c.562-.59 1.47-.59 2.032 0l4.704 4.94L19.548 5.442c.561-.59 1.47-.59 2.031 0a1.56 1.56 0 0 1 0 2.134L10.171 19.557c-.28.295-.647.443-1.015.443"})),o4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.019 26c-.515 0-1.03-.206-1.423-.618l-8.007-8.41a2.187 2.187 0 0 1 0-2.987 1.943 1.943 0 0 1 2.844 0l6.586 6.916L26.567 5.619a1.943 1.943 0 0 1 2.844 0 2.187 2.187 0 0 1 0 2.987L13.44 25.38c-.393.413-.906.62-1.421.62"})),l4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_16__a)"},n.createElement("path",{d:"M5.143 12.017V6h1.016q.111 0 .222.025t.222.058L11 7.8a.7.7 0 0 1 .357.3.84.84 0 0 1 .135.45.74.74 0 0 1-.23.567.75.75 0 0 1-.532.216H9.063a.6.6 0 0 1-.119-.008.4.4 0 0 1-.103-.042l-1.016-.416-.206.65 1.222.45q.032.016.095.025Q9 10 9.048 10h4.349q.508 0 .889.383.38.384.38.95l-5.063 2zm-3.81 1.316V6h2.54v7.333zM12.7 8.667q0-1.535 1.173-2.6Q15.047 5 16.733 5q-1.687 0-2.86-1.067-1.173-1.065-1.173-2.6 0 1.535-1.173 2.6Q10.353 5 8.667 5q1.686 0 2.86 1.067 1.173 1.065 1.173 2.6"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconAiAssistant_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),an=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_24__a)"},n.createElement("path",{d:"M7.714 18.025V9h1.524q.166 0 .333.037.168.038.334.088L16.5 11.7q.332.125.536.45.202.325.202.675 0 .525-.345.85t-.798.325h-2.5a1 1 0 0 1-.178-.012.6.6 0 0 1-.155-.063l-1.524-.625-.31.975 1.834.675q.048.026.143.038t.166.012h6.524q.762 0 1.334.575.57.574.571 1.425l-7.595 3zM2 20V9h3.81v11zM19.05 13q0-2.3 1.76-3.9t4.29-1.6q-2.53 0-4.29-1.6T19.05 2q0 2.3-1.76 3.9T13 7.5q2.53 0 4.29 1.6t1.76 3.9"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconAiAssistant_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),r4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.348 2.557a1.555 1.555 0 0 0-2.692 0L1.27 11.884a1.555 1.555 0 0 0 1.346 2.332h10.77a1.555 1.555 0 0 0 1.346-2.332zm-1.343 9.907a.733.733 0 0 0 .73-.735.733.733 0 0 0-.73-.735h-.008a.733.733 0 0 0-.73.735c0 .406.326.735.73.735zm-.732-3.675c0 .406.328.735.732.735a.733.733 0 0 0 .73-.735V5.85a.733.733 0 0 0-.73-.735.733.733 0 0 0-.732.735z",clipRule:"evenodd"})),on=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.966 4.081c-.871-1.508-3.05-1.508-3.92 0L2.206 17.66c-.87 1.508.218 3.394 1.96 3.394h15.68c1.741 0 2.83-1.886 1.959-3.394zM12.01 18.503c.588 0 1.064-.479 1.064-1.07 0-.59-.476-1.07-1.064-1.07h-.011c-.588 0-1.065.48-1.065 1.07s.477 1.07 1.065 1.07zm-1.065-5.349c0 .591.477 1.07 1.065 1.07s1.064-.479 1.064-1.07V8.875c0-.59-.476-1.07-1.064-1.07s-1.065.48-1.065 1.07z",clipRule:"evenodd"})),c4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.158 2a1 1 0 0 0-1 1v7.21a1 1 0 0 0 1 1h1.316a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM3.474 4.947a1 1 0 0 0-1 1v4.264a1 1 0 0 0 1 1h.947a1 1 0 0 0 1-1V5.946a1 1 0 0 0-1-1zm6.736 1a1 1 0 0 1 1-1h.948a1 1 0 0 1 1 1v4.264a1 1 0 0 1-1 1h-.947a1 1 0 0 1-1-1zm-8.473 6.369a.737.737 0 0 0 0 1.473h12.526a.737.737 0 0 0 0-1.473z",clipRule:"evenodd"})),ln=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.368 4a1 1 0 0 0-1 1v11.158a1 1 0 0 0 1 1h2.737a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM5.105 8.21a1 1 0 0 0-1 1v6.948a1 1 0 0 0 1 1h2.21a1 1 0 0 0 1-1V9.21a1 1 0 0 0-1-1zm10.053 1a1 1 0 0 1 1-1h2.21a1 1 0 0 1 1 1v6.948a1 1 0 0 1-1 1h-2.21a1 1 0 0 1-1-1zM3.053 18.738a1.053 1.053 0 0 0 0 2.105h17.894a1.053 1.053 0 0 0 0-2.105z",clipRule:"evenodd"})),s4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.72 7.806c.19.326.61.438.937.25a.68.68 0 0 0 .251-.932L13.294 4.34a.687.687 0 0 0-.994-.213.68.68 0 0 0-.286.366l-1.658 5.082-1.807-3.721a.69.69 0 0 0-.72-.378.69.69 0 0 0-.548.405L5.566 9.794l-1.149-1.98a.69.69 0 0 0-.573-.34.69.69 0 0 0-.61.29l-2.111 3.02a.68.68 0 0 0 .171.95c.31.214.738.138.954-.171l1.509-2.158 1.255 2.163a.687.687 0 0 0 1.144.066.7.7 0 0 0 .22-.275l1.576-3.596 1.867 3.843a.69.69 0 0 0 .57.384.686.686 0 0 0 .771-.462l1.7-5.206z",clipRule:"evenodd"})),rn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.172 11.464a.98.98 0 1 0 1.697-.98L19.562 6.49a.98.98 0 0 0-1.42-.306.98.98 0 0 0-.407.526l-2.37 7.295-2.581-5.342a.98.98 0 0 0-1.029-.543.98.98 0 0 0-.782.581l-2.45 5.617-1.641-2.842a.98.98 0 0 0-.819-.49.98.98 0 0 0-.872.419l-3.015 4.333a.98.98 0 0 0 1.607 1.12L5.94 13.76l1.792 3.105a.98.98 0 0 0 1.634.095 1 1 0 0 0 .315-.395l2.252-5.163 2.666 5.517a.98.98 0 0 0 .816.551.98.98 0 0 0 1.101-.662l2.427-7.475z",clipRule:"evenodd"})),i4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.402 9.23a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m-6.796 0a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m7.016-3.704 1.229-2.128a.256.256 0 1 0-.443-.256l-1.244 2.155a7.6 7.6 0 0 0-3.16-.676 7.6 7.6 0 0 0-3.16.676L3.6 3.142a.256.256 0 1 0-.443.256l1.229 2.128a7.26 7.26 0 0 0-3.764 5.807h14.764a7.26 7.26 0 0 0-3.764-5.807"})),cn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M17.103 14.844A.922.922 0 1 1 17.102 13a.922.922 0 0 1 0 1.844m-10.194 0a.922.922 0 1 1 0-1.843.922.922 0 0 1 0 1.843M17.433 9.29l1.843-3.192a.384.384 0 1 0-.664-.384l-1.866 3.233a11.4 11.4 0 0 0-4.74-1.014c-1.71 0-3.313.363-4.74 1.014L5.4 5.713a.383.383 0 1 0-.665.384L6.58 9.289C3.414 11.011 1.249 14.215.932 18H23.08c-.317-3.786-2.482-6.99-5.647-8.71"})),d4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.952 10.974q-.279.644-.66 1.188-.523.743-.852 1.028-.509.469-1.093.482-.42 0-1.01-.241-.591-.24-1.088-.24-.52 0-1.118.24-.598.242-.966.254-.561.024-1.119-.495-.356-.31-.89-1.064a7.4 7.4 0 0 1-.94-1.87 6.8 6.8 0 0 1-.396-2.228q0-1.235.534-2.128.42-.717 1.12-1.132a3 3 0 0 1 1.512-.427q.445.001 1.17.272.724.272.928.273.153 0 1.03-.321.826-.297 1.398-.249 1.551.125 2.327 1.225-1.387.84-1.373 2.352.014 1.176.852 1.954a2.8 2.8 0 0 0 .85.558q-.102.296-.216.57m-2.37-9.328q0 .922-.673 1.719c-.54.631-1.193.996-1.901.938a2 2 0 0 1-.014-.232c0-.59.256-1.222.712-1.738q.342-.391.869-.652.526-.256.993-.281.014.123.013.246"})),sn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M19.264 16.428a9.8 9.8 0 0 1-.968 1.74q-.764 1.087-1.247 1.506-.745.686-1.602.706-.615 0-1.48-.354-.866-.352-1.593-.352-.763 0-1.638.352-.877.355-1.416.372-.822.036-1.638-.724-.522-.455-1.304-1.56-.84-1.18-1.38-2.739-.578-1.684-.578-3.264 0-1.81.783-3.118.615-1.05 1.64-1.659a4.4 4.4 0 0 1 2.215-.625q.652 0 1.715.399 1.06.399 1.36.4.223 0 1.507-.471 1.211-.436 2.05-.364 2.272.183 3.408 1.795-2.031 1.232-2.01 3.444.018 1.724 1.247 2.863.556.528 1.247.818-.15.435-.318.834M15.79 2.76q-.001 1.35-.985 2.519c-.79.925-1.748 1.46-2.785 1.375A3 3 0 0 1 12 6.313c0-.865.376-1.79 1.044-2.546a4 4 0 0 1 1.272-.955q.771-.375 1.456-.412.02.18.019.36"})),m4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.875 1c.483 0 .875.392.875.875v5.011c0 .508.215 1.008.62 1.386a2.3 2.3 0 0 0 1.568.603h7.075L9.13 5.994a.875.875 0 0 1 1.238-1.238l4.375 4.375a.875.875 0 0 1 0 1.238l-4.375 4.375a.875.875 0 0 1-1.238-1.238l2.882-2.881H4.938c-1.027 0-2.021-.38-2.764-1.075A3.65 3.65 0 0 1 1 6.886V1.875C1 1.392 1.392 1 1.875 1",clipRule:"evenodd"})),dn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.125 3c.621 0 1.125.504 1.125 1.125v6.443c0 .653.277 1.296.797 1.782a2.96 2.96 0 0 0 2.016.775h9.096l-3.704-3.704a1.125 1.125 0 0 1 1.59-1.591l5.626 5.624c.439.44.439 1.152 0 1.592l-5.625 5.625a1.125 1.125 0 0 1-1.591-1.591l3.704-3.705H8.063c-1.32 0-2.599-.49-3.553-1.382A4.7 4.7 0 0 1 3 10.568V4.125C3 3.504 3.504 3 4.125 3",clipRule:"evenodd"})),u4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.433 8.327a.65.65 0 0 0-.817-.203L9 9.921V3a1 1 0 0 0-2 0v6.921L3.384 8.124a.65.65 0 0 0-.748 1.042l4.905 4.905a.65.65 0 0 0 .919 0l4.905-4.905a.65.65 0 0 0 .068-.839"})),mn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.79 12.408a.814.814 0 0 0-1.02-.253l-4.52 2.246V5.75a1.25 1.25 0 0 0-2.5 0v8.651l-4.52-2.246a.813.813 0 0 0-.936 1.302l6.13 6.132a.813.813 0 0 0 1.15 0l6.13-6.132a.81.81 0 0 0 .087-1.049"})),_4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 7H6.079l1.797-3.616a.65.65 0 0 0-1.042-.748L1.929 7.541a.65.65 0 0 0 0 .919l4.905 4.905a.65.65 0 0 0 1.042-.749L6.079 9H13a1 1 0 0 0 0-2"})),un=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.25 10.75H9.6l2.245-4.52a.813.813 0 0 0-1.302-.935l-6.132 6.131a.813.813 0 0 0 0 1.15l6.132 6.13a.812.812 0 0 0 1.302-.936L9.6 13.25h8.651a1.25 1.25 0 0 0 0-2.5"})),f4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m1.254 8.619 4.334 4.375a.86.86 0 0 0 1.225 0 .88.88 0 0 0 0-1.237L4.016 8.933h10.106A.88.88 0 0 0 15 8.046a.88.88 0 0 0-.878-.887H3.926l2.887-2.915a.88.88 0 0 0 0-1.237.86.86 0 0 0-1.225 0L1.254 7.382a.88.88 0 0 0 0 1.237",clipRule:"evenodd"})),_n=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.29 12.707 4.953 5a.983.983 0 0 0 1.4 0 1.005 1.005 0 0 0 0-1.414l-3.196-3.227h11.55c.554 0 1.003-.454 1.003-1.013 0-.56-.45-1.014-1.004-1.014H7.343l3.3-3.332a1.005 1.005 0 0 0 0-1.414.983.983 0 0 0-1.4 0l-4.953 5a1.005 1.005 0 0 0 0 1.414",clipRule:"evenodd"})),p4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.071 7.541 9.166 2.636a.65.65 0 0 0-1.042.748L9.921 7H3a1 1 0 0 0 0 2h6.921l-1.797 3.616a.65.65 0 0 0 1.042.749l4.905-4.905a.65.65 0 0 0 0-.919"})),fn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m19.589 11.426-6.132-6.131a.814.814 0 0 0-1.302.936l2.246 4.52H5.75a1.249 1.249 0 1 0 0 2.499h8.651l-2.246 4.52a.813.813 0 0 0 1.302.936l6.132-6.131a.813.813 0 0 0 0-1.149"})),h4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.364 6.834 8.459 1.929a.67.67 0 0 0-.919 0L2.636 6.834a.65.65 0 0 0 .748 1.042L7 6.079V13a1 1 0 0 0 2 0V6.079l3.616 1.797a.65.65 0 0 0 .748-1.042"})),pn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m18.705 10.543-6.13-6.132a.836.836 0 0 0-1.15 0l-6.13 6.132a.813.813 0 0 0 .935 1.302l4.52-2.246v8.651a1.25 1.25 0 0 0 2.5 0V9.599l4.52 2.246a.813.813 0 0 0 .935-1.302"})),v4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m11.614 10.318-.705-.704q.5-.466.784-1.103a3.3 3.3 0 0 0 .284-1.352q0-.716-.284-1.34a3.4 3.4 0 0 0-.784-1.092L11.614 4q.636.603 1.011 1.42.375.818.375 1.74 0 .92-.375 1.738a4.5 4.5 0 0 1-1.011 1.42m-1.455-1.454-.727-.728q.204-.192.33-.437.124-.245.124-.54t-.125-.54a1.6 1.6 0 0 0-.33-.437l.728-.727q.364.33.568.767.205.437.205.937t-.205.938a2.4 2.4 0 0 1-.568.767m-3.523.113q-.75 0-1.284-.534a1.75 1.75 0 0 1-.534-1.284q0-.75.534-1.284a1.75 1.75 0 0 1 1.284-.534q.75 0 1.284.534.535.534.535 1.284T7.92 8.443a1.75 1.75 0 0 1-1.284.534M3 12.614V11.34q0-.375.193-.705a1.26 1.26 0 0 1 .534-.5 7 7 0 0 1 1.307-.5 6 6 0 0 1 1.602-.204q.876 0 1.603.204.727.205 1.306.5.342.17.534.5.195.33.194.705v1.273z"})),hn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m17.782 15.11-1.128-1.128a5.4 5.4 0 0 0 1.255-1.764q.455-1.018.455-2.163 0-1.146-.455-2.146a5.4 5.4 0 0 0-1.255-1.745L17.783 5A7.3 7.3 0 0 1 19.4 7.273q.6 1.309.6 2.782 0 1.472-.6 2.781a7.3 7.3 0 0 1-1.618 2.273m-2.328-2.328-1.163-1.164q.327-.31.527-.7t.2-.863-.2-.864a2.6 2.6 0 0 0-.527-.7l1.163-1.164q.582.527.91 1.228.327.699.327 1.5 0 .8-.327 1.5a3.8 3.8 0 0 1-.91 1.227m-5.636.182q-1.2 0-2.054-.855a2.8 2.8 0 0 1-.855-2.054q0-1.2.855-2.055a2.8 2.8 0 0 1 2.054-.855q1.2 0 2.055.855.854.855.854 2.055t-.854 2.054-2.055.855M4 18.782v-2.037q0-.6.31-1.127.308-.527.854-.8a11.4 11.4 0 0 1 2.09-.8q1.164-.327 2.564-.327t2.564.327 2.09.8q.547.273.855.8.31.528.31 1.127v2.037z"})),g4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),w4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53m7.472-7.845a.563.563 0 1 1 .797.796l-4.474 4.474a.563.563 0 0 1-.797 0l-2.243-2.243a.563.563 0 1 1 .797-.797l1.844 1.845z",clipRule:"evenodd"})),E4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m9.963-10.46a.75.75 0 1 1 1.062 1.062l-5.966 5.965a.75.75 0 0 1-1.062 0l-2.99-2.99a.75.75 0 1 1 1.062-1.063l2.46 2.46z",clipRule:"evenodd"})),x4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_16__a)"},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_16__b)"},n.createElement("path",{fill:"currentColor",d:"M8 9.038a2.78 2.78 0 0 0 2.778-2.778A2.78 2.78 0 0 0 8 3.483 2.78 2.78 0 0 0 5.222 6.26 2.78 2.78 0 0 0 8 9.038"})),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m15.417-8.08 1.238 1.238-9.498 9.498a3.69 3.69 0 0 0-2.77 2.77L-6.2 16.013l-1.238-1.237zM2.766 9.877 4.71 7.932A3.7 3.7 0 0 0 5.866 9.25l-.001.002c-1.198.113-2.226.325-3.1.624m-3.952 3.951-6.203 6.204 1.237 1.237 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.738.797.797.797-.797zm4.422 0L5.4 17.848l1.237 1.238 2.521-2.521zM15 10.723a7.6 7.6 0 0 0-1.663-.812L24.97-1.722l1.238 1.237zm-3.014 5.842L-5.059 33.61l1.237 1.237 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.239L28.755-.203l1.237 1.237zm-6.131-4.475a17 17 0 0 0-.973-.116 3.67 3.67 0 0 0 1.563-2.949L22.24-4.296l1.237 1.238zM9.664 2.978c.527.274.98.672 1.319 1.156L21.249-6.132 20.01-7.37zm.214-10.821 1.238 1.237-17.234 17.233-1.237-1.237zm20.114 14.58L28.755 5.5-5.06 39.314l1.237 1.237z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M13.018 11.705c-.8-.855-2.306-1.49-5.018-1.49-2.735 0-4.244.646-5.038 1.512-.213.232-.579.603-.729 1.564a.837.837 0 0 0 .827.96h9.88a.837.837 0 0 0 .827-.96c-.151-.963-.519-1.34-.75-1.586"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBackgroundBlur_16__a"},n.createElement("rect",{width:13.333,height:13.333,x:1.333,y:1.75,fill:"currentColor",rx:.833})),n.createElement("clipPath",{id:"IconBackgroundBlur_16__b"},n.createElement("path",{fill:"currentColor",d:"M1.333 1.75h13.333v13.333H1.333z"})))),vn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_24__a)"},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_24__b)"},n.createElement("path",{fill:"currentColor",d:"M12 13.557a4.17 4.17 0 0 0 4.167-4.167A4.17 4.17 0 0 0 12 5.225 4.17 4.17 0 0 0 7.834 9.39a4.17 4.17 0 0 0 4.168 4.167"})),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m16.084-7.204 1.237 1.237-22.855 22.855-1.237-1.237zm-5.54.236 1.238 1.237L-5.45 11.502l-1.237-1.237zm11.372 1.71-1.238-1.237L9.963 4.22a5.5 5.5 0 0 1 2.79-.316zM-6.722 20.907 6.817 7.366a5.5 5.5 0 0 0-.315 2.79L-5.485 22.143zm11.634-6.331 2.342-2.342c.308.502.695.952 1.142 1.332l-.4.4a20.5 20.5 0 0 0-3.084.61m.334 10.272-9.638 9.639 1.237 1.237L7.721 24.847zm5.703 0L-4.392 40.19l1.237 1.237 16.58-16.579zm11.36-8.885a11 11 0 0 0-1.636-.838l8.749-8.749 1.237 1.238zm-4.092-1.611a22 22 0 0 0-2.103-.372L29.422.672l1.237 1.237zm-.746-4.992q0 .229-.019.453L26.875.39 25.637-.847l-8.452 8.452c.185.55.286 1.14.286 1.754m-2.64-4.703c.503.308.953.694 1.332 1.142l7.982-7.981-1.238-1.238z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M19.526 17.558c-1.198-1.283-3.459-2.235-7.526-2.235-4.102 0-6.366.968-7.557 2.267-.32.349-.868.905-1.093 2.346a1.256 1.256 0 0 0 1.24 1.439h14.82c.762 0 1.357-.685 1.24-1.439-.226-1.444-.777-2.01-1.124-2.378"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBackgroundBlur_24__a"},n.createElement("rect",{width:20,height:20,x:2,y:2.625,fill:"currentColor",rx:.833})),n.createElement("clipPath",{id:"IconBackgroundBlur_24__b"},n.createElement("path",{fill:"currentColor",d:"M2 2.625h20v20H2z"})))),b4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.87 3.174c.163-.11.36-.174.57-.174h8.526C14.538 3 15 3.47 15 4.05v8.4c0 .58-.463 1.05-1.033 1.05H5.438c-.147 0-.288-.032-.415-.089a1 1 0 0 1-.1-.042c-.237-.12-.652-.604-.952-.954l-.082-.096-2.66-3.347a1.06 1.06 0 0 1-.012-1.304L3.89 4.18c.087-.089.178-.198.274-.314.202-.245.43-.52.706-.693m6.923 7.62a.7.7 0 0 1-.99 0L9.15 9.138l-1.654 1.654a.7.7 0 1 1-.99-.99L8.159 8.15 6.505 6.495a.7.7 0 1 1 .99-.99l1.654 1.654 1.654-1.654a.7.7 0 1 1 .99.99L10.14 8.149l1.654 1.654a.7.7 0 0 1 0 .99",clipRule:"evenodd"})),gn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.528 5.249c.234-.157.514-.249.815-.249h12.18C21.34 5 22 5.672 22 6.5v12c0 .828-.661 1.5-1.477 1.5H8.343c-.212 0-.413-.045-.595-.127a1 1 0 0 1-.143-.06c-.337-.172-.93-.863-1.359-1.363l-.118-.137-3.8-4.781a1.52 1.52 0 0 1-.017-1.864l3.817-4.98c.126-.128.255-.284.392-.45.29-.35.613-.742 1.008-.99m9.89 3.33a1 1 0 0 1 0 1.414l-2.362 2.363 2.363 2.363a1 1 0 0 1-1.414 1.414l-2.363-2.363-2.363 2.363a1 1 0 0 1-1.415-1.414l2.363-2.363-2.363-2.363a1 1 0 1 1 1.415-1.414l2.363 2.363 2.363-2.363a1 1 0 0 1 1.414 0",clipRule:"evenodd"})),k4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.656 1a.656.656 0 1 0 0 1.313h12.688a.656.656 0 0 0 0-1.313zM3.84 7.685l3.663-3.628a.737.737 0 0 1 1.036 0l3.663 3.628a.72.72 0 0 1 0 1.026.737.737 0 0 1-1.036 0L8.802 6.37l-.036 7.864c0 .406-.289.766-.699.766s-.74-.36-.74-.766v-7.95L4.876 8.71a.737.737 0 0 1-1.036 0 .72.72 0 0 1 0-1.026",clipRule:"evenodd"})),wn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.938 2a.937.937 0 1 0 0 1.875h18.125a.937.937 0 1 0 0-1.875zm3.119 9.55 5.233-5.183a1.05 1.05 0 0 1 1.48 0l5.233 5.183c.41.406.41 1.06 0 1.466s-1.07.406-1.48 0l-3.377-3.345-.052 11.235c0 .58-.412 1.094-.998 1.094s-1.057-.514-1.057-1.094V9.548l-3.502 3.468c-.41.406-1.07.406-1.48 0a1.03 1.03 0 0 1 0-1.466",clipRule:"evenodd"})),C4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBandwidth_16__a)"},n.createElement("path",{fill:"currentColor",d:"M15.9 8.726C15.317 5.012 12.04 2 8 2a8 8 0 0 0-8 8c0 1.243.288 2.417.796 3.466a.98.98 0 0 0 .888.534h12.633a.98.98 0 0 0 .887-.534 7.97 7.97 0 0 0 .696-4.74m-3.206-.757-3.971 3.912A1.51 1.51 0 1 1 7.016 9.44l5.038-2.386c.576-.273 1.094.468.64.915"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBandwidth_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),En=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M22.862 12.748c-.758-4.828-4.786-8.661-9.646-9.182C6.596 2.855 1 8.024 1 14.5c0 1.709.396 3.324 1.094 4.766.223.46.71.734 1.221.734h17.371c.511 0 .997-.274 1.22-.734a10.95 10.95 0 0 0 .956-6.518m-4.408-1.04-5.46 5.379a2.07 2.07 0 0 1-1.81.567 2.07 2.07 0 0 1-1.35-.857 2.07 2.07 0 0 1-.305-1.723c.15-.566.538-1.07 1.119-1.345l6.927-3.281c.792-.374 1.504.644.879 1.26"})),z4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.522 1.523a4.916 4.916 0 0 1 8.396 3.48c0 2.32.496 3.755.949 4.587.228.418.449.69.601.852a2 2 0 0 0 .205.19.754.754 0 0 1-.427 1.375H1.754a.754.754 0 0 1-.428-1.375h.001l.034-.027q.054-.044.17-.163c.153-.161.374-.434.602-.852.453-.832.949-2.268.949-4.587 0-1.305.518-2.557 1.44-3.48m2.453 11.842a.754.754 0 0 0-1.392.581c.232.556.577 1.047 1.022 1.403.45.36.987.57 1.559.57s1.11-.21 1.559-.57c.445-.357.79-.848 1.022-1.403a.754.754 0 0 0-1.392-.58c-.15.361-.356.632-.572.805a1 1 0 0 1-.617.239 1 1 0 0 1-.617-.239c-.216-.173-.421-.444-.572-.806",clipRule:"evenodd"})),xn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.607 3.82A6.209 6.209 0 0 1 18.21 8.216c0 2.93.627 4.743 1.199 5.793.288.528.567.873.76 1.076a3 3 0 0 0 .258.24h.001a.952.952 0 0 1-.54 1.737H4.111a.952.952 0 0 1-.541-1.736l.001-.001.043-.034c.044-.037.12-.104.216-.206.192-.203.471-.548.759-1.076.573-1.05 1.199-2.863 1.199-5.793 0-1.648.654-3.229 1.818-4.394m3.097 14.956a.952.952 0 0 0-1.758.734c.293.701.729 1.321 1.291 1.771.567.454 1.247.72 1.97.72.721 0 1.4-.266 1.968-.72.563-.45.998-1.07 1.29-1.771a.952.952 0 0 0-1.757-.734c-.19.457-.45.8-.723 1.018-.269.215-.537.301-.779.301s-.51-.086-.779-.301c-.273-.219-.532-.56-.723-1.018",clipRule:"evenodd"})),I4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 4.429C1 3.639 1.627 3 2.4 3h11.2c.773 0 1.4.64 1.4 1.429v1.428H1zM1 8h14v3.571c0 .79-.627 1.429-1.4 1.429H2.4c-.773 0-1.4-.64-1.4-1.429z"})),bn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2zM2 12h20v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"})),y4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1C4.136 1 1 4.136 1 8s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7M2.4 8c0-3.094 2.506-5.6 5.6-5.6 1.295 0 2.485.441 3.43 1.183L3.583 11.43A5.53 5.53 0 0 1 2.4 8M8 13.6a5.53 5.53 0 0 1-3.43-1.183l7.847-7.847A5.53 5.53 0 0 1 13.6 8c0 3.094-2.506 5.6-5.6 5.6"})),kn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.9 7.9 0 0 1 4 12m8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.9 7.9 0 0 1 20 12c0 4.42-3.58 8-8 8"})),B4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.888 5.002q.03-.03.059-.065a.7.7 0 0 0-.11-.984L8.342 1.157A.7.7 0 0 0 7.2 1.7v4.61L4.195 3.305a.7.7 0 0 0-.99.99L6.91 8l-3.705 3.705a.7.7 0 0 0 .99.99L7.2 9.69v4.604a.701.701 0 0 0 1.142.55l3.487-2.791.038-.032a.7.7 0 0 0 .02-1.023l-2-2L8.89 8zM8.6 9.69v3.154l1.752-1.402-1.131-1.131zm0-6.534V6.31l1.752-1.752z",clipRule:"evenodd"})),Cn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.697 7.717a1 1 0 0 0-.072-1.498L12.63 2.224A.999.999 0 0 0 11 3v6.586L6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L11 14.414v6.578a1 1 0 0 0 1.63.784l4.983-3.986.054-.045a1 1 0 0 0 .03-1.462l-2.858-2.858L13.414 12zM13 14.414v4.505l2.503-2.002-1.616-1.616zm0-9.333v4.505l2.503-2.503z",clipRule:"evenodd"})),M4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 3.6A1.6 1.6 0 0 1 1.6 2h12.8A1.6 1.6 0 0 1 16 3.6v8.8a1.6 1.6 0 0 1-1.6 1.6H1.6A1.6 1.6 0 0 1 0 12.4zm2.4.8h4.8v3.2H2.4zm4.8 4H2.4v3.2h4.8zm1.6-4h4.8v3.2H8.8zm4.8 4H8.8v3.2h4.8z",clipRule:"evenodd"})),zn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 5.4A2.4 2.4 0 0 1 2.4 3h19.2A2.4 2.4 0 0 1 24 5.4v13.2a2.4 2.4 0 0 1-2.4 2.4H2.4A2.4 2.4 0 0 1 0 18.6zm3.6 1.2h7.2v4.8H3.6zm7.2 6H3.6v4.8h7.2zm2.4-6h7.2v4.8h-7.2zm7.2 6h-7.2v4.8h7.2z",clipRule:"evenodd"})),S4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"})),In=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0"})),L4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.1 1.543v-.18C10.1.612 10.727 0 11.5 0h.14c.773 0 1.4.61 1.4 1.364v.179h.56c.77 0 1.4.606 1.4 1.346v10.765c0 .74-.63 1.346-1.4 1.346H2.4c-.77 0-1.4-.606-1.4-1.346V2.89c0-.74.63-1.346 1.4-1.346h.7v-.18C3.1.612 3.727 0 4.5 0h.14c.773 0 1.4.61 1.4 1.364v.179zm3.5 12.111H2.4V4.907h11.2z",clipRule:"evenodd"})),yn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 2.366V2.09C15 .936 15.895 0 17 0h.2c1.105 0 2 .936 2 2.09v.276h.8c1.1 0 2 .928 2 2.063v16.508C22 22.07 21.1 23 20 23H4c-1.1 0-2-.928-2-2.063V4.429c0-1.135.9-2.063 2-2.063h1V2.09C5 .936 5.895 0 7 0h.2c1.105 0 2 .936 2 2.09v.276zm5 18.57H4V7.525h16z",clipRule:"evenodd"})),N4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 1H4a3 3 0 0 0-3 3v10.341c0 .59.754.836 1.102.36l1.358-1.859A2.06 2.06 0 0 1 5.119 12H12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3m0 7.5H4v-1h8zm0-3H4v-1h8z"})),Bn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.286 1.027H5.714A4.715 4.715 0 0 0 1 5.741V21.47c0 .926 1.185 1.313 1.732.565l2.135-2.92a3.23 3.23 0 0 1 2.606-1.325h10.813A4.715 4.715 0 0 0 23 13.075V5.74a4.715 4.715 0 0 0-4.714-4.714m-.524 11.262H6.238v-1.571h11.524zm0-4.19H6.238V6.527h11.524z"})),$4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.721 3.312a1 1 0 0 0-1.414 0l-7.235 7.234-3.274-3.275a.999.999 0 1 0-1.414 1.414l3.981 3.981c.44.44 1.075.339 1.414 0l7.942-7.94a1 1 0 0 0 0-1.414"})),Mn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.109 19.44c-.384 0-.768-.146-1.061-.439L2.076 13.03a1.5 1.5 0 1 1 2.121-2.12l4.912 4.91L19.96 4.967a1.5 1.5 0 1 1 2.121 2.121L10.169 19c-.293.293-.676.44-1.06.44"})),R4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M4.39 8.74l2.1 2.1a.7.7 0 0 0 .99 0l4.2-4.2a.7.7 0 1 0-.99-.99L6.985 9.355 5.38 7.75a.7.7 0 1 0-.99.99",clipRule:"evenodd"})),Sn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.157-8.943 3 3a1 1 0 0 0 1.414 0l6-6a1 1 0 1 0-1.414-1.414l-5.293 5.293-2.293-2.293a1 1 0 0 0-1.414 1.414",clipRule:"evenodd"})),A4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.41 10.749 3.245 6.463a.873.873 0 0 1 0-1.212.816.816 0 0 1 1.179 0L8 8.931l3.577-3.68a.816.816 0 0 1 1.179 0 .873.873 0 0 1 0 1.212L8.589 10.75a.816.816 0 0 1-1.178 0"})),Ln=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m11.293 15.207-5-5a.999.999 0 1 1 1.414-1.414L12 13.086l4.293-4.293a.999.999 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0"})),H4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.537 12.891 5.25 8.606a.856.856 0 0 1 0-1.212l4.286-4.285a.856.856 0 1 1 1.212 1.212L7.069 8l3.68 3.68a.856.856 0 1 1-1.212 1.211"})),Nn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m13.793 17.707-5-5a1 1 0 0 1 0-1.414l5-5a.999.999 0 1 1 1.414 1.414L10.914 12l4.293 4.293a.999.999 0 1 1-1.414 1.414"})),O4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M5.251 12.756a.816.816 0 0 1 0-1.179L8.931 8 5.25 4.423a.816.816 0 0 1 0-1.179.873.873 0 0 1 1.212 0l4.286 4.167a.816.816 0 0 1 0 1.178l-4.286 4.167a.873.873 0 0 1-1.212 0"})),$n=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8.793 17.707a1 1 0 0 1 0-1.414L13.086 12 8.793 7.707a.999.999 0 1 1 1.414-1.414l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0"})),P4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.577 10.749 8 7.069l-3.577 3.68a.816.816 0 0 1-1.179 0 .874.874 0 0 1 0-1.212L7.411 5.25a.816.816 0 0 1 1.178 0l4.167 4.286a.873.873 0 0 1 0 1.212.816.816 0 0 1-1.179 0"})),Rn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M16.293 15.207 12 10.914l-4.293 4.293a.999.999 0 1 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5a.999.999 0 1 1-1.414 1.414"})),V4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.023 4.432a.115.115 0 0 1-.099.173H8.296Q8.145 4.592 8 4.592a3.41 3.41 0 0 0-3.3 2.557.115.115 0 0 1-.211.029l-1.97-3.413a.115.115 0 0 1 .009-.13A6.97 6.97 0 0 1 8 1a7 7 0 0 1 6.023 3.432M8 10.616A2.62 2.62 0 0 1 5.384 8 2.62 2.62 0 0 1 8 5.384 2.62 2.62 0 0 1 10.616 8 2.62 2.62 0 0 1 8 10.616m1.034.709a.11.11 0 0 0-.121-.04 3.4 3.4 0 0 1-.913.124 3.43 3.43 0 0 1-3.091-1.973L2.098 4.567a.115.115 0 0 0-.2.001 7.004 7.004 0 0 0 5.058 10.355l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.12.12 0 0 0-.009-.128m1.431-5.954h3.946c.048 0 .09.029.107.073.32.814.482 1.674.482 2.556a6.96 6.96 0 0 1-2.024 4.924 6.96 6.96 0 0 1-4.897 2.075.115.115 0 0 1-.1-.172l2.816-4.877.005-.008A3.4 3.4 0 0 0 11.409 8c0-.921-.364-1.785-1.024-2.432a.115.115 0 0 1 .08-.197",clipRule:"evenodd"})),An=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.604 6.903a.164.164 0 0 1-.141.247h-8.04a4.87 4.87 0 0 0-5.139 3.634.164.164 0 0 1-.3.041L4.169 5.95a.16.16 0 0 1 .014-.184A9.96 9.96 0 0 1 12 2.001a9.99 9.99 0 0 1 8.604 4.902M12 15.738A3.74 3.74 0 0 1 8.263 12 3.74 3.74 0 0 1 12 8.263a3.74 3.74 0 0 1 3.737 3.738A3.74 3.74 0 0 1 12 15.738m1.478 1.012a.16.16 0 0 0-.174-.058A4.9 4.9 0 0 1 12 16.87a4.89 4.89 0 0 1-4.416-2.818L3.568 7.096a.164.164 0 0 0-.285.001 10.005 10.005 0 0 0 7.225 14.793.17.17 0 0 0 .166-.08l2.816-4.878a.16.16 0 0 0-.012-.182m2.043-8.506h5.638c.067 0 .128.042.153.104A10 10 0 0 1 22 12.001a9.94 9.94 0 0 1-2.892 7.033 9.94 9.94 0 0 1-6.995 2.965h-.001a.164.164 0 0 1-.142-.246l4.022-6.967.008-.012c.569-.818.87-1.777.87-2.773 0-1.317-.52-2.551-1.463-3.476a.164.164 0 0 1 .114-.28",clipRule:"evenodd"})),T4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m3.719 9.042a.75.75 0 0 1-1.018.296L7.639 8.657A.75.75 0 0 1 7.25 8V3a.75.75 0 0 1 1.5 0v4.556l2.672 1.468a.75.75 0 0 1 .297 1.018"})),Hn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m5.312 12.917a1.07 1.07 0 0 1-1.455.423l-4.374-2.401a1.07 1.07 0 0 1-.556-.939V4.857a1.07 1.07 0 1 1 2.142 0v6.509l3.818 2.096c.521.285.711.936.425 1.455"})),q4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M4.234 4.234a.8.8 0 0 1 1.132 0L8 6.868l2.634-2.634.061-.054a.8.8 0 0 1 1.07 1.185L9.131 8l2.634 2.635.055.061a.8.8 0 0 1-1.185 1.07L8 9.131l-2.635 2.634-.06.055a.8.8 0 0 1-1.07-1.186l2.633-2.635-2.634-2.634-.054-.06a.8.8 0 0 1 .054-1.07"})),On=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.293 17.707a1 1 0 0 0 1.414-1.414L13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414z",clipRule:"evenodd"})),W4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 11.846V4.058a1.5 1.5 0 0 1 .458-1.1 1.5 1.5 0 0 1 1.1-.458h10.884a1.5 1.5 0 0 1 1.1.458 1.5 1.5 0 0 1 .458 1.1v7.788a1.5 1.5 0 0 1-.458 1.1 1.5 1.5 0 0 1-1.1.458H2.558a1.5 1.5 0 0 1-1.1-.457 1.5 1.5 0 0 1-.458-1.1m1.538 0h2.59V4.058h-2.59zm4.148 0h2.59V4.058h-2.59zm4.147 0h2.59V4.058h-2.59z"})),D4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.5 17.77V6.087q0-.964.686-1.65a2.25 2.25 0 0 1 1.65-.687h16.327a2.25 2.25 0 0 1 1.65.686 2.25 2.25 0 0 1 .687 1.65V17.77a2.25 2.25 0 0 1-.686 1.65 2.25 2.25 0 0 1-1.65.686H3.836a2.25 2.25 0 0 1-1.65-.686 2.25 2.25 0 0 1-.687-1.65m2.307 0h3.885V6.087H3.807zm6.221 0h3.885V6.087h-3.885zm6.222 0h3.884V6.087H16.25z"})),j4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2 23.693V8.115a3 3 0 0 1 .915-2.2A3 3 0 0 1 5.115 5h21.77a3 3 0 0 1 2.2.915 3 3 0 0 1 .915 2.2v15.578a3 3 0 0 1-.915 2.2 3 3 0 0 1-2.2.915H5.115a3 3 0 0 1-2.2-.915 3 3 0 0 1-.915-2.2m3.076 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18z"})),Qt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorHigh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",rx:1})),Kt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorLow_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,opacity:.3,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorLow_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Zt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorMedium_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorMedium_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorMedium_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Yt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorVeryLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconConnectionIndicatorVeryLow_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",opacity:.3,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorVeryLow_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),F4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 2h6a2 2 0 0 1 2 2v.75H6.75a2 2 0 0 0-2 2V12H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2",clipRule:"evenodd"}),n.createElement("rect",{width:8,height:8,x:6,y:6,fill:"currentColor",rx:1.5})),Pn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 3h10a3 3 0 0 1 3 3v1h-9a3 3 0 0 0-3 3v9H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3",clipRule:"evenodd"}),n.createElement("rect",{width:12,height:12,x:9,y:9,fill:"currentColor",rx:2})),U4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.293 13.707a1 1 0 0 0 1.414-1.414L9.414 8l4.293-4.293a1 1 0 0 0-1.414-1.414L8 6.586 3.707 2.293a1 1 0 0 0-1.414 1.414L6.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L8 9.414z",clipRule:"evenodd"})),G4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.155 21.512a1.667 1.667 0 1 0 2.357-2.357L14.357 12l7.155-7.155a1.667 1.667 0 1 0-2.357-2.357L12 9.643 4.845 2.488a1.667 1.667 0 1 0-2.357 2.357L9.643 12l-7.155 7.155a1.667 1.667 0 1 0 2.357 2.357L12 14.357z",clipRule:"evenodd"})),X4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.586 26.414a2 2 0 1 0 2.828-2.828L16.828 15l8.586-8.586a2 2 0 1 0-2.828-2.828L14 12.172 5.414 3.586a2 2 0 1 0-2.828 2.828L11.172 15l-8.586 8.586a2 2 0 1 0 2.828 2.828L14 17.828z",clipRule:"evenodd"})),Q4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.531 11.817 3.117-3.116a.623.623 0 1 0-.881-.882L8.09 10.495 5.415 7.82a.623.623 0 1 0-.882.882l3.117 3.116a.623.623 0 0 0 .881 0m.105-3.636 3.117-3.116a.623.623 0 1 0-.882-.882L8.195 6.86 5.519 4.183a.623.623 0 1 0-.882.882L7.754 8.18a.623.623 0 0 0 .882 0",clipRule:"evenodd"})),Vn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.797 17.726 4.675-4.675a.934.934 0 1 0-1.322-1.322l-4.014 4.014-4.014-4.014A.934.934 0 1 0 6.8 13.05l4.675 4.675a.934.934 0 0 0 1.322 0m.156-5.454 4.676-4.675a.934.934 0 1 0-1.323-1.322l-4.014 4.014-4.014-4.014a.934.934 0 1 0-1.322 1.322l4.675 4.675a.934.934 0 0 0 1.322 0",clipRule:"evenodd"})),K4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.183 8.531 3.116 3.117a.623.623 0 1 0 .882-.881L5.505 8.09 8.18 5.415a.623.623 0 1 0-.882-.882L4.183 7.65a.623.623 0 0 0 0 .881m3.636.104 3.116 3.117a.623.623 0 1 0 .882-.881L9.14 8.195l2.676-2.676a.623.623 0 1 0-.882-.882L7.82 7.754a.623.623 0 0 0 0 .881",clipRule:"evenodd"})),Tn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m6.274 12.064 4.675 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.279l-4.014-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.323 0l-4.675 4.52a.88.88 0 0 0 0 1.278m5.454.15 4.676 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.278l-4.015-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.322 0l-4.676 4.52a.88.88 0 0 0 0 1.278",clipRule:"evenodd"})),Z4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.817 7.469 8.701 4.352a.623.623 0 1 0-.882.881l2.676 2.676-2.676 2.676a.623.623 0 1 0 .882.882l3.116-3.117a.623.623 0 0 0 0-.881m-3.636-.104L5.065 4.248a.623.623 0 1 0-.882.881L6.86 7.805l-2.676 2.677a.623.623 0 1 0 .882.88L8.18 8.247a.623.623 0 0 0 0-.881",clipRule:"evenodd"})),qn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.726 11.203 13.05 6.528a.934.934 0 1 0-1.322 1.322l4.014 4.014-4.014 4.014A.934.934 0 1 0 13.05 17.2l4.675-4.675a.934.934 0 0 0 0-1.322m-5.454-.156L7.597 6.37a.934.934 0 1 0-1.322 1.322l4.014 4.015-4.014 4.014a.934.934 0 1 0 1.322 1.322l4.675-4.675a.934.934 0 0 0 0-1.322",clipRule:"evenodd"})),Y4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.469 4.183 4.352 7.299a.623.623 0 1 0 .881.882L7.91 5.505l2.676 2.676a.623.623 0 1 0 .882-.882L8.35 4.183a.623.623 0 0 0-.881 0m-.105 3.636-3.117 3.116a.623.623 0 1 0 .882.882L7.805 9.14l2.676 2.676a.623.623 0 1 0 .882-.882L8.246 7.82a.623.623 0 0 0-.882 0",clipRule:"evenodd"})),Wn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.203 6.274 6.528 10.95a.934.934 0 1 0 1.322 1.322l4.014-4.014 4.014 4.014A.934.934 0 1 0 17.2 10.95l-4.675-4.675a.934.934 0 0 0-1.322 0m-.156 5.454L6.37 16.403a.934.934 0 1 0 1.323 1.322l4.014-4.014 4.014 4.014a.934.934 0 1 0 1.322-1.322l-4.675-4.675a.934.934 0 0 0-1.322 0",clipRule:"evenodd"})),J4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),Dn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),e5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.6 13.929C9.6 14.52 9.108 15 8.5 15s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 9.643c0 .592-.492 1.071-1.1 1.071s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 5.357c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072.492-1.071 1.1-1.071 1.1.48 1.1 1.071"}),n.createElement("path",{fill:"currentColor",d:"M9.6 1.071c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072C7.4.48 7.892 0 8.5 0s1.1.48 1.1 1.071"}),n.createElement("path",{fill:"currentColor",d:"M14 9.643c0 .592-.492 1.071-1.1 1.071-.607 0-1.1-.48-1.1-1.071 0-.592.492-1.072 1.1-1.072.607 0 1.1.48 1.1 1.072M14 5.357c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072s.492-1.071 1.1-1.071c.607 0 1.1.48 1.1 1.071M14 1.071c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072C11.8.48 12.292 0 12.9 0c.607 0 1.1.48 1.1 1.071M5.2 9.643c0 .592-.492 1.071-1.1 1.071S3 10.234 3 9.643c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M5.2 5.357c0 .592-.492 1.072-1.1 1.072S3 5.949 3 5.357s.492-1.071 1.1-1.071 1.1.48 1.1 1.071M5.2 1.071c0 .592-.492 1.072-1.1 1.072S3 1.663 3 1.07C3 .48 3.492 0 4.1 0s1.1.48 1.1 1.071"})),jn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),n.createElement("path",{fill:"currentColor",d:"M13 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),n.createElement("path",{fill:"currentColor",d:"M19 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"})),t5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.09 3.94c0-.704.57-1.273 1.274-1.273h6.363c.703 0 1.273.57 1.273 1.272v4.455c0 .703-.57 1.273-1.273 1.273H10.8v-3.39a2 2 0 0 0-2-2H6.09zM1 6.484c0-.703.57-1.273 1.273-1.273h6.363c.703 0 1.273.57 1.273 1.273v4.454c0 .703-.57 1.273-1.273 1.273H2.273C1.57 12.212 1 11.642 1 10.94zm5.675 6.181H4.324l-.31.726c-.058.135.07.274.253.274h2.465c.183 0 .311-.14.254-.274z",clipRule:"evenodd"})),Fn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.273 5.818C9.273 4.814 10.087 4 11.09 4h9.09C21.187 4 22 4.814 22 5.818v6.364A1.82 1.82 0 0 1 20.182 14H16V8.3a2 2 0 0 0-2-2H9.273zM2 9.455c0-1.005.814-1.819 1.818-1.819h9.091c1.004 0 1.818.814 1.818 1.819v6.363a1.82 1.82 0 0 1-1.818 1.818H3.82A1.82 1.82 0 0 1 2 15.818zm8.108 8.83h-3.36l-.443 1.037c-.082.193.102.392.362.392h3.522c.26 0 .444-.2.362-.392z",clipRule:"evenodd"})),n5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.041 2c-.52 0-1.018.206-1.385.574l-7.845 7.844a.63.63 0 0 0-.165.292l-.627 2.51a.628.628 0 0 0 .76.761l2.511-.627a.63.63 0 0 0 .292-.165l7.844-7.845A1.96 1.96 0 0 0 12.041 2",clipRule:"evenodd"})),Un=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18.062 3c-.78 0-1.527.31-2.078.86L4.217 15.629a.94.94 0 0 0-.248.437l-.94 3.765a.94.94 0 0 0 1.14 1.142l3.766-.942a.94.94 0 0 0 .437-.247L20.14 8.016A2.938 2.938 0 0 0 18.062 3",clipRule:"evenodd"})),a5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M5.25 5.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m6.434 5.478c-.041.092-1.051 2.272-3.684 2.272s-3.643-2.18-3.684-2.272a.75.75 0 1 1 1.368-.614c.024.051.67 1.386 2.316 1.386s2.292-1.335 2.318-1.393a.75.75 0 0 1 .993-.366.75.75 0 0 1 .373.987M10.75 8a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5"})),Gn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M-141-76h1270v1137H-141z"}),n.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8.071 8.429a1.786 1.786 0 1 1 0 3.572 1.786 1.786 0 0 1 0-3.572m9.192 7.825c-.059.133-1.501 3.246-5.263 3.246s-5.204-3.113-5.263-3.246a1.073 1.073 0 0 1 1.956-.878c.033.074.956 1.981 3.307 1.981 2.391 0 3.299-1.961 3.308-1.981.243-.541.879-.78 1.417-.539.54.244.78.878.538 1.417M15.929 12a1.786 1.786 0 1 1 0-3.572 1.786 1.786 0 0 1 0 3.572"})),o5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.39 2.667q-.056.326-.057.666A4 4 0 0 0 16 6.313v5.154a3.2 3.2 0 0 1-3.2 3.2H8.72V8.744l2.604 1.526c.207.12.456.045.588-.172a.63.63 0 0 0-.05-.713L8.332 5.222a.43.43 0 0 0-.662 0L4.137 9.385a.63.63 0 0 0-.05.713c.135.22.385.293.589.172L7.28 8.744v5.923H3.2a3.2 3.2 0 0 1-3.2-3.2v-5.6a3.2 3.2 0 0 1 3.2-3.2z"}),n.createElement("path",{fill:"currentColor",d:"m15.837 2.93-.418-.06a.43.43 0 0 1-.332-.26l-.002-.004a.43.43 0 0 1 .051-.42l.253-.337a.19.19 0 0 0-.017-.249l-.306-.305a.19.19 0 0 0-.249-.017l-.337.253a.43.43 0 0 1-.424.049.43.43 0 0 1-.259-.332l-.06-.418a.19.19 0 0 0-.188-.163h-.431a.19.19 0 0 0-.189.163l-.06.418a.43.43 0 0 1-.259.332l-.004.001a.43.43 0 0 1-.42-.05l-.337-.254a.19.19 0 0 0-.249.018l-.305.305a.19.19 0 0 0-.018.25l.253.336c.091.121.11.28.051.42l-.001.004a.43.43 0 0 1-.332.26l-.418.06a.19.19 0 0 0-.163.188v.431c0 .095.07.176.163.189l.417.06a.42.42 0 0 1 .334.263c.059.14.04.298-.05.42l-.254.336a.19.19 0 0 0 .018.25l.305.305a.19.19 0 0 0 .25.017l.336-.253c.121-.09.28-.109.42-.05l.004.001a.43.43 0 0 1 .26.332l.06.418a.19.19 0 0 0 .188.163h.431a.19.19 0 0 0 .189-.163l.06-.418a.43.43 0 0 1 .259-.332q.002 0 .004-.002a.43.43 0 0 1 .42.051l.337.253c.076.057.182.05.249-.017l.305-.305a.19.19 0 0 0 .018-.25l-.253-.337a.42.42 0 0 1-.051-.42l.002-.004a.43.43 0 0 1 .332-.26l.417-.059A.19.19 0 0 0 16 3.55v-.431a.19.19 0 0 0-.163-.189m-2.504 1.356a.952.952 0 1 1 0-1.905.952.952 0 0 1 0 1.905"})),Xn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.085 4q-.084.489-.085 1a6 6 0 0 0 10 4.47v7.73a4.8 4.8 0 0 1-4.8 4.8h-6.12v-8.884l3.906 2.288c.31.181.683.068.882-.258a.94.94 0 0 0-.074-1.068l-5.298-6.245a.646.646 0 0 0-.993 0l-5.297 6.245a.94.94 0 0 0-.074 1.069c.2.33.576.44.882.257l3.906-2.288V22H4.8A4.8 4.8 0 0 1 0 17.2V8.8A4.8 4.8 0 0 1 4.8 4z"}),n.createElement("path",{fill:"currentColor",d:"m23.755 4.394-.626-.09a.64.64 0 0 1-.501-.395.64.64 0 0 1 .077-.63l.379-.505a.286.286 0 0 0-.026-.374l-.459-.457a.285.285 0 0 0-.373-.026l-.506.379a.64.64 0 0 1-.635.074.64.64 0 0 1-.389-.499l-.09-.626A.286.286 0 0 0 20.323 1h-.646a.286.286 0 0 0-.283.245l-.09.626a.64.64 0 0 1-.389.499l-.006.002a.64.64 0 0 1-.63-.077l-.505-.379a.285.285 0 0 0-.373.027l-.458.458c-.1.1-.112.259-.027.373l.38.505c.135.182.163.42.076.63l-.002.006a.64.64 0 0 1-.499.389l-.626.09a.286.286 0 0 0-.245.283v.647c0 .142.105.263.245.283l.626.089a.64.64 0 0 1 .501.395c.087.21.06.448-.077.63l-.379.505a.286.286 0 0 0 .026.374l.458.458c.1.1.26.112.374.026l.505-.38a.64.64 0 0 1 .63-.076l.006.003a.64.64 0 0 1 .39.498l.089.626c.02.14.14.245.283.245h.647a.286.286 0 0 0 .283-.245l.089-.626a.64.64 0 0 1 .39-.498l.006-.003a.64.64 0 0 1 .63.077l.505.379a.29.29 0 0 0 .374-.026l.457-.458c.1-.1.112-.26.027-.374l-.38-.505a.64.64 0 0 1-.076-.63l.002-.006a.64.64 0 0 1 .499-.39l.625-.089c.14-.02.245-.14.245-.283v-.646a.286.286 0 0 0-.245-.283M20 6.429a1.428 1.428 0 1 1 0-2.857 1.428 1.428 0 0 1 0 2.857"})),l5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.53 2.195 4.195 5.528a.666.666 0 1 0 .943.943L8 3.609l2.862 2.862a.666.666 0 1 0 .943-.943L8.472 2.195a.666.666 0 0 0-.943 0m.941 12.053 3.333-3.333a.666.666 0 1 0-.942-.942L8 12.834 5.138 9.973a.666.666 0 1 0-.943.942l3.334 3.333c.26.26.681.26.942 0",clipRule:"evenodd"})),Qn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.538 4.251 7.253 8.537a.856.856 0 1 0 1.211 1.212l3.68-3.68 3.68 3.68a.856.856 0 1 0 1.211-1.212L12.75 4.25a.856.856 0 0 0-1.212 0m1.211 15.498 4.286-4.286a.856.856 0 1 0-1.212-1.212l-3.68 3.68-3.68-3.68a.856.856 0 1 0-1.212 1.212l4.286 4.286a.856.856 0 0 0 1.212 0",clipRule:"evenodd"})),r5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m13.125 6.634-4.54 4.54a.6.6 0 0 1-.852 0l-4.54-4.54a.602.602 0 0 1 .693-.965l3.347 1.664V.926a.926.926 0 0 1 1.852 0v6.407l3.347-1.664a.601.601 0 0 1 .693.965M1.7 11.517a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.428.645l-.015.006a.7.7 0 0 1-.257.049H1.7a.7.7 0 0 1-.7-.7v-2.8000000000000003a.7.7 0 0 1 .7-.7"})),Kn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m19.32 10.025-6.486 6.487a.86.86 0 0 1-1.215 0l-6.487-6.488a.86.86 0 0 1 .99-1.378l4.782 2.377V1.87a1.323 1.323 0 0 1 2.645 0v9.153l4.782-2.376a.859.859 0 0 1 .99 1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),c5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.534 9.47-2.164 2.164-.735-.735L13.8 8.735a1.04 1.04 0 0 0 0-1.471l-2.165-2.165.736-.736 2.164 2.165a2.08 2.08 0 0 1 0 2.942M7.265 2.2 5.101 4.364l-.735-.735L6.53 1.465a2.08 2.08 0 0 1 2.941 0l2.163 2.163-.735.736L8.736 2.2a1.04 1.04 0 0 0-1.47 0M4.366 5.1l-.735-.736-2.164 2.164a2.08 2.08 0 0 0 0 2.942l2.163 2.164.736-.736-2.164-2.163a1.04 1.04 0 0 1 0-1.471zm7.27 7.27-.736-.736-2.164 2.164a1.04 1.04 0 0 1-1.47 0L5.1 11.634l-.735.735 2.164 2.164a2.08 2.08 0 0 0 2.941 0zM8 10.121a2.123 2.123 0 1 0 0-4.245 2.123 2.123 0 0 0 0 4.245",clipRule:"evenodd"})),Zn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.195 14.824 19.219 17.8l-1.414-1.415 2.976-2.976a2 2 0 0 0 0-2.828l-2.976-2.977L19.22 6.19l2.976 2.976a4 4 0 0 1 0 5.658M10.588 3.214 7.612 6.19 6.198 4.776l2.976-2.977a4 4 0 0 1 5.656 0l2.975 2.977-1.414 1.414-2.975-2.976a2 2 0 0 0-2.828 0m-4.39 4.39L4.784 6.19 1.81 9.166a4 4 0 0 0 0 5.658L4.784 17.8l1.414-1.415-2.975-2.976a2 2 0 0 1 0-2.828zm11.607 11.61L16.391 17.8l-2.975 2.976a2 2 0 0 1-2.828 0L7.612 17.8l-1.414 1.414 2.976 2.977a4 4 0 0 0 5.656 0zm-5.803-3.765a3.453 3.453 0 1 0 0-6.907 3.453 3.453 0 0 0 0 6.906",clipRule:"evenodd"})),s5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.71 1.305a.292.292 0 0 0-.248.521c1.16.79 1.87 2.902 1.913 4.56a3.8 3.8 0 0 0-1.095-1.283.292.292 0 0 0-.408.408 3.208 3.208 0 0 1-2.58 5.114 2.4 2.4 0 0 1-.955-.152c.332-.138.65-.31.946-.514a2.35 2.35 0 0 1 1.176-.5.292.292 0 0 0 .283-.363 1.144 1.144 0 0 0-1.158-.804 1 1 0 0 0-.753.298c-.157.14-.32.285-.996.285-1.193 0-1.75-.696-1.75-1.166a.6.6 0 0 1 .255-.434q.195-.138.413-.233a.3.3 0 0 0 .413 0 .69.69 0 0 0 .144-.675l1.56-1.04a.292.292 0 0 0-.16-.535h-.584c-.649 0-1.073-.126-1.166-.345-.134-.322.306-1.008.788-1.49a.292.292 0 0 0-.205-.497c-.767.068-1.459.49-1.873 1.139a6.3 6.3 0 0 0-1.32.02 1.5 1.5 0 0 1-.233-.35 3 3 0 0 1-.365-1.101.292.292 0 0 0-.498-.207 2.3 2.3 0 0 0-.449 2.491 7 7 0 0 0 6.196 10.255C11.926 14.707 15 11.761 15 8v-.583c0-3.558-2.216-5.49-4.29-6.112"})),Yn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.871 2.436a.417.417 0 0 0-.354.744c1.658 1.127 2.67 4.146 2.734 6.514a5.4 5.4 0 0 0-1.565-1.833.417.417 0 0 0-.583.583 4.583 4.583 0 0 1-3.685 7.306 3.4 3.4 0 0 1-1.365-.217 7.3 7.3 0 0 0 1.351-.734 3.36 3.36 0 0 1 1.68-.716.417.417 0 0 0 .405-.517 1.635 1.635 0 0 0-1.654-1.15 1.42 1.42 0 0 0-1.077.428c-.224.2-.455.406-1.423.406-1.704 0-2.5-.994-2.5-1.666a.87.87 0 0 1 .365-.62q.279-.196.59-.333a.43.43 0 0 0 .59 0 .98.98 0 0 0 .206-.964l2.23-1.486a.417.417 0 0 0-.23-.763h-.834c-.927 0-1.534-.18-1.666-.494-.191-.46.437-1.44 1.125-2.127a.417.417 0 0 0-.292-.712 3.55 3.55 0 0 0-2.676 1.627 9 9 0 0 0-1.886.029 2.2 2.2 0 0 1-.333-.5 4.35 4.35 0 0 1-.52-1.573.417.417 0 0 0-.712-.295 3.29 3.29 0 0 0-.642 3.559C.581 11.82 2.46 17.865 7.349 20.434a10 10 0 0 0 4.653 1.148C17.608 21.582 22 17.372 22 12v-.833c0-5.082-3.166-7.842-6.129-8.73"})),i5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 3h-1.5l-.724-1.447A1 1 0 0 0 9.882 1H6.118a1 1 0 0 0-.894.553L4.5 3H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M4.235 9.801 2.467 8.033a.374.374 0 0 1 .432-.601l1.103.548A4.003 4.003 0 0 1 8 4c.926 0 1.776.32 2.453.852a.495.495 0 0 1 .002.764.49.49 0 0 1-.619.014A3 3 0 0 0 8 5a3 3 0 0 0-2.998 2.977L6.1 7.431a.375.375 0 0 1 .432.602L4.765 9.801a.375.375 0 0 1-.53 0m9.337-1.35a.376.376 0 0 1-.472.117l-1.102-.548A4.003 4.003 0 0 1 8 12c-.926 0-1.776-.32-2.453-.852a.495.495 0 0 1-.002-.764.49.49 0 0 1 .619-.014c.508.394 1.145.63 1.836.63a3 3 0 0 0 2.998-2.977l-1.099.545a.375.375 0 0 1-.431-.601l1.768-1.768a.385.385 0 0 1 .53 0l1.768 1.768c.129.13.145.335.038.484"})),d5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M19.5 6h-2.25l-1.085-2.171A1.5 1.5 0 0 0 14.823 3H9.177a1.5 1.5 0 0 0-1.342.829L6.75 6H4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3M6.352 16.201 3.7 13.55a.563.563 0 0 1 .648-.902l1.653.821A6.006 6.006 0 0 1 12 7.5c1.389 0 2.664.48 3.68 1.278.366.287.358.847.002 1.146a.736.736 0 0 1-.928.021A4.48 4.48 0 0 0 12 9a4.504 4.504 0 0 0-4.497 4.467l1.648-.819a.563.563 0 0 1 .648.902l-2.652 2.651a.56.56 0 0 1-.795 0m14.006-2.025a.564.564 0 0 1-.707.176l-1.653-.821A6.005 6.005 0 0 1 12 19.5a5.94 5.94 0 0 1-3.68-1.278c-.365-.287-.358-.847-.002-1.146a.736.736 0 0 1 .928-.021A4.48 4.48 0 0 0 12 18a4.504 4.504 0 0 0 4.497-4.467l-1.648.819a.563.563 0 0 1-.648-.902l2.652-2.651c.22-.22.576-.22.796 0L20.3 13.45a.56.56 0 0 1 .058.726"})),m5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M26 8h-3l-1.447-2.895A2 2 0 0 0 19.764 4h-7.528a2 2 0 0 0-1.79 1.105L9 8H6a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V12a4 4 0 0 0-4-4M8.47 21.601l-3.537-3.534a.751.751 0 0 1 .864-1.203l2.204 1.095C8.024 13.567 11.603 10 16 10c1.852 0 3.552.64 4.907 1.704.488.383.477 1.13.002 1.528a.98.98 0 0 1-1.237.028A5.97 5.97 0 0 0 16 12c-3.293 0-5.97 2.668-5.996 5.956l2.197-1.092a.751.751 0 0 1 .864 1.203L9.53 21.6a.75.75 0 0 1-1.06 0m18.674-2.7a.75.75 0 0 1-.943.235l-2.204-1.095C23.976 22.433 20.397 26 16 26a7.9 7.9 0 0 1-4.907-1.704c-.486-.383-.477-1.13-.002-1.528a.98.98 0 0 1 1.237-.028A5.97 5.97 0 0 0 16 24c3.293 0 5.97-2.668 5.996-5.956l-2.197 1.092a.751.751 0 0 1-.864-1.203L22.47 14.4a.75.75 0 0 1 1.061 0l3.535 3.534c.26.26.292.67.077.968"})),u5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconFullscreenOff_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.369 5.046 2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515V.98a.517.517 0 0 1 1.004-.163l.946 2.815L13.813.774a.999.999 0 1 1 1.414 1.414zM.98 9.005h5.5c.285 0 .515.23.514.514v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.858-2.815-.946A.514.514 0 0 1 .98 9.005",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconFullscreenOff_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),_5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m17.36 8.407 3.52 1.183a.642.642 0 0 1-.205 1.254H13.8a.644.644 0 0 1-.644-.644V3.325a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768zM3.326 13.156H10.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573-3.52-1.183a.642.642 0 0 1 .206-1.254",clipRule:"evenodd"})),f5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m23.148 11.21 4.692 1.577a.858.858 0 0 1-.273 1.672H18.4a.86.86 0 0 1-.859-.859V4.433a.858.858 0 0 1 1.672-.273l1.578 4.692 4.764-4.764a1.666 1.666 0 1 1 2.357 2.357zM4.433 17.54H13.6c.475 0 .859.384.859.859v9.167a.858.858 0 0 1-1.672.273l-1.578-4.692-4.764 4.764a1.667 1.667 0 0 1-2.357-2.357l4.764-4.764-4.692-1.578a.858.858 0 0 1 .273-1.672",clipRule:"evenodd"})),p5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.98 1.005h5.5c.285 0 .515.23.514.515v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.859-2.815-.946a.515.515 0 0 1 .164-1.003M4.369 13.046l2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515v-5.5a.515.515 0 0 1 1.003-.164l.947 2.816 2.858-2.858a.999.999 0 1 1 1.414 1.414z",clipRule:"evenodd"})),h5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.325 3.156H20.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573L13.12 4.41a.642.642 0 0 1 .205-1.254M7.361 18.407l3.519 1.183a.642.642 0 0 1-.205 1.254H3.8a.644.644 0 0 1-.644-.644v-6.875a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768z",clipRule:"evenodd"})),v5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.767 4.208h9.166c.475 0 .859.384.859.859v9.166a.858.858 0 0 1-1.672.274l-1.577-4.692-4.764 4.764a1.668 1.668 0 0 1-2.358-2.358l4.764-4.764-4.692-1.577a.858.858 0 0 1 .273-1.672M9.815 24.543l4.692 1.577a.858.858 0 0 1-.273 1.672H5.066a.86.86 0 0 1-.859-.859v-9.166c0-.422.304-.78.72-.848a.87.87 0 0 1 .952.574l1.577 4.692 4.764-4.764a1.666 1.666 0 1 1 2.358 2.358z",clipRule:"evenodd"})),g5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 15a6.8 6.8 0 0 1-2.73-.551 7.1 7.1 0 0 1-2.222-1.496A7.1 7.1 0 0 1 1.55 10.73 6.8 6.8 0 0 1 1 8q0-1.452.551-2.73a7.1 7.1 0 0 1 1.497-2.222A7.1 7.1 0 0 1 5.27 1.55 6.8 6.8 0 0 1 8 1q1.452 0 2.73.551a7.1 7.1 0 0 1 2.223 1.497q.944.945 1.496 2.222.55 1.278.551 2.73v1.015q0 1.033-.709 1.759a2.34 2.34 0 0 1-1.741.726q-.612 0-1.155-.262a2.47 2.47 0 0 1-.91-.753 3.4 3.4 0 0 1-1.146.761Q8.7 11.501 8 11.5a3.37 3.37 0 0 1-2.476-1.024A3.37 3.37 0 0 1 4.5 8q0-1.453 1.024-2.476A3.37 3.37 0 0 1 8 4.5q1.453 0 2.476 1.024A3.37 3.37 0 0 1 11.5 8v1.015q0 .455.297.77a1 1 0 0 0 .753.315 1 1 0 0 0 .752-.315 1.08 1.08 0 0 0 .298-.77V8q0-2.344-1.627-3.972Q10.344 2.4 8 2.4T4.028 4.028 2.4 8q0 2.344 1.628 3.973Q5.655 13.6 8 13.6h4.2s.7 0 .7.7-.7.7-.7.7zm0-4.9q.875 0 1.488-.612Q10.1 8.874 10.1 8q0-.876-.612-1.487A2.03 2.03 0 0 0 8 5.9q-.876 0-1.487.612A2.03 2.03 0 0 0 5.9 8q0 .875.612 1.488.613.612 1.488.612"})),Jn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12v1.45q0 1.474-1.012 2.513Q19.975 17 18.5 17a3.74 3.74 0 0 1-1.65-.375 3.5 3.5 0 0 1-1.3-1.075 4.8 4.8 0 0 1-1.638 1.087A5.1 5.1 0 0 1 12 17q-2.075 0-3.537-1.463Q7 14.075 7 12q0-2.075 1.463-3.537Q9.926 7 12 7q2.075 0 3.537 1.463Q17 9.926 17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45.425-1.1V12q0-3.35-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20h6s1 0 1 1-1 1-1 1zm0-7q1.25 0 2.125-.875A2.9 2.9 0 0 0 15 12q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 9q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 12q0 1.25.875 2.125A2.9 2.9 0 0 0 12 15"})),w5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconGroup_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.534 7.943c1.599 0 2.9-1.301 2.9-2.9a2.903 2.903 0 0 0-2.9-2.899 2.903 2.903 0 0 0-2.9 2.899c0 1.599 1.301 2.9 2.9 2.9M6.138 6.227c0 1.16-.944 2.104-2.104 2.104A2.107 2.107 0 0 1 1.93 6.226c0-1.159.944-2.102 2.104-2.102s2.104.943 2.104 2.103M.575 10.268C1.12 9.673 2.156 9.23 4.034 9.23a8.3 8.3 0 0 1 1.64.147 4 4 0 0 0-.662.579c-.276.3-.703.805-.894 1.814a4 4 0 0 0-.035.23H.643a.575.575 0 0 1-.568-.658c.1-.64.339-.899.486-1.059zm9.96-1.086c2.566 0 3.992.601 4.748 1.41l.014.016c.218.233.555.594.694 1.484a.792.792 0 0 1-.782.908H5.86a.79.79 0 0 1-.781-.908c.137-.879.465-1.236.668-1.457l.021-.023c.751-.819 2.179-1.43 4.767-1.43",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconGroup_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),e0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_24",viewBox:"0 0 25 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.818 3.716c2.409 0 4.368 1.951 4.368 4.348 0 2.4-1.96 4.35-4.368 4.35s-4.369-1.95-4.369-4.35c0-2.398 1.96-4.348 4.37-4.348M9.195 9.34a3.167 3.167 0 0 1-3.17 3.156A3.166 3.166 0 0 1 2.857 9.34a3.167 3.167 0 0 1 3.17-3.155 3.166 3.166 0 0 1 3.17 3.155m-3.17 4.505c1.272 0 2.276.14 3.083.368-.613.348-1.168.741-1.61 1.221-.331.358-.986 1.082-1.306 2.566H.917a.863.863 0 0 1-.856-.987c.15-.959.51-1.347.732-1.588l.021-.023c.822-.892 2.383-1.557 5.212-1.557M8.776 20H22.86c.724 0 1.29-.648 1.177-1.361-.21-1.339-.718-1.88-1.047-2.23l-.02-.021c-1.139-1.214-3.287-2.115-7.153-2.115-3.899 0-6.05.917-7.182 2.146l-.028.03c-.306.332-.802.867-1.01 2.19A1.19 1.19 0 0 0 8.777 20",clipRule:"evenodd"})),E5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 8c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8M11.182 9.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-.7 0A6.3 6.3 0 1 1 1.7 8a6.3 6.3 0 0 1 12.6 0",clipRule:"evenodd"})),t0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 12c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3M16.546 14.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-1 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0",clipRule:"evenodd"})),x5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 2a7 7 0 0 1 7 7v2.45a2.45 2.45 0 0 1-2.45 2.45c-1.353 0-1.45-1.097-1.45-2.45v-1.4c0-1.353.097-2.45 1.45-2.45.324 0 .633.063.916.177a5.602 5.602 0 0 0-10.932 0c.283-.114.592-.177.916-.177 1.353 0 1.45 1.097 1.45 2.45v1.4c0 1.353-.097 2.45-1.45 2.45A2.45 2.45 0 0 1 1 11.45V9a7 7 0 0 1 7-7"})),n0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 3c5.523 0 10 4.477 10 10v3.5a3.5 3.5 0 0 1-3.5 3.5c-1.933 0-2.5-1.567-2.5-3.5v-2c0-1.933.567-3.5 2.5-3.5.463 0 .904.09 1.309.253a8.003 8.003 0 0 0-15.618 0A3.5 3.5 0 0 1 5.5 11C7.433 11 8 12.567 8 14.5v2c0 1.933-.567 3.5-2.5 3.5A3.5 3.5 0 0 1 2 16.5V13C2 7.477 6.477 3 12 3"})),b5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.235 5.39a1.399 1.399 0 0 1 2.108 1.209c0 .328-.255.672-.738.993a4.2 4.2 0 0 1-.872.44l-.011.004a.7.7 0 1 0 .444 1.328L7.944 8.7l.222.664h.002l.002-.002.008-.002.024-.009.082-.03a5.632 5.632 0 0 0 1.099-.564c.567-.378 1.361-1.086 1.361-2.157a2.8 2.8 0 0 0-5.442-.932.7.7 0 1 0 1.322.464 1.4 1.4 0 0 1 .611-.743M8 10.8a.7.7 0 1 0 0 1.4h.007a.7.7 0 1 0 0-1.4z",clipRule:"evenodd"})),a0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21.986 12c0 5.523-4.474 10-9.993 10S2 17.523 2 12 6.474 2 11.993 2s9.993 4.477 9.993 10M10.9 8.27a1.996 1.996 0 0 1 3.01 1.728V10c0 .47-.365.958-1.054 1.418a6 6 0 0 1-1.246.628l-.015.005a1 1 0 0 0 .633 1.897L11.913 13l.317.948h.002l.004-.002.01-.004.036-.012.116-.043a8.043 8.043 0 0 0 1.569-.806c.81-.54 1.943-1.55 1.944-3.08l-1-.001h1a4 4 0 0 0-3.322-3.947A3.996 3.996 0 0 0 8.14 8.668a1 1 0 1 0 1.887.663 2 2 0 0 1 .873-1.06M11.992 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z",clipRule:"evenodd"})),k5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.51A2 2 0 0 0 1 6.07v7.834c0 .424.164.831.456 1.13.291.3.687.47 1.1.47h2.92v-7.06c0-.395.283-.714.632-.714h3.785c.348 0 .63.32.63.713v7.06h2.921c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.07a2 2 0 0 0-.751-1.562l-5-3.998a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),o0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h3.756v-9.077c0-.507.363-.918.811-.918h4.867c.448 0 .81.41.81.917V22H19c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),C5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.56A2 2 0 0 0 1 6.123v7.833c0 .424.164.831.456 1.131.291.3.687.468 1.1.468h10.888c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.121a2 2 0 0 0-.751-1.562l-5-3.997a2 2 0 0 0-2.498 0zM7 6.051h2v2h2v2H9v2H7v-2H5v-2h2z",clipRule:"evenodd"})),l0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h14c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0zm6.963 1.745h2.572v2.571h2.571v2.572h-2.571v2.571h-2.572v-2.571H8.143V12.35h2.571z",clipRule:"evenodd"})),z5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-7c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8m3.182 1.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z",clipRule:"evenodd"})),r0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-10c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3m4.546 2.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z",clipRule:"evenodd"})),I5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.833 6.352 4.843 3.39a.6.6 0 0 0-.845 0l-2.99 2.962a.59.59 0 0 0 0 .837.6.6 0 0 0 .846 0l1.992-1.973v6.967c0 .332.272.6.606.6a.603.603 0 0 0 .606-.6V5.278l1.93 1.911a.6.6 0 0 0 .845 0 .59.59 0 0 0 0-.837M7.834 9.648l2.989 2.962a.6.6 0 0 0 .845 0l2.99-2.962a.59.59 0 0 0 0-.837.6.6 0 0 0-.845 0l-1.993 1.973V3.817c0-.331-.27-.6-.606-.6a.603.603 0 0 0-.605.6v6.905l-1.93-1.911a.6.6 0 0 0-.845 0 .59.59 0 0 0 0 .837"})),c0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 14.355a.84.84 0 0 1 0-1.196.86.86 0 0 1 1.208 0l2.757 2.73V6.025c0-.474.387-.857.865-.858.478 0 .866.384.866.858v9.952l2.846-2.818a.86.86 0 0 1 1.208 0 .84.84 0 0 1 0 1.196l-4.271 4.23a.86.86 0 0 1-1.207 0zM2.25 10.841a.84.84 0 0 1 0-1.196l4.271-4.23a.86.86 0 0 1 1.208 0L12 9.644a.84.84 0 0 1 0 1.196.86.86 0 0 1-1.208 0l-2.757-2.73v9.865a.86.86 0 0 1-.865.857.86.86 0 0 1-.865-.857V8.023L3.458 10.84a.86.86 0 0 1-1.208 0"})),y5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3.193 4.717 7.733.176a.6.6 0 0 1 .851 0l4.541 4.541a.602.602 0 0 1-.693.965L9.084 4.018v6.407a.926.926 0 0 1-1.851 0V4.018L3.885 5.68a.601.601 0 0 1-.692-.964M1.7 11.65a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7v-2.799a.7.7 0 0 1 .7-.7"})),s0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.132 7.094 11.62.608a.86.86 0 0 1 1.215 0l6.487 6.487a.86.86 0 0 1-.99 1.378l-4.782-2.377v9.153a1.323 1.323 0 0 1-2.645 0V6.096L6.12 8.472a.859.859 0 0 1-.989-1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),B5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.3 5.2a.7.7 0 0 1 .7-.7h.007a.7.7 0 1 1 0 1.4H8a.7.7 0 0 1-.7-.7M8 7.3a.7.7 0 0 1 .7.7v2.8a.7.7 0 1 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),i0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M11 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1m1 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1",clipRule:"evenodd"})),M5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.25 2C8.18 2 6.5 3.68 6.5 5.75c0 .24 0 .48.045.705L2 11v3h4.5v-3h3V9.5l.045-.045c.225.045.465.045.705.045C12.32 9.5 14 7.82 14 5.75S12.32 2 10.25 2M11 3.5c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5S9.5 5.825 9.5 5s.675-1.5 1.5-1.5"})),d0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.375 3C12.27 3 9.75 5.615 9.75 8.838c0 .374 0 .747.068 1.098L3 17.01v4.67h6.75v-4.67h4.5v-2.335l.068-.07c.337.07.697.07 1.057.07 3.105 0 5.625-2.615 5.625-5.838S18.48 3 15.375 3M16.5 5.335c1.238 0 2.25 1.051 2.25 2.335s-1.012 2.336-2.25 2.336-2.25-1.051-2.25-2.336 1.012-2.335 2.25-2.335"})),S5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.43 0H4.57A2.573 2.573 0 0 0 2 2.57V7h5.587L6.449 4.708a.65.65 0 0 1 1.041-.749l3.581 3.581a.65.65 0 0 1 0 .92L7.49 12.041a.65.65 0 0 1-1.042-.749L7.587 9H2v4.43A2.573 2.573 0 0 0 4.57 16h6.859a2.573 2.573 0 0 0 2.57-2.57V2.57A2.57 2.57 0 0 0 11.43 0"})),m0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.787 2H7.213A3.217 3.217 0 0 0 4 5.213v5.537h6.984L9.561 7.885a.814.814 0 0 1 .253-1.022.82.82 0 0 1 1.049.085l4.476 4.476a.814.814 0 0 1 0 1.15l-4.476 4.476a.813.813 0 0 1-1.302-.937l1.423-2.865H4v5.537A3.217 3.217 0 0 0 7.213 22h8.574A3.217 3.217 0 0 0 19 18.787V5.213A3.217 3.217 0 0 0 15.787 2"})),L5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.8 6.4a1.4 1.4 0 0 0-1.4 1.4v1.4a1.4 1.4 0 0 0 1.4 1.4h2.8a.7.7 0 1 1 0 1.4H3.8A2.8 2.8 0 0 1 1 9.2V7.8A2.8 2.8 0 0 1 3.8 5h2.8a.7.7 0 1 1 0 1.4zm4.9-.7a.7.7 0 0 1 .7-.7h2.8A2.8 2.8 0 0 1 15 7.8v1.4a2.8 2.8 0 0 1-2.8 2.8H9.4a.7.7 0 1 1 0-1.4h2.8a1.4 1.4 0 0 0 1.4-1.4V7.8a1.4 1.4 0 0 0-1.4-1.4H9.4a.7.7 0 0 1-.7-.7M5.2 8.5a.7.7 0 0 1 .7-.7h4.2a.7.7 0 1 1 0 1.4H5.9a.7.7 0 0 1-.7-.7",clipRule:"evenodd"})),u0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.968 9.8c-1.189 0-2.063.851-2.063 1.8v1.8c0 .949.874 1.8 2.063 1.8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9H5.97C3.825 17 2 15.434 2 13.4v-1.8C2 9.567 3.826 8 5.968 8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9zm7.09-.9c0-.497.427-.9.953-.9h4.02C20.175 8 22 9.567 22 11.6v1.8c0 2.034-1.826 3.6-3.968 3.6H14.01c-.526 0-.953-.403-.953-.9s.427-.9.953-.9h4.02c1.19 0 2.064-.851 2.064-1.8v-1.8c0-.949-.874-1.8-2.063-1.8H14.01c-.526 0-.953-.403-.953-.9m-5.026 3.6c0-.497.426-.9.952-.9h6.032c.526 0 .952.403.952.9s-.426.9-.952.9H8.984c-.526 0-.952-.403-.952-.9",clipRule:"evenodd"})),N5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2.75a2 2 0 0 0-2 2v6.5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6.5a2 2 0 0 0-2-2zm4.983 4.568h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.198 0 .366-.054a1 1 0 0 0 .301-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005q-.039.335-.193.645-.152.309-.41.553a1.9 1.9 0 0 1-.614.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75m4.806 0h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.197 0 .365-.054a1 1 0 0 0 .302-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005a1.94 1.94 0 0 1-.604 1.198 1.9 1.9 0 0 1-.613.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75",clipRule:"evenodd"})),_0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.4 3A2.4 2.4 0 0 0 0 5.4v13.2A2.4 2.4 0 0 0 2.4 21h19.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 21.6 3zm9.57 7.83h-1.703a1.8 1.8 0 0 0-.191-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.459.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.34 0 .626-.094.293-.093.518-.273.226-.183.373-.443.153-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.065 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457A3.6 3.6 0 0 1 8.513 7.8q.693 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285m8.24 0h-1.705a1.8 1.8 0 0 0-.19-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.46.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.338 0 .626-.094.292-.093.518-.273.226-.183.373-.443.151-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.067 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457a3.6 3.6 0 0 1 1.892-.504q.692 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285",clipRule:"evenodd"})),$5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.545 3h8.91C13.86 3 15 4.205 15 5.692v5.385c0 1.487-1.14 2.692-2.546 2.692H3.545C2.14 13.77 1 12.564 1 11.077V5.692C1 4.205 2.14 3 3.545 3m7.572 5.947a.5.5 0 0 0 0-.893L6.726 5.836A.5.5 0 0 0 6 6.282v4.437a.5.5 0 0 0 .726.446z",clipRule:"evenodd"})),f0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.318 4.5h13.364c2.11 0 3.818 1.807 3.818 4.038v8.077c0 2.232-1.709 4.039-3.818 4.039H5.318c-2.11 0-3.818-1.807-3.818-4.039V8.538C1.5 6.308 3.209 4.5 5.318 4.5m11.358 8.92a.75.75 0 0 0 0-1.34l-6.587-3.327A.75.75 0 0 0 9 9.423v6.655a.75.75 0 0 0 1.088.67z",clipRule:"evenodd"})),R5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.333 11.667h9.606q.175 0 .34.004c.61.012 1.142.022 1.72-.338.426-.264.668-1.562.668-2.291q0-1.006-.69-1.758a2.68 2.68 0 0 0-1.735-.867q0-1.707-1.235-2.895Q9.774 2.334 8 2.333q-1.44 0-2.576.832A3.96 3.96 0 0 0 3.91 5.338a3.17 3.17 0 0 0-1.864 1.137 3.16 3.16 0 0 0-.712 2.027c0 .885.667 3.165 1 3.165m7.667-4-3.333-2v4z",clipRule:"evenodd"})),p0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.5 17.5h14.41q.26 0 .51.006c.913.018 1.712.033 2.58-.506.637-.396 1-2.344 1-3.437q0-1.51-1.034-2.636t-2.602-1.302q0-2.56-1.853-4.342Q14.66 3.5 12 3.5q-2.16 0-3.864 1.247t-2.272 3.26q-1.728.371-2.796 1.705A4.73 4.73 0 0 0 2 12.753C2 14.08 3 17.5 3.5 17.5m11.5-6-5-3v6z",clipRule:"evenodd"})),A5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15s5.6-4.375 5.6-8.75C13.6 3.35 11.093 1 8 1S2.4 3.35 2.4 6.25C2.4 10.625 8 15 8 15m0-7a2.1 2.1 0 1 0 0-4.2A2.1 2.1 0 0 0 8 8",clipRule:"evenodd"})),h0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22s8-6.25 8-12.5C20 5.358 16.418 2 12 2S4 5.358 4 9.5C4 15.75 12 22 12 22m0-10a3 3 0 1 0 0-6 3 3 0 0 0 0 6",clipRule:"evenodd"})),H5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.846 4.538v-.461a3.078 3.078 0 0 1 6.154 0v2.308h1.539c.34 0 .615.275.615.615v7.385c0 .34-.276.615-.615.615H3.615A.615.615 0 0 1 3 14.385V7c0-.34.276-.615.615-.615h1.231V4.538M9.77 6.385V4.077c0-1.052-.794-1.908-1.846-1.908s-1.846.856-1.846 1.908v2.308z",clipRule:"evenodd"})),v0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 6.56v-.725C7 3.166 9.24 1 12 1s5 2.166 5 4.835v3.627h2c.552 0 1 .433 1 .967v11.604c0 .534-.448.967-1 .967H5c-.552 0-1-.433-1-.967V10.429c0-.534.448-.967 1-.967h2V6.56m8 2.902V5.835c0-1.653-1.29-2.998-3-2.998S9 4.182 9 5.835v3.627z",clipRule:"evenodd"})),O5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.959 6.386c.128-.492.607-.78 1.07-.644.462.135.734.645.606 1.137l-.454 1.742-.7 2.691a7 7 0 0 1-.189.615l-3.513-3.72 1.361-5.232c.129-.492.607-.781 1.07-.645.463.137.734.646.606 1.138l-1.39 5.344.837.246zM9.072 7.458l1.463-5.62C10.663 1.346 10.39.837 9.929.7c-.463-.137-.942.152-1.07.644-.084.321-.75 2.878-1.201 4.616zm-2.518-.724-.155.598.837.247q.001-.002.025-.096l5.417 5.735c-.357.578-.79 1.06-1.275 1.39-1.391.942-3.233.877-5.14.316-1.548-.456-4.737-2.046-4.88-5.486a77 77 0 0 1-.05-2.648c-.002-.463.316-.855.747-.926.47-.076.912.256 1 .752.147.829.355 1.984.422 2.293.085.398.58.396.682.003l.688-2.645.268-1.03zm.397-1.522.839-3.224c.127-.492-.143-1-.606-1.137s-.942.152-1.07.644l-.577 2.22z",clipRule:"evenodd"}),n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",d:"m3 3 11.333 12"})),g0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.439 9.58c.192-.738.91-1.172 1.604-.967.694.203 1.102.968.91 1.705l-.681 2.615-.976 3.748-5.304-5.616 1.719-6.603c.192-.738.91-1.171 1.604-.967s1.1.968.91 1.706l-2.087 8.017 1.257.369zm-5.507.362 1.87-7.186c.193-.737-.215-1.5-.909-1.705s-1.412.229-1.604.966L11.81 7.696zm-3.776-1.086-.558 2.142 1.257.37.361-1.389 8.345 8.836c-.61 1.313-1.462 2.421-2.457 3.096-2.086 1.414-4.85 1.316-7.71.474-2.32-.683-7.105-3.068-7.319-8.228A116 116 0 0 1 2 10.186c-.003-.695.473-1.283 1.12-1.389.704-.115 1.367.384 1.5 1.127.22 1.244.532 2.977.633 3.44.127.597.87.595 1.023.006L8.035 6.61zm.594-2.283.934-3.591c.192-.738-.214-1.501-.908-1.706-.694-.204-1.413.229-1.604.967l-.543 2.085z",clipRule:"evenodd"}),n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m4.727 4.313 17 18"})),P5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.661 8.446a2.5 2.5 0 0 1-3.323 0L1.297 3.964A1.99 1.99 0 0 1 3 3h10a1.99 1.99 0 0 1 1.702.963zM15 11c0 .343-.094.66-.246.942l-3.336-3.72L15 5.037zM1 5.037V11c0 .343.094.66.246.942l3.336-3.72zm9.326 4.157.345-.307 3.404 3.795A2 2 0 0 1 13 13H3c-.396 0-.764-.119-1.075-.317l3.404-3.796.345.306A3.5 3.5 0 0 0 8 10.078c.832 0 1.663-.295 2.326-.884",clipRule:"evenodd"})),w0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m22.054 5.445-7.562 6.724a3.75 3.75 0 0 1-4.984 0L1.946 5.445A2.99 2.99 0 0 1 4.5 4h15a2.99 2.99 0 0 1 2.554 1.445m.077 11.968-5.004-5.58L22.5 7.056V16c0 .514-.141.99-.369 1.413m-6.642-4.123A5.24 5.24 0 0 1 12 14.616a5.24 5.24 0 0 1-3.489-1.326l-.517-.46-5.106 5.693A2.98 2.98 0 0 0 4.5 19h15c.594 0 1.145-.178 1.611-.477l-5.105-5.693zM1.5 16V7.056l5.373 4.777-5.004 5.58A2.96 2.96 0 0 1 1.5 16",clipRule:"evenodd"})),V5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.5 2h-11A2.503 2.503 0 0 0 0 4.5v7C0 12.879 1.122 14 2.5 14h11c1.378 0 2.5-1.121 2.5-2.5v-7C16 3.121 14.878 2 13.5 2M8 4.387c1.269 0 2.3 1.032 2.3 2.3A2.303 2.303 0 0 1 8 8.988a2.304 2.304 0 0 1-2.301-2.301c0-1.268 1.032-2.3 2.301-2.3M11.709 13H4.291a.627.627 0 0 1-.62-.72c.112-.722.387-1 .547-1.174.596-.65 1.729-1.135 3.782-1.135 2.036 0 3.167.477 3.767 1.118.173.185.449.468.562 1.191a.628.628 0 0 1-.62.72"})),E0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M20.25 3.5H3.75A3.754 3.754 0 0 0 0 7.25v10.5a3.754 3.754 0 0 0 3.75 3.75h16.5A3.754 3.754 0 0 0 24 17.75V7.25a3.754 3.754 0 0 0-3.75-3.75M12 7.08a3.455 3.455 0 0 1 3.451 3.45A3.455 3.455 0 0 1 12 13.983a3.455 3.455 0 0 1-3.451-3.451A3.454 3.454 0 0 1 12 7.08M17.563 20H6.437a.942.942 0 0 1-.93-1.08c.169-1.082.58-1.5.82-1.762.893-.975 2.593-1.702 5.673-1.702 3.054 0 4.75.715 5.65 1.677.26.277.674.702.843 1.786a.942.942 0 0 1-.93 1.081"})),T5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.974 12.737h4.052l.535 1.604a.46.46 0 0 1-.437.606H5.876a.46.46 0 0 1-.437-.606zM2.916 1.684h10.168C14.142 1.684 15 2.542 15 3.6v6.484A1.916 1.916 0 0 1 13.084 12H2.916A1.916 1.916 0 0 1 1 10.084V3.6c0-1.058.858-1.916 1.916-1.916m10.168 9.21a.81.81 0 0 0 .81-.81V3.6a.81.81 0 0 0-.81-.81H2.916a.81.81 0 0 0-.81.81v6.484c0 .448.363.81.81.81zM4.1 3.785a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1zm3.2 1a1 1 0 0 1 1-1h3.6a1 1 0 0 1 1 1v4.3a1 1 0 0 1-1 1H8.3a1 1 0 0 1-1-1zm-3.2 2.5a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1z",clipRule:"evenodd"})),x0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.895 18.79.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866l.764-2.291zM4.737 3h14.526A2.737 2.737 0 0 1 22 5.737V15a2.737 2.737 0 0 1-2.737 2.737H4.737A2.737 2.737 0 0 1 2 15V5.737A2.737 2.737 0 0 1 4.737 3m14.526 13.158c.64 0 1.158-.518 1.158-1.158V5.737c0-.64-.519-1.158-1.158-1.158H4.737c-.64 0-1.158.519-1.158 1.158V15c0 .64.519 1.158 1.158 1.158zM6 6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm5 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1zm-5 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z",clipRule:"evenodd"})),q5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8.1 5.8c-.418.374-.76.83-1.003 1.344L3.083 3.13A2.52 2.52 0 0 1 5.572 1 2.53 2.53 0 0 1 8.1 3.529zM.72 1.958l6.075 6.076a4.2 4.2 0 0 0 .022 1.897c-.366.215-.789.342-1.245.342a2.53 2.53 0 0 1-2.53-2.529V5.473L.124 2.553a.422.422 0 0 1 .596-.595M10.898 13.133h.053a.4.4 0 0 1-.14 0z"}),n.createElement("path",{fill:"currentColor",d:"M5.993 11.936a4.1 4.1 0 0 0 1.549-.478 4.2 4.2 0 0 1-.442-.729 3.2 3.2 0 0 1-1.528.387A3.375 3.375 0 0 1 2.2 7.744v-.843a.422.422 0 0 0-.843 0v.843c0 2.18 1.669 3.957 3.793 4.172v1.73a.422.422 0 0 0 .843 0z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.733 5.667a3.267 3.267 0 1 0 0 6.533 3.267 3.267 0 0 0 0-6.533m0 4.9a.327.327 0 0 0 0-.654h-.003a.327.327 0 0 0 0 .654zm-.326-1.634a.327.327 0 1 0 .653 0V7.627a.327.327 0 0 0-.653 0z",clipRule:"evenodd"})),b0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.4 9.348a6.45 6.45 0 0 0-1.537 2.057L4.72 5.259A3.86 3.86 0 0 1 8.53 2a3.87 3.87 0 0 1 3.87 3.871zM1.101 3.466l9.3 9.3a6.45 6.45 0 0 0 .034 2.903c-.561.33-1.208.524-1.907.524a3.87 3.87 0 0 1-3.87-3.87V8.846L.187 4.378a.646.646 0 0 1 .913-.912M16.681 20.571h.081a.7.7 0 0 1-.213 0z"}),n.createElement("path",{fill:"currentColor",d:"M9.173 18.738a6.3 6.3 0 0 0 2.37-.73 6.4 6.4 0 0 1-.675-1.116 4.9 4.9 0 0 1-2.34.592 5.166 5.166 0 0 1-5.161-5.162v-1.29a.645.645 0 0 0-1.29 0v1.29c0 3.337 2.554 6.057 5.806 6.386v2.647a.645.645 0 0 0 1.29 0z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.429 9.143a5 5 0 1 0 0 10 5 5 0 0 0 0-10m0 7.5a.5.5 0 0 0 0-1h-.005a.5.5 0 1 0 0 1zm-.5-2.5a.5.5 0 1 0 1 0v-2a.5.5 0 1 0-1 0z",clipRule:"evenodd"})),W5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5v-5a3 3 0 0 0-3-3 2.99 2.99 0 0 0-2.952 2.526l5.908 5.909.005-.033c.02-.132.039-.265.039-.402m2 0v-1a.5.5 0 0 0-1 0v1c0 .442-.09.859-.222 1.257l.779.779c.28-.624.443-1.31.443-2.036M2.244 1.636l12.41 12.411a.5.5 0 1 1-.707.706l-2.583-2.583A4.95 4.95 0 0 1 8.5 13.472V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4 1.025 0 1.94-.409 2.646-1.047l-.698-.698A2.96 2.96 0 0 1 8 11.5a3 3 0 0 1-3-3V5.806L1.537 2.343a.5.5 0 0 1 .707-.707",clipRule:"evenodd"})),D5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625v-6.25A3.75 3.75 0 0 0 12 2.625a3.74 3.74 0 0 0-3.69 3.158l7.385 7.386.007-.049c.024-.163.048-.326.048-.495m2.5 0v-1.25a.625.625 0 0 0-1.25 0v1.25c0 .552-.111 1.074-.277 1.571l.973.973c.35-.779.554-1.636.554-2.544M4.805 4.045l15.512 15.514a.625.625 0 1 1-.883.883l-3.229-3.229a6.2 6.2 0 0 1-3.58 1.627v2.535a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 1 1 1.25.001v1.25c0 2.758 2.243 5 5 5 1.281 0 2.425-.511 3.308-1.308l-.873-.873a3.7 3.7 0 0 1-2.435.931 3.75 3.75 0 0 1-3.75-3.75V9.259l-4.329-4.33a.625.625 0 0 1 .884-.884",clipRule:"evenodd"})),j5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833V8.5a5 5 0 0 0-5-5c-2.49 0-4.54 1.827-4.92 4.21l9.847 9.849.01-.065c.031-.218.063-.435.063-.66m3.333 0v-1.666a.834.834 0 0 0-1.666 0v1.666c0 .736-.149 1.432-.37 2.095l1.297 1.297a8.24 8.24 0 0 0 .74-3.392M6.407 5.393 27.089 26.08a.833.833 0 1 1-1.177 1.177l-4.305-4.305a8.26 8.26 0 0 1-4.774 2.169v3.38a.834.834 0 0 1-1.666 0v-3.417c-4.2-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 1 1 1.666.001v1.667A6.673 6.673 0 0 0 16 23.5c1.708 0 3.233-.681 4.41-1.744l-1.163-1.164c-.875.76-1.996 1.242-3.247 1.242a5 5 0 0 1-5-5v-4.49L5.228 6.572a.834.834 0 0 1 1.179-1.179",clipRule:"evenodd"})),F5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5a3 3 0 1 1-6 0v-5a3 3 0 1 1 6 0zm1-1a.5.5 0 0 1 1 0v1c0 2.586-1.98 4.694-4.5 4.949V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4s4-1.794 4-4z",clipRule:"evenodd"})),U5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625a3.75 3.75 0 0 1-7.5 0v-6.25a3.75 3.75 0 0 1 7.5 0zm1.25-1.25a.625.625 0 0 1 1.25 0v1.25c0 3.232-2.476 5.868-5.625 6.187v2.563a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 0 1 1.25 0v1.25c0 2.758 2.243 5 5 5s5-2.242 5-5z",clipRule:"evenodd"})),G5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833a5 5 0 0 1-10 0V8.5a5 5 0 0 1 10 0zm1.667-1.666a.834.834 0 0 1 1.666 0v1.666c0 4.31-3.3 7.824-7.5 8.25V28.5a.834.834 0 0 1-1.666 0v-3.417c-4.199-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 0 1 1.666 0v1.666A6.673 6.673 0 0 0 16 23.5a6.673 6.673 0 0 0 6.667-6.667z",clipRule:"evenodd"})),X5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.326 8a.8.8 0 0 1-.8.8H3.474a.8.8 0 0 1 0-1.6h9.05a.8.8 0 0 1 .8.8",clipRule:"evenodd"})),k0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.071 12a1 1 0 0 1-1 1H4.929a1 1 0 1 1 0-2H19.07a1 1 0 0 1 1 1",clipRule:"evenodd"})),Jt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreHorizontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"})),Q5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.667 12c0 .733.6 1.333 1.333 1.333s1.333-.6 1.333-1.333-.6-1.333-1.333-1.333-1.333.6-1.333 1.333m0-8c0 .733.6 1.333 1.333 1.333S9.333 4.733 9.333 4 8.733 2.667 8 2.667 6.667 3.267 6.667 4m0 4c0 .733.6 1.333 1.333 1.333S9.333 8.733 9.333 8 8.733 6.667 8 6.667 6.667 7.267 6.667 8"})),C0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0m0-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0",clipRule:"evenodd"})),K5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m5.638 2-2.897.024a.72.72 0 0 0-.717.717L2 5.638a.705.705 0 0 0 .71.71.72.72 0 0 0 .718-.717l.011-1.217 2.872 2.872a.724.724 0 0 0 1.024-.005.724.724 0 0 0 .004-1.023l-2.82-2.82 1.112-.01a.72.72 0 0 0 .717-.718.705.705 0 0 0-.71-.71m0 12-2.897-.024a.72.72 0 0 1-.717-.717L2 10.362a.705.705 0 0 1 .71-.71.72.72 0 0 1 .718.717l.011 1.217 2.872-2.872a.724.724 0 0 1 1.024.004.724.724 0 0 1 .004 1.024l-2.82 2.82 1.112.01a.72.72 0 0 1 .717.717.705.705 0 0 1-.71.71m7.62-11.976L10.363 2a.705.705 0 0 0-.71.71.72.72 0 0 0 .717.718l1.112.01-2.82 2.82a.724.724 0 0 0 .004 1.023.724.724 0 0 0 1.024.005l2.872-2.872.011 1.217a.72.72 0 0 0 .717.717.705.705 0 0 0 .71-.71l-.023-2.897a.72.72 0 0 0-.717-.717M10.363 14l2.897-.024a.72.72 0 0 0 .717-.717L14 10.362a.705.705 0 0 0-.71-.71.72.72 0 0 0-.718.717l-.011 1.217-2.872-2.872a.724.724 0 0 0-1.024.004.724.724 0 0 0-.004 1.024l2.82 2.82-1.112.01a.72.72 0 0 0-.717.717.705.705 0 0 0 .71.71",clipRule:"evenodd"})),z0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.457 3-4.345.036a1.08 1.08 0 0 0-1.076 1.076L3 8.457a1.06 1.06 0 0 0 1.066 1.066 1.08 1.08 0 0 0 1.076-1.076l.017-1.826 4.308 4.308a1.085 1.085 0 0 0 1.535-.007c.426-.426.43-1.113.007-1.535l-4.23-4.23 1.668-.015a1.08 1.08 0 0 0 1.076-1.076A1.06 1.06 0 0 0 8.457 3m0 18-4.345-.036a1.08 1.08 0 0 1-1.076-1.076L3 15.543a1.06 1.06 0 0 1 1.066-1.066 1.08 1.08 0 0 1 1.076 1.076l.017 1.825 4.308-4.308a1.085 1.085 0 0 1 1.535.008c.426.426.43 1.113.007 1.534l-4.23 4.23 1.668.016a1.08 1.08 0 0 1 1.076 1.076A1.06 1.06 0 0 1 8.457 21M19.888 3.036 15.543 3a1.06 1.06 0 0 0-1.066 1.066 1.08 1.08 0 0 0 1.076 1.076l1.668.015-4.23 4.23a1.085 1.085 0 0 0 .007 1.535c.426.426 1.113.43 1.535.007l4.308-4.308.017 1.826a1.08 1.08 0 0 0 1.076 1.076A1.06 1.06 0 0 0 21 8.457l-.036-4.345a1.08 1.08 0 0 0-1.076-1.076M15.543 21l4.345-.036a1.08 1.08 0 0 0 1.076-1.076L21 15.543a1.06 1.06 0 0 0-1.066-1.066 1.08 1.08 0 0 0-1.076 1.076l-.017 1.825-4.308-4.308a1.085 1.085 0 0 0-1.535.008 1.085 1.085 0 0 0-.007 1.534l4.23 4.23-1.668.016a1.08 1.08 0 0 0-1.076 1.076A1.06 1.06 0 0 0 15.543 21",clipRule:"evenodd"})),Z5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.25 12.542q1.584 2.18 4.017 2.791 2.432-.612 4.016-2.79 1.584-2.18 1.584-4.84v-4.27l-5.6-2.1-5.6 2.1v4.27q0 2.66 1.584 4.84M8 11.333A.667.667 0 0 0 8 10h-.007a.667.667 0 0 0 0 1.333zM7.333 8a.667.667 0 0 0 1.334 0V5.333a.667.667 0 0 0-1.334 0z",clipRule:"evenodd"})),Y5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53M12 16a.8.8 0 0 0 0-1.6h-.008a.8.8 0 0 0 0 1.6zm-.8-4a.8.8 0 0 0 1.6 0V8.8a.8.8 0 0 0-1.6 0z",clipRule:"evenodd"})),J5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m6.12-1.08a1.067 1.067 0 0 0 0-2.133h-.01a1.067 1.067 0 0 0 0 2.133zM14.933 16a1.067 1.067 0 0 0 2.134 0v-4.267a1.067 1.067 0 0 0-2.134 0z",clipRule:"evenodd"})),e6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.589 1.009A1 1 0 0 1 1.7 1h3.5a.7.7 0 1 1 0 1.4H2.4v11.2h11.2v-2.8a.7.7 0 1 1 1.4 0v3.5a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7V1.7a.7.7 0 0 1 .589-.691"}),n.createElement("path",{fill:"currentColor",d:"M14.398 1H7.977a.601.601 0 0 0-.192 1.172l3.543 1.19-4.53 4.531a.926.926 0 0 0 1.308 1.31l4.53-4.531 1.192 3.544A.601.601 0 0 0 15 8.024V1.602A.6.6 0 0 0 14.398 1"})),I0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.967 2h9.174a.86.86 0 0 1 .859.86v9.174a.86.86 0 0 1-1.675.274l-1.7-5.062-6.473 6.472a1.323 1.323 0 0 1-1.87-1.87l6.472-6.473-5.062-1.701A.859.859 0 0 1 11.967 2M3 2h5a1 1 0 0 1 0 2H4v16h16v-4a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1",clipRule:"evenodd"})),t6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.677 4.909A3.68 3.68 0 0 1 8 8.587a3.68 3.68 0 0 1-3.678-3.678A3.68 3.68 0 0 1 8 1.233a3.68 3.68 0 0 1 3.677 3.676M8 10.158c3.254 0 5.062.762 6.021 1.788l.014.015c.278.295.707.752.885 1.888a1.004 1.004 0 0 1-.992 1.15H2.072c-.61 0-1.085-.547-.992-1.15.174-1.114.59-1.567.848-1.848l.026-.03c.953-1.038 2.764-1.813 6.046-1.813",clipRule:"evenodd"})),y0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.59 8.595a4.6 4.6 0 0 1-4.596 4.597 4.6 4.6 0 0 1-4.597-4.597A4.6 4.6 0 0 1 11.994 4a4.6 4.6 0 0 1 4.596 4.595m-4.596 6.562c4.068 0 6.328.952 7.527 2.234l.021.023c.346.37.88.943 1.101 2.356a1.254 1.254 0 0 1-1.239 1.439H4.584a1.254 1.254 0 0 1-1.239-1.438c.218-1.396.74-1.962 1.061-2.313l.031-.033c1.191-1.299 3.455-2.268 7.557-2.268",clipRule:"evenodd"})),e1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordHide_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46A11.8 11.8 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"})),t1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordShow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"})),n6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.79 1A1.79 1.79 0 0 0 3 2.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 4.791 1m7.164 0a1.79 1.79 0 0 0-1.791 1.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 11.954 1",clipRule:"evenodd"})),B0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.302 3A2.3 2.3 0 0 0 5 5.302v13.396a2.302 2.302 0 0 0 4.605 0V5.302A2.3 2.3 0 0 0 7.302 3m9.21 0a2.3 2.3 0 0 0-2.303 2.302v13.396a2.302 2.302 0 1 0 4.605 0V5.302A2.3 2.3 0 0 0 16.512 3",clipRule:"evenodd"})),n1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexip_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),a1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexipLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),a6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.733 12.373c-.382.679-1.125 1.154-1.988 1.274-1.66.231-3.792-.788-6.198-3.193-2.94-2.94-3.36-4.993-3.193-6.198.119-.863.595-1.606 1.274-1.988a1.13 1.13 0 0 1 1.532.406l1.293 2.155a1.136 1.136 0 0 1-.171 1.39l-.606.624c.448.728.957 1.345 1.547 1.934a12.6 12.6 0 0 0 1.887 1.558l.675-.621a1.13 1.13 0 0 1 1.386-.168l2.155 1.293c.53.32.71.993.407 1.534"})),M0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.88 17.248c-.459.814-1.35 1.384-2.386 1.528-1.992.278-4.55-.945-7.438-3.831-3.528-3.528-4.03-5.992-3.831-7.438.143-1.035.714-1.927 1.529-2.385a1.356 1.356 0 0 1 1.838.487l1.552 2.586a1.36 1.36 0 0 1-.206 1.668l-.727.749a12.5 12.5 0 0 0 1.857 2.32 15 15 0 0 0 2.264 1.87l.81-.745a1.36 1.36 0 0 1 1.663-.202l2.586 1.552c.638.384.852 1.191.489 1.84"})),o6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.361 9.69c-.2-.714-.02-1.534.48-2.195.963-1.273 3.083-2.022 6.32-2.023 3.958 0 5.621 1.1 6.32 2.022.501.66.68 1.48.48 2.195a1.076 1.076 0 0 1-1.304.758l-2.32-.58a1.08 1.08 0 0 1-.82-1.05l-.012-.828a10 10 0 0 0-2.343-.26c-.793-.001-1.552.072-2.318.22l-.037.873c.002.493-.335.925-.82 1.046l-2.32.58a1.08 1.08 0 0 1-1.306-.758"})),l6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.282 13.967c-.317-1.135-.03-2.438.764-3.49 1.53-2.022 4.9-3.213 10.046-3.214 6.29 0 8.934 1.747 10.046 3.213.796 1.05 1.081 2.355.763 3.49a1.71 1.71 0 0 1-2.073 1.204l-3.688-.921a1.72 1.72 0 0 1-1.304-1.67l-.02-1.316a15.7 15.7 0 0 0-3.723-.414c-1.261 0-2.467.116-3.685.352l-.058 1.387a1.71 1.71 0 0 1-1.303 1.662l-3.688.923a1.717 1.717 0 0 1-2.077-1.206"})),r6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2.603 18.46c-.397-1.42-.039-3.048.955-4.363 1.91-2.528 6.124-4.017 12.557-4.019 7.863 0 11.168 2.184 12.557 4.018.995 1.313 1.352 2.942.954 4.361a2.14 2.14 0 0 1-2.591 1.506l-4.61-1.152a2.15 2.15 0 0 1-1.63-2.087l-.024-1.645c-1.573-.374-3.078-.519-4.655-.517a24 24 0 0 0-4.606.44l-.073 1.733a2.14 2.14 0 0 1-1.629 2.078l-4.61 1.153a2.146 2.146 0 0 1-2.595-1.507"})),c6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.119 1.67a.46.46 0 0 1 .357-.546 5.95 5.95 0 0 1 5.214 1.42 5.95 5.95 0 0 1 1.888 5.062.46.46 0 1 1-.916-.105 5.02 5.02 0 0 0-1.594-4.277 5.03 5.03 0 0 0-4.404-1.197.46.46 0 0 1-.545-.357M12.61 13.08c-.388.69-1.144 1.174-2.023 1.296-1.689.235-3.858-.802-6.306-3.249C1.289 8.136.863 6.047 1.03 4.821c.122-.878.606-1.634 1.297-2.022a1.15 1.15 0 0 1 1.559.413l1.316 2.192a1.156 1.156 0 0 1-.174 1.415l-.617.634c.456.741.974 1.369 1.574 1.968.6.6 1.228 1.118 1.92 1.585l.687-.632a1.15 1.15 0 0 1 1.41-.17l2.193 1.315c.54.325.723 1.01.414 1.56"}),n.createElement("path",{fill:"currentColor",d:"M7.388 3.785a.461.461 0 1 0 .353.853 2.49 2.49 0 0 1 2.625.451c.705.643.974 1.653.69 2.573a.461.461 0 0 0 .88.274 3.42 3.42 0 0 0-.948-3.528 3.42 3.42 0 0 0-3.6-.623"})),S0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.284 4.835a.55.55 0 0 1 .425-.649c2.22-.46 4.54.168 6.207 1.69a7.09 7.09 0 0 1 2.248 6.026.548.548 0 1 1-1.09-.125 5.98 5.98 0 0 0-1.898-5.09 5.98 5.98 0 0 0-5.243-1.427.55.55 0 0 1-.649-.425M17.822 18.418c-.463.823-1.363 1.398-2.408 1.543-2.011.28-4.594-.954-7.508-3.867-3.562-3.56-4.07-6.047-3.868-7.507.144-1.045.72-1.945 1.543-2.408a1.37 1.37 0 0 1 1.856.492l1.566 2.61a1.376 1.376 0 0 1-.207 1.684l-.734.755c.543.882 1.16 1.63 1.874 2.343a15.3 15.3 0 0 0 2.286 1.887l.817-.752a1.37 1.37 0 0 1 1.68-.204l2.61 1.566c.643.388.86 1.203.493 1.858"}),n.createElement("path",{fill:"currentColor",d:"M11.605 7.354a.55.55 0 1 0 .42 1.014 2.97 2.97 0 0 1 3.125.538 2.97 2.97 0 0 1 .82 3.063.55.55 0 0 0 1.05.326 4.07 4.07 0 0 0-1.13-4.2 4.07 4.07 0 0 0-4.285-.741"})),s6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.435.525a.7.7 0 0 1 .99 0l5.05 5.05a.7.7 0 1 1-.99.99l-1.134-1.134-2.938 3.905q.161.516.207 1.044c.106 1.22-.277 2.348-1.064 3.135l-3.04-3.04L4.04 12.95a.7.7 0 0 1-.99-.99l2.475-2.475-3.04-3.04C3.272 5.656 4.4 5.273 5.62 5.38c.35.03.701.1 1.044.208L10.57 2.65 9.435 1.515a.7.7 0 0 1 0-.99",clipRule:"evenodd"})),L0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.145 8.607a7 7 0 0 0-1.473-.279c-1.724-.132-3.325.425-4.45 1.55l4.242 4.243-3.535 3.536a1 1 0 1 0 1.414 1.414l3.536-3.536 4.242 4.243c1.126-1.125 1.683-2.726 1.55-4.45a7 7 0 0 0-.278-1.473l4.21-5.565 1.59 1.589a1 1 0 0 0 1.414-1.415L19.07 4.93l-3.535-3.536a1 1 0 0 0-1.415 1.415l1.589 1.588z",clipRule:"evenodd"})),i6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.087 8.999-8.543 4.876a1.15 1.15 0 0 1-1.721-.999V3.124a1.15 1.15 0 0 1 1.72-.999l8.542 4.877a1.15 1.15 0 0 1 .002 1.997"})),N0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M21.13 13.498 8.317 20.812c-1.152.657-2.582-.174-2.582-1.498V4.686c0-1.324 1.43-2.155 2.58-1.498l12.814 7.314c1.162.662 1.162 2.334.003 2.996"})),d6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.05-6.567a.5.5 0 0 0 0-.866l-2.7-1.559a.5.5 0 0 0-.75.433V9.56a.5.5 0 0 0 .75.433z",clipRule:"evenodd"})),$0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-1.25-6.969 4.5-2.598a.5.5 0 0 0 0-.866l-4.5-2.598a.5.5 0 0 0-.75.433v5.196a.5.5 0 0 0 .75.433",clipRule:"evenodd"})),m6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.8 3.475a.8.8 0 0 0-1.6 0V7.2H3.475a.8.8 0 0 0 0 1.6H7.2v3.725a.8.8 0 1 0 1.6 0V8.8h3.725a.8.8 0 1 0 0-1.6H8.8z",clipRule:"evenodd"})),R0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.071 13a1 1 0 1 0 0-2H13V4.929a1 1 0 1 0-2 0V11H4.929a1 1 0 1 0 0 2h6.07v6.071a1 1 0 1 0 2 0V13z",clipRule:"evenodd"})),u6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.244.636a.5.5 0 0 0-.707.707l.787.787A1.99 1.99 0 0 0 1 4v6a2 2 0 0 0 2 2h9.193l1.754 1.754a.5.5 0 0 0 .708 0 .5.5 0 0 0 0-.707zM3 10.5a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5h.694l6.999 7zm7.333 2.5H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658zM5.022 2H13a2 2 0 0 1 2 2v6c0 .547-.221 1.042-.576 1.403l-1.062-1.062A.5.5 0 0 0 13.5 10V4a.5.5 0 0 0-.5-.5H6.522z",clipRule:"evenodd"})),A0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM4.124 2.24a.625.625 0 0 0-.884.884l1.032 1.032A2.58 2.58 0 0 0 2.5 6.6v8.8A2.6 2.6 0 0 0 5.1 18h13.016l1.969 1.97a.623.623 0 0 0 .884 0 .625.625 0 0 0 0-.884zM5.1 16a.6.6 0 0 1-.6-.6V6.6a.6.6 0 0 1 .6-.6h1.017l9.999 10zM18.9 4H7.652l2 2H18.9a.6.6 0 0 1 .6.6v8.8a.6.6 0 0 1-.115.334l1.422 1.422A2.59 2.59 0 0 0 21.5 15.4V6.6A2.6 2.6 0 0 0 18.9 4"})),_6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m10 9a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm0-7H3v6h10zm-2.667 9H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658z",clipRule:"evenodd"})),H0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM18.9 4H5.1a2.6 2.6 0 0 0-2.6 2.6v8.8A2.6 2.6 0 0 0 5.1 18h13.8a2.6 2.6 0 0 0 2.6-2.6V6.6A2.6 2.6 0 0 0 18.9 4M20 15.4a1.1 1.1 0 0 1-1.1 1.1H5.1A1.1 1.1 0 0 1 4 15.4V6.6a1.1 1.1 0 0 1 1.1-1.1h13.8A1.1 1.1 0 0 1 20 6.6zM5.5 15h13V7h-13z"})),f6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.33 5.845c-.485-.13-.988.145-1.122.614l-.73 2.551-.88-.235 1.46-5.101a.88.88 0 0 0-.635-1.086c-.486-.13-.99.146-1.123.615L9.838 8.304l-.88-.236 1.704-5.951a.88.88 0 0 0-.636-1.085c-.486-.13-.989.146-1.124.616l-1.704 5.95-.88-.235 1.462-5.1a.88.88 0 0 0-.636-1.087c-.486-.13-.99.146-1.124.616l-2.028 7.08c-.107.374-.626.376-.716-.003-.07-.296-.288-1.399-.443-2.19-.092-.474-.556-.79-1.049-.717A.9.9 0 0 0 1 6.846c.003.677.014 1.686.053 2.528.149 3.283 3.498 4.8 5.123 5.235 2.002.536 3.937.598 5.397-.303 1.005-.619 1.8-1.813 2.182-3.146l1.211-4.231a.877.877 0 0 0-.635-1.084"})),p6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M21.947 8.959a1.433 1.433 0 0 0-1.764 1.01l-1.149 4.19-1.382-.386 2.295-8.38a1.45 1.45 0 0 0-1-1.784 1.433 1.433 0 0 0-1.765 1.01L14.887 13l-1.383-.386 2.679-9.778a1.45 1.45 0 0 0-1-1.783 1.433 1.433 0 0 0-1.765 1.01L10.74 11.84l-1.382-.386 2.295-8.381a1.45 1.45 0 0 0-1-1.783 1.43 1.43 0 0 0-1.764 1.01c-.21.772-3.018 11.016-3.186 11.632s-.985.618-1.125-.005c-.11-.485-.453-2.297-.696-3.597a1.455 1.455 0 0 0-1.65-1.178A1.46 1.46 0 0 0 1 10.602c.005 1.113.023 2.77.083 4.154.234 5.393 5.498 7.887 8.05 8.601 3.147.88 6.187.983 8.482-.495 1.58-1.018 2.828-2.979 3.428-5.168l1.905-6.952a1.45 1.45 0 0 0-1-1.783"})),h6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M28.058 11.484c-.926-.273-1.883.305-2.14 1.289l-1.391 5.343-1.676-.492s2.527-9.705 2.782-10.689-.287-2.002-1.213-2.274c-.925-.273-1.883.305-2.139 1.289l-2.782 10.688-1.676-.493 3.247-12.47c.257-.983-.287-2.001-1.212-2.274-.926-.273-1.883.305-2.14 1.289l-3.245 12.467-1.676-.493S15.324 4.96 15.58 3.976s-.285-2.002-1.21-2.274c-.926-.273-1.885.305-2.14 1.289L8.367 17.825c-.204.785-1.193.788-1.364-.006-.134-.618-.549-2.93-.843-4.588-.177-.991-1.061-1.656-2-1.502-.862.14-1.498.924-1.493 1.85.006 1.42.027 3.533.1 5.298.284 6.879 6.664 10.06 9.758 10.97 3.815 1.122 7.499 1.254 10.28-.632 1.915-1.298 3.43-3.799 4.157-6.59l2.308-8.867c.256-.984-.287-2.003-1.212-2.274"})),v6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 3C.895 3 0 3.876 0 4.956v7.088C0 13.124.895 14 2 14h12c1.105 0 2-.876 2-1.956V4.956C16 3.876 15.105 3 14 3zm11.253 4.822h.997a1.9 1.9 0 0 0-.219-.697 1.7 1.7 0 0 0-.437-.515 1.9 1.9 0 0 0-.617-.322 2.5 2.5 0 0 0-.751-.11q-.616 0-1.107.274a1.97 1.97 0 0 0-.78.79q-.285.519-.286 1.258 0 .738.282 1.256.285.519.775.793.492.273 1.116.273.448 0 .803-.13.359-.132.615-.358.26-.227.412-.514a1.7 1.7 0 0 0 .194-.6l-.997-.005a.92.92 0 0 1-.342.563 1 1 0 0 1-.303.148q-.168.05-.367.05-.352 0-.621-.167a1.1 1.1 0 0 1-.42-.497q-.147-.329-.147-.812 0-.47.148-.8.147-.33.416-.502.27-.175.631-.175.201 0 .372.055a1 1 0 0 1 .305.16q.132.103.216.251a.9.9 0 0 1 .112.333M6.208 6.24v4.52H9.36v-.788H7.194v-1.08H9.19v-.787H7.194V7.028h2.157V6.24zM2 10.76V6.24h1.84q.528 0 .902.183.375.18.571.514.2.33.199.78 0 .45-.2.774a1.3 1.3 0 0 1-.624.513l.99 1.756H4.589l-.883-1.602h-.72v1.602zm.986-2.37h.67q.282 0 .469-.075a.55.55 0 0 0 .278-.226.7.7 0 0 0 .093-.373.7.7 0 0 0-.093-.38.57.57 0 0 0-.28-.233 1.2 1.2 0 0 0-.472-.082h-.665z",clipRule:"evenodd"})),O0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 3C1.343 3 0 4.433 0 6.2v11.6C0 19.567 1.343 21 3 21h18c1.657 0 3-1.433 3-3.2V6.2C24 4.433 22.657 3 21 3zm16.879 7.891h1.496a3.3 3.3 0 0 0-.328-1.141 2.7 2.7 0 0 0-.656-.842 2.8 2.8 0 0 0-.925-.527 3.4 3.4 0 0 0-1.128-.181q-.922 0-1.66.448-.738.444-1.168 1.293T15.08 12q0 1.207.423 2.055.427.85 1.162 1.297.738.448 1.673.448.673 0 1.206-.213a2.89 2.89 0 0 0 1.54-1.427q.232-.473.291-.982l-1.496-.008a1.6 1.6 0 0 1-.185.528 1.4 1.4 0 0 1-.328.393 1.4 1.4 0 0 1-.454.243 1.8 1.8 0 0 1-.55.082q-.53 0-.932-.274-.404-.275-.629-.813-.222-.538-.222-1.329 0-.77.222-1.308.222-.54.625-.823.403-.285.946-.286.3 0 .557.09.26.092.458.26.198.17.325.413.126.238.167.545M9.313 8.301V15.7h4.727v-1.29h-3.248v-1.766h2.992v-1.29h-2.992V9.591h3.235V8.3zM3 15.7V8.3h2.76q.793 0 1.353.3.563.296.857.842.297.54.297 1.275 0 .736-.3 1.268a2 2 0 0 1-.935.839l1.485 2.874H6.884l-1.325-2.623h-1.08V15.7zm1.48-3.88h1.003q.424 0 .704-.122a.85.85 0 0 0 .417-.369q.14-.246.14-.61 0-.369-.14-.622a.88.88 0 0 0-.42-.383q-.28-.133-.707-.133h-.998z",clipRule:"evenodd"})),g6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.626 1.631c1.663 0 4.235 1.205 5.595 2.333l.861-2.643A.471.471 0 0 1 15 1.48l-.035 5.078a.474.474 0 0 1-.475.472l-5.037-.035a.476.476 0 0 1-.144-.928l2.312-.784.003.003.456-.156c-1.613-1.218-3.14-1.828-4.454-1.828-2.745 0-4.976 2.248-4.976 5.014s2.23 5.013 4.976 5.013a4.92 4.92 0 0 0 4.624-3.163l.025-.066.026-.072.16-.423a.816.816 0 0 1 1.054-.48c.423.161.604.64.476 1.063l-.053.143C13.089 13.037 10.594 15 7.626 15 3.96 15 1 12.009 1 8.316S3.96 1.63 7.626 1.63"})),P0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.519 3.812c2.138 0 5.445 1.548 7.194 3l1.107-3.4a.606.606 0 0 1 1.18.205l-.045 6.529a.61.61 0 0 1-.61.607l-6.476-.045a.61.61 0 0 1-.596-.517.61.61 0 0 1 .41-.676l2.973-1.008.003.004.587-.201c-2.073-1.567-4.038-2.35-5.727-2.35-3.53 0-6.397 2.89-6.397 6.446s2.868 6.446 6.397 6.446a6.33 6.33 0 0 0 5.945-4.066l.032-.086.033-.093h.002l.204-.543a1.05 1.05 0 0 1 1.356-.617c.543.207.776.823.612 1.367l-.069.183C18.544 18.477 15.335 21 11.52 21 6.806 21 3 17.154 3 12.406s3.806-8.594 8.519-8.594"})),o1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRemoteControl_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A9 9 0 0 1 12 2c2.49 0 4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"})),w6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.006 9.805h-.633l-.224-.216a5.18 5.18 0 0 0 1.257-3.386 5.203 5.203 0 1 0-5.203 5.203 5.18 5.18 0 0 0 3.386-1.257l.216.224v.633L13.807 15 15 13.807zm-4.803 0a3.597 3.597 0 0 1-3.602-3.602 3.597 3.597 0 0 1 3.602-3.602 3.597 3.597 0 0 1 3.602 3.602 3.597 3.597 0 0 1-3.602 3.602"})),V0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"})),E6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 14v-4l6-2-6-2V2l15 6z"})),T0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3 20v-6l8-2-8-2V4l19 8z"})),x6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.571 6.939-1.095-.156a1.11 1.11 0 0 1-.872-.681l-.005-.012a1.12 1.12 0 0 1 .134-1.101l.664-.885a.5.5 0 0 0-.046-.654l-.802-.8a.5.5 0 0 0-.654-.046l-.885.664a1.11 1.11 0 0 1-1.112.129 1.12 1.12 0 0 1-.68-.872l-.157-1.096A.5.5 0 0 0 8.566 1H7.434a.5.5 0 0 0-.495.429l-.157 1.096c-.056.391-.315.72-.68.872l-.012.004a1.12 1.12 0 0 1-1.101-.134l-.885-.664a.5.5 0 0 0-.653.047l-.801.801a.5.5 0 0 0-.047.653l.664.885c.238.318.287.735.134 1.101l-.004.012a1.12 1.12 0 0 1-.872.68l-1.096.157A.5.5 0 0 0 1 7.434v1.133a.5.5 0 0 0 .429.495l1.095.156a1.11 1.11 0 0 1 .877.692c.153.366.104.783-.134 1.101l-.664.885a.5.5 0 0 0 .046.654l.801.801a.5.5 0 0 0 .654.046l.885-.664a1.11 1.11 0 0 1 1.101-.134l.012.005c.365.151.625.481.681.872l.156 1.095a.5.5 0 0 0 .495.429h1.133a.5.5 0 0 0 .495-.429l.156-1.095c.056-.391.315-.721.681-.872l.012-.005a1.12 1.12 0 0 1 1.101.134l.885.664a.5.5 0 0 0 .654-.046l.801-.801a.5.5 0 0 0 .046-.654l-.664-.885A1.11 1.11 0 0 1 12.6 9.91l.005-.012c.151-.365.481-.625.872-.681l1.095-.156A.5.5 0 0 0 15 8.566V7.434a.5.5 0 0 0-.429-.495M8 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5"})),q0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m21.387 10.484-1.565-.224a1.6 1.6 0 0 1-1.246-.972l-.007-.016a1.59 1.59 0 0 1 .192-1.572l.948-1.265a.716.716 0 0 0-.066-.934l-1.144-1.144a.714.714 0 0 0-.934-.066l-1.265.948a1.6 1.6 0 0 1-1.572.192l-.016-.007a1.59 1.59 0 0 1-.972-1.246l-.223-1.565A.715.715 0 0 0 12.809 2h-1.618a.714.714 0 0 0-.707.613l-.224 1.565a1.6 1.6 0 0 1-.972 1.246l-.016.006a1.6 1.6 0 0 1-1.573-.191L6.435 4.29a.714.714 0 0 0-.934.067L4.357 5.501a.714.714 0 0 0-.067.934L5.238 7.7c.34.453.409 1.049.192 1.572l-.006.016a1.59 1.59 0 0 1-1.246.972l-1.565.224a.71.71 0 0 0-.613.707v1.618c0 .356.261.657.613.707l1.565.224c.559.08 1.03.451 1.246.972l.007.016a1.59 1.59 0 0 1-.192 1.572l-.949 1.265a.716.716 0 0 0 .066.934L5.5 19.643c.251.251.649.28.934.066l1.265-.948a1.6 1.6 0 0 1 1.572-.192l.016.007c.522.216.892.687.972 1.246l.224 1.565a.715.715 0 0 0 .708.613h1.618a.71.71 0 0 0 .707-.613l.224-1.565c.08-.559.451-1.03.972-1.246l.016-.007a1.59 1.59 0 0 1 1.572.192l1.265.948a.716.716 0 0 0 .934-.066l1.144-1.144a.714.714 0 0 0 .066-.934l-.948-1.264a1.59 1.59 0 0 1-.192-1.572l.007-.016a1.59 1.59 0 0 1 1.246-.972l1.565-.224a.715.715 0 0 0 .613-.708v-1.618a.71.71 0 0 0-.613-.707M12 15.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5"})),b6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.347 4.478.47.067a.214.214 0 0 1 .183.212v.486a.214.214 0 0 1-.183.212l-.47.067a.48.48 0 0 0-.376.297.48.48 0 0 0 .058.471l.284.38a.214.214 0 0 1-.02.28l-.343.343a.215.215 0 0 1-.28.02l-.38-.285a.48.48 0 0 0-.471-.057l-.005.002a.48.48 0 0 0-.292.374l-.067.47a.214.214 0 0 1-.212.183h-.486a.214.214 0 0 1-.212-.184l-.067-.47a.48.48 0 0 0-.291-.373l-.006-.002a.48.48 0 0 0-.471.057l-.38.285a.214.214 0 0 1-.28-.02l-.343-.343a.215.215 0 0 1-.02-.28l.285-.38a.48.48 0 0 0 .055-.476.48.48 0 0 0-.374-.292l-.47-.067A.214.214 0 0 1 9 5.243v-.486c0-.106.078-.197.184-.212l.47-.067a.48.48 0 0 0 .373-.291l.002-.006a.48.48 0 0 0-.057-.471l-.285-.38a.214.214 0 0 1 .02-.28l.343-.343a.214.214 0 0 1 .28-.02l.38.285a.48.48 0 0 0 .471.057h.003l.003-.002a.48.48 0 0 0 .291-.373l.067-.47A.214.214 0 0 1 11.757 2h.486c.106 0 .197.078.212.184l.067.47a.48.48 0 0 0 .296.375.48.48 0 0 0 .472-.057l.38-.285a.214.214 0 0 1 .28.02l.343.343a.215.215 0 0 1 .02.28l-.285.38a.48.48 0 0 0-.057.471l.002.006a.48.48 0 0 0 .374.291M10.929 5a1.071 1.071 0 1 0 2.142 0 1.071 1.071 0 0 0-2.142 0M7.98 5H2.031C.911 5 0 5.934 0 7.083v5.834C0 14.066.911 15 2.031 15h8.938c1.12 0 2.031-.934 2.031-2.083V9.259q-.341.056-.697.056A4.32 4.32 0 0 1 7.98 5m.437 3.645a1.993 1.993 0 0 1-1.99 1.991 1.993 1.993 0 0 1-1.991-1.99c0-1.098.893-1.991 1.99-1.991 1.098 0 1.991.893 1.991 1.99m-1.99 2.843c1.762 0 2.74.412 3.26.967l.01.01c.149.16.38.408.476 1.02a.543.543 0 0 1-.537.624H3.217a.543.543 0 0 1-.537-.623c.095-.604.32-.85.46-1.002l.013-.014c.516-.563 1.497-.982 3.274-.982",clipRule:"evenodd"})),W0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.125 7h8.894A6.5 6.5 0 0 0 20 12.826v6.049A3.13 3.13 0 0 1 16.875 22H3.125A3.13 3.13 0 0 1 0 18.875v-8.75A3.13 3.13 0 0 1 3.125 7m6.539 7.987a2.997 2.997 0 0 0 2.994-2.994A2.997 2.997 0 0 0 9.664 9a2.997 2.997 0 0 0-2.994 2.993 2.997 2.997 0 0 0 2.994 2.994m4.903 2.735c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.692 1.506-.076.49.311.937.808.937h9.652a.817.817 0 0 0 .807-.937c-.143-.92-.491-1.293-.716-1.535z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"m22.724 5.818-.704-.1a.72.72 0 0 1-.564-.446.72.72 0 0 1 .087-.708l.427-.569a.32.32 0 0 0-.03-.42l-.516-.514a.32.32 0 0 0-.42-.03l-.569.427a.72.72 0 0 1-.715.083.72.72 0 0 1-.437-.56l-.1-.705a.32.32 0 0 0-.32-.276h-.727a.32.32 0 0 0-.318.276l-.101.704a.72.72 0 0 1-.437.56q-.004.003-.008.003a.72.72 0 0 1-.708-.086l-.569-.426a.32.32 0 0 0-.42.03l-.514.515a.32.32 0 0 0-.03.42l.426.568a.72.72 0 0 1 .086.708l-.002.008a.72.72 0 0 1-.56.437l-.705.1a.32.32 0 0 0-.276.32v.728c0 .16.118.295.276.318l.704.1a.72.72 0 0 1 .563.445.72.72 0 0 1-.086.708l-.427.569a.32.32 0 0 0 .03.42l.515.515a.32.32 0 0 0 .42.03l.57-.427a.72.72 0 0 1 .707-.086q.004 0 .008.003c.235.097.402.309.438.56l.1.704a.32.32 0 0 0 .318.276h.729c.16 0 .295-.118.318-.276l.1-.704a.72.72 0 0 1 .438-.56l.008-.004a.72.72 0 0 1 .707.087l.57.427a.32.32 0 0 0 .42-.03l.515-.515a.32.32 0 0 0 .03-.42l-.428-.57a.72.72 0 0 1-.086-.707l.003-.008a.72.72 0 0 1 .56-.438l.705-.1A.32.32 0 0 0 23 6.864v-.728a.32.32 0 0 0-.276-.318M18.5 8.108a1.607 1.607 0 1 1 0-3.215 1.607 1.607 0 0 1 0 3.214"})),k6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3.8 3A2.8 2.8 0 0 0 1 5.8v4.667a2.8 2.8 0 0 0 2.8 2.8h3.57V8.2L5.092 9.504c-.179.104-.398.042-.515-.146a.53.53 0 0 1 .043-.61l3.09-3.562a.382.382 0 0 1 .58 0l3.09 3.562c.142.163.16.421.043.61-.116.185-.334.25-.514.146L8.63 8.2v5.067h3.57a2.8 2.8 0 0 0 2.8-2.8V5.8A2.8 2.8 0 0 0 12.2 3z"})),D0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6 5a4 4 0 0 0-4 4v7a4 4 0 0 0 4 4h5.1v-7.403l-3.255 1.906c-.255.152-.568.06-.735-.214a.78.78 0 0 1 .062-.89l4.414-5.205a.538.538 0 0 1 .827 0l4.415 5.204a.78.78 0 0 1 .062.89c-.165.272-.477.366-.735.215L12.9 12.597V20H18a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4z"})),C6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),j0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.263 18.013Q8.525 21.124 12 22q3.476-.875 5.738-3.988T20 11.1V5l-8-3-8 3v6.1q0 3.8 2.263 6.913m9.34-9.807a.703.703 0 1 1 .995.996l-5.592 5.591a.704.704 0 0 1-.996 0L7.207 11.99a.703.703 0 1 1 .995-.996l2.306 2.307z",clipRule:"evenodd"})),z6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.872 1.966 2.792.912L1.58 12.673a.943.943 0 0 0 0 1.363 1.01 1.01 0 0 0 1.402 0L13.066 4.24l.938 2.712c.08.232.325.373.567.333a.5.5 0 0 0 .43-.49V1.496A.503.503 0 0 0 14.488 1H9.035a.51.51 0 0 0-.505.416c-.04.24.104.473.342.55m5.133 7.08-.938 2.713-2.835-2.754a1.01 1.01 0 0 0-1.402 0 .943.943 0 0 0 0 1.362l2.835 2.754-2.792.912a.5.5 0 0 0-.342.55c.04.242.254.417.503.417h5.455c.283 0 .51-.222.51-.496v-5.3a.5.5 0 0 0-.428-.49.51.51 0 0 0-.566.333M1.287 1.686a.944.944 0 0 0 .007 1.362l3.93 3.778c.39.374 1.018.371 1.403-.007a.944.944 0 0 0-.007-1.363L2.69 1.677a1.01 1.01 0 0 0-1.403.008",clipRule:"evenodd"})),F0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m13.121 4.312 3.59 1.237L3.746 18.842a1.33 1.33 0 0 0 0 1.85 1.25 1.25 0 0 0 1.803 0L18.514 7.396l1.206 3.681a.66.66 0 0 0 .728.452.67.67 0 0 0 .552-.665V3.673A.664.664 0 0 0 20.343 3H13.33a.664.664 0 0 0-.649.565.675.675 0 0 0 .44.747m6.6 9.608-1.207 3.681-3.644-3.737a1.25 1.25 0 0 0-1.803 0 1.33 1.33 0 0 0 0 1.849l3.644 3.737-3.589 1.237a.68.68 0 0 0-.44.747.66.66 0 0 0 .648.566h7.013c.363 0 .657-.3.657-.673v-7.192a.67.67 0 0 0-.551-.666.655.655 0 0 0-.728.451M3.369 3.93a1.33 1.33 0 0 0 .01 1.849l5.052 5.126c.5.508 1.308.504 1.803-.01a1.33 1.33 0 0 0-.01-1.849L5.173 3.92a1.253 1.253 0 0 0-1.803.01",clipRule:"evenodd"})),I6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.037 1.636a.5.5 0 0 1 .707 0l12.408 12.411a.5.5 0 0 1-.707.707l-1.02-1.021a7 7 0 0 1-.637.524.599.599 0 1 1-.702-.972 3 3 0 0 0 .324-.283q.072-.07.146-.138l-1.473-1.473a4.3 4.3 0 0 1-.929.616.6.6 0 0 1-.509-1.087c.216-.101.409-.233.592-.376L7.5 7.807v5.526a.666.666 0 0 1-1.2.4l-2.27-3.028-2.19-.438A1.67 1.67 0 0 1 .5 8.633V7.366c0-.794.561-1.478 1.34-1.634l2.189-.438.411-.548-2.403-2.403a.5.5 0 0 1 0-.707M14.8 8c0 1.19-.34 2.339-.94 3.338l.874.874A7.7 7.7 0 0 0 16 8a7.75 7.75 0 0 0-3.21-6.257.599.599 0 1 0-.702.972A6.54 6.54 0 0 1 14.8 8M6.833 2c.369 0 .667.298.667.667v2.311L5.652 3.13l.648-.863A.67.67 0 0 1 6.833 2m4.681 6a3.25 3.25 0 0 0-1.869-2.92.6.6 0 0 1 .509-1.087A4.45 4.45 0 0 1 12.714 8c0 .631-.139 1.243-.391 1.802l-.933-.933q.122-.421.124-.869",clipRule:"evenodd"})),U0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.021 4.045a.625.625 0 0 1 .884 0L20.418 19.56a.625.625 0 0 1-.884.884l-1.276-1.276a9 9 0 0 1-.796.655.75.75 0 1 1-.878-1.216c.146-.106.274-.23.403-.353q.09-.087.184-.173l-1.842-1.842a5.3 5.3 0 0 1-1.16.77.751.751 0 0 1-.638-1.359c.27-.126.511-.29.74-.47l-3.42-3.42v6.907a.833.833 0 0 1-1.5.5l-2.839-3.784-2.737-.547A2.084 2.084 0 0 1 2.1 12.792v-1.584c0-.993.701-1.848 1.675-2.043l2.737-.547.513-.684L4.021 4.93a.625.625 0 0 1 0-.884M19.975 12a8.1 8.1 0 0 1-1.175 4.173l1.093 1.093A9.63 9.63 0 0 0 21.476 12a9.69 9.69 0 0 0-4.013-7.822.75.75 0 1 0-.878 1.216A8.18 8.18 0 0 1 19.975 12m-9.958-7.5c.46 0 .833.373.833.833v2.89l-2.31-2.31.81-1.08a.83.83 0 0 1 .667-.333m5.85 7.5a4.06 4.06 0 0 0-2.336-3.65.75.75 0 1 1 .638-1.358 5.56 5.56 0 0 1 3.2 5.01c0 .787-.175 1.553-.49 2.251l-1.167-1.167c.1-.35.155-.714.155-1.086",clipRule:"evenodd"})),y6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2"})),G0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.017 4.5a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833"})),B6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconSpeakerOn_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.953 1.878a.6.6 0 0 1 .837-.135A7.75 7.75 0 0 1 16 8a7.75 7.75 0 0 1-3.21 6.257.599.599 0 1 1-.702-.972A6.54 6.54 0 0 0 14.8 8a6.54 6.54 0 0 0-2.712-5.285.6.6 0 0 1-.135-.837M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2m3.322 1.993a.6.6 0 0 0-.51 1.087A3.25 3.25 0 0 1 11.514 8a3.25 3.25 0 0 1-1.869 2.92.6.6 0 0 0 .509 1.087A4.45 4.45 0 0 0 12.714 8a4.45 4.45 0 0 0-2.559-4.007",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconSpeakerOn_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),X0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.415 4.347a.75.75 0 0 1 1.047-.169A9.69 9.69 0 0 1 21.475 12a9.68 9.68 0 0 1-4.013 7.822.75.75 0 1 1-.878-1.216A8.17 8.17 0 0 0 19.975 12a8.18 8.18 0 0 0-3.39-6.606.75.75 0 0 1-.17-1.047m-6.398.153a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833m4.151 2.491a.75.75 0 1 0-.637 1.359A4.06 4.06 0 0 1 15.867 12a4.06 4.06 0 0 1-2.336 3.65.75.75 0 0 0 .637 1.36 5.56 5.56 0 0 0 3.2-5.01 5.56 5.56 0 0 0-3.2-5.009",clipRule:"evenodd"})),M6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconSpotlight_16__a)"},n.createElement("path",{d:"M0 1.455v2.181h1.455V1.455h2.181V0H1.455A1.4 1.4 0 0 0 .427.427 1.4 1.4 0 0 0 0 1.455M1.455 16h2.181v-1.454H1.455v-2.182H0v2.182q0 .6.427 1.027A1.4 1.4 0 0 0 1.455 16M12.364 14.546V16h2.182a1.4 1.4 0 0 0 1.027-.427A1.4 1.4 0 0 0 16 14.546v-2.182h-1.454v2.182zM14.546 1.455v2.181H16V1.455a1.4 1.4 0 0 0-.427-1.028A1.4 1.4 0 0 0 14.546 0h-2.182v1.455zM8 8.308a2.33 2.33 0 0 0 2.32-2.336A2.33 2.33 0 0 0 8 3.636a2.33 2.33 0 0 0-2.32 2.336A2.33 2.33 0 0 0 8 8.308M11.791 10.427c-.604-.65-1.742-1.133-3.791-1.133-2.066 0-3.206.492-3.806 1.15l-.016.017c-.162.178-.424.466-.534 1.173-.06.382.24.73.624.73h7.464a.634.634 0 0 0 .624-.73c-.11-.717-.38-1.007-.554-1.195z"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconSpotlight_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),Q0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 3v3h2V3h3V1H3q-.824 0-1.412.587A1.93 1.93 0 0 0 1 3M3 23h3v-2H3v-3H1v3q0 .824.587 1.413Q2.176 23 3 23M18 21v2h3q.824 0 1.413-.587Q23 21.825 23 21v-3h-2v3zM21 3v3h2V3q0-.824-.587-1.412A1.93 1.93 0 0 0 21 1h-3v2zM12 12.423c1.76 0 3.19-1.44 3.19-3.212C15.19 7.441 13.757 6 12 6S8.81 7.44 8.81 9.211c0 1.772 1.43 3.212 3.19 3.212M17.213 15.338c-.83-.894-2.396-1.558-5.213-1.558-2.84 0-4.409.676-5.233 1.581l-.022.024c-.223.244-.584.639-.735 1.612A.873.873 0 0 0 6.868 18h10.264c.528 0 .94-.478.858-1.003-.153-.986-.523-1.385-.762-1.643z"})),S6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.773 5.86-4.28-.622L8.579 1.36a.646.646 0 0 0-1.158 0L5.507 5.238l-4.28.622a.646.646 0 0 0-.358 1.102l3.097 3.019-.731 4.263a.646.646 0 0 0 .937.681L8 12.912l3.828 2.013a.646.646 0 0 0 .937-.681l-.731-4.263 3.097-3.019a.646.646 0 0 0-.358-1.102"})),K0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m21.676 8.943-6.114-.888-2.734-5.54a.923.923 0 0 0-1.655 0l-2.734 5.54-6.115.888a.923.923 0 0 0-.511 1.574l4.424 4.313-1.044 6.09a.923.923 0 0 0 1.339.973L12 19.017l5.469 2.875a.923.923 0 0 0 1.339-.973l-1.044-6.09 4.424-4.313a.922.922 0 0 0-.512-1.573"})),L6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M5.9 5.2a.7.7 0 0 0-.7.7v4.2a.7.7 0 0 0 .7.7h4.2a.7.7 0 0 0 .7-.7V5.9a.7.7 0 0 0-.7-.7z",clipRule:"evenodd"})),Z0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z",clipRule:"evenodd"})),N6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.588 1.139c-2.812.553-5.04 2.877-5.495 5.707-.527 3.277 1.242 6.214 3.945 7.482a1.244 1.244 0 0 0 2.489-.053 1.25 1.25 0 0 0-2.137-.88A6.03 6.03 0 0 1 2.345 10h1.082a5.04 5.04 0 0 0 1.927 2.227 2.23 2.23 0 0 1 2.766.76 5 5 0 0 0 4.454-2.988h1.334c.495 0 .913-.362.996-.85Q14.999 8.589 15 8a7.01 7.01 0 0 0-8.412-6.861M5.143 6.893a.893.893 0 1 1 1.786 0 .893.893 0 0 1-1.786 0m5.113 3.371c-.036.039-.89.965-2.256.965s-2.22-.925-2.256-.964a.501.501 0 0 1 .74-.673c.005.004.604.637 1.516.637s1.51-.633 1.517-.639a.501.501 0 0 1 .739.674m-.292-2.478a.893.893 0 1 1 0-1.787.893.893 0 0 1 0 1.787M12.899 7A5 5 0 0 0 3.1 7H2.08v-.002c.408-2.51 2.455-4.537 4.968-4.925A6.006 6.006 0 0 1 13.909 7z"})),Y0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.078 1.008c-5.243.207-9.642 4.433-10.046 9.664-.351 4.545 2.216 8.536 6.018 10.321a1.87 1.87 0 0 0 3.742-.081 1.874 1.874 0 0 0-3.208-1.317A9.05 9.05 0 0 1 4.018 14.5h1.619a7.54 7.54 0 0 0 2.881 3.347c.425-.198.898-.31 1.399-.31 1.149 0 2.161.577 2.77 1.454a7.5 7.5 0 0 0 6.682-4.491h1.997c.722 0 1.356-.511 1.48-1.223q.153-.867.154-1.777C23 5.57 18.059.773 12.078 1.008M8.214 9.839a1.339 1.339 0 1 1 2.678 0 1.339 1.339 0 0 1-2.678 0m7.67 5.057c-.053.059-1.335 1.448-3.384 1.448s-3.331-1.389-3.384-1.448a.75.75 0 1 1 1.111-1.007c.006.006.904.955 2.272.955s2.267-.949 2.275-.958a.754.754 0 0 1 1.058-.043.745.745 0 0 1 .052 1.053m-.438-3.717a1.339 1.339 0 1 1 0-2.678 1.339 1.339 0 0 1 0 2.678M19.849 10A7.5 7.5 0 0 0 12.5 4a7.5 7.5 0 0 0-7.349 6H3.622v-.003c.614-3.772 3.676-6.803 7.453-7.387 5.066-.782 9.496 2.694 10.289 7.39z"})),$6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_16",viewBox:"0 0 15 14","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.7 3.526h-1.417a1.9 1.9 0 0 0 .117-.631C11.4 1.846 10.529 1 9.45 1c-.682 0-1.274.341-1.625.853l-.325.423-.325-.43A1.97 1.97 0 0 0 5.55 1C4.471 1 3.6 1.846 3.6 2.895c0 .22.046.436.117.631H2.3c-.721 0-1.293.562-1.293 1.263L1 11.737c0 .7.579 1.263 1.3 1.263h10.4c.722 0 1.3-.562 1.3-1.263V4.789c0-.7-.578-1.263-1.3-1.263M9.45 2.263c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m-3.9 0c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m7.15 9.474H2.3v-1.263h10.4zm0-3.158H2.3v-3.79h3.302L4.25 6.577l1.053.739L6.85 5.269l.65-.858.65.858 1.547 2.047 1.053-.74L9.398 4.79H12.7z"})),J0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_24",viewBox:"0 0 21 19","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.2 4.368h-1.962c.099-.26.162-.547.162-.842C16.4 2.128 15.194 1 13.7 1c-.945 0-1.764.455-2.25 1.137L11 2.7l-.45-.573A2.76 2.76 0 0 0 8.3 1C6.806 1 5.6 2.128 5.6 3.526c0 .295.063.581.162.842H3.8c-.999 0-1.791.75-1.791 1.685L2 15.316C2 16.25 2.801 17 3.8 17h14.4c.999 0 1.8-.75 1.8-1.684V6.053c0-.935-.801-1.685-1.8-1.685m-4.5-1.684c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m-5.4 0c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m9.9 12.632H3.8v-1.684h14.4zm0-4.21H3.8V6.052h4.572L6.5 8.436l1.458.985L10.1 6.693l.9-1.146.9 1.146 2.142 2.728 1.458-.985-1.872-2.383H18.2z"})),l1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2m4 0v12h4V3z"})),r1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 21h4V9H1zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73z"})),R6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 1.966C5 1.432 5.432 1 5.965 1h5.07a.966.966 0 0 1 0 1.931H9.5v1.536c2.56.454 4.5 2.62 4.5 5.223C14 12.623 11.538 15 8.5 15S3 12.623 3 9.69c0-2.604 1.94-4.77 4.5-5.223V2.93H5.965A.966.966 0 0 1 5 1.966m7.498 5.474-2.73 2.597c-.25.238-.59.326-.905.273a1.04 1.04 0 0 1-.675-.413.97.97 0 0 1-.153-.832c.075-.273.27-.517.56-.65l3.463-1.583c.396-.18.752.31.44.608",clipRule:"evenodd"})),ea=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.09 2.517C7.09 1.68 7.77 1 8.609 1h7.784a1.517 1.517 0 1 1 0 3.034H8.608c-.838 0-1.517-.679-1.517-1.517m3.865 3.93C6.998 7.162 4 10.566 4 14.656 4 19.264 7.806 23 12.5 23s8.5-3.736 8.5-8.345c0-4.09-2.998-7.494-6.954-8.207V4.035h-3.091zm7.723 4.673L14.46 15.2a1.62 1.62 0 0 1-1.399.431 1.6 1.6 0 0 1-1.043-.65 1.54 1.54 0 0 1-.235-1.307c.116-.43.415-.812.864-1.02L18 10.164c.612-.283 1.162.489.68.956",clipRule:"evenodd"})),A6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.542 1c-1.182 0-2.315.47-3.151 1.305L3.095 6.601a.64.64 0 0 0-.186.45v5.14l-1.723 1.723a.636.636 0 1 0 .9.9l1.718-1.718h5.15c.17 0 .332-.067.451-.187l4.29-4.301A4.457 4.457 0 0 0 10.541 1m1.71 2.742a.69.69 0 0 1 0 .975L8.328 8.631h2.219a.636.636 0 1 1 0 1.273H7.05L5.209 11.74c-.059.063-.09.094-.12.094H4.22c-.068 0-.124 0-.124-.062v-.743c0-.062.01-.103.092-.185l7.089-7.103a.69.69 0 0 1 .975 0",clipRule:"evenodd"})),ta=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.632 2c-1.689 0-3.308.67-4.502 1.865L4.993 10a.9.9 0 0 0-.266.643v7.343l-2.46 2.461a.909.909 0 1 0 1.285 1.286l2.453-2.454h7.359a.9.9 0 0 0 .643-.267l6.127-6.145A6.367 6.367 0 0 0 15.632 2m2.443 3.917a.985.985 0 0 1 0 1.393l-5.607 5.592h3.168a.91.91 0 1 1 0 1.818h-4.992l-2.632 2.624c-.083.09-.128.135-.172.135H6.601c-.097 0-.177 0-.177-.089v-1.062c0-.088.016-.147.132-.264h.001L16.682 5.916a.985.985 0 0 1 1.393 0",clipRule:"evenodd"})),H6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M5.9 2.3v.1H1.7a.7.7 0 1 0 0 1.4h12.6a.7.7 0 1 0 0-1.4h-4.2v-.1a2 2 0 0 0-2-2h-.2a2 2 0 0 0-2 2"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.6 5.2H2.4v8.5a2 2 0 0 0 2 2h7.2a2 2 0 0 0 2-2zM7.3 8a.7.7 0 1 0-1.4 0v4.9a.7.7 0 1 0 1.4 0zm2.1-.7a.7.7 0 0 1 .7.7v4.9a.7.7 0 0 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),na=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 6H3a1 1 0 0 1 0-2h6V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h6a1 1 0 1 1 0 2zm5 2H4v13a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-9 4a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1",clipRule:"evenodd"})),O6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.907 6.385V4.077c0-1.052.821-1.908 1.91-1.908s1.91.856 1.91 1.908v.461H15v-.461C15 2.378 13.574 1 11.817 1S8.634 2.378 8.634 4.077v2.308z"}),n.createElement("path",{fill:"currentColor",d:"M2.637 6.385A.626.626 0 0 0 2 7v7.385c0 .34.285.615.637.615h9.23a.626.626 0 0 0 .637-.615V7a.626.626 0 0 0-.637-.615z"})),aa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.165 9.462V5.835c0-1.653 1.263-2.998 2.938-2.998s2.938 1.345 2.938 2.998v.725H22v-.725C22 3.166 19.806 1 17.103 1s-4.897 2.166-4.897 4.835v3.627z"}),n.createElement("path",{fill:"currentColor",d:"M2.98 9.462c-.542 0-.98.432-.98.967v11.604c0 .534.438.967.98.967h14.2c.541 0 .98-.433.98-.967V10.429a.973.973 0 0 0-.98-.967z"})),P6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.417 1.661a.5.5 0 0 0-.707.707l1.723 1.723A1.995 1.995 0 0 0 1 6v4a2 2 0 0 0 2 2h7c.09 0 .177-.014.264-.028l.042-.007 2.815 2.815a.5.5 0 0 0 .707-.707zM12 10V6a2 2 0 0 0-2-2H5.17l6.698 6.698c.081-.218.132-.451.132-.698m1-3.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),V6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.567 4.076a.625.625 0 0 0-.884.884l2.154 2.154A2.49 2.49 0 0 0 3.046 9.5v4.99a2.5 2.5 0 0 0 2.5 2.5h8.75a2.4 2.4 0 0 0 .382-.034l3.518 3.518a.625.625 0 0 0 .884-.884zM16.796 14.5v-5a2.5 2.5 0 0 0-2.5-2.5H8.258l8.373 8.373c.101-.273.165-.565.165-.873m1.25-4.375 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),T6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.09 5.577a.834.834 0 0 0-1.18 1.179l2.873 2.872a3.32 3.32 0 0 0-2.388 3.181v6.654a3.333 3.333 0 0 0 3.333 3.333h11.667c.176 0 .341-.019.51-.045l4.69 4.69a.834.834 0 0 0 1.178-1.178zm17.638 13.899v-6.667a3.333 3.333 0 0 0-3.333-3.333h-8.05L21.507 20.64c.135-.364.22-.753.22-1.164m1.667-5.833 3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64l-3.633-3.028z",clipRule:"evenodd"})),q6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 4h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m10 2.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),W6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.65 7h8.75a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5H5.65a2.5 2.5 0 0 1-2.5-2.5v-5A2.5 2.5 0 0 1 5.65 7m12.5 3.125 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),D6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.533 9.333H19.2a3.333 3.333 0 0 1 3.333 3.334v6.666a3.333 3.333 0 0 1-3.333 3.334H7.533A3.333 3.333 0 0 1 4.2 19.333v-6.666a3.333 3.333 0 0 1 3.333-3.334M24.2 13.5l3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64L24.2 18.5z",clipRule:"evenodd"})),j6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.947 3.061a2.763 2.763 0 1 1-5.527 0 2.763 2.763 0 0 1 5.527 0m-1.274 0a1.488 1.488 0 1 1-2.976 0 1.488 1.488 0 0 1 2.976 0M3.026 2.51h-.11A1.916 1.916 0 0 0 1 4.426v6.485c0 1.058.858 1.915 1.916 1.915h10.168A1.916 1.916 0 0 0 15 10.91V4.425a1.916 1.916 0 0 0-1.916-1.915h-.075l-.035-.001h-.368a.553.553 0 0 0 0 1.105h.17v.001h.308a.81.81 0 0 1 .81.81v6.485a.81.81 0 0 1-.81.81H2.916a.81.81 0 0 1-.81-.81V4.425a.81.81 0 0 1 .81-.81h.31v-.001h.537a.553.553 0 0 0 0-1.105zm2.948 11.053h4.052l.535 1.604a.46.46 0 0 1-.437.607H5.876a.46.46 0 0 1-.437-.607zm2.763-10.5a.553.553 0 1 1-1.105 0 .553.553 0 0 1 1.105 0m-4.62 1.657c.349 0 .66.207.855.497A3.87 3.87 0 0 0 8.185 6.93c1.39 0 2.609-.733 3.29-1.834a.76.76 0 0 1 .636-.377.68.68 0 0 1 .679.68v3.815a1.4 1.4 0 0 1-1.4 1.4H4.61a1.4 1.4 0 0 1-1.4-1.4v-3.59c0-.5.406-.905.906-.905",clipRule:"evenodd"})),oa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.053 4.947a.79.79 0 1 1-1.58 0 .79.79 0 0 1 1.58 0"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.21 4.947a3.948 3.948 0 1 1-7.895 0 3.948 3.948 0 0 1 7.895 0m-1.82 0a2.126 2.126 0 1 1-4.251 0 2.126 2.126 0 0 1 4.25 0",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"m4.894 4.158-.042.001h-.115A2.737 2.737 0 0 0 2 6.896v9.263a2.737 2.737 0 0 0 2.737 2.737h14.526A2.737 2.737 0 0 0 22 16.159V6.896a2.737 2.737 0 0 0-2.737-2.737h-.116l-.041-.001h-.527a.79.79 0 0 0 0 1.579h.244v.001h.44c.64 0 1.158.518 1.158 1.158v9.263c0 .64-.518 1.158-1.158 1.158H4.737a1.16 1.16 0 0 1-1.158-1.158V6.896c0-.64.518-1.158 1.158-1.158h.441v-.001h.769a.79.79 0 1 0 0-1.579zM9.105 19.949h5.79l.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866z"}),n.createElement("path",{fill:"currentColor",d:"M6.452 7.316c.5 0 .943.295 1.222.71a5.52 5.52 0 0 0 4.59 2.448 5.52 5.52 0 0 0 4.701-2.62c.198-.318.533-.538.907-.538a.97.97 0 0 1 .97.97v5.451a2 2 0 0 1-2 2H7.159a2 2 0 0 1-2-2V8.61c0-.715.58-1.294 1.294-1.294"})),F6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.227 4.364h6.046q-.06.293-.061.606a3.03 3.03 0 0 0 4.243 2.778v3.813c0 1.044-.85 1.893-1.895 1.893H3.227a1.896 1.896 0 0 1-1.894-1.893V6.258c0-1.045.85-1.894 1.894-1.894m3.963 4.84c1.001 0 1.815-.814 1.815-1.814S8.19 5.576 7.19 5.576s-1.814.813-1.814 1.814c0 1 .814 1.814 1.814 1.814m2.972 1.658c-.474-.506-1.366-.882-2.972-.882-1.62 0-2.513.383-2.983.895l-.012.013c-.127.139-.333.362-.419.913a.495.495 0 0 0 .49.568h5.85c.3 0 .535-.27.488-.568-.087-.558-.297-.784-.434-.93z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M12.242 2.545a2.424 2.424 0 1 0 0 4.849 2.424 2.424 0 0 0 0-4.849m1.288 3.132a.26.26 0 0 1-.352.102l-1.06-.582a.26.26 0 0 1-.135-.227V3.238a.26.26 0 0 1 .52 0v1.578l.925.508a.26.26 0 0 1 .102.353"})),la=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("circle",{cx:17.6,cy:7.6,r:3.6,fill:"currentColor"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.84 6.546h9.07q-.091.44-.092.909a4.546 4.546 0 0 0 6.364 4.167v5.719a2.844 2.844 0 0 1-2.841 2.84H4.84A2.844 2.844 0 0 1 2 17.342V9.386a2.844 2.844 0 0 1 2.84-2.84m5.946 7.26a2.724 2.724 0 0 0 2.72-2.721c0-1.5-1.22-2.721-2.72-2.721s-2.723 1.22-2.723 2.72a2.725 2.725 0 0 0 2.723 2.723m4.456 2.487c-.71-.76-2.048-1.323-4.457-1.323-2.428 0-3.77.574-4.474 1.343l-.018.02c-.191.207-.5.543-.629 1.37a.743.743 0 0 0 .734.85h8.775a.743.743 0 0 0 .734-.851c-.13-.837-.447-1.176-.652-1.396z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M18.364 3.818a3.636 3.636 0 1 0 0 7.273 3.636 3.636 0 0 0 0-7.273m1.932 4.697a.39.39 0 0 1-.53.154l-1.59-.873a.39.39 0 0 1-.202-.341V4.857a.39.39 0 0 1 .78 0v2.367l1.387.763a.39.39 0 0 1 .155.528"})),U6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.278 12.867c0 .626-.507 1.133-1.133 1.133h-.012a1.133 1.133 0 1 1 0-2.267h.012c.626 0 1.133.508 1.133 1.134m-1.133-3.4A1.133 1.133 0 0 1 7.01 8.333v-5.2a1.133 1.133 0 0 1 2.267 0v5.2c0 .626-.507 1.134-1.133 1.134",clipRule:"evenodd"})),ra=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.417 19.3a1.7 1.7 0 0 1-1.7 1.7H11.7a1.7 1.7 0 1 1 0-3.4h.017a1.7 1.7 0 0 1 1.7 1.7m-1.7-5.1a1.7 1.7 0 0 1-1.7-1.7V4.7a1.7 1.7 0 1 1 3.4 0v7.8a1.7 1.7 0 0 1-1.7 1.7",clipRule:"evenodd"})),G6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7.7 2.8a.7.7 0 0 1-.7.7h-.007a.7.7 0 1 1 0-1.4H8a.7.7 0 0 1 .7.7M8 8.7a.7.7 0 0 1-.7-.7V5.2a.7.7 0 1 1 1.4 0V8a.7.7 0 0 1-.7.7",clipRule:"evenodd"})),ca=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m11 4a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H12a1 1 0 0 1 1 1m-1-3a1 1 0 0 1-1-1V8a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1",clipRule:"evenodd"})),O={IconAdd:{size16:Zi,size24:tn,size32:tn},IconAddSomeone:{size16:Yi,size24:nn,size32:nn},IconAdjust:{size16:Ji,size24:e4,size32:t4},IconAdmit:{size16:n4,size24:a4,size32:o4},IconAiAssistant:{size16:l4,size24:an,size32:an},IconAlert:{size16:r4,size24:on,size32:on},IconAnalyticsChart:{size16:c4,size24:ln,size32:ln},IconAnalyticsProgress:{size16:s4,size24:rn,size32:rn},IconAndroidLogo:{size16:i4,size24:cn,size32:cn},IconAppleLogo:{size16:d4,size24:sn,size32:sn},IconArrowCornerDown:{size16:m4,size24:dn,size32:dn},IconArrowDown:{size16:u4,size24:mn,size32:mn},IconArrowLeft:{size16:_4,size24:un,size32:un},IconArrowLeftRegular:{size16:f4,size24:_n,size32:_n},IconArrowRight:{size16:p4,size24:fn,size32:fn},IconArrowUp:{size16:h4,size24:pn,size32:pn},IconAudioTransmission:{size16:v4,size24:hn,size32:hn},IconAuthenticated:{size16:g4,size24:w4,size32:E4},IconBackgroundBlur:{size16:x4,size24:vn,size32:vn},IconBackspace:{size16:b4,size24:gn,size32:gn},IconBackToTop:{size16:k4,size24:wn,size32:wn},IconBandwidth:{size16:C4,size24:En,size32:En},IconBell:{size16:z4,size24:xn,size32:xn},IconBilling:{size16:I4,size24:bn,size32:bn},IconBlock:{size16:y4,size24:kn,size32:kn},IconBluetooth:{size16:B4,size24:Cn,size32:Cn},IconBreakoutRooms:{size16:M4,size24:zn,size32:zn},IconBulletPoint:{size16:S4,size24:In,size32:In},IconCalendar:{size16:L4,size24:yn,size32:yn},IconChat:{size16:N4,size24:Bn,size32:Bn},IconCheckmark:{size16:$4,size24:Mn,size32:Mn},IconCheckmarkRound:{size16:R4,size24:Sn,size32:Sn},IconChevronDown:{size16:A4,size24:Ln,size32:Ln},IconChevronLeft:{size16:H4,size24:Nn,size32:Nn},IconChevronRight:{size16:O4,size24:$n,size32:$n},IconChevronUp:{size16:P4,size24:Rn,size32:Rn},IconChromeLogo:{size16:V4,size24:An,size32:An},IconClock:{size16:T4,size24:Hn,size32:Hn},IconClose:{size16:q4,size24:On,size32:On},IconColumns:{size16:W4,size24:D4,size32:j4},IconConnectionIndicatorHigh:{size16:Qt,size24:Qt,size32:Qt},IconConnectionIndicatorLow:{size16:Kt,size24:Kt,size32:Kt},IconConnectionIndicatorMedium:{size16:Zt,size24:Zt,size32:Zt},IconConnectionIndicatorVeryLow:{size16:Yt,size24:Yt,size32:Yt},IconCopy:{size16:F4,size24:Pn,size32:Pn},IconDeny:{size16:U4,size24:G4,size32:X4},IconDoubleChevronDown:{size16:Q4,size24:Vn,size32:Vn},IconDoubleChevronLeft:{size16:K4,size24:Tn,size32:Tn},IconDoubleChevronRight:{size16:Z4,size24:qn,size32:qn},IconDoubleChevronUp:{size16:Y4,size24:Wn,size32:Wn},IconDraggable:{size16:J4,size24:Dn,size32:Dn},IconDtmf:{size16:e5,size24:jn,size32:jn},IconDualScreen:{size16:t5,size24:Fn,size32:Fn},IconEdit:{size16:n5,size24:Un,size32:Un},IconEmoji:{size16:a5,size24:Gn,size32:Gn},IconEnableshare:{size16:o5,size24:Xn,size32:Xn},IconExpand:{size16:l5,size24:Qn,size32:Qn},IconExport:{size16:r5,size24:Kn,size32:Kn},IconFecc:{size16:c5,size24:Zn,size32:Zn},IconFirefoxLogo:{size16:s5,size24:Yn,size32:Yn},IconFlipCamera:{size16:i5,size24:d5,size32:m5},IconFullscreenOff:{size16:u5,size24:_5,size32:f5},IconFullscreenOn:{size16:p5,size24:h5,size32:v5},IconGeneric2:{size16:g5,size24:Jn,size32:Jn},IconGroup:{size16:w5,size24:e0,size32:e0},IconGuest:{size16:E5,size24:t0,size32:t0},IconHeadset:{size16:x5,size24:n0,size32:n0},IconHelpRound:{size16:b5,size24:a0,size32:a0},IconHome:{size16:k5,size24:o0,size32:o0},IconHospital:{size16:C5,size24:l0,size32:l0},IconHost:{size16:z5,size24:r0,size32:r0},IconIconSort:{size16:I5,size24:c0,size32:c0},IconImport:{size16:y5,size24:s0,size32:s0},IconInfoRound:{size16:B5,size24:i0,size32:i0},IconKey:{size16:M5,size24:d0,size32:d0},IconLeave:{size16:S5,size24:m0,size32:m0},IconLink:{size16:L5,size24:u0,size32:u0},IconLiveCaption:{size16:N5,size24:_0,size32:_0},IconLiveStream:{size16:$5,size24:f0,size32:f0},IconLiveStreamCloud:{size16:R5,size24:p0,size32:p0},IconLocation:{size16:A5,size24:h0,size32:h0},IconLock:{size16:H5,size24:v0,size32:v0},IconLowerhand:{size16:O5,size24:g0,size32:g0},IconMail:{size16:P5,size24:w0,size32:w0},IconMeetingRoom:{size16:V5,size24:E0,size32:E0},IconMeetings:{size16:T5,size24:x0,size32:x0},IconMicrophoneMutedByHost:{size16:q5,size24:b0,size32:b0},IconMicrophoneOff:{size16:W5,size24:D5,size32:j5},IconMicrophoneOn:{size16:F5,size24:U5,size32:G5},IconMinus:{size16:X5,size24:k0,size32:k0},IconMoreHorizontal:{size16:Jt,size24:Jt,size32:Jt},IconMoreVertical:{size16:Q5,size24:C0,size32:C0},IconMove:{size16:K5,size24:z0,size32:z0},IconNotauthenticated:{size16:Z5,size24:Y5,size32:J5},IconOpenInNew:{size16:e6,size24:I0,size32:I0},IconParticipant:{size16:t6,size24:y0,size32:y0},IconPasswordHide:{size16:e1,size24:e1,size32:e1},IconPasswordShow:{size16:t1,size24:t1,size32:t1},IconPause:{size16:n6,size24:B0,size32:B0},IconPexip:{size16:n1,size24:n1,size32:n1},IconPexipLogo:{size16:a1,size24:a1,size32:a1},IconPhone:{size16:a6,size24:M0,size32:M0},IconPhoneHorisontal:{size16:o6,size24:l6,size32:r6},IconPhoneTalk:{size16:c6,size24:S0,size32:S0},IconPin:{size16:s6,size24:L0,size32:L0},IconPlay:{size16:i6,size24:N0,size32:N0},IconPlayRound:{size16:d6,size24:$0,size32:$0},IconPlus:{size16:m6,size24:R0,size32:R0},IconPresentationOff:{size16:u6,size24:A0,size32:A0},IconPresentationOn:{size16:_6,size24:H0,size32:H0},IconRaiseHand:{size16:f6,size24:p6,size32:h6},IconRecording:{size16:v6,size24:O0,size32:O0},IconRefresh:{size16:g6,size24:P0,size32:P0},IconRemoteControl:{size16:o1,size24:o1,size32:o1},IconSearch:{size16:w6,size24:V0,size32:V0},IconSend:{size16:E6,size24:T0,size32:T0},IconSettings:{size16:x6,size24:q0,size32:q0},IconSettingsMeeting:{size16:b6,size24:W0,size32:W0},IconShare:{size16:k6,size24:D0,size32:D0},IconShield:{size16:C6,size24:j0,size32:j0},IconShuffle:{size16:z6,size24:F0,size32:F0},IconSpeakerDisabled:{size16:I6,size24:U0,size32:U0},IconSpeakerOff:{size16:y6,size24:G0,size32:G0},IconSpeakerOn:{size16:B6,size24:X0,size32:X0},IconSpotlight:{size16:M6,size24:Q0,size32:Q0},IconStar:{size16:S6,size24:K0,size32:K0},IconStopRound:{size16:L6,size24:Z0,size32:Z0},IconSupport:{size16:N6,size24:Y0,size32:Y0},IconTestScriptIcon:{size16:$6,size24:J0,size32:J0},IconThumbsDown:{size16:l1,size24:l1,size32:l1},IconThumbsUp:{size16:r1,size24:r1,size32:r1},IconTimer:{size16:R6,size24:ea,size32:ea},IconTranscript:{size16:A6,size24:ta,size32:ta},IconTrash:{size16:H6,size24:na,size32:na},IconUnlock:{size16:O6,size24:aa,size32:aa},IconVideoOff:{size16:P6,size24:V6,size32:T6},IconVideoOn:{size16:q6,size24:W6,size32:D6},IconVideoSystems:{size16:j6,size24:oa,size32:oa},IconWaiting:{size16:F6,size24:la,size32:la},IconWarning:{size16:U6,size24:ra,size32:ra},IconWarningRound:{size16:G6,size24:ca,size32:ca}},X6="_dark_1tbu9_4",Q6="_light_1tbu9_8",K6="_mini_1tbu9_12",Z6="_compact_1tbu9_17",Y6="_small_1tbu9_22",J6="_medium_1tbu9_27",sa={dark:X6,light:Q6,mini:K6,compact:Z6,small:Y6,medium:J6},T=({source:e,className:a,size:o="small",colorScheme:l,ref:r,...s})=>{const c=o==="mini"||o==="compact"?e.size16:o==="small"?e.size24:e.size32,i=u(l&&sa[l],sa[o],a),d=c,m=typeof d=="function"?d({className:i,...s}):t.createElement(c,{className:i,...s});return t.createElement(Pa,null,m)},u1=Vt.createSignal({name:"announcer:announce"}),e7="_announcer_flsxf_1",t7={announcer:e7},n7=({testId:e="",...a})=>{const[o,l]=t.useState([]),[r,s]=t.useState([]),c=t.useRef([]),i=t.useCallback((m,_)=>{_(f=>[...f,m]);const p=window.setTimeout(()=>{_(f=>f.filter(h=>h!==m)),clearTimeout(p),c.current=c.current.filter(f=>f!==p)},m.timeout);c.current.push(p)},[]),d=t.useCallback(m=>{m.politeness==="assertive"?i(m,l):m.politeness==="polite"&&i(m,s)},[i]);return t.useEffect(()=>(u1.add(d),()=>{u1.remove(d);for(const m of c.current)clearTimeout(m);c.current=[]}),[d]),t.createElement("div",{...a,className:t7.announcer,"data-testid":e},t.createElement("div",{"data-testid":`${e}-polite`,"aria-live":"polite",role:"log","aria-relevant":"additions"},r.map((m,_)=>t.createElement("div",{key:_},m.message))),t.createElement("div",{"data-testid":`${e}-assertive`,"aria-live":"assertive",role:"log","aria-relevant":"additions"},o.map((m,_)=>t.createElement("div",{key:_},m.message))))},y1=(e,a="polite",o=5e3)=>{u1.emit({message:e,politeness:a,timeout:o})},a7="_callToAction_1i5px_4",o7="_small_1i5px_17",l7="_enhancerStart_1i5px_28",r7="_focus_1i5px_32",c7="_text_1i5px_52",s7="_fullWidth_1i5px_58",Ue={callToAction:a7,small:o7,enhancerStart:l7,focus:r7,text:c7,fullWidth:s7},i7=({className:e,enhancerStart:a,isSmall:o,modifier:l,subTitle:r="",title:s="",titleHtmlTag:c,...i})=>t.createElement(re,{className:u(Ue.callToAction,Ue.focus,l&&Ue[l],{[Ue.small]:o},e),...i},a&&t.createElement("span",{className:Ue.enhancerStart},a),t.createElement("span",{className:Ue.text},c?t.createElement(qe,{htmlTag:c,fontVariant:I.H5},s):t.createElement(C,{fontVariant:I.H5},s),r&&!o&&t.createElement(C,{fontVariant:I.Body,variant:"subtle"},r)));var L=(e=>(e.BadgeCounterNumber="badge-counter-number",e.ButtonModalClose="button-modal-close",e.ButtonThreeColumnSelector="button-three-column-selector",e.ButtonCollapsableContainerToggle="button-collapsable-container-toggle",e.CheckboxCheck="checkbox-check",e.ConfirmableMultiselectConfirm="confirmable-multiselect-confirm",e.HeaderCore="header-core",e.HeaderCoreEnhancers="header-core-enhancers",e.HeaderCoreDivider="header-core-divider",e.LineStep="line-step",e.InputClearButton="input-clear-button",e.ModalMask="modal-mask",e.MultiselectView="multiselect-view",e.MultiselectItem="multiselect-item",e.MultistepIndicator="multistep-indicator",e.MultistepIndicatorButton="multistep-indicator-button",e.NotificationTooltipInner="notification-tooltip-inner",e.NotificationTooltipClose="notification-tooltip-close",e.NotificationTooltipHeader="notification-tooltip-header",e.NotificationTooltipText="notification-tooltip-text",e.NotificationTooltipCta="notification-tooltip-cta",e.PostMeetingHeader="PostMeetingHeader",e.SectionAccordionDetails="section-accordion-details",e.SectionAccordionSummary="section-accordion-summary",e.SelectIcon="select-icon",e.SelectChevron="select-chevron",e.SelectView="select-view",e.StepNumber="step-number",e.StepNumberString="step-number-string",e.StepNumberCheckmark="step-number-checkmark",e.Tab="tab",e.TooltipInner="tooltip-inner",e.UserView="user-view",e.PrivacyPolicyLink="privacy-policy-link",e.TermsOfServiceLink="terms-of-service-link",e.Version="version",e.NumberStepIncrement="number-step-increment",e.NumberStepDecrement="number-step-decrement",e.NumberStepInput="number-step-input",e.StepNumberWarning="StepNumberWarning",e.SimpleBarScrollable="simple-bar-scrollable",e))(L||{});const d7="_checkbox_f68j6_99",m7="_spaced_f68j6_104",u7="_start_f68j6_109",_7="_checkmark_f68j6_109",f7="_label_f68j6_112",p7="_end_f68j6_116",h7="_disabled_f68j6_120",v7="_input_f68j6_124",g7="_hidden_f68j6_144",w7="_dark_f68j6_156",E7="_checked_f68j6_160",x7="_light_f68j6_186",fe={checkbox:d7,spaced:m7,start:u7,checkmark:_7,label:f7,end:p7,disabled:h7,input:v7,hidden:g7,dark:w7,checked:E7,light:x7},B1=t.forwardRef(function({checked:a,className:o,isDisabled:l,label:r,labelModifier:s="default",labelPosition:c="end",name:i,colorScheme:d,...m},_){const p=s==="hidden",f=il("indeterminate",{...m}),h=`${i}-label`;return t.createElement(R,null,({colorScheme:v})=>t.createElement("label",{id:h,className:u(d??v,fe.checkbox,fe[d??v],fe[c],{[fe.disabled]:l,[fe.spaced]:s==="spaced"},o),title:p?r:void 0},t.createElement("input",{ref:_,className:fe.input,type:"checkbox",name:i,checked:a,disabled:l,"aria-labelledby":h,...f}),t.createElement("span",{className:u(fe.checkmark,{[fe.checked]:a})},a&&t.createElement(T,{"data-testid":L.CheckboxCheck,source:O.IconCheckmark})),t.createElement(C,{variant:l?"disabled":"standard",className:u(fe.label,{[fe.hidden]:p})},r)))}),b7="_headerWrapper_1d8w3_4",k7="_relative_1d8w3_8",C7="_absolute_1d8w3_12",z7="_headerInnerWrapper_1d8w3_16",I7="_small_1d8w3_25",y7="_medium_1d8w3_28",B7="_large_1d8w3_31",M7="_start_1d8w3_35",S7="_center_1d8w3_36",L7="_end_1d8w3_37",Ae={headerWrapper:b7,relative:k7,absolute:C7,headerInnerWrapper:z7,small:I7,medium:y7,large:B7,start:M7,center:S7,end:L7},N7=({enhancerStartClassName:e,enhancerStart:a,enhancerMiddle:o,enhancerEnd:l,enhancerFixedWidth:r=!1,hasBottomBorder:s=!0,position:c="relative",className:i,size:d="large",...m})=>t.createElement("div",{className:u(Ae.headerWrapper,Ae[c],d&&Ae[d],i),"data-testid":L.HeaderCore,...m},t.createElement("div",{className:Ae.headerInnerWrapper,"data-testid":L.HeaderCoreEnhancers},r?t.createElement(t.Fragment,null,t.createElement("div",{className:u(Ae.start,e)},a),o&&t.createElement("div",{className:Ae.center},o),t.createElement("div",{className:Ae.end},l)):t.createElement(t.Fragment,null,a,o,l)),s&&t.createElement(ue,{"data-testid":L.HeaderCoreDivider})),$7="_dragAndDropWrapper_14crg_19",R7="_dark_14crg_27",A7="_disabled_14crg_35",H7="_light_14crg_40",O7="_error_14crg_53",rt={dragAndDropWrapper:$7,dark:R7,disabled:A7,light:H7,error:O7},ja=({className:e,isDisabled:a,children:o,colorScheme:l,hasError:r,onDrop:s,onDragOver:c,...i})=>{const d=p=>{p.preventDefault(),!a&&s?.(p,p.dataTransfer.files&&Array.from(p.dataTransfer.files),p.dataTransfer.items&&Array.from(p.dataTransfer.items))},m=p=>{p.preventDefault(),!a&&c?.(p)},_=r?rt.error:l==="dark"?rt.dark:rt.light;return t.createElement(Q,{colorScheme:l},t.createElement(le,{className:u(rt.dragAndDropWrapper,_,a&&rt.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},o))},P7="_fileUploadLabel_1as3r_14",V7="_fileUploadInput_1as3r_18",ia={fileUploadLabel:P7,fileUploadInput:V7},M1=t.forwardRef(({accept:e,ariaLabel:a="Upload files input",children:o,className:l,id:r,isDisabled:s,multiple:c,onChange:i,testId:d},m)=>{const _=t.useId(),p=r??_;return t.createElement(t.Fragment,null,t.createElement("input",{className:ia.fileUploadInput,onChange:f=>{i(f),f.target.value=""},type:"file",accept:e,multiple:c,ref:m,id:p,disabled:s}),t.createElement("label",{className:u(ia.fileUploadLabel,l),htmlFor:p,"aria-label":a,"data-testid":d},o))});M1.displayName="FileUpload";const T7="_heading_16odr_4",q7="_small_16odr_4",W7="_medium_16odr_7",D7="_subtitle_16odr_11",j7="_dark_16odr_16",F7="_light_16odr_20",Mt={heading:T7,small:q7,medium:W7,subtitle:D7,dark:j7,light:F7},U7=({className:e,padding:a="medium",subtitle:o,title:l,titleFontVariant:r=I.H3,titleHtmlTag:s,colorScheme:c,...i})=>t.createElement(R,null,({colorScheme:d})=>{const m=c??d;return t.createElement("div",{className:u(Mt.heading,Mt[m],Mt[a],e),...i},t.createElement(Q,{colorScheme:m},t.createElement("div",null,s?t.createElement(qe,{htmlTag:s,fontVariant:r},l):t.createElement(C,{fontVariant:r},l)),o&&t.createElement(C,{className:Mt.subtitle,fontVariant:I.Body,variant:"tinted"},o)))}),G7="_lineHeading_1shha_4",X7="_heading_1shha_20",da={lineHeading:G7,heading:X7},Q7=({children:e})=>t.createElement("div",{className:da.lineHeading},t.createElement("div",{className:da.heading},e)),K7="_label_106ko_99",Z7="_standard_106ko_102",Y7="_inline_106ko_116",J7="_hidden_106ko_130",St={label:K7,standard:Z7,inline:Y7,hidden:J7},he=({className:e,colorScheme:a,form:o,fontVariant:l=I.BodyBold,id:r,isLabelHidden:s,isLabelInline:c,isUppercase:i,text:d,variant:m="inherit",..._})=>t.createElement("label",{className:u(St.label,{[St.hidden]:s,[St.inline]:c,[St.standard]:!c},e),htmlFor:r,form:o,..._},t.createElement(R,null,({colorScheme:p})=>t.createElement(C,{isUppercase:i,colorScheme:a??p,fontVariant:l,variant:m},d))),ed="_container_1muia_102",td="_small_1muia_124",nd="_medium_1muia_132",ad="_disabled_1muia_140",od="_clearButton_1muia_144",ld="_error_1muia_149",rd="_errorText_1muia_155",cd="_enhancerStart_1muia_159",sd="_enhancerEnd_1muia_160",id="_inputElement_1muia_165",dd="_dateSelectButton_1muia_215",md="_dark_1muia_220",ud="_standard_1muia_220",_d="_label_1muia_285",fd="_transparent_1muia_298",pd="_light_1muia_376",J={container:ed,small:td,medium:nd,disabled:ad,clearButton:od,error:ld,errorText:rd,enhancerStart:cd,enhancerEnd:sd,inputElement:id,dateSelectButton:dd,dark:md,standard:ud,label:_d,transparent:fd,light:pd},nt=t.forwardRef(({className:e,clearButtonText:a="Clear",clearButtonVariant:o,colorScheme:l,enhancerEnd:r,enhancerStart:s,errorText:c,hasError:i,id:d,isDisabled:m,label:_,labelModifier:p,name:f,onChange:h,onClear:v,onValueChange:g,showClearButton:E=!1,sizeModifier:w="medium",testId:b,type:B="text",value:y,variant:z="standard",...k},M)=>{const $=t.useId(),x=d??$,N=p==="hidden",S=p==="inline",W=S||N,K=t.useRef(null),F=()=>{const Y=K.current;v?v(Y?.value??""):g?.(""),Y&&Y.focus()},j=t.useCallback(Y=>{g&&g(Y.currentTarget.value),h&&h(Y)},[h,g]),ae={text:_,id:x};t.useImperativeHandle(M,()=>({focus:Y=>{K.current&&K.current.focus(Y)},value:K.current?.value??""}));const{colorScheme:D,theme:Z}=t.useContext(Je);return t.createElement("div",{className:u(l??D,J[z],J[l??D],{[J.disabled]:m,[J.error]:i&&!m},e)},!W&&t.createElement(he,{className:J.label,"data-testid":b?`${b}-label`:void 0,htmlFor:x,...ae}),t.createElement("div",{className:u(J.container,{[J.small]:w==="small",[J.medium]:w==="medium"})},W&&t.createElement(he,{isLabelHidden:N,isLabelInline:S,"data-testid":b?`${b}-label`:void 0,htmlFor:x,...ae}),s&&t.createElement("div",{className:u(J.enhancerStart,"mr-2")},s),t.createElement("input",{className:u(J.inputElement,{[J.small]:w==="small",[J.medium]:w==="medium"}),"data-testid":b,disabled:m,id:x,name:f,onChange:j,ref:K,type:B,value:y,...k}),B==="date"&&t.createElement(T,{source:O.IconCalendar,className:J.dateSelectButton}),r&&t.createElement("div",{className:J.enhancerEnd},r),E&&!m&&t.createElement(q,{type:"button",size:"compact",className:J.clearButton,onClick:F,"aria-label":"Clear input","data-testid":L.InputClearButton,variant:o??(Z==="theme-legacy"?"transparent":"translucent"),colorScheme:l??D},a)),i&&c&&t.createElement(C,{className:u("mt-2",J.errorText),variant:"danger",role:"alert"},c))});nt.displayName="Input";const hd=e=>{const[a,o]=t.useState(e.value??"");return[a,{...e,onChange:l=>o(l.currentTarget.value),value:a}]},vd=e=>t.useMemo(()=>{const a=x1(e),o=e3(e);let l="",r="";return Sa(e)||(a&&(l=e),o&&(r=t3(e))),{logoSrcString:l,logoSrcSet:r,isLogoSrcSet:o,isLogoSrcString:a}},[e]),gd="_logo_1y8qg_4",wd={logo:gd},Ed=({imageSrc:e,alt:a,className:o,...l})=>{const{logoSrcString:r,logoSrcSet:s,isLogoSrcSet:c}=vd(e);return!r&&!s?null:t.createElement("img",{srcSet:c?s:r,className:u(o,wd.logo),...l,alt:a})},xd=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 202.59",...e},n.createElement("path",{d:"M342.71,486.52a42.21,42.21,0,0,0-35.78,18.88V490H280.81V641.3h26.78V586.77c5.05,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C389.25,509.57,370.59,486.52,342.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C361.37,570.23,349.52,579.3,333.93,579.3Zm435.78-92.78a42.21,42.21,0,0,0-35.78,18.88V490H707.81V641.3h26.78V586.77c5,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C816.25,509.57,797.59,486.52,769.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C788.37,570.23,776.52,579.3,760.93,579.3ZM590.32,543.16l41.27,56.2H599.1l-11-16c-5.93-9-10.32-15.36-14.49-21.29-4.61,6.59-8.78,12.51-14.49,21.07l-11,16.25h-29l40.39-56.64L521.17,490h32.05l9.44,14.27c5.93,8.78,9.44,14,13.39,19.75,4.17-5.71,7.47-10.75,13.61-19.75L599.54,490H629ZM650.69,490h26.56V599.36H650.69Zm29.93-34.68A16.65,16.65,0,1,1,664,438.7,16.67,16.67,0,0,1,680.62,455.36ZM915,449.3v24H888v144h27v24H864v-192ZM460.37,581.58c-14.05,0-25.9-8.13-27-30.3h77.27c3.51-36.22-16-64.54-50.93-64.54-30.29,0-52.9,23.05-52.9,58,0,36.44,21.07,57.95,53.34,57.95,28.76,0,44.13-14.93,51.15-31.83l-24.15-9C483.2,571,476,581.58,460.37,581.58Zm-.66-74.86c13.83,0,23.49,8.78,24.37,24.81H434.25C436.22,515.72,446.54,506.72,459.71,506.72ZM165,641.3v-24h27v-144H165v-24h51v192Z",fill:"currentColor",transform:"translate(-165 -438.7)"})),bd="_logo_1glki_4",kd="_absoluteCenter_1glki_9",Cd="_dark_1glki_15",zd="_light_1glki_19",Id="_tertiary_1glki_23",yd="_large_1glki_27",Bd="_medium_1glki_31",Md="_small_1glki_35",Sd="_full_1glki_39",Lt={logo:bd,absoluteCenter:kd,dark:Cd,light:zd,tertiary:Id,large:yd,medium:Bd,small:Md,full:Sd},Ld=({colorScheme:e,size:a,position:o,className:l,...r})=>{const s=o==="absoluteCenter";return t.createElement(xt,{source:xd,className:u(Lt.logo,e&&Lt[e],a&&Lt[a],l,{[Lt.absoluteCenter]:s}),...r})},Nd="_closeButton_13k8s_13",$d="_icon_13k8s_22",ma={closeButton:Nd,icon:$d},at=({className:e,onClose:a,...o})=>t.createElement(q,{className:u(ma.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...o},t.createElement(T,{className:ma.icon,size:"compact",source:O.IconClose})),Fa=e=>n.createElement("svg",{width:20,height:9,viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",...e},n.createElement("path",{d:"M11.3379 7.79586C10.5773 8.48041 9.42268 8.48041 8.66207 7.79586L-7.86805e-07 1.74846e-06L20 0L11.3379 7.79586Z",fill:"white"})),Ua=({controlledIsVisible:e,controlledOnChange:a}={})=>{const[o,l]=t.useState(!1),r=e!==void 0;return{isVisible:r?e:o,setVisible:({isVisible:i,isControlled:d=!1})=>{l(r?!1:i),d&&a?.(i)}}},Rd="_tooltipContainer_qd60t_4",Ad="_tooltip_qd60t_4",Hd="_fade_qd60t_1",Od="_tooltipArrow_qd60t_20",Pd="_tooltipArrowIcon_qd60t_28",Vd="_tooltipControl_qd60t_36",Td="_tooltipNotification_qd60t_42",qd="_headerWrapper_qd60t_50",Wd="_cta_qd60t_57",Dd="_closeButton_qd60t_62",jd="_top_qd60t_68",Fd="_bottom_qd60t_69",Ud="_topCenter_qd60t_70",Gd="_bottomCenter_qd60t_71",Xd="_endBottom_qd60t_76",Qd="_bottomEnd_qd60t_80",Kd="_topEnd_qd60t_81",Zd="_left_qd60t_85",Yd="_right_qd60t_86",Jd="_topLeft_qd60t_109",e8="_topRight_qd60t_110",t8="_topStart_qd60t_111",n8="_bottomLeft_qd60t_126",a8="_bottomRight_qd60t_127",o8="_bottomStart_qd60t_128",l8="_fullWidth_qd60t_205",X={tooltipContainer:Rd,tooltip:Ad,fade:Hd,tooltipArrow:Od,tooltipArrowIcon:Pd,tooltipControl:Vd,tooltipNotification:Td,headerWrapper:qd,cta:Wd,closeButton:Dd,top:jd,bottom:Fd,topCenter:Ud,bottomCenter:Gd,endBottom:Xd,bottomEnd:Qd,topEnd:Kd,left:Zd,right:Yd,topLeft:Jd,topRight:e8,topStart:t8,bottomLeft:n8,bottomRight:a8,bottomStart:o8,fullWidth:l8},ua={bottom:"bottom",bottomEnd:"bottom end",bottomLeft:"bottom left",bottomRight:"bottom right",bottomStart:"bottom start",bottomCenter:"bottom",endBottom:"end bottom",left:"left",right:"right",top:"top",topEnd:"top end",topLeft:"top left",topRight:"top right",topStart:"top start",topCenter:"top"},r8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,c8=(e,a)=>a?ua[r8(e)]||"top":ua[e]||"top",S1=({isOpen:e,tooltipContent:a,closeDelay:o,defaultOpen:l,delay:r,crossOffset:s,offset:c,position:i})=>{const d=Yo.useTooltipTriggerState({closeDelay:o,defaultOpen:l,delay:r,isOpen:e}),m=t.useRef(null),_=t.useRef(null),{triggerProps:p,tooltipProps:f}=Jo.useTooltipTrigger({},d,m),h=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:v}=wt.useOverlayPosition({crossOffset:s,isOpen:d.isOpen,offset:c,overlayRef:_,placement:c8(i,h),targetRef:m}),g=t.useMemo(()=>d.isOpen?t.createElement(wt.Overlay,null,t.createElement("div",{role:"complementary"},t.createElement("div",{...f,ref:_,...v,role:"tooltip"},a))):null,[d,f,v,a]);return{targetRef:m,triggerProps:p,tooltip:g}},s8=({closeButtonAriaLabel:e="Close tooltip",shouldCloseOnOutsideClick:a=!1,colorScheme:o="light",position:l="topRight",usePortal:r=!1,header:s,modifier:c,text:i,ctaText:d,ctaFn:m=()=>{},controlledIsVisible:_,controlledOnChange:p,children:f,className:h,mainWrapperClassName:v,isArrowShown:g=!0,testIdInner:E=L.NotificationTooltipInner,testIdCloseButton:w=L.NotificationTooltipClose,stopPointerDownPropagation:b=!1})=>{const{isVisible:B,setVisible:y}=Ua({controlledIsVisible:_,controlledOnChange:p}),z=t.useRef(za.v4()),k=t.useCallback(()=>y({isVisible:!1,isControlled:!0}),[y]),M=t.useCallback(()=>{a&&k()},[a,k]),$=V.useOnClickOutside(M),x=t.createElement(Q,{colorScheme:o},t.createElement(le,{"data-portal-id":z.current,ref:$,className:u(X.tooltip,X.tooltipNotification,X[l],c&&X[c],h),"data-testid":E,onPointerDownCapture:b?W=>W.stopPropagation():void 0},s&&t.createElement("div",{className:X.headerWrapper},typeof s=="string"?t.createElement(C,{fontVariant:I.BodyBold,"data-testid":L.NotificationTooltipHeader},s):t.createElement("div",{"data-testid":L.NotificationTooltipHeader},s),t.createElement(at,{className:X.closeButton,"data-testid":w,onClose:k,"aria-label":e})),t.createElement(C,{fontVariant:I.Body,"data-testid":L.NotificationTooltipText},i),d&&(typeof d=="string"?t.createElement(C,{fontVariant:I.BodyLink,onClick:m,className:X.cta,"data-testid":L.NotificationTooltipCta},d):d),g&&t.createElement("div",{className:X.tooltipArrow},t.createElement(xt,{source:Fa,className:X.tooltipArrowIcon})))),{targetRef:N,tooltip:S}=S1({isOpen:B,position:l,tooltipContent:x});return t.createElement("div",{"data-portal-origin-id":z.current,ref:r?N:void 0,className:u(X.tooltipContainer,c&&X[c],v)},f,!r&&B&&x,r&&S)},i8=({colorScheme:e="light",position:a="topRight",controlledIsVisible:o,controlledOnChange:l,children:r,className:s,content:c,isHoverEnabled:i=!0,isArrowShown:d=!0,mainWrapperClassName:m,wrapperClassName:_,...p})=>{const{isVisible:f,setVisible:h}=Ua({controlledIsVisible:o,controlledOnChange:l}),v=!!l,g=t.createElement(Q,{colorScheme:e},t.createElement("div",{className:u(X.tooltip,X[a],s),...p},c,d&&t.createElement("div",{className:X.tooltipArrow},t.createElement(xt,{source:Fa,className:X.tooltipArrowIcon})))),{targetRef:E,tooltip:w}=S1({isOpen:f,position:a,tooltipContent:g});return t.createElement("div",{ref:E,className:u(X.tooltipContainer,m)},t.createElement("div",{className:_,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:v}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:v})},r),w)},d8="_pill_qsw4c_99",m8="_dark_qsw4c_117",u8="_danger_qsw4c_121",_8="_light_qsw4c_126",f8="_closeButton_qsw4c_135",Nt={pill:d8,dark:m8,danger:u8,light:_8,closeButton:f8},L1=({children:e,className:a,closeButtonAriaLabel:o="Close tooltip",colorScheme:l,isDanger:r=!1,onClose:s,testIdCloseButton:c,...i})=>t.createElement(R,null,({colorScheme:d})=>t.createElement("div",{className:u(Nt.pill,Nt[l??d],{[Nt.danger]:r},a),...i},e,s&&t.createElement(at,{className:Nt.closeButton,onClose:s,"data-testid":c,colorScheme:l,"aria-label":o}))),p8="_wrapper_55j2z_4",h8={wrapper:p8},v8=({children:e,className:a,colorScheme:o,title:l,subtitle:r,...s})=>t.createElement(R,null,({colorScheme:c})=>{const i=o??c;return t.createElement(Q,{colorScheme:i},t.createElement("div",{className:u(a,h8.wrapper),...s},t.createElement("div",null,t.createElement("div",null,typeof l=="string"?t.createElement(C,{fontVariant:r?I.BodyBold:I.Body},l):l),t.createElement(C,{fontVariant:I.Small,colorScheme:i},r)),e&&t.createElement("div",{className:"ms-auto"},e)),t.createElement(ue,null))}),g8="_wrap_136is_99",w8="_spaced_136is_104",E8="_start_136is_109",x8="_indicator_136is_109",b8="_label_136is_112",k8="_end_136is_116",C8="_input_136is_120",z8="_dot_136is_141",I8="_dark_136is_151",y8="_checked_136is_155",B8="_disabled_136is_158",M8="_light_136is_166",pe={wrap:g8,spaced:w8,start:E8,indicator:x8,label:b8,end:k8,input:C8,dot:z8,dark:I8,checked:y8,disabled:B8,light:M8},Ga=t.forwardRef(({checked:e,className:a,colorScheme:o,groupName:l,id:r,isDisabled:s,label:c,labelModifier:i,labelPosition:d="end",value:m,onChange:_,onValueChange:p,...f},h)=>{const v=t.useId(),g=r??v,E=i==="hidden",w=b=>{p?.(b.currentTarget.checked),_?.(b)};return t.createElement(R,null,({colorScheme:b})=>t.createElement("label",{className:u(pe.wrap,pe[o??b],pe[d],{[pe.disabled]:s,[pe.spaced]:i==="spaced"},a),title:E?c:void 0},t.createElement("input",{checked:e,className:pe.input,name:l,onChange:w,value:m,ref:h,...f,id:g,type:"radio",disabled:s}),t.createElement("div",{"aria-hidden":"true",role:"presentation",className:u(pe.indicator,{[pe.checked]:e})},t.createElement("div",{role:"presentation",className:pe.dot})),t.createElement(he,{className:u(pe.label,"mb-0"),isLabelHidden:E,text:c,variant:s?"disabled":"standard",id:g})))});Ga.displayName="RadioButton";const S8="_scrollbars_1glps_9",L8={scrollbars:S8},ot=t.forwardRef(({autoHide:e,children:a,className:o,onScroll:l,scrollElementRef:r,...s},c)=>{const i=t.useRef(null);return t.useEffect(()=>{const d=i,m=_=>{l?.(_)};return d.current?.addEventListener("scroll",m),()=>d.current?.removeEventListener("scroll",m)},[l]),t.createElement(el,{className:u(L8.scrollbars,o),ref:c,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":L.SimpleBarScrollable},autoHide:e!=="never",...s},a)});ot.displayName="Scrollbars";const N8="_wrap_mihf5_25",$8="_indicator_mihf5_29",R8="_arrow_mihf5_29",A8="_small_mihf5_34",H8="_large_mihf5_38",O8="_success_mihf5_42",P8="_danger_mihf5_46",V8="_busy_mihf5_50",T8="_warning_mihf5_54",q8="_down_mihf5_82",Ge={wrap:N8,indicator:$8,arrow:R8,small:A8,large:H8,success:O8,danger:P8,busy:V8,warning:T8,down:q8},W8=({className:e,color:a,role:o,size:l="small",type:r="circle",variant:s,...c})=>{const i=r.includes("arrow"),d={circle:{backgroundColor:a,boxShadow:`0px 0px 10px ${a}`},arrow:{borderColor:`transparent transparent ${a} transparent`}};return t.createElement("div",{className:u(Ge.wrap,e),role:o,...c},t.createElement("div",{className:u(Ge.indicator,Ge[l],s&&Ge[s],{[Ge.arrow]:i,[Ge.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},D8="_stepNumber_15gri_27",j8="_dark_15gri_38",F8="_disabled_15gri_42",U8="_completed_15gri_47",G8="_failed_15gri_52",X8="_active_15gri_57",Q8="_light_15gri_63",Xe={stepNumber:D8,dark:j8,disabled:F8,completed:U8,failed:G8,active:X8,light:Q8},Xa=({className:e,colorScheme:a,isActive:o,isCompleted:l,isFailed:r,isDisabled:s,stepNumber:c,...i})=>t.createElement(R,null,({colorScheme:d})=>t.createElement("div",{className:u(Xe.stepNumber,Xe[a??d],{[Xe.active]:o,[Xe.completed]:l,[Xe.disabled]:s,[Xe.failed]:r},e),"data-testid":L.StepNumber,...i},t.createElement(C,{variant:"inherit",fontVariant:I.BodyBold,"data-testid":L.StepNumberString},l?t.createElement(T,{"data-testid":L.StepNumberCheckmark,source:O.IconCheckmark,size:"mini",className:"d-flex"}):r?t.createElement(T,{"data-testid":L.StepNumberWarning,source:O.IconWarning,size:"mini",className:"d-flex"}):c))),K8=({textareaElement:e,textareaValue:a,enabled:o,maxHeight:l})=>{t.useEffect(()=>{if(e&&o){e.style.height="0px";const r=e.scrollHeight,s=typeof l=="number"&&r>l?l:r+1;e.style.height=`${s}px`}},[e,a,l,o])},Z8="_wrap_iazrb_149",Y8="_textarea_iazrb_154",J8="_errorText_iazrb_191",em="_dark_iazrb_195",tm="_clearButton_iazrb_216",nm="_error_iazrb_191",am="_disabled_iazrb_233",om="_light_iazrb_260",lm="_resizeNone_iazrb_325",rm="_resizeBoth_iazrb_329",cm="_resizeV_iazrb_333",sm="_resizeH_iazrb_337",He={wrap:Z8,textarea:Y8,errorText:J8,dark:em,clearButton:tm,error:nm,disabled:am,light:om,resizeNone:lm,resizeBoth:rm,resizeV:cm,resizeH:sm},Qa=t.forwardRef(({className:e,textareaClassname:a,colorScheme:o,errorText:l,hasError:r,id:s,isDisabled:c,isAutoResize:i=!1,autoResizeMaxHeight:d,label:m,isLabelHidden:_=!1,name:p,onChange:f,onValueChange:h,value:v,resize:g="resizeNone",rows:E=4,...w},b)=>{const B=t.useId(),y=s??B,[z,k]=t.useState(null);K8({textareaElement:z,textareaValue:v,maxHeight:d,enabled:i});const M=t.useCallback(x=>{h&&h(x.currentTarget.value),f&&f(x)},[f,h]),$={text:m,id:y};return t.useImperativeHandle(b,()=>({focus:()=>{z&&z.focus()},value:z?.value}),[z]),t.createElement(R,null,({colorScheme:x})=>t.createElement("label",{className:u(He.wrap,He[o??x],{[He.disabled]:c,[He.error]:r&&!c},e)},t.createElement(he,{isLabelHidden:_,...$}),t.createElement("textarea",{rows:E,id:y,name:p,onChange:M,ref:k,value:v,className:u(He.textarea,a,He[g]),disabled:c,...w}),r&&l&&t.createElement(C,{className:u("mt-2",He.errorText),variant:"danger",role:"alert"},l)))});Qa.displayName="TextArea";const im="_underline_1a3e2_4",dm="_textLink_1a3e2_8",mm="_textLinkContent_1a3e2_22",um="_truncateWrap_1a3e2_29",_m="_dark_1a3e2_38",fm="_link_1a3e2_38",pm="_light_1a3e2_41",hm="_disabled_1a3e2_45",vm="_truncated_1a3e2_49",gm="_uppercase_1a3e2_56",Oe={underline:im,textLink:dm,textLinkContent:mm,truncateWrap:um,dark:_m,link:fm,light:pm,disabled:hm,truncated:vm,uppercase:gm},et=({colorScheme:e,children:a,className:o,disabled:l,fontVariant:r,isDisabled:s,isUnderlined:c,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:_,variant:p="link",textStyle:f,textClassName:h,...v})=>t.createElement(R,null,({colorScheme:g})=>{const E=e??g;return t.createElement(re,{className:u(Oe.textLink,Oe[E],p==="link"&&Oe[p],{[Oe.truncateWrap]:i,[Oe.disabled]:s||l},o),target:_,disabled:s,htmlTag:s?"div":m,rel:_==="_blank"?"noreferrer noopener":"",...v},t.createElement(C,{className:u(Oe.textLinkContent,{[Oe.underline]:c},h),colorScheme:E,fontVariant:r,isTruncated:i,isUppercase:d,style:f,variant:p},a))}),wm="_row_p7k6r_4",Em="_noneSpacing_p7k6r_10",xm="_compactSpacing_p7k6r_15",bm="_smallSpacing_p7k6r_20",km="_mediumSpacing_p7k6r_25",Cm="_largeSpacing_p7k6r_30",_a={row:wm,noneSpacing:Em,compactSpacing:xm,smallSpacing:bm,mediumSpacing:km,largeSpacing:Cm},Ce=({children:e,className:a,spacing:o="small",...l})=>t.createElement("div",{className:u(_a.row,_a[g1(o)],a),...l},e),zm="_wrapper_1qo1w_4",Im="_border_1qo1w_11",ym="_inner_1qo1w_16",Bm="_dark_1qo1w_21",Mm="_hovered_1qo1w_34",Sm="_disabled_1qo1w_46",Lm="_light_1qo1w_54",Nm="_small_1qo1w_119",$m="_medium_1qo1w_126",Rm="_large_1qo1w_140",Pe={wrapper:zm,border:Im,inner:ym,dark:Bm,hovered:Mm,disabled:Sm,light:Lm,small:Nm,medium:$m,large:Rm},Ka=({children:e,className:a,colorScheme:o,hasBorder:l=!0,isDisabled:r,isHovered:s,sizeModifier:c="large",href:i,onClick:d,...m})=>t.createElement(R,null,({colorScheme:_})=>t.createElement(re,{className:u(Pe.wrapper,Pe[o??_],c&&Pe[c],{[Pe.disabled]:r},{[Pe.hovered]:s},a),href:i,onClick:d,htmlTag:!i&&!d?"div":void 0,disabled:r,...m},t.createElement(Ce,{spacing:"none",className:u(Pe.inner,{[Pe.border]:l})},e))),Am="_listLink_1bsc4_4",Hm="_hoverIcon_1bsc4_4",Om="_startAlignedIconTextContainer_1bsc4_13",c1={listLink:Am,hoverIcon:Hm,startAlignedIconTextContainer:Om},Za=({children:e,className:a,variant:o,hasBorder:l=!1,icon:r,iconAlignedStart:s,iconColor:c,isFixedIcon:i=!1,sizeModifier:d="small",...m})=>{const _=t.createElement(C,{variant:o},e),p=r&&t.createElement(T,{className:u({[c1.hoverIcon]:!i}),color:c,source:r,size:"compact"});return t.createElement(Ka,{hasBorder:l,sizeModifier:d,className:u(c1.listLink,a),...m},s?t.createElement("div",{className:c1.startAlignedIconTextContainer},p,_):t.createElement(t.Fragment,null,_,p))},Pm="_light_1e54u_16",Vm="_dark_1e54u_17",Tm="_wrap_1e54u_21",qm="_bar_1e54u_30",Wm="_good_1e54u_40",Dm="_warn_1e54u_44",jm="_danger_1e54u_48",Fm="_primary_1e54u_52",ct={light:Pm,dark:Vm,wrap:Tm,bar:qm,good:Wm,warn:Dm,danger:jm,primary:Fm};var Ya=(e=>(e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e))(Ya||{});const Um=({backgroundClassName:e,barClassName:a,barColor:o="good",colorScheme:l,progress:r,style:s,...c})=>t.createElement(R,null,({colorScheme:i})=>t.createElement("div",{className:u(l??i,ct.wrap,ct[l??i],e),...c},t.createElement("div",{className:u(ct.bar,ct[o]??ct.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...s}}))),Gm="_dark_1gain_13",Xm="_light_1gain_32",Qm="_input_1gain_160",Km="_container_1gain_165",Zm="_spaced_1gain_170",Ym="_end_1gain_174",Jm="_label_1gain_174",e9="_start_1gain_177",t9="_toggle_1gain_177",n9="_small_1gain_201",a9="_hidden_1gain_222",o9="_indicator_1gain_234",l9="_checked_1gain_277",se={dark:Gm,light:Xm,input:Qm,container:Km,spaced:Zm,end:Ym,label:Jm,start:e9,toggle:t9,small:n9,hidden:a9,indicator:o9,checked:l9},r9=({checked:e,className:a,label:o,labelClassName:l,labelPosition:r="end",labelModifier:s,labelFontWeight:c,onChange:i,isSmall:d,colorScheme:m,..._})=>{const{onKeyDown:p}=V.useEnter(f=>{i(!f.currentTarget.checked)});return t.createElement(R,null,({colorScheme:f})=>t.createElement("label",{className:u(m??f,se.container,se[m??f],r&&se[r],{[se.small]:d,[se.spaced]:s==="spaced"},a)},t.createElement("input",{type:"checkbox",checked:e,className:se.input,onChange:h=>i(h.currentTarget.checked),onKeyDown:p,..._}),t.createElement("div",{className:u(se.toggle,{[se.checked]:e})},t.createElement("div",{className:u(se.indicator)})),t.createElement(C,{fontVariant:c==="bold"?I.BodyBold:I.Body,className:u(se.label,l,{[se.hidden]:s==="hidden"})},o)))},N1=({children:e,className:a,closeDelay:o=0,colorScheme:l="light",crossOffset:r,defaultOpen:s,delay:c=500,isTooltipEnabled:i=!0,offset:d,position:m="top",text:_,tooltipContainerClassName:p,...f})=>{const h=t.useMemo(()=>t.createElement(Q,{colorScheme:l},t.createElement(le,{className:u(X.tooltip,X.tooltipControl,X[m],a),"data-testid":"tooltip-inner"},typeof _=="string"?t.createElement(C,null,_):_)),[a,l,m,_]),{targetRef:v,triggerProps:g,tooltip:E}=S1({closeDelay:o,crossOffset:r,defaultOpen:s,delay:c,offset:d,position:m,tooltipContent:h});return i?t.createElement("div",{className:u(X.tooltipContainer,p),ref:v,...f},t.Children.map(e,w=>t.isValidElement(w)?t.cloneElement(w,{...g}):w),E):t.createElement(t.Fragment,null,e)},c9="_video_n63fi_16",s9="_mirrored_n63fi_24",fa={video:c9,mirrored:s9},$t=(e,a)=>{e?.paused&&e.play().catch(o=>{a?.(o)})},Ja=t.forwardRef(({srcObject:e,sinkId:a,captionsSrc:o,captionsSrcLang:l,className:r,autoPlay:s=!0,isMirrored:c=!1,playsInline:i=!0,textTrackKind:d,muted:m,onPictureInPictureChange:_,onFailedToResume:p,...f},h)=>{const v=t.useRef(null);t.useImperativeHandle(h,()=>({resume:()=>$t(v.current,p),focus:()=>v.current?.focus()})),t.useEffect(()=>{const E=v.current;let w=!1;const b=()=>_?.(!0),B=()=>{setTimeout(()=>{w||$t(E,p)},0),_?.(!1)};return E?.addEventListener("enterpictureinpicture",b),E?.addEventListener("leavepictureinpicture",B),()=>{w=!0,E?.removeEventListener("enterpictureinpicture",b),E?.removeEventListener("leavepictureinpicture",B),E&&document.pictureInPictureElement===E&&document.exitPictureInPicture?.().then(()=>{_?.(!1)})}},[_,p]),t.useEffect(()=>{v.current&&e&&(v.current.srcObject=e)},[e]),t.useEffect(()=>{e?.getAudioTracks().length&&v?.current?.setSinkId?.(a??"")},[a,e]),t.useEffect(()=>{const E=v.current,w=()=>$t(v.current,p),[b]=e?.getTracks()??[];return E?.addEventListener("suspend",w),E?.addEventListener("pause",w),b?.addEventListener("unmute",w),()=>{E?.removeEventListener("suspend",w),E?.removeEventListener("pause",w),b?.removeEventListener("unmute",w)}},[e,p]);const g=()=>{v.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(v.current.muted=!0,$t(v.current,p)):v.current.muted=!1)};return t.createElement(R,null,({colorScheme:E})=>t.createElement("video",{ref:v,autoPlay:s,muted:m,playsInline:i,className:u(fa.video,E,{[fa.mirrored]:c},r),onCanPlay:g,...f},d&&t.createElement("track",{kind:d,src:o,srcLang:l,default:!0})))});Ja.displayName="Video";const i9=t.forwardRef(({src:e,srcObject:a,captionsSrc:o,captionsSrcLang:l,sinkId:r,play:s,controls:c=!1,onFailure:i=Q1.noop,onSuccess:d=Q1.noop,...m},_)=>{const p=t.useRef(null);return t.useEffect(()=>{p.current?.setSinkId?.(r??"").catch(i)},[r,i]),t.useEffect(()=>{p.current&&a&&(p.current.srcObject=a,p.current.setSinkId?.(r??"").catch(i))},[r,a,i]),t.useEffect(()=>{s!==void 0&&(async h=>{try{h?(await p.current?.play(),p.current&&d(p.current)):p.current?.pause()}catch(v){i(v)}})(s)},[i,d,s]),t.createElement("audio",{ref:f=>{_&&("current"in _?_.current=f:_(f)),p.current=f},src:e,controls:c,...m},o&&t.createElement("track",{kind:"captions",src:o,srcLang:l}))}),d9=(e,a)=>{const[o,l]=t.useState(!1);return t.useEffect(()=>{a&&e>0&&l(!0)},[e,a]),t.useEffect(()=>{let r;return a&&o&&(r=window.setTimeout(()=>{l(!1)},800)),()=>clearTimeout(r)},[o,a]),o},m9=e=>{const[a,o]=t.useState(e);return t.useEffect(()=>{e>0&&o(e)},[e]),a},u9="_wrapper_10wzf_18",_9="_truncated_10wzf_23",f9="_number_10wzf_23",p9="_counter_10wzf_27",h9="_visible_10wzf_47",v9="_animated_10wzf_51",g9="_pulse_10wzf_1",w9="_info_10wzf_63",E9="_notification_10wzf_73",ye={wrapper:u9,truncated:_9,number:f9,counter:p9,visible:h9,animated:v9,pulse:g9,info:w9,notification:E9},eo=({number:e=0,isVisible:a,variant:o="notification",shouldAnimate:l=!0,isTruncated:r=!1,badgeClassName:s,childrenWrapperClassName:c,children:i,...d})=>{const m=d9(e,l),_=m9(e);return t.createElement("div",{...d,className:u(ye.wrapper,{[ye.truncated]:r},d.className)},i&&t.createElement("div",{className:c},i),t.createElement("div",{"data-testid":L.BadgeCounterNumber,className:u(ye.counter,ye[o],{[ye.animated]:m,[ye.visible]:a,[ye.truncated]:r},s)},t.createElement(C,{colorScheme:o==="info"?"light":"dark",fontVariant:I.SmallBold,className:ye.number},_)))},x9=(e,a)=>e.includes(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),_=require("classnames"),Ca=require("change-case"),Vt=require("@pexip/signal"),za=require("uuid"),V=require("@pexip/hooks"),Jo=require("@react-stately/tooltip"),el=require("@react-aria/tooltip"),wt=require("@react-aria/overlays"),tl=require("simplebar-react"),Q1=require("@pexip/utils"),Ia=require("react-dom"),h1=require("tabbable"),nl=require("@react-stately/overlays"),al=require("@react-stately/collections"),ol=require("@react-stately/menu"),v1=require("@react-aria/menu"),ll=require("@react-aria/button"),rl=require("@react-aria/utils"),cl=require("@react-stately/tree"),sl=require("@react-aria/interactions");function il(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const l=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(a,o,l.get?l:{enumerable:!0,get:()=>e[o]})}}return a.default=e,Object.freeze(a)}const n=il(t),me=e=>Ca.camelCase(`${e} padding`),g1=e=>Ca.camelCase(`${e} spacing`),dl=(e,a)=>Object.keys(a).reduce((o,l)=>(l!==e&&(o[l]=a[l]),o),{}),ml="_themeProvider_1o5fn_1",ul={themeProvider:ml},_l=["theme-legacy","theme-pds"],Je=t.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:R}=Je,Q=({children:e,colorScheme:a,theme:o})=>{const{colorScheme:l,theme:r}=t.useContext(Je),s=a??l,c=o??r;return t.createElement(Je.Provider,{value:{colorScheme:s,theme:c}},t.createElement("div",{className:_(ul.themeProvider,c,s)},e))};function Et(e,a){return function(l){return t.createElement(Q,{colorScheme:a},t.createElement(e,{...l}))}}const fl="_boxHeader_kr7d7_4",pl="_nonePadding_kr7d7_9",hl="_compactPadding_kr7d7_13",vl="_smallPadding_kr7d7_17",gl="_mediumPadding_kr7d7_21",wl="_largePadding_kr7d7_25",K1={boxHeader:fl,nonePadding:pl,compactPadding:hl,smallPadding:vl,mediumPadding:gl,largePadding:wl},ya=({className:e,padding:a="small",contentBelowDivider:o,children:l})=>{const r=t.createElement("div",{className:_(K1[me(a)],K1.boxHeader,e)},l);return o?t.createElement("div",null,r,o):r},El="_boxFooter_fgwhd_4",xl="_hasShadow_fgwhd_4",bl="_nonePaddingTop_fgwhd_18",kl="_nonePaddingRight_fgwhd_21",Cl="_nonePaddingBottom_fgwhd_24",zl="_nonePaddingLeft_fgwhd_27",Il="_compactPaddingTop_fgwhd_30",yl="_compactPaddingRight_fgwhd_33",Bl="_compactPaddingBottom_fgwhd_36",Ml="_compactPaddingLeft_fgwhd_39",Sl="_smallPaddingTop_fgwhd_42",Ll="_smallPaddingRight_fgwhd_45",Nl="_smallPaddingBottom_fgwhd_48",$l="_smallPaddingLeft_fgwhd_51",Rl="_mediumPaddingTop_fgwhd_54",Al="_mediumPaddingRight_fgwhd_57",Hl="_mediumPaddingBottom_fgwhd_60",Ol="_mediumPaddingLeft_fgwhd_63",Pl="_largePaddingTop_fgwhd_66",Vl="_largePaddingRight_fgwhd_69",Tl="_largePaddingBottom_fgwhd_72",ql="_largePaddingLeft_fgwhd_75",je={boxFooter:El,hasShadow:xl,nonePaddingTop:bl,nonePaddingRight:kl,nonePaddingBottom:Cl,nonePaddingLeft:zl,compactPaddingTop:Il,compactPaddingRight:yl,compactPaddingBottom:Bl,compactPaddingLeft:Ml,smallPaddingTop:Sl,smallPaddingRight:Ll,smallPaddingBottom:Nl,smallPaddingLeft:$l,mediumPaddingTop:Rl,mediumPaddingRight:Al,mediumPaddingBottom:Hl,mediumPaddingLeft:Ol,largePaddingTop:Pl,largePaddingRight:Vl,largePaddingBottom:Tl,largePaddingLeft:ql},Ba=({className:e,padding:a="small",topPadding:o=a,rightPadding:l=a,bottomPadding:r=a,leftPadding:s=a,hasFooterShadow:c=!1,children:i})=>t.createElement("div",{className:_(e,je.boxFooter,o&&je[`${me(o)}Top`],l&&je[`${me(l)}Right`],r&&je[`${me(r)}Bottom`],s&&je[`${me(s)}Left`],{[je.hasShadow]:c})},i),Wl="_box_5xx8l_4",Dl="_hasHeaderOrFooter_5xx8l_4",jl="_mainContent_5xx8l_9",Fl="_scrollable_5xx8l_16",Ul="_rounded_5xx8l_20",Gl="_dark_5xx8l_24",Xl="_light_5xx8l_29",Ql="_shadowLight_5xx8l_34",Kl="_shadowDark_5xx8l_38",Zl="_border_5xx8l_42",Yl="_nonePadding_5xx8l_53",Jl="_compactPadding_5xx8l_57",e2="_smallPadding_5xx8l_61",t2="_mediumPadding_5xx8l_65",n2="_largePadding_5xx8l_69",ce={box:Wl,hasHeaderOrFooter:Dl,mainContent:jl,scrollable:Fl,rounded:Ul,dark:Gl,light:Xl,shadowLight:Ql,shadowDark:Kl,border:Zl,nonePadding:Yl,compactPadding:Jl,smallPadding:e2,mediumPadding:t2,largePadding:n2},le=t.forwardRef(({hasBackground:e=!0,headerContent:a,headerContentBelowDivider:o,footerContent:l,bgColor:r,children:s,className:c,childrenClassName:i,headerClassName:d,isRounded:m=!0,isWithBorder:u=!1,isWithShadow:p=!0,shadowModifier:f="dark",padding:h="none",headerPadding:v=h,footerPadding:w=h,footerTopPadding:E=w,footerRightPadding:g=w,footerBottomPadding:b=w,footerLeftPadding:y=w,hasFooterShadow:B,scrollable:I,style:k,colorScheme:M,...$},x)=>{const N=!!a||!!l;return t.createElement(R,null,({colorScheme:S})=>t.createElement("div",{className:_(e&&ce[M??S],{[ce.shadowDark]:p&&f==="dark",[ce.shadowLight]:p&&f==="light",[ce.rounded]:m,[ce.border]:u,[ce[me(h)]]:!N,[ce.hasHeaderOrFooter]:N},ce.box,c),style:e&&r?{...k,backgroundColor:r}:k,ref:x,...$},a&&t.createElement(ya,{contentBelowDivider:o,padding:v,className:d},a),s&&N?t.createElement("div",{className:_(ce[me(h)],ce.mainContent,{"pb-0":l&&h!=="none",[ce.scrollable]:I},i)},s):s,l&&t.createElement(Ba,{padding:w,topPadding:E,rightPadding:g,bottomPadding:b,leftPadding:y,hasFooterShadow:B},l)))});le.displayName="Box";const a2="_dark_14ps4_4",o2="_light_14ps4_8",l2="_horizontal_14ps4_12",r2="_vertical_14ps4_17",Z1={dark:a2,light:o2,horizontal:l2,vertical:r2},ue=({colorScheme:e,direction:a="horizontal",className:o,...l})=>t.createElement(R,null,({colorScheme:r})=>t.createElement("div",{className:_(Z1[e??r],Z1[a],o),...l})),c2="_dark_1xjes_99",s2="_standard_1xjes_99",i2="_link_1xjes_102",d2="_subtle_1xjes_105",m2="_tinted_1xjes_108",u2="_disabled_1xjes_111",_2="_success_1xjes_114",f2="_danger_1xjes_117",p2="_warning_1xjes_120",h2="_light_1xjes_124",v2="_hidden_1xjes_149",g2="_inherit_1xjes_161",w2="_truncated_1xjes_165",E2="_uppercase_1xjes_172",x2="_underline_1xjes_176",b2="_italicize_1xjes_180",k2="_normalWhiteSpace_1xjes_184",C2="_nowrapWhiteSpace_1xjes_188",z2="_preWhiteSpace_1xjes_192",I2="_preWrapWhiteSpace_1xjes_196",y2="_preLineWhiteSpace_1xjes_200",B2="_normalWordBreak_1xjes_204",M2="_breakAllWordBreak_1xjes_208",S2="_keepAllWordBreak_1xjes_212",L2="_overflowWrapWordBreak_1xjes_216",N2="_text_1xjes_221",$2="_h1_1xjes_226",R2="_h2_1xjes_232",A2="_h3_1xjes_238",H2="_h4_1xjes_244",O2="_h5_1xjes_250",P2="_h6_1xjes_256",V2="_body-bold_1xjes_262",T2="_button_1xjes_268",q2="_body_1xjes_262",W2="_body-link_1xjes_280",D2="_small-bold_1xjes_286",j2="_small_1xjes_286",F2="_small-link_1xjes_298",U2="_x-small-bold_1xjes_304",G2="_x-small_1xjes_304",X2="_x-small-link_1xjes_316",ee={dark:c2,standard:s2,link:i2,subtle:d2,tinted:m2,disabled:u2,success:_2,danger:f2,warning:p2,light:h2,hidden:v2,inherit:g2,truncated:w2,uppercase:E2,underline:x2,italicize:b2,normalWhiteSpace:k2,nowrapWhiteSpace:C2,preWhiteSpace:z2,preWrapWhiteSpace:I2,preLineWhiteSpace:y2,normalWordBreak:B2,breakAllWordBreak:M2,keepAllWordBreak:S2,overflowWrapWordBreak:L2,text:N2,h1:$2,h2:R2,h3:A2,h4:H2,h5:O2,h6:P2,"body-bold":"_body-bold_1xjes_262",bodyBold:V2,button:T2,body:q2,"body-link":"_body-link_1xjes_280",bodyLink:W2,"small-bold":"_small-bold_1xjes_286",smallBold:D2,small:j2,"small-link":"_small-link_1xjes_298",smallLink:F2,"x-small-bold":"_x-small-bold_1xjes_304",xSmallBold:U2,"x-small":"_x-small_1xjes_304",xSmall:G2,"x-small-link":"_x-small-link_1xjes_316",xSmallLink:X2},qe=({children:e,className:a,colorScheme:o,fontVariant:l,htmlTag:r,isTruncated:s=!1,isUppercase:c,variant:i="standard",...d})=>{const m=l??r;return t.createElement(R,null,({colorScheme:u})=>t.createElement(r,{className:_(ee[o??u],ee[i],ee[m],{[ee.truncated]:s,[ee.uppercase]:c},a),...d},e))};var z=(e=>(e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.BodyBold="bodyBold",e.Button="button",e.Body="body",e.BodyLink="bodyLink",e.SmallBold="smallBold",e.Small="small",e.SmallLink="smallLink",e.XSmallBold="xSmallBold",e.XSmall="xSmall",e.XSmallLink="xSmallLink",e))(z||{});const Q2="_wrap_11372_11",K2="_divider_11372_19",Z2="_section_11372_23",Y2="_grow_11372_26",J2="_header_11372_30",er="_headerTitleWrap_11372_37",Ie={wrap:Q2,divider:K2,section:Z2,grow:Y2,header:J2,headerTitleWrap:er},Ma=({colorScheme:e="light",title:a,titleHtmlTag:o="h2",titleEnhancerStart:l,subtitle:r,secondaryComponent:s,children:c})=>t.createElement(Q,{colorScheme:e},t.createElement(le,{className:Ie.wrap,shadowModifier:"light"},t.createElement("div",{className:Ie.header},t.createElement("div",{className:Ie.headerTitleWrap},l&&t.createElement("div",{className:"mr-4"},l),t.createElement(qe,{htmlTag:o,fontVariant:z.H5},a)),r&&t.createElement("div",null,r)),t.createElement(ue,{className:Ie.divider}),t.createElement("div",{className:Ie.section},s),t.createElement(ue,{className:Ie.divider}),t.createElement("div",{className:_(Ie.section,Ie.grow)},c))),tr=["xs","sm","md","lg","xl"],nr=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],ar=[...tr,...nr],or="_verticalGutter_1ddso_1",lr="_cell_1ddso_1",rr="_xs1_1ddso_12",cr="_xs2_1ddso_17",sr="_xs3_1ddso_22",ir="_xs4_1ddso_27",dr="_xs5_1ddso_32",mr="_xs6_1ddso_37",ur="_xs7_1ddso_42",_r="_xs8_1ddso_47",fr="_xs9_1ddso_52",pr="_xs10_1ddso_57",hr="_xs11_1ddso_62",vr="_xs12_1ddso_67",gr="_xsOffset0_1ddso_72",wr="_xsOffset1_1ddso_76",Er="_xsOffset2_1ddso_80",xr="_xsOffset3_1ddso_84",br="_xsOffset4_1ddso_88",kr="_xsOffset5_1ddso_92",Cr="_xsOffset6_1ddso_96",zr="_xsOffset7_1ddso_100",Ir="_xsOffset8_1ddso_104",yr="_xsOffset9_1ddso_108",Br="_xsOffset10_1ddso_112",Mr="_xsOffset11_1ddso_116",Sr="_xsOffset12_1ddso_120",Lr="_sm1_1ddso_125",Nr="_sm2_1ddso_129",$r="_sm3_1ddso_133",Rr="_sm4_1ddso_137",Ar="_sm5_1ddso_141",Hr="_sm6_1ddso_145",Or="_sm7_1ddso_149",Pr="_sm8_1ddso_153",Vr="_sm9_1ddso_157",Tr="_sm10_1ddso_161",qr="_sm11_1ddso_165",Wr="_sm12_1ddso_169",Dr="_smOffset0_1ddso_173",jr="_smOffset1_1ddso_176",Fr="_smOffset2_1ddso_179",Ur="_smOffset3_1ddso_182",Gr="_smOffset4_1ddso_185",Xr="_smOffset5_1ddso_188",Qr="_smOffset6_1ddso_191",Kr="_smOffset7_1ddso_194",Zr="_smOffset8_1ddso_197",Yr="_smOffset9_1ddso_200",Jr="_smOffset10_1ddso_203",ec="_smOffset11_1ddso_206",tc="_smOffset12_1ddso_209",nc="_md1_1ddso_214",ac="_md2_1ddso_218",oc="_md3_1ddso_222",lc="_md4_1ddso_226",rc="_md5_1ddso_230",cc="_md6_1ddso_234",sc="_md7_1ddso_238",ic="_md8_1ddso_242",dc="_md9_1ddso_246",mc="_md10_1ddso_250",uc="_md11_1ddso_254",_c="_md12_1ddso_258",fc="_mdOffset0_1ddso_262",pc="_mdOffset1_1ddso_265",hc="_mdOffset2_1ddso_268",vc="_mdOffset3_1ddso_271",gc="_mdOffset4_1ddso_274",wc="_mdOffset5_1ddso_277",Ec="_mdOffset6_1ddso_280",xc="_mdOffset7_1ddso_283",bc="_mdOffset8_1ddso_286",kc="_mdOffset9_1ddso_289",Cc="_mdOffset10_1ddso_292",zc="_mdOffset11_1ddso_295",Ic="_mdOffset12_1ddso_298",yc="_lg1_1ddso_303",Bc="_lg2_1ddso_307",Mc="_lg3_1ddso_311",Sc="_lg4_1ddso_315",Lc="_lg5_1ddso_319",Nc="_lg6_1ddso_323",$c="_lg7_1ddso_327",Rc="_lg8_1ddso_331",Ac="_lg9_1ddso_335",Hc="_lg10_1ddso_339",Oc="_lg11_1ddso_343",Pc="_lg12_1ddso_347",Vc="_lgOffset0_1ddso_351",Tc="_lgOffset1_1ddso_354",qc="_lgOffset2_1ddso_357",Wc="_lgOffset3_1ddso_360",Dc="_lgOffset4_1ddso_363",jc="_lgOffset5_1ddso_366",Fc="_lgOffset6_1ddso_369",Uc="_lgOffset7_1ddso_372",Gc="_lgOffset8_1ddso_375",Xc="_lgOffset9_1ddso_378",Qc="_lgOffset10_1ddso_381",Kc="_lgOffset11_1ddso_384",Zc="_lgOffset12_1ddso_387",Yc="_xl1_1ddso_392",Jc="_xl2_1ddso_396",es="_xl3_1ddso_400",ts="_xl4_1ddso_404",ns="_xl5_1ddso_408",as="_xl6_1ddso_412",os="_xl7_1ddso_416",ls="_xl8_1ddso_420",rs="_xl9_1ddso_424",cs="_xl10_1ddso_428",ss="_xl11_1ddso_432",is="_xl12_1ddso_436",ds="_xlOffset0_1ddso_440",ms="_xlOffset1_1ddso_443",us="_xlOffset2_1ddso_446",_s="_xlOffset3_1ddso_449",fs="_xlOffset4_1ddso_452",ps="_xlOffset5_1ddso_455",hs="_xlOffset6_1ddso_458",vs="_xlOffset7_1ddso_461",gs="_xlOffset8_1ddso_464",ws="_xlOffset9_1ddso_467",Es="_xlOffset10_1ddso_470",xs="_xlOffset11_1ddso_473",bs="_xlOffset12_1ddso_476",ks="_xxl1_1ddso_481",Cs="_xxl2_1ddso_485",zs="_xxl3_1ddso_489",Is="_xxl4_1ddso_493",ys="_xxl5_1ddso_497",Bs="_xxl6_1ddso_501",Ms="_xxl7_1ddso_505",Ss="_xxl8_1ddso_509",Ls="_xxl9_1ddso_513",Ns="_xxl10_1ddso_517",$s="_xxl11_1ddso_521",Rs="_xxl12_1ddso_525",As="_xxlOffset0_1ddso_529",Hs="_xxlOffset1_1ddso_532",Os="_xxlOffset2_1ddso_535",Ps="_xxlOffset3_1ddso_538",Vs="_xxlOffset4_1ddso_541",Ts="_xxlOffset5_1ddso_544",qs="_xxlOffset6_1ddso_547",Ws="_xxlOffset7_1ddso_550",Ds="_xxlOffset8_1ddso_553",js="_xxlOffset9_1ddso_556",Fs="_xxlOffset10_1ddso_559",Us="_xxlOffset11_1ddso_562",Gs="_xxlOffset12_1ddso_565",Ot={verticalGutter:or,cell:lr,xs1:rr,xs2:cr,xs3:sr,xs4:ir,xs5:dr,xs6:mr,xs7:ur,xs8:_r,xs9:fr,xs10:pr,xs11:hr,xs12:vr,xsOffset0:gr,xsOffset1:wr,xsOffset2:Er,xsOffset3:xr,xsOffset4:br,xsOffset5:kr,xsOffset6:Cr,xsOffset7:zr,xsOffset8:Ir,xsOffset9:yr,xsOffset10:Br,xsOffset11:Mr,xsOffset12:Sr,sm1:Lr,sm2:Nr,sm3:$r,sm4:Rr,sm5:Ar,sm6:Hr,sm7:Or,sm8:Pr,sm9:Vr,sm10:Tr,sm11:qr,sm12:Wr,smOffset0:Dr,smOffset1:jr,smOffset2:Fr,smOffset3:Ur,smOffset4:Gr,smOffset5:Xr,smOffset6:Qr,smOffset7:Kr,smOffset8:Zr,smOffset9:Yr,smOffset10:Jr,smOffset11:ec,smOffset12:tc,md1:nc,md2:ac,md3:oc,md4:lc,md5:rc,md6:cc,md7:sc,md8:ic,md9:dc,md10:mc,md11:uc,md12:_c,mdOffset0:fc,mdOffset1:pc,mdOffset2:hc,mdOffset3:vc,mdOffset4:gc,mdOffset5:wc,mdOffset6:Ec,mdOffset7:xc,mdOffset8:bc,mdOffset9:kc,mdOffset10:Cc,mdOffset11:zc,mdOffset12:Ic,lg1:yc,lg2:Bc,lg3:Mc,lg4:Sc,lg5:Lc,lg6:Nc,lg7:$c,lg8:Rc,lg9:Ac,lg10:Hc,lg11:Oc,lg12:Pc,lgOffset0:Vc,lgOffset1:Tc,lgOffset2:qc,lgOffset3:Wc,lgOffset4:Dc,lgOffset5:jc,lgOffset6:Fc,lgOffset7:Uc,lgOffset8:Gc,lgOffset9:Xc,lgOffset10:Qc,lgOffset11:Kc,lgOffset12:Zc,xl1:Yc,xl2:Jc,xl3:es,xl4:ts,xl5:ns,xl6:as,xl7:os,xl8:ls,xl9:rs,xl10:cs,xl11:ss,xl12:is,xlOffset0:ds,xlOffset1:ms,xlOffset2:us,xlOffset3:_s,xlOffset4:fs,xlOffset5:ps,xlOffset6:hs,xlOffset7:vs,xlOffset8:gs,xlOffset9:ws,xlOffset10:Es,xlOffset11:xs,xlOffset12:bs,xxl1:ks,xxl2:Cs,xxl3:zs,xxl4:Is,xxl5:ys,xxl6:Bs,xxl7:Ms,xxl8:Ss,xxl9:Ls,xxl10:Ns,xxl11:$s,xxl12:Rs,xxlOffset0:As,xxlOffset1:Hs,xxlOffset2:Os,xxlOffset3:Ps,xxlOffset4:Vs,xxlOffset5:Ts,xxlOffset6:qs,xxlOffset7:Ws,xxlOffset8:Ds,xxlOffset9:js,xxlOffset10:Fs,xxlOffset11:Us,xxlOffset12:Gs},Xs=e=>e in Ot,Qs=e=>ar.reduce((a,o)=>{const l=`${o}${e[o]??""}`;return Xs(l)&&a.push(Ot[l]),a},[]),m1=({className:e,children:a,hasVerticalGutter:o,...l})=>t.createElement("div",{className:_(Ot.cell,Qs(l),{[Ot.verticalGutter]:o},e)},a),Ks="_centerLayout_vjlw4_1",Zs="_relative_vjlw4_10",Ys="_absolute_vjlw4_14",Js="_centerText_vjlw4_22",e3="_fullWidth_vjlw4_26",Bt={centerLayout:Ks,relative:Zs,absolute:Ys,centerText:Js,fullWidth:e3},w1=({centerText:e=!1,children:a,className:o,isFullWidth:l,position:r="relative",...s})=>t.createElement("div",{className:_(Bt.centerLayout,Bt[r],e&&Bt.centerText,{[Bt.fullWidth]:l},o),...s},a),E1={xs:0,sm:479,md:744,lg:1025,xl:2e3},vt=["xs","sm","md","lg","xl"],x1=e=>typeof e=="string",t3=e=>typeof e=="object",Sa=e=>e===void 0?!0:x1(e)?!e.trim():Object.entries(e).every(([o,l])=>!l.trim()),n3=e=>{let a="";const o=",",l=Object.entries(e);for(const r of l){const s=r[0],c=r[1];a=a.concat(`${c} ${s}`),l.indexOf(r)!==l.length-1&&(a=a.concat(`${o} `))}return a.trim()},La=e=>typeof e=="string",Y1=e=>typeof e=="object",Na=e=>e===void 0?!0:La(e)?!e.trim():Object.entries(e).every(([o,l])=>!l.trim()),a3=e=>{const a=[...vt].reverse();for(const o of a){const l=e[o];if(l)return l}return null},o3=e=>{const a=a3(e);if(a){const o=[...vt].reverse(),l={...e};return o.forEach((r,s)=>{if(!l[r]){const c=o[s-1],d=c&&l[c]||a;l[r]=d}}),l}return e},l3=e=>{const a=o3(e);return Object.fromEntries(Object.entries(a).map(([l,r])=>[`--${l}-background-image`,`url("${r}")`]))};var $a=(e=>(e.White="#ffffff",e.Blue40="#b1aaff",e.Blue20="#d0ccff",e.Red100="#ff7273",e.Green100="#0ebec7",e.Blue100="#4b37ff",e.TextLinkBlueDarkBg="#00c2ff",e.TextLinkBlueHoverDarkBg="#52d7ff",e.Blue50="#a198ff",e.Green90="#30c8cf",e.Green80="#51d2d8",e.Green60="#8de5e9",e.Green40="#baf4f6",e.Red90="#ff9697",e.Red80="#ffb6b7",e.Red70="#f24949",e.Red60="#ffe3e4",e.Red40="#fff7f7",e.Blue90="#5d4cff",e.SignalRedHover="#bc1515",e.DeepBlue100="#0a2136",e.Neutral100="#212121",e.DeepBlue90="#1e3a54",e.Neutral90="#323232",e.SignalRed="#e60000",e.SignalGreen="#2c8500",e.JoinHover="#488716",e.JoinDisabled="#e3eede",e.SignalGreen130="#205e01",e.Join="#5eaf1d",e.DeepBlue80="#3c5974",e.Neutral80="#494949",e.DeepBlue50="#a5b8ca",e.Neutral50="#c3c4c5",e.DeepBlue40="#c1d1df",e.Neutral40="#d2d2d2",e.DeepBlue30="#d8e3ee",e.Neutral30="#dcdcdc",e.DeepBlue20="#e8f0f8",e.Neutral20="#e6e6e6",e.Grey="#f7f7f7",e.Black="#111111",e.DeepBlue60="#728fac",e.Neutral60="#989898",e.DeepBlue70="#577490",e.Neutral70="#777777",e.DeepBlue10="#f4f7fb",e.Neutral10="#f2f2f2",e.DeepBlue5="#ffffff",e.Neutral5="#ffffff",e.TextLinkBlueWhiteBg="#032fff",e.TextLinkBlueHoverWhiteBg="#0023d1",e.SignalOrange130="#bc5a00",e.SignalOrange80="#fef1e6",e.Green130="#00777c",e.SignalOrange120="#ff9a3e",e.SignalOrange110="#fcc592",e.SignalOrange100="#ffd1a7",e.SignalOrange90="#fdd8b7",e.SignalOrange60="#fff5ed",e.SignalOrange40="#fff8f2",e))($a||{}),Pt=(e=>(e.White="255,255,255",e.Blue40="177,170,255",e.Blue20="208,204,255",e.Red100="255,114,115",e.Green100="14,190,199",e.Blue100="75,55,255",e.TextLinkBlueDarkBg="0,194,255",e.TextLinkBlueHoverDarkBg="82,215,255",e.Blue50="161,152,255",e.Green90="48,200,207",e.Green80="81,210,216",e.Green60="141,229,233",e.Green40="186,244,246",e.Red90="255,150,151",e.Red80="255,182,183",e.Red60="255,227,228",e.Red40="255,247,247",e.Blue90="93,76,255",e.SignalRedHover="188,21,21",e.DeepBlue100="10,33,54",e.Neutral100="33,33,33",e.DeepBlue90="30,58,84",e.Neutral90="50,50,50",e.SignalRed="230,0,0",e.SignalGreen="44,133,0",e.JoinHover="72,135,22",e.JoinDisabled="227,238,222",e.SignalGreen130="32,94,1",e.Join="94,175,29",e.DeepBlue80="60,89,116",e.Neutral80="73,73,73",e.DeepBlue50="165,184,202",e.Neutral50="195,196,197",e.DeepBlue40="193,209,223",e.Neutral40="210,210,210",e.DeepBlue30="216,227,238",e.Neutral30="220,220,220",e.DeepBlue20="232,240,248",e.Neutral20="230,230,230",e.Grey="247,247,247",e.Black="17,17,17",e.DeepBlue60="114,143,172",e.Neutral60="152,152,152",e.DeepBlue70="87,116,144",e.Neutral70="119,119,119",e.DeepBlue10="244,247,251",e.Neutral10="242,242,242",e.DeepBlue5="255,255,255",e.Neutral5="255,255,255",e.TextLinkBlueWhiteBg="3,47,255",e.TextLinkBlueHoverWhiteBg="0,35,209",e.SignalOrange130="188,90,0",e.SignalOrange80="254,241,230",e.Green130="0,119,124",e.SignalOrange120="255,154,62",e.SignalOrange110="252,197,146",e.SignalOrange100="255,209,167",e.SignalOrange90="253,216,183",e.SignalOrange60="255,245,237",e.SignalOrange40="255,248,242",e))(Pt||{});const r3=({background:e,backgroundImageSrc:a,backgroundBlendMode:o,overlayOpacity:l,overlay:r})=>t.useMemo(()=>{const s=e==="image"&&!Na(a),c=s&&Y1(a),i=s&&o!=="normal",d=e==="none",m=e==="white",u=e==="dark"||e==="image"&&!s,p=e==="light";let f={};if(s&&(La(a)&&(f={...f,backgroundImage:`url("${a}")`}),Y1(a))){const h=l3(a);f={...f,...h}}return i&&(f={...f,"--blend-mode":o,"--background-color-opacity":`${l}`,"--background-color-rgb":`${r==="light"?Pt.White:Pt.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:u,isBackgroundLight:p,isBackgroundImage:s,isBackgroundImageBreakpointImageSet:c,isBackgroundImageBlend:i,backgroundStyleProps:f}},[e,a,o,l,r]),c3="_light_17v4m_13",s3="_dark_17v4m_19",i3="_fullSizeWindow_17v4m_28",d3="_fixed_17v4m_53",m3="_absolute_17v4m_57",u3="_paddingNone_17v4m_61",_3="_paddingSmall_17v4m_65",f3="_backgroundNone_17v4m_69",p3="_backgroundWhite_17v4m_73",h3="_backgroundDark_17v4m_77",v3="_backgroundLight_17v4m_81",g3="_backgroundImage_17v4m_85",w3="_backgroundImageBreakpointImageSet_17v4m_92",E3="_backgroundBlend_17v4m_117",x3="_row_17v4m_123",b3="_rowReverse_17v4m_127",k3="_column_17v4m_131",C3="_columnReverse_17v4m_135",z3="_flexStart_17v4m_139",I3="_center_17v4m_143",oe={light:c3,dark:s3,fullSizeWindow:i3,fixed:d3,absolute:m3,paddingNone:u3,paddingSmall:_3,backgroundNone:f3,backgroundWhite:p3,backgroundDark:h3,backgroundLight:v3,backgroundImage:g3,backgroundImageBreakpointImageSet:w3,backgroundBlend:E3,row:x3,rowReverse:b3,column:k3,columnReverse:C3,flexStart:z3,center:I3},Tt=t.forwardRef(({children:e,className:a,padding:o="small",background:l="none",flexDirection:r="row",justifyContent:s="flexStart",backgroundImageSrc:c,backgroundBlendMode:i="normal",overlayOpacity:d=.7,overlay:m="dark",position:u="fixed",style:p,...f},h)=>{const v=o==="small",w=o==="none",{isBackgroundNone:E,isBackgroundWhite:g,isBackgroundDark:b,isBackgroundLight:y,isBackgroundImage:B,isBackgroundImageBreakpointImageSet:I,isBackgroundImageBlend:k,backgroundStyleProps:M}=r3({background:l,backgroundImageSrc:c,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return t.createElement("div",{style:{...p,...M},className:_(oe.fullSizeWindow,{[oe.paddingNone]:w,[oe.paddingSmall]:v,[oe.backgroundNone]:E,[oe.backgroundWhite]:g,[oe.backgroundDark]:b,[oe.backgroundLight]:y,[oe.backgroundImage]:B,[oe.backgroundImageBreakpointImageSet]:I,[oe.backgroundBlend]:B&&k},oe[r],oe[s],oe[u],a),ref:h,...f},e)});Tt.displayName="FullSizeWindow";const y3="_wrapper_m0c6u_1",B3="_roundedCorners_m0c6u_15",M3="_small_m0c6u_19",S3="_medium_m0c6u_23",L3="_large_m0c6u_27",N3="_full_m0c6u_32",$3="_mediumWidth_m0c6u_37",R3="_fullWidth_m0c6u_41",A3="_autoHeight_m0c6u_45",H3="_flexStart_m0c6u_49",O3="_center_m0c6u_53",Fe={wrapper:y3,roundedCorners:B3,small:M3,medium:S3,large:L3,full:N3,mediumWidth:$3,fullWidth:R3,autoHeight:A3,flexStart:H3,center:O3},Ra=({className:e,children:a,modifier:o,heightModifier:l,size:r="full",justifyContent:s="flexStart",borderRadius:c="none",...i})=>t.createElement("div",{className:_(Fe.wrapper,e,o&&Fe[o],Fe[r],l&&Fe[l],c==="box"&&Fe.roundedCorners,Fe[s]),...i},a),Aa=({children:e})=>t.createElement(Tt,{padding:"none",background:"dark"},t.createElement(Ra,{modifier:"fullWidth"},t.createElement(w1,null,e))),P3="_overlay_174tg_4",V3={overlay:P3},T3=({children:e,...a})=>t.createElement(Tt,{padding:"none",background:"dark",className:V3.overlay,...a},e),q3=e=>t.isValidElement(e)&&!!e.props.children,W3=e=>t.isValidElement(e)&&q3(e)&&t.Children.toArray(e.props.children).reduce((a,o)=>a||t.isValidElement(o),!1),Ha=(e,a)=>t.Children.toArray(e).map((o,l,r)=>t.isValidElement(o)&&W3(o)?a(t.cloneElement(o,{...o.props,children:Ha(o.props.children,a)})):a(o,l,r)),Oa=(e,a)=>typeof a>"u"?null:`${e}${a}`,D3=(e,a)=>{if(typeof a!="string")return a;const[o,l]=a.match(/^url\(#(.*)\)$/)??[null,null];if(l===null)return a;const r=Oa(e,l);return r===null?a:`url(#${r})`},j3=e=>t.isValidElement(e)&&typeof e.props=="object",Pa=e=>{const a=t.useId();return Ha(e.children,o=>!o||typeof o=="string"||typeof o=="number"||!j3(o)?o:t.cloneElement(o,{...Object.entries(o.props).reduce((l,[r,s])=>(l[r]=D3(a,s??""),l),{}),id:Oa(a,o.props.id)}))},F3="_dark_1zxj7_4",U3="_light_1zxj7_8",G3="_tertiary_1zxj7_12",X3="_small_1zxj7_16",Q3="_medium_1zxj7_21",J1={dark:F3,light:U3,tertiary:G3,small:X3,medium:Q3},xt=({size:e,source:a,className:o,colorScheme:l,ref:r,...s})=>{const c=_(l&&J1[l],e&&J1[e],o),i=a,d=typeof i=="function"?i({className:c,...s}):t.createElement(a,{className:c,...s});return t.createElement(Pa,null,d)},K3=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M24.187 9.163a10.667 10.667 0 10-13.65 15.998"}),n.createElement("mask",{id:"a",width:20,height:10,x:7,y:20,style:{maskType:"alpha"},maskUnits:"userSpaceOnUse"},n.createElement("path",{stroke:"url(#paint0_linear)",strokeLinecap:"round",strokeWidth:5.333,d:"M10.537 25.161A10.666 10.666 0 0024.04 23.01"})),n.createElement("g",{mask:"url(#a)"},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M26.667 16a10.667 10.667 0 10-2.627 7.01"})),n.createElement("defs",null,n.createElement("linearGradient",{id:"paint0_linear",x1:13.067,x2:25.6,y1:26.133,y2:22.133,gradientUnits:"userSpaceOnUse"},n.createElement("stop",null),n.createElement("stop",{offset:1,stopOpacity:0})))),Z3="_wrapper_sm86s_24",Y3="_label_sm86s_28",J3="_spinner_sm86s_40",ei="_spin_sm86s_40",ti="_compact_sm86s_49",ni="_small_sm86s_53",ai="_medium_sm86s_57",oi="_dark_sm86s_62",li="_light_sm86s_66",ri="_subtle_sm86s_70",lt={wrapper:Z3,label:Y3,spinner:J3,spin:ei,compact:ti,small:ni,medium:ai,dark:oi,light:li,subtle:ri},ci="Loading",b1=({className:e,label:a=ci,sizeModifier:o="medium",colorScheme:l,...r})=>t.createElement("div",{role:"status",className:_(lt.wrapper,l&&lt[l],e),...r},t.createElement("span",{className:lt.label},a),t.createElement(xt,{source:K3,className:_(lt.spinner,lt[o])})),si=e=>t.createElement(Aa,null,t.createElement(b1,{colorScheme:"dark",...e})),ii="_grid_172qj_1",di={grid:ii},Va=({className:e,children:a,hasCellVerticalGutter:o,...l})=>t.createElement("div",{className:_(di.grid,{hasCellVerticalGutter:o},e),...l},a),mi="_top_9teu4_4",ui="_bottom_9teu4_5",_i="_content_9teu4_24",en={top:mi,bottom:ui,content:_i},fi=({children:e,position:a="top",className:o})=>t.createElement("div",{className:_(en[a],o)},t.Children.count(e)>0?t.createElement("span",{className:en.content},e):e),pi="_el_p09eg_15",hi={el:pi},vi=e=>"href"in e&&!!e.href&&e.href!=="#",k1=t.forwardRef(({children:e,className:a,disabled:o,htmlTag:l="button",...r},s)=>t.createElement(o?"button":vi(r)?"a":l,{ref:s,className:_(hi.el,a),disabled:o,...r},e));k1.displayName="InteractiveElementContent";const re=({...e})=>t.createElement(k1,{...e}),qt=t.forwardRef(({...e},a)=>t.createElement(k1,{...e,ref:a}));qt.displayName="InteractiveElementContent";const gi="_dark_15vjq_102",wi="_light_15vjq_119",Ei="_button_15vjq_491",xi="_disc_15vjq_535",bi="_noBorderRadius_15vjq_538",ki="_buttonContent_15vjq_541",Ci="_buttonChildren_15vjq_547",zi="_disabled_15vjq_552",Ii="_loading_15vjq_556",yi="_loadingIcon_15vjq_561",Bi="_enhancerStart_15vjq_568",Mi="_enhancerEnd_15vjq_569",Si="_primary_15vjq_573",Li="_noHover_15vjq_577",Ni="_textComponent_15vjq_596",$i="_secondary_15vjq_606",Ri="_tertiary_15vjq_639",Ai="_translucent_15vjq_672",Hi="_text_15vjq_596",Oi="_danger_15vjq_738",Pi="_dangerBordered_15vjq_771",Vi="_success_15vjq_804",Ti="_neutral_15vjq_837",qi="_transparent_15vjq_870",Wi="_transparentAlternative_15vjq_903",Di="_none_15vjq_1299",ji="_square_15vjq_1309",Fi="_compact_15vjq_1314",Ui="_small_15vjq_1329",Gi="_medium_15vjq_1344",Xi="_large_15vjq_1359",Qi="_fullWidth_15vjq_1451",Ki="_fluid_15vjq_1455",te={dark:gi,light:wi,button:Ei,disc:xi,noBorderRadius:bi,buttonContent:ki,buttonChildren:Ci,disabled:zi,loading:Ii,loadingIcon:yi,enhancerStart:Bi,enhancerEnd:Mi,primary:Si,noHover:Li,textComponent:Ni,secondary:$i,tertiary:Ri,translucent:Ai,text:Hi,danger:Oi,dangerBordered:Pi,success:Vi,neutral:Ti,transparent:qi,transparentAlternative:Wi,none:Di,square:ji,compact:Fi,small:Ui,medium:Gi,large:Xi,fullWidth:Qi,fluid:Ki},C1=t.forwardRef(({children:e,className:a,colorScheme:o,htmlTag:l,isActive:r,isDisabled:s,modifier:c,noBorderRadius:i=!1,noHover:d=!1,size:m="medium",variant:u="primary",...p},f)=>t.createElement(R,null,({colorScheme:h})=>{const v=o??h;return t.createElement(qt,{ref:f,className:_(v,te.button,te[v],te[u],te[m],c&&te[c],{[te.disabled]:s,[te.noBorderRadius]:i,[te.noHover]:d||s},a),"data-active":r&&!s,disabled:s,htmlTag:l,...p},e)}));C1.displayName="SimpleButtonContent";const Zi=({...e})=>t.createElement(C1,{...e}),z1=t.forwardRef(({...e},a)=>t.createElement(C1,{...e,ref:a}));z1.displayName="SimpleButtonContent";const C=({children:e,className:a,colorScheme:o,fontVariant:l=z.Body,htmlTag:r="span",isTruncated:s=!1,isUnderlined:c,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:u,variant:p="standard",...f})=>t.createElement(R,null,({colorScheme:h})=>t.createElement(r,{className:_(o??h,ee.text,ee[o??h],ee[p],ee[l],m&&ee[`${m}WhiteSpace`],u&&ee[`${u}WordBreak`],{[ee.truncated]:s,[ee.uppercase]:i,[ee.underline]:c,[ee.italicize]:d},a),...f},e)),Ta=({children:e,className:a,isLoading:o,sizeModifier:l="compact",colorScheme:r})=>o?t.createElement(t.Fragment,null,t.createElement("div",{className:_(a,"visibility-hidden")},e),t.createElement("div",{className:te.loadingIcon},t.createElement(b1,{sizeModifier:l,colorScheme:r}))):a?t.createElement("div",{className:a},e):t.createElement(t.Fragment,null,e),qa=({children:e,className:a,enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:s,noEnhancerPadding:c})=>t.createElement("div",{className:_(a,te.buttonContent)},r&&t.createElement("span",{className:_(te.enhancerStart,{"pe-0":c},s)},r),t.createElement("div",{className:te.buttonChildren},e),o&&t.createElement("span",{className:_(te.enhancerEnd,{"ps-0":c},l)},o)),Wa=({children:e,className:a,fontVariant:o=z.BodyBold,variant:l="inherit",...r})=>t.createElement(C,{className:_(a,te.textComponent),fontVariant:o,variant:l,...r},e),I1=t.forwardRef(({children:e,colorScheme:a,enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:s,fontVariant:c,hideChildren:i,isDisabled:d,isLoading:m,noEnhancerPadding:u,textVariant:p,underlineText:f,useTextComponent:h,variant:v,...w},E)=>t.createElement(z1,{colorScheme:a,isDisabled:!!d||m,variant:v,ref:E,...w},t.createElement(Ta,{isLoading:m},t.createElement(qa,{className:_({[te.textComponent]:!h&&v==="text"&&f}),enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:s,noEnhancerPadding:u},!i&&(h?t.createElement(Wa,{colorScheme:a,fontVariant:c,variant:p},e):t.createElement(t.Fragment,null,e))))));I1.displayName="ButtonContent";const q=({...e})=>t.createElement(I1,{...e}),Da=t.forwardRef(({...e},a)=>t.createElement(I1,{...e,ref:a}));Da.displayName="RefButton";const Yi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.5 1h-9A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 12.5 1m-.964 7.75H8.75v2.786a.75.75 0 0 1-1.5 0V8.75H4.464a.75.75 0 0 1 0-1.5H7.25V4.464a.75.75 0 0 1 1.5 0V7.25h2.786a.75.75 0 0 1 0 1.5"})),tn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.429 2H5.571A3.57 3.57 0 0 0 2 5.571v12.857A3.57 3.57 0 0 0 5.571 22h12.857A3.57 3.57 0 0 0 22 18.429V5.571A3.57 3.57 0 0 0 18.429 2M17 13h-4v4a1 1 0 0 1-2 0v-4H7a1 1 0 0 1 0-2h4V7a1 1 0 0 1 2 0v4h4a1 1 0 0 1 0 2"})),Ji=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 1.833a.5.5 0 0 1 .5.5V3.5h1.167a.5.5 0 1 1 0 1H13.5v1.167a.5.5 0 1 1-1 0V4.5h-1.167a.5.5 0 1 1 0-1H12.5V2.333a.5.5 0 0 1 .5-.5M7.333 8.391c1.352 0 2.452-1.1 2.452-2.452s-1.1-2.45-2.452-2.45a2.454 2.454 0 0 0-2.452 2.45c0 1.352 1.1 2.452 2.452 2.452m4.014 2.24c-.64-.684-1.844-1.192-4.014-1.192-2.188 0-3.395.516-4.03 1.209l-.018.02c-.172.186-.45.489-.565 1.231a.67.67 0 0 0 .661.768h7.904a.67.67 0 0 0 .662-.768c-.12-.757-.405-1.062-.59-1.258z",clipRule:"evenodd"})),nn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.5 2.75a.75.75 0 0 1 .75.75v1.75H22a.75.75 0 0 1 0 1.5h-1.75V8.5a.75.75 0 0 1-1.5 0V6.75H17a.75.75 0 0 1 0-1.5h1.75V3.5a.75.75 0 0 1 .75-.75M11 12.587a3.68 3.68 0 0 0 3.677-3.678A3.68 3.68 0 0 0 11 5.233a3.68 3.68 0 0 0-3.678 3.676A3.68 3.68 0 0 0 11 12.587m6.021 3.359c-.959-1.026-2.767-1.788-6.021-1.788-3.282 0-5.093.775-6.046 1.814l-.026.029c-.258.28-.674.734-.848 1.848A1.005 1.005 0 0 0 5.072 19h11.856c.61 0 1.086-.548.992-1.151-.178-1.136-.607-1.593-.885-1.888z",clipRule:"evenodd"})),e4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.333 2.667a.667.667 0 0 0-.666.666v3.334H2A.667.667 0 0 0 2 8h.667v4.667a.667.667 0 1 0 1.333 0V8h.667a.667.667 0 0 0 0-1.333H4V3.333a.667.667 0 0 0-.667-.666m4.667 0a.667.667 0 0 0-.667.666V10h-.666a.667.667 0 0 0 0 1.333h.666v1.334a.667.667 0 1 0 1.334 0v-1.334h.666a.667.667 0 1 0 0-1.333h-.666V3.333A.667.667 0 0 0 8 2.667m4 .666a.667.667 0 0 1 1.333 0v1.334H14A.667.667 0 1 1 14 6h-.667v6.667a.667.667 0 1 1-1.333 0V6h-.667a.667.667 0 1 1 0-1.333H12z",clipRule:"evenodd"})),t4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 4a1 1 0 0 0-1 1v5H3a1 1 0 1 0 0 2h1v7a1 1 0 1 0 2 0v-7h1a1 1 0 1 0 0-2H6V5a1 1 0 0 0-1-1m7 0a1 1 0 0 0-1 1v10h-1a1 1 0 1 0 0 2h1v2a1 1 0 1 0 2 0v-2h1a1 1 0 1 0 0-2h-1V5a1 1 0 0 0-1-1m6 1a1 1 0 1 1 2 0v2h1a1 1 0 1 1 0 2h-1v10a1 1 0 1 1-2 0V9h-1a1 1 0 1 1 0-2h1z",clipRule:"evenodd"})),n4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.833 5.333a1.5 1.5 0 0 0-1.5 1.5v6.5H4c-.736 0-1.333.597-1.333 1.334V15c0 .736.597 1.333 1.333 1.333h1.333v8.834a1.5 1.5 0 0 0 3 0v-8.834h1c.737 0 1.334-.597 1.334-1.333v-.333c0-.737-.597-1.334-1.334-1.334h-1v-6.5a1.5 1.5 0 0 0-1.5-1.5m9.334 0a1.5 1.5 0 0 0-1.5 1.5V20h-1.333c-.737 0-1.334.597-1.334 1.333v.334c0 .736.597 1.333 1.334 1.333h1.333v2.167a1.5 1.5 0 0 0 3 0V23h1c.736 0 1.333-.597 1.333-1.333v-.334c0-.736-.597-1.333-1.333-1.333h-1V6.833a1.5 1.5 0 0 0-1.5-1.5M24 6.833a1.5 1.5 0 0 1 3 0V9h.667C28.403 9 29 9.597 29 10.333v.334c0 .736-.597 1.333-1.333 1.333H27v13.167a1.5 1.5 0 0 1-3 0V12h-1.667A1.333 1.333 0 0 1 21 10.667v-.334C21 9.597 21.597 9 22.333 9H24z",clipRule:"evenodd"})),a4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.01 13c-.258 0-.516-.098-.712-.294L1.295 8.7a1.006 1.006 0 0 1 1.421-1.422l3.293 3.293 7.275-7.277a1.005 1.005 0 1 1 1.421 1.422L6.72 12.705a1 1 0 0 1-.71.295"})),o4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.156 20c-.368 0-.735-.147-1.016-.442l-5.72-6.007a1.56 1.56 0 0 1 0-2.133c.562-.59 1.47-.59 2.032 0l4.704 4.94L19.548 5.442c.561-.59 1.47-.59 2.031 0a1.56 1.56 0 0 1 0 2.134L10.171 19.557c-.28.295-.647.443-1.015.443"})),l4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.019 26c-.515 0-1.03-.206-1.423-.618l-8.007-8.41a2.187 2.187 0 0 1 0-2.987 1.943 1.943 0 0 1 2.844 0l6.586 6.916L26.567 5.619a1.943 1.943 0 0 1 2.844 0 2.187 2.187 0 0 1 0 2.987L13.44 25.38c-.393.413-.906.62-1.421.62"})),r4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_16__a)"},n.createElement("path",{d:"M5.143 12.017V6h1.016q.111 0 .222.025t.222.058L11 7.8a.7.7 0 0 1 .357.3.84.84 0 0 1 .135.45.74.74 0 0 1-.23.567.75.75 0 0 1-.532.216H9.063a.6.6 0 0 1-.119-.008.4.4 0 0 1-.103-.042l-1.016-.416-.206.65 1.222.45q.032.016.095.025Q9 10 9.048 10h4.349q.508 0 .889.383.38.384.38.95l-5.063 2zm-3.81 1.316V6h2.54v7.333zM12.7 8.667q0-1.535 1.173-2.6Q15.047 5 16.733 5q-1.687 0-2.86-1.067-1.173-1.065-1.173-2.6 0 1.535-1.173 2.6Q10.353 5 8.667 5q1.686 0 2.86 1.067 1.173 1.065 1.173 2.6"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconAiAssistant_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),an=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_24__a)"},n.createElement("path",{d:"M7.714 18.025V9h1.524q.166 0 .333.037.168.038.334.088L16.5 11.7q.332.125.536.45.202.325.202.675 0 .525-.345.85t-.798.325h-2.5a1 1 0 0 1-.178-.012.6.6 0 0 1-.155-.063l-1.524-.625-.31.975 1.834.675q.048.026.143.038t.166.012h6.524q.762 0 1.334.575.57.574.571 1.425l-7.595 3zM2 20V9h3.81v11zM19.05 13q0-2.3 1.76-3.9t4.29-1.6q-2.53 0-4.29-1.6T19.05 2q0 2.3-1.76 3.9T13 7.5q2.53 0 4.29 1.6t1.76 3.9"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconAiAssistant_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),c4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.348 2.557a1.555 1.555 0 0 0-2.692 0L1.27 11.884a1.555 1.555 0 0 0 1.346 2.332h10.77a1.555 1.555 0 0 0 1.346-2.332zm-1.343 9.907a.733.733 0 0 0 .73-.735.733.733 0 0 0-.73-.735h-.008a.733.733 0 0 0-.73.735c0 .406.326.735.73.735zm-.732-3.675c0 .406.328.735.732.735a.733.733 0 0 0 .73-.735V5.85a.733.733 0 0 0-.73-.735.733.733 0 0 0-.732.735z",clipRule:"evenodd"})),on=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.966 4.081c-.871-1.508-3.05-1.508-3.92 0L2.206 17.66c-.87 1.508.218 3.394 1.96 3.394h15.68c1.741 0 2.83-1.886 1.959-3.394zM12.01 18.503c.588 0 1.064-.479 1.064-1.07 0-.59-.476-1.07-1.064-1.07h-.011c-.588 0-1.065.48-1.065 1.07s.477 1.07 1.065 1.07zm-1.065-5.349c0 .591.477 1.07 1.065 1.07s1.064-.479 1.064-1.07V8.875c0-.59-.476-1.07-1.064-1.07s-1.065.48-1.065 1.07z",clipRule:"evenodd"})),s4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.158 2a1 1 0 0 0-1 1v7.21a1 1 0 0 0 1 1h1.316a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM3.474 4.947a1 1 0 0 0-1 1v4.264a1 1 0 0 0 1 1h.947a1 1 0 0 0 1-1V5.946a1 1 0 0 0-1-1zm6.736 1a1 1 0 0 1 1-1h.948a1 1 0 0 1 1 1v4.264a1 1 0 0 1-1 1h-.947a1 1 0 0 1-1-1zm-8.473 6.369a.737.737 0 0 0 0 1.473h12.526a.737.737 0 0 0 0-1.473z",clipRule:"evenodd"})),ln=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.368 4a1 1 0 0 0-1 1v11.158a1 1 0 0 0 1 1h2.737a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM5.105 8.21a1 1 0 0 0-1 1v6.948a1 1 0 0 0 1 1h2.21a1 1 0 0 0 1-1V9.21a1 1 0 0 0-1-1zm10.053 1a1 1 0 0 1 1-1h2.21a1 1 0 0 1 1 1v6.948a1 1 0 0 1-1 1h-2.21a1 1 0 0 1-1-1zM3.053 18.738a1.053 1.053 0 0 0 0 2.105h17.894a1.053 1.053 0 0 0 0-2.105z",clipRule:"evenodd"})),i4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.72 7.806c.19.326.61.438.937.25a.68.68 0 0 0 .251-.932L13.294 4.34a.687.687 0 0 0-.994-.213.68.68 0 0 0-.286.366l-1.658 5.082-1.807-3.721a.69.69 0 0 0-.72-.378.69.69 0 0 0-.548.405L5.566 9.794l-1.149-1.98a.69.69 0 0 0-.573-.34.69.69 0 0 0-.61.29l-2.111 3.02a.68.68 0 0 0 .171.95c.31.214.738.138.954-.171l1.509-2.158 1.255 2.163a.687.687 0 0 0 1.144.066.7.7 0 0 0 .22-.275l1.576-3.596 1.867 3.843a.69.69 0 0 0 .57.384.686.686 0 0 0 .771-.462l1.7-5.206z",clipRule:"evenodd"})),rn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.172 11.464a.98.98 0 1 0 1.697-.98L19.562 6.49a.98.98 0 0 0-1.42-.306.98.98 0 0 0-.407.526l-2.37 7.295-2.581-5.342a.98.98 0 0 0-1.029-.543.98.98 0 0 0-.782.581l-2.45 5.617-1.641-2.842a.98.98 0 0 0-.819-.49.98.98 0 0 0-.872.419l-3.015 4.333a.98.98 0 0 0 1.607 1.12L5.94 13.76l1.792 3.105a.98.98 0 0 0 1.634.095 1 1 0 0 0 .315-.395l2.252-5.163 2.666 5.517a.98.98 0 0 0 .816.551.98.98 0 0 0 1.101-.662l2.427-7.475z",clipRule:"evenodd"})),d4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.402 9.23a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m-6.796 0a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m7.016-3.704 1.229-2.128a.256.256 0 1 0-.443-.256l-1.244 2.155a7.6 7.6 0 0 0-3.16-.676 7.6 7.6 0 0 0-3.16.676L3.6 3.142a.256.256 0 1 0-.443.256l1.229 2.128a7.26 7.26 0 0 0-3.764 5.807h14.764a7.26 7.26 0 0 0-3.764-5.807"})),cn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M17.103 14.844A.922.922 0 1 1 17.102 13a.922.922 0 0 1 0 1.844m-10.194 0a.922.922 0 1 1 0-1.843.922.922 0 0 1 0 1.843M17.433 9.29l1.843-3.192a.384.384 0 1 0-.664-.384l-1.866 3.233a11.4 11.4 0 0 0-4.74-1.014c-1.71 0-3.313.363-4.74 1.014L5.4 5.713a.383.383 0 1 0-.665.384L6.58 9.289C3.414 11.011 1.249 14.215.932 18H23.08c-.317-3.786-2.482-6.99-5.647-8.71"})),m4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.952 10.974q-.279.644-.66 1.188-.523.743-.852 1.028-.509.469-1.093.482-.42 0-1.01-.241-.591-.24-1.088-.24-.52 0-1.118.24-.598.242-.966.254-.561.024-1.119-.495-.356-.31-.89-1.064a7.4 7.4 0 0 1-.94-1.87 6.8 6.8 0 0 1-.396-2.228q0-1.235.534-2.128.42-.717 1.12-1.132a3 3 0 0 1 1.512-.427q.445.001 1.17.272.724.272.928.273.153 0 1.03-.321.826-.297 1.398-.249 1.551.125 2.327 1.225-1.387.84-1.373 2.352.014 1.176.852 1.954a2.8 2.8 0 0 0 .85.558q-.102.296-.216.57m-2.37-9.328q0 .922-.673 1.719c-.54.631-1.193.996-1.901.938a2 2 0 0 1-.014-.232c0-.59.256-1.222.712-1.738q.342-.391.869-.652.526-.256.993-.281.014.123.013.246"})),sn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M19.264 16.428a9.8 9.8 0 0 1-.968 1.74q-.764 1.087-1.247 1.506-.745.686-1.602.706-.615 0-1.48-.354-.866-.352-1.593-.352-.763 0-1.638.352-.877.355-1.416.372-.822.036-1.638-.724-.522-.455-1.304-1.56-.84-1.18-1.38-2.739-.578-1.684-.578-3.264 0-1.81.783-3.118.615-1.05 1.64-1.659a4.4 4.4 0 0 1 2.215-.625q.652 0 1.715.399 1.06.399 1.36.4.223 0 1.507-.471 1.211-.436 2.05-.364 2.272.183 3.408 1.795-2.031 1.232-2.01 3.444.018 1.724 1.247 2.863.556.528 1.247.818-.15.435-.318.834M15.79 2.76q-.001 1.35-.985 2.519c-.79.925-1.748 1.46-2.785 1.375A3 3 0 0 1 12 6.313c0-.865.376-1.79 1.044-2.546a4 4 0 0 1 1.272-.955q.771-.375 1.456-.412.02.18.019.36"})),u4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.875 1c.483 0 .875.392.875.875v5.011c0 .508.215 1.008.62 1.386a2.3 2.3 0 0 0 1.568.603h7.075L9.13 5.994a.875.875 0 0 1 1.238-1.238l4.375 4.375a.875.875 0 0 1 0 1.238l-4.375 4.375a.875.875 0 0 1-1.238-1.238l2.882-2.881H4.938c-1.027 0-2.021-.38-2.764-1.075A3.65 3.65 0 0 1 1 6.886V1.875C1 1.392 1.392 1 1.875 1",clipRule:"evenodd"})),dn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.125 3c.621 0 1.125.504 1.125 1.125v6.443c0 .653.277 1.296.797 1.782a2.96 2.96 0 0 0 2.016.775h9.096l-3.704-3.704a1.125 1.125 0 0 1 1.59-1.591l5.626 5.624c.439.44.439 1.152 0 1.592l-5.625 5.625a1.125 1.125 0 0 1-1.591-1.591l3.704-3.705H8.063c-1.32 0-2.599-.49-3.553-1.382A4.7 4.7 0 0 1 3 10.568V4.125C3 3.504 3.504 3 4.125 3",clipRule:"evenodd"})),_4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.433 8.327a.65.65 0 0 0-.817-.203L9 9.921V3a1 1 0 0 0-2 0v6.921L3.384 8.124a.65.65 0 0 0-.748 1.042l4.905 4.905a.65.65 0 0 0 .919 0l4.905-4.905a.65.65 0 0 0 .068-.839"})),mn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.79 12.408a.814.814 0 0 0-1.02-.253l-4.52 2.246V5.75a1.25 1.25 0 0 0-2.5 0v8.651l-4.52-2.246a.813.813 0 0 0-.936 1.302l6.13 6.132a.813.813 0 0 0 1.15 0l6.13-6.132a.81.81 0 0 0 .087-1.049"})),f4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 7H6.079l1.797-3.616a.65.65 0 0 0-1.042-.748L1.929 7.541a.65.65 0 0 0 0 .919l4.905 4.905a.65.65 0 0 0 1.042-.749L6.079 9H13a1 1 0 0 0 0-2"})),un=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.25 10.75H9.6l2.245-4.52a.813.813 0 0 0-1.302-.935l-6.132 6.131a.813.813 0 0 0 0 1.15l6.132 6.13a.812.812 0 0 0 1.302-.936L9.6 13.25h8.651a1.25 1.25 0 0 0 0-2.5"})),p4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m1.254 8.619 4.334 4.375a.86.86 0 0 0 1.225 0 .88.88 0 0 0 0-1.237L4.016 8.933h10.106A.88.88 0 0 0 15 8.046a.88.88 0 0 0-.878-.887H3.926l2.887-2.915a.88.88 0 0 0 0-1.237.86.86 0 0 0-1.225 0L1.254 7.382a.88.88 0 0 0 0 1.237",clipRule:"evenodd"})),_n=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.29 12.707 4.953 5a.983.983 0 0 0 1.4 0 1.005 1.005 0 0 0 0-1.414l-3.196-3.227h11.55c.554 0 1.003-.454 1.003-1.013 0-.56-.45-1.014-1.004-1.014H7.343l3.3-3.332a1.005 1.005 0 0 0 0-1.414.983.983 0 0 0-1.4 0l-4.953 5a1.005 1.005 0 0 0 0 1.414",clipRule:"evenodd"})),h4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.071 7.541 9.166 2.636a.65.65 0 0 0-1.042.748L9.921 7H3a1 1 0 0 0 0 2h6.921l-1.797 3.616a.65.65 0 0 0 1.042.749l4.905-4.905a.65.65 0 0 0 0-.919"})),fn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m19.589 11.426-6.132-6.131a.814.814 0 0 0-1.302.936l2.246 4.52H5.75a1.249 1.249 0 1 0 0 2.499h8.651l-2.246 4.52a.813.813 0 0 0 1.302.936l6.132-6.131a.813.813 0 0 0 0-1.149"})),v4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.364 6.834 8.459 1.929a.67.67 0 0 0-.919 0L2.636 6.834a.65.65 0 0 0 .748 1.042L7 6.079V13a1 1 0 0 0 2 0V6.079l3.616 1.797a.65.65 0 0 0 .748-1.042"})),pn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m18.705 10.543-6.13-6.132a.836.836 0 0 0-1.15 0l-6.13 6.132a.813.813 0 0 0 .935 1.302l4.52-2.246v8.651a1.25 1.25 0 0 0 2.5 0V9.599l4.52 2.246a.813.813 0 0 0 .935-1.302"})),g4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m11.614 10.318-.705-.704q.5-.466.784-1.103a3.3 3.3 0 0 0 .284-1.352q0-.716-.284-1.34a3.4 3.4 0 0 0-.784-1.092L11.614 4q.636.603 1.011 1.42.375.818.375 1.74 0 .92-.375 1.738a4.5 4.5 0 0 1-1.011 1.42m-1.455-1.454-.727-.728q.204-.192.33-.437.124-.245.124-.54t-.125-.54a1.6 1.6 0 0 0-.33-.437l.728-.727q.364.33.568.767.205.437.205.937t-.205.938a2.4 2.4 0 0 1-.568.767m-3.523.113q-.75 0-1.284-.534a1.75 1.75 0 0 1-.534-1.284q0-.75.534-1.284a1.75 1.75 0 0 1 1.284-.534q.75 0 1.284.534.535.534.535 1.284T7.92 8.443a1.75 1.75 0 0 1-1.284.534M3 12.614V11.34q0-.375.193-.705a1.26 1.26 0 0 1 .534-.5 7 7 0 0 1 1.307-.5 6 6 0 0 1 1.602-.204q.876 0 1.603.204.727.205 1.306.5.342.17.534.5.195.33.194.705v1.273z"})),hn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m17.782 15.11-1.128-1.128a5.4 5.4 0 0 0 1.255-1.764q.455-1.018.455-2.163 0-1.146-.455-2.146a5.4 5.4 0 0 0-1.255-1.745L17.783 5A7.3 7.3 0 0 1 19.4 7.273q.6 1.309.6 2.782 0 1.472-.6 2.781a7.3 7.3 0 0 1-1.618 2.273m-2.328-2.328-1.163-1.164q.327-.31.527-.7t.2-.863-.2-.864a2.6 2.6 0 0 0-.527-.7l1.163-1.164q.582.527.91 1.228.327.699.327 1.5 0 .8-.327 1.5a3.8 3.8 0 0 1-.91 1.227m-5.636.182q-1.2 0-2.054-.855a2.8 2.8 0 0 1-.855-2.054q0-1.2.855-2.055a2.8 2.8 0 0 1 2.054-.855q1.2 0 2.055.855.854.855.854 2.055t-.854 2.054-2.055.855M4 18.782v-2.037q0-.6.31-1.127.308-.527.854-.8a11.4 11.4 0 0 1 2.09-.8q1.164-.327 2.564-.327t2.564.327 2.09.8q.547.273.855.8.31.528.31 1.127v2.037z"})),w4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),E4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53m7.472-7.845a.563.563 0 1 1 .797.796l-4.474 4.474a.563.563 0 0 1-.797 0l-2.243-2.243a.563.563 0 1 1 .797-.797l1.844 1.845z",clipRule:"evenodd"})),x4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m9.963-10.46a.75.75 0 1 1 1.062 1.062l-5.966 5.965a.75.75 0 0 1-1.062 0l-2.99-2.99a.75.75 0 1 1 1.062-1.063l2.46 2.46z",clipRule:"evenodd"})),b4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_16__a)"},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_16__b)"},n.createElement("path",{fill:"currentColor",d:"M8 9.038a2.78 2.78 0 0 0 2.778-2.778A2.78 2.78 0 0 0 8 3.483 2.78 2.78 0 0 0 5.222 6.26 2.78 2.78 0 0 0 8 9.038"})),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m15.417-8.08 1.238 1.238-9.498 9.498a3.69 3.69 0 0 0-2.77 2.77L-6.2 16.013l-1.238-1.237zM2.766 9.877 4.71 7.932A3.7 3.7 0 0 0 5.866 9.25l-.001.002c-1.198.113-2.226.325-3.1.624m-3.952 3.951-6.203 6.204 1.237 1.237 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.738.797.797.797-.797zm4.422 0L5.4 17.848l1.237 1.238 2.521-2.521zM15 10.723a7.6 7.6 0 0 0-1.663-.812L24.97-1.722l1.238 1.237zm-3.014 5.842L-5.059 33.61l1.237 1.237 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.239L28.755-.203l1.237 1.237zm-6.131-4.475a17 17 0 0 0-.973-.116 3.67 3.67 0 0 0 1.563-2.949L22.24-4.296l1.237 1.238zM9.664 2.978c.527.274.98.672 1.319 1.156L21.249-6.132 20.01-7.37zm.214-10.821 1.238 1.237-17.234 17.233-1.237-1.237zm20.114 14.58L28.755 5.5-5.06 39.314l1.237 1.237z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M13.018 11.705c-.8-.855-2.306-1.49-5.018-1.49-2.735 0-4.244.646-5.038 1.512-.213.232-.579.603-.729 1.564a.837.837 0 0 0 .827.96h9.88a.837.837 0 0 0 .827-.96c-.151-.963-.519-1.34-.75-1.586"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBackgroundBlur_16__a"},n.createElement("rect",{width:13.333,height:13.333,x:1.333,y:1.75,fill:"currentColor",rx:.833})),n.createElement("clipPath",{id:"IconBackgroundBlur_16__b"},n.createElement("path",{fill:"currentColor",d:"M1.333 1.75h13.333v13.333H1.333z"})))),vn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_24__a)"},n.createElement("g",{clipPath:"url(#IconBackgroundBlur_24__b)"},n.createElement("path",{fill:"currentColor",d:"M12 13.557a4.17 4.17 0 0 0 4.167-4.167A4.17 4.17 0 0 0 12 5.225 4.17 4.17 0 0 0 7.834 9.39a4.17 4.17 0 0 0 4.168 4.167"})),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m16.084-7.204 1.237 1.237-22.855 22.855-1.237-1.237zm-5.54.236 1.238 1.237L-5.45 11.502l-1.237-1.237zm11.372 1.71-1.238-1.237L9.963 4.22a5.5 5.5 0 0 1 2.79-.316zM-6.722 20.907 6.817 7.366a5.5 5.5 0 0 0-.315 2.79L-5.485 22.143zm11.634-6.331 2.342-2.342c.308.502.695.952 1.142 1.332l-.4.4a20.5 20.5 0 0 0-3.084.61m.334 10.272-9.638 9.639 1.237 1.237L7.721 24.847zm5.703 0L-4.392 40.19l1.237 1.237 16.58-16.579zm11.36-8.885a11 11 0 0 0-1.636-.838l8.749-8.749 1.237 1.238zm-4.092-1.611a22 22 0 0 0-2.103-.372L29.422.672l1.237 1.237zm-.746-4.992q0 .229-.019.453L26.875.39 25.637-.847l-8.452 8.452c.185.55.286 1.14.286 1.754m-2.64-4.703c.503.308.953.694 1.332 1.142l7.982-7.981-1.238-1.238z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M19.526 17.558c-1.198-1.283-3.459-2.235-7.526-2.235-4.102 0-6.366.968-7.557 2.267-.32.349-.868.905-1.093 2.346a1.256 1.256 0 0 0 1.24 1.439h14.82c.762 0 1.357-.685 1.24-1.439-.226-1.444-.777-2.01-1.124-2.378"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBackgroundBlur_24__a"},n.createElement("rect",{width:20,height:20,x:2,y:2.625,fill:"currentColor",rx:.833})),n.createElement("clipPath",{id:"IconBackgroundBlur_24__b"},n.createElement("path",{fill:"currentColor",d:"M2 2.625h20v20H2z"})))),k4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.87 3.174c.163-.11.36-.174.57-.174h8.526C14.538 3 15 3.47 15 4.05v8.4c0 .58-.463 1.05-1.033 1.05H5.438c-.147 0-.288-.032-.415-.089a1 1 0 0 1-.1-.042c-.237-.12-.652-.604-.952-.954l-.082-.096-2.66-3.347a1.06 1.06 0 0 1-.012-1.304L3.89 4.18c.087-.089.178-.198.274-.314.202-.245.43-.52.706-.693m6.923 7.62a.7.7 0 0 1-.99 0L9.15 9.138l-1.654 1.654a.7.7 0 1 1-.99-.99L8.159 8.15 6.505 6.495a.7.7 0 1 1 .99-.99l1.654 1.654 1.654-1.654a.7.7 0 1 1 .99.99L10.14 8.149l1.654 1.654a.7.7 0 0 1 0 .99",clipRule:"evenodd"})),gn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.528 5.249c.234-.157.514-.249.815-.249h12.18C21.34 5 22 5.672 22 6.5v12c0 .828-.661 1.5-1.477 1.5H8.343c-.212 0-.413-.045-.595-.127a1 1 0 0 1-.143-.06c-.337-.172-.93-.863-1.359-1.363l-.118-.137-3.8-4.781a1.52 1.52 0 0 1-.017-1.864l3.817-4.98c.126-.128.255-.284.392-.45.29-.35.613-.742 1.008-.99m9.89 3.33a1 1 0 0 1 0 1.414l-2.362 2.363 2.363 2.363a1 1 0 0 1-1.414 1.414l-2.363-2.363-2.363 2.363a1 1 0 0 1-1.415-1.414l2.363-2.363-2.363-2.363a1 1 0 1 1 1.415-1.414l2.363 2.363 2.363-2.363a1 1 0 0 1 1.414 0",clipRule:"evenodd"})),C4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.656 1a.656.656 0 1 0 0 1.313h12.688a.656.656 0 0 0 0-1.313zM3.84 7.685l3.663-3.628a.737.737 0 0 1 1.036 0l3.663 3.628a.72.72 0 0 1 0 1.026.737.737 0 0 1-1.036 0L8.802 6.37l-.036 7.864c0 .406-.289.766-.699.766s-.74-.36-.74-.766v-7.95L4.876 8.71a.737.737 0 0 1-1.036 0 .72.72 0 0 1 0-1.026",clipRule:"evenodd"})),wn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.938 2a.937.937 0 1 0 0 1.875h18.125a.937.937 0 1 0 0-1.875zm3.119 9.55 5.233-5.183a1.05 1.05 0 0 1 1.48 0l5.233 5.183c.41.406.41 1.06 0 1.466s-1.07.406-1.48 0l-3.377-3.345-.052 11.235c0 .58-.412 1.094-.998 1.094s-1.057-.514-1.057-1.094V9.548l-3.502 3.468c-.41.406-1.07.406-1.48 0a1.03 1.03 0 0 1 0-1.466",clipRule:"evenodd"})),z4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBandwidth_16__a)"},n.createElement("path",{fill:"currentColor",d:"M15.9 8.726C15.317 5.012 12.04 2 8 2a8 8 0 0 0-8 8c0 1.243.288 2.417.796 3.466a.98.98 0 0 0 .888.534h12.633a.98.98 0 0 0 .887-.534 7.97 7.97 0 0 0 .696-4.74m-3.206-.757-3.971 3.912A1.51 1.51 0 1 1 7.016 9.44l5.038-2.386c.576-.273 1.094.468.64.915"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBandwidth_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),En=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M22.862 12.748c-.758-4.828-4.786-8.661-9.646-9.182C6.596 2.855 1 8.024 1 14.5c0 1.709.396 3.324 1.094 4.766.223.46.71.734 1.221.734h17.371c.511 0 .997-.274 1.22-.734a10.95 10.95 0 0 0 .956-6.518m-4.408-1.04-5.46 5.379a2.07 2.07 0 0 1-1.81.567 2.07 2.07 0 0 1-1.35-.857 2.07 2.07 0 0 1-.305-1.723c.15-.566.538-1.07 1.119-1.345l6.927-3.281c.792-.374 1.504.644.879 1.26"})),I4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.522 1.523a4.916 4.916 0 0 1 8.396 3.48c0 2.32.496 3.755.949 4.587.228.418.449.69.601.852a2 2 0 0 0 .205.19.754.754 0 0 1-.427 1.375H1.754a.754.754 0 0 1-.428-1.375h.001l.034-.027q.054-.044.17-.163c.153-.161.374-.434.602-.852.453-.832.949-2.268.949-4.587 0-1.305.518-2.557 1.44-3.48m2.453 11.842a.754.754 0 0 0-1.392.581c.232.556.577 1.047 1.022 1.403.45.36.987.57 1.559.57s1.11-.21 1.559-.57c.445-.357.79-.848 1.022-1.403a.754.754 0 0 0-1.392-.58c-.15.361-.356.632-.572.805a1 1 0 0 1-.617.239 1 1 0 0 1-.617-.239c-.216-.173-.421-.444-.572-.806",clipRule:"evenodd"})),xn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.607 3.82A6.209 6.209 0 0 1 18.21 8.216c0 2.93.627 4.743 1.199 5.793.288.528.567.873.76 1.076a3 3 0 0 0 .258.24h.001a.952.952 0 0 1-.54 1.737H4.111a.952.952 0 0 1-.541-1.736l.001-.001.043-.034c.044-.037.12-.104.216-.206.192-.203.471-.548.759-1.076.573-1.05 1.199-2.863 1.199-5.793 0-1.648.654-3.229 1.818-4.394m3.097 14.956a.952.952 0 0 0-1.758.734c.293.701.729 1.321 1.291 1.771.567.454 1.247.72 1.97.72.721 0 1.4-.266 1.968-.72.563-.45.998-1.07 1.29-1.771a.952.952 0 0 0-1.757-.734c-.19.457-.45.8-.723 1.018-.269.215-.537.301-.779.301s-.51-.086-.779-.301c-.273-.219-.532-.56-.723-1.018",clipRule:"evenodd"})),y4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 4.429C1 3.639 1.627 3 2.4 3h11.2c.773 0 1.4.64 1.4 1.429v1.428H1zM1 8h14v3.571c0 .79-.627 1.429-1.4 1.429H2.4c-.773 0-1.4-.64-1.4-1.429z"})),bn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2zM2 12h20v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"})),B4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1C4.136 1 1 4.136 1 8s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7M2.4 8c0-3.094 2.506-5.6 5.6-5.6 1.295 0 2.485.441 3.43 1.183L3.583 11.43A5.53 5.53 0 0 1 2.4 8M8 13.6a5.53 5.53 0 0 1-3.43-1.183l7.847-7.847A5.53 5.53 0 0 1 13.6 8c0 3.094-2.506 5.6-5.6 5.6"})),kn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.9 7.9 0 0 1 4 12m8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.9 7.9 0 0 1 20 12c0 4.42-3.58 8-8 8"})),M4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.888 5.002q.03-.03.059-.065a.7.7 0 0 0-.11-.984L8.342 1.157A.7.7 0 0 0 7.2 1.7v4.61L4.195 3.305a.7.7 0 0 0-.99.99L6.91 8l-3.705 3.705a.7.7 0 0 0 .99.99L7.2 9.69v4.604a.701.701 0 0 0 1.142.55l3.487-2.791.038-.032a.7.7 0 0 0 .02-1.023l-2-2L8.89 8zM8.6 9.69v3.154l1.752-1.402-1.131-1.131zm0-6.534V6.31l1.752-1.752z",clipRule:"evenodd"})),Cn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.697 7.717a1 1 0 0 0-.072-1.498L12.63 2.224A.999.999 0 0 0 11 3v6.586L6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L11 14.414v6.578a1 1 0 0 0 1.63.784l4.983-3.986.054-.045a1 1 0 0 0 .03-1.462l-2.858-2.858L13.414 12zM13 14.414v4.505l2.503-2.002-1.616-1.616zm0-9.333v4.505l2.503-2.503z",clipRule:"evenodd"})),S4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 3.6A1.6 1.6 0 0 1 1.6 2h12.8A1.6 1.6 0 0 1 16 3.6v8.8a1.6 1.6 0 0 1-1.6 1.6H1.6A1.6 1.6 0 0 1 0 12.4zm2.4.8h4.8v3.2H2.4zm4.8 4H2.4v3.2h4.8zm1.6-4h4.8v3.2H8.8zm4.8 4H8.8v3.2h4.8z",clipRule:"evenodd"})),zn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 5.4A2.4 2.4 0 0 1 2.4 3h19.2A2.4 2.4 0 0 1 24 5.4v13.2a2.4 2.4 0 0 1-2.4 2.4H2.4A2.4 2.4 0 0 1 0 18.6zm3.6 1.2h7.2v4.8H3.6zm7.2 6H3.6v4.8h7.2zm2.4-6h7.2v4.8h-7.2zm7.2 6h-7.2v4.8h7.2z",clipRule:"evenodd"})),L4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"})),In=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0"})),N4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.1 1.543v-.18C10.1.612 10.727 0 11.5 0h.14c.773 0 1.4.61 1.4 1.364v.179h.56c.77 0 1.4.606 1.4 1.346v10.765c0 .74-.63 1.346-1.4 1.346H2.4c-.77 0-1.4-.606-1.4-1.346V2.89c0-.74.63-1.346 1.4-1.346h.7v-.18C3.1.612 3.727 0 4.5 0h.14c.773 0 1.4.61 1.4 1.364v.179zm3.5 12.111H2.4V4.907h11.2z",clipRule:"evenodd"})),yn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 2.366V2.09C15 .936 15.895 0 17 0h.2c1.105 0 2 .936 2 2.09v.276h.8c1.1 0 2 .928 2 2.063v16.508C22 22.07 21.1 23 20 23H4c-1.1 0-2-.928-2-2.063V4.429c0-1.135.9-2.063 2-2.063h1V2.09C5 .936 5.895 0 7 0h.2c1.105 0 2 .936 2 2.09v.276zm5 18.57H4V7.525h16z",clipRule:"evenodd"})),$4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 1H4a3 3 0 0 0-3 3v10.341c0 .59.754.836 1.102.36l1.358-1.859A2.06 2.06 0 0 1 5.119 12H12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3m0 7.5H4v-1h8zm0-3H4v-1h8z"})),Bn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.286 1.027H5.714A4.715 4.715 0 0 0 1 5.741V21.47c0 .926 1.185 1.313 1.732.565l2.135-2.92a3.23 3.23 0 0 1 2.606-1.325h10.813A4.715 4.715 0 0 0 23 13.075V5.74a4.715 4.715 0 0 0-4.714-4.714m-.524 11.262H6.238v-1.571h11.524zm0-4.19H6.238V6.527h11.524z"})),R4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.721 3.312a1 1 0 0 0-1.414 0l-7.235 7.234-3.274-3.275a.999.999 0 1 0-1.414 1.414l3.981 3.981c.44.44 1.075.339 1.414 0l7.942-7.94a1 1 0 0 0 0-1.414"})),Mn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.109 19.44c-.384 0-.768-.146-1.061-.439L2.076 13.03a1.5 1.5 0 1 1 2.121-2.12l4.912 4.91L19.96 4.967a1.5 1.5 0 1 1 2.121 2.121L10.169 19c-.293.293-.676.44-1.06.44"})),A4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M4.39 8.74l2.1 2.1a.7.7 0 0 0 .99 0l4.2-4.2a.7.7 0 1 0-.99-.99L6.985 9.355 5.38 7.75a.7.7 0 1 0-.99.99",clipRule:"evenodd"})),Sn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.157-8.943 3 3a1 1 0 0 0 1.414 0l6-6a1 1 0 1 0-1.414-1.414l-5.293 5.293-2.293-2.293a1 1 0 0 0-1.414 1.414",clipRule:"evenodd"})),H4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.41 10.749 3.245 6.463a.873.873 0 0 1 0-1.212.816.816 0 0 1 1.179 0L8 8.931l3.577-3.68a.816.816 0 0 1 1.179 0 .873.873 0 0 1 0 1.212L8.589 10.75a.816.816 0 0 1-1.178 0"})),Ln=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m11.293 15.207-5-5a.999.999 0 1 1 1.414-1.414L12 13.086l4.293-4.293a.999.999 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0"})),O4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.537 12.891 5.25 8.606a.856.856 0 0 1 0-1.212l4.286-4.285a.856.856 0 1 1 1.212 1.212L7.069 8l3.68 3.68a.856.856 0 1 1-1.212 1.211"})),Nn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m13.793 17.707-5-5a1 1 0 0 1 0-1.414l5-5a.999.999 0 1 1 1.414 1.414L10.914 12l4.293 4.293a.999.999 0 1 1-1.414 1.414"})),P4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M5.251 12.756a.816.816 0 0 1 0-1.179L8.931 8 5.25 4.423a.816.816 0 0 1 0-1.179.873.873 0 0 1 1.212 0l4.286 4.167a.816.816 0 0 1 0 1.178l-4.286 4.167a.873.873 0 0 1-1.212 0"})),$n=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8.793 17.707a1 1 0 0 1 0-1.414L13.086 12 8.793 7.707a.999.999 0 1 1 1.414-1.414l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0"})),V4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.577 10.749 8 7.069l-3.577 3.68a.816.816 0 0 1-1.179 0 .874.874 0 0 1 0-1.212L7.411 5.25a.816.816 0 0 1 1.178 0l4.167 4.286a.873.873 0 0 1 0 1.212.816.816 0 0 1-1.179 0"})),Rn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M16.293 15.207 12 10.914l-4.293 4.293a.999.999 0 1 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5a.999.999 0 1 1-1.414 1.414"})),T4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.023 4.432a.115.115 0 0 1-.099.173H8.296Q8.145 4.592 8 4.592a3.41 3.41 0 0 0-3.3 2.557.115.115 0 0 1-.211.029l-1.97-3.413a.115.115 0 0 1 .009-.13A6.97 6.97 0 0 1 8 1a7 7 0 0 1 6.023 3.432M8 10.616A2.62 2.62 0 0 1 5.384 8 2.62 2.62 0 0 1 8 5.384 2.62 2.62 0 0 1 10.616 8 2.62 2.62 0 0 1 8 10.616m1.034.709a.11.11 0 0 0-.121-.04 3.4 3.4 0 0 1-.913.124 3.43 3.43 0 0 1-3.091-1.973L2.098 4.567a.115.115 0 0 0-.2.001 7.004 7.004 0 0 0 5.058 10.355l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.12.12 0 0 0-.009-.128m1.431-5.954h3.946c.048 0 .09.029.107.073.32.814.482 1.674.482 2.556a6.96 6.96 0 0 1-2.024 4.924 6.96 6.96 0 0 1-4.897 2.075.115.115 0 0 1-.1-.172l2.816-4.877.005-.008A3.4 3.4 0 0 0 11.409 8c0-.921-.364-1.785-1.024-2.432a.115.115 0 0 1 .08-.197",clipRule:"evenodd"})),An=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.604 6.903a.164.164 0 0 1-.141.247h-8.04a4.87 4.87 0 0 0-5.139 3.634.164.164 0 0 1-.3.041L4.169 5.95a.16.16 0 0 1 .014-.184A9.96 9.96 0 0 1 12 2.001a9.99 9.99 0 0 1 8.604 4.902M12 15.738A3.74 3.74 0 0 1 8.263 12 3.74 3.74 0 0 1 12 8.263a3.74 3.74 0 0 1 3.737 3.738A3.74 3.74 0 0 1 12 15.738m1.478 1.012a.16.16 0 0 0-.174-.058A4.9 4.9 0 0 1 12 16.87a4.89 4.89 0 0 1-4.416-2.818L3.568 7.096a.164.164 0 0 0-.285.001 10.005 10.005 0 0 0 7.225 14.793.17.17 0 0 0 .166-.08l2.816-4.878a.16.16 0 0 0-.012-.182m2.043-8.506h5.638c.067 0 .128.042.153.104A10 10 0 0 1 22 12.001a9.94 9.94 0 0 1-2.892 7.033 9.94 9.94 0 0 1-6.995 2.965h-.001a.164.164 0 0 1-.142-.246l4.022-6.967.008-.012c.569-.818.87-1.777.87-2.773 0-1.317-.52-2.551-1.463-3.476a.164.164 0 0 1 .114-.28",clipRule:"evenodd"})),q4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m3.719 9.042a.75.75 0 0 1-1.018.296L7.639 8.657A.75.75 0 0 1 7.25 8V3a.75.75 0 0 1 1.5 0v4.556l2.672 1.468a.75.75 0 0 1 .297 1.018"})),Hn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m5.312 12.917a1.07 1.07 0 0 1-1.455.423l-4.374-2.401a1.07 1.07 0 0 1-.556-.939V4.857a1.07 1.07 0 1 1 2.142 0v6.509l3.818 2.096c.521.285.711.936.425 1.455"})),W4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M4.234 4.234a.8.8 0 0 1 1.132 0L8 6.868l2.634-2.634.061-.054a.8.8 0 0 1 1.07 1.185L9.131 8l2.634 2.635.055.061a.8.8 0 0 1-1.185 1.07L8 9.131l-2.635 2.634-.06.055a.8.8 0 0 1-1.07-1.186l2.633-2.635-2.634-2.634-.054-.06a.8.8 0 0 1 .054-1.07"})),On=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.293 17.707a1 1 0 0 0 1.414-1.414L13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414z",clipRule:"evenodd"})),D4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 11.846V4.058a1.5 1.5 0 0 1 .458-1.1 1.5 1.5 0 0 1 1.1-.458h10.884a1.5 1.5 0 0 1 1.1.458 1.5 1.5 0 0 1 .458 1.1v7.788a1.5 1.5 0 0 1-.458 1.1 1.5 1.5 0 0 1-1.1.458H2.558a1.5 1.5 0 0 1-1.1-.457 1.5 1.5 0 0 1-.458-1.1m1.538 0h2.59V4.058h-2.59zm4.148 0h2.59V4.058h-2.59zm4.147 0h2.59V4.058h-2.59z"})),j4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.5 17.77V6.087q0-.964.686-1.65a2.25 2.25 0 0 1 1.65-.687h16.327a2.25 2.25 0 0 1 1.65.686 2.25 2.25 0 0 1 .687 1.65V17.77a2.25 2.25 0 0 1-.686 1.65 2.25 2.25 0 0 1-1.65.686H3.836a2.25 2.25 0 0 1-1.65-.686 2.25 2.25 0 0 1-.687-1.65m2.307 0h3.885V6.087H3.807zm6.221 0h3.885V6.087h-3.885zm6.222 0h3.884V6.087H16.25z"})),F4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2 23.693V8.115a3 3 0 0 1 .915-2.2A3 3 0 0 1 5.115 5h21.77a3 3 0 0 1 2.2.915 3 3 0 0 1 .915 2.2v15.578a3 3 0 0 1-.915 2.2 3 3 0 0 1-2.2.915H5.115a3 3 0 0 1-2.2-.915 3 3 0 0 1-.915-2.2m3.076 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18z"})),Qt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorHigh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",rx:1})),Kt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorLow_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,opacity:.3,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorLow_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Zt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorMedium_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorMedium_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorMedium_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Yt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorVeryLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconConnectionIndicatorVeryLow_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",opacity:.3,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorVeryLow_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),U4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 2h6a2 2 0 0 1 2 2v.75H6.75a2 2 0 0 0-2 2V12H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2",clipRule:"evenodd"}),n.createElement("rect",{width:8,height:8,x:6,y:6,fill:"currentColor",rx:1.5})),Pn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 3h10a3 3 0 0 1 3 3v1h-9a3 3 0 0 0-3 3v9H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3",clipRule:"evenodd"}),n.createElement("rect",{width:12,height:12,x:9,y:9,fill:"currentColor",rx:2})),G4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.293 13.707a1 1 0 0 0 1.414-1.414L9.414 8l4.293-4.293a1 1 0 0 0-1.414-1.414L8 6.586 3.707 2.293a1 1 0 0 0-1.414 1.414L6.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L8 9.414z",clipRule:"evenodd"})),X4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.155 21.512a1.667 1.667 0 1 0 2.357-2.357L14.357 12l7.155-7.155a1.667 1.667 0 1 0-2.357-2.357L12 9.643 4.845 2.488a1.667 1.667 0 1 0-2.357 2.357L9.643 12l-7.155 7.155a1.667 1.667 0 1 0 2.357 2.357L12 14.357z",clipRule:"evenodd"})),Q4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.586 26.414a2 2 0 1 0 2.828-2.828L16.828 15l8.586-8.586a2 2 0 1 0-2.828-2.828L14 12.172 5.414 3.586a2 2 0 1 0-2.828 2.828L11.172 15l-8.586 8.586a2 2 0 1 0 2.828 2.828L14 17.828z",clipRule:"evenodd"})),K4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.531 11.817 3.117-3.116a.623.623 0 1 0-.881-.882L8.09 10.495 5.415 7.82a.623.623 0 1 0-.882.882l3.117 3.116a.623.623 0 0 0 .881 0m.105-3.636 3.117-3.116a.623.623 0 1 0-.882-.882L8.195 6.86 5.519 4.183a.623.623 0 1 0-.882.882L7.754 8.18a.623.623 0 0 0 .882 0",clipRule:"evenodd"})),Vn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.797 17.726 4.675-4.675a.934.934 0 1 0-1.322-1.322l-4.014 4.014-4.014-4.014A.934.934 0 1 0 6.8 13.05l4.675 4.675a.934.934 0 0 0 1.322 0m.156-5.454 4.676-4.675a.934.934 0 1 0-1.323-1.322l-4.014 4.014-4.014-4.014a.934.934 0 1 0-1.322 1.322l4.675 4.675a.934.934 0 0 0 1.322 0",clipRule:"evenodd"})),Z4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.183 8.531 3.116 3.117a.623.623 0 1 0 .882-.881L5.505 8.09 8.18 5.415a.623.623 0 1 0-.882-.882L4.183 7.65a.623.623 0 0 0 0 .881m3.636.104 3.116 3.117a.623.623 0 1 0 .882-.881L9.14 8.195l2.676-2.676a.623.623 0 1 0-.882-.882L7.82 7.754a.623.623 0 0 0 0 .881",clipRule:"evenodd"})),Tn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m6.274 12.064 4.675 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.279l-4.014-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.323 0l-4.675 4.52a.88.88 0 0 0 0 1.278m5.454.15 4.676 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.278l-4.015-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.322 0l-4.676 4.52a.88.88 0 0 0 0 1.278",clipRule:"evenodd"})),Y4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.817 7.469 8.701 4.352a.623.623 0 1 0-.882.881l2.676 2.676-2.676 2.676a.623.623 0 1 0 .882.882l3.116-3.117a.623.623 0 0 0 0-.881m-3.636-.104L5.065 4.248a.623.623 0 1 0-.882.881L6.86 7.805l-2.676 2.677a.623.623 0 1 0 .882.88L8.18 8.247a.623.623 0 0 0 0-.881",clipRule:"evenodd"})),qn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.726 11.203 13.05 6.528a.934.934 0 1 0-1.322 1.322l4.014 4.014-4.014 4.014A.934.934 0 1 0 13.05 17.2l4.675-4.675a.934.934 0 0 0 0-1.322m-5.454-.156L7.597 6.37a.934.934 0 1 0-1.322 1.322l4.014 4.015-4.014 4.014a.934.934 0 1 0 1.322 1.322l4.675-4.675a.934.934 0 0 0 0-1.322",clipRule:"evenodd"})),J4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.469 4.183 4.352 7.299a.623.623 0 1 0 .881.882L7.91 5.505l2.676 2.676a.623.623 0 1 0 .882-.882L8.35 4.183a.623.623 0 0 0-.881 0m-.105 3.636-3.117 3.116a.623.623 0 1 0 .882.882L7.805 9.14l2.676 2.676a.623.623 0 1 0 .882-.882L8.246 7.82a.623.623 0 0 0-.882 0",clipRule:"evenodd"})),Wn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.203 6.274 6.528 10.95a.934.934 0 1 0 1.322 1.322l4.014-4.014 4.014 4.014A.934.934 0 1 0 17.2 10.95l-4.675-4.675a.934.934 0 0 0-1.322 0m-.156 5.454L6.37 16.403a.934.934 0 1 0 1.323 1.322l4.014-4.014 4.014 4.014a.934.934 0 1 0 1.322-1.322l-4.675-4.675a.934.934 0 0 0-1.322 0",clipRule:"evenodd"})),e5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),Dn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),t5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.6 13.929C9.6 14.52 9.108 15 8.5 15s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 9.643c0 .592-.492 1.071-1.1 1.071s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 5.357c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072.492-1.071 1.1-1.071 1.1.48 1.1 1.071"}),n.createElement("path",{fill:"currentColor",d:"M9.6 1.071c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072C7.4.48 7.892 0 8.5 0s1.1.48 1.1 1.071"}),n.createElement("path",{fill:"currentColor",d:"M14 9.643c0 .592-.492 1.071-1.1 1.071-.607 0-1.1-.48-1.1-1.071 0-.592.492-1.072 1.1-1.072.607 0 1.1.48 1.1 1.072M14 5.357c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072s.492-1.071 1.1-1.071c.607 0 1.1.48 1.1 1.071M14 1.071c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072C11.8.48 12.292 0 12.9 0c.607 0 1.1.48 1.1 1.071M5.2 9.643c0 .592-.492 1.071-1.1 1.071S3 10.234 3 9.643c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M5.2 5.357c0 .592-.492 1.072-1.1 1.072S3 5.949 3 5.357s.492-1.071 1.1-1.071 1.1.48 1.1 1.071M5.2 1.071c0 .592-.492 1.072-1.1 1.072S3 1.663 3 1.07C3 .48 3.492 0 4.1 0s1.1.48 1.1 1.071"})),jn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),n.createElement("path",{fill:"currentColor",d:"M13 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),n.createElement("path",{fill:"currentColor",d:"M19 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"})),n5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.09 3.94c0-.704.57-1.273 1.274-1.273h6.363c.703 0 1.273.57 1.273 1.272v4.455c0 .703-.57 1.273-1.273 1.273H10.8v-3.39a2 2 0 0 0-2-2H6.09zM1 6.484c0-.703.57-1.273 1.273-1.273h6.363c.703 0 1.273.57 1.273 1.273v4.454c0 .703-.57 1.273-1.273 1.273H2.273C1.57 12.212 1 11.642 1 10.94zm5.675 6.181H4.324l-.31.726c-.058.135.07.274.253.274h2.465c.183 0 .311-.14.254-.274z",clipRule:"evenodd"})),Fn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.273 5.818C9.273 4.814 10.087 4 11.09 4h9.09C21.187 4 22 4.814 22 5.818v6.364A1.82 1.82 0 0 1 20.182 14H16V8.3a2 2 0 0 0-2-2H9.273zM2 9.455c0-1.005.814-1.819 1.818-1.819h9.091c1.004 0 1.818.814 1.818 1.819v6.363a1.82 1.82 0 0 1-1.818 1.818H3.82A1.82 1.82 0 0 1 2 15.818zm8.108 8.83h-3.36l-.443 1.037c-.082.193.102.392.362.392h3.522c.26 0 .444-.2.362-.392z",clipRule:"evenodd"})),a5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.041 2c-.52 0-1.018.206-1.385.574l-7.845 7.844a.63.63 0 0 0-.165.292l-.627 2.51a.628.628 0 0 0 .76.761l2.511-.627a.63.63 0 0 0 .292-.165l7.844-7.845A1.96 1.96 0 0 0 12.041 2",clipRule:"evenodd"})),Un=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18.062 3c-.78 0-1.527.31-2.078.86L4.217 15.629a.94.94 0 0 0-.248.437l-.94 3.765a.94.94 0 0 0 1.14 1.142l3.766-.942a.94.94 0 0 0 .437-.247L20.14 8.016A2.938 2.938 0 0 0 18.062 3",clipRule:"evenodd"})),o5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M5.25 5.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m6.434 5.478c-.041.092-1.051 2.272-3.684 2.272s-3.643-2.18-3.684-2.272a.75.75 0 1 1 1.368-.614c.024.051.67 1.386 2.316 1.386s2.292-1.335 2.318-1.393a.75.75 0 0 1 .993-.366.75.75 0 0 1 .373.987M10.75 8a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5"})),Gn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M-141-76h1270v1137H-141z"}),n.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8.071 8.429a1.786 1.786 0 1 1 0 3.572 1.786 1.786 0 0 1 0-3.572m9.192 7.825c-.059.133-1.501 3.246-5.263 3.246s-5.204-3.113-5.263-3.246a1.073 1.073 0 0 1 1.956-.878c.033.074.956 1.981 3.307 1.981 2.391 0 3.299-1.961 3.308-1.981.243-.541.879-.78 1.417-.539.54.244.78.878.538 1.417M15.929 12a1.786 1.786 0 1 1 0-3.572 1.786 1.786 0 0 1 0 3.572"})),l5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.39 2.667q-.056.326-.057.666A4 4 0 0 0 16 6.313v5.154a3.2 3.2 0 0 1-3.2 3.2H8.72V8.744l2.604 1.526c.207.12.456.045.588-.172a.63.63 0 0 0-.05-.713L8.332 5.222a.43.43 0 0 0-.662 0L4.137 9.385a.63.63 0 0 0-.05.713c.135.22.385.293.589.172L7.28 8.744v5.923H3.2a3.2 3.2 0 0 1-3.2-3.2v-5.6a3.2 3.2 0 0 1 3.2-3.2z"}),n.createElement("path",{fill:"currentColor",d:"m15.837 2.93-.418-.06a.43.43 0 0 1-.332-.26l-.002-.004a.43.43 0 0 1 .051-.42l.253-.337a.19.19 0 0 0-.017-.249l-.306-.305a.19.19 0 0 0-.249-.017l-.337.253a.43.43 0 0 1-.424.049.43.43 0 0 1-.259-.332l-.06-.418a.19.19 0 0 0-.188-.163h-.431a.19.19 0 0 0-.189.163l-.06.418a.43.43 0 0 1-.259.332l-.004.001a.43.43 0 0 1-.42-.05l-.337-.254a.19.19 0 0 0-.249.018l-.305.305a.19.19 0 0 0-.018.25l.253.336c.091.121.11.28.051.42l-.001.004a.43.43 0 0 1-.332.26l-.418.06a.19.19 0 0 0-.163.188v.431c0 .095.07.176.163.189l.417.06a.42.42 0 0 1 .334.263c.059.14.04.298-.05.42l-.254.336a.19.19 0 0 0 .018.25l.305.305a.19.19 0 0 0 .25.017l.336-.253c.121-.09.28-.109.42-.05l.004.001a.43.43 0 0 1 .26.332l.06.418a.19.19 0 0 0 .188.163h.431a.19.19 0 0 0 .189-.163l.06-.418a.43.43 0 0 1 .259-.332q.002 0 .004-.002a.43.43 0 0 1 .42.051l.337.253c.076.057.182.05.249-.017l.305-.305a.19.19 0 0 0 .018-.25l-.253-.337a.42.42 0 0 1-.051-.42l.002-.004a.43.43 0 0 1 .332-.26l.417-.059A.19.19 0 0 0 16 3.55v-.431a.19.19 0 0 0-.163-.189m-2.504 1.356a.952.952 0 1 1 0-1.905.952.952 0 0 1 0 1.905"})),Xn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.085 4q-.084.489-.085 1a6 6 0 0 0 10 4.47v7.73a4.8 4.8 0 0 1-4.8 4.8h-6.12v-8.884l3.906 2.288c.31.181.683.068.882-.258a.94.94 0 0 0-.074-1.068l-5.298-6.245a.646.646 0 0 0-.993 0l-5.297 6.245a.94.94 0 0 0-.074 1.069c.2.33.576.44.882.257l3.906-2.288V22H4.8A4.8 4.8 0 0 1 0 17.2V8.8A4.8 4.8 0 0 1 4.8 4z"}),n.createElement("path",{fill:"currentColor",d:"m23.755 4.394-.626-.09a.64.64 0 0 1-.501-.395.64.64 0 0 1 .077-.63l.379-.505a.286.286 0 0 0-.026-.374l-.459-.457a.285.285 0 0 0-.373-.026l-.506.379a.64.64 0 0 1-.635.074.64.64 0 0 1-.389-.499l-.09-.626A.286.286 0 0 0 20.323 1h-.646a.286.286 0 0 0-.283.245l-.09.626a.64.64 0 0 1-.389.499l-.006.002a.64.64 0 0 1-.63-.077l-.505-.379a.285.285 0 0 0-.373.027l-.458.458c-.1.1-.112.259-.027.373l.38.505c.135.182.163.42.076.63l-.002.006a.64.64 0 0 1-.499.389l-.626.09a.286.286 0 0 0-.245.283v.647c0 .142.105.263.245.283l.626.089a.64.64 0 0 1 .501.395c.087.21.06.448-.077.63l-.379.505a.286.286 0 0 0 .026.374l.458.458c.1.1.26.112.374.026l.505-.38a.64.64 0 0 1 .63-.076l.006.003a.64.64 0 0 1 .39.498l.089.626c.02.14.14.245.283.245h.647a.286.286 0 0 0 .283-.245l.089-.626a.64.64 0 0 1 .39-.498l.006-.003a.64.64 0 0 1 .63.077l.505.379a.29.29 0 0 0 .374-.026l.457-.458c.1-.1.112-.26.027-.374l-.38-.505a.64.64 0 0 1-.076-.63l.002-.006a.64.64 0 0 1 .499-.39l.625-.089c.14-.02.245-.14.245-.283v-.646a.286.286 0 0 0-.245-.283M20 6.429a1.428 1.428 0 1 1 0-2.857 1.428 1.428 0 0 1 0 2.857"})),r5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.53 2.195 4.195 5.528a.666.666 0 1 0 .943.943L8 3.609l2.862 2.862a.666.666 0 1 0 .943-.943L8.472 2.195a.666.666 0 0 0-.943 0m.941 12.053 3.333-3.333a.666.666 0 1 0-.942-.942L8 12.834 5.138 9.973a.666.666 0 1 0-.943.942l3.334 3.333c.26.26.681.26.942 0",clipRule:"evenodd"})),Qn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.538 4.251 7.253 8.537a.856.856 0 1 0 1.211 1.212l3.68-3.68 3.68 3.68a.856.856 0 1 0 1.211-1.212L12.75 4.25a.856.856 0 0 0-1.212 0m1.211 15.498 4.286-4.286a.856.856 0 1 0-1.212-1.212l-3.68 3.68-3.68-3.68a.856.856 0 1 0-1.212 1.212l4.286 4.286a.856.856 0 0 0 1.212 0",clipRule:"evenodd"})),c5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m13.125 6.634-4.54 4.54a.6.6 0 0 1-.852 0l-4.54-4.54a.602.602 0 0 1 .693-.965l3.347 1.664V.926a.926.926 0 0 1 1.852 0v6.407l3.347-1.664a.601.601 0 0 1 .693.965M1.7 11.517a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.428.645l-.015.006a.7.7 0 0 1-.257.049H1.7a.7.7 0 0 1-.7-.7v-2.8000000000000003a.7.7 0 0 1 .7-.7"})),Kn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m19.32 10.025-6.486 6.487a.86.86 0 0 1-1.215 0l-6.487-6.488a.86.86 0 0 1 .99-1.378l4.782 2.377V1.87a1.323 1.323 0 0 1 2.645 0v9.153l4.782-2.376a.859.859 0 0 1 .99 1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),s5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.534 9.47-2.164 2.164-.735-.735L13.8 8.735a1.04 1.04 0 0 0 0-1.471l-2.165-2.165.736-.736 2.164 2.165a2.08 2.08 0 0 1 0 2.942M7.265 2.2 5.101 4.364l-.735-.735L6.53 1.465a2.08 2.08 0 0 1 2.941 0l2.163 2.163-.735.736L8.736 2.2a1.04 1.04 0 0 0-1.47 0M4.366 5.1l-.735-.736-2.164 2.164a2.08 2.08 0 0 0 0 2.942l2.163 2.164.736-.736-2.164-2.163a1.04 1.04 0 0 1 0-1.471zm7.27 7.27-.736-.736-2.164 2.164a1.04 1.04 0 0 1-1.47 0L5.1 11.634l-.735.735 2.164 2.164a2.08 2.08 0 0 0 2.941 0zM8 10.121a2.123 2.123 0 1 0 0-4.245 2.123 2.123 0 0 0 0 4.245",clipRule:"evenodd"})),Zn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.195 14.824 19.219 17.8l-1.414-1.415 2.976-2.976a2 2 0 0 0 0-2.828l-2.976-2.977L19.22 6.19l2.976 2.976a4 4 0 0 1 0 5.658M10.588 3.214 7.612 6.19 6.198 4.776l2.976-2.977a4 4 0 0 1 5.656 0l2.975 2.977-1.414 1.414-2.975-2.976a2 2 0 0 0-2.828 0m-4.39 4.39L4.784 6.19 1.81 9.166a4 4 0 0 0 0 5.658L4.784 17.8l1.414-1.415-2.975-2.976a2 2 0 0 1 0-2.828zm11.607 11.61L16.391 17.8l-2.975 2.976a2 2 0 0 1-2.828 0L7.612 17.8l-1.414 1.414 2.976 2.977a4 4 0 0 0 5.656 0zm-5.803-3.765a3.453 3.453 0 1 0 0-6.907 3.453 3.453 0 0 0 0 6.906",clipRule:"evenodd"})),i5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.71 1.305a.292.292 0 0 0-.248.521c1.16.79 1.87 2.902 1.913 4.56a3.8 3.8 0 0 0-1.095-1.283.292.292 0 0 0-.408.408 3.208 3.208 0 0 1-2.58 5.114 2.4 2.4 0 0 1-.955-.152c.332-.138.65-.31.946-.514a2.35 2.35 0 0 1 1.176-.5.292.292 0 0 0 .283-.363 1.144 1.144 0 0 0-1.158-.804 1 1 0 0 0-.753.298c-.157.14-.32.285-.996.285-1.193 0-1.75-.696-1.75-1.166a.6.6 0 0 1 .255-.434q.195-.138.413-.233a.3.3 0 0 0 .413 0 .69.69 0 0 0 .144-.675l1.56-1.04a.292.292 0 0 0-.16-.535h-.584c-.649 0-1.073-.126-1.166-.345-.134-.322.306-1.008.788-1.49a.292.292 0 0 0-.205-.497c-.767.068-1.459.49-1.873 1.139a6.3 6.3 0 0 0-1.32.02 1.5 1.5 0 0 1-.233-.35 3 3 0 0 1-.365-1.101.292.292 0 0 0-.498-.207 2.3 2.3 0 0 0-.449 2.491 7 7 0 0 0 6.196 10.255C11.926 14.707 15 11.761 15 8v-.583c0-3.558-2.216-5.49-4.29-6.112"})),Yn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.871 2.436a.417.417 0 0 0-.354.744c1.658 1.127 2.67 4.146 2.734 6.514a5.4 5.4 0 0 0-1.565-1.833.417.417 0 0 0-.583.583 4.583 4.583 0 0 1-3.685 7.306 3.4 3.4 0 0 1-1.365-.217 7.3 7.3 0 0 0 1.351-.734 3.36 3.36 0 0 1 1.68-.716.417.417 0 0 0 .405-.517 1.635 1.635 0 0 0-1.654-1.15 1.42 1.42 0 0 0-1.077.428c-.224.2-.455.406-1.423.406-1.704 0-2.5-.994-2.5-1.666a.87.87 0 0 1 .365-.62q.279-.196.59-.333a.43.43 0 0 0 .59 0 .98.98 0 0 0 .206-.964l2.23-1.486a.417.417 0 0 0-.23-.763h-.834c-.927 0-1.534-.18-1.666-.494-.191-.46.437-1.44 1.125-2.127a.417.417 0 0 0-.292-.712 3.55 3.55 0 0 0-2.676 1.627 9 9 0 0 0-1.886.029 2.2 2.2 0 0 1-.333-.5 4.35 4.35 0 0 1-.52-1.573.417.417 0 0 0-.712-.295 3.29 3.29 0 0 0-.642 3.559C.581 11.82 2.46 17.865 7.349 20.434a10 10 0 0 0 4.653 1.148C17.608 21.582 22 17.372 22 12v-.833c0-5.082-3.166-7.842-6.129-8.73"})),d5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 3h-1.5l-.724-1.447A1 1 0 0 0 9.882 1H6.118a1 1 0 0 0-.894.553L4.5 3H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M4.235 9.801 2.467 8.033a.374.374 0 0 1 .432-.601l1.103.548A4.003 4.003 0 0 1 8 4c.926 0 1.776.32 2.453.852a.495.495 0 0 1 .002.764.49.49 0 0 1-.619.014A3 3 0 0 0 8 5a3 3 0 0 0-2.998 2.977L6.1 7.431a.375.375 0 0 1 .432.602L4.765 9.801a.375.375 0 0 1-.53 0m9.337-1.35a.376.376 0 0 1-.472.117l-1.102-.548A4.003 4.003 0 0 1 8 12c-.926 0-1.776-.32-2.453-.852a.495.495 0 0 1-.002-.764.49.49 0 0 1 .619-.014c.508.394 1.145.63 1.836.63a3 3 0 0 0 2.998-2.977l-1.099.545a.375.375 0 0 1-.431-.601l1.768-1.768a.385.385 0 0 1 .53 0l1.768 1.768c.129.13.145.335.038.484"})),m5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M19.5 6h-2.25l-1.085-2.171A1.5 1.5 0 0 0 14.823 3H9.177a1.5 1.5 0 0 0-1.342.829L6.75 6H4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3M6.352 16.201 3.7 13.55a.563.563 0 0 1 .648-.902l1.653.821A6.006 6.006 0 0 1 12 7.5c1.389 0 2.664.48 3.68 1.278.366.287.358.847.002 1.146a.736.736 0 0 1-.928.021A4.48 4.48 0 0 0 12 9a4.504 4.504 0 0 0-4.497 4.467l1.648-.819a.563.563 0 0 1 .648.902l-2.652 2.651a.56.56 0 0 1-.795 0m14.006-2.025a.564.564 0 0 1-.707.176l-1.653-.821A6.005 6.005 0 0 1 12 19.5a5.94 5.94 0 0 1-3.68-1.278c-.365-.287-.358-.847-.002-1.146a.736.736 0 0 1 .928-.021A4.48 4.48 0 0 0 12 18a4.504 4.504 0 0 0 4.497-4.467l-1.648.819a.563.563 0 0 1-.648-.902l2.652-2.651c.22-.22.576-.22.796 0L20.3 13.45a.56.56 0 0 1 .058.726"})),u5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M26 8h-3l-1.447-2.895A2 2 0 0 0 19.764 4h-7.528a2 2 0 0 0-1.79 1.105L9 8H6a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V12a4 4 0 0 0-4-4M8.47 21.601l-3.537-3.534a.751.751 0 0 1 .864-1.203l2.204 1.095C8.024 13.567 11.603 10 16 10c1.852 0 3.552.64 4.907 1.704.488.383.477 1.13.002 1.528a.98.98 0 0 1-1.237.028A5.97 5.97 0 0 0 16 12c-3.293 0-5.97 2.668-5.996 5.956l2.197-1.092a.751.751 0 0 1 .864 1.203L9.53 21.6a.75.75 0 0 1-1.06 0m18.674-2.7a.75.75 0 0 1-.943.235l-2.204-1.095C23.976 22.433 20.397 26 16 26a7.9 7.9 0 0 1-4.907-1.704c-.486-.383-.477-1.13-.002-1.528a.98.98 0 0 1 1.237-.028A5.97 5.97 0 0 0 16 24c3.293 0 5.97-2.668 5.996-5.956l-2.197 1.092a.751.751 0 0 1-.864-1.203L22.47 14.4a.75.75 0 0 1 1.061 0l3.535 3.534c.26.26.292.67.077.968"})),_5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconFullscreenOff_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.369 5.046 2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515V.98a.517.517 0 0 1 1.004-.163l.946 2.815L13.813.774a.999.999 0 1 1 1.414 1.414zM.98 9.005h5.5c.285 0 .515.23.514.514v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.858-2.815-.946A.514.514 0 0 1 .98 9.005",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconFullscreenOff_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),f5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m17.36 8.407 3.52 1.183a.642.642 0 0 1-.205 1.254H13.8a.644.644 0 0 1-.644-.644V3.325a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768zM3.326 13.156H10.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573-3.52-1.183a.642.642 0 0 1 .206-1.254",clipRule:"evenodd"})),p5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m23.148 11.21 4.692 1.577a.858.858 0 0 1-.273 1.672H18.4a.86.86 0 0 1-.859-.859V4.433a.858.858 0 0 1 1.672-.273l1.578 4.692 4.764-4.764a1.666 1.666 0 1 1 2.357 2.357zM4.433 17.54H13.6c.475 0 .859.384.859.859v9.167a.858.858 0 0 1-1.672.273l-1.578-4.692-4.764 4.764a1.667 1.667 0 0 1-2.357-2.357l4.764-4.764-4.692-1.578a.858.858 0 0 1 .273-1.672",clipRule:"evenodd"})),h5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.98 1.005h5.5c.285 0 .515.23.514.515v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.859-2.815-.946a.515.515 0 0 1 .164-1.003M4.369 13.046l2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515v-5.5a.515.515 0 0 1 1.003-.164l.947 2.816 2.858-2.858a.999.999 0 1 1 1.414 1.414z",clipRule:"evenodd"})),v5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.325 3.156H20.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573L13.12 4.41a.642.642 0 0 1 .205-1.254M7.361 18.407l3.519 1.183a.642.642 0 0 1-.205 1.254H3.8a.644.644 0 0 1-.644-.644v-6.875a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768z",clipRule:"evenodd"})),g5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.767 4.208h9.166c.475 0 .859.384.859.859v9.166a.858.858 0 0 1-1.672.274l-1.577-4.692-4.764 4.764a1.668 1.668 0 0 1-2.358-2.358l4.764-4.764-4.692-1.577a.858.858 0 0 1 .273-1.672M9.815 24.543l4.692 1.577a.858.858 0 0 1-.273 1.672H5.066a.86.86 0 0 1-.859-.859v-9.166c0-.422.304-.78.72-.848a.87.87 0 0 1 .952.574l1.577 4.692 4.764-4.764a1.666 1.666 0 1 1 2.358 2.358z",clipRule:"evenodd"})),w5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 15a6.8 6.8 0 0 1-2.73-.551 7.1 7.1 0 0 1-2.222-1.496A7.1 7.1 0 0 1 1.55 10.73 6.8 6.8 0 0 1 1 8q0-1.452.551-2.73a7.1 7.1 0 0 1 1.497-2.222A7.1 7.1 0 0 1 5.27 1.55 6.8 6.8 0 0 1 8 1q1.452 0 2.73.551a7.1 7.1 0 0 1 2.223 1.497q.944.945 1.496 2.222.55 1.278.551 2.73v1.015q0 1.033-.709 1.759a2.34 2.34 0 0 1-1.741.726q-.612 0-1.155-.262a2.47 2.47 0 0 1-.91-.753 3.4 3.4 0 0 1-1.146.761Q8.7 11.501 8 11.5a3.37 3.37 0 0 1-2.476-1.024A3.37 3.37 0 0 1 4.5 8q0-1.453 1.024-2.476A3.37 3.37 0 0 1 8 4.5q1.453 0 2.476 1.024A3.37 3.37 0 0 1 11.5 8v1.015q0 .455.297.77a1 1 0 0 0 .753.315 1 1 0 0 0 .752-.315 1.08 1.08 0 0 0 .298-.77V8q0-2.344-1.627-3.972Q10.344 2.4 8 2.4T4.028 4.028 2.4 8q0 2.344 1.628 3.973Q5.655 13.6 8 13.6h4.2s.7 0 .7.7-.7.7-.7.7zm0-4.9q.875 0 1.488-.612Q10.1 8.874 10.1 8q0-.876-.612-1.487A2.03 2.03 0 0 0 8 5.9q-.876 0-1.487.612A2.03 2.03 0 0 0 5.9 8q0 .875.612 1.488.613.612 1.488.612"})),Jn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12v1.45q0 1.474-1.012 2.513Q19.975 17 18.5 17a3.74 3.74 0 0 1-1.65-.375 3.5 3.5 0 0 1-1.3-1.075 4.8 4.8 0 0 1-1.638 1.087A5.1 5.1 0 0 1 12 17q-2.075 0-3.537-1.463Q7 14.075 7 12q0-2.075 1.463-3.537Q9.926 7 12 7q2.075 0 3.537 1.463Q17 9.926 17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45.425-1.1V12q0-3.35-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20h6s1 0 1 1-1 1-1 1zm0-7q1.25 0 2.125-.875A2.9 2.9 0 0 0 15 12q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 9q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 12q0 1.25.875 2.125A2.9 2.9 0 0 0 12 15"})),E5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconGroup_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.534 7.943c1.599 0 2.9-1.301 2.9-2.9a2.903 2.903 0 0 0-2.9-2.899 2.903 2.903 0 0 0-2.9 2.899c0 1.599 1.301 2.9 2.9 2.9M6.138 6.227c0 1.16-.944 2.104-2.104 2.104A2.107 2.107 0 0 1 1.93 6.226c0-1.159.944-2.102 2.104-2.102s2.104.943 2.104 2.103M.575 10.268C1.12 9.673 2.156 9.23 4.034 9.23a8.3 8.3 0 0 1 1.64.147 4 4 0 0 0-.662.579c-.276.3-.703.805-.894 1.814a4 4 0 0 0-.035.23H.643a.575.575 0 0 1-.568-.658c.1-.64.339-.899.486-1.059zm9.96-1.086c2.566 0 3.992.601 4.748 1.41l.014.016c.218.233.555.594.694 1.484a.792.792 0 0 1-.782.908H5.86a.79.79 0 0 1-.781-.908c.137-.879.465-1.236.668-1.457l.021-.023c.751-.819 2.179-1.43 4.767-1.43",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconGroup_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),e0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_24",viewBox:"0 0 25 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.818 3.716c2.409 0 4.368 1.951 4.368 4.348 0 2.4-1.96 4.35-4.368 4.35s-4.369-1.95-4.369-4.35c0-2.398 1.96-4.348 4.37-4.348M9.195 9.34a3.167 3.167 0 0 1-3.17 3.156A3.166 3.166 0 0 1 2.857 9.34a3.167 3.167 0 0 1 3.17-3.155 3.166 3.166 0 0 1 3.17 3.155m-3.17 4.505c1.272 0 2.276.14 3.083.368-.613.348-1.168.741-1.61 1.221-.331.358-.986 1.082-1.306 2.566H.917a.863.863 0 0 1-.856-.987c.15-.959.51-1.347.732-1.588l.021-.023c.822-.892 2.383-1.557 5.212-1.557M8.776 20H22.86c.724 0 1.29-.648 1.177-1.361-.21-1.339-.718-1.88-1.047-2.23l-.02-.021c-1.139-1.214-3.287-2.115-7.153-2.115-3.899 0-6.05.917-7.182 2.146l-.028.03c-.306.332-.802.867-1.01 2.19A1.19 1.19 0 0 0 8.777 20",clipRule:"evenodd"})),x5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 8c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8M11.182 9.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-.7 0A6.3 6.3 0 1 1 1.7 8a6.3 6.3 0 0 1 12.6 0",clipRule:"evenodd"})),t0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 12c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3M16.546 14.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-1 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0",clipRule:"evenodd"})),b5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 2a7 7 0 0 1 7 7v2.45a2.45 2.45 0 0 1-2.45 2.45c-1.353 0-1.45-1.097-1.45-2.45v-1.4c0-1.353.097-2.45 1.45-2.45.324 0 .633.063.916.177a5.602 5.602 0 0 0-10.932 0c.283-.114.592-.177.916-.177 1.353 0 1.45 1.097 1.45 2.45v1.4c0 1.353-.097 2.45-1.45 2.45A2.45 2.45 0 0 1 1 11.45V9a7 7 0 0 1 7-7"})),n0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 3c5.523 0 10 4.477 10 10v3.5a3.5 3.5 0 0 1-3.5 3.5c-1.933 0-2.5-1.567-2.5-3.5v-2c0-1.933.567-3.5 2.5-3.5.463 0 .904.09 1.309.253a8.003 8.003 0 0 0-15.618 0A3.5 3.5 0 0 1 5.5 11C7.433 11 8 12.567 8 14.5v2c0 1.933-.567 3.5-2.5 3.5A3.5 3.5 0 0 1 2 16.5V13C2 7.477 6.477 3 12 3"})),k5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.235 5.39a1.399 1.399 0 0 1 2.108 1.209c0 .328-.255.672-.738.993a4.2 4.2 0 0 1-.872.44l-.011.004a.7.7 0 1 0 .444 1.328L7.944 8.7l.222.664h.002l.002-.002.008-.002.024-.009.082-.03a5.632 5.632 0 0 0 1.099-.564c.567-.378 1.361-1.086 1.361-2.157a2.8 2.8 0 0 0-5.442-.932.7.7 0 1 0 1.322.464 1.4 1.4 0 0 1 .611-.743M8 10.8a.7.7 0 1 0 0 1.4h.007a.7.7 0 1 0 0-1.4z",clipRule:"evenodd"})),a0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21.986 12c0 5.523-4.474 10-9.993 10S2 17.523 2 12 6.474 2 11.993 2s9.993 4.477 9.993 10M10.9 8.27a1.996 1.996 0 0 1 3.01 1.728V10c0 .47-.365.958-1.054 1.418a6 6 0 0 1-1.246.628l-.015.005a1 1 0 0 0 .633 1.897L11.913 13l.317.948h.002l.004-.002.01-.004.036-.012.116-.043a8.043 8.043 0 0 0 1.569-.806c.81-.54 1.943-1.55 1.944-3.08l-1-.001h1a4 4 0 0 0-3.322-3.947A3.996 3.996 0 0 0 8.14 8.668a1 1 0 1 0 1.887.663 2 2 0 0 1 .873-1.06M11.992 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z",clipRule:"evenodd"})),C5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.51A2 2 0 0 0 1 6.07v7.834c0 .424.164.831.456 1.13.291.3.687.47 1.1.47h2.92v-7.06c0-.395.283-.714.632-.714h3.785c.348 0 .63.32.63.713v7.06h2.921c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.07a2 2 0 0 0-.751-1.562l-5-3.998a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),o0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h3.756v-9.077c0-.507.363-.918.811-.918h4.867c.448 0 .81.41.81.917V22H19c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),z5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.56A2 2 0 0 0 1 6.123v7.833c0 .424.164.831.456 1.131.291.3.687.468 1.1.468h10.888c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.121a2 2 0 0 0-.751-1.562l-5-3.997a2 2 0 0 0-2.498 0zM7 6.051h2v2h2v2H9v2H7v-2H5v-2h2z",clipRule:"evenodd"})),l0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h14c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0zm6.963 1.745h2.572v2.571h2.571v2.572h-2.571v2.571h-2.572v-2.571H8.143V12.35h2.571z",clipRule:"evenodd"})),I5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-7c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8m3.182 1.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z",clipRule:"evenodd"})),r0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-10c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3m4.546 2.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z",clipRule:"evenodd"})),y5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.833 6.352 4.843 3.39a.6.6 0 0 0-.845 0l-2.99 2.962a.59.59 0 0 0 0 .837.6.6 0 0 0 .846 0l1.992-1.973v6.967c0 .332.272.6.606.6a.603.603 0 0 0 .606-.6V5.278l1.93 1.911a.6.6 0 0 0 .845 0 .59.59 0 0 0 0-.837M7.834 9.648l2.989 2.962a.6.6 0 0 0 .845 0l2.99-2.962a.59.59 0 0 0 0-.837.6.6 0 0 0-.845 0l-1.993 1.973V3.817c0-.331-.27-.6-.606-.6a.603.603 0 0 0-.605.6v6.905l-1.93-1.911a.6.6 0 0 0-.845 0 .59.59 0 0 0 0 .837"})),c0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 14.355a.84.84 0 0 1 0-1.196.86.86 0 0 1 1.208 0l2.757 2.73V6.025c0-.474.387-.857.865-.858.478 0 .866.384.866.858v9.952l2.846-2.818a.86.86 0 0 1 1.208 0 .84.84 0 0 1 0 1.196l-4.271 4.23a.86.86 0 0 1-1.207 0zM2.25 10.841a.84.84 0 0 1 0-1.196l4.271-4.23a.86.86 0 0 1 1.208 0L12 9.644a.84.84 0 0 1 0 1.196.86.86 0 0 1-1.208 0l-2.757-2.73v9.865a.86.86 0 0 1-.865.857.86.86 0 0 1-.865-.857V8.023L3.458 10.84a.86.86 0 0 1-1.208 0"})),B5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3.193 4.717 7.733.176a.6.6 0 0 1 .851 0l4.541 4.541a.602.602 0 0 1-.693.965L9.084 4.018v6.407a.926.926 0 0 1-1.851 0V4.018L3.885 5.68a.601.601 0 0 1-.692-.964M1.7 11.65a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7v-2.799a.7.7 0 0 1 .7-.7"})),s0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.132 7.094 11.62.608a.86.86 0 0 1 1.215 0l6.487 6.487a.86.86 0 0 1-.99 1.378l-4.782-2.377v9.153a1.323 1.323 0 0 1-2.645 0V6.096L6.12 8.472a.859.859 0 0 1-.989-1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),M5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.3 5.2a.7.7 0 0 1 .7-.7h.007a.7.7 0 1 1 0 1.4H8a.7.7 0 0 1-.7-.7M8 7.3a.7.7 0 0 1 .7.7v2.8a.7.7 0 1 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),i0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M11 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1m1 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1",clipRule:"evenodd"})),S5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.25 2C8.18 2 6.5 3.68 6.5 5.75c0 .24 0 .48.045.705L2 11v3h4.5v-3h3V9.5l.045-.045c.225.045.465.045.705.045C12.32 9.5 14 7.82 14 5.75S12.32 2 10.25 2M11 3.5c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5S9.5 5.825 9.5 5s.675-1.5 1.5-1.5"})),d0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.375 3C12.27 3 9.75 5.615 9.75 8.838c0 .374 0 .747.068 1.098L3 17.01v4.67h6.75v-4.67h4.5v-2.335l.068-.07c.337.07.697.07 1.057.07 3.105 0 5.625-2.615 5.625-5.838S18.48 3 15.375 3M16.5 5.335c1.238 0 2.25 1.051 2.25 2.335s-1.012 2.336-2.25 2.336-2.25-1.051-2.25-2.336 1.012-2.335 2.25-2.335"})),L5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.43 0H4.57A2.573 2.573 0 0 0 2 2.57V7h5.587L6.449 4.708a.65.65 0 0 1 1.041-.749l3.581 3.581a.65.65 0 0 1 0 .92L7.49 12.041a.65.65 0 0 1-1.042-.749L7.587 9H2v4.43A2.573 2.573 0 0 0 4.57 16h6.859a2.573 2.573 0 0 0 2.57-2.57V2.57A2.57 2.57 0 0 0 11.43 0"})),m0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.787 2H7.213A3.217 3.217 0 0 0 4 5.213v5.537h6.984L9.561 7.885a.814.814 0 0 1 .253-1.022.82.82 0 0 1 1.049.085l4.476 4.476a.814.814 0 0 1 0 1.15l-4.476 4.476a.813.813 0 0 1-1.302-.937l1.423-2.865H4v5.537A3.217 3.217 0 0 0 7.213 22h8.574A3.217 3.217 0 0 0 19 18.787V5.213A3.217 3.217 0 0 0 15.787 2"})),N5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.8 6.4a1.4 1.4 0 0 0-1.4 1.4v1.4a1.4 1.4 0 0 0 1.4 1.4h2.8a.7.7 0 1 1 0 1.4H3.8A2.8 2.8 0 0 1 1 9.2V7.8A2.8 2.8 0 0 1 3.8 5h2.8a.7.7 0 1 1 0 1.4zm4.9-.7a.7.7 0 0 1 .7-.7h2.8A2.8 2.8 0 0 1 15 7.8v1.4a2.8 2.8 0 0 1-2.8 2.8H9.4a.7.7 0 1 1 0-1.4h2.8a1.4 1.4 0 0 0 1.4-1.4V7.8a1.4 1.4 0 0 0-1.4-1.4H9.4a.7.7 0 0 1-.7-.7M5.2 8.5a.7.7 0 0 1 .7-.7h4.2a.7.7 0 1 1 0 1.4H5.9a.7.7 0 0 1-.7-.7",clipRule:"evenodd"})),u0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.968 9.8c-1.189 0-2.063.851-2.063 1.8v1.8c0 .949.874 1.8 2.063 1.8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9H5.97C3.825 17 2 15.434 2 13.4v-1.8C2 9.567 3.826 8 5.968 8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9zm7.09-.9c0-.497.427-.9.953-.9h4.02C20.175 8 22 9.567 22 11.6v1.8c0 2.034-1.826 3.6-3.968 3.6H14.01c-.526 0-.953-.403-.953-.9s.427-.9.953-.9h4.02c1.19 0 2.064-.851 2.064-1.8v-1.8c0-.949-.874-1.8-2.063-1.8H14.01c-.526 0-.953-.403-.953-.9m-5.026 3.6c0-.497.426-.9.952-.9h6.032c.526 0 .952.403.952.9s-.426.9-.952.9H8.984c-.526 0-.952-.403-.952-.9",clipRule:"evenodd"})),$5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2.75a2 2 0 0 0-2 2v6.5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6.5a2 2 0 0 0-2-2zm4.983 4.568h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.198 0 .366-.054a1 1 0 0 0 .301-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005q-.039.335-.193.645-.152.309-.41.553a1.9 1.9 0 0 1-.614.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75m4.806 0h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.197 0 .365-.054a1 1 0 0 0 .302-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005a1.94 1.94 0 0 1-.604 1.198 1.9 1.9 0 0 1-.613.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75",clipRule:"evenodd"})),_0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.4 3A2.4 2.4 0 0 0 0 5.4v13.2A2.4 2.4 0 0 0 2.4 21h19.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 21.6 3zm9.57 7.83h-1.703a1.8 1.8 0 0 0-.191-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.459.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.34 0 .626-.094.293-.093.518-.273.226-.183.373-.443.153-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.065 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457A3.6 3.6 0 0 1 8.513 7.8q.693 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285m8.24 0h-1.705a1.8 1.8 0 0 0-.19-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.46.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.338 0 .626-.094.292-.093.518-.273.226-.183.373-.443.151-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.067 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457a3.6 3.6 0 0 1 1.892-.504q.692 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285",clipRule:"evenodd"})),R5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.545 3h8.91C13.86 3 15 4.205 15 5.692v5.385c0 1.487-1.14 2.692-2.546 2.692H3.545C2.14 13.77 1 12.564 1 11.077V5.692C1 4.205 2.14 3 3.545 3m7.572 5.947a.5.5 0 0 0 0-.893L6.726 5.836A.5.5 0 0 0 6 6.282v4.437a.5.5 0 0 0 .726.446z",clipRule:"evenodd"})),f0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.318 4.5h13.364c2.11 0 3.818 1.807 3.818 4.038v8.077c0 2.232-1.709 4.039-3.818 4.039H5.318c-2.11 0-3.818-1.807-3.818-4.039V8.538C1.5 6.308 3.209 4.5 5.318 4.5m11.358 8.92a.75.75 0 0 0 0-1.34l-6.587-3.327A.75.75 0 0 0 9 9.423v6.655a.75.75 0 0 0 1.088.67z",clipRule:"evenodd"})),A5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.333 11.667h9.606q.175 0 .34.004c.61.012 1.142.022 1.72-.338.426-.264.668-1.562.668-2.291q0-1.006-.69-1.758a2.68 2.68 0 0 0-1.735-.867q0-1.707-1.235-2.895Q9.774 2.334 8 2.333q-1.44 0-2.576.832A3.96 3.96 0 0 0 3.91 5.338a3.17 3.17 0 0 0-1.864 1.137 3.16 3.16 0 0 0-.712 2.027c0 .885.667 3.165 1 3.165m7.667-4-3.333-2v4z",clipRule:"evenodd"})),p0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.5 17.5h14.41q.26 0 .51.006c.913.018 1.712.033 2.58-.506.637-.396 1-2.344 1-3.437q0-1.51-1.034-2.636t-2.602-1.302q0-2.56-1.853-4.342Q14.66 3.5 12 3.5q-2.16 0-3.864 1.247t-2.272 3.26q-1.728.371-2.796 1.705A4.73 4.73 0 0 0 2 12.753C2 14.08 3 17.5 3.5 17.5m11.5-6-5-3v6z",clipRule:"evenodd"})),H5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15s5.6-4.375 5.6-8.75C13.6 3.35 11.093 1 8 1S2.4 3.35 2.4 6.25C2.4 10.625 8 15 8 15m0-7a2.1 2.1 0 1 0 0-4.2A2.1 2.1 0 0 0 8 8",clipRule:"evenodd"})),h0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22s8-6.25 8-12.5C20 5.358 16.418 2 12 2S4 5.358 4 9.5C4 15.75 12 22 12 22m0-10a3 3 0 1 0 0-6 3 3 0 0 0 0 6",clipRule:"evenodd"})),O5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.846 4.538v-.461a3.078 3.078 0 0 1 6.154 0v2.308h1.539c.34 0 .615.275.615.615v7.385c0 .34-.276.615-.615.615H3.615A.615.615 0 0 1 3 14.385V7c0-.34.276-.615.615-.615h1.231V4.538M9.77 6.385V4.077c0-1.052-.794-1.908-1.846-1.908s-1.846.856-1.846 1.908v2.308z",clipRule:"evenodd"})),v0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 6.56v-.725C7 3.166 9.24 1 12 1s5 2.166 5 4.835v3.627h2c.552 0 1 .433 1 .967v11.604c0 .534-.448.967-1 .967H5c-.552 0-1-.433-1-.967V10.429c0-.534.448-.967 1-.967h2V6.56m8 2.902V5.835c0-1.653-1.29-2.998-3-2.998S9 4.182 9 5.835v3.627z",clipRule:"evenodd"})),P5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.959 6.386c.128-.492.607-.78 1.07-.644.462.135.734.645.606 1.137l-.454 1.742-.7 2.691a7 7 0 0 1-.189.615l-3.513-3.72 1.361-5.232c.129-.492.607-.781 1.07-.645.463.137.734.646.606 1.138l-1.39 5.344.837.246zM9.072 7.458l1.463-5.62C10.663 1.346 10.39.837 9.929.7c-.463-.137-.942.152-1.07.644-.084.321-.75 2.878-1.201 4.616zm-2.518-.724-.155.598.837.247q.001-.002.025-.096l5.417 5.735c-.357.578-.79 1.06-1.275 1.39-1.391.942-3.233.877-5.14.316-1.548-.456-4.737-2.046-4.88-5.486a77 77 0 0 1-.05-2.648c-.002-.463.316-.855.747-.926.47-.076.912.256 1 .752.147.829.355 1.984.422 2.293.085.398.58.396.682.003l.688-2.645.268-1.03zm.397-1.522.839-3.224c.127-.492-.143-1-.606-1.137s-.942.152-1.07.644l-.577 2.22z",clipRule:"evenodd"}),n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",d:"m3 3 11.333 12"})),g0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.439 9.58c.192-.738.91-1.172 1.604-.967.694.203 1.102.968.91 1.705l-.681 2.615-.976 3.748-5.304-5.616 1.719-6.603c.192-.738.91-1.171 1.604-.967s1.1.968.91 1.706l-2.087 8.017 1.257.369zm-5.507.362 1.87-7.186c.193-.737-.215-1.5-.909-1.705s-1.412.229-1.604.966L11.81 7.696zm-3.776-1.086-.558 2.142 1.257.37.361-1.389 8.345 8.836c-.61 1.313-1.462 2.421-2.457 3.096-2.086 1.414-4.85 1.316-7.71.474-2.32-.683-7.105-3.068-7.319-8.228A116 116 0 0 1 2 10.186c-.003-.695.473-1.283 1.12-1.389.704-.115 1.367.384 1.5 1.127.22 1.244.532 2.977.633 3.44.127.597.87.595 1.023.006L8.035 6.61zm.594-2.283.934-3.591c.192-.738-.214-1.501-.908-1.706-.694-.204-1.413.229-1.604.967l-.543 2.085z",clipRule:"evenodd"}),n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m4.727 4.313 17 18"})),V5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.661 8.446a2.5 2.5 0 0 1-3.323 0L1.297 3.964A1.99 1.99 0 0 1 3 3h10a1.99 1.99 0 0 1 1.702.963zM15 11c0 .343-.094.66-.246.942l-3.336-3.72L15 5.037zM1 5.037V11c0 .343.094.66.246.942l3.336-3.72zm9.326 4.157.345-.307 3.404 3.795A2 2 0 0 1 13 13H3c-.396 0-.764-.119-1.075-.317l3.404-3.796.345.306A3.5 3.5 0 0 0 8 10.078c.832 0 1.663-.295 2.326-.884",clipRule:"evenodd"})),w0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m22.054 5.445-7.562 6.724a3.75 3.75 0 0 1-4.984 0L1.946 5.445A2.99 2.99 0 0 1 4.5 4h15a2.99 2.99 0 0 1 2.554 1.445m.077 11.968-5.004-5.58L22.5 7.056V16c0 .514-.141.99-.369 1.413m-6.642-4.123A5.24 5.24 0 0 1 12 14.616a5.24 5.24 0 0 1-3.489-1.326l-.517-.46-5.106 5.693A2.98 2.98 0 0 0 4.5 19h15c.594 0 1.145-.178 1.611-.477l-5.105-5.693zM1.5 16V7.056l5.373 4.777-5.004 5.58A2.96 2.96 0 0 1 1.5 16",clipRule:"evenodd"})),T5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.5 2h-11A2.503 2.503 0 0 0 0 4.5v7C0 12.879 1.122 14 2.5 14h11c1.378 0 2.5-1.121 2.5-2.5v-7C16 3.121 14.878 2 13.5 2M8 4.387c1.269 0 2.3 1.032 2.3 2.3A2.303 2.303 0 0 1 8 8.988a2.304 2.304 0 0 1-2.301-2.301c0-1.268 1.032-2.3 2.301-2.3M11.709 13H4.291a.627.627 0 0 1-.62-.72c.112-.722.387-1 .547-1.174.596-.65 1.729-1.135 3.782-1.135 2.036 0 3.167.477 3.767 1.118.173.185.449.468.562 1.191a.628.628 0 0 1-.62.72"})),E0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M20.25 3.5H3.75A3.754 3.754 0 0 0 0 7.25v10.5a3.754 3.754 0 0 0 3.75 3.75h16.5A3.754 3.754 0 0 0 24 17.75V7.25a3.754 3.754 0 0 0-3.75-3.75M12 7.08a3.455 3.455 0 0 1 3.451 3.45A3.455 3.455 0 0 1 12 13.983a3.455 3.455 0 0 1-3.451-3.451A3.454 3.454 0 0 1 12 7.08M17.563 20H6.437a.942.942 0 0 1-.93-1.08c.169-1.082.58-1.5.82-1.762.893-.975 2.593-1.702 5.673-1.702 3.054 0 4.75.715 5.65 1.677.26.277.674.702.843 1.786a.942.942 0 0 1-.93 1.081"})),q5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.974 12.737h4.052l.535 1.604a.46.46 0 0 1-.437.606H5.876a.46.46 0 0 1-.437-.606zM2.916 1.684h10.168C14.142 1.684 15 2.542 15 3.6v6.484A1.916 1.916 0 0 1 13.084 12H2.916A1.916 1.916 0 0 1 1 10.084V3.6c0-1.058.858-1.916 1.916-1.916m10.168 9.21a.81.81 0 0 0 .81-.81V3.6a.81.81 0 0 0-.81-.81H2.916a.81.81 0 0 0-.81.81v6.484c0 .448.363.81.81.81zM4.1 3.785a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1zm3.2 1a1 1 0 0 1 1-1h3.6a1 1 0 0 1 1 1v4.3a1 1 0 0 1-1 1H8.3a1 1 0 0 1-1-1zm-3.2 2.5a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1z",clipRule:"evenodd"})),x0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.895 18.79.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866l.764-2.291zM4.737 3h14.526A2.737 2.737 0 0 1 22 5.737V15a2.737 2.737 0 0 1-2.737 2.737H4.737A2.737 2.737 0 0 1 2 15V5.737A2.737 2.737 0 0 1 4.737 3m14.526 13.158c.64 0 1.158-.518 1.158-1.158V5.737c0-.64-.519-1.158-1.158-1.158H4.737c-.64 0-1.158.519-1.158 1.158V15c0 .64.519 1.158 1.158 1.158zM6 6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm5 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1zm-5 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z",clipRule:"evenodd"})),W5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8.1 5.8c-.418.374-.76.83-1.003 1.344L3.083 3.13A2.52 2.52 0 0 1 5.572 1 2.53 2.53 0 0 1 8.1 3.529zM.72 1.958l6.075 6.076a4.2 4.2 0 0 0 .022 1.897c-.366.215-.789.342-1.245.342a2.53 2.53 0 0 1-2.53-2.529V5.473L.124 2.553a.422.422 0 0 1 .596-.595M10.898 13.133h.053a.4.4 0 0 1-.14 0z"}),n.createElement("path",{fill:"currentColor",d:"M5.993 11.936a4.1 4.1 0 0 0 1.549-.478 4.2 4.2 0 0 1-.442-.729 3.2 3.2 0 0 1-1.528.387A3.375 3.375 0 0 1 2.2 7.744v-.843a.422.422 0 0 0-.843 0v.843c0 2.18 1.669 3.957 3.793 4.172v1.73a.422.422 0 0 0 .843 0z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.733 5.667a3.267 3.267 0 1 0 0 6.533 3.267 3.267 0 0 0 0-6.533m0 4.9a.327.327 0 0 0 0-.654h-.003a.327.327 0 0 0 0 .654zm-.326-1.634a.327.327 0 1 0 .653 0V7.627a.327.327 0 0 0-.653 0z",clipRule:"evenodd"})),b0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.4 9.348a6.45 6.45 0 0 0-1.537 2.057L4.72 5.259A3.86 3.86 0 0 1 8.53 2a3.87 3.87 0 0 1 3.87 3.871zM1.101 3.466l9.3 9.3a6.45 6.45 0 0 0 .034 2.903c-.561.33-1.208.524-1.907.524a3.87 3.87 0 0 1-3.87-3.87V8.846L.187 4.378a.646.646 0 0 1 .913-.912M16.681 20.571h.081a.7.7 0 0 1-.213 0z"}),n.createElement("path",{fill:"currentColor",d:"M9.173 18.738a6.3 6.3 0 0 0 2.37-.73 6.4 6.4 0 0 1-.675-1.116 4.9 4.9 0 0 1-2.34.592 5.166 5.166 0 0 1-5.161-5.162v-1.29a.645.645 0 0 0-1.29 0v1.29c0 3.337 2.554 6.057 5.806 6.386v2.647a.645.645 0 0 0 1.29 0z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.429 9.143a5 5 0 1 0 0 10 5 5 0 0 0 0-10m0 7.5a.5.5 0 0 0 0-1h-.005a.5.5 0 1 0 0 1zm-.5-2.5a.5.5 0 1 0 1 0v-2a.5.5 0 1 0-1 0z",clipRule:"evenodd"})),D5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5v-5a3 3 0 0 0-3-3 2.99 2.99 0 0 0-2.952 2.526l5.908 5.909.005-.033c.02-.132.039-.265.039-.402m2 0v-1a.5.5 0 0 0-1 0v1c0 .442-.09.859-.222 1.257l.779.779c.28-.624.443-1.31.443-2.036M2.244 1.636l12.41 12.411a.5.5 0 1 1-.707.706l-2.583-2.583A4.95 4.95 0 0 1 8.5 13.472V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4 1.025 0 1.94-.409 2.646-1.047l-.698-.698A2.96 2.96 0 0 1 8 11.5a3 3 0 0 1-3-3V5.806L1.537 2.343a.5.5 0 0 1 .707-.707",clipRule:"evenodd"})),j5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625v-6.25A3.75 3.75 0 0 0 12 2.625a3.74 3.74 0 0 0-3.69 3.158l7.385 7.386.007-.049c.024-.163.048-.326.048-.495m2.5 0v-1.25a.625.625 0 0 0-1.25 0v1.25c0 .552-.111 1.074-.277 1.571l.973.973c.35-.779.554-1.636.554-2.544M4.805 4.045l15.512 15.514a.625.625 0 1 1-.883.883l-3.229-3.229a6.2 6.2 0 0 1-3.58 1.627v2.535a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 1 1 1.25.001v1.25c0 2.758 2.243 5 5 5 1.281 0 2.425-.511 3.308-1.308l-.873-.873a3.7 3.7 0 0 1-2.435.931 3.75 3.75 0 0 1-3.75-3.75V9.259l-4.329-4.33a.625.625 0 0 1 .884-.884",clipRule:"evenodd"})),F5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833V8.5a5 5 0 0 0-5-5c-2.49 0-4.54 1.827-4.92 4.21l9.847 9.849.01-.065c.031-.218.063-.435.063-.66m3.333 0v-1.666a.834.834 0 0 0-1.666 0v1.666c0 .736-.149 1.432-.37 2.095l1.297 1.297a8.24 8.24 0 0 0 .74-3.392M6.407 5.393 27.089 26.08a.833.833 0 1 1-1.177 1.177l-4.305-4.305a8.26 8.26 0 0 1-4.774 2.169v3.38a.834.834 0 0 1-1.666 0v-3.417c-4.2-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 1 1 1.666.001v1.667A6.673 6.673 0 0 0 16 23.5c1.708 0 3.233-.681 4.41-1.744l-1.163-1.164c-.875.76-1.996 1.242-3.247 1.242a5 5 0 0 1-5-5v-4.49L5.228 6.572a.834.834 0 0 1 1.179-1.179",clipRule:"evenodd"})),U5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5a3 3 0 1 1-6 0v-5a3 3 0 1 1 6 0zm1-1a.5.5 0 0 1 1 0v1c0 2.586-1.98 4.694-4.5 4.949V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4s4-1.794 4-4z",clipRule:"evenodd"})),G5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625a3.75 3.75 0 0 1-7.5 0v-6.25a3.75 3.75 0 0 1 7.5 0zm1.25-1.25a.625.625 0 0 1 1.25 0v1.25c0 3.232-2.476 5.868-5.625 6.187v2.563a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 0 1 1.25 0v1.25c0 2.758 2.243 5 5 5s5-2.242 5-5z",clipRule:"evenodd"})),X5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833a5 5 0 0 1-10 0V8.5a5 5 0 0 1 10 0zm1.667-1.666a.834.834 0 0 1 1.666 0v1.666c0 4.31-3.3 7.824-7.5 8.25V28.5a.834.834 0 0 1-1.666 0v-3.417c-4.199-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 0 1 1.666 0v1.666A6.673 6.673 0 0 0 16 23.5a6.673 6.673 0 0 0 6.667-6.667z",clipRule:"evenodd"})),Q5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.326 8a.8.8 0 0 1-.8.8H3.474a.8.8 0 0 1 0-1.6h9.05a.8.8 0 0 1 .8.8",clipRule:"evenodd"})),k0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.071 12a1 1 0 0 1-1 1H4.929a1 1 0 1 1 0-2H19.07a1 1 0 0 1 1 1",clipRule:"evenodd"})),Jt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreHorizontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"})),K5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.667 12c0 .733.6 1.333 1.333 1.333s1.333-.6 1.333-1.333-.6-1.333-1.333-1.333-1.333.6-1.333 1.333m0-8c0 .733.6 1.333 1.333 1.333S9.333 4.733 9.333 4 8.733 2.667 8 2.667 6.667 3.267 6.667 4m0 4c0 .733.6 1.333 1.333 1.333S9.333 8.733 9.333 8 8.733 6.667 8 6.667 6.667 7.267 6.667 8"})),C0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0m0-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0",clipRule:"evenodd"})),Z5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m5.638 2-2.897.024a.72.72 0 0 0-.717.717L2 5.638a.705.705 0 0 0 .71.71.72.72 0 0 0 .718-.717l.011-1.217 2.872 2.872a.724.724 0 0 0 1.024-.005.724.724 0 0 0 .004-1.023l-2.82-2.82 1.112-.01a.72.72 0 0 0 .717-.718.705.705 0 0 0-.71-.71m0 12-2.897-.024a.72.72 0 0 1-.717-.717L2 10.362a.705.705 0 0 1 .71-.71.72.72 0 0 1 .718.717l.011 1.217 2.872-2.872a.724.724 0 0 1 1.024.004.724.724 0 0 1 .004 1.024l-2.82 2.82 1.112.01a.72.72 0 0 1 .717.717.705.705 0 0 1-.71.71m7.62-11.976L10.363 2a.705.705 0 0 0-.71.71.72.72 0 0 0 .717.718l1.112.01-2.82 2.82a.724.724 0 0 0 .004 1.023.724.724 0 0 0 1.024.005l2.872-2.872.011 1.217a.72.72 0 0 0 .717.717.705.705 0 0 0 .71-.71l-.023-2.897a.72.72 0 0 0-.717-.717M10.363 14l2.897-.024a.72.72 0 0 0 .717-.717L14 10.362a.705.705 0 0 0-.71-.71.72.72 0 0 0-.718.717l-.011 1.217-2.872-2.872a.724.724 0 0 0-1.024.004.724.724 0 0 0-.004 1.024l2.82 2.82-1.112.01a.72.72 0 0 0-.717.717.705.705 0 0 0 .71.71",clipRule:"evenodd"})),z0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.457 3-4.345.036a1.08 1.08 0 0 0-1.076 1.076L3 8.457a1.06 1.06 0 0 0 1.066 1.066 1.08 1.08 0 0 0 1.076-1.076l.017-1.826 4.308 4.308a1.085 1.085 0 0 0 1.535-.007c.426-.426.43-1.113.007-1.535l-4.23-4.23 1.668-.015a1.08 1.08 0 0 0 1.076-1.076A1.06 1.06 0 0 0 8.457 3m0 18-4.345-.036a1.08 1.08 0 0 1-1.076-1.076L3 15.543a1.06 1.06 0 0 1 1.066-1.066 1.08 1.08 0 0 1 1.076 1.076l.017 1.825 4.308-4.308a1.085 1.085 0 0 1 1.535.008c.426.426.43 1.113.007 1.534l-4.23 4.23 1.668.016a1.08 1.08 0 0 1 1.076 1.076A1.06 1.06 0 0 1 8.457 21M19.888 3.036 15.543 3a1.06 1.06 0 0 0-1.066 1.066 1.08 1.08 0 0 0 1.076 1.076l1.668.015-4.23 4.23a1.085 1.085 0 0 0 .007 1.535c.426.426 1.113.43 1.535.007l4.308-4.308.017 1.826a1.08 1.08 0 0 0 1.076 1.076A1.06 1.06 0 0 0 21 8.457l-.036-4.345a1.08 1.08 0 0 0-1.076-1.076M15.543 21l4.345-.036a1.08 1.08 0 0 0 1.076-1.076L21 15.543a1.06 1.06 0 0 0-1.066-1.066 1.08 1.08 0 0 0-1.076 1.076l-.017 1.825-4.308-4.308a1.085 1.085 0 0 0-1.535.008 1.085 1.085 0 0 0-.007 1.534l4.23 4.23-1.668.016a1.08 1.08 0 0 0-1.076 1.076A1.06 1.06 0 0 0 15.543 21",clipRule:"evenodd"})),Y5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.25 12.542q1.584 2.18 4.017 2.791 2.432-.612 4.016-2.79 1.584-2.18 1.584-4.84v-4.27l-5.6-2.1-5.6 2.1v4.27q0 2.66 1.584 4.84M8 11.333A.667.667 0 0 0 8 10h-.007a.667.667 0 0 0 0 1.333zM7.333 8a.667.667 0 0 0 1.334 0V5.333a.667.667 0 0 0-1.334 0z",clipRule:"evenodd"})),J5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53M12 16a.8.8 0 0 0 0-1.6h-.008a.8.8 0 0 0 0 1.6zm-.8-4a.8.8 0 0 0 1.6 0V8.8a.8.8 0 0 0-1.6 0z",clipRule:"evenodd"})),e6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m6.12-1.08a1.067 1.067 0 0 0 0-2.133h-.01a1.067 1.067 0 0 0 0 2.133zM14.933 16a1.067 1.067 0 0 0 2.134 0v-4.267a1.067 1.067 0 0 0-2.134 0z",clipRule:"evenodd"})),t6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.589 1.009A1 1 0 0 1 1.7 1h3.5a.7.7 0 1 1 0 1.4H2.4v11.2h11.2v-2.8a.7.7 0 1 1 1.4 0v3.5a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7V1.7a.7.7 0 0 1 .589-.691"}),n.createElement("path",{fill:"currentColor",d:"M14.398 1H7.977a.601.601 0 0 0-.192 1.172l3.543 1.19-4.53 4.531a.926.926 0 0 0 1.308 1.31l4.53-4.531 1.192 3.544A.601.601 0 0 0 15 8.024V1.602A.6.6 0 0 0 14.398 1"})),I0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.967 2h9.174a.86.86 0 0 1 .859.86v9.174a.86.86 0 0 1-1.675.274l-1.7-5.062-6.473 6.472a1.323 1.323 0 0 1-1.87-1.87l6.472-6.473-5.062-1.701A.859.859 0 0 1 11.967 2M3 2h5a1 1 0 0 1 0 2H4v16h16v-4a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1",clipRule:"evenodd"})),n6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.677 4.909A3.68 3.68 0 0 1 8 8.587a3.68 3.68 0 0 1-3.678-3.678A3.68 3.68 0 0 1 8 1.233a3.68 3.68 0 0 1 3.677 3.676M8 10.158c3.254 0 5.062.762 6.021 1.788l.014.015c.278.295.707.752.885 1.888a1.004 1.004 0 0 1-.992 1.15H2.072c-.61 0-1.085-.547-.992-1.15.174-1.114.59-1.567.848-1.848l.026-.03c.953-1.038 2.764-1.813 6.046-1.813",clipRule:"evenodd"})),y0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.59 8.595a4.6 4.6 0 0 1-4.596 4.597 4.6 4.6 0 0 1-4.597-4.597A4.6 4.6 0 0 1 11.994 4a4.6 4.6 0 0 1 4.596 4.595m-4.596 6.562c4.068 0 6.328.952 7.527 2.234l.021.023c.346.37.88.943 1.101 2.356a1.254 1.254 0 0 1-1.239 1.439H4.584a1.254 1.254 0 0 1-1.239-1.438c.218-1.396.74-1.962 1.061-2.313l.031-.033c1.191-1.299 3.455-2.268 7.557-2.268",clipRule:"evenodd"})),e1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordHide_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46A11.8 11.8 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"})),t1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordShow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"})),a6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.79 1A1.79 1.79 0 0 0 3 2.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 4.791 1m7.164 0a1.79 1.79 0 0 0-1.791 1.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 11.954 1",clipRule:"evenodd"})),B0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.302 3A2.3 2.3 0 0 0 5 5.302v13.396a2.302 2.302 0 0 0 4.605 0V5.302A2.3 2.3 0 0 0 7.302 3m9.21 0a2.3 2.3 0 0 0-2.303 2.302v13.396a2.302 2.302 0 1 0 4.605 0V5.302A2.3 2.3 0 0 0 16.512 3",clipRule:"evenodd"})),n1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexip_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),a1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexipLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),o6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.733 12.373c-.382.679-1.125 1.154-1.988 1.274-1.66.231-3.792-.788-6.198-3.193-2.94-2.94-3.36-4.993-3.193-6.198.119-.863.595-1.606 1.274-1.988a1.13 1.13 0 0 1 1.532.406l1.293 2.155a1.136 1.136 0 0 1-.171 1.39l-.606.624c.448.728.957 1.345 1.547 1.934a12.6 12.6 0 0 0 1.887 1.558l.675-.621a1.13 1.13 0 0 1 1.386-.168l2.155 1.293c.53.32.71.993.407 1.534"})),M0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.88 17.248c-.459.814-1.35 1.384-2.386 1.528-1.992.278-4.55-.945-7.438-3.831-3.528-3.528-4.03-5.992-3.831-7.438.143-1.035.714-1.927 1.529-2.385a1.356 1.356 0 0 1 1.838.487l1.552 2.586a1.36 1.36 0 0 1-.206 1.668l-.727.749a12.5 12.5 0 0 0 1.857 2.32 15 15 0 0 0 2.264 1.87l.81-.745a1.36 1.36 0 0 1 1.663-.202l2.586 1.552c.638.384.852 1.191.489 1.84"})),l6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.361 9.69c-.2-.714-.02-1.534.48-2.195.963-1.273 3.083-2.022 6.32-2.023 3.958 0 5.621 1.1 6.32 2.022.501.66.68 1.48.48 2.195a1.076 1.076 0 0 1-1.304.758l-2.32-.58a1.08 1.08 0 0 1-.82-1.05l-.012-.828a10 10 0 0 0-2.343-.26c-.793-.001-1.552.072-2.318.22l-.037.873c.002.493-.335.925-.82 1.046l-2.32.58a1.08 1.08 0 0 1-1.306-.758"})),r6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.282 13.967c-.317-1.135-.03-2.438.764-3.49 1.53-2.022 4.9-3.213 10.046-3.214 6.29 0 8.934 1.747 10.046 3.213.796 1.05 1.081 2.355.763 3.49a1.71 1.71 0 0 1-2.073 1.204l-3.688-.921a1.72 1.72 0 0 1-1.304-1.67l-.02-1.316a15.7 15.7 0 0 0-3.723-.414c-1.261 0-2.467.116-3.685.352l-.058 1.387a1.71 1.71 0 0 1-1.303 1.662l-3.688.923a1.717 1.717 0 0 1-2.077-1.206"})),c6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2.603 18.46c-.397-1.42-.039-3.048.955-4.363 1.91-2.528 6.124-4.017 12.557-4.019 7.863 0 11.168 2.184 12.557 4.018.995 1.313 1.352 2.942.954 4.361a2.14 2.14 0 0 1-2.591 1.506l-4.61-1.152a2.15 2.15 0 0 1-1.63-2.087l-.024-1.645c-1.573-.374-3.078-.519-4.655-.517a24 24 0 0 0-4.606.44l-.073 1.733a2.14 2.14 0 0 1-1.629 2.078l-4.61 1.153a2.146 2.146 0 0 1-2.595-1.507"})),s6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.119 1.67a.46.46 0 0 1 .357-.546 5.95 5.95 0 0 1 5.214 1.42 5.95 5.95 0 0 1 1.888 5.062.46.46 0 1 1-.916-.105 5.02 5.02 0 0 0-1.594-4.277 5.03 5.03 0 0 0-4.404-1.197.46.46 0 0 1-.545-.357M12.61 13.08c-.388.69-1.144 1.174-2.023 1.296-1.689.235-3.858-.802-6.306-3.249C1.289 8.136.863 6.047 1.03 4.821c.122-.878.606-1.634 1.297-2.022a1.15 1.15 0 0 1 1.559.413l1.316 2.192a1.156 1.156 0 0 1-.174 1.415l-.617.634c.456.741.974 1.369 1.574 1.968.6.6 1.228 1.118 1.92 1.585l.687-.632a1.15 1.15 0 0 1 1.41-.17l2.193 1.315c.54.325.723 1.01.414 1.56"}),n.createElement("path",{fill:"currentColor",d:"M7.388 3.785a.461.461 0 1 0 .353.853 2.49 2.49 0 0 1 2.625.451c.705.643.974 1.653.69 2.573a.461.461 0 0 0 .88.274 3.42 3.42 0 0 0-.948-3.528 3.42 3.42 0 0 0-3.6-.623"})),S0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.284 4.835a.55.55 0 0 1 .425-.649c2.22-.46 4.54.168 6.207 1.69a7.09 7.09 0 0 1 2.248 6.026.548.548 0 1 1-1.09-.125 5.98 5.98 0 0 0-1.898-5.09 5.98 5.98 0 0 0-5.243-1.427.55.55 0 0 1-.649-.425M17.822 18.418c-.463.823-1.363 1.398-2.408 1.543-2.011.28-4.594-.954-7.508-3.867-3.562-3.56-4.07-6.047-3.868-7.507.144-1.045.72-1.945 1.543-2.408a1.37 1.37 0 0 1 1.856.492l1.566 2.61a1.376 1.376 0 0 1-.207 1.684l-.734.755c.543.882 1.16 1.63 1.874 2.343a15.3 15.3 0 0 0 2.286 1.887l.817-.752a1.37 1.37 0 0 1 1.68-.204l2.61 1.566c.643.388.86 1.203.493 1.858"}),n.createElement("path",{fill:"currentColor",d:"M11.605 7.354a.55.55 0 1 0 .42 1.014 2.97 2.97 0 0 1 3.125.538 2.97 2.97 0 0 1 .82 3.063.55.55 0 0 0 1.05.326 4.07 4.07 0 0 0-1.13-4.2 4.07 4.07 0 0 0-4.285-.741"})),i6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.435.525a.7.7 0 0 1 .99 0l5.05 5.05a.7.7 0 1 1-.99.99l-1.134-1.134-2.938 3.905q.161.516.207 1.044c.106 1.22-.277 2.348-1.064 3.135l-3.04-3.04L4.04 12.95a.7.7 0 0 1-.99-.99l2.475-2.475-3.04-3.04C3.272 5.656 4.4 5.273 5.62 5.38c.35.03.701.1 1.044.208L10.57 2.65 9.435 1.515a.7.7 0 0 1 0-.99",clipRule:"evenodd"})),L0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.145 8.607a7 7 0 0 0-1.473-.279c-1.724-.132-3.325.425-4.45 1.55l4.242 4.243-3.535 3.536a1 1 0 1 0 1.414 1.414l3.536-3.536 4.242 4.243c1.126-1.125 1.683-2.726 1.55-4.45a7 7 0 0 0-.278-1.473l4.21-5.565 1.59 1.589a1 1 0 0 0 1.414-1.415L19.07 4.93l-3.535-3.536a1 1 0 0 0-1.415 1.415l1.589 1.588z",clipRule:"evenodd"})),d6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.087 8.999-8.543 4.876a1.15 1.15 0 0 1-1.721-.999V3.124a1.15 1.15 0 0 1 1.72-.999l8.542 4.877a1.15 1.15 0 0 1 .002 1.997"})),N0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M21.13 13.498 8.317 20.812c-1.152.657-2.582-.174-2.582-1.498V4.686c0-1.324 1.43-2.155 2.58-1.498l12.814 7.314c1.162.662 1.162 2.334.003 2.996"})),m6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.05-6.567a.5.5 0 0 0 0-.866l-2.7-1.559a.5.5 0 0 0-.75.433V9.56a.5.5 0 0 0 .75.433z",clipRule:"evenodd"})),$0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-1.25-6.969 4.5-2.598a.5.5 0 0 0 0-.866l-4.5-2.598a.5.5 0 0 0-.75.433v5.196a.5.5 0 0 0 .75.433",clipRule:"evenodd"})),u6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.8 3.475a.8.8 0 0 0-1.6 0V7.2H3.475a.8.8 0 0 0 0 1.6H7.2v3.725a.8.8 0 1 0 1.6 0V8.8h3.725a.8.8 0 1 0 0-1.6H8.8z",clipRule:"evenodd"})),R0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.071 13a1 1 0 1 0 0-2H13V4.929a1 1 0 1 0-2 0V11H4.929a1 1 0 1 0 0 2h6.07v6.071a1 1 0 1 0 2 0V13z",clipRule:"evenodd"})),_6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.244.636a.5.5 0 0 0-.707.707l.787.787A1.99 1.99 0 0 0 1 4v6a2 2 0 0 0 2 2h9.193l1.754 1.754a.5.5 0 0 0 .708 0 .5.5 0 0 0 0-.707zM3 10.5a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5h.694l6.999 7zm7.333 2.5H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658zM5.022 2H13a2 2 0 0 1 2 2v6c0 .547-.221 1.042-.576 1.403l-1.062-1.062A.5.5 0 0 0 13.5 10V4a.5.5 0 0 0-.5-.5H6.522z",clipRule:"evenodd"})),A0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM4.124 2.24a.625.625 0 0 0-.884.884l1.032 1.032A2.58 2.58 0 0 0 2.5 6.6v8.8A2.6 2.6 0 0 0 5.1 18h13.016l1.969 1.97a.623.623 0 0 0 .884 0 .625.625 0 0 0 0-.884zM5.1 16a.6.6 0 0 1-.6-.6V6.6a.6.6 0 0 1 .6-.6h1.017l9.999 10zM18.9 4H7.652l2 2H18.9a.6.6 0 0 1 .6.6v8.8a.6.6 0 0 1-.115.334l1.422 1.422A2.59 2.59 0 0 0 21.5 15.4V6.6A2.6 2.6 0 0 0 18.9 4"})),f6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m10 9a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm0-7H3v6h10zm-2.667 9H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658z",clipRule:"evenodd"})),H0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM18.9 4H5.1a2.6 2.6 0 0 0-2.6 2.6v8.8A2.6 2.6 0 0 0 5.1 18h13.8a2.6 2.6 0 0 0 2.6-2.6V6.6A2.6 2.6 0 0 0 18.9 4M20 15.4a1.1 1.1 0 0 1-1.1 1.1H5.1A1.1 1.1 0 0 1 4 15.4V6.6a1.1 1.1 0 0 1 1.1-1.1h13.8A1.1 1.1 0 0 1 20 6.6zM5.5 15h13V7h-13z"})),p6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.33 5.845c-.485-.13-.988.145-1.122.614l-.73 2.551-.88-.235 1.46-5.101a.88.88 0 0 0-.635-1.086c-.486-.13-.99.146-1.123.615L9.838 8.304l-.88-.236 1.704-5.951a.88.88 0 0 0-.636-1.085c-.486-.13-.989.146-1.124.616l-1.704 5.95-.88-.235 1.462-5.1a.88.88 0 0 0-.636-1.087c-.486-.13-.99.146-1.124.616l-2.028 7.08c-.107.374-.626.376-.716-.003-.07-.296-.288-1.399-.443-2.19-.092-.474-.556-.79-1.049-.717A.9.9 0 0 0 1 6.846c.003.677.014 1.686.053 2.528.149 3.283 3.498 4.8 5.123 5.235 2.002.536 3.937.598 5.397-.303 1.005-.619 1.8-1.813 2.182-3.146l1.211-4.231a.877.877 0 0 0-.635-1.084"})),h6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M21.947 8.959a1.433 1.433 0 0 0-1.764 1.01l-1.149 4.19-1.382-.386 2.295-8.38a1.45 1.45 0 0 0-1-1.784 1.433 1.433 0 0 0-1.765 1.01L14.887 13l-1.383-.386 2.679-9.778a1.45 1.45 0 0 0-1-1.783 1.433 1.433 0 0 0-1.765 1.01L10.74 11.84l-1.382-.386 2.295-8.381a1.45 1.45 0 0 0-1-1.783 1.43 1.43 0 0 0-1.764 1.01c-.21.772-3.018 11.016-3.186 11.632s-.985.618-1.125-.005c-.11-.485-.453-2.297-.696-3.597a1.455 1.455 0 0 0-1.65-1.178A1.46 1.46 0 0 0 1 10.602c.005 1.113.023 2.77.083 4.154.234 5.393 5.498 7.887 8.05 8.601 3.147.88 6.187.983 8.482-.495 1.58-1.018 2.828-2.979 3.428-5.168l1.905-6.952a1.45 1.45 0 0 0-1-1.783"})),v6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M28.058 11.484c-.926-.273-1.883.305-2.14 1.289l-1.391 5.343-1.676-.492s2.527-9.705 2.782-10.689-.287-2.002-1.213-2.274c-.925-.273-1.883.305-2.139 1.289l-2.782 10.688-1.676-.493 3.247-12.47c.257-.983-.287-2.001-1.212-2.274-.926-.273-1.883.305-2.14 1.289l-3.245 12.467-1.676-.493S15.324 4.96 15.58 3.976s-.285-2.002-1.21-2.274c-.926-.273-1.885.305-2.14 1.289L8.367 17.825c-.204.785-1.193.788-1.364-.006-.134-.618-.549-2.93-.843-4.588-.177-.991-1.061-1.656-2-1.502-.862.14-1.498.924-1.493 1.85.006 1.42.027 3.533.1 5.298.284 6.879 6.664 10.06 9.758 10.97 3.815 1.122 7.499 1.254 10.28-.632 1.915-1.298 3.43-3.799 4.157-6.59l2.308-8.867c.256-.984-.287-2.003-1.212-2.274"})),g6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 3C.895 3 0 3.876 0 4.956v7.088C0 13.124.895 14 2 14h12c1.105 0 2-.876 2-1.956V4.956C16 3.876 15.105 3 14 3zm11.253 4.822h.997a1.9 1.9 0 0 0-.219-.697 1.7 1.7 0 0 0-.437-.515 1.9 1.9 0 0 0-.617-.322 2.5 2.5 0 0 0-.751-.11q-.616 0-1.107.274a1.97 1.97 0 0 0-.78.79q-.285.519-.286 1.258 0 .738.282 1.256.285.519.775.793.492.273 1.116.273.448 0 .803-.13.359-.132.615-.358.26-.227.412-.514a1.7 1.7 0 0 0 .194-.6l-.997-.005a.92.92 0 0 1-.342.563 1 1 0 0 1-.303.148q-.168.05-.367.05-.352 0-.621-.167a1.1 1.1 0 0 1-.42-.497q-.147-.329-.147-.812 0-.47.148-.8.147-.33.416-.502.27-.175.631-.175.201 0 .372.055a1 1 0 0 1 .305.16q.132.103.216.251a.9.9 0 0 1 .112.333M6.208 6.24v4.52H9.36v-.788H7.194v-1.08H9.19v-.787H7.194V7.028h2.157V6.24zM2 10.76V6.24h1.84q.528 0 .902.183.375.18.571.514.2.33.199.78 0 .45-.2.774a1.3 1.3 0 0 1-.624.513l.99 1.756H4.589l-.883-1.602h-.72v1.602zm.986-2.37h.67q.282 0 .469-.075a.55.55 0 0 0 .278-.226.7.7 0 0 0 .093-.373.7.7 0 0 0-.093-.38.57.57 0 0 0-.28-.233 1.2 1.2 0 0 0-.472-.082h-.665z",clipRule:"evenodd"})),O0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 3C1.343 3 0 4.433 0 6.2v11.6C0 19.567 1.343 21 3 21h18c1.657 0 3-1.433 3-3.2V6.2C24 4.433 22.657 3 21 3zm16.879 7.891h1.496a3.3 3.3 0 0 0-.328-1.141 2.7 2.7 0 0 0-.656-.842 2.8 2.8 0 0 0-.925-.527 3.4 3.4 0 0 0-1.128-.181q-.922 0-1.66.448-.738.444-1.168 1.293T15.08 12q0 1.207.423 2.055.427.85 1.162 1.297.738.448 1.673.448.673 0 1.206-.213a2.89 2.89 0 0 0 1.54-1.427q.232-.473.291-.982l-1.496-.008a1.6 1.6 0 0 1-.185.528 1.4 1.4 0 0 1-.328.393 1.4 1.4 0 0 1-.454.243 1.8 1.8 0 0 1-.55.082q-.53 0-.932-.274-.404-.275-.629-.813-.222-.538-.222-1.329 0-.77.222-1.308.222-.54.625-.823.403-.285.946-.286.3 0 .557.09.26.092.458.26.198.17.325.413.126.238.167.545M9.313 8.301V15.7h4.727v-1.29h-3.248v-1.766h2.992v-1.29h-2.992V9.591h3.235V8.3zM3 15.7V8.3h2.76q.793 0 1.353.3.563.296.857.842.297.54.297 1.275 0 .736-.3 1.268a2 2 0 0 1-.935.839l1.485 2.874H6.884l-1.325-2.623h-1.08V15.7zm1.48-3.88h1.003q.424 0 .704-.122a.85.85 0 0 0 .417-.369q.14-.246.14-.61 0-.369-.14-.622a.88.88 0 0 0-.42-.383q-.28-.133-.707-.133h-.998z",clipRule:"evenodd"})),w6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.626 1.631c1.663 0 4.235 1.205 5.595 2.333l.861-2.643A.471.471 0 0 1 15 1.48l-.035 5.078a.474.474 0 0 1-.475.472l-5.037-.035a.476.476 0 0 1-.144-.928l2.312-.784.003.003.456-.156c-1.613-1.218-3.14-1.828-4.454-1.828-2.745 0-4.976 2.248-4.976 5.014s2.23 5.013 4.976 5.013a4.92 4.92 0 0 0 4.624-3.163l.025-.066.026-.072.16-.423a.816.816 0 0 1 1.054-.48c.423.161.604.64.476 1.063l-.053.143C13.089 13.037 10.594 15 7.626 15 3.96 15 1 12.009 1 8.316S3.96 1.63 7.626 1.63"})),P0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.519 3.812c2.138 0 5.445 1.548 7.194 3l1.107-3.4a.606.606 0 0 1 1.18.205l-.045 6.529a.61.61 0 0 1-.61.607l-6.476-.045a.61.61 0 0 1-.596-.517.61.61 0 0 1 .41-.676l2.973-1.008.003.004.587-.201c-2.073-1.567-4.038-2.35-5.727-2.35-3.53 0-6.397 2.89-6.397 6.446s2.868 6.446 6.397 6.446a6.33 6.33 0 0 0 5.945-4.066l.032-.086.033-.093h.002l.204-.543a1.05 1.05 0 0 1 1.356-.617c.543.207.776.823.612 1.367l-.069.183C18.544 18.477 15.335 21 11.52 21 6.806 21 3 17.154 3 12.406s3.806-8.594 8.519-8.594"})),o1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRemoteControl_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A9 9 0 0 1 12 2c2.49 0 4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"})),E6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.006 9.805h-.633l-.224-.216a5.18 5.18 0 0 0 1.257-3.386 5.203 5.203 0 1 0-5.203 5.203 5.18 5.18 0 0 0 3.386-1.257l.216.224v.633L13.807 15 15 13.807zm-4.803 0a3.597 3.597 0 0 1-3.602-3.602 3.597 3.597 0 0 1 3.602-3.602 3.597 3.597 0 0 1 3.602 3.602 3.597 3.597 0 0 1-3.602 3.602"})),V0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"})),x6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 14v-4l6-2-6-2V2l15 6z"})),T0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3 20v-6l8-2-8-2V4l19 8z"})),b6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.571 6.939-1.095-.156a1.11 1.11 0 0 1-.872-.681l-.005-.012a1.12 1.12 0 0 1 .134-1.101l.664-.885a.5.5 0 0 0-.046-.654l-.802-.8a.5.5 0 0 0-.654-.046l-.885.664a1.11 1.11 0 0 1-1.112.129 1.12 1.12 0 0 1-.68-.872l-.157-1.096A.5.5 0 0 0 8.566 1H7.434a.5.5 0 0 0-.495.429l-.157 1.096c-.056.391-.315.72-.68.872l-.012.004a1.12 1.12 0 0 1-1.101-.134l-.885-.664a.5.5 0 0 0-.653.047l-.801.801a.5.5 0 0 0-.047.653l.664.885c.238.318.287.735.134 1.101l-.004.012a1.12 1.12 0 0 1-.872.68l-1.096.157A.5.5 0 0 0 1 7.434v1.133a.5.5 0 0 0 .429.495l1.095.156a1.11 1.11 0 0 1 .877.692c.153.366.104.783-.134 1.101l-.664.885a.5.5 0 0 0 .046.654l.801.801a.5.5 0 0 0 .654.046l.885-.664a1.11 1.11 0 0 1 1.101-.134l.012.005c.365.151.625.481.681.872l.156 1.095a.5.5 0 0 0 .495.429h1.133a.5.5 0 0 0 .495-.429l.156-1.095c.056-.391.315-.721.681-.872l.012-.005a1.12 1.12 0 0 1 1.101.134l.885.664a.5.5 0 0 0 .654-.046l.801-.801a.5.5 0 0 0 .046-.654l-.664-.885A1.11 1.11 0 0 1 12.6 9.91l.005-.012c.151-.365.481-.625.872-.681l1.095-.156A.5.5 0 0 0 15 8.566V7.434a.5.5 0 0 0-.429-.495M8 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5"})),q0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m21.387 10.484-1.565-.224a1.6 1.6 0 0 1-1.246-.972l-.007-.016a1.59 1.59 0 0 1 .192-1.572l.948-1.265a.716.716 0 0 0-.066-.934l-1.144-1.144a.714.714 0 0 0-.934-.066l-1.265.948a1.6 1.6 0 0 1-1.572.192l-.016-.007a1.59 1.59 0 0 1-.972-1.246l-.223-1.565A.715.715 0 0 0 12.809 2h-1.618a.714.714 0 0 0-.707.613l-.224 1.565a1.6 1.6 0 0 1-.972 1.246l-.016.006a1.6 1.6 0 0 1-1.573-.191L6.435 4.29a.714.714 0 0 0-.934.067L4.357 5.501a.714.714 0 0 0-.067.934L5.238 7.7c.34.453.409 1.049.192 1.572l-.006.016a1.59 1.59 0 0 1-1.246.972l-1.565.224a.71.71 0 0 0-.613.707v1.618c0 .356.261.657.613.707l1.565.224c.559.08 1.03.451 1.246.972l.007.016a1.59 1.59 0 0 1-.192 1.572l-.949 1.265a.716.716 0 0 0 .066.934L5.5 19.643c.251.251.649.28.934.066l1.265-.948a1.6 1.6 0 0 1 1.572-.192l.016.007c.522.216.892.687.972 1.246l.224 1.565a.715.715 0 0 0 .708.613h1.618a.71.71 0 0 0 .707-.613l.224-1.565c.08-.559.451-1.03.972-1.246l.016-.007a1.59 1.59 0 0 1 1.572.192l1.265.948a.716.716 0 0 0 .934-.066l1.144-1.144a.714.714 0 0 0 .066-.934l-.948-1.264a1.59 1.59 0 0 1-.192-1.572l.007-.016a1.59 1.59 0 0 1 1.246-.972l1.565-.224a.715.715 0 0 0 .613-.708v-1.618a.71.71 0 0 0-.613-.707M12 15.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5"})),k6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.347 4.478.47.067a.214.214 0 0 1 .183.212v.486a.214.214 0 0 1-.183.212l-.47.067a.48.48 0 0 0-.376.297.48.48 0 0 0 .058.471l.284.38a.214.214 0 0 1-.02.28l-.343.343a.215.215 0 0 1-.28.02l-.38-.285a.48.48 0 0 0-.471-.057l-.005.002a.48.48 0 0 0-.292.374l-.067.47a.214.214 0 0 1-.212.183h-.486a.214.214 0 0 1-.212-.184l-.067-.47a.48.48 0 0 0-.291-.373l-.006-.002a.48.48 0 0 0-.471.057l-.38.285a.214.214 0 0 1-.28-.02l-.343-.343a.215.215 0 0 1-.02-.28l.285-.38a.48.48 0 0 0 .055-.476.48.48 0 0 0-.374-.292l-.47-.067A.214.214 0 0 1 9 5.243v-.486c0-.106.078-.197.184-.212l.47-.067a.48.48 0 0 0 .373-.291l.002-.006a.48.48 0 0 0-.057-.471l-.285-.38a.214.214 0 0 1 .02-.28l.343-.343a.214.214 0 0 1 .28-.02l.38.285a.48.48 0 0 0 .471.057h.003l.003-.002a.48.48 0 0 0 .291-.373l.067-.47A.214.214 0 0 1 11.757 2h.486c.106 0 .197.078.212.184l.067.47a.48.48 0 0 0 .296.375.48.48 0 0 0 .472-.057l.38-.285a.214.214 0 0 1 .28.02l.343.343a.215.215 0 0 1 .02.28l-.285.38a.48.48 0 0 0-.057.471l.002.006a.48.48 0 0 0 .374.291M10.929 5a1.071 1.071 0 1 0 2.142 0 1.071 1.071 0 0 0-2.142 0M7.98 5H2.031C.911 5 0 5.934 0 7.083v5.834C0 14.066.911 15 2.031 15h8.938c1.12 0 2.031-.934 2.031-2.083V9.259q-.341.056-.697.056A4.32 4.32 0 0 1 7.98 5m.437 3.645a1.993 1.993 0 0 1-1.99 1.991 1.993 1.993 0 0 1-1.991-1.99c0-1.098.893-1.991 1.99-1.991 1.098 0 1.991.893 1.991 1.99m-1.99 2.843c1.762 0 2.74.412 3.26.967l.01.01c.149.16.38.408.476 1.02a.543.543 0 0 1-.537.624H3.217a.543.543 0 0 1-.537-.623c.095-.604.32-.85.46-1.002l.013-.014c.516-.563 1.497-.982 3.274-.982",clipRule:"evenodd"})),W0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.125 7h8.894A6.5 6.5 0 0 0 20 12.826v6.049A3.13 3.13 0 0 1 16.875 22H3.125A3.13 3.13 0 0 1 0 18.875v-8.75A3.13 3.13 0 0 1 3.125 7m6.539 7.987a2.997 2.997 0 0 0 2.994-2.994A2.997 2.997 0 0 0 9.664 9a2.997 2.997 0 0 0-2.994 2.993 2.997 2.997 0 0 0 2.994 2.994m4.903 2.735c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.692 1.506-.076.49.311.937.808.937h9.652a.817.817 0 0 0 .807-.937c-.143-.92-.491-1.293-.716-1.535z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"m22.724 5.818-.704-.1a.72.72 0 0 1-.564-.446.72.72 0 0 1 .087-.708l.427-.569a.32.32 0 0 0-.03-.42l-.516-.514a.32.32 0 0 0-.42-.03l-.569.427a.72.72 0 0 1-.715.083.72.72 0 0 1-.437-.56l-.1-.705a.32.32 0 0 0-.32-.276h-.727a.32.32 0 0 0-.318.276l-.101.704a.72.72 0 0 1-.437.56q-.004.003-.008.003a.72.72 0 0 1-.708-.086l-.569-.426a.32.32 0 0 0-.42.03l-.514.515a.32.32 0 0 0-.03.42l.426.568a.72.72 0 0 1 .086.708l-.002.008a.72.72 0 0 1-.56.437l-.705.1a.32.32 0 0 0-.276.32v.728c0 .16.118.295.276.318l.704.1a.72.72 0 0 1 .563.445.72.72 0 0 1-.086.708l-.427.569a.32.32 0 0 0 .03.42l.515.515a.32.32 0 0 0 .42.03l.57-.427a.72.72 0 0 1 .707-.086q.004 0 .008.003c.235.097.402.309.438.56l.1.704a.32.32 0 0 0 .318.276h.729c.16 0 .295-.118.318-.276l.1-.704a.72.72 0 0 1 .438-.56l.008-.004a.72.72 0 0 1 .707.087l.57.427a.32.32 0 0 0 .42-.03l.515-.515a.32.32 0 0 0 .03-.42l-.428-.57a.72.72 0 0 1-.086-.707l.003-.008a.72.72 0 0 1 .56-.438l.705-.1A.32.32 0 0 0 23 6.864v-.728a.32.32 0 0 0-.276-.318M18.5 8.108a1.607 1.607 0 1 1 0-3.215 1.607 1.607 0 0 1 0 3.214"})),C6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3.8 3A2.8 2.8 0 0 0 1 5.8v4.667a2.8 2.8 0 0 0 2.8 2.8h3.57V8.2L5.092 9.504c-.179.104-.398.042-.515-.146a.53.53 0 0 1 .043-.61l3.09-3.562a.382.382 0 0 1 .58 0l3.09 3.562c.142.163.16.421.043.61-.116.185-.334.25-.514.146L8.63 8.2v5.067h3.57a2.8 2.8 0 0 0 2.8-2.8V5.8A2.8 2.8 0 0 0 12.2 3z"})),D0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6 5a4 4 0 0 0-4 4v7a4 4 0 0 0 4 4h5.1v-7.403l-3.255 1.906c-.255.152-.568.06-.735-.214a.78.78 0 0 1 .062-.89l4.414-5.205a.538.538 0 0 1 .827 0l4.415 5.204a.78.78 0 0 1 .062.89c-.165.272-.477.366-.735.215L12.9 12.597V20H18a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4z"})),z6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),j0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.263 18.013Q8.525 21.124 12 22q3.476-.875 5.738-3.988T20 11.1V5l-8-3-8 3v6.1q0 3.8 2.263 6.913m9.34-9.807a.703.703 0 1 1 .995.996l-5.592 5.591a.704.704 0 0 1-.996 0L7.207 11.99a.703.703 0 1 1 .995-.996l2.306 2.307z",clipRule:"evenodd"})),I6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.872 1.966 2.792.912L1.58 12.673a.943.943 0 0 0 0 1.363 1.01 1.01 0 0 0 1.402 0L13.066 4.24l.938 2.712c.08.232.325.373.567.333a.5.5 0 0 0 .43-.49V1.496A.503.503 0 0 0 14.488 1H9.035a.51.51 0 0 0-.505.416c-.04.24.104.473.342.55m5.133 7.08-.938 2.713-2.835-2.754a1.01 1.01 0 0 0-1.402 0 .943.943 0 0 0 0 1.362l2.835 2.754-2.792.912a.5.5 0 0 0-.342.55c.04.242.254.417.503.417h5.455c.283 0 .51-.222.51-.496v-5.3a.5.5 0 0 0-.428-.49.51.51 0 0 0-.566.333M1.287 1.686a.944.944 0 0 0 .007 1.362l3.93 3.778c.39.374 1.018.371 1.403-.007a.944.944 0 0 0-.007-1.363L2.69 1.677a1.01 1.01 0 0 0-1.403.008",clipRule:"evenodd"})),F0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m13.121 4.312 3.59 1.237L3.746 18.842a1.33 1.33 0 0 0 0 1.85 1.25 1.25 0 0 0 1.803 0L18.514 7.396l1.206 3.681a.66.66 0 0 0 .728.452.67.67 0 0 0 .552-.665V3.673A.664.664 0 0 0 20.343 3H13.33a.664.664 0 0 0-.649.565.675.675 0 0 0 .44.747m6.6 9.608-1.207 3.681-3.644-3.737a1.25 1.25 0 0 0-1.803 0 1.33 1.33 0 0 0 0 1.849l3.644 3.737-3.589 1.237a.68.68 0 0 0-.44.747.66.66 0 0 0 .648.566h7.013c.363 0 .657-.3.657-.673v-7.192a.67.67 0 0 0-.551-.666.655.655 0 0 0-.728.451M3.369 3.93a1.33 1.33 0 0 0 .01 1.849l5.052 5.126c.5.508 1.308.504 1.803-.01a1.33 1.33 0 0 0-.01-1.849L5.173 3.92a1.253 1.253 0 0 0-1.803.01",clipRule:"evenodd"})),y6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.037 1.636a.5.5 0 0 1 .707 0l12.408 12.411a.5.5 0 0 1-.707.707l-1.02-1.021a7 7 0 0 1-.637.524.599.599 0 1 1-.702-.972 3 3 0 0 0 .324-.283q.072-.07.146-.138l-1.473-1.473a4.3 4.3 0 0 1-.929.616.6.6 0 0 1-.509-1.087c.216-.101.409-.233.592-.376L7.5 7.807v5.526a.666.666 0 0 1-1.2.4l-2.27-3.028-2.19-.438A1.67 1.67 0 0 1 .5 8.633V7.366c0-.794.561-1.478 1.34-1.634l2.189-.438.411-.548-2.403-2.403a.5.5 0 0 1 0-.707M14.8 8c0 1.19-.34 2.339-.94 3.338l.874.874A7.7 7.7 0 0 0 16 8a7.75 7.75 0 0 0-3.21-6.257.599.599 0 1 0-.702.972A6.54 6.54 0 0 1 14.8 8M6.833 2c.369 0 .667.298.667.667v2.311L5.652 3.13l.648-.863A.67.67 0 0 1 6.833 2m4.681 6a3.25 3.25 0 0 0-1.869-2.92.6.6 0 0 1 .509-1.087A4.45 4.45 0 0 1 12.714 8c0 .631-.139 1.243-.391 1.802l-.933-.933q.122-.421.124-.869",clipRule:"evenodd"})),U0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.021 4.045a.625.625 0 0 1 .884 0L20.418 19.56a.625.625 0 0 1-.884.884l-1.276-1.276a9 9 0 0 1-.796.655.75.75 0 1 1-.878-1.216c.146-.106.274-.23.403-.353q.09-.087.184-.173l-1.842-1.842a5.3 5.3 0 0 1-1.16.77.751.751 0 0 1-.638-1.359c.27-.126.511-.29.74-.47l-3.42-3.42v6.907a.833.833 0 0 1-1.5.5l-2.839-3.784-2.737-.547A2.084 2.084 0 0 1 2.1 12.792v-1.584c0-.993.701-1.848 1.675-2.043l2.737-.547.513-.684L4.021 4.93a.625.625 0 0 1 0-.884M19.975 12a8.1 8.1 0 0 1-1.175 4.173l1.093 1.093A9.63 9.63 0 0 0 21.476 12a9.69 9.69 0 0 0-4.013-7.822.75.75 0 1 0-.878 1.216A8.18 8.18 0 0 1 19.975 12m-9.958-7.5c.46 0 .833.373.833.833v2.89l-2.31-2.31.81-1.08a.83.83 0 0 1 .667-.333m5.85 7.5a4.06 4.06 0 0 0-2.336-3.65.75.75 0 1 1 .638-1.358 5.56 5.56 0 0 1 3.2 5.01c0 .787-.175 1.553-.49 2.251l-1.167-1.167c.1-.35.155-.714.155-1.086",clipRule:"evenodd"})),B6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2"})),G0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.017 4.5a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833"})),M6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconSpeakerOn_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.953 1.878a.6.6 0 0 1 .837-.135A7.75 7.75 0 0 1 16 8a7.75 7.75 0 0 1-3.21 6.257.599.599 0 1 1-.702-.972A6.54 6.54 0 0 0 14.8 8a6.54 6.54 0 0 0-2.712-5.285.6.6 0 0 1-.135-.837M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2m3.322 1.993a.6.6 0 0 0-.51 1.087A3.25 3.25 0 0 1 11.514 8a3.25 3.25 0 0 1-1.869 2.92.6.6 0 0 0 .509 1.087A4.45 4.45 0 0 0 12.714 8a4.45 4.45 0 0 0-2.559-4.007",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconSpeakerOn_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),X0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.415 4.347a.75.75 0 0 1 1.047-.169A9.69 9.69 0 0 1 21.475 12a9.68 9.68 0 0 1-4.013 7.822.75.75 0 1 1-.878-1.216A8.17 8.17 0 0 0 19.975 12a8.18 8.18 0 0 0-3.39-6.606.75.75 0 0 1-.17-1.047m-6.398.153a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833m4.151 2.491a.75.75 0 1 0-.637 1.359A4.06 4.06 0 0 1 15.867 12a4.06 4.06 0 0 1-2.336 3.65.75.75 0 0 0 .637 1.36 5.56 5.56 0 0 0 3.2-5.01 5.56 5.56 0 0 0-3.2-5.009",clipRule:"evenodd"})),S6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconSpotlight_16__a)"},n.createElement("path",{d:"M0 1.455v2.181h1.455V1.455h2.181V0H1.455A1.4 1.4 0 0 0 .427.427 1.4 1.4 0 0 0 0 1.455M1.455 16h2.181v-1.454H1.455v-2.182H0v2.182q0 .6.427 1.027A1.4 1.4 0 0 0 1.455 16M12.364 14.546V16h2.182a1.4 1.4 0 0 0 1.027-.427A1.4 1.4 0 0 0 16 14.546v-2.182h-1.454v2.182zM14.546 1.455v2.181H16V1.455a1.4 1.4 0 0 0-.427-1.028A1.4 1.4 0 0 0 14.546 0h-2.182v1.455zM8 8.308a2.33 2.33 0 0 0 2.32-2.336A2.33 2.33 0 0 0 8 3.636a2.33 2.33 0 0 0-2.32 2.336A2.33 2.33 0 0 0 8 8.308M11.791 10.427c-.604-.65-1.742-1.133-3.791-1.133-2.066 0-3.206.492-3.806 1.15l-.016.017c-.162.178-.424.466-.534 1.173-.06.382.24.73.624.73h7.464a.634.634 0 0 0 .624-.73c-.11-.717-.38-1.007-.554-1.195z"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconSpotlight_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),Q0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 3v3h2V3h3V1H3q-.824 0-1.412.587A1.93 1.93 0 0 0 1 3M3 23h3v-2H3v-3H1v3q0 .824.587 1.413Q2.176 23 3 23M18 21v2h3q.824 0 1.413-.587Q23 21.825 23 21v-3h-2v3zM21 3v3h2V3q0-.824-.587-1.412A1.93 1.93 0 0 0 21 1h-3v2zM12 12.423c1.76 0 3.19-1.44 3.19-3.212C15.19 7.441 13.757 6 12 6S8.81 7.44 8.81 9.211c0 1.772 1.43 3.212 3.19 3.212M17.213 15.338c-.83-.894-2.396-1.558-5.213-1.558-2.84 0-4.409.676-5.233 1.581l-.022.024c-.223.244-.584.639-.735 1.612A.873.873 0 0 0 6.868 18h10.264c.528 0 .94-.478.858-1.003-.153-.986-.523-1.385-.762-1.643z"})),L6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.773 5.86-4.28-.622L8.579 1.36a.646.646 0 0 0-1.158 0L5.507 5.238l-4.28.622a.646.646 0 0 0-.358 1.102l3.097 3.019-.731 4.263a.646.646 0 0 0 .937.681L8 12.912l3.828 2.013a.646.646 0 0 0 .937-.681l-.731-4.263 3.097-3.019a.646.646 0 0 0-.358-1.102"})),K0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m21.676 8.943-6.114-.888-2.734-5.54a.923.923 0 0 0-1.655 0l-2.734 5.54-6.115.888a.923.923 0 0 0-.511 1.574l4.424 4.313-1.044 6.09a.923.923 0 0 0 1.339.973L12 19.017l5.469 2.875a.923.923 0 0 0 1.339-.973l-1.044-6.09 4.424-4.313a.922.922 0 0 0-.512-1.573"})),N6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M5.9 5.2a.7.7 0 0 0-.7.7v4.2a.7.7 0 0 0 .7.7h4.2a.7.7 0 0 0 .7-.7V5.9a.7.7 0 0 0-.7-.7z",clipRule:"evenodd"})),Z0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z",clipRule:"evenodd"})),$6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.588 1.139c-2.812.553-5.04 2.877-5.495 5.707-.527 3.277 1.242 6.214 3.945 7.482a1.244 1.244 0 0 0 2.489-.053 1.25 1.25 0 0 0-2.137-.88A6.03 6.03 0 0 1 2.345 10h1.082a5.04 5.04 0 0 0 1.927 2.227 2.23 2.23 0 0 1 2.766.76 5 5 0 0 0 4.454-2.988h1.334c.495 0 .913-.362.996-.85Q14.999 8.589 15 8a7.01 7.01 0 0 0-8.412-6.861M5.143 6.893a.893.893 0 1 1 1.786 0 .893.893 0 0 1-1.786 0m5.113 3.371c-.036.039-.89.965-2.256.965s-2.22-.925-2.256-.964a.501.501 0 0 1 .74-.673c.005.004.604.637 1.516.637s1.51-.633 1.517-.639a.501.501 0 0 1 .739.674m-.292-2.478a.893.893 0 1 1 0-1.787.893.893 0 0 1 0 1.787M12.899 7A5 5 0 0 0 3.1 7H2.08v-.002c.408-2.51 2.455-4.537 4.968-4.925A6.006 6.006 0 0 1 13.909 7z"})),Y0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.078 1.008c-5.243.207-9.642 4.433-10.046 9.664-.351 4.545 2.216 8.536 6.018 10.321a1.87 1.87 0 0 0 3.742-.081 1.874 1.874 0 0 0-3.208-1.317A9.05 9.05 0 0 1 4.018 14.5h1.619a7.54 7.54 0 0 0 2.881 3.347c.425-.198.898-.31 1.399-.31 1.149 0 2.161.577 2.77 1.454a7.5 7.5 0 0 0 6.682-4.491h1.997c.722 0 1.356-.511 1.48-1.223q.153-.867.154-1.777C23 5.57 18.059.773 12.078 1.008M8.214 9.839a1.339 1.339 0 1 1 2.678 0 1.339 1.339 0 0 1-2.678 0m7.67 5.057c-.053.059-1.335 1.448-3.384 1.448s-3.331-1.389-3.384-1.448a.75.75 0 1 1 1.111-1.007c.006.006.904.955 2.272.955s2.267-.949 2.275-.958a.754.754 0 0 1 1.058-.043.745.745 0 0 1 .052 1.053m-.438-3.717a1.339 1.339 0 1 1 0-2.678 1.339 1.339 0 0 1 0 2.678M19.849 10A7.5 7.5 0 0 0 12.5 4a7.5 7.5 0 0 0-7.349 6H3.622v-.003c.614-3.772 3.676-6.803 7.453-7.387 5.066-.782 9.496 2.694 10.289 7.39z"})),R6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_16",viewBox:"0 0 15 14","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.7 3.526h-1.417a1.9 1.9 0 0 0 .117-.631C11.4 1.846 10.529 1 9.45 1c-.682 0-1.274.341-1.625.853l-.325.423-.325-.43A1.97 1.97 0 0 0 5.55 1C4.471 1 3.6 1.846 3.6 2.895c0 .22.046.436.117.631H2.3c-.721 0-1.293.562-1.293 1.263L1 11.737c0 .7.579 1.263 1.3 1.263h10.4c.722 0 1.3-.562 1.3-1.263V4.789c0-.7-.578-1.263-1.3-1.263M9.45 2.263c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m-3.9 0c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m7.15 9.474H2.3v-1.263h10.4zm0-3.158H2.3v-3.79h3.302L4.25 6.577l1.053.739L6.85 5.269l.65-.858.65.858 1.547 2.047 1.053-.74L9.398 4.79H12.7z"})),J0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_24",viewBox:"0 0 21 19","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.2 4.368h-1.962c.099-.26.162-.547.162-.842C16.4 2.128 15.194 1 13.7 1c-.945 0-1.764.455-2.25 1.137L11 2.7l-.45-.573A2.76 2.76 0 0 0 8.3 1C6.806 1 5.6 2.128 5.6 3.526c0 .295.063.581.162.842H3.8c-.999 0-1.791.75-1.791 1.685L2 15.316C2 16.25 2.801 17 3.8 17h14.4c.999 0 1.8-.75 1.8-1.684V6.053c0-.935-.801-1.685-1.8-1.685m-4.5-1.684c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m-5.4 0c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m9.9 12.632H3.8v-1.684h14.4zm0-4.21H3.8V6.052h4.572L6.5 8.436l1.458.985L10.1 6.693l.9-1.146.9 1.146 2.142 2.728 1.458-.985-1.872-2.383H18.2z"})),l1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2m4 0v12h4V3z"})),r1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 21h4V9H1zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73z"})),A6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 1.966C5 1.432 5.432 1 5.965 1h5.07a.966.966 0 0 1 0 1.931H9.5v1.536c2.56.454 4.5 2.62 4.5 5.223C14 12.623 11.538 15 8.5 15S3 12.623 3 9.69c0-2.604 1.94-4.77 4.5-5.223V2.93H5.965A.966.966 0 0 1 5 1.966m7.498 5.474-2.73 2.597c-.25.238-.59.326-.905.273a1.04 1.04 0 0 1-.675-.413.97.97 0 0 1-.153-.832c.075-.273.27-.517.56-.65l3.463-1.583c.396-.18.752.31.44.608",clipRule:"evenodd"})),ea=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.09 2.517C7.09 1.68 7.77 1 8.609 1h7.784a1.517 1.517 0 1 1 0 3.034H8.608c-.838 0-1.517-.679-1.517-1.517m3.865 3.93C6.998 7.162 4 10.566 4 14.656 4 19.264 7.806 23 12.5 23s8.5-3.736 8.5-8.345c0-4.09-2.998-7.494-6.954-8.207V4.035h-3.091zm7.723 4.673L14.46 15.2a1.62 1.62 0 0 1-1.399.431 1.6 1.6 0 0 1-1.043-.65 1.54 1.54 0 0 1-.235-1.307c.116-.43.415-.812.864-1.02L18 10.164c.612-.283 1.162.489.68.956",clipRule:"evenodd"})),H6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.542 1c-1.182 0-2.315.47-3.151 1.305L3.095 6.601a.64.64 0 0 0-.186.45v5.14l-1.723 1.723a.636.636 0 1 0 .9.9l1.718-1.718h5.15c.17 0 .332-.067.451-.187l4.29-4.301A4.457 4.457 0 0 0 10.541 1m1.71 2.742a.69.69 0 0 1 0 .975L8.328 8.631h2.219a.636.636 0 1 1 0 1.273H7.05L5.209 11.74c-.059.063-.09.094-.12.094H4.22c-.068 0-.124 0-.124-.062v-.743c0-.062.01-.103.092-.185l7.089-7.103a.69.69 0 0 1 .975 0",clipRule:"evenodd"})),ta=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.632 2c-1.689 0-3.308.67-4.502 1.865L4.993 10a.9.9 0 0 0-.266.643v7.343l-2.46 2.461a.909.909 0 1 0 1.285 1.286l2.453-2.454h7.359a.9.9 0 0 0 .643-.267l6.127-6.145A6.367 6.367 0 0 0 15.632 2m2.443 3.917a.985.985 0 0 1 0 1.393l-5.607 5.592h3.168a.91.91 0 1 1 0 1.818h-4.992l-2.632 2.624c-.083.09-.128.135-.172.135H6.601c-.097 0-.177 0-.177-.089v-1.062c0-.088.016-.147.132-.264h.001L16.682 5.916a.985.985 0 0 1 1.393 0",clipRule:"evenodd"})),O6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M5.9 2.3v.1H1.7a.7.7 0 1 0 0 1.4h12.6a.7.7 0 1 0 0-1.4h-4.2v-.1a2 2 0 0 0-2-2h-.2a2 2 0 0 0-2 2"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.6 5.2H2.4v8.5a2 2 0 0 0 2 2h7.2a2 2 0 0 0 2-2zM7.3 8a.7.7 0 1 0-1.4 0v4.9a.7.7 0 1 0 1.4 0zm2.1-.7a.7.7 0 0 1 .7.7v4.9a.7.7 0 0 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),na=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 6H3a1 1 0 0 1 0-2h6V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h6a1 1 0 1 1 0 2zm5 2H4v13a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-9 4a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1",clipRule:"evenodd"})),P6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.907 6.385V4.077c0-1.052.821-1.908 1.91-1.908s1.91.856 1.91 1.908v.461H15v-.461C15 2.378 13.574 1 11.817 1S8.634 2.378 8.634 4.077v2.308z"}),n.createElement("path",{fill:"currentColor",d:"M2.637 6.385A.626.626 0 0 0 2 7v7.385c0 .34.285.615.637.615h9.23a.626.626 0 0 0 .637-.615V7a.626.626 0 0 0-.637-.615z"})),aa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.165 9.462V5.835c0-1.653 1.263-2.998 2.938-2.998s2.938 1.345 2.938 2.998v.725H22v-.725C22 3.166 19.806 1 17.103 1s-4.897 2.166-4.897 4.835v3.627z"}),n.createElement("path",{fill:"currentColor",d:"M2.98 9.462c-.542 0-.98.432-.98.967v11.604c0 .534.438.967.98.967h14.2c.541 0 .98-.433.98-.967V10.429a.973.973 0 0 0-.98-.967z"})),V6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.417 1.661a.5.5 0 0 0-.707.707l1.723 1.723A1.995 1.995 0 0 0 1 6v4a2 2 0 0 0 2 2h7c.09 0 .177-.014.264-.028l.042-.007 2.815 2.815a.5.5 0 0 0 .707-.707zM12 10V6a2 2 0 0 0-2-2H5.17l6.698 6.698c.081-.218.132-.451.132-.698m1-3.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),T6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.567 4.076a.625.625 0 0 0-.884.884l2.154 2.154A2.49 2.49 0 0 0 3.046 9.5v4.99a2.5 2.5 0 0 0 2.5 2.5h8.75a2.4 2.4 0 0 0 .382-.034l3.518 3.518a.625.625 0 0 0 .884-.884zM16.796 14.5v-5a2.5 2.5 0 0 0-2.5-2.5H8.258l8.373 8.373c.101-.273.165-.565.165-.873m1.25-4.375 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),q6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.09 5.577a.834.834 0 0 0-1.18 1.179l2.873 2.872a3.32 3.32 0 0 0-2.388 3.181v6.654a3.333 3.333 0 0 0 3.333 3.333h11.667c.176 0 .341-.019.51-.045l4.69 4.69a.834.834 0 0 0 1.178-1.178zm17.638 13.899v-6.667a3.333 3.333 0 0 0-3.333-3.333h-8.05L21.507 20.64c.135-.364.22-.753.22-1.164m1.667-5.833 3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64l-3.633-3.028z",clipRule:"evenodd"})),W6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 4h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m10 2.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),D6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.65 7h8.75a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5H5.65a2.5 2.5 0 0 1-2.5-2.5v-5A2.5 2.5 0 0 1 5.65 7m12.5 3.125 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),j6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.533 9.333H19.2a3.333 3.333 0 0 1 3.333 3.334v6.666a3.333 3.333 0 0 1-3.333 3.334H7.533A3.333 3.333 0 0 1 4.2 19.333v-6.666a3.333 3.333 0 0 1 3.333-3.334M24.2 13.5l3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64L24.2 18.5z",clipRule:"evenodd"})),F6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.947 3.061a2.763 2.763 0 1 1-5.527 0 2.763 2.763 0 0 1 5.527 0m-1.274 0a1.488 1.488 0 1 1-2.976 0 1.488 1.488 0 0 1 2.976 0M3.026 2.51h-.11A1.916 1.916 0 0 0 1 4.426v6.485c0 1.058.858 1.915 1.916 1.915h10.168A1.916 1.916 0 0 0 15 10.91V4.425a1.916 1.916 0 0 0-1.916-1.915h-.075l-.035-.001h-.368a.553.553 0 0 0 0 1.105h.17v.001h.308a.81.81 0 0 1 .81.81v6.485a.81.81 0 0 1-.81.81H2.916a.81.81 0 0 1-.81-.81V4.425a.81.81 0 0 1 .81-.81h.31v-.001h.537a.553.553 0 0 0 0-1.105zm2.948 11.053h4.052l.535 1.604a.46.46 0 0 1-.437.607H5.876a.46.46 0 0 1-.437-.607zm2.763-10.5a.553.553 0 1 1-1.105 0 .553.553 0 0 1 1.105 0m-4.62 1.657c.349 0 .66.207.855.497A3.87 3.87 0 0 0 8.185 6.93c1.39 0 2.609-.733 3.29-1.834a.76.76 0 0 1 .636-.377.68.68 0 0 1 .679.68v3.815a1.4 1.4 0 0 1-1.4 1.4H4.61a1.4 1.4 0 0 1-1.4-1.4v-3.59c0-.5.406-.905.906-.905",clipRule:"evenodd"})),oa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.053 4.947a.79.79 0 1 1-1.58 0 .79.79 0 0 1 1.58 0"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.21 4.947a3.948 3.948 0 1 1-7.895 0 3.948 3.948 0 0 1 7.895 0m-1.82 0a2.126 2.126 0 1 1-4.251 0 2.126 2.126 0 0 1 4.25 0",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"m4.894 4.158-.042.001h-.115A2.737 2.737 0 0 0 2 6.896v9.263a2.737 2.737 0 0 0 2.737 2.737h14.526A2.737 2.737 0 0 0 22 16.159V6.896a2.737 2.737 0 0 0-2.737-2.737h-.116l-.041-.001h-.527a.79.79 0 0 0 0 1.579h.244v.001h.44c.64 0 1.158.518 1.158 1.158v9.263c0 .64-.518 1.158-1.158 1.158H4.737a1.16 1.16 0 0 1-1.158-1.158V6.896c0-.64.518-1.158 1.158-1.158h.441v-.001h.769a.79.79 0 1 0 0-1.579zM9.105 19.949h5.79l.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866z"}),n.createElement("path",{fill:"currentColor",d:"M6.452 7.316c.5 0 .943.295 1.222.71a5.52 5.52 0 0 0 4.59 2.448 5.52 5.52 0 0 0 4.701-2.62c.198-.318.533-.538.907-.538a.97.97 0 0 1 .97.97v5.451a2 2 0 0 1-2 2H7.159a2 2 0 0 1-2-2V8.61c0-.715.58-1.294 1.294-1.294"})),U6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.227 4.364h6.046q-.06.293-.061.606a3.03 3.03 0 0 0 4.243 2.778v3.813c0 1.044-.85 1.893-1.895 1.893H3.227a1.896 1.896 0 0 1-1.894-1.893V6.258c0-1.045.85-1.894 1.894-1.894m3.963 4.84c1.001 0 1.815-.814 1.815-1.814S8.19 5.576 7.19 5.576s-1.814.813-1.814 1.814c0 1 .814 1.814 1.814 1.814m2.972 1.658c-.474-.506-1.366-.882-2.972-.882-1.62 0-2.513.383-2.983.895l-.012.013c-.127.139-.333.362-.419.913a.495.495 0 0 0 .49.568h5.85c.3 0 .535-.27.488-.568-.087-.558-.297-.784-.434-.93z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M12.242 2.545a2.424 2.424 0 1 0 0 4.849 2.424 2.424 0 0 0 0-4.849m1.288 3.132a.26.26 0 0 1-.352.102l-1.06-.582a.26.26 0 0 1-.135-.227V3.238a.26.26 0 0 1 .52 0v1.578l.925.508a.26.26 0 0 1 .102.353"})),la=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("circle",{cx:17.6,cy:7.6,r:3.6,fill:"currentColor"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.84 6.546h9.07q-.091.44-.092.909a4.546 4.546 0 0 0 6.364 4.167v5.719a2.844 2.844 0 0 1-2.841 2.84H4.84A2.844 2.844 0 0 1 2 17.342V9.386a2.844 2.844 0 0 1 2.84-2.84m5.946 7.26a2.724 2.724 0 0 0 2.72-2.721c0-1.5-1.22-2.721-2.72-2.721s-2.723 1.22-2.723 2.72a2.725 2.725 0 0 0 2.723 2.723m4.456 2.487c-.71-.76-2.048-1.323-4.457-1.323-2.428 0-3.77.574-4.474 1.343l-.018.02c-.191.207-.5.543-.629 1.37a.743.743 0 0 0 .734.85h8.775a.743.743 0 0 0 .734-.851c-.13-.837-.447-1.176-.652-1.396z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M18.364 3.818a3.636 3.636 0 1 0 0 7.273 3.636 3.636 0 0 0 0-7.273m1.932 4.697a.39.39 0 0 1-.53.154l-1.59-.873a.39.39 0 0 1-.202-.341V4.857a.39.39 0 0 1 .78 0v2.367l1.387.763a.39.39 0 0 1 .155.528"})),G6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.278 12.867c0 .626-.507 1.133-1.133 1.133h-.012a1.133 1.133 0 1 1 0-2.267h.012c.626 0 1.133.508 1.133 1.134m-1.133-3.4A1.133 1.133 0 0 1 7.01 8.333v-5.2a1.133 1.133 0 0 1 2.267 0v5.2c0 .626-.507 1.134-1.133 1.134",clipRule:"evenodd"})),ra=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.417 19.3a1.7 1.7 0 0 1-1.7 1.7H11.7a1.7 1.7 0 1 1 0-3.4h.017a1.7 1.7 0 0 1 1.7 1.7m-1.7-5.1a1.7 1.7 0 0 1-1.7-1.7V4.7a1.7 1.7 0 1 1 3.4 0v7.8a1.7 1.7 0 0 1-1.7 1.7",clipRule:"evenodd"})),X6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7.7 2.8a.7.7 0 0 1-.7.7h-.007a.7.7 0 1 1 0-1.4H8a.7.7 0 0 1 .7.7M8 8.7a.7.7 0 0 1-.7-.7V5.2a.7.7 0 1 1 1.4 0V8a.7.7 0 0 1-.7.7",clipRule:"evenodd"})),ca=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m11 4a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H12a1 1 0 0 1 1 1m-1-3a1 1 0 0 1-1-1V8a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1",clipRule:"evenodd"})),O={IconAdd:{size16:Yi,size24:tn,size32:tn},IconAddSomeone:{size16:Ji,size24:nn,size32:nn},IconAdjust:{size16:e4,size24:t4,size32:n4},IconAdmit:{size16:a4,size24:o4,size32:l4},IconAiAssistant:{size16:r4,size24:an,size32:an},IconAlert:{size16:c4,size24:on,size32:on},IconAnalyticsChart:{size16:s4,size24:ln,size32:ln},IconAnalyticsProgress:{size16:i4,size24:rn,size32:rn},IconAndroidLogo:{size16:d4,size24:cn,size32:cn},IconAppleLogo:{size16:m4,size24:sn,size32:sn},IconArrowCornerDown:{size16:u4,size24:dn,size32:dn},IconArrowDown:{size16:_4,size24:mn,size32:mn},IconArrowLeft:{size16:f4,size24:un,size32:un},IconArrowLeftRegular:{size16:p4,size24:_n,size32:_n},IconArrowRight:{size16:h4,size24:fn,size32:fn},IconArrowUp:{size16:v4,size24:pn,size32:pn},IconAudioTransmission:{size16:g4,size24:hn,size32:hn},IconAuthenticated:{size16:w4,size24:E4,size32:x4},IconBackgroundBlur:{size16:b4,size24:vn,size32:vn},IconBackspace:{size16:k4,size24:gn,size32:gn},IconBackToTop:{size16:C4,size24:wn,size32:wn},IconBandwidth:{size16:z4,size24:En,size32:En},IconBell:{size16:I4,size24:xn,size32:xn},IconBilling:{size16:y4,size24:bn,size32:bn},IconBlock:{size16:B4,size24:kn,size32:kn},IconBluetooth:{size16:M4,size24:Cn,size32:Cn},IconBreakoutRooms:{size16:S4,size24:zn,size32:zn},IconBulletPoint:{size16:L4,size24:In,size32:In},IconCalendar:{size16:N4,size24:yn,size32:yn},IconChat:{size16:$4,size24:Bn,size32:Bn},IconCheckmark:{size16:R4,size24:Mn,size32:Mn},IconCheckmarkRound:{size16:A4,size24:Sn,size32:Sn},IconChevronDown:{size16:H4,size24:Ln,size32:Ln},IconChevronLeft:{size16:O4,size24:Nn,size32:Nn},IconChevronRight:{size16:P4,size24:$n,size32:$n},IconChevronUp:{size16:V4,size24:Rn,size32:Rn},IconChromeLogo:{size16:T4,size24:An,size32:An},IconClock:{size16:q4,size24:Hn,size32:Hn},IconClose:{size16:W4,size24:On,size32:On},IconColumns:{size16:D4,size24:j4,size32:F4},IconConnectionIndicatorHigh:{size16:Qt,size24:Qt,size32:Qt},IconConnectionIndicatorLow:{size16:Kt,size24:Kt,size32:Kt},IconConnectionIndicatorMedium:{size16:Zt,size24:Zt,size32:Zt},IconConnectionIndicatorVeryLow:{size16:Yt,size24:Yt,size32:Yt},IconCopy:{size16:U4,size24:Pn,size32:Pn},IconDeny:{size16:G4,size24:X4,size32:Q4},IconDoubleChevronDown:{size16:K4,size24:Vn,size32:Vn},IconDoubleChevronLeft:{size16:Z4,size24:Tn,size32:Tn},IconDoubleChevronRight:{size16:Y4,size24:qn,size32:qn},IconDoubleChevronUp:{size16:J4,size24:Wn,size32:Wn},IconDraggable:{size16:e5,size24:Dn,size32:Dn},IconDtmf:{size16:t5,size24:jn,size32:jn},IconDualScreen:{size16:n5,size24:Fn,size32:Fn},IconEdit:{size16:a5,size24:Un,size32:Un},IconEmoji:{size16:o5,size24:Gn,size32:Gn},IconEnableshare:{size16:l5,size24:Xn,size32:Xn},IconExpand:{size16:r5,size24:Qn,size32:Qn},IconExport:{size16:c5,size24:Kn,size32:Kn},IconFecc:{size16:s5,size24:Zn,size32:Zn},IconFirefoxLogo:{size16:i5,size24:Yn,size32:Yn},IconFlipCamera:{size16:d5,size24:m5,size32:u5},IconFullscreenOff:{size16:_5,size24:f5,size32:p5},IconFullscreenOn:{size16:h5,size24:v5,size32:g5},IconGeneric2:{size16:w5,size24:Jn,size32:Jn},IconGroup:{size16:E5,size24:e0,size32:e0},IconGuest:{size16:x5,size24:t0,size32:t0},IconHeadset:{size16:b5,size24:n0,size32:n0},IconHelpRound:{size16:k5,size24:a0,size32:a0},IconHome:{size16:C5,size24:o0,size32:o0},IconHospital:{size16:z5,size24:l0,size32:l0},IconHost:{size16:I5,size24:r0,size32:r0},IconIconSort:{size16:y5,size24:c0,size32:c0},IconImport:{size16:B5,size24:s0,size32:s0},IconInfoRound:{size16:M5,size24:i0,size32:i0},IconKey:{size16:S5,size24:d0,size32:d0},IconLeave:{size16:L5,size24:m0,size32:m0},IconLink:{size16:N5,size24:u0,size32:u0},IconLiveCaption:{size16:$5,size24:_0,size32:_0},IconLiveStream:{size16:R5,size24:f0,size32:f0},IconLiveStreamCloud:{size16:A5,size24:p0,size32:p0},IconLocation:{size16:H5,size24:h0,size32:h0},IconLock:{size16:O5,size24:v0,size32:v0},IconLowerhand:{size16:P5,size24:g0,size32:g0},IconMail:{size16:V5,size24:w0,size32:w0},IconMeetingRoom:{size16:T5,size24:E0,size32:E0},IconMeetings:{size16:q5,size24:x0,size32:x0},IconMicrophoneMutedByHost:{size16:W5,size24:b0,size32:b0},IconMicrophoneOff:{size16:D5,size24:j5,size32:F5},IconMicrophoneOn:{size16:U5,size24:G5,size32:X5},IconMinus:{size16:Q5,size24:k0,size32:k0},IconMoreHorizontal:{size16:Jt,size24:Jt,size32:Jt},IconMoreVertical:{size16:K5,size24:C0,size32:C0},IconMove:{size16:Z5,size24:z0,size32:z0},IconNotauthenticated:{size16:Y5,size24:J5,size32:e6},IconOpenInNew:{size16:t6,size24:I0,size32:I0},IconParticipant:{size16:n6,size24:y0,size32:y0},IconPasswordHide:{size16:e1,size24:e1,size32:e1},IconPasswordShow:{size16:t1,size24:t1,size32:t1},IconPause:{size16:a6,size24:B0,size32:B0},IconPexip:{size16:n1,size24:n1,size32:n1},IconPexipLogo:{size16:a1,size24:a1,size32:a1},IconPhone:{size16:o6,size24:M0,size32:M0},IconPhoneHorisontal:{size16:l6,size24:r6,size32:c6},IconPhoneTalk:{size16:s6,size24:S0,size32:S0},IconPin:{size16:i6,size24:L0,size32:L0},IconPlay:{size16:d6,size24:N0,size32:N0},IconPlayRound:{size16:m6,size24:$0,size32:$0},IconPlus:{size16:u6,size24:R0,size32:R0},IconPresentationOff:{size16:_6,size24:A0,size32:A0},IconPresentationOn:{size16:f6,size24:H0,size32:H0},IconRaiseHand:{size16:p6,size24:h6,size32:v6},IconRecording:{size16:g6,size24:O0,size32:O0},IconRefresh:{size16:w6,size24:P0,size32:P0},IconRemoteControl:{size16:o1,size24:o1,size32:o1},IconSearch:{size16:E6,size24:V0,size32:V0},IconSend:{size16:x6,size24:T0,size32:T0},IconSettings:{size16:b6,size24:q0,size32:q0},IconSettingsMeeting:{size16:k6,size24:W0,size32:W0},IconShare:{size16:C6,size24:D0,size32:D0},IconShield:{size16:z6,size24:j0,size32:j0},IconShuffle:{size16:I6,size24:F0,size32:F0},IconSpeakerDisabled:{size16:y6,size24:U0,size32:U0},IconSpeakerOff:{size16:B6,size24:G0,size32:G0},IconSpeakerOn:{size16:M6,size24:X0,size32:X0},IconSpotlight:{size16:S6,size24:Q0,size32:Q0},IconStar:{size16:L6,size24:K0,size32:K0},IconStopRound:{size16:N6,size24:Z0,size32:Z0},IconSupport:{size16:$6,size24:Y0,size32:Y0},IconTestScriptIcon:{size16:R6,size24:J0,size32:J0},IconThumbsDown:{size16:l1,size24:l1,size32:l1},IconThumbsUp:{size16:r1,size24:r1,size32:r1},IconTimer:{size16:A6,size24:ea,size32:ea},IconTranscript:{size16:H6,size24:ta,size32:ta},IconTrash:{size16:O6,size24:na,size32:na},IconUnlock:{size16:P6,size24:aa,size32:aa},IconVideoOff:{size16:V6,size24:T6,size32:q6},IconVideoOn:{size16:W6,size24:D6,size32:j6},IconVideoSystems:{size16:F6,size24:oa,size32:oa},IconWaiting:{size16:U6,size24:la,size32:la},IconWarning:{size16:G6,size24:ra,size32:ra},IconWarningRound:{size16:X6,size24:ca,size32:ca}},Q6="_dark_1tbu9_4",K6="_light_1tbu9_8",Z6="_mini_1tbu9_12",Y6="_compact_1tbu9_17",J6="_small_1tbu9_22",e7="_medium_1tbu9_27",sa={dark:Q6,light:K6,mini:Z6,compact:Y6,small:J6,medium:e7},T=({source:e,className:a,size:o="small",colorScheme:l,ref:r,...s})=>{const c=o==="mini"||o==="compact"?e.size16:o==="small"?e.size24:e.size32,i=_(l&&sa[l],sa[o],a),d=c,m=typeof d=="function"?d({className:i,...s}):t.createElement(c,{className:i,...s});return t.createElement(Pa,null,m)},u1=Vt.createSignal({name:"announcer:announce"}),t7="_announcer_flsxf_1",n7={announcer:t7},a7=({testId:e="",...a})=>{const[o,l]=t.useState([]),[r,s]=t.useState([]),c=t.useRef([]),i=t.useCallback((m,u)=>{u(f=>[...f,m]);const p=window.setTimeout(()=>{u(f=>f.filter(h=>h!==m)),clearTimeout(p),c.current=c.current.filter(f=>f!==p)},m.timeout);c.current.push(p)},[]),d=t.useCallback(m=>{m.politeness==="assertive"?i(m,l):m.politeness==="polite"&&i(m,s)},[i]);return t.useEffect(()=>(u1.add(d),()=>{u1.remove(d);for(const m of c.current)clearTimeout(m);c.current=[]}),[d]),t.createElement("div",{...a,className:n7.announcer,"data-testid":e},t.createElement("div",{"data-testid":`${e}-polite`,"aria-live":"polite",role:"log","aria-relevant":"additions"},r.map((m,u)=>t.createElement("div",{key:u},m.message))),t.createElement("div",{"data-testid":`${e}-assertive`,"aria-live":"assertive",role:"log","aria-relevant":"additions"},o.map((m,u)=>t.createElement("div",{key:u},m.message))))},y1=(e,a="polite",o=5e3)=>{u1.emit({message:e,politeness:a,timeout:o})},o7="_callToAction_1i5px_4",l7="_small_1i5px_17",r7="_enhancerStart_1i5px_28",c7="_focus_1i5px_32",s7="_text_1i5px_52",i7="_fullWidth_1i5px_58",Ue={callToAction:o7,small:l7,enhancerStart:r7,focus:c7,text:s7,fullWidth:i7},d7=({className:e,enhancerStart:a,isSmall:o,modifier:l,subTitle:r="",title:s="",titleHtmlTag:c,...i})=>t.createElement(re,{className:_(Ue.callToAction,Ue.focus,l&&Ue[l],{[Ue.small]:o},e),...i},a&&t.createElement("span",{className:Ue.enhancerStart},a),t.createElement("span",{className:Ue.text},c?t.createElement(qe,{htmlTag:c,fontVariant:z.H5},s):t.createElement(C,{fontVariant:z.H5},s),r&&!o&&t.createElement(C,{fontVariant:z.Body,variant:"subtle"},r)));var L=(e=>(e.BadgeCounterNumber="badge-counter-number",e.ButtonModalClose="button-modal-close",e.ButtonThreeColumnSelector="button-three-column-selector",e.ButtonCollapsableContainerToggle="button-collapsable-container-toggle",e.CheckboxCheck="checkbox-check",e.ConfirmableMultiselectConfirm="confirmable-multiselect-confirm",e.HeaderCore="header-core",e.HeaderCoreEnhancers="header-core-enhancers",e.HeaderCoreDivider="header-core-divider",e.LineStep="line-step",e.InputClearButton="input-clear-button",e.ModalMask="modal-mask",e.MultiselectView="multiselect-view",e.MultiselectItem="multiselect-item",e.MultistepIndicator="multistep-indicator",e.MultistepIndicatorButton="multistep-indicator-button",e.NotificationTooltipInner="notification-tooltip-inner",e.NotificationTooltipClose="notification-tooltip-close",e.NotificationTooltipHeader="notification-tooltip-header",e.NotificationTooltipText="notification-tooltip-text",e.NotificationTooltipCta="notification-tooltip-cta",e.PostMeetingHeader="PostMeetingHeader",e.SectionAccordionDetails="section-accordion-details",e.SectionAccordionSummary="section-accordion-summary",e.SelectIcon="select-icon",e.SelectChevron="select-chevron",e.SelectView="select-view",e.StepNumber="step-number",e.StepNumberString="step-number-string",e.StepNumberCheckmark="step-number-checkmark",e.Tab="tab",e.TooltipInner="tooltip-inner",e.UserView="user-view",e.PrivacyPolicyLink="privacy-policy-link",e.TermsOfServiceLink="terms-of-service-link",e.Version="version",e.NumberStepIncrement="number-step-increment",e.NumberStepDecrement="number-step-decrement",e.NumberStepInput="number-step-input",e.StepNumberWarning="StepNumberWarning",e.SimpleBarScrollable="simple-bar-scrollable",e))(L||{});const m7="_checkbox_f68j6_99",u7="_spaced_f68j6_104",_7="_start_f68j6_109",f7="_checkmark_f68j6_109",p7="_label_f68j6_112",h7="_end_f68j6_116",v7="_disabled_f68j6_120",g7="_input_f68j6_124",w7="_hidden_f68j6_144",E7="_dark_f68j6_156",x7="_checked_f68j6_160",b7="_light_f68j6_186",fe={checkbox:m7,spaced:u7,start:_7,checkmark:f7,label:p7,end:h7,disabled:v7,input:g7,hidden:w7,dark:E7,checked:x7,light:b7},B1=t.forwardRef(function({checked:a,className:o,colorScheme:l,isDisabled:r,label:s,labelComponent:c=C,labelModifier:i="default",labelPosition:d="end",name:m,...u},p){const f=i==="hidden",h=dl("indeterminate",{...u}),v=`${m}-label`;return t.createElement(R,null,({colorScheme:w})=>t.createElement("label",{id:v,className:_(l??w,fe.checkbox,fe[l??w],fe[d],{[fe.disabled]:r,[fe.spaced]:i==="spaced"},o),title:f?s:void 0},t.createElement("input",{ref:p,className:fe.input,type:"checkbox",name:m,checked:a,disabled:r,"aria-labelledby":v,...h}),t.createElement("span",{className:_(fe.checkmark,{[fe.checked]:a})},a&&t.createElement(T,{"data-testid":L.CheckboxCheck,source:O.IconCheckmark})),t.createElement(c,{variant:r?"disabled":"standard",className:_(fe.label,{[fe.hidden]:f})},s)))}),k7="_headerWrapper_1d8w3_4",C7="_relative_1d8w3_8",z7="_absolute_1d8w3_12",I7="_headerInnerWrapper_1d8w3_16",y7="_small_1d8w3_25",B7="_medium_1d8w3_28",M7="_large_1d8w3_31",S7="_start_1d8w3_35",L7="_center_1d8w3_36",N7="_end_1d8w3_37",Ae={headerWrapper:k7,relative:C7,absolute:z7,headerInnerWrapper:I7,small:y7,medium:B7,large:M7,start:S7,center:L7,end:N7},$7=({enhancerStartClassName:e,enhancerStart:a,enhancerMiddle:o,enhancerEnd:l,enhancerFixedWidth:r=!1,hasBottomBorder:s=!0,position:c="relative",className:i,size:d="large",...m})=>t.createElement("div",{className:_(Ae.headerWrapper,Ae[c],d&&Ae[d],i),"data-testid":L.HeaderCore,...m},t.createElement("div",{className:Ae.headerInnerWrapper,"data-testid":L.HeaderCoreEnhancers},r?t.createElement(t.Fragment,null,t.createElement("div",{className:_(Ae.start,e)},a),o&&t.createElement("div",{className:Ae.center},o),t.createElement("div",{className:Ae.end},l)):t.createElement(t.Fragment,null,a,o,l)),s&&t.createElement(ue,{"data-testid":L.HeaderCoreDivider})),R7="_dragAndDropWrapper_14crg_19",A7="_dark_14crg_27",H7="_disabled_14crg_35",O7="_light_14crg_40",P7="_error_14crg_53",rt={dragAndDropWrapper:R7,dark:A7,disabled:H7,light:O7,error:P7},ja=({className:e,isDisabled:a,children:o,colorScheme:l,hasError:r,onDrop:s,onDragOver:c,...i})=>{const d=p=>{p.preventDefault(),!a&&s?.(p,p.dataTransfer.files&&Array.from(p.dataTransfer.files),p.dataTransfer.items&&Array.from(p.dataTransfer.items))},m=p=>{p.preventDefault(),!a&&c?.(p)},u=r?rt.error:l==="dark"?rt.dark:rt.light;return t.createElement(Q,{colorScheme:l},t.createElement(le,{className:_(rt.dragAndDropWrapper,u,a&&rt.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},o))},V7="_fileUploadLabel_1as3r_14",T7="_fileUploadInput_1as3r_18",ia={fileUploadLabel:V7,fileUploadInput:T7},M1=t.forwardRef(({accept:e,ariaLabel:a="Upload files input",children:o,className:l,id:r,isDisabled:s,multiple:c,onChange:i,testId:d},m)=>{const u=t.useId(),p=r??u;return t.createElement(t.Fragment,null,t.createElement("input",{className:ia.fileUploadInput,onChange:f=>{i(f),f.target.value=""},type:"file",accept:e,multiple:c,ref:m,id:p,disabled:s}),t.createElement("label",{className:_(ia.fileUploadLabel,l),htmlFor:p,"aria-label":a,"data-testid":d},o))});M1.displayName="FileUpload";const q7="_heading_16odr_4",W7="_small_16odr_4",D7="_medium_16odr_7",j7="_subtitle_16odr_11",F7="_dark_16odr_16",U7="_light_16odr_20",Mt={heading:q7,small:W7,medium:D7,subtitle:j7,dark:F7,light:U7},G7=({className:e,padding:a="medium",subtitle:o,title:l,titleFontVariant:r=z.H3,titleHtmlTag:s,colorScheme:c,...i})=>t.createElement(R,null,({colorScheme:d})=>{const m=c??d;return t.createElement("div",{className:_(Mt.heading,Mt[m],Mt[a],e),...i},t.createElement(Q,{colorScheme:m},t.createElement("div",null,s?t.createElement(qe,{htmlTag:s,fontVariant:r},l):t.createElement(C,{fontVariant:r},l)),o&&t.createElement(C,{className:Mt.subtitle,fontVariant:z.Body,variant:"tinted"},o)))}),X7="_lineHeading_1shha_4",Q7="_heading_1shha_20",da={lineHeading:X7,heading:Q7},K7=({children:e})=>t.createElement("div",{className:da.lineHeading},t.createElement("div",{className:da.heading},e)),Z7="_label_106ko_99",Y7="_standard_106ko_102",J7="_inline_106ko_116",ed="_hidden_106ko_130",St={label:Z7,standard:Y7,inline:J7,hidden:ed},he=({className:e,colorScheme:a,form:o,fontVariant:l=z.BodyBold,id:r,isLabelHidden:s,isLabelInline:c,isUppercase:i,text:d,variant:m="inherit",...u})=>t.createElement("label",{className:_(St.label,{[St.hidden]:s,[St.inline]:c,[St.standard]:!c},e),htmlFor:r,form:o,...u},t.createElement(R,null,({colorScheme:p})=>t.createElement(C,{isUppercase:i,colorScheme:a??p,fontVariant:l,variant:m},d))),td="_container_1muia_102",nd="_small_1muia_124",ad="_medium_1muia_132",od="_disabled_1muia_140",ld="_clearButton_1muia_144",rd="_error_1muia_149",cd="_errorText_1muia_155",sd="_enhancerStart_1muia_159",id="_enhancerEnd_1muia_160",dd="_inputElement_1muia_165",md="_dateSelectButton_1muia_215",ud="_dark_1muia_220",_d="_standard_1muia_220",fd="_label_1muia_285",pd="_transparent_1muia_298",hd="_light_1muia_376",J={container:td,small:nd,medium:ad,disabled:od,clearButton:ld,error:rd,errorText:cd,enhancerStart:sd,enhancerEnd:id,inputElement:dd,dateSelectButton:md,dark:ud,standard:_d,label:fd,transparent:pd,light:hd},nt=t.forwardRef(({className:e,clearButtonText:a="Clear",clearButtonVariant:o,colorScheme:l,enhancerEnd:r,enhancerStart:s,errorText:c,hasError:i,id:d,isDisabled:m,label:u,labelModifier:p,name:f,onChange:h,onClear:v,onValueChange:w,showClearButton:E=!1,sizeModifier:g="medium",testId:b,type:y="text",value:B,variant:I="standard",...k},M)=>{const $=t.useId(),x=d??$,N=p==="hidden",S=p==="inline",W=S||N,K=t.useRef(null),F=()=>{const Y=K.current;v?v(Y?.value??""):w?.(""),Y&&Y.focus()},j=t.useCallback(Y=>{w&&w(Y.currentTarget.value),h&&h(Y)},[h,w]),ae={text:u,id:x};t.useImperativeHandle(M,()=>({focus:Y=>{K.current&&K.current.focus(Y)},value:K.current?.value??""}));const{colorScheme:D,theme:Z}=t.useContext(Je);return t.createElement("div",{className:_(l??D,J[I],J[l??D],{[J.disabled]:m,[J.error]:i&&!m},e)},!W&&t.createElement(he,{className:J.label,"data-testid":b?`${b}-label`:void 0,htmlFor:x,...ae}),t.createElement("div",{className:_(J.container,{[J.small]:g==="small",[J.medium]:g==="medium"})},W&&t.createElement(he,{isLabelHidden:N,isLabelInline:S,"data-testid":b?`${b}-label`:void 0,htmlFor:x,...ae}),s&&t.createElement("div",{className:_(J.enhancerStart,"mr-2")},s),t.createElement("input",{className:_(J.inputElement,{[J.small]:g==="small",[J.medium]:g==="medium"}),"data-testid":b,disabled:m,id:x,name:f,onChange:j,ref:K,type:y,value:B,...k}),y==="date"&&t.createElement(T,{source:O.IconCalendar,className:J.dateSelectButton}),r&&t.createElement("div",{className:J.enhancerEnd},r),E&&!m&&t.createElement(q,{type:"button",size:"compact",className:J.clearButton,onClick:F,"aria-label":"Clear input","data-testid":L.InputClearButton,variant:o??(Z==="theme-legacy"?"transparent":"translucent"),colorScheme:l??D},a)),i&&c&&t.createElement(C,{className:_("mt-2",J.errorText),variant:"danger",role:"alert"},c))});nt.displayName="Input";const vd=e=>{const[a,o]=t.useState(e.value??"");return[a,{...e,onChange:l=>o(l.currentTarget.value),value:a}]},gd=e=>t.useMemo(()=>{const a=x1(e),o=t3(e);let l="",r="";return Sa(e)||(a&&(l=e),o&&(r=n3(e))),{logoSrcString:l,logoSrcSet:r,isLogoSrcSet:o,isLogoSrcString:a}},[e]),wd="_logo_1y8qg_4",Ed={logo:wd},xd=({imageSrc:e,alt:a,className:o,...l})=>{const{logoSrcString:r,logoSrcSet:s,isLogoSrcSet:c}=gd(e);return!r&&!s?null:t.createElement("img",{srcSet:c?s:r,className:_(o,Ed.logo),...l,alt:a})},bd=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 202.59",...e},n.createElement("path",{d:"M342.71,486.52a42.21,42.21,0,0,0-35.78,18.88V490H280.81V641.3h26.78V586.77c5.05,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C389.25,509.57,370.59,486.52,342.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C361.37,570.23,349.52,579.3,333.93,579.3Zm435.78-92.78a42.21,42.21,0,0,0-35.78,18.88V490H707.81V641.3h26.78V586.77c5,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C816.25,509.57,797.59,486.52,769.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C788.37,570.23,776.52,579.3,760.93,579.3ZM590.32,543.16l41.27,56.2H599.1l-11-16c-5.93-9-10.32-15.36-14.49-21.29-4.61,6.59-8.78,12.51-14.49,21.07l-11,16.25h-29l40.39-56.64L521.17,490h32.05l9.44,14.27c5.93,8.78,9.44,14,13.39,19.75,4.17-5.71,7.47-10.75,13.61-19.75L599.54,490H629ZM650.69,490h26.56V599.36H650.69Zm29.93-34.68A16.65,16.65,0,1,1,664,438.7,16.67,16.67,0,0,1,680.62,455.36ZM915,449.3v24H888v144h27v24H864v-192ZM460.37,581.58c-14.05,0-25.9-8.13-27-30.3h77.27c3.51-36.22-16-64.54-50.93-64.54-30.29,0-52.9,23.05-52.9,58,0,36.44,21.07,57.95,53.34,57.95,28.76,0,44.13-14.93,51.15-31.83l-24.15-9C483.2,571,476,581.58,460.37,581.58Zm-.66-74.86c13.83,0,23.49,8.78,24.37,24.81H434.25C436.22,515.72,446.54,506.72,459.71,506.72ZM165,641.3v-24h27v-144H165v-24h51v192Z",fill:"currentColor",transform:"translate(-165 -438.7)"})),kd="_logo_1glki_4",Cd="_absoluteCenter_1glki_9",zd="_dark_1glki_15",Id="_light_1glki_19",yd="_tertiary_1glki_23",Bd="_large_1glki_27",Md="_medium_1glki_31",Sd="_small_1glki_35",Ld="_full_1glki_39",Lt={logo:kd,absoluteCenter:Cd,dark:zd,light:Id,tertiary:yd,large:Bd,medium:Md,small:Sd,full:Ld},Nd=({colorScheme:e,size:a,position:o,className:l,...r})=>{const s=o==="absoluteCenter";return t.createElement(xt,{source:bd,className:_(Lt.logo,e&&Lt[e],a&&Lt[a],l,{[Lt.absoluteCenter]:s}),...r})},$d="_closeButton_13k8s_13",Rd="_icon_13k8s_22",ma={closeButton:$d,icon:Rd},at=({className:e,onClose:a,...o})=>t.createElement(q,{className:_(ma.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...o},t.createElement(T,{className:ma.icon,size:"compact",source:O.IconClose})),Fa=e=>n.createElement("svg",{width:20,height:9,viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",...e},n.createElement("path",{d:"M11.3379 7.79586C10.5773 8.48041 9.42268 8.48041 8.66207 7.79586L-7.86805e-07 1.74846e-06L20 0L11.3379 7.79586Z",fill:"white"})),Ua=({controlledIsVisible:e,controlledOnChange:a}={})=>{const[o,l]=t.useState(!1),r=e!==void 0;return{isVisible:r?e:o,setVisible:({isVisible:i,isControlled:d=!1})=>{l(r?!1:i),d&&a?.(i)}}},Ad="_tooltipContainer_qd60t_4",Hd="_tooltip_qd60t_4",Od="_fade_qd60t_1",Pd="_tooltipArrow_qd60t_20",Vd="_tooltipArrowIcon_qd60t_28",Td="_tooltipControl_qd60t_36",qd="_tooltipNotification_qd60t_42",Wd="_headerWrapper_qd60t_50",Dd="_cta_qd60t_57",jd="_closeButton_qd60t_62",Fd="_top_qd60t_68",Ud="_bottom_qd60t_69",Gd="_topCenter_qd60t_70",Xd="_bottomCenter_qd60t_71",Qd="_endBottom_qd60t_76",Kd="_bottomEnd_qd60t_80",Zd="_topEnd_qd60t_81",Yd="_left_qd60t_85",Jd="_right_qd60t_86",e8="_topLeft_qd60t_109",t8="_topRight_qd60t_110",n8="_topStart_qd60t_111",a8="_bottomLeft_qd60t_126",o8="_bottomRight_qd60t_127",l8="_bottomStart_qd60t_128",r8="_fullWidth_qd60t_205",X={tooltipContainer:Ad,tooltip:Hd,fade:Od,tooltipArrow:Pd,tooltipArrowIcon:Vd,tooltipControl:Td,tooltipNotification:qd,headerWrapper:Wd,cta:Dd,closeButton:jd,top:Fd,bottom:Ud,topCenter:Gd,bottomCenter:Xd,endBottom:Qd,bottomEnd:Kd,topEnd:Zd,left:Yd,right:Jd,topLeft:e8,topRight:t8,topStart:n8,bottomLeft:a8,bottomRight:o8,bottomStart:l8,fullWidth:r8},ua={bottom:"bottom",bottomEnd:"bottom end",bottomLeft:"bottom left",bottomRight:"bottom right",bottomStart:"bottom start",bottomCenter:"bottom",endBottom:"end bottom",left:"left",right:"right",top:"top",topEnd:"top end",topLeft:"top left",topRight:"top right",topStart:"top start",topCenter:"top"},c8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,s8=(e,a)=>a?ua[c8(e)]||"top":ua[e]||"top",S1=({isOpen:e,tooltipContent:a,closeDelay:o,defaultOpen:l,delay:r,crossOffset:s,offset:c,position:i})=>{const d=Jo.useTooltipTriggerState({closeDelay:o,defaultOpen:l,delay:r,isOpen:e}),m=t.useRef(null),u=t.useRef(null),{triggerProps:p,tooltipProps:f}=el.useTooltipTrigger({},d,m),h=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:v}=wt.useOverlayPosition({crossOffset:s,isOpen:d.isOpen,offset:c,overlayRef:u,placement:s8(i,h),targetRef:m}),w=t.useMemo(()=>d.isOpen?t.createElement(wt.Overlay,null,t.createElement("div",{role:"complementary"},t.createElement("div",{...f,ref:u,...v,role:"tooltip"},a))):null,[d,f,v,a]);return{targetRef:m,triggerProps:p,tooltip:w}},i8=({closeButtonAriaLabel:e="Close tooltip",shouldCloseOnOutsideClick:a=!1,colorScheme:o="light",position:l="topRight",usePortal:r=!1,header:s,modifier:c,text:i,ctaText:d,ctaFn:m=()=>{},controlledIsVisible:u,controlledOnChange:p,children:f,className:h,mainWrapperClassName:v,isArrowShown:w=!0,testIdInner:E=L.NotificationTooltipInner,testIdCloseButton:g=L.NotificationTooltipClose,stopPointerDownPropagation:b=!1})=>{const{isVisible:y,setVisible:B}=Ua({controlledIsVisible:u,controlledOnChange:p}),I=t.useRef(za.v4()),k=t.useCallback(()=>B({isVisible:!1,isControlled:!0}),[B]),M=t.useCallback(()=>{a&&k()},[a,k]),$=V.useOnClickOutside(M),x=t.createElement(Q,{colorScheme:o},t.createElement(le,{"data-portal-id":I.current,ref:$,className:_(X.tooltip,X.tooltipNotification,X[l],c&&X[c],h),"data-testid":E,onPointerDownCapture:b?W=>W.stopPropagation():void 0},s&&t.createElement("div",{className:X.headerWrapper},typeof s=="string"?t.createElement(C,{fontVariant:z.BodyBold,"data-testid":L.NotificationTooltipHeader},s):t.createElement("div",{"data-testid":L.NotificationTooltipHeader},s),t.createElement(at,{className:X.closeButton,"data-testid":g,onClose:k,"aria-label":e})),t.createElement(C,{fontVariant:z.Body,"data-testid":L.NotificationTooltipText},i),d&&(typeof d=="string"?t.createElement(C,{fontVariant:z.BodyLink,onClick:m,className:X.cta,"data-testid":L.NotificationTooltipCta},d):d),w&&t.createElement("div",{className:X.tooltipArrow},t.createElement(xt,{source:Fa,className:X.tooltipArrowIcon})))),{targetRef:N,tooltip:S}=S1({isOpen:y,position:l,tooltipContent:x});return t.createElement("div",{"data-portal-origin-id":I.current,ref:r?N:void 0,className:_(X.tooltipContainer,c&&X[c],v)},f,!r&&y&&x,r&&S)},d8=({colorScheme:e="light",position:a="topRight",controlledIsVisible:o,controlledOnChange:l,children:r,className:s,content:c,isHoverEnabled:i=!0,isArrowShown:d=!0,mainWrapperClassName:m,wrapperClassName:u,...p})=>{const{isVisible:f,setVisible:h}=Ua({controlledIsVisible:o,controlledOnChange:l}),v=!!l,w=t.createElement(Q,{colorScheme:e},t.createElement("div",{className:_(X.tooltip,X[a],s),...p},c,d&&t.createElement("div",{className:X.tooltipArrow},t.createElement(xt,{source:Fa,className:X.tooltipArrowIcon})))),{targetRef:E,tooltip:g}=S1({isOpen:f,position:a,tooltipContent:w});return t.createElement("div",{ref:E,className:_(X.tooltipContainer,m)},t.createElement("div",{className:u,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:v}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:v})},r),g)},m8="_pill_qsw4c_99",u8="_dark_qsw4c_117",_8="_danger_qsw4c_121",f8="_light_qsw4c_126",p8="_closeButton_qsw4c_135",Nt={pill:m8,dark:u8,danger:_8,light:f8,closeButton:p8},L1=({children:e,className:a,closeButtonAriaLabel:o="Close tooltip",colorScheme:l,isDanger:r=!1,onClose:s,testIdCloseButton:c,...i})=>t.createElement(R,null,({colorScheme:d})=>t.createElement("div",{className:_(Nt.pill,Nt[l??d],{[Nt.danger]:r},a),...i},e,s&&t.createElement(at,{className:Nt.closeButton,onClose:s,"data-testid":c,colorScheme:l,"aria-label":o}))),h8="_wrapper_55j2z_4",v8={wrapper:h8},g8=({children:e,className:a,colorScheme:o,title:l,subtitle:r,...s})=>t.createElement(R,null,({colorScheme:c})=>{const i=o??c;return t.createElement(Q,{colorScheme:i},t.createElement("div",{className:_(a,v8.wrapper),...s},t.createElement("div",null,t.createElement("div",null,typeof l=="string"?t.createElement(C,{fontVariant:r?z.BodyBold:z.Body},l):l),t.createElement(C,{fontVariant:z.Small,colorScheme:i},r)),e&&t.createElement("div",{className:"ms-auto"},e)),t.createElement(ue,null))}),w8="_wrap_136is_99",E8="_spaced_136is_104",x8="_start_136is_109",b8="_indicator_136is_109",k8="_label_136is_112",C8="_end_136is_116",z8="_input_136is_120",I8="_dot_136is_141",y8="_dark_136is_151",B8="_checked_136is_155",M8="_disabled_136is_158",S8="_light_136is_166",pe={wrap:w8,spaced:E8,start:x8,indicator:b8,label:k8,end:C8,input:z8,dot:I8,dark:y8,checked:B8,disabled:M8,light:S8},Ga=t.forwardRef(({checked:e,className:a,colorScheme:o,groupName:l,id:r,isDisabled:s,label:c,labelModifier:i,labelPosition:d="end",value:m,onChange:u,onValueChange:p,...f},h)=>{const v=t.useId(),w=r??v,E=i==="hidden",g=b=>{p?.(b.currentTarget.checked),u?.(b)};return t.createElement(R,null,({colorScheme:b})=>t.createElement("label",{className:_(pe.wrap,pe[o??b],pe[d],{[pe.disabled]:s,[pe.spaced]:i==="spaced"},a),title:E?c:void 0},t.createElement("input",{checked:e,className:pe.input,name:l,onChange:g,value:m,ref:h,...f,id:w,type:"radio",disabled:s}),t.createElement("div",{"aria-hidden":"true",role:"presentation",className:_(pe.indicator,{[pe.checked]:e})},t.createElement("div",{role:"presentation",className:pe.dot})),t.createElement(he,{className:_(pe.label,"mb-0"),isLabelHidden:E,text:c,variant:s?"disabled":"standard",id:w})))});Ga.displayName="RadioButton";const L8="_scrollbars_1glps_9",N8={scrollbars:L8},ot=t.forwardRef(({autoHide:e,children:a,className:o,onScroll:l,scrollElementRef:r,...s},c)=>{const i=t.useRef(null);return t.useEffect(()=>{const d=i,m=u=>{l?.(u)};return d.current?.addEventListener("scroll",m),()=>d.current?.removeEventListener("scroll",m)},[l]),t.createElement(tl,{className:_(N8.scrollbars,o),ref:c,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":L.SimpleBarScrollable},autoHide:e!=="never",...s},a)});ot.displayName="Scrollbars";const $8="_wrap_mihf5_25",R8="_indicator_mihf5_29",A8="_arrow_mihf5_29",H8="_small_mihf5_34",O8="_large_mihf5_38",P8="_success_mihf5_42",V8="_danger_mihf5_46",T8="_busy_mihf5_50",q8="_warning_mihf5_54",W8="_down_mihf5_82",Ge={wrap:$8,indicator:R8,arrow:A8,small:H8,large:O8,success:P8,danger:V8,busy:T8,warning:q8,down:W8},D8=({className:e,color:a,role:o,size:l="small",type:r="circle",variant:s,...c})=>{const i=r.includes("arrow"),d={circle:{backgroundColor:a,boxShadow:`0px 0px 10px ${a}`},arrow:{borderColor:`transparent transparent ${a} transparent`}};return t.createElement("div",{className:_(Ge.wrap,e),role:o,...c},t.createElement("div",{className:_(Ge.indicator,Ge[l],s&&Ge[s],{[Ge.arrow]:i,[Ge.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},j8="_stepNumber_15gri_27",F8="_dark_15gri_38",U8="_disabled_15gri_42",G8="_completed_15gri_47",X8="_failed_15gri_52",Q8="_active_15gri_57",K8="_light_15gri_63",Xe={stepNumber:j8,dark:F8,disabled:U8,completed:G8,failed:X8,active:Q8,light:K8},Xa=({className:e,colorScheme:a,isActive:o,isCompleted:l,isFailed:r,isDisabled:s,stepNumber:c,...i})=>t.createElement(R,null,({colorScheme:d})=>t.createElement("div",{className:_(Xe.stepNumber,Xe[a??d],{[Xe.active]:o,[Xe.completed]:l,[Xe.disabled]:s,[Xe.failed]:r},e),"data-testid":L.StepNumber,...i},t.createElement(C,{variant:"inherit",fontVariant:z.BodyBold,"data-testid":L.StepNumberString},l?t.createElement(T,{"data-testid":L.StepNumberCheckmark,source:O.IconCheckmark,size:"mini",className:"d-flex"}):r?t.createElement(T,{"data-testid":L.StepNumberWarning,source:O.IconWarning,size:"mini",className:"d-flex"}):c))),Z8=({textareaElement:e,textareaValue:a,enabled:o,maxHeight:l})=>{t.useEffect(()=>{if(e&&o){e.style.height="0px";const r=e.scrollHeight,s=typeof l=="number"&&r>l?l:r+1;e.style.height=`${s}px`}},[e,a,l,o])},Y8="_wrap_iazrb_149",J8="_textarea_iazrb_154",em="_errorText_iazrb_191",tm="_dark_iazrb_195",nm="_clearButton_iazrb_216",am="_error_iazrb_191",om="_disabled_iazrb_233",lm="_light_iazrb_260",rm="_resizeNone_iazrb_325",cm="_resizeBoth_iazrb_329",sm="_resizeV_iazrb_333",im="_resizeH_iazrb_337",He={wrap:Y8,textarea:J8,errorText:em,dark:tm,clearButton:nm,error:am,disabled:om,light:lm,resizeNone:rm,resizeBoth:cm,resizeV:sm,resizeH:im},Qa=t.forwardRef(({className:e,textareaClassname:a,colorScheme:o,errorText:l,hasError:r,id:s,isDisabled:c,isAutoResize:i=!1,autoResizeMaxHeight:d,label:m,isLabelHidden:u=!1,name:p,onChange:f,onValueChange:h,value:v,resize:w="resizeNone",rows:E=4,...g},b)=>{const y=t.useId(),B=s??y,[I,k]=t.useState(null);Z8({textareaElement:I,textareaValue:v,maxHeight:d,enabled:i});const M=t.useCallback(x=>{h&&h(x.currentTarget.value),f&&f(x)},[f,h]),$={text:m,id:B};return t.useImperativeHandle(b,()=>({focus:()=>{I&&I.focus()},value:I?.value}),[I]),t.createElement(R,null,({colorScheme:x})=>t.createElement("label",{className:_(He.wrap,He[o??x],{[He.disabled]:c,[He.error]:r&&!c},e)},t.createElement(he,{isLabelHidden:u,...$}),t.createElement("textarea",{rows:E,id:B,name:p,onChange:M,ref:k,value:v,className:_(He.textarea,a,He[w]),disabled:c,...g}),r&&l&&t.createElement(C,{className:_("mt-2",He.errorText),variant:"danger",role:"alert"},l)))});Qa.displayName="TextArea";const dm="_underline_1a3e2_4",mm="_textLink_1a3e2_8",um="_textLinkContent_1a3e2_22",_m="_truncateWrap_1a3e2_29",fm="_dark_1a3e2_38",pm="_link_1a3e2_38",hm="_light_1a3e2_41",vm="_disabled_1a3e2_45",gm="_truncated_1a3e2_49",wm="_uppercase_1a3e2_56",Oe={underline:dm,textLink:mm,textLinkContent:um,truncateWrap:_m,dark:fm,link:pm,light:hm,disabled:vm,truncated:gm,uppercase:wm},et=({colorScheme:e,children:a,className:o,disabled:l,fontVariant:r,isDisabled:s,isUnderlined:c,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:u,variant:p="link",textStyle:f,textClassName:h,...v})=>t.createElement(R,null,({colorScheme:w})=>{const E=e??w;return t.createElement(re,{className:_(Oe.textLink,Oe[E],p==="link"&&Oe[p],{[Oe.truncateWrap]:i,[Oe.disabled]:s||l},o),target:u,disabled:s,htmlTag:s?"div":m,rel:u==="_blank"?"noreferrer noopener":"",...v},t.createElement(C,{className:_(Oe.textLinkContent,{[Oe.underline]:c},h),colorScheme:E,fontVariant:r,isTruncated:i,isUppercase:d,style:f,variant:p},a))}),Em="_row_p7k6r_4",xm="_noneSpacing_p7k6r_10",bm="_compactSpacing_p7k6r_15",km="_smallSpacing_p7k6r_20",Cm="_mediumSpacing_p7k6r_25",zm="_largeSpacing_p7k6r_30",_a={row:Em,noneSpacing:xm,compactSpacing:bm,smallSpacing:km,mediumSpacing:Cm,largeSpacing:zm},Ce=({children:e,className:a,spacing:o="small",...l})=>t.createElement("div",{className:_(_a.row,_a[g1(o)],a),...l},e),Im="_wrapper_1qo1w_4",ym="_border_1qo1w_11",Bm="_inner_1qo1w_16",Mm="_dark_1qo1w_21",Sm="_hovered_1qo1w_34",Lm="_disabled_1qo1w_46",Nm="_light_1qo1w_54",$m="_small_1qo1w_119",Rm="_medium_1qo1w_126",Am="_large_1qo1w_140",Pe={wrapper:Im,border:ym,inner:Bm,dark:Mm,hovered:Sm,disabled:Lm,light:Nm,small:$m,medium:Rm,large:Am},Ka=({children:e,className:a,colorScheme:o,hasBorder:l=!0,isDisabled:r,isHovered:s,sizeModifier:c="large",href:i,onClick:d,...m})=>t.createElement(R,null,({colorScheme:u})=>t.createElement(re,{className:_(Pe.wrapper,Pe[o??u],c&&Pe[c],{[Pe.disabled]:r},{[Pe.hovered]:s},a),href:i,onClick:d,htmlTag:!i&&!d?"div":void 0,disabled:r,...m},t.createElement(Ce,{spacing:"none",className:_(Pe.inner,{[Pe.border]:l})},e))),Hm="_listLink_1bsc4_4",Om="_hoverIcon_1bsc4_4",Pm="_startAlignedIconTextContainer_1bsc4_13",c1={listLink:Hm,hoverIcon:Om,startAlignedIconTextContainer:Pm},Za=({children:e,className:a,variant:o,hasBorder:l=!1,icon:r,iconAlignedStart:s,iconColor:c,isFixedIcon:i=!1,sizeModifier:d="small",...m})=>{const u=t.createElement(C,{variant:o},e),p=r&&t.createElement(T,{className:_({[c1.hoverIcon]:!i}),color:c,source:r,size:"compact"});return t.createElement(Ka,{hasBorder:l,sizeModifier:d,className:_(c1.listLink,a),...m},s?t.createElement("div",{className:c1.startAlignedIconTextContainer},p,u):t.createElement(t.Fragment,null,u,p))},Vm="_light_1e54u_16",Tm="_dark_1e54u_17",qm="_wrap_1e54u_21",Wm="_bar_1e54u_30",Dm="_good_1e54u_40",jm="_warn_1e54u_44",Fm="_danger_1e54u_48",Um="_primary_1e54u_52",ct={light:Vm,dark:Tm,wrap:qm,bar:Wm,good:Dm,warn:jm,danger:Fm,primary:Um};var Ya=(e=>(e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e))(Ya||{});const Gm=({backgroundClassName:e,barClassName:a,barColor:o="good",colorScheme:l,progress:r,style:s,...c})=>t.createElement(R,null,({colorScheme:i})=>t.createElement("div",{className:_(l??i,ct.wrap,ct[l??i],e),...c},t.createElement("div",{className:_(ct.bar,ct[o]??ct.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...s}}))),Xm="_dark_1gain_13",Qm="_light_1gain_32",Km="_input_1gain_160",Zm="_container_1gain_165",Ym="_spaced_1gain_170",Jm="_end_1gain_174",e9="_label_1gain_174",t9="_start_1gain_177",n9="_toggle_1gain_177",a9="_small_1gain_201",o9="_hidden_1gain_222",l9="_indicator_1gain_234",r9="_checked_1gain_277",se={dark:Xm,light:Qm,input:Km,container:Zm,spaced:Ym,end:Jm,label:e9,start:t9,toggle:n9,small:a9,hidden:o9,indicator:l9,checked:r9},c9=({checked:e,className:a,label:o,labelClassName:l,labelPosition:r="end",labelModifier:s,labelFontWeight:c,onChange:i,isSmall:d,colorScheme:m,...u})=>{const{onKeyDown:p}=V.useEnter(f=>{i(!f.currentTarget.checked)});return t.createElement(R,null,({colorScheme:f})=>t.createElement("label",{className:_(m??f,se.container,se[m??f],r&&se[r],{[se.small]:d,[se.spaced]:s==="spaced"},a)},t.createElement("input",{type:"checkbox",checked:e,className:se.input,onChange:h=>i(h.currentTarget.checked),onKeyDown:p,...u}),t.createElement("div",{className:_(se.toggle,{[se.checked]:e})},t.createElement("div",{className:_(se.indicator)})),t.createElement(C,{fontVariant:c==="bold"?z.BodyBold:z.Body,className:_(se.label,l,{[se.hidden]:s==="hidden"})},o)))},N1=({children:e,className:a,closeDelay:o=0,colorScheme:l="light",crossOffset:r,defaultOpen:s,delay:c=500,isTooltipEnabled:i=!0,offset:d,position:m="top",text:u,tooltipContainerClassName:p,...f})=>{const h=t.useMemo(()=>t.createElement(Q,{colorScheme:l},t.createElement(le,{className:_(X.tooltip,X.tooltipControl,X[m],a),"data-testid":"tooltip-inner"},typeof u=="string"?t.createElement(C,null,u):u)),[a,l,m,u]),{targetRef:v,triggerProps:w,tooltip:E}=S1({closeDelay:o,crossOffset:r,defaultOpen:s,delay:c,offset:d,position:m,tooltipContent:h});return i?t.createElement("div",{className:_(X.tooltipContainer,p),ref:v,...f},t.Children.map(e,g=>t.isValidElement(g)?t.cloneElement(g,{...w}):g),E):t.createElement(t.Fragment,null,e)},s9="_video_n63fi_16",i9="_mirrored_n63fi_24",fa={video:s9,mirrored:i9},$t=(e,a)=>{e?.paused&&e.play().catch(o=>{a?.(o)})},Ja=t.forwardRef(({srcObject:e,sinkId:a,captionsSrc:o,captionsSrcLang:l,className:r,autoPlay:s=!0,isMirrored:c=!1,playsInline:i=!0,textTrackKind:d,muted:m,onPictureInPictureChange:u,onFailedToResume:p,...f},h)=>{const v=t.useRef(null);t.useImperativeHandle(h,()=>({resume:()=>$t(v.current,p),focus:()=>v.current?.focus()})),t.useEffect(()=>{const E=v.current;let g=!1;const b=()=>u?.(!0),y=()=>{setTimeout(()=>{g||$t(E,p)},0),u?.(!1)};return E?.addEventListener("enterpictureinpicture",b),E?.addEventListener("leavepictureinpicture",y),()=>{g=!0,E?.removeEventListener("enterpictureinpicture",b),E?.removeEventListener("leavepictureinpicture",y),E&&document.pictureInPictureElement===E&&document.exitPictureInPicture?.().then(()=>{u?.(!1)})}},[u,p]),t.useEffect(()=>{v.current&&e&&(v.current.srcObject=e)},[e]),t.useEffect(()=>{e?.getAudioTracks().length&&v?.current?.setSinkId?.(a??"")},[a,e]),t.useEffect(()=>{const E=v.current,g=()=>$t(v.current,p),[b]=e?.getTracks()??[];return E?.addEventListener("suspend",g),E?.addEventListener("pause",g),b?.addEventListener("unmute",g),()=>{E?.removeEventListener("suspend",g),E?.removeEventListener("pause",g),b?.removeEventListener("unmute",g)}},[e,p]);const w=()=>{v.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(v.current.muted=!0,$t(v.current,p)):v.current.muted=!1)};return t.createElement(R,null,({colorScheme:E})=>t.createElement("video",{ref:v,autoPlay:s,muted:m,playsInline:i,className:_(fa.video,E,{[fa.mirrored]:c},r),onCanPlay:w,...f},d&&t.createElement("track",{kind:d,src:o,srcLang:l,default:!0})))});Ja.displayName="Video";const d9=t.forwardRef(({src:e,srcObject:a,captionsSrc:o,captionsSrcLang:l,sinkId:r,play:s,controls:c=!1,onFailure:i=Q1.noop,onSuccess:d=Q1.noop,...m},u)=>{const p=t.useRef(null);return t.useEffect(()=>{p.current?.setSinkId?.(r??"").catch(i)},[r,i]),t.useEffect(()=>{p.current&&a&&(p.current.srcObject=a,p.current.setSinkId?.(r??"").catch(i))},[r,a,i]),t.useEffect(()=>{s!==void 0&&(async h=>{try{h?(await p.current?.play(),p.current&&d(p.current)):p.current?.pause()}catch(v){i(v)}})(s)},[i,d,s]),t.createElement("audio",{ref:f=>{u&&("current"in u?u.current=f:u(f)),p.current=f},src:e,controls:c,...m},o&&t.createElement("track",{kind:"captions",src:o,srcLang:l}))}),m9=(e,a)=>{const[o,l]=t.useState(!1);return t.useEffect(()=>{a&&e>0&&l(!0)},[e,a]),t.useEffect(()=>{let r;return a&&o&&(r=window.setTimeout(()=>{l(!1)},800)),()=>clearTimeout(r)},[o,a]),o},u9=e=>{const[a,o]=t.useState(e);return t.useEffect(()=>{e>0&&o(e)},[e]),a},_9="_wrapper_10wzf_18",f9="_truncated_10wzf_23",p9="_number_10wzf_23",h9="_counter_10wzf_27",v9="_visible_10wzf_47",g9="_animated_10wzf_51",w9="_pulse_10wzf_1",E9="_info_10wzf_63",x9="_notification_10wzf_73",ye={wrapper:_9,truncated:f9,number:p9,counter:h9,visible:v9,animated:g9,pulse:w9,info:E9,notification:x9},eo=({number:e=0,isVisible:a,variant:o="notification",shouldAnimate:l=!0,isTruncated:r=!1,badgeClassName:s,childrenWrapperClassName:c,children:i,...d})=>{const m=m9(e,l),u=u9(e);return t.createElement("div",{...d,className:_(ye.wrapper,{[ye.truncated]:r},d.className)},i&&t.createElement("div",{className:c},i),t.createElement("div",{"data-testid":L.BadgeCounterNumber,className:_(ye.counter,ye[o],{[ye.animated]:m,[ye.visible]:a,[ye.truncated]:r},s)},t.createElement(C,{colorScheme:o==="info"?"light":"dark",fontVariant:z.SmallBold,className:ye.number},u)))},b9=(e,a)=>e.includes(`
2
2
  `)?e.split(`
3
- `).map(o=>t.createElement(t.Fragment,{key:`${o}:${a}`},o,t.createElement("br",null))):e,b9=/(https?|ftp?:\/\/[^\s]+)/im,to=/((?:https?:\/\/|ftp?:\/\/|[a-zA-Z0-9-]+\.{1}[a-zA-Z0-9-]{2,63})(?:[^\s.]+|\.{1}[a-zA-Z0-9-]{2,63})*)/im,k9=e=>e.split(to).filter(Boolean),C9=e=>!b9.test(e),z9=e=>k9(e).map((a,o)=>to.test(a)?C9(a)?{id:o,linkType:"tld",value:a,url:`http://${a.replace(/(\/\/)/m,"")}`}:{id:o,linkType:"url",value:a,url:a}:{id:o,linkType:"text",value:a}),no=({text:e,...a})=>{const o=t.useMemo(()=>z9(e),[e]);return t.createElement(t.Fragment,null,o.map(l=>l.linkType!=="text"?t.createElement(et,{key:l.id,href:l.url,target:"_blank",...a},l.value):x9(l.value,l.id)))},be={escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft"},I9="_draggable_13pue_19",y9="_dragging_13pue_25",B9="_shadowFocus_13pue_31",s1={draggable:I9,dragging:y9,shadowFocus:B9};var ao=(e=>(e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e))(ao||{});const M9=(e,a)=>{const o=e.getBoundingClientRect().bottom,l=e.getBoundingClientRect().top,r=a.getBoundingClientRect().bottom,s=a.getBoundingClientRect().top;return o>=r?"DOWN":l<=s?"UP":"STOP"},$1=t.forwardRef(({ariaLabel:e="Draggable",isDisabled:a=!1,isMoveableWithArrowKeys:o=!1,showFocus:l=!0,floatRoot:r=void 0,beforeReposition:s,onReposition:c,onPointerUpExtra:i,onPointerMoveExtra:d,shouldCaptureClick:m=!0,alignWithFloatRootTrigger:_,scrollElementRef:p,scrollOffset:f=10,scrollTimer:h=30,lockStyle:v=0,pointerCapture:g=!1,pointerCaptureTarget:E,children:w,className:b,...B},y)=>{let z=t.useRef(null);z=y??z;const[k,M]=t.useState(!1),$=t.useRef(!1);return t.useEffect(()=>{if(!z.current)return;const x=z.current;if(M(!1),$.current=!1,a)return;let N=x.getBoundingClientRect();const S=p?.current??void 0;let W=0,K=0,F=0,j=0,ae,D=0,Z=0,Y=S?.scrollTop,ve="STOP",Ct,_e=!1,ge=!1;const zt=()=>{document.removeEventListener("pointermove",D1),document.removeEventListener("pointerup",G1),document.removeEventListener("keyup",X1)},It=()=>{clearInterval(Ct),_e=!1,ve="STOP"},Ut=()=>{x.style.left=`${(x.offsetLeft+F)/window.innerWidth*100}%`,x.style.top=`${(x.offsetTop+j)/window.innerHeight*100}%`},V1=()=>{N=x.getBoundingClientRect(),ae=x.offsetParent?.getBoundingClientRect(),D=ae?.left??0,Z=ae?.top??0,s&&(s(x),N=x.getBoundingClientRect()),x.style.left=`${N.left-D}px`,x.style.top=`${N.top-Z}px`,x.style.removeProperty("right"),x.style.removeProperty("bottom"),x.style.transform="none"};x.addEventListener("pointerdown",W1),o&&x.addEventListener("keydown",q1),S?.addEventListener("scroll",j1);function T1(A){M(A),ge=A}function q1(A){if(A.target!==x||!(A.key===be.arrowUp||A.key===be.arrowRight||A.key===be.arrowDown||A.key===be.arrowLeft))return;document.addEventListener("keyup",X1),A.repeat||V1(),d&&d(x);const ze=A.shiftKey?10:1;switch(A.key){case be.arrowUp:j=-10*ze;break;case be.arrowRight:F=10*ze;break;case be.arrowDown:j=10*ze;break;case be.arrowLeft:F=-10*ze;break;default:return}Ut(),(F||j)&&($.current=!0),F=0,j=0}function W1(A){g&&(E??x).setPointerCapture(A.pointerId),A.preventDefault(),A.stopPropagation(),A.button===0&&(T1(!0),V1(),W=A.clientX,K=A.clientY,document.addEventListener("pointermove",D1),document.addEventListener("pointerup",G1))}function D1(A){d&&d(x),v!==1&&(F=A.clientX-W),v!==2&&(j=A.clientY-K),S?(ve=M9(x,S),ve==="STOP"?(x.style.transform=`translate(${F}px, ${j}px)`,_e&&It()):_e||(_e=!0,Ct=window.setInterval(()=>{if(S)switch((ve==="UP"&&S.scrollTop===0||ve==="DOWN"&&S.scrollHeight-S.clientHeight-S.scrollTop<=1)&&(ve="STOP"),ve){case"DOWN":S.scrollTop+=f;break;case"UP":S.scrollTop-=f;break;case"STOP":x.style.transform=`translate(${F}px, ${j}px)`,It();break}},h))):x.style.transform=`translate(${F}px, ${j}px)`}function j1(){if(S?.scrollTop!==void 0){if(ge&&Y!==void 0){const A=S.scrollTop-Y;v!==2&&(j+=A,K-=A),x.style.transform=`translate(${F}px, ${j}px)`}Y=S.scrollTop}}const F1=()=>{let A=!1,yt=!1,ze=!1,Gt=!1,Xt={overflow:!1};if(r?.current){N=x.getBoundingClientRect();const De=r.current.getBoundingClientRect();N.left<De.left&&(x.style.left=`${r.current.offsetLeft-D}px`,ze=!0),N.right>De.right&&(x.style.left=`${De.right-x.offsetWidth-D}px`,Gt=!0),N.top<De.top&&(x.style.top=`${r.current.offsetTop-Z}px`,A=!0),N.bottom>De.bottom&&(x.style.top=`${De.bottom-x.offsetHeight-Z}px`,yt=!0),Xt={overflow:A||yt||ze||Gt,top:A,bottom:yt,left:ze,right:Gt},Xt.overflow&&Ut()}return Xt};_&&(_.current=()=>{const A=F1();c&&c(x,A)});function Ko(){N.left+N.width/2>window.innerWidth/2&&(x.style.right=`${(window.innerWidth-N.right)/window.innerWidth*100}%`,x.style.left="auto")}function Zo(){N.top+N.height/2>window.innerHeight/2&&(x.style.bottom=`${(window.innerHeight-N.bottom)/window.innerHeight*100}%`,x.style.top="auto")}const U1=()=>{It(),i&&i(x),Ut(),x.style.removeProperty("transform"),(F||j)&&($.current=!0),F=0,j=0,zt();const A=F1();A.overflow||(Ko(),Zo()),T1(!1),c&&c(x,A)};function G1(A){g&&(E??x).releasePointerCapture(A.pointerId),U1()}function X1(){U1()}return()=>{zt(),x.removeEventListener("pointerdown",W1),o&&x.removeEventListener("keydown",q1),S?.removeEventListener("scroll",j1),It(),x.style.removeProperty("transform"),ge&&i?.(x)}},[a,o,r,s,c,i,_,d,h,f,v,g,p,E]),t.createElement(R,null,({colorScheme:x})=>t.createElement("div",{role:"region","aria-label":e,tabIndex:o?0:-1,ref:z,className:u(x,{[s1.draggable]:!a,[s1.dragging]:k,[s1.shadowFocus]:o&&l},b),onClickCapture:m?N=>{$.current&&(N.stopPropagation(),N.preventDefault(),$.current=!1)}:void 0,...B},w))});$1.displayName="Draggable";const S9="_box_kq00y_4",L9="_fillHeight_kq00y_8",N9="_overflow-hidden_kq00y_14",$9="_nonePadding_kq00y_18",R9="_compactPadding_kq00y_22",A9="_smallPadding_kq00y_26",H9="_mediumPadding_kq00y_30",O9="_largePadding_kq00y_34",P9="_scrollbar_kq00y_38",st={box:S9,fillHeight:L9,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:N9,nonePadding:$9,compactPadding:R9,smallPadding:A9,mediumPadding:H9,largePadding:O9,scrollbar:P9},oo=t.forwardRef(({fillHeight:e=!0,hasFooterShadow:a=!0,headerContent:o,headerContentBelowDivider:l,footerContent:r,padding:s="small",headerPadding:c=s,footerPadding:i=s,overflowHidden:d=!1,withScrollbars:m=!0,scrollbarRef:_,children:p,scrollElementRef:f,scrollElementClassname:h,onScroll:v,className:g,...E},w)=>{const b=t.useId();return t.createElement(le,{hasFooterShadow:a,className:u(st.box,{[st.fillHeight]:e},{[st.overflowHidden]:d},g),padding:"none",headerContent:o,headerContentBelowDivider:l,footerContent:r,footerPadding:i,headerPadding:c,ref:w,...E},p&&m?t.createElement(ot,{ref:_,scrollElementRef:f,className:u(st.scrollbar),ariaLabel:`Scrollable panel content ${b}`,onScroll:v},t.createElement("div",{className:u(st[me(s)],h)},p)):p)});oo.displayName="Panel";const R1=e=>({focusFrom:t.useCallback(()=>{if(e){const o=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=o}},[e])}),V9=({children:e})=>Ia.createPortal(e,document.body),_1=(()=>{const e=[],a=l=>{const r=e.indexOf(l);r!==-1&&e.splice(r,1)};return{add:l=>(e.push(l),()=>{a(l)}),isLast:l=>e.length?e[e.length-1]===l:!1,remove:a}})(),T9=e=>{const a=l=>l?.dataset?.focusRoot==="1";return(()=>{let l=e;for(;l;){if(a(l))return l;l=l.parentElement}})()},lo=e=>{const a=h1.tabbable(e,{includeContainer:!1});if(!a.length){Ye(e);return}Ye(a[0],e)},Ye=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){Ye(a);return}e?.focus()}},q9=(e,a)=>{const o=l=>{if(l.key?.toLowerCase()!=="tab"||!_1.isLast(a))return;const r=h1.tabbable(e,{includeContainer:!1}),s=r[r.length-1],c=r[0];if(r.length===0){Ye(e);return}l.shiftKey?l.target===c&&(Ye(s),l.preventDefault()):l.target===s&&(Ye(c),l.preventDefault())};return[()=>{document.addEventListener("keydown",o)},()=>{document.removeEventListener("keydown",o)}]},W9=(e=!0)=>{const a=t.useRef(za.v4()),o=t.useRef(null),l=t.useRef(null),r=t.useRef(!1);t.useEffect(()=>{r.current=e},[e]),!r.current&&e&&(o.current=document.activeElement);const s=t.useCallback(c=>{l.current=c,!(!e||!c)&&(c.setAttribute("data-focus-root","1"),c.contains(document.activeElement)||lo(c))},[e]);return t.useEffect(()=>{const c=l.current,i=a.current;if(!e||!c)return;const[d,m]=q9(c,i);_1.add(i),d?.();const _=o.current;return()=>{_1.remove(i),m?.();const p=document.activeElement,f=T9(p),h=f&&f===c,v=p&&h1.isFocusable(p);o.current=null,!(!_||!h&&v)&&_.focus?.()}},[e]),{focusTrapRef:l,setFocusTrapRef:s}},D9="_modalWrapper_1tsaz_4",j9="_modalMask_1tsaz_18",F9="_fade_1tsaz_1",U9="_modal_1tsaz_4",G9="_compact_1tsaz_44",X9="_small_1tsaz_47",Q9="_medium_1tsaz_50",K9="_large_1tsaz_53",Z9="_auto_1tsaz_56",Y9="_closeButton_1tsaz_60",J9="_closeButtonIcon_1tsaz_71",eu="_nonePadding_1tsaz_93",tu="_compactPadding_1tsaz_97",nu="_smallPadding_1tsaz_101",au="_mediumPadding_1tsaz_105",ou="_largePadding_1tsaz_109",lu="_overlay_1tsaz_113",ru="_slide_1tsaz_1",cu="_positioned_1tsaz_122",su="_scrollbars_1tsaz_126",iu="_keycap_1tsaz_132",ke={modalWrapper:D9,modalMask:j9,fade:F9,modal:U9,compact:G9,small:X9,medium:Q9,large:K9,auto:Z9,closeButton:Y9,closeButtonIcon:J9,nonePadding:eu,compactPadding:tu,smallPadding:nu,mediumPadding:au,largePadding:ou,overlay:lu,slide:ru,positioned:cu,scrollbars:su,keycap:iu};var ro=(e=>(e.Overlay="overlay",e.Positioned="positioned",e))(ro||{});const du=({children:e,...a})=>t.createElement("div",{...a},e),Wt=t.forwardRef(({canDrag:e=!1,children:a,className:o,closeButton:l=at,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:s=!0,colorScheme:c="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:_,headerContent:p,headerPadding:f,isOpen:h=!1,modalType:v="overlay",onClose:g,padding:E="medium",scrollbarsAriaLabel:w,sizeModifier:b="small",style:B,testIdCloseButton:y=L.ButtonModalClose,uniqueTitle:z,withCloseButton:k=!1,withMask:M=!0,withScrollbars:$=!0,wrapperClassName:x,...N},S)=>{const W=()=>{s&&g?.()},K=V.useOnClickOutside(W),{focusTrapRef:F,setFocusTrapRef:j}=W9(h),ae=t.useRef(null),[D,Z]=t.useState(null),{focusFrom:Y}=R1(D),ve=$?ot:du;t.useImperativeHandle(S,()=>({focus:()=>{F.current instanceof HTMLElement?lo(F.current):D&&Y()}})),t.useEffect(()=>{const ge=zt=>{zt.key==="Escape"&&g?.()};return h?document.addEventListener("keydown",ge):document.removeEventListener("keydown",ge),()=>document.removeEventListener("keydown",ge)},[h,g]);const{colorScheme:Ct}=t.useContext(Je);let _e=t.createElement(Q,{colorScheme:c??Ct},t.createElement(le,{className:u(ke.modal,ke[v],b!=="none"&&ke[b],!e&&o),ref:v==="positioned"?ge=>{Z(ge)}:j,hasBackground:m,headerContent:p,footerContent:i,headerPadding:f,footerPadding:d,hasFooterShadow:_,...!e&&{style:B}},t.createElement(ve,{className:ke.scrollbars,...$?{ariaLabel:w}:{"aria-label":w}},t.createElement("div",{role:"presentation",ref:K,className:ke[me(E)]},t.createElement("div",{role:"dialog","aria-modal":"true","aria-label":z},k&&t.createElement(l,{"aria-label":r,className:ke.closeButton,"data-testid":y,onClose:g}),a)))));return e&&(_e=t.createElement($1,{className:o,style:B,floatRoot:ae},_e)),M&&(_e=t.createElement("div",{role:"presentation",className:u(ke.modalMask,x),"data-testid":L.ModalMask},_e)),h?t.createElement(V9,null,t.createElement("div",{className:ke.modalWrapper,role:"region",ref:ae,...N},_e)):null});Wt.displayName="Modal";const mu=({className:e,colorScheme:a,hotkeyLabel:o,keyCap:l,onClose:r,...s})=>t.createElement(co,{className:e,hotkeyLabel:o,keyCap:l,...s},t.createElement(at,{colorScheme:a,onClose:r})),co=({children:e,className:a,delay:o=0,hotkeyLabel:l,keyCap:r="ESC",position:s="bottomEnd",...c})=>t.createElement(N1,{delay:o,position:s,text:t.createElement(so,{label:l,keyCap:r}),tooltipContainerClassName:a,...c},e),so=({label:e,keyCap:a})=>t.createElement("div",{className:"d-inline-flex items-center gap-1"},t.createElement(C,null,e),t.createElement("div",{className:ke.keycap},t.createElement(C,{fontVariant:I.Small},a))),uu="_list_1kobu_4",_u="_noneSpacing_1kobu_9",fu="_compactSpacing_1kobu_16",pu="_smallSpacing_1kobu_23",hu="_mediumSpacing_1kobu_30",vu="_largeSpacing_1kobu_37",pa={list:uu,noneSpacing:_u,compactSpacing:fu,smallSpacing:pu,mediumSpacing:hu,largeSpacing:vu},bt=({children:e,className:a,spacing:o="small",...l})=>t.createElement("div",{className:u(pa.list,pa[g1(o)],a),...l},e),io=({enhancerEnd:e,version:a,headingText:o="About Pexip",privacyPolicyLinkText:l="Privacy Policy",privacyPolicyUrl:r="https://pexip.com/privacy-policy/",termsOfServiceLinkText:s="Terms of Service",termsOfServiceUrl:c="https://pexip.com/terms-of-service/",...i})=>t.createElement(bt,{className:"ml-3 mr-3 mb-2",...i},o&&t.createElement(Ce,null,t.createElement(qe,{className:"mb-3 mt-2",fontVariant:I.H5,htmlTag:"h1"},o)),r&&l&&t.createElement(Ce,{spacing:"small"},t.createElement(et,{href:r,target:"_blank","data-testid":L.PrivacyPolicyLink},l)),s&&c&&t.createElement(Ce,{spacing:"small"},t.createElement(et,{href:c,target:"_blank","data-testid":L.TermsOfServiceLink},s)),t.createElement(ue,{className:"mt-5 mb-3"}),t.createElement(C,{"data-testid":L.Version},"Version: ",a),e),gu=Et(Wt,"light"),wu=({className:e,isOpen:a=!1,onClose:o,version:l,headingText:r,privacyPolicyUrl:s,privacyPolicyLinkText:c,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,..._})=>t.createElement(gu,{padding:"none",onClose:o,isOpen:a,withCloseButton:!0,className:e,..._},t.createElement(io,{version:l,headingText:r,privacyPolicyUrl:s,privacyPolicyLinkText:c,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Dt=e=>a=>{a.key==="Enter"&&e(a)},Eu="_chevron_ansc0_4",xu="_toggle_ansc0_12",bu="_summary_ansc0_16",ku="_content_ansc0_24",Cu="_expanded_ansc0_29",zu="_accordionButton_ansc0_33",Iu="_dark_ansc0_40",yu="_meta_ansc0_47",Bu="_light_ansc0_51",$e={chevron:Eu,toggle:xu,summary:bu,content:ku,expanded:Cu,accordionButton:zu,dark:Iu,meta:yu,light:Bu},Mu=({canOnlyToggleWithTitle:e,children:a,className:o,isExpanded:l,onExpand:r,...s})=>{const c=u($e.summary,o);return e?t.createElement("div",{className:c},a):t.createElement(re,{className:c,"aria-expanded":l,onClick:r,onKeyDown:Dt(r),...s},a)},Su=({isExpanded:e})=>{const a=e?O.IconChevronDown:O.IconChevronRight;return t.createElement(T,{size:"compact",source:a,className:u($e.chevron,"me-2")})},Lu=({children:e,isExpanded:a,canOnlyToggleWithTitle:o,onExpand:l})=>{const r=()=>t.createElement(t.Fragment,null,t.createElement(Su,{isExpanded:a}),e);return o?t.createElement(re,{className:$e.accordionButton,"aria-expanded":a,onClick:l,onKeyDown:Dt(l)},t.createElement(r,null)):t.createElement("div",{className:$e.accordionButton},t.createElement(r,null))},Nu=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?t.createElement(C,{fontVariant:I.BodyBold,className:u($e.meta,a)},e):t.createElement("div",{className:a},e)},$u=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:o,meta:l,isExpanded:r,onExpand:s,className:c,...i})=>t.createElement(Mu,{canOnlyToggleWithTitle:e,className:c,isExpanded:r,onExpand:s,...i},t.createElement("div",{className:"d-flex align-items-center"},t.createElement(Lu,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:s},a),t.createElement(Nu,{meta:l}),t.createElement("div",{className:"ml-auto"},o))),Ru=({buttonClassName:e,canOnlyToggleWithTitle:a,children:o,className:l,colorScheme:r,contentClassName:s,dataTestId:c,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:_,title:p,...f})=>{const[h,v]=t.useState(d),g=V.usePrevious(h),E=w=>{w.preventDefault(),v(b=>!b)};return t.useEffect(()=>{h!==(g||!1)&&_?.(h)},[_,h,g]),t.createElement(R,null,({colorScheme:w})=>t.createElement("div",{role:"group",className:u($e[r??w],l),...f},t.createElement($u,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:E,className:e,enhancerEnd:i,"data-testid":c},typeof p=="string"?t.createElement(C,{fontVariant:I.BodyBold},p):p),t.createElement("div",{className:u($e.content,{[$e.expanded]:h},s)},o)))},Au="_secondaryWrapper_1plhf_4",Hu="_statusWrapper_1plhf_10",Ou="_statusItem_1plhf_18",Pu="_eventsList_1plhf_22",Vu="_eventItem_1plhf_26",Tu="_contentWrapper_1plhf_32",qu="_disabled_1plhf_42",we={secondaryWrapper:Au,statusWrapper:Hu,statusItem:Ou,eventsList:Pu,eventItem:Vu,contentWrapper:Tu,disabled:qu},Wu=({actionButton:e,disabled:a=!1,eventsItems:o,eventsTitle:l,statusItems:r,title:s,titleEnhancerStart:c})=>t.createElement(Ma,{title:s,titleEnhancerStart:c,secondaryComponent:t.createElement("div",{className:u(we.secondaryWrapper,a&&we.disabled,"p-4")},r.map(i=>t.createElement("div",{className:we.statusWrapper,key:`${i.label}${i.content}`},t.createElement(C,{variant:"inherit",fontVariant:I.Body,className:we.statusItem},i.label),t.createElement(C,{variant:"inherit",fontVariant:I.BodyBold,className:we.statusItem},i.content))))},t.createElement("div",{className:u(we.contentWrapper,a&&we.disabled,"p-4")},t.createElement(qe,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:I.H5},l),t.createElement(bt,{spacing:"none",className:we.eventsList},o.map(i=>t.createElement(Ce,{key:i.label},t.createElement(et,{onClick:i.action,isUnderlined:!!i.action,className:we.eventItem},i.label)))),t.createElement(et,{variant:"inherit",fontVariant:I.BodyBold,isDisabled:!0,onClick:e.action},e.label))),Du="_wrapper_16uxo_4",ju={wrapper:Du},Fu={width:16,height:9},Uu=({children:e,className:a,dimensions:o=Fu,isActive:l=!0,style:r,...s})=>{const c=l?{"--aspect-ratio-height":o.height,"--aspect-ratio-width":o.width}:void 0;return t.createElement("div",{style:{...r,...c},className:u(ju.wrapper,a),...s},e)},Gu="_bar_19iud_4",Xu="_absoluteTop_19iud_12",Qu="_absoluteBottom_19iud_17",Ku="_relative_19iud_22",Zu="_row_19iud_26",Yu="_rowReverse_19iud_30",Ju="_column_19iud_34",e_="_columnReverse_19iud_38",t_="_spaceBetween_19iud_42",n_="_center_19iud_46",a_="_nonePadding_19iud_50",o_="_compactPadding_19iud_54",l_="_smallPadding_19iud_58",r_="_mediumPadding_19iud_62",c_="_largePadding_19iud_66",it={bar:Gu,absoluteTop:Xu,absoluteBottom:Qu,relative:Ku,row:Zu,rowReverse:Yu,column:Ju,columnReverse:e_,spaceBetween:t_,center:n_,nonePadding:a_,compactPadding:o_,smallPadding:l_,mediumPadding:r_,largePadding:c_},s_=({children:e,className:a,position:o="relative",padding:l="none",flexDirection:r="row",justifyContent:s="spaceBetween",...c})=>t.createElement("div",{className:u(it.bar,it[me(l)],it[o],it[r],it[s],a),...c},e),i_="_wrapper_1f5cx_14",d_="_list_1f5cx_20",m_="_listItem_1f5cx_27",u_="_crumbLabel_1f5cx_30",__="_crumbLink_1f5cx_43",ht={wrapper:i_,list:d_,listItem:m_,crumbLabel:u_,crumbLink:__},ha=(e,a,o)=>{e.preventDefault(),a.action?a.action():a.url&&o(a.url)},f_=({className:e,crumbs:a,enhancerEnd:o,enhancerStart:l,handleNavigate:r})=>{const c=[...a].reverse().slice(1).find(i=>i.url||i.action);return t.createElement("nav",{className:u(e,ht.wrapper),"aria-label":"breadcrumbs"},l,(c?.url||c?.action)&&t.createElement(q,{href:c.url,onClick:i=>ha(i,c,r),htmlTag:"a",size:"none",variant:"transparent",className:"mr-3","aria-label":`Go back to ${c.label}`},t.createElement(T,{source:O.IconArrowLeftRegular,size:"medium"})),t.createElement("ul",{className:ht.list},a.map(i=>t.createElement("li",{key:`${i.label}${i.url}`,className:ht.listItem},i.action??i.url?t.createElement(re,{className:ht.crumbLink,href:i.url,htmlTag:"a",onClick:d=>ha(d,i,r)},t.createElement(va,{label:i.label})):t.createElement(va,{label:i.label})))),o)},va=({label:e})=>t.createElement(C,{fontVariant:I.BodyBold,className:ht.crumbLabel},e),p_="_svg_1ww8x_4",h_="_circle_1ww8x_13",ga={svg:p_,circle:h_},v_=({duration:e=60,className:a,...o})=>{const l=t.useMemo(()=>e,[]);return t.createElement("svg",{viewBox:"0 0 32 32",className:u(ga.svg,a),role:"img","aria-label":"timer",...o},t.createElement("circle",{r:"16",cx:"16",cy:"16",className:ga.circle,style:{animationDuration:`${l}s`}}))},g_="_countdownWrapper_nht8u_11",w_="_countdownNumber_nht8u_20",E_="_svg_nht8u_24",x_="_circleMain_nht8u_33",b_="_circleBackground_nht8u_34",k_="_countdown_nht8u_11",Ve={countdownWrapper:g_,countdownNumber:w_,svg:E_,circleMain:x_,circleBackground:b_,countdown:k_},wa=({className:e})=>t.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),C_=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:o})=>(t.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),t.createElement("div",{className:Ve.countdownWrapper},t.createElement(C,{className:Ve.countdownNumber,colorScheme:"light",fontVariant:I.H1},e),t.createElement("svg",{role:"img","aria-label":"Circle countdown",className:Ve.svg},t.createElement(wa,{className:u(Ve.circleBackground,o?Ve.countdown:"")}),t.createElement(wa,{className:u(Ve.circleMain,o?Ve.countdown:"")})))),z_=({startCountFrom:e=5,msInterval:a=1e3,shouldStartCountDown:o})=>{const{startCountDown:l,currentCount:r}=V.useCountDown({startCountFrom:e,enabled:o,msInterval:a});return t.useEffect(()=>{o&&l()},[o,l]),t.createElement(C_,{startCountFrom:e,shouldStartCountDown:o,currentCount:r})},I_="_tabs_1v2zs_4",y_="_light_1v2zs_10",B_="_dark_1v2zs_13",M_="_small_1v2zs_16",S_="_tab_1v2zs_4",L_="_active_1v2zs_34",N_="_canClickActive_1v2zs_34",$_="_large_1v2zs_46",R_="_medium_1v2zs_49",Be={tabs:I_,light:y_,dark:B_,small:M_,tab:S_,active:L_,canClickActive:N_,large:$_,medium:R_},A_=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:o,onTabChange:l,className:r,sizeModifier:s="large"})=>t.createElement(R,null,({colorScheme:c})=>t.createElement("div",{role:"tablist",className:u(c,Be[c],Be[s],Be.tabs,r)},a.map(({name:i,id:d,textEndContent:m,testId:_})=>t.createElement("button",{type:"button","data-testid":_,onClick:()=>{(o!==d||o===d&&e)&&l(d)},role:"tab",key:d,className:u(Be.tab,Be[c],Be[s],{[Be.active]:d===o,[Be.canClickActive]:e})},t.createElement(C,{fontVariant:s==="small"?I.SmallBold:I.BodyBold,className:u({"p-relative":!!m})},i,m))))),H_="_wrap_yqav1_4",O_="_buttonContainer_yqav1_10",P_="_dropContent_yqav1_17",V_="_fade_yqav1_1",T_="_contentTextNoWrap_yqav1_25",q_="_topLeft_yqav1_30",W_="_bottomLeft_yqav1_31",D_="_topRight_yqav1_35",j_="_bottomRight_yqav1_36",F_="_topMiddle_yqav1_42",U_="_bottomMiddle_yqav1_53",G_="_middleLeft_yqav1_62",X_="_middleRight_yqav1_63",Q_="_limitSize_yqav1_84",K_="_row_yqav1_89",Z_="_rowReverse_yqav1_93",Y_="_column_yqav1_97",J_="_columnReverse_yqav1_101",Ee={wrap:H_,buttonContainer:O_,dropContent:P_,fade:V_,contentTextNoWrap:T_,topLeft:q_,bottomLeft:W_,topRight:D_,bottomRight:j_,topMiddle:F_,bottomMiddle:U_,middleLeft:G_,middleRight:X_,limitSize:Q_,row:K_,rowReverse:Z_,column:Y_,columnReverse:J_},jt=({buttonClassName:e,buttonLabel:a="Toggle drop content",canCloseOutside:o=!0,children:l,className:r,closeOnEscape:s=!1,content:c,contentClassName:i,dropContentRole:d,dropContentLabel:m,interactiveElement:_,isContentTextWrapped:p=!1,isDisabled:f,isOpen:h=!1,limitSize:v=!1,onClose:g,onContainerClick:E,onContentVisibilityChange:w,onOutsideClose:b,position:B="bottomLeft",flexDirection:y="row",...z})=>{const[k,M]=t.useState(h),$=t.useRef(z);$.current=z;const x=t.useCallback(()=>{g?.(),M(!1)},[g]),N=t.useCallback(()=>{o&&(x(),b?.())},[o,b,x]);t.useEffect(()=>{const D=Z=>{Z.key===be.escape&&x()};return D&&(k?document.addEventListener("keydown",D,!0):document.removeEventListener("keydown",D,!0)),()=>D&&document.removeEventListener("keydown",D,!0)},[s,x,k]);const S=t.useCallback(D=>{E?.(),k&&g?.(),M(Z=>!Z),D.stopPropagation()},[k,g,E]),W=t.useCallback(D=>D.stopPropagation(),[]),K=D=>{D.stopPropagation(),g?.(),M(!1)};t.useEffect(()=>{w&&w(k)},[k,w]);const F=V.useOnClickOutside(N),j=t.useMemo(()=>t.createElement(t.Fragment,null,typeof l=="function"?l(k):l),[l,k]),ae=t.useMemo(()=>_?.({"aria-label":a,className:u(Ee.buttonContainer,e),onClick:S,onKeyDown:W,children:j,...$.current},k)??t.createElement(re,{"aria-label":a,className:u(Ee.buttonContainer,e),onClick:S,onKeyDown:W,...$.current},j),[e,a,S,_,W,k,j]);return f?t.createElement("div",{className:u(Ee.wrap,r),ref:F},j):t.createElement("div",{className:u(Ee.wrap,r),ref:F},ae,k&&t.createElement("div",{"aria-label":m,role:d,className:u(Ee.dropContent,Ee[B],Ee[y],{[Ee.contentTextNoWrap]:!p,[Ee.limitSize]:v},i)},typeof c=="function"?c(K):c))},ef="_dark_1flzb_20",tf="_light_1flzb_46",nf="_container_1flzb_169",af="_errorText_1flzb_170",of="_containerWrapContent_1flzb_174",lf="_selectWrapper_1flzb_178",rf="_fullWidth_1flzb_184",cf="_view_1flzb_187",sf="_select_1flzb_178",df="_compact_1flzb_244",mf="_small_1flzb_248",uf="_medium_1flzb_251",_f="_hasIcon_1flzb_254",ff="_textWrapper_1flzb_258",pf="_label_1flzb_265",hf="_text_1flzb_258",vf="_icon_1flzb_273",gf="_chevron_1flzb_274",wf="_error_1flzb_170",Ef="_inlineLabel_1flzb_311",xf="_disabled_1flzb_328",H={dark:ef,light:tf,container:nf,errorText:af,containerWrapContent:of,selectWrapper:lf,fullWidth:rf,view:cf,select:sf,compact:df,small:mf,medium:uf,hasIcon:_f,textWrapper:ff,label:pf,text:hf,icon:vf,chevron:gf,error:wf,inlineLabel:Ef,disabled:xf},bf="_fullWidth_7juwi_12",kf="_button_7juwi_16",Cf="_wrapper_7juwi_20",zf="_menu_7juwi_25",If="_checkboxWrapper_7juwi_29",yf="_textWrapper_7juwi_41",ne={fullWidth:bf,button:kf,wrapper:Cf,menu:zf,checkboxWrapper:If,textWrapper:yf},mo=({className:e,colorScheme:a,dropContentPosition:o,errorText:l,hasError:r,iconType:s,isDisabled:c,isFullWidth:i,isOpen:d=!1,isTruncated:m=!1,label:_,labelModifier:p,menuComponent:f,multipleSelectionText:h="selected",noSelectionText:v,onOutsideClose:g,onContentVisibilityChange:E,options:w,sizeModifier:b="medium",testId:B,value:y=[],wrapContent:z=!1})=>t.createElement(R,null,({colorScheme:k})=>t.createElement(jt,{buttonLabel:_,className:u(ne.fullWidth,e),content:f,contentClassName:u({[ne.fullWidth]:i}),isOpen:w.length>0&&d,isDisabled:c,onOutsideClose:g,onContentVisibilityChange:E,position:o,interactiveElement:M=>t.createElement(re,{...M,className:u(a??k,H.container,H[a??k],ne.button,{[ne.fullWidth]:i,[H.disabled]:c,[H.error]:r&&!c,[H.containerWrapContent]:z}),"data-testid":B},t.createElement(Bf,{iconType:s,isDisabled:c,isFullWidth:i,isTruncated:m,labelModifier:p,multipleSelectionText:h,noSelectionText:v,options:w,selectLabel:_,sizeModifier:b,value:y}),r&&l&&t.createElement(C,{className:u("mt-2",H.errorText),variant:"danger"},l))})),Bf=({iconType:e,isDisabled:a,isFullWidth:o,isTruncated:l,labelModifier:r,multipleSelectionText:s,noSelectionText:c,options:i,selectLabel:d,sizeModifier:m,value:_})=>{const p=r==="hidden",f=r==="inline",h=w=>i.find(b=>b.id===w)?.label??w,v=f||p,g={text:d},E=()=>_.length===1?h(_[0]):_.length>1&&!l?_.map(w=>h(w)).join(", "):_.length===0&&!c||_.length>1?`${_.length} ${s}`:c;return t.createElement(t.Fragment,null,!v&&t.createElement(he,{className:u(H.label),...g}),t.createElement(re,{className:u(H.selectWrapper,{[ne.fullWidth]:o}),htmlTag:"div",disabled:a},t.createElement("div",{className:u(H.view,H[m],{[H.hasIcon]:!!e}),"data-testid":L.MultiselectView},v&&t.createElement(he,{className:u(H.inlineLabel),isLabelHidden:p,isLabelInline:f,...g}),!!e&&t.createElement(T,{size:"compact",source:e,className:H.icon}),t.createElement("div",{className:u(H.textWrapper,ne.textWrapper)},t.createElement("span",{className:H.text},E())),t.createElement(T,{size:m==="medium"?"compact":"mini",source:O.IconChevronDown,className:H.chevron}))))},Mf=Et(le,"light"),Sf=({isFullWidth:e,options:a,onConfirm:o,menuTestId:l,onContentVisibilityChange:r,value:s=[],isOpen:c,...i})=>{const[d,m]=t.useState(s),[_,p]=t.useState(c),f=({id:v,checked:g})=>{let E=[];!d.includes(v)&&g?E=[...d,v]:d.includes(v)&&!g&&(E=d.filter(w=>w!==v)),m(E)},h=()=>{const v=d.map(g=>({id:g,label:a.find(E=>E.id===g)?.label??"No label"}));p(!1),o(v)};return t.createElement(mo,{isOpen:_,isFullWidth:e,menuComponent:v=>t.createElement(Lf,{isFullWidth:e,options:a,selection:d,onChange:f,onConfirm:g=>{h(),v(g)},testId:l}),options:a,onOutsideClose:()=>m(s),onContentVisibilityChange:r,value:d,...i})},Lf=({isFullWidth:e=!1,options:a,selection:o,onChange:l,onConfirm:r,testId:s})=>{const c=i=>{l({id:i.currentTarget.name,checked:i.currentTarget.checked})};return a.length>0?t.createElement(Mf,{className:u(ne.wrapper,{[ne.fullWidth]:e},"py-3"),"data-testid":s},t.createElement(ot,{className:u(ne.menu,"pl-4 pr-5 mr-1")},a.filter(i=>!i.isHidden).map((i,d)=>t.createElement("div",{className:u(e?ne.fullWidth:ne.checkboxWrapper,{"mb-2":d+1!==a.length}),key:i.id,"data-testid":`${L.MultiselectItem}-${d}`},t.createElement(B1,{role:"menuitemcheckbox",name:i.id,label:i.label,checked:o.includes(i.id),onChange:c,isDisabled:i.isDisabled})))),t.createElement("div",{className:"mx-4 mt-2"},t.createElement(q,{onClick:r,modifier:"fullWidth","data-testid":L.ConfirmableMultiselectConfirm},"Confirm"))):null},Nf=Et(Wt,"light"),$f=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:o,confirmButtonTestid:l,confirmButtonVariant:r="primary",description:s,descriptionWordBreak:c,isOpen:i,onCancel:d,onConfirm:m,title:_,...p})=>{const f=t.createElement(q,{onClick:m,variant:r,size:"medium","data-testid":l,modifier:"fullWidth"},o);return t.createElement(Nf,{isOpen:i,...p},t.createElement(bt,{spacing:"none"},t.createElement(C,{fontVariant:I.H5,className:"mb-2"},_),s&&t.createElement(C,{fontVariant:I.Body,className:"mb-4",wordBreak:c},t.createElement(no,{text:s})),e?t.createElement(Va,{className:"mt-2"},t.createElement(m1,{xs:6},t.createElement(q,{onClick:d,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),t.createElement(m1,{xs:6},f)):f))},Rf="_wrapper_1uegx_4",Af="_clickCatcher_1uegx_8",Hf="_positionAdjuster_1uegx_17",i1={wrapper:Rf,clickCatcher:Af,positionAdjuster:Hf},Of=({children:e,menu:a})=>{const[o,l]=t.useState(!1),r=()=>l(!1),s=i=>{l(!o),o||i.preventDefault()},c=typeof a=="function"?a({onClose:r}):a;return t.createElement("div",{onContextMenu:s,role:"presentation",tabIndex:-1,className:i1.wrapper},o&&t.createElement(t.Fragment,null,t.createElement("div",{className:i1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),t.createElement("div",{className:i1.positionAdjuster},c)),e)},Pf="_fileUpload_mtns5_13",Vf="_button_mtns5_22",Tf="_disabledDark_mtns5_32",qf="_disabledLight_mtns5_37",Wf="_error_mtns5_42",Df="_content_mtns5_47",Me={fileUpload:Pf,button:Vf,disabledDark:Tf,disabledLight:qf,error:Wf,content:Df},jf="or drag and drop",uo=t.forwardRef(({accept:e,ariaLabel:a,colorScheme:o="dark",hasError:l,isDisabled:r,onChange:s,onDrop:c,multiple:i=!1,title:d,subTitle:m=jf,..._},p)=>{const f=r?o==="dark"?Me.disabledDark:Me.disabledLight:"";return t.createElement(ja,{onDrop:c,colorScheme:o,hasError:l,isDisabled:r,..._},t.createElement(M1,{accept:e,className:Me.fileUpload,onChange:s,multiple:i,ref:p,ariaLabel:a,colorScheme:o,isDisabled:r},t.createElement("div",{className:Me.content},t.createElement("div",{className:Me.button},t.createElement(T,{source:O.IconAdd,size:"small",className:u(f,l&&Me.error),colorScheme:o})),d&&t.createElement(Ce,{className:"pb-0"},t.createElement(C,{fontVariant:I.H5,className:u(f,l&&Me.error),colorScheme:o},d)),m&&t.createElement(Ce,{className:"pt-0"},t.createElement(C,{fontVariant:I.Body,className:u(f,l&&Me.error),colorScheme:o},m)))))});uo.displayName="DragAndUploadFiles";const Ff=({children:e,className:a,...o})=>t.createElement("form",{className:a,...o},e),Uf="_group_1wlif_4",Gf="_noneSpacing_1wlif_10",Xf="_compactSpacing_1wlif_14",Qf="_smallSpacing_1wlif_18",Kf="_mediumSpacing_1wlif_22",Zf="_largeSpacing_1wlif_26",Yf="_fullWidth_1wlif_30",Jf="_spaceBetween_1wlif_34",ep="_center_1wlif_38",tp="_normal_1wlif_42",Rt={group:Uf,noneSpacing:Gf,compactSpacing:Xf,smallSpacing:Qf,mediumSpacing:Kf,largeSpacing:Zf,fullWidth:Yf,spaceBetween:Jf,center:ep,normal:tp},np=({children:e,className:a,modifier:o,spacing:l="medium",justifyContent:r="normal",...s})=>t.createElement("div",{className:u(Rt.group,Rt[g1(l)],Rt[r],o&&Rt[o],a),...s},e),ap="_pill_b6d2f_12",op="_iconWrapper_b6d2f_19",lp="_icon_b6d2f_19",rp="_textWrapper_b6d2f_32",cp="_text_b6d2f_32",dt={pill:ap,iconWrapper:op,icon:lp,textWrapper:rp,text:cp},sp=({className:e,text:a,...o})=>t.createElement(L1,{className:u("align-items-center",dt.pill,e),...o},t.createElement("div",{className:dt.iconWrapper},t.createElement(T,{className:dt.icon,source:O.IconInfoRound,colorScheme:"light"})),t.createElement("div",{className:dt.textWrapper},t.createElement(C,{colorScheme:"light",className:dt.text},a))),ip="_menu_1litt_11",dp={menu:ip},f1=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?t.createElement(Za,{"aria-checked":e.isAriaChecked,"aria-label":!a&&e.target==="_blank"?`${e.label} (Opens in a new tab)`:void 0,"aria-selected":e.isAriaSelected,"data-testid":e.testId,href:a?void 0:e.url,icon:e.icon,iconColor:e.iconColor,iconAlignedStart:e.iconAlignedStart,isDisabled:e.isDisabled,isFixedIcon:e.isFixedIcon,onClick:e.clickAction,role:e.role,target:a?void 0:e.target,variant:e.variant??"inherit"},e.label):t.createElement(Ce,{"aria-checked":e.isAriaChecked,"aria-selected":e.isAriaSelected,role:e.role},t.createElement(C,{className:"pr-1 pl-1"},e.label),e.icon&&t.createElement(T,{source:e.icon,size:"compact",color:e.iconColor}))},mp=e=>e.map(a=>String(a.label)).join(":"),up=({children:e,className:a,colorScheme:o="light",testId:l})=>t.createElement(Q,{colorScheme:o},t.createElement(le,{"data-testid":l,className:u(dp.menu,a)},e)),_p=({onPointerDownCapture:e,className:a,colorScheme:o="light",isAriaMultiSelectable:l,menuContent:r,role:s="menu",tabIndex:c,testId:i,wrapperComponent:d=up})=>{const m=!Array.isArray(r),_=Object.entries(r);return t.createElement(d,{className:a,colorScheme:o,testId:i},_.map(([p,f],h)=>{const v=_.length-1===h;return t.createElement(t.Fragment,{key:mp(f)},m&&t.createElement(t.Fragment,null,t.createElement("div",{className:"p-2"},t.createElement(C,{fontVariant:I.BodyBold},p)),t.createElement(ue,null)),t.createElement(bt,{onPointerDownCapture:e,"aria-multiselectable":l,className:"p-1",role:s,spacing:"compact",tabIndex:c},f.map((g,E)=>{const w=g.linkWrapper;return w?t.createElement(w,{key:`${g.label}-wrapper-${E}`},t.createElement(f1,{item:g})):t.createElement(f1,{key:`${g.label}-entry-${E}`,item:g})})),!v&&t.createElement(ue,null))}))},fp=Et(le,"light"),_o=({isFullWidth:e,options:a,onSelectChange:o,menuTestId:l,value:r=[],...s})=>{const c=({id:i,checked:d})=>{let m=[];!r.includes(i)&&d?m=[...r,i]:r.includes(i)&&!d&&(m=r.filter(p=>p!==i));const _=m.map(p=>({id:p,label:a.find(f=>f.id===p)?.label??"No label"}));o(_)};return t.createElement(mo,{options:a,value:r,isFullWidth:e,menuComponent:t.createElement(pp,{isFullWidth:e,options:a,selection:r,onChange:c,testId:l}),...s})},pp=({isFullWidth:e=!1,options:a,selection:o,onChange:l,testId:r})=>{const s=c=>{l({id:c.currentTarget.name,checked:c.currentTarget.checked})};return a.length>0?t.createElement(fp,{className:u(ne.wrapper,{[ne.fullWidth]:e},"py-3"),"data-testid":r},t.createElement(ot,{className:u(ne.menu,"pl-4 pr-5 mr-1")},a.filter(c=>!c.isHidden).map((c,i)=>t.createElement("div",{className:u(ne.checkboxWrapper,{"mb-2":i+1!==a.length}),key:c.id,"data-testid":`${L.MultiselectItem}-${i}`},t.createElement(B1,{role:"menuitemcheckbox",name:c.id,label:c.label,checked:o.includes(c.id),onChange:s,isDisabled:c.isDisabled}))))):null},hp="_line_ik17u_25",vp="_dark_ik17u_32",gp="_disabled_ik17u_35",wp="_completed_ik17u_38",Ep="_failed_ik17u_41",xp="_active_ik17u_44",bp="_light_ik17u_48",Qe={line:hp,dark:vp,disabled:gp,completed:wp,failed:Ep,active:xp,light:bp},kp=({className:e,colorScheme:a,isActive:o,isCompleted:l,isDisabled:r,isFailed:s,...c})=>t.createElement(R,null,({colorScheme:i})=>t.createElement("div",{className:u(Qe.line,Qe[a??i],{[Qe.active]:o,[Qe.completed]:l,[Qe.disabled]:r,[Qe.failed]:s},e),"data-testid":L.LineStep,...c})),fo=(e,a)=>{const l=Math.max(0,e);return l>a?a:l},Cp=({steps:e,stepIndex:a})=>{const o=e.findIndex((r,s)=>s>=a&&!r.isDisabled),l=~o?o:a;return fo(l,e.length-1)},zp=({isActive:e,isDisabled:a})=>e?"standard":a?"disabled":"subtle",Ip="_multistepIndicatorWrapper_1jax0_4",yp="_isStepNameHidden_1jax0_10",Bp="_lineStepperWrapper_1jax0_14",Mp="_lineStepListItem_1jax0_19",Sp="_lineStepButton_1jax0_23",Lp="_truncated_1jax0_27",Np="_item_1jax0_32",$p="_itemButton_1jax0_36",Rp="_text_1jax0_39",Ap="_number_1jax0_43",Hp="_noHover_1jax0_52",de={multistepIndicatorWrapper:Ip,isStepNameHidden:yp,lineStepperWrapper:Bp,lineStepListItem:Mp,lineStepButton:Sp,truncated:Lp,item:Np,itemButton:$p,text:Rp,number:Ap,noHover:Hp},Op=({isActive:e,isCompleted:a,isFailed:o,isCurrent:l,isDisabled:r,isStepNameTruncated:s,isStepNameHidden:c,label:i,stepNumber:d})=>t.createElement(t.Fragment,null,t.createElement(Xa,{className:u(de.number,{"mr-2":!c}),isActive:e||l,isCompleted:a,isFailed:o,isDisabled:r,stepNumber:d}),!c&&t.createElement(C,{isTruncated:s,className:de.text,fontVariant:I.BodyBold,variant:zp({isDisabled:r,isActive:e||l})},i)),Ea="step",Pp=({className:e,isCurrent:a,isStepNameTruncated:o,isStepNameHidden:l,step:r,stepIndex:s,variant:c,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:_,isCompleted:p,isFailed:f,isSelectable:h,label:v,onClick:g}=r,E=m||!a&&!d&&!h,w=t.useRef(null),b=qo();return t.useEffect(()=>{b&&a&&w.current&&w.current.focus()},[a,b]),t.createElement("li",{className:u(de.item,{[de.truncated]:o,[de.lineStepListItem]:c==="line"},e)},t.createElement(qt,{"aria-current":a?Ea:void 0,"aria-label":`${Ea} ${s}`,"aria-hidden":E,tabIndex:E?-1:0,"data-testid":`${L.MultistepIndicatorButton}-${s}`,disabled:E,ref:w,className:u(de.itemButton,{[de.noHover]:E,[de.lineStepButton]:c==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(s),g?.())},href:_,htmlTag:c==="line"||!_?"button":"a"},c==="ordered-list"?t.createElement(Op,{isActive:d,isCompleted:p,isFailed:f,isCurrent:a,isStepNameTruncated:o,isStepNameHidden:l,label:v,stepNumber:String(s+1)}):t.createElement(kp,{isActive:d||a,isCompleted:p,isDisabled:m})))},Vp=({className:e,colorScheme:a,currentStepIndex:o=0,isStepNameTruncated:l,isStepNameHidden:r=!1,stepClassName:s,steps:c,variant:i="ordered-list",onStepChange:d})=>{const m=fo(o,c.length-1),_=c[m];return t.createElement(R,null,({colorScheme:p})=>t.createElement(Q,{colorScheme:a??p},t.createElement("ol",{"aria-label":_?`${_.label}, step ${m+1} of ${c.length}`:void 0,className:u("d-flex",de.multistepIndicatorWrapper,{[de.lineStepperWrapper]:i==="line",[de.isStepNameHidden]:r},e),"data-testid":L.MultistepIndicator},c.map((f,h)=>t.createElement(Pp,{className:s,isCurrent:h===m,isStepNameTruncated:l,isStepNameHidden:r,key:`${h}-${f.label}`,onStepChange:d,step:f,stepIndex:h,variant:i})))))},Tp="_wrap_oxd8c_11",qp="_input_oxd8c_15",Wp="_button_oxd8c_35",Dp="_buttonBorderDark_oxd8c_40",jp="_buttonBorderLight_oxd8c_44",Se={wrap:Tp,input:qp,button:Wp,buttonBorderDark:Dp,buttonBorderLight:jp},Fp=({name:e,label:a,colorScheme:o,onChange:l,ariaLabelDecrement:r,labelDecrement:s="-",ariaLabelIncrement:c,labelIncrement:i="+",value:d=0,minValue:m=0,maxValue:_=Number.MAX_VALUE,isInputReadOnly:p,isDisabled:f,stepValue:h=1,testIDDecrement:v,testIDIncrement:g,testIDInput:E})=>{const w=t.useCallback(y=>Math.min(Math.max(y,m),_),[m,_]),b=t.useCallback(y=>{const z=w(d+y);!f&&l(z)},[d,w,l,f]),B=y=>{const z=w(Number(y));l(z)};return t.createElement(R,null,({colorScheme:y})=>{const z=o||y;return t.createElement("div",{className:Se.wrap},t.createElement(q,{className:u(Se.button,z==="dark"?Se.buttonBorderDark:Se.buttonBorderLight),colorScheme:z,variant:"translucent",onClick:()=>b(-h),disabled:d===m,"data-testid":v??L.NumberStepDecrement,"aria-label":r,isDisabled:f},s),t.createElement(nt,{className:Se.input,colorScheme:z,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":E??L.NumberStepInput,onValueChange:B,readOnly:p,isDisabled:f}),t.createElement(q,{className:u(Se.button,z==="dark"?Se.buttonBorderDark:Se.buttonBorderLight),colorScheme:z,variant:"translucent",onClick:()=>b(h),disabled:d===_,"data-testid":g??L.NumberStepIncrement,"aria-label":c,isDisabled:f},i))})},Up="_toggleShowPasswordIcon_p5tw9_4",Gp={toggleShowPasswordIcon:Up},Xp=({hidePasswordTitle:e="Hide password",showPasswordTitle:a="Show password",...o})=>{const[l,r]=t.useState(!1),s=l?O.IconPasswordHide:O.IconPasswordShow,c=l?e:a;return t.createElement(nt,{...o,enhancerEnd:t.createElement(q,{noHover:!0,onClick:i=>{i.preventDefault(),i.stopPropagation(),r(d=>!d)},size:"none",title:c,variant:"transparent"},t.createElement(T,{className:u(Gp.toggleShowPasswordIcon,"ml-1"),source:s})),type:l?"text":"password"})},Qp=({children:e,remotePopOut:a,title:o,onUnload:l})=>{const[r]=t.useState(()=>document.createElement("div")),s=t.useRef(null);return t.useEffect(()=>{a&&(s.current=a),s.current||(s.current=window.open("","")),s.current&&(s.current.document.title=o??"Pexip One")},[a,o]),t.useEffect(()=>{const c=s.current,i=()=>{c&&(c.removeEventListener("beforeunload",i),window.removeEventListener("beforeunload",i),c?.closed||c.close(),typeof l=="function"&&l())};return c&&(c.document.body.appendChild(r),Kp(c),c.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,l]),r?Ia.createPortal(e,r):null},Kp=e=>{const a=Array.from(document.styleSheets);for(const o of a)if(o.href){const l=document.createElement("link");l.rel="stylesheet",l.href=o.href,e.document.head.appendChild(l)}else if(o.cssRules&&o.cssRules.length>0){const l=document.createElement("style");for(const r of Array.from(o.cssRules))l.appendChild(document.createTextNode(r.cssText));e.document.head.appendChild(l)}},Zp="_wrap_rw770_12",Yp="_labelWrapper_rw770_17",Jp="_contentWrap_rw770_21",eh="_input_rw770_29",th="_actions_rw770_34",nh="_errorText_rw770_38",Le={wrap:Zp,labelWrapper:Yp,contentWrap:Jp,input:eh,actions:th,errorText:nh},A1=({children:e="",className:a,errorText:o,hasError:l,label:r,labelEnhanceEnd:s,...c})=>t.createElement("div",{className:u(Le.wrap,a),...c},t.createElement("span",{className:u(Le.labelWrapper,"d-flex align-items-center")},t.createElement(he,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:I.SmallBold,variant:"subtle"}),s),t.createElement("div",{className:Le.contentWrap},e),l&&o&&t.createElement(C,{className:u("mt-2",Le.errorText),variant:"danger",role:"alert"},o)),ah=({confirmLabel:e="Save",className:a,initialValue:o="",denyAlertText:l="Are you sure you want to cancel?",denyLabel:r="Cancel",hasError:s,errorText:c,id:i,isEditing:d,isConfirmDisabled:m,isReadOnly:_,label:p,labelEnhanceEnd:f,modifyLabel:h="Edit",name:v,overrideInputValue:g,placeholder:E,shouldShowDenyAlert:w,type:b,onChange:B,onConfirm:y,onEditingStateChange:z})=>{const[k,M]=t.useState(o),[$,x]=t.useState(d),N=t.useRef(null),S=t.useId(),W=i??S;t.useEffect(()=>{g&&M(g)},[g]);const K=Z=>{B&&B(Z),M(Z.target.value)},F=()=>{x(!1),z?.(!1),y?.(k)},j=()=>{const Z=o===k,Y=w&&o!==k&&confirm(l);(!w||Z||Y)&&(M(o),x(!1),z?.(!1))},ae=()=>{x(!0),z?.(!0)};t.useEffect(()=>{$&&N.current?.focus()},[$]);const D=t.createElement(t.Fragment,null,(_||!$)&&t.createElement(t.Fragment,null,t.createElement(C,{"data-testid":"text-saved"},o??E),!_&&t.createElement(q,{variant:"text",onClick:ae,"data-testid":"btn-modify"},h)),!_&&$&&t.createElement(t.Fragment,null,t.createElement(nt,{ref:N,className:Le.input,id:W,name:v,type:b,value:k,label:p,labelModifier:"hidden",onChange:K,hasError:s,placeholder:E,onKeyDown:Dt(F),sizeModifier:"small"}),t.createElement("div",{className:Le.actions},y&&t.createElement(q,{variant:"text",onClick:j,"data-testid":"btn-deny"},r),t.createElement(q,{variant:"text",isDisabled:m,onClick:F,"data-testid":"btn-confirm"},e))));return t.createElement(A1,{className:a,errorText:c,hasError:s,label:p,labelEnhanceEnd:f},D)},oh=({confirmLabel:e="Save",className:a,denyAlertText:o="Are you sure you want to cancel?",denyLabel:l="Cancel",hasError:r,errorText:s,isEditing:c,isReadOnly:i,label:d,labelEnhanceEnd:m,modifyLabel:_="Edit",noSelectionLabel:p="--",options:f=[],shouldShowDenyAlert:h,value:v=[],onChange:g,onConfirm:E})=>{const[w,b]=t.useState(v),[B,y]=t.useState(c),z=S=>S.map(W=>({id:W,label:f.find(K=>K.id===W)?.label??W})),k=S=>{g&&g(S),b(S.map(W=>W.id))},M=()=>{y(!1);const S=z(w);E?.(S)},$=()=>{const S=v===w,W=v!==w&&confirm(o);(!h||S||W)&&(y(!1),b(v))},x=()=>{b(v),y(!0)},N=t.createElement(t.Fragment,null,(i||!B)&&t.createElement(t.Fragment,null,t.createElement(C,{"data-testid":"preference-multiselect-label"},z(v).map(S=>S.label).join(", ")||p),!i&&t.createElement(q,{variant:"text",onClick:x,"data-testid":"btn-modify"},_)),!i&&B&&t.createElement(t.Fragment,null,t.createElement(_o,{className:Le.input,value:w,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:k,hasError:r,sizeModifier:"small",options:f,isOpen:!0}),t.createElement("div",{className:Le.actions},E&&t.createElement(q,{variant:"text",onClick:$,"data-testid":"btn-deny"},l),t.createElement(q,{variant:"text",onClick:M,"data-testid":"btn-confirm"},e))));return t.createElement(A1,{className:a,errorText:s,hasError:r,label:d,labelEnhanceEnd:m},N)},lh="_wrap_1l8nu_4",rh="_withBorderBottom_1l8nu_12",ch="_row_1l8nu_16",sh="_rowLeft_1l8nu_24",ih="_rowBottom_1l8nu_30",mt={wrap:lh,withBorderBottom:rh,row:ch,rowLeft:sh,rowBottom:ih},dh=({className:e,description:a,descriptionVariant:o="tinted",label:l,labelVariant:r="standard",rowBottom:s,rowLeft:c,withBorderBottom:i=!0})=>{const d=t.useId();return t.createElement("fieldset",{className:u(mt.wrap,{[mt.withBorderBottom]:i},e),"aria-labelledby":d},t.createElement("div",{className:mt.row},t.createElement("div",{className:"d-flex flex-direction-column"},l&&(typeof l=="string"?t.createElement(C,{fontVariant:I.BodyBold,variant:r},l):l),a&&(typeof a=="string"?t.createElement(C,{variant:o},a):a)),c&&t.createElement("div",{className:mt.rowLeft},c)),s&&t.createElement("div",{className:mt.rowBottom},s))},mh=({searchInputTestId:e,clearButtonTestId:a,inputAriaLabel:o,clearButtonAriaLabel:l,placeHolder:r,name:s="",label:c="",onSearchInputChanged:i})=>{const[d,m]=t.useState("");return t.useEffect(()=>{i(d)},[d,i]),t.createElement(nt,{autoComplete:"off",colorScheme:"light",enhancerStart:t.createElement(T,{source:O.IconSearch,size:"compact"}),enhancerEnd:d!==""&&t.createElement(q,{"aria-label":l,modifier:"square",onClick:()=>m(""),size:"compact",variant:"transparent","data-testid":a},t.createElement(T,{source:O.IconClose,size:"compact"})),type:"text",testId:e,className:"pb-4",placeholder:r,value:d,onChange:_=>m(_.target.value),variant:"standard",name:s,label:c,"aria-label":o})},uh="_wrap_4mkm4_16",_h="_summary_4mkm4_20",fh="_button_4mkm4_28",ph="_actionGroup_4mkm4_44",hh="_headingGroup_4mkm4_49",vh="_headingText_4mkm4_53",gh="_icon_4mkm4_64",wh="_divider_4mkm4_69",Eh="_dark_4mkm4_73",xh="_light_4mkm4_86",xe={wrap:uh,summary:_h,button:fh,actionGroup:ph,headingGroup:hh,headingText:vh,icon:gh,divider:wh,dark:Eh,light:xh},bh=({buttonClassName:e,children:a,className:o,collapseText:l="Collapse",colorScheme:r,expandText:s="Expand",isExpanded:c=!1,onToggle:i,subtitle:d,title:m,titleEnhancerEnd:_})=>{const[p,f]=t.useState(c),h=g=>{g.preventDefault(),f(E=>{const w=!E;return i&&i(w),w})},v=p?l:s;return t.createElement(R,null,({colorScheme:g})=>t.createElement("details",{className:u(xe.wrap,o),open:p,"data-testid":L.SectionAccordionDetails},t.createElement("summary",{className:xe.summary,onClick:h,"data-testid":L.SectionAccordionSummary},t.createElement("div",{className:xe[r??g]},t.createElement("div",{className:u(xe.button,e)},t.createElement("div",{className:xe.headingGroup},t.createElement("div",{className:"d-flex align-items-center"},t.createElement(C,{variant:"inherit",className:xe.headingText,fontVariant:I.H3},m),_),typeof d=="string"?t.createElement(C,{variant:"inherit",className:xe.headingText},d):t.createElement(t.Fragment,null,d)),t.createElement("div",{className:xe.actionGroup},t.createElement(C,{variant:"inherit",fontVariant:I.BodyBold},v),t.createElement(T,{className:xe.icon,source:p?O.IconDoubleChevronUp:O.IconDoubleChevronDown}))),t.createElement(ue,{colorScheme:r??g}))),p&&t.createElement("div",{className:"pt-4 pb-3"},a)))},kh=({children:e,className:a,colorScheme:o,subtitle:l,subtitleTestId:r,title:s,titleTestId:c,variant:i,...d})=>t.createElement(R,null,({colorScheme:m})=>t.createElement(Q,{colorScheme:o??m},t.createElement("section",{className:a,...d},t.createElement(w1,null,t.createElement("div",{className:"mt-5"},t.createElement(C,{fontVariant:I.H2,variant:i,"data-testid":c},s)),t.createElement("div",{className:"mt-2"},t.createElement(C,{fontVariant:I.H6,variant:i,"data-testid":r},l)),e)))),Ch=({className:e,colorScheme:a,errorText:o,errorTextTestId:l,hasError:r,iconType:s,id:c,isDisabled:i,isFullWidth:d,label:m,labelModifier:_,onValueChange:p,options:f,sizeModifier:h="medium",value:v,wrapContent:g=!1,...E})=>{const w=t.useId(),b=c??w,B=v||f[0]?.id,y=_==="hidden",z=_==="inline",k=z||y,M={text:m,id:b},$=x=>{v!==x.currentTarget.value&&p(x.currentTarget.value)};return t.useEffect(()=>{r&&o&&y1(o,"assertive")},[r,o]),t.createElement(R,null,({colorScheme:x})=>t.createElement("div",{className:u(a??x,H.container,H[a??x],{[H.disabled]:i,[H.error]:r&&!i,[H.containerWrapContent]:g},e)},!k&&t.createElement(he,{className:u(H.label),...M}),t.createElement("div",{className:u(H.selectWrapper,{[H.fullWidth]:d})},t.createElement("select",{className:H.select,id:b,onBlur:$,onChange:$,value:B,disabled:i,...E},f.map(({id:N,label:S,isDisabled:W})=>t.createElement("option",{disabled:W,key:N,value:N},S))),t.createElement("div",{className:u(H.view,H[h],{[H.hasIcon]:!!s}),"data-testid":L.SelectView},k&&t.createElement(he,{className:u(H.inlineLabel),isLabelHidden:y,isLabelInline:z,...M}),!!s&&t.createElement(T,{size:"compact",source:s,className:H.icon,"data-testid":L.SelectIcon}),t.createElement("div",{className:H.textWrapper},t.createElement("span",{className:H.text},f.find(N=>N.id===B)?.label??m)),t.createElement(T,{size:h==="medium"?"compact":"mini",source:O.IconChevronDown,className:H.chevron,"data-testid":L.SelectChevron}))),r&&o&&t.createElement(C,{className:u("mt-2",H.errorText),variant:"danger","data-testid":l},o)))},po=(e,a)=>{const{focusFrom:o}=R1(e);t.useEffect(()=>{a&&o()},[a,o])},zh="_wrapper_bo5rp_4",Ih="_open_bo5rp_19",yh="_sheet_bo5rp_24",Bh="_sheetInner_bo5rp_38",Mh="_closeButton_bo5rp_43",ut={wrapper:zh,open:Ih,sheet:yh,sheetInner:Bh,closeButton:Mh},xa=e=>e.stopPropagation(),Sh=({isOpen:e=!1,closeButtonAriaLabel:a="Close sheet",onClose:o,children:l,withCloseButton:r=!1,className:s})=>{const{ref:c}=Qo(e),[i,d]=t.useState(null);return po(i,e),t.createElement("div",{ref:c,className:u(ut.wrapper,{[ut.open]:e}),role:"dialog"},t.createElement("div",{className:u(ut.sheet,s),onClick:xa,onKeyDown:xa,role:"presentation"},t.createElement("div",{className:ut.sheetInner,ref:d,tabIndex:-1},l,r&&t.createElement(at,{"aria-label":a,onClose:o,className:ut.closeButton}))))},Lh="_box_1owu2_82",Nh="_wrap_1owu2_95",$h="_dark_1owu2_103",Rh="_withHover_1owu2_108",Ah="_rowBottom_1owu2_113",Hh="_subtle_1owu2_113",Oh="_inactive_1owu2_113",Ph="_figureCaption_1owu2_113",Vh="_figureText_1owu2_114",Th="_divider_1owu2_123",qh="_icon_1owu2_126",Wh="_danger_1owu2_130",Dh="_warning_1owu2_157",jh="_success_1owu2_184",Fh="_light_1owu2_211",Uh="_row_1owu2_113",Gh="_flexGrow_1owu2_327",Xh="_rowTop_1owu2_331",Qh="_dividerWrap_1owu2_339",Kh="_caption_1owu2_345",Zh="_figure_1owu2_113",Yh="_small_1owu2_349",Jh="_medium_1owu2_353",G={box:Lh,wrap:Nh,dark:$h,withHover:Rh,rowBottom:Ah,subtle:Hh,inactive:Oh,figureCaption:Ph,figureText:Vh,divider:Th,icon:qh,danger:Wh,warning:Dh,success:jh,light:Fh,row:Uh,flexGrow:Gh,rowTop:Xh,dividerWrap:Qh,caption:Kh,figure:Zh,small:Yh,medium:Jh};var ho=(e=>(e.Danger="danger",e.Success="success",e.Warning="warning",e))(ho||{});const vo=({children:e,className:a,colorScheme:o,isWithShadow:l=!1,padding:r="none",shadowModifier:s="light",variant:c,withHover:i=!1,...d})=>t.createElement(R,null,({colorScheme:m})=>t.createElement(le,{className:u(a,G.box,G[o??m],{[G.withHover]:i},c&&G[c]),isWithShadow:l,padding:r,shadowModifier:s,...d},e)),p1=({className:e,position:a,rowData:o,...l})=>{const{caption:r,captionClassName:s,captionSize:c="medium",captionTitle:i,figure:d,figureClassName:m,figureSize:_="medium",figureTitle:p,icon:f,iconColor:h,isActive:v=!0}=o,g=h?{style:{color:h}}:{className:G.icon},E=typeof r=="string"?r:"",w=typeof d=="string"?d:"",b=`${i??E} `,B=`${p??w} `;return t.createElement("div",{...l,className:u(G.row,{[G.rowBottom]:a==="bottom",[G.rowTop]:a==="top",[G.subtle]:_==="small"},e)},f&&t.createElement("div",{...g},f),t.createElement("figure",{className:u(G.figure,{[G.inactive]:!v})},t.createElement(C,{className:u(G.figureText,G[_],m),htmlTag:"span",variant:"inherit",fontVariant:_==="small"?I.BodyBold:I.H3,title:`${b}${B}`},d),t.createElement("figcaption",{className:u(G.caption)},typeof r!="string"?r:t.createElement(C,{className:u(G.figureCaption,G[c],s),variant:"inherit"},r))))},ev=({className:e,colorScheme:a,hasDivider:o,rowBottom:l,rowTop:r,shadowModifier:s,variant:c,withHover:i})=>t.createElement(vo,{className:u(e,G.wrap,{[G.flexGrow]:!!l}),colorScheme:a,shadowModifier:s,variant:c,withHover:i},t.createElement(p1,{position:l?"top":void 0,rowData:r}),o&&l&&t.createElement("div",{className:G.dividerWrap},t.createElement(ue,{className:G.divider,"data-testid":"divider"})),l&&t.createElement(p1,{position:"bottom",rowData:l})),tv="_tabList_p72nc_99",nv="_tabLink_p72nc_112",av="_tabButtonPadding_p72nc_136",ov="_tabName_p72nc_151",lv="_tabNameContent_p72nc_163",rv="_tabContent_p72nc_167",cv="_none_p72nc_167",sv="_compact_p72nc_170",iv="_small_p72nc_173",dv="_medium_p72nc_176",mv="_large_p72nc_179",uv="_divider_p72nc_188",Ne={tabList:tv,tabLink:nv,tabButtonPadding:av,tabName:ov,tabNameContent:lv,tabContent:rv,none:cv,compact:sv,small:iv,medium:dv,large:mv,divider:uv},_v=({activeContentClassName:e,children:a,className:o,colorScheme:l,customTabNameComponent:r,hasDivider:s=!0,inactiveContentClassName:c="d-none",initialActiveTabIndex:i=0,noTabButtonPadding:d,onActiveTabChange:m,renderInactive:_=!1,...p})=>{const[f,h]=t.useState(i),v=t.Children.toArray(a).filter(Boolean),g=r??pv;t.useEffect(()=>{h(i)},[i]),t.useEffect(()=>{m&&m(f)},[f,m]);const E=v.map((w,b)=>t.isValidElement(w)&&t.createElement(g,{"aria-selected":f===b,"data-active":f===b,"data-testid":w.props["data-testid"]??`${L.Tab}-${b}`,key:w.props.title,onClick:()=>h(b),role:"tab"},t.createElement("div",{className:Ne.tabNameContent},w.props.tabEnhancerStart&&t.createElement("div",null,w.props.tabEnhancerStart),t.createElement("div",null,w.props.title),w.props.tabEnhancerEnd&&t.createElement("div",null,w.props.tabEnhancerEnd))));return t.createElement(R,null,({colorScheme:w})=>t.createElement(Q,{colorScheme:l??w},t.createElement("div",{className:o,...p},t.createElement("div",{role:"tablist",className:u(Ne.tabList,{[Ne.tabButtonPadding]:!d})},E),s&&t.createElement(ue,{className:Ne.divider}),v.map((b,B)=>{if(!t.isValidElement(b))return null;const y=f===B;return _?t.createElement("div",{key:b.props.title,className:u({[e??""]:y,[c??""]:!y})},b):y?b:null}))))},fv=({children:e,className:a,contentPadding:o="medium",...l})=>{const{title:r,tabEnhancerStart:s,tabEnhancerEnd:c,"data-testid":i,...d}={...l};return t.createElement("div",{"aria-label":r,role:"tabpanel",className:u(Ne.tabContent,Ne[o],a),...d},e)},pv=({children:e,className:a,...o})=>t.createElement("button",{className:u(Ne.tabLink,a),...o},t.createElement(C,{className:Ne.tabName},e)),hv="_list_20q8b_14",vv="_tag_20q8b_20",gv="_isInteractive_20q8b_34",wv="_isTruncated_20q8b_38",Ht={list:hv,tag:vv,isInteractive:gv,isTruncated:wv},Ev=({ariaLabel:e,onRemove:a})=>t.createElement(q,{"aria-label":e,className:"ml-1","data-testid":"taglist-item-button",noHover:!0,onClick:a,size:"none",variant:"transparent"},t.createElement(T,{size:"compact",source:O.IconClose})),xv=({children:e,onClick:a})=>a?t.createElement(re,{onClick:a},e):t.createElement(t.Fragment,null,e),go=({children:e,className:a,isInteractive:o=!0,isTruncated:l=!1,label:r,onClick:s,onRemove:c,removeLabel:i,title:d,variant:m})=>{const _=i??`Remove ${r}`;return t.createElement("div",{className:u(Ht.tag,{[Ht.isInteractive]:o||!!s,[Ht.isTruncated]:l},a),title:d},t.createElement(xv,{onClick:s?()=>s(r):void 0},typeof r=="string"&&t.createElement(C,{fontVariant:I.Body,isTruncated:l,variant:m},r),e),c&&t.createElement(Ev,{ariaLabel:_,onRemove:c}))},bv=({className:e,colorScheme:a="light",items:o,maxTagsCount:l,variant:r})=>{let s=0;const c=[...o];if(l&&l<o.length){s=o.length-l;const d=c.splice(l).map(m=>m.title??m.label).join(", ");c.push({label:`+${s}`,title:d})}return t.createElement(R,null,({colorScheme:i})=>t.createElement(Q,{colorScheme:a??i},t.createElement("ul",{className:u(Ht.list,e)},c.map((d,m)=>t.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},t.createElement(go,{...d,variant:r}))))))},kv=(e,a)=>{const[o,l]=t.useState(e);return t.useEffect(()=>{let r;return e?l(!0):r=window.setTimeout(()=>{l(!1)},a),()=>window.clearTimeout(r)},[e,a]),o};function wo(e,a,o="unmount"){return function(r){const{isVisible:s,...c}=r,i=kv(s,a);return!i&&o==="unmount"?null:t.createElement(e,{...c,className:!i&&"d-none"})}}const Cv="_toast_nzlyj_4",zv="_topCenter_nzlyj_16",Iv="_toast-top-in_nzlyj_1",yv="_hidden_nzlyj_21",Bv="_toast-top-out_nzlyj_1",Mv="_bottomCenter_nzlyj_25",Sv="_toast-bottom-in_nzlyj_1",Lv="_toast-bottom-out_nzlyj_1",Nv="_clickable_nzlyj_35",At={toast:Cv,topCenter:zv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:Iv,hidden:yv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:Bv,bottomCenter:Mv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:Sv,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:Lv,clickable:Nv},$v=({className:e,colorScheme:a,enhanceStart:o,isClickable:l=!1,isDisplayed:r=!1,message:s,onDismiss:c,position:i="topCenter",timeout:d=5e3,...m})=>{const[_,p]=t.useState(r);return t.useEffect(()=>p(r),[r]),t.useEffect(()=>{let f;return _&&y1(s,"assertive"),_&&d>0&&(f=window.setTimeout(()=>{p(!1),c?.()},d)),()=>clearTimeout(f)},[_,d,c,s]),t.createElement(R,null,({colorScheme:f})=>t.createElement("div",{className:u(At.toast,At[i],{[At.hidden]:!_},e),role:"status"},t.createElement(L1,{className:u("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[At.clickable]:l||c}),onClose:c?()=>{p(!1),c()}:void 0,colorScheme:a??f,...m},o,t.createElement(C,{variant:"inherit"},s))))},Eo=wo($v,400);var gt=(e=>(e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e))(gt||{});function Rv(e){const a=e.charCodeAt(0);if(a<55296||a>57343)return e.slice(0,1);if(e.length<2)return"�";if(55296<=a&&a<=56319){const o=e.charCodeAt(1);if(o>=56320&&o<=57343)return e.slice(0,2)}return"�"}function xo(e,a=""){if(!e)return a;const o=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(Rv);return o.splice(1,o.length-2),o.join("").toUpperCase()}const Av="_wrap_qj9he_7",Hv="_compact_qj9he_23",Ov="_small_qj9he_27",Pv="_medium_qj9he_31",Vv="_large_qj9he_35",Tv="_image_qj9he_39",qv="_text_qj9he_44",Wv="_dark_qj9he_47",Dv="_border_qj9he_50",jv="_noBackground_qj9he_53",Fv="_light_qj9he_56",Te={wrap:Av,compact:Hv,small:Ov,medium:Pv,large:Vv,image:Tv,text:qv,dark:Wv,border:Dv,noBackground:jv,light:Fv},Uv=({alt:e,className:a,text:o,iconType:l,iconSize:r="compact",imageUrl:s,type:c,textVariant:i="inherit",fontVariant:d=I.BodyBold,title:m,..._})=>{const p=c==="icon",f=c==="text",h=c==="image",v=f||p;return t.createElement("div",{className:u(Te.wrap,a),title:m,..._},v&&t.createElement(C,{fontVariant:d,variant:i,className:u({[Te.text]:f,"d-flex":p}),isTruncated:!0},f&&o,p&&l&&t.createElement(T,{size:r,source:l})),h&&s&&t.createElement("img",{src:s,alt:e,className:Te.image}))},bo=({className:e,colorScheme:a,modifier:o,textVariant:l,sizeModifier:r="small",...s})=>t.createElement(R,null,({colorScheme:c})=>{const i=a??c,d=a==="dark"?"subtle":"tinted";return t.createElement(Q,{colorScheme:i},t.createElement(Uv,{className:u(i,Te[i],Te[r],{[Te.border]:o==="border",[Te.noBackground]:o==="noBackground"},e),textVariant:l??d,...s}))}),Gv={none:"none",compact:"smallBold",small:"bodyBold",medium:"h5",large:"h3"},Xv=e=>Gv[e],ko=99,Qv=(e,a=ko)=>{const o=t.useMemo(()=>e>a,[e,a]),l=t.useMemo(()=>e>9?I.SmallBold:I.BodyBold,[e]);return{isMoreThanMaxNumber:o,fontVariant:l}},Co=({alt:e,colorScheme:a,displayName:o,iconType:l,imageUrl:r,isActive:s,number:c=0,sizeModifier:i="small",title:d,type:m,..._})=>{const p=m===gt.Image&&r,f=m===gt.Initials,h=m===gt.Number&&!Number.isNaN(c)&&c!==void 0,{isMoreThanMaxNumber:v,fontVariant:g}=Qv(c),E=()=>h?{type:"text",text:v?`${ko}+`:`+${c}`}:p?{type:"image",imageUrl:r,alt:e??""}:o!==void 0&&(f||!p)?{type:"text",text:o!==""?xo(o):o}:{type:"icon",iconType:l??O.IconMoreHorizontal,title:d??o??"User avatar"};return t.createElement(bo,{colorScheme:a,fontVariant:h?g:Xv(i),sizeModifier:i,...s?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},..._,...E()})},Kv="_mobileButton_677ie_197",Zv="_active_677ie_206",Yv="_disabled_677ie_211",d1={mobileButton:Kv,active:Zv,disabled:Yv},Jv=()=>"inherit",zo=({isContentVisible:e,displayName:a,variant:o="tertiary",isDisabled:l=!1,modifier:r="disc",colorScheme:s,...c})=>{const i=()=>a?{type:"text",text:xo(a)}:{type:"icon",iconType:O.IconSettings};return t.createElement(q,{...c,isActive:e,modifier:r,size:"large",variant:o,colorScheme:s,isDisabled:l,className:u(d1.mobileButton,e&&d1.active,l&&d1.disabled)},t.createElement(bo,{modifier:"noBackground",textVariant:Jv(),iconSize:"small",...i()}))},eg=({className:e,contentClassName:a,displayName:o,colorScheme:l,variant:r="tertiary",title:s="Settings",buttonLabel:c="Toggle settings menu",isDisabled:i=!1,onContentVisibilityChange:d,tooltipPosition:m="bottomEnd",..._})=>{const[p,f]=t.useState(!0);return t.createElement(R,null,({colorScheme:h})=>t.createElement(jt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:c,onContentVisibilityChange:v=>{f(!v),d?.(v)},interactiveElement:(v,g)=>t.createElement(N1,{text:s,position:m,isTooltipEnabled:p},t.createElement(zo,{...v,isContentVisible:g,variant:r,colorScheme:l??h,isDisabled:i,displayName:o})),..._}))},tg="_user_190uv_4",ng="_textLeft_190uv_8",ag="_userAvatar_190uv_13",og="_textWrapper_190uv_17",lg="_textItem_190uv_26",Ke={user:tg,textLeft:ng,userAvatar:ag,textWrapper:og,textItem:lg},rg=({avatarType:e,email:a,displayName:o,imageUrl:l,order:r="text-right",colorScheme:s,usernameFontVariant:c=I.BodyBold,className:i,textItemClassName:d,size:m="small"})=>t.createElement(R,null,({colorScheme:_})=>t.createElement(Q,{colorScheme:s??_},t.createElement("div",{className:u(Ke.user,{[Ke.textLeft]:r==="text-left"},i),"data-testid":L.UserView},t.createElement(Co,{type:e,displayName:o,translate:"no",imageUrl:l,className:Ke.userAvatar,sizeModifier:m}),t.createElement("div",{className:Ke.textWrapper},t.createElement("div",{className:u(Ke.textItem,d)},t.createElement(C,{fontVariant:c,isTruncated:!0,translate:"no",title:o},o)),a&&t.createElement("div",{className:u(Ke.textItem,d)},t.createElement(C,{fontVariant:I.Body,isTruncated:!0},a)))))),cg="_videoWrapper_1ncfd_7",sg="_fullHeight_1ncfd_21",ig="_fullWidth_1ncfd_24",dg="_small_1ncfd_34",mg="_large_1ncfd_38",ug="_borderRadiusNone_1ncfd_43",_g="_border_1ncfd_43",fg="_backgroundNone_1ncfd_51",pg="_backgroundPrimary_1ncfd_55",hg="_backgroundSecondary_1ncfd_59",vg="_backgroundBlack_1ncfd_63",gg="_backgroundLight_1ncfd_67",wg="_alignCenter_1ncfd_71",Eg="_alignEnd_1ncfd_75",xg="_alignStart_1ncfd_79",bg="_alignStretch_1ncfd_83",kg="_flexColumn_1ncfd_87",Cg="_flexRow_1ncfd_91",zg="_justifyEnd_1ncfd_95",Ig="_justifyCenter_1ncfd_99",yg="_justifyStart_1ncfd_103",U={videoWrapper:cg,fullHeight:sg,fullWidth:ig,small:dg,large:mg,borderRadiusNone:ug,border:_g,backgroundNone:fg,backgroundPrimary:pg,backgroundSecondary:hg,backgroundBlack:vg,backgroundLight:gg,alignCenter:wg,alignEnd:Eg,alignStart:xg,alignStretch:bg,flexColumn:kg,flexRow:Cg,justifyEnd:zg,justifyCenter:Ig,justifyStart:yg},Io=t.forwardRef(({className:e,children:a,background:o="none",size:l="medium",borderRadius:r="box",border:s,alignItems:c,flexDirection:i,justifyContent:d,isFullHeight:m=!1,isFullWidth:_=!1,...p},f)=>{const h=l==="small",v=l==="large",g=l==="full",E=r==="none",w=o==="none",b=o==="primary",B=o==="secondary",y=o==="black",z=o==="light";return t.createElement("div",{className:u(U.videoWrapper,{[U.small]:h,[U.large]:v,[U.borderRadiusNone]:E,[U.border]:s,[U.backgroundNone]:w,[U.backgroundPrimary]:b,[U.backgroundSecondary]:B,[U.backgroundBlack]:y,[U.backgroundLight]:z,[U.alignCenter]:c==="center",[U.alignEnd]:c==="flex-end",[U.alignStart]:c==="flex-start",[U.alignStretch]:c==="stretch",[U.flexColumn]:i==="column",[U.flexRow]:i==="row",[U.fullHeight]:m||g,[U.fullWidth]:_||g,[U.justifyEnd]:d==="flex-end",[U.justifyCenter]:d==="center",[U.justifyStart]:d==="flex-start"},e,"videoWrapperGlobal"),...p,ref:f},a)});Io.displayName="VideoWrapper";const yo=Vt.createSignal({name:"notification:toast"}),Bo=3e3,Mo=400,Bg=Bo+Mo;let Mg=0;const Sg=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),Lg=e=>{const a=t.useRef(void 0),[o,l]=t.useState([]),[r]=o,s=r?.timeout??Bo;if(t.useEffect(()=>yo.add(c=>{if(Array.isArray(c)){const i=c.map(d=>({...d,id:Mg++}));l(d=>{const m=i.filter(_=>_.isInterrupt);if(m.length>0){const _=i.filter(h=>!h.isInterrupt),[p,...f]=d;return p?.timeout===0?[...d,..._]:(clearTimeout(a.current),a.current=void 0,[...m,...f,..._])}return d.concat(i)})}else c.close&&l(i=>{const[d,...m]=i;return d?.timeout===0?[{...d,timeout:1},...m]:i})}),[]),t.useEffect(()=>{const c=r?.timeout?r.timeout+Mo:Bg,i=s===0;if(o.length>0&&a.current==null&&!i){const m=()=>{l(_=>{const[p]=_;let f=_.slice(1);for(;f[0]&&Sg(p,f[0]);)f=f.slice(1);return f}),a.current=void 0};a.current=window.setTimeout(m,c)}},[o,r,s]),r){const c=r.colorScheme??"light";return t.createElement(Eo,{...e,colorScheme:c,enhanceStart:r.enhanceStart,isDisplayed:!0,isDanger:r.isDanger,isClickable:r.isClickable,isVisible:!0,key:r.id,message:r.message,position:r.position,timeout:s,"data-testid":r.testid,onDismiss:r.onDismiss})}return null},Ng="_wrapper_odjga_12",$g="_button_odjga_16",Rg="_reactiveStyles_odjga_22",Ag="_active_odjga_22",Hg="_icon_odjga_25",_t={wrapper:Ng,button:$g,reactiveStyles:Rg,active:Ag,icon:Hg},Og=({className:e,direction:a="vertical",isDisabled:o,label:l="Toggle the menu",menuComponent:r,menuPosition:s="bottomRight",buttonVariant:c="translucent",buttonSize:i,buttonModifier:d,reactiveButtonStyles:m=!0,..._})=>t.createElement(jt,{buttonLabel:l,className:_t.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(p,f)=>t.createElement(q,{...p,className:u(p.className,_t.button,{[_t.reactiveStyles]:m,[_t.active]:f},e),isDisabled:o,variant:c,size:i,modifier:d},t.createElement(T,{source:a==="vertical"?O.IconMoreVertical:O.IconMoreHorizontal,className:u({[_t.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:o,position:s,..._}),Pg="_slider_twper_12",Vg="_dark_twper_23",Tg="_light_twper_44",ba={slider:Pg,dark:Vg,light:Tg},qg=({colorScheme:e,className:a,max:o,min:l,step:r,selectedValue:s=0,onChange:c})=>t.createElement(R,null,({colorScheme:i})=>t.createElement("input",{type:"range",className:u(ba.slider,ba[e??i],a),max:o,min:l,step:r,value:s,onChange:c})),Wg="_captions_160wb_108",Dg={captions:Wg},So=t.forwardRef(({captions:e,className:a,...o},l)=>e?t.createElement(C,{variant:"inherit",htmlTag:"span",className:u(Dg.captions,a),ref:l,...o},e):null);So.displayName="Captions";const jg="_button_pc9ci_12",Fg="_iconsWrapper_pc9ci_15",Ug="_overlay_pc9ci_16",Gg="_assetsWrapper_pc9ci_20",Xg="_previewAsset_pc9ci_49",Qg="_previewAssetImg_pc9ci_59",Ze={button:jg,iconsWrapper:Fg,overlay:Ug,assetsWrapper:Gg,previewAsset:Xg,previewAssetImg:Qg},Kg=({assets:e})=>t.createElement(t.Fragment,null,e?.map(a=>t.createElement("figure",{key:a.id,className:u(Ze.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?t.createElement("img",{className:Ze.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),Lo=({assets:e,className:a,children:o,...l})=>t.createElement(q,{variant:"translucent",noHover:!0,className:u(Ze.button,a),...l},t.createElement("div",{className:Ze.assetsWrapper},t.createElement(Kg,{assets:e})),t.createElement("div",{className:Ze.overlay}),t.createElement("div",{className:Ze.iconsWrapper},t.createElement(T,{source:O.IconEdit,size:"medium"}),o)),Zg=({images:e,...a})=>t.createElement(Lo,{assets:e,...a}),No=({colors:e,...a})=>t.createElement(Lo,{assets:e,...a}),Yg="_container_19qgq_4",Jg="_input_19qgq_9",ew="_button_19qgq_16",tw="_label_19qgq_20",nw="_hidden_19qgq_20",ft={container:Yg,input:Jg,button:ew,label:tw,hidden:nw},aw=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),ow=({defaultValue:e,label:a,onChange:o,...l})=>{if(e&&!aw.test(e))throw new Error("Default color is limited to #rrggbb currently");const r=t.useId(),s=t.useRef(null),[c,i]=t.useState(e??"transparent"),d=()=>s.current?.click(),m=_=>{o(_.target.value)};return t.createElement("div",{className:ft.container},t.createElement("label",{htmlFor:r},t.createElement(C,{className:u(ft.label,ft.hidden)},a)),t.createElement("input",{...l,ref:s,className:ft.input,id:r,type:"color",value:c,onChange:_=>{i(_.target.value),m(_)}}),t.createElement(No,{className:ft.button,htmlTag:"div",onClick:d,colors:[{id:r,color:c}]}))},lw="_leftPinnedTableSection_172q9_17",rw="_rightPinnedTableSection_172q9_22",cw="_middleTableSection_172q9_27",sw="_pinnedColumnsTable_172q9_30",iw="_table_172q9_34",dw="_tableContent_172q9_45",mw="_tableRow_172q9_49",uw="_tableCell_172q9_56",_w="_tableHead_172q9_62",fw="_tableBody_172q9_65",pw="_tableRowInner_172q9_73",hw="_showOnlyOnHover_172q9_96",vw="_tableHeadCell_172q9_109",gw="_sortIndicator_172q9_117",ww="_isSorted_172q9_117",Ew="_indicatorArrow_172q9_121",xw="_isIndicatorFocused_172q9_124",bw="_tablePagination_172q9_132",kw="_isSticky_172q9_143",Cw="_paginationButtonGroup_172q9_155",zw="_tablePageIndicator_172q9_159",Iw="_rowSelected_172q9_167",yw="_expanderCell_172q9_171",Bw="_headCellEnhancer_172q9_177",Mw="_isDisabled_172q9_181",Sw="_infinityScrollTableBody_172q9_185",P={leftPinnedTableSection:lw,rightPinnedTableSection:rw,middleTableSection:cw,pinnedColumnsTable:sw,table:iw,tableContent:dw,tableRow:mw,tableCell:uw,tableHead:_w,tableBody:fw,tableRowInner:pw,showOnlyOnHover:hw,tableHeadCell:vw,sortIndicator:gw,isSorted:ww,indicatorArrow:Ew,isIndicatorFocused:xw,tablePagination:bw,isSticky:kw,paginationButtonGroup:Cw,tablePageIndicator:zw,rowSelected:Iw,expanderCell:yw,headCellEnhancer:Bw,isDisabled:Mw,infinityScrollTableBody:Sw},Lw=({hasPinnedColumns:e,className:a,...o})=>t.createElement("div",{role:"table",className:u(P.table,{[P.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...o}),$o=({className:e,isDisabled:a,isSelected:o,style:l,...r})=>t.createElement("div",{className:u(P.tableRow,{[P.rowSelected]:o,[P.isDisabled]:a},e),role:"row",style:l,tabIndex:0,...r}),Nw=({children:e,...a})=>t.createElement($o,{...a},t.createElement("div",{className:P.tableRowInner},e)),$w=({className:e,hasInfinityScroll:a=!1,...o})=>t.createElement("div",{role:"rowgroup",className:u(P.tableBody,a&&P.infinityScrollTableBody,e),...o}),Rw=({className:e,isOnlyShownOnHover:a=!1,...o})=>t.createElement("div",{className:u(P.tableCell,{[P.showOnlyOnHover]:a},e),...o}),Aw=({className:e,...a})=>t.createElement("div",{className:u(P.tableContent,e),...a}),Hw=({className:e,...a})=>t.createElement("div",{className:u(P.tableHead,e),role:"rowgroup",...a}),Ow=({className:e,isDisabled:a=!1,isSorted:o=!1,...l})=>t.createElement("div",{className:u(P.tableHeadCell,{[P.isSorted]:o&&!a,[P.isDisabled]:a},e),...l}),Pw=({isSorted:e=!1,isSortDescending:a,...o})=>t.createElement("div",{className:P.sortIndicator,...o},t.createElement("svg",{role:"img","aria-label":"Sorting indicator",className:"ml-1",fill:"none",height:"13",viewBox:"0 0 10 13",width:"10",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{className:u(P.indicatorArrow,{[P.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),t.createElement("path",{className:u(P.indicatorArrow,{[P.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),Vw=({isExpanded:e,children:a,textVariant:o="subtle",...l})=>{const r=e?O.IconChevronDown:O.IconChevronRight;return t.createElement(re,{className:P.expanderCell,...l},t.createElement(T,{size:"compact",source:r,className:"mr-2"}),t.createElement(C,{fontVariant:I.BodyBold,isTruncated:!0,title:a,variant:o},a))},Tw=({enhanceEnd:e,enhanceStart:a,title:o})=>t.createElement("span",{className:"d-flex align-items-center"},a&&t.createElement("span",{className:u("mr-1",P.headCellEnhancer)},a),t.createElement("span",{className:"d-block"},o),e&&t.createElement("span",{className:u("ml-1",P.headCellEnhancer)},e)),Ro=({groupChunkSize:e=5,pageIndex:a,totalPagesCount:o})=>{let l=[];if(o<=0)return l;const r=Math.max(1,e),s=Math.min(Math.max(0,a),o-1);if(o<r*3)return[...Array(o).keys()].map(h=>({toIndex:h}));let c=Math.ceil(o/r);const i=o%r,d=[...Array(o).keys()].reduce((h,v)=>{const g=Math.floor(v/r);return i&&g===c-1?h[g-1]?.push(v):h[g]?.push(v),h},[...Array(c).keys()].map(()=>[])).filter(h=>h.length);c=d.length;let m=Math.floor(s/r);m-=m===c&&i?1:0;const p=d[m],f=({index:h,anchor:v,isSpacer:g=!1,offset:E=0})=>{const w=d[h],B={floor:w?.[0],ceil:w?.[w?.length-1]}[v]??0;return w?{toIndex:B+E,isSpacer:g}:!1};return l=(m===0?[p?.map(h=>({toIndex:h})),f({index:m+1,anchor:"floor",isSpacer:!0}),c>4&&[f({index:m+2,anchor:"floor"}),f({index:m+3,anchor:"floor",isSpacer:!0})],f({index:c-1,anchor:"ceil"})]:m===c-1?[f({index:0,anchor:"floor"}),c>4&&[f({index:m-3,anchor:"ceil",isSpacer:!0}),f({index:m-2,anchor:"ceil"})],f({index:m-1,anchor:"ceil",isSpacer:!0}),p?.map(h=>({toIndex:h}))]:[f({index:0,anchor:"floor"}),f({index:m-1,anchor:"ceil",isSpacer:!0}),p?.map(h=>({toIndex:h})),f({index:m+1,anchor:"floor",isSpacer:!0}),f({index:c-1,anchor:"ceil"})]).flat().filter(Boolean),l},qw=({isGrouped:e,totalPagesCount:a,pageIndex:o,...l})=>{const r=e?Dw:Ww;return t.createElement(r,{pageIndex:o,totalPagesCount:a,...l})},Ww=({isDisabled:e,onClick:a,pageIndex:o,totalPagesCount:l})=>t.createElement(t.Fragment,null,[...Array(l).keys()].map(r=>t.createElement(Ao,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:o},r+1))),Dw=({isDisabled:e,onClick:a,pageIndex:o,totalPagesCount:l})=>{const r=Math.min(5,Math.floor(l/3)),s=Ro({groupChunkSize:r,pageIndex:o,totalPagesCount:l});return t.createElement(t.Fragment,null,s.map((c,i)=>{const{isSpacer:d,toIndex:m}=c,_=`groupedPaginationNav-${i}`,p=d?"...":m+1;return t.createElement(Ao,{onClick:a,index:m,isDisabled:e,key:_,pageIndex:o},p)}))},Ao=({index:e,isDisabled:a,onClick:o,pageIndex:l,children:r})=>t.createElement("li",{key:`pagination-${e}`},t.createElement(q,{className:"px-3",isDisabled:a,onClick:()=>{l!==e&&o(e)},isActive:l===e,variant:"neutral"},r)),jw=({endCount:e,isDisabled:a,startCount:o,totalCount:l})=>t.createElement(C,{variant:a?"disabled":"standard"},"Results: ",o," - ",e," of ",l),Fw=({canNextPage:e,canPreviousPage:a,currentPageSize:o,gotoPage:l,isDisabled:r,isSticky:s,isTablePopulated:c=!0,label:i,maxUngroupedPageButtons:d=0,nextPage:m,nextPageButtonChildren:_="Next",pageIndex:p,pageSize:f=20,previousPage:h,previousPageButtonChildren:v="Previous",resultsCountComponent:g=jw,showResultsCount:E=!0,totalPagesCount:w,totalRows:b})=>{if(!c)return null;const B=b?p*f+1:0,y=b?B+o-1:0,z=w??Math.ceil(b/f),k=z>d;return t.createElement("nav",{className:u(P.tablePagination,{[P.isSticky]:s}),"aria-label":`${i} - table pagination`},E&&t.createElement(g,{isDisabled:r,endCount:y,startCount:B,totalCount:b}),b>f&&t.createElement("div",{className:P.paginationButtonGroup},t.createElement(q,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},v),t.createElement("ul",{className:P.tablePageIndicator},t.createElement(qw,{isDisabled:r,isGrouped:k,onClick:l,pageIndex:p,totalPagesCount:z})),t.createElement(q,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},_)))},Uw=({className:e,position:a="middle",...o})=>t.createElement("div",{className:u({[P.leftPinnedTableSection]:a==="left-pinned",[P.middleTableSection]:a==="middle",[P.rightPinnedTableSection]:a==="right-pinned"},e),...o}),Gw="_innerMenu_l6r3u_99",Xw="_innerMenuButton_l6r3u_103",Qw="_innerMenuItem_l6r3u_108",Kw="_hovered_l6r3u_126",Zw="_innerMenuUnderlay_l6r3u_139",Yw="_innerMenuPopover_l6r3u_144",tt={innerMenu:Gw,innerMenuButton:Xw,innerMenuItem:Qw,hovered:Kw,innerMenuUnderlay:Zw,innerMenuPopover:Yw},Jw=({item:e,state:a,itemMap:o,itemClassName:l})=>{const r=t.useRef(null),{isHovered:s,hoverProps:c}=cl.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:i}=v1.useMenuItem({key:e.key},a,r);i.onPointerUp=f=>{f.preventDefault()};const d=a.selectionManager.focusedKey===e.key,m=o.get(e.key)?.alternativeHoverClassName,_=o.get(e.key)?.alternativeHoverStyle,p=d||d&&!s;return t.createElement("div",{...i,...c,"data-testid":o.get(e.key)?.testId,ref:r,style:{...o.get(e.key)?.style,...p?_:{}},className:u(tt.innerMenuItem,p?m??tt.hovered:{},o.get(e.key)?.className,l),"data-active":o.get(e.key)?.isActive},o.get(e.key)?.icon,e.rendered)},eE=e=>{const a=rl.useTreeState(e),o=t.useRef(null),{menuProps:l}=v1.useMenu(e,a,o);return t.createElement("div",{...l,ref:o,className:u(tt.innerMenu,"px-2","py-2",e.menuClassName),"data-testid":e.testId},[...a.collection].map(r=>t.createElement(Jw,{itemMap:e.itemMap,key:r.key,item:r,state:a,itemClassName:e.itemClassName})))},tE=e=>{const a=t.useRef(null),{state:o,children:l,colorScheme:r}=e,{popoverProps:s,underlayProps:c}=wt.usePopover({...e,popoverRef:a},o);return t.createElement(wt.Overlay,null,t.createElement("div",{...c,className:u(tt.innerMenuUnderlay)}),t.createElement("div",{role:"complementary",...s,ref:a},t.createElement(Q,{colorScheme:r??"light"},t.createElement(le,{className:u(tt.innerMenuPopover)},l))))},nE=({headerContent:e,button:a,onOpenChange:o,children:l,itemMap:r,testId:s,colorScheme:c,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:_})=>{const p=al.useMenuTriggerState({onOpenChange:o}),f=8,h=t.useRef(null),v=z=>{const k=r.get(z);k&&(k.onItemClick?.(),k.closeMenuOnItemClick!==!1&&p.close())},{menuTriggerProps:g,menuProps:E}=v1.useMenuTrigger({type:"menu"},p,h),{buttonProps:w}=ol.useButton({...g},h),{onPress:b,onPressStart:B,...y}=g;return t.createElement("div",{className:u(tt.innerMenuButton)},t.createElement("div",{ref:h},t.cloneElement(a,{...ll.mergeProps(w,y)})),p.isOpen&&t.createElement(tE,{state:p,triggerRef:h,colorScheme:c,placement:i??"bottom start",offset:d??f},e,t.createElement(eE,{itemMap:r,...E,onClose:void 0,onAction:v,testId:s,menuClassName:m,itemClassName:_},l)))},Ho=Vt.createSignal({name:"ariamenu:open-state"}),Oo=({items:e,button:a,headerContent:o,onOpenChange:l,testId:r,colorScheme:s,popoverPlacement:c,popoverOffset:i,menuClassName:d,itemClassName:m})=>{const _=new Map;e.map(f=>_.set(f.key,f));const p=t.useCallback(f=>{Ho.emit(f),l?.(f)},[l]);return t.createElement(nE,{button:a,headerContent:o,onOpenChange:p,itemMap:_,testId:r,colorScheme:s,popoverPlacement:c,popoverOffset:i,menuClassName:d,itemClassName:m},e.map(f=>t.createElement(nl.Item,{textValue:typeof f.label=="string"?f.label:f.textValue,key:f.key},f.label)))},aE=({activeColumn:e,columnLabels:a,isDisabled:o,className:l,buttonAriaLabel:r="Toggle three column selector",onColumnChange:s})=>{const[c,i]=t.useState(!1),d=a.map((m,_)=>({key:`column-${_+1}`,isActive:e===_+1,label:m,onItemClick:()=>e!==_+1&&s(_+1),closeMenuOnItemClick:!0}));return t.createElement(Oo,{onOpenChange:i,items:d,button:t.createElement(q,{className:l,isActive:c,enhancerStart:t.createElement(T,{source:O.IconColumns}),noEnhancerPadding:!0,isDisabled:o,"aria-label":r,size:"small",variant:"transparent",modifier:"square","data-testid":L.ButtonThreeColumnSelector}),popoverPlacement:"bottom right"})},oE="_collapsableContainer_13u1l_4",lE="_header_13u1l_14",rE="_displayingHeaderEndContent_13u1l_19",cE="_isOpen_13u1l_22",sE="_headerStartContent_13u1l_26",iE="_iconContainer_13u1l_31",dE="_badgeCounter_13u1l_38",mE="_badgeCounterContainer_13u1l_42",uE="_content_13u1l_47",_E="_headerEndContent_13u1l_54",ie={collapsableContainer:oE,header:lE,displayingHeaderEndContent:rE,isOpen:cE,headerStartContent:sE,iconContainer:iE,badgeCounter:dE,badgeCounterContainer:mE,content:uE,headerEndContent:_E},fE=({isOpen:e,badgeCount:a=0,collapseToggleAriaLabel:o="Toggle collapsable container",openStyling:l,children:r,onToggle:s,headerEndContent:c,footerContent:i,icon:d,title:m,testId:_,scrollElementRef:p})=>t.createElement("div",{"data-testid":_,className:u(ie.collapsableContainer,e&&l)},t.createElement("div",{className:u(ie.header,{[ie.displayingHeaderEndContent]:e&&!!c,[ie.isOpen]:e})},t.createElement("div",{className:ie.headerStartContent},t.createElement(q,{onClick:()=>s(e),"data-testid":L.ButtonCollapsableContainerToggle,size:"small",modifier:"square",variant:"transparent",noEnhancerPadding:!0,"aria-label":o,enhancerStart:t.createElement(T,{source:e?O.IconChevronLeft:O.IconChevronRight,size:"small"})}),t.createElement("div",{className:u(ie.iconContainer,{[ie.isOpen]:e})},t.createElement(T,{source:d,size:"small"}),!e&&t.createElement(eo,{className:ie.badgeCounterContainer,badgeClassName:ie.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&t.createElement(qe,{htmlTag:"h2",fontVariant:I.BodyBold},t.createElement("span",null,m)," ",a>0&&t.createElement("span",null,"(",a,")"))),e&&c&&t.createElement("div",{className:ie.headerEndContent},c)),e&&t.createElement("div",{ref:p,className:ie.content},r),e&&i&&t.createElement(Ba,{hasFooterShadow:!0,padding:"small"},i)),pE={light:{"border/accent":"#0068f4","border/button/danger":"#bb2526","border/button/disabled":"#d2d2d2","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#323232","border/button/success":"#2c7806","border/button/tertiary":"#c3c4c5","border/checkbo-disabled":"#c3c4c5","border/checkbox-main":"#777777","border/divider-primary":"#dcdcdc","border/divider-secondary":"#e6e6e6","border/divider-ultra":"#989898","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#0068f4","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#ae191a","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#323232","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#256505","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#323232","font/button/tertiary-hover":"#ffffff","font/button/text":"#0156c9","font/button/trans":"#323232","font/button/trans-ultra":"#ffffff","font/charts/line-1":"#0156c9","font/charts/line-10":"#4e9f0d","font/charts/line-11":"#c9e2b5","font/charts/line-12":"#cc6228","font/charts/line-13":"#ffc198","font/charts/line-14":"#f89654","font/charts/line-15":"#ffedd5","font/charts/line-2":"#71b4ff","font/charts/line-3":"#d2d2d2","font/charts/line-4":"#989898","font/charts/line-5":"#494949","font/charts/line-6":"#0068f4","font/charts/line-7":"#cee3ff","font/charts/line-8":"#256505","font/charts/line-9":"#9ad36b","font/icons/clickable-active":"#323232","font/icons/clickable-hover":"#323232","font/icons/clickable-main":"#777777","font/icons/nonclickable-main":"#323232","font/icons/nonclickable-secondary":"#777777","font/text/accent":"#0068f4","font/text/body":"#323232","font/text/danger":"#ae191a","font/text/danger-tertiary":"#d73332","font/text/disabled":"#c3c4c5","font/text/label":"#323232","font/text/link":"#0068f4","font/text/link-active":"#0156c9","font/text/news":"#4338ca","font/text/quaternary":"#989898","font/text/secondary":"#494949","font/text/success":"#2c7806","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#777777","font/text/title":"#212121","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":"16px","radius/none":0,"radius/sm":"8px","radius/xs":"4px","size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#0068f4","surface/bcg/custom":"#ffffff","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#f2f2f2","surface/bcg/form-hover":"#e6e6e6","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#d2d2d2","surface/bcg/menu-active":"#dcdcdc","surface/bcg/menu-hover":"#e6e6e6","surface/bcg/menu-main":"#ffffff","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#ffffff","surface/bcg/secondary":"#f2f2f2","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#f2f2f2","surface/bcg/tertiary":"#f7f7f7","surface/bcg/transparent":"#32323226","surface/bcg/ultralight":"#e6e6e6","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#ae191a","surface/button/danger/primary-disabled":"#e6e6e6","surface/button/danger/primary-hover":"#bb2526","surface/button/danger/primary-main":"#d73332","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#ffffff","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#ffffff","surface/button/primary/active":"#1e40af","surface/button/primary/disabled":"#e6e6e6","surface/button/primary/hover":"#0156c9","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#dcdcdc","surface/button/secondary/disabled":"#ffffff","surface/button/secondary/hover":"#e6e6e6","surface/button/secondary/main":"#ffffff","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#e6e6e6","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#ffffff","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#ffffff","surface/button/tertiary/active":"#0156c9","surface/button/tertiary/disabled":"#ffffff","surface/button/tertiary/hover":"#0068f4","surface/button/tertiary/main":"#ffffff","surface/button/text/active":"#dcdcdc","surface/button/text/disabled":"#ffffff","surface/button/text/hover":"#e6e6e6","surface/button/text/main":"#ffffff","surface/button/trans/active":"#dcdcdc","surface/button/trans/active-ultra":"#323232","surface/button/trans/disabled":"#e6e6e6","surface/button/trans/hover":"#e6e6e6","surface/button/trans/main":"#ffffff99","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#777777","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"},dark:{"border/accent":"#4490f6","border/button/danger":"#d73332","border/button/disabled":"#494949","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#ffffff","border/button/success":"#2c8500","border/button/tertiary":"#777777","border/checkbo-disabled":"#777777","border/checkbox-main":"#c3c4c5","border/divider-primary":"#494949","border/divider-secondary":"#323232","border/divider-ultra":"#777777","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#4490f6","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#d73332","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#ffffff","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#2c8500","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#ffffff","font/button/tertiary-hover":"#ffffff","font/button/text":"#4490f6","font/button/trans":"#ffffff","font/button/trans-ultra":"#323232","font/charts/line-1":"#ffffff","font/charts/line-10":"#ffffff","font/charts/line-11":"#ffffff","font/charts/line-12":"#ffffff","font/charts/line-13":"#ffffff","font/charts/line-14":"#ffffff","font/charts/line-15":"#ffffff","font/charts/line-2":"#ffffff","font/charts/line-3":"#ffffff","font/charts/line-4":"#ffffff","font/charts/line-5":"#ffffff","font/charts/line-6":"#ffffff","font/charts/line-7":"#ffffff","font/charts/line-8":"#ffffff","font/charts/line-9":"#ffffff","font/icons/clickable-active":"#ffffff","font/icons/clickable-hover":"#ffffff","font/icons/clickable-main":"#c3c4c5","font/icons/nonclickable-main":"#ffffff","font/icons/nonclickable-secondary":"#989898","font/text/accent":"#4490f6","font/text/body":"#f7f7f7","font/text/danger":"#d73332","font/text/danger-tertiary":"#ae191a","font/text/disabled":"#777777","font/text/label":"#f7f7f7","font/text/link":"#4490f6","font/text/link-active":"#0068f4","font/text/news":"#4f46e5","font/text/quaternary":"#989898","font/text/secondary":"#dcdcdc","font/text/success":"#2c8500","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#d2d2d2","font/text/title":"#ffffff","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":0,"radius/none":0,"radius/sm":0,"radius/xs":0,"size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#4490f6","surface/bcg/custom":"#212121","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#494949","surface/bcg/form-hover":"#494949","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#989898","surface/bcg/menu-active":"#494949","surface/bcg/menu-hover":"#494949","surface/bcg/menu-main":"#323232","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#212121","surface/bcg/secondary":"#323232","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#494949","surface/bcg/tertiary":"#323232","surface/bcg/transparent":"#ffffff99","surface/bcg/ultralight":"#494949","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#bb2526","surface/button/danger/primary-disabled":"#323232","surface/button/danger/primary-hover":"#d73332","surface/button/danger/primary-main":"#212121","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#323232","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#212121","surface/button/primary/active":"#0068f4","surface/button/primary/disabled":"#323232","surface/button/primary/hover":"#1c76f0","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#777777","surface/button/secondary/disabled":"#212121","surface/button/secondary/hover":"#494949","surface/button/secondary/main":"#212121","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#323232","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#323232","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#212121","surface/button/tertiary/active":"#0068f4","surface/button/tertiary/disabled":"#212121","surface/button/tertiary/hover":"#1c76f0","surface/button/tertiary/main":"#212121","surface/button/text/active":"#494949","surface/button/text/disabled":"#323232","surface/button/text/hover":"#323232","surface/button/text/main":"#212121","surface/button/trans/active":"#494949","surface/button/trans/active-ultra":"#ffffff","surface/button/trans/disabled":"#323232","surface/button/trans/hover":"#494949","surface/button/trans/main":"#32323226","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#0068f4","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"}},hE=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],vE=e=>{const[a,o]=t.useState(e);return t.useEffect(()=>{o(a)},[a]),{activeTab:a,setActiveTab:o}},pt=(e,a)=>({...e,...a}),gE=(e,a)=>{switch(a.type){case"set-all-steps":return a.steps;case"set-step":return e[a.stepIndex]&&(e[a.stepIndex]=a.step),e;case"complete-step":{const{stepIndex:o,options:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isCompleted:l.isCompleted,isFailed:l.isCompleted?!1:s.isFailed,isActive:l.activateStep,isSelectable:l.isSelectable,url:l.activateStep?void 0:s.url})),r}case"fail-step":{const{stepIndex:o,options:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isFailed:l.isFailed,isCompleted:l.isFailed?!1:s.isCompleted,isActive:l.activateStep,isSelectable:l.isSelectable,url:l.activateStep?void 0:s.url})),r}case"disable-step":{const{stepIndex:o,isDisabled:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isDisabled:l})),r}case"activate-step":{const{stepIndex:o,isActive:l}=a,r=e.map(c=>({...c,isActive:!1})),s=r[o];return s&&(r[o]=pt(s,{isActive:l})),r}case"leave-step":{const{stepIndex:o,options:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isActive:l.activateStep,isSelectable:l.isSelectable,isCompleted:l.isCompleted??s?.isCompleted,isFailed:l.isFailed??s?.isFailed})),r}case"refresh-step-names":return e.map((o,l)=>({...o,label:a.steps[l]?.label??o.label}))}},Po=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),wE=(e,a)=>Po([...e].splice(0,a)),ka=e=>e.every(a=>a),EE=({initialSteps:e=[],currentStepIndex:a=0})=>{const o=t.useMemo(()=>e,[e]),[l,r]=t.useReducer(gE,o),[s,c]=t.useState(!1),[i,d]=t.useState(!1),[m,_]=t.useState(a);t.useEffect(()=>{const k=Po(l);d(ka(k))},[l]),t.useEffect(()=>{const k=wE(l,m);c(ka(k))},[m,l]);const p=t.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);t.useEffect(()=>{p()},[p]);const f=t.useCallback((k,{forceStep:M}={forceStep:!1})=>{const $=M?k:Cp({steps:l,stepIndex:k});_($)},[l]),h=k=>{const M=e[k];M&&r({type:"set-step",stepIndex:k,step:M})},v=()=>r({type:"set-all-steps",steps:e}),g=(k,M=!0)=>r({type:"disable-step",stepIndex:k,isDisabled:M}),E=t.useCallback((k,M=!0)=>r({type:"activate-step",stepIndex:k,isActive:M}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:s,steps:l},{moveToStep:f,resetAllSteps:v,resetStep:h,updateStepActive:E,updateStepCompleted:(k,{activateStep:M=!1,isCompleted:$=!0,isSelectable:x=!1}={})=>r({type:"complete-step",stepIndex:k,options:{isCompleted:$,activateStep:M,isSelectable:x}}),updateStepFailed:(k,{activateStep:M=!1,isSelectable:$=!1,isFailed:x=!0}={})=>r({type:"fail-step",stepIndex:k,options:{activateStep:M,isSelectable:$,isFailed:x}}),updateStepDisabled:g,updateStepLeave:(k,{activateStep:M=!1,isSelectable:$=!0}={})=>r({type:"leave-step",stepIndex:k,options:{activateStep:M,isSelectable:$}})}]},xE=e=>{const a=vt.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${vt}`);return vt[a+1]??null},H1=e=>{const a=E1[e];return a>0?a:null},O1=e=>{if(e===null)return null;const a=.02,o=E1[e];return o>0?o-a:null},We=e=>{const a=H1(e);return a?`(min-width: ${a}px)`:""},Re=e=>{const a=O1(e);return a?`(max-width: ${a}px)`:""},P1=(e,a)=>{const o=H1(e),l=O1(a);return o!==null&&l!==null?`(min-width: ${o}px) and (max-width: ${l}px)`:l===null?We(e):Re(a)},kt=e=>{const a=H1(e),o=xE(e),l=O1(o);return a!==null&&l!==null?`(min-width: ${a}px) and (max-width: ${l}px)`:l===null?We(e):Re(o)},Ft="(pointer: coarse)",Vo="(orientation: portrait)",To="(orientation: landscape)",bE=`${Ft} and ${Vo} and ${Re("md")}`,kE=`${Ft} and ${To} and ${Re("lg")}`,CE=`${Ft} and ${We("md")}`,zE=kt("xs"),IE=kt("sm"),yE=kt("md"),BE=kt("lg"),ME=kt("xl"),SE=We("sm"),LE=We("md"),NE=We("lg"),$E=We("xl"),RE=Re("sm"),AE=Re("md"),HE=Re("lg"),OE=Re("xl"),PE=P1("sm","lg"),VE=P1("sm","xl"),TE=P1("md","xl"),qE="(max-width: 359px)",qo=()=>V.useMatchMedia(Ft),WE=()=>V.useMatchMedia(CE),Wo=()=>V.useMatchMedia(bE),Do=()=>V.useMatchMedia(kE),DE=()=>{const e=Wo(),a=Do();return e||a},jE=()=>V.useMatchMedia(Vo),FE=()=>V.useMatchMedia(To),jo=()=>V.useMatchMedia(zE),Fo=()=>V.useMatchMedia(IE),Uo=()=>V.useMatchMedia(yE),Go=()=>V.useMatchMedia(BE),Xo=()=>V.useMatchMedia(ME),UE=()=>V.useMatchMedia(SE),GE=()=>V.useMatchMedia(LE),XE=()=>V.useMatchMedia(NE),QE=()=>V.useMatchMedia($E),KE=()=>V.useMatchMedia(RE),ZE=()=>V.useMatchMedia(AE),YE=()=>V.useMatchMedia(HE),JE=()=>V.useMatchMedia(OE),ex=()=>V.useMatchMedia(PE),tx=()=>V.useMatchMedia(VE),nx=()=>V.useMatchMedia(TE),ax=()=>V.useMatchMedia(qE),ox=()=>{const e=t.useRef(!0),a=jo(),o=Fo(),l=Uo(),r=Go(),s=Xo(),c=t.useMemo(()=>Vt.createSignal({name:"breakpoint:change"}),[]);return t.useEffect(()=>{const i=[a,o,l,r,s].filter(d=>d).length===1;!e.current&&i?c.emit():e.current=!1},[c,a,o,l,r,s]),c},lx=(e,a={})=>{const{delay:o=0}=a;return t.useCallback(()=>{if(e.current){const r=()=>e.current?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"});o?setTimeout(r,o):r()}},[e,o])},rx=()=>{const e=t.useRef(null),a=t.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},Qo=e=>{const a=t.useRef(null),o=tl.useOverlayTriggerState({isOpen:e}),{modalProps:l}=wt.useModalOverlay({},o,a);return{ref:a,modalProps:l}};function cx(e,a){return function(l){return t.createElement(e,{...l,...a})}}function sx(e){return Object.hasOwn(O,e)}exports.AboutModal=wu;exports.AboutText=io;exports.Accordion=Ru;exports.ActionsRow=v8;exports.ActivityCard=Wu;exports.Announcer=n7;exports.AriaMenu=Oo;exports.AspectRatio=Uu;exports.Audio=i9;exports.Avatar=Co;exports.AvatarType=gt;exports.BadgeCounter=eo;exports.Bar=s_;exports.Box=le;exports.BoxHeader=ya;exports.Breadcrumbs=f_;exports.Button=q;exports.ButtonText=Wa;exports.CakeTimer=v_;exports.CallToAction=i7;exports.Captions=So;exports.CardLayout=Ma;exports.Cell=m1;exports.CenterLayout=w1;exports.Checkbox=B1;exports.CircleCountDown=z_;exports.CollapsableContainer=fE;exports.Color=$a;exports.ColorPickerPreviewButton=ow;exports.ColorPreviewButton=No;exports.CondensedTabs=A_;exports.ConfirmableMultiselect=Sf;exports.ConfirmationModal=$f;exports.ContextMenu=Of;exports.CoreHeader=N7;exports.CustomTooltip=i8;exports.Divider=ue;exports.DragAndDrop=ja;exports.DragAndUploadFiles=uo;exports.Draggable=$1;exports.DropContent=jt;exports.Enhancers=qa;exports.ExpanderCell=Vw;exports.FileUpload=M1;exports.FontVariant=I;exports.Form=Ff;exports.FullSizeWindow=Tt;exports.FullscreenLayout=Aa;exports.FullscreenOverlay=V3;exports.FullscreenSpinner=ci;exports.Grid=Va;exports.Group=np;exports.Heading=U7;exports.HotKey=so;exports.HotkeysTooltip=co;exports.Icon=T;exports.IconTypes=O;exports.ImagePreviewButton=Zg;exports.InfoHeadCell=Tw;exports.InfoMessage=sp;exports.Input=nt;exports.InputLabel=he;exports.InteractiveElement=re;exports.KebabMenuButton=Og;exports.LineHeading=Q7;exports.List=bt;exports.ListBoxLink=Ka;exports.ListLink=Za;exports.LoadingBox=Ta;exports.LockStyle=ao;exports.Logo=Ed;exports.Menu=_p;exports.MenuEntry=f1;exports.Modal=Wt;exports.ModalCloseButton=at;exports.ModalCloseButtonWithTooltip=mu;exports.ModalType=ro;exports.Multiselect=_o;exports.MultistepIndicator=Vp;exports.NotificationToast=Lg;exports.NotificationTooltip=s8;exports.NumberStepInput=Fp;exports.Panel=oo;exports.PasswordInput=Xp;exports.PexipLogo=Ld;exports.Pill=L1;exports.PopOutWindow=Qp;exports.PreferenceInput=ah;exports.PreferenceMultiselect=oh;exports.PreferenceRow=dh;exports.PreferenceWrapper=A1;exports.ProgressBar=Um;exports.ProgressBarColor=Ya;exports.RadioButton=Ga;exports.RangeSlider=qg;exports.RefButton=Da;exports.RefInteractiveElement=qt;exports.RefSimpleButton=z1;exports.RgbColor=Pt;exports.Row=Ce;exports.Scrim=_i;exports.Scrollbars=ot;exports.SearchInput=mh;exports.Section=kh;exports.SectionAccordion=bh;exports.Select=Ch;exports.Sheet=Sh;exports.SimpleButton=Ki;exports.SortingIndicator=Pw;exports.Spinner=b1;exports.StatCard=ev;exports.StatCardBox=vo;exports.StatCardRow=p1;exports.StatCardVariant=ho;exports.StatIndicator=W8;exports.StepNumber=Xa;exports.SvgImage=xt;exports.Tab=fv;exports.Table=Lw;exports.TableBody=$w;exports.TableCell=Rw;exports.TableContent=Aw;exports.TableHead=Hw;exports.TableHeadCell=Ow;exports.TablePagination=Fw;exports.TableRow=Nw;exports.TableRowWrapper=$o;exports.TableSection=Uw;exports.Tabs=_v;exports.Tag=go;exports.TagList=bv;exports.TestId=L;exports.Text=C;exports.TextArea=Qa;exports.TextHeading=qe;exports.TextLink=et;exports.ThemeConsumer=R;exports.ThemeContext=Je;exports.ThemeProvider=Q;exports.ThreeColumnSelector=aE;exports.Toast=Eo;exports.ToggleSwitch=r9;exports.Tooltip=N1;exports.TooltipPositionValue=hE;exports.URLToLink=no;exports.User=rg;exports.UserMenuButton=zo;exports.UserMenuDropContent=eg;exports.Video=Ja;exports.VideoWrapper=Io;exports.Wrapper=Ra;exports.announce=y1;exports.ariaMenuOpenStateSignal=Ho;exports.breakpoints=E1;exports.isBackgroundImageSrcEmpty=Na;exports.isImageSrcEmpty=Sa;exports.isImageSrcString=x1;exports.isValidIconName=sx;exports.notificationToastSignal=yo;exports.onEnter=Dt;exports.sizeToPadding=me;exports.themeValues=ul;exports.useBelow360=ax;exports.useBreakpointChange=ox;exports.useFocusFrom=R1;exports.useFocusFromOpened=po;exports.useGroupedPagesNav=Ro;exports.useInput=hd;exports.useLandscape=FE;exports.useLg=Go;exports.useLgDown=YE;exports.useLgUp=XE;exports.useMd=Uo;exports.useMdDown=ZE;exports.useMdToXl=nx;exports.useMdUp=GE;exports.useMobileDevice=DE;exports.useMobileDeviceLandscape=Do;exports.useMobileDevicePortrait=Wo;exports.useModal=Qo;exports.useModalHandle=rx;exports.useMultistepIndicator=EE;exports.usePortrait=jE;exports.useScrollIntoView=lx;exports.useSm=Fo;exports.useSmDown=KE;exports.useSmToLg=ex;exports.useSmToXl=tx;exports.useSmUp=UE;exports.useTabletDevice=WE;exports.useTabs=vE;exports.useTouchDevice=qo;exports.useXl=Xo;exports.useXlDown=JE;exports.useXlUp=QE;exports.useXs=jo;exports.variables=pE;exports.withColorScheme=Et;exports.withTabName=cx;exports.withTransition=wo;
3
+ `).map(o=>t.createElement(t.Fragment,{key:`${o}:${a}`},o,t.createElement("br",null))):e,k9=/(https?|ftp?:\/\/[^\s]+)/im,to=/((?:https?:\/\/|ftp?:\/\/|[a-zA-Z0-9-]+\.{1}[a-zA-Z0-9-]{2,63})(?:[^\s.]+|\.{1}[a-zA-Z0-9-]{2,63})*)/im,C9=e=>e.split(to).filter(Boolean),z9=e=>!k9.test(e),I9=e=>C9(e).map((a,o)=>to.test(a)?z9(a)?{id:o,linkType:"tld",value:a,url:`http://${a.replace(/(\/\/)/m,"")}`}:{id:o,linkType:"url",value:a,url:a}:{id:o,linkType:"text",value:a}),no=({text:e,...a})=>{const o=t.useMemo(()=>I9(e),[e]);return t.createElement(t.Fragment,null,o.map(l=>l.linkType!=="text"?t.createElement(et,{key:l.id,href:l.url,target:"_blank",...a},l.value):b9(l.value,l.id)))},be={escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft"},y9="_draggable_13pue_19",B9="_dragging_13pue_25",M9="_shadowFocus_13pue_31",s1={draggable:y9,dragging:B9,shadowFocus:M9};var ao=(e=>(e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e))(ao||{});const S9=(e,a)=>{const o=e.getBoundingClientRect().bottom,l=e.getBoundingClientRect().top,r=a.getBoundingClientRect().bottom,s=a.getBoundingClientRect().top;return o>=r?"DOWN":l<=s?"UP":"STOP"},$1=t.forwardRef(({ariaLabel:e="Draggable",isDisabled:a=!1,isMoveableWithArrowKeys:o=!1,showFocus:l=!0,floatRoot:r=void 0,beforeReposition:s,onReposition:c,onPointerUpExtra:i,onPointerMoveExtra:d,shouldCaptureClick:m=!0,alignWithFloatRootTrigger:u,scrollElementRef:p,scrollOffset:f=10,scrollTimer:h=30,lockStyle:v=0,pointerCapture:w=!1,pointerCaptureTarget:E,children:g,className:b,...y},B)=>{let I=t.useRef(null);I=B??I;const[k,M]=t.useState(!1),$=t.useRef(!1);return t.useEffect(()=>{if(!I.current)return;const x=I.current;if(M(!1),$.current=!1,a)return;let N=x.getBoundingClientRect();const S=p?.current??void 0;let W=0,K=0,F=0,j=0,ae,D=0,Z=0,Y=S?.scrollTop,ve="STOP",Ct,_e=!1,ge=!1;const zt=()=>{document.removeEventListener("pointermove",D1),document.removeEventListener("pointerup",G1),document.removeEventListener("keyup",X1)},It=()=>{clearInterval(Ct),_e=!1,ve="STOP"},Ut=()=>{x.style.left=`${(x.offsetLeft+F)/window.innerWidth*100}%`,x.style.top=`${(x.offsetTop+j)/window.innerHeight*100}%`},V1=()=>{N=x.getBoundingClientRect(),ae=x.offsetParent?.getBoundingClientRect(),D=ae?.left??0,Z=ae?.top??0,s&&(s(x),N=x.getBoundingClientRect()),x.style.left=`${N.left-D}px`,x.style.top=`${N.top-Z}px`,x.style.removeProperty("right"),x.style.removeProperty("bottom"),x.style.transform="none"};x.addEventListener("pointerdown",W1),o&&x.addEventListener("keydown",q1),S?.addEventListener("scroll",j1);function T1(A){M(A),ge=A}function q1(A){if(A.target!==x||!(A.key===be.arrowUp||A.key===be.arrowRight||A.key===be.arrowDown||A.key===be.arrowLeft))return;document.addEventListener("keyup",X1),A.repeat||V1(),d&&d(x);const ze=A.shiftKey?10:1;switch(A.key){case be.arrowUp:j=-10*ze;break;case be.arrowRight:F=10*ze;break;case be.arrowDown:j=10*ze;break;case be.arrowLeft:F=-10*ze;break;default:return}Ut(),(F||j)&&($.current=!0),F=0,j=0}function W1(A){w&&(E??x).setPointerCapture(A.pointerId),A.preventDefault(),A.stopPropagation(),A.button===0&&(T1(!0),V1(),W=A.clientX,K=A.clientY,document.addEventListener("pointermove",D1),document.addEventListener("pointerup",G1))}function D1(A){d&&d(x),v!==1&&(F=A.clientX-W),v!==2&&(j=A.clientY-K),S?(ve=S9(x,S),ve==="STOP"?(x.style.transform=`translate(${F}px, ${j}px)`,_e&&It()):_e||(_e=!0,Ct=window.setInterval(()=>{if(S)switch((ve==="UP"&&S.scrollTop===0||ve==="DOWN"&&S.scrollHeight-S.clientHeight-S.scrollTop<=1)&&(ve="STOP"),ve){case"DOWN":S.scrollTop+=f;break;case"UP":S.scrollTop-=f;break;case"STOP":x.style.transform=`translate(${F}px, ${j}px)`,It();break}},h))):x.style.transform=`translate(${F}px, ${j}px)`}function j1(){if(S?.scrollTop!==void 0){if(ge&&Y!==void 0){const A=S.scrollTop-Y;v!==2&&(j+=A,K-=A),x.style.transform=`translate(${F}px, ${j}px)`}Y=S.scrollTop}}const F1=()=>{let A=!1,yt=!1,ze=!1,Gt=!1,Xt={overflow:!1};if(r?.current){N=x.getBoundingClientRect();const De=r.current.getBoundingClientRect();N.left<De.left&&(x.style.left=`${r.current.offsetLeft-D}px`,ze=!0),N.right>De.right&&(x.style.left=`${De.right-x.offsetWidth-D}px`,Gt=!0),N.top<De.top&&(x.style.top=`${r.current.offsetTop-Z}px`,A=!0),N.bottom>De.bottom&&(x.style.top=`${De.bottom-x.offsetHeight-Z}px`,yt=!0),Xt={overflow:A||yt||ze||Gt,top:A,bottom:yt,left:ze,right:Gt},Xt.overflow&&Ut()}return Xt};u&&(u.current=()=>{const A=F1();c&&c(x,A)});function Zo(){N.left+N.width/2>window.innerWidth/2&&(x.style.right=`${(window.innerWidth-N.right)/window.innerWidth*100}%`,x.style.left="auto")}function Yo(){N.top+N.height/2>window.innerHeight/2&&(x.style.bottom=`${(window.innerHeight-N.bottom)/window.innerHeight*100}%`,x.style.top="auto")}const U1=()=>{It(),i&&i(x),Ut(),x.style.removeProperty("transform"),(F||j)&&($.current=!0),F=0,j=0,zt();const A=F1();A.overflow||(Zo(),Yo()),T1(!1),c&&c(x,A)};function G1(A){w&&(E??x).releasePointerCapture(A.pointerId),U1()}function X1(){U1()}return()=>{zt(),x.removeEventListener("pointerdown",W1),o&&x.removeEventListener("keydown",q1),S?.removeEventListener("scroll",j1),It(),x.style.removeProperty("transform"),ge&&i?.(x)}},[a,o,r,s,c,i,u,d,h,f,v,w,p,E]),t.createElement(R,null,({colorScheme:x})=>t.createElement("div",{role:"region","aria-label":e,tabIndex:o?0:-1,ref:I,className:_(x,{[s1.draggable]:!a,[s1.dragging]:k,[s1.shadowFocus]:o&&l},b),onClickCapture:m?N=>{$.current&&(N.stopPropagation(),N.preventDefault(),$.current=!1)}:void 0,...y},g))});$1.displayName="Draggable";const L9="_box_kq00y_4",N9="_fillHeight_kq00y_8",$9="_overflow-hidden_kq00y_14",R9="_nonePadding_kq00y_18",A9="_compactPadding_kq00y_22",H9="_smallPadding_kq00y_26",O9="_mediumPadding_kq00y_30",P9="_largePadding_kq00y_34",V9="_scrollbar_kq00y_38",st={box:L9,fillHeight:N9,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:$9,nonePadding:R9,compactPadding:A9,smallPadding:H9,mediumPadding:O9,largePadding:P9,scrollbar:V9},oo=t.forwardRef(({fillHeight:e=!0,hasFooterShadow:a=!0,headerContent:o,headerContentBelowDivider:l,footerContent:r,padding:s="small",headerPadding:c=s,footerPadding:i=s,overflowHidden:d=!1,withScrollbars:m=!0,scrollbarRef:u,children:p,scrollElementRef:f,scrollElementClassname:h,onScroll:v,className:w,...E},g)=>{const b=t.useId();return t.createElement(le,{hasFooterShadow:a,className:_(st.box,{[st.fillHeight]:e},{[st.overflowHidden]:d},w),padding:"none",headerContent:o,headerContentBelowDivider:l,footerContent:r,footerPadding:i,headerPadding:c,ref:g,...E},p&&m?t.createElement(ot,{ref:u,scrollElementRef:f,className:_(st.scrollbar),ariaLabel:`Scrollable panel content ${b}`,onScroll:v},t.createElement("div",{className:_(st[me(s)],h)},p)):p)});oo.displayName="Panel";const R1=e=>({focusFrom:t.useCallback(()=>{if(e){const o=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=o}},[e])}),T9=({children:e})=>Ia.createPortal(e,document.body),_1=(()=>{const e=[],a=l=>{const r=e.indexOf(l);r!==-1&&e.splice(r,1)};return{add:l=>(e.push(l),()=>{a(l)}),isLast:l=>e.length?e[e.length-1]===l:!1,remove:a}})(),q9=e=>{const a=l=>l?.dataset?.focusRoot==="1";return(()=>{let l=e;for(;l;){if(a(l))return l;l=l.parentElement}})()},lo=e=>{const a=h1.tabbable(e,{includeContainer:!1});if(!a.length){Ye(e);return}Ye(a[0],e)},Ye=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){Ye(a);return}e?.focus()}},W9=(e,a)=>{const o=l=>{if(l.key?.toLowerCase()!=="tab"||!_1.isLast(a))return;const r=h1.tabbable(e,{includeContainer:!1}),s=r[r.length-1],c=r[0];if(r.length===0){Ye(e);return}l.shiftKey?l.target===c&&(Ye(s),l.preventDefault()):l.target===s&&(Ye(c),l.preventDefault())};return[()=>{document.addEventListener("keydown",o)},()=>{document.removeEventListener("keydown",o)}]},D9=(e=!0)=>{const a=t.useRef(za.v4()),o=t.useRef(null),l=t.useRef(null),r=t.useRef(!1);t.useEffect(()=>{r.current=e},[e]),!r.current&&e&&(o.current=document.activeElement);const s=t.useCallback(c=>{l.current=c,!(!e||!c)&&(c.setAttribute("data-focus-root","1"),c.contains(document.activeElement)||lo(c))},[e]);return t.useEffect(()=>{const c=l.current,i=a.current;if(!e||!c)return;const[d,m]=W9(c,i);_1.add(i),d?.();const u=o.current;return()=>{_1.remove(i),m?.();const p=document.activeElement,f=q9(p),h=f&&f===c,v=p&&h1.isFocusable(p);o.current=null,!(!u||!h&&v)&&u.focus?.()}},[e]),{focusTrapRef:l,setFocusTrapRef:s}},j9="_modalWrapper_1tsaz_4",F9="_modalMask_1tsaz_18",U9="_fade_1tsaz_1",G9="_modal_1tsaz_4",X9="_compact_1tsaz_44",Q9="_small_1tsaz_47",K9="_medium_1tsaz_50",Z9="_large_1tsaz_53",Y9="_auto_1tsaz_56",J9="_closeButton_1tsaz_60",eu="_closeButtonIcon_1tsaz_71",tu="_nonePadding_1tsaz_93",nu="_compactPadding_1tsaz_97",au="_smallPadding_1tsaz_101",ou="_mediumPadding_1tsaz_105",lu="_largePadding_1tsaz_109",ru="_overlay_1tsaz_113",cu="_slide_1tsaz_1",su="_positioned_1tsaz_122",iu="_scrollbars_1tsaz_126",du="_keycap_1tsaz_132",ke={modalWrapper:j9,modalMask:F9,fade:U9,modal:G9,compact:X9,small:Q9,medium:K9,large:Z9,auto:Y9,closeButton:J9,closeButtonIcon:eu,nonePadding:tu,compactPadding:nu,smallPadding:au,mediumPadding:ou,largePadding:lu,overlay:ru,slide:cu,positioned:su,scrollbars:iu,keycap:du};var ro=(e=>(e.Overlay="overlay",e.Positioned="positioned",e))(ro||{});const mu=({children:e,...a})=>t.createElement("div",{...a},e),Wt=t.forwardRef(({canDrag:e=!1,children:a,className:o,closeButton:l=at,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:s=!0,colorScheme:c="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:u,headerContent:p,headerPadding:f,isOpen:h=!1,modalType:v="overlay",onClose:w,padding:E="medium",scrollbarsAriaLabel:g,sizeModifier:b="small",style:y,testIdCloseButton:B=L.ButtonModalClose,uniqueTitle:I,withCloseButton:k=!1,withMask:M=!0,withScrollbars:$=!0,wrapperClassName:x,...N},S)=>{const W=()=>{s&&w?.()},K=V.useOnClickOutside(W),{focusTrapRef:F,setFocusTrapRef:j}=D9(h),ae=t.useRef(null),[D,Z]=t.useState(null),{focusFrom:Y}=R1(D),ve=$?ot:mu;t.useImperativeHandle(S,()=>({focus:()=>{F.current instanceof HTMLElement?lo(F.current):D&&Y()}})),t.useEffect(()=>{const ge=zt=>{zt.key==="Escape"&&w?.()};return h?document.addEventListener("keydown",ge):document.removeEventListener("keydown",ge),()=>document.removeEventListener("keydown",ge)},[h,w]);const{colorScheme:Ct}=t.useContext(Je);let _e=t.createElement(Q,{colorScheme:c??Ct},t.createElement(le,{className:_(ke.modal,ke[v],b!=="none"&&ke[b],!e&&o),ref:v==="positioned"?ge=>{Z(ge)}:j,hasBackground:m,headerContent:p,footerContent:i,headerPadding:f,footerPadding:d,hasFooterShadow:u,...!e&&{style:y}},t.createElement(ve,{className:ke.scrollbars,...$?{ariaLabel:g}:{"aria-label":g}},t.createElement("div",{role:"presentation",ref:K,className:ke[me(E)]},t.createElement("div",{role:"dialog","aria-modal":"true","aria-label":I},k&&t.createElement(l,{"aria-label":r,className:ke.closeButton,"data-testid":B,onClose:w}),a)))));return e&&(_e=t.createElement($1,{className:o,style:y,floatRoot:ae},_e)),M&&(_e=t.createElement("div",{role:"presentation",className:_(ke.modalMask,x),"data-testid":L.ModalMask},_e)),h?t.createElement(T9,null,t.createElement("div",{className:ke.modalWrapper,role:"region",ref:ae,...N},_e)):null});Wt.displayName="Modal";const uu=({className:e,colorScheme:a,hotkeyLabel:o,keyCap:l,onClose:r,...s})=>t.createElement(co,{className:e,hotkeyLabel:o,keyCap:l,...s},t.createElement(at,{colorScheme:a,onClose:r})),co=({children:e,className:a,delay:o=0,hotkeyLabel:l,keyCap:r="ESC",position:s="bottomEnd",...c})=>t.createElement(N1,{delay:o,position:s,text:t.createElement(so,{label:l,keyCap:r}),tooltipContainerClassName:a,...c},e),so=({label:e,keyCap:a})=>t.createElement("div",{className:"d-inline-flex items-center gap-1"},t.createElement(C,null,e),t.createElement("div",{className:ke.keycap},t.createElement(C,{fontVariant:z.Small},a))),_u="_list_1kobu_4",fu="_noneSpacing_1kobu_9",pu="_compactSpacing_1kobu_16",hu="_smallSpacing_1kobu_23",vu="_mediumSpacing_1kobu_30",gu="_largeSpacing_1kobu_37",pa={list:_u,noneSpacing:fu,compactSpacing:pu,smallSpacing:hu,mediumSpacing:vu,largeSpacing:gu},bt=({children:e,className:a,spacing:o="small",...l})=>t.createElement("div",{className:_(pa.list,pa[g1(o)],a),...l},e),io=({enhancerEnd:e,version:a,headingText:o="About Pexip",privacyPolicyLinkText:l="Privacy Policy",privacyPolicyUrl:r="https://pexip.com/privacy-policy/",termsOfServiceLinkText:s="Terms of Service",termsOfServiceUrl:c="https://pexip.com/terms-of-service/",...i})=>t.createElement(bt,{className:"ml-3 mr-3 mb-2",...i},o&&t.createElement(Ce,null,t.createElement(qe,{className:"mb-3 mt-2",fontVariant:z.H5,htmlTag:"h1"},o)),r&&l&&t.createElement(Ce,{spacing:"small"},t.createElement(et,{href:r,target:"_blank","data-testid":L.PrivacyPolicyLink},l)),s&&c&&t.createElement(Ce,{spacing:"small"},t.createElement(et,{href:c,target:"_blank","data-testid":L.TermsOfServiceLink},s)),t.createElement(ue,{className:"mt-5 mb-3"}),t.createElement(C,{"data-testid":L.Version},"Version: ",a),e),wu=Et(Wt,"light"),Eu=({className:e,isOpen:a=!1,onClose:o,version:l,headingText:r,privacyPolicyUrl:s,privacyPolicyLinkText:c,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,...u})=>t.createElement(wu,{padding:"none",onClose:o,isOpen:a,withCloseButton:!0,className:e,...u},t.createElement(io,{version:l,headingText:r,privacyPolicyUrl:s,privacyPolicyLinkText:c,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Dt=e=>a=>{a.key==="Enter"&&e(a)},xu="_chevron_ansc0_4",bu="_toggle_ansc0_12",ku="_summary_ansc0_16",Cu="_content_ansc0_24",zu="_expanded_ansc0_29",Iu="_accordionButton_ansc0_33",yu="_dark_ansc0_40",Bu="_meta_ansc0_47",Mu="_light_ansc0_51",$e={chevron:xu,toggle:bu,summary:ku,content:Cu,expanded:zu,accordionButton:Iu,dark:yu,meta:Bu,light:Mu},Su=({canOnlyToggleWithTitle:e,children:a,className:o,isExpanded:l,onExpand:r,...s})=>{const c=_($e.summary,o);return e?t.createElement("div",{className:c},a):t.createElement(re,{className:c,"aria-expanded":l,onClick:r,onKeyDown:Dt(r),...s},a)},Lu=({isExpanded:e})=>{const a=e?O.IconChevronDown:O.IconChevronRight;return t.createElement(T,{size:"compact",source:a,className:_($e.chevron,"me-2")})},Nu=({children:e,isExpanded:a,canOnlyToggleWithTitle:o,onExpand:l})=>{const r=()=>t.createElement(t.Fragment,null,t.createElement(Lu,{isExpanded:a}),e);return o?t.createElement(re,{className:$e.accordionButton,"aria-expanded":a,onClick:l,onKeyDown:Dt(l)},t.createElement(r,null)):t.createElement("div",{className:$e.accordionButton},t.createElement(r,null))},$u=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?t.createElement(C,{fontVariant:z.BodyBold,className:_($e.meta,a)},e):t.createElement("div",{className:a},e)},Ru=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:o,meta:l,isExpanded:r,onExpand:s,className:c,...i})=>t.createElement(Su,{canOnlyToggleWithTitle:e,className:c,isExpanded:r,onExpand:s,...i},t.createElement("div",{className:"d-flex align-items-center"},t.createElement(Nu,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:s},a),t.createElement($u,{meta:l}),t.createElement("div",{className:"ml-auto"},o))),Au=({buttonClassName:e,canOnlyToggleWithTitle:a,children:o,className:l,colorScheme:r,contentClassName:s,dataTestId:c,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:u,title:p,...f})=>{const[h,v]=t.useState(d),w=V.usePrevious(h),E=g=>{g.preventDefault(),v(b=>!b)};return t.useEffect(()=>{h!==(w||!1)&&u?.(h)},[u,h,w]),t.createElement(R,null,({colorScheme:g})=>t.createElement("div",{role:"group",className:_($e[r??g],l),...f},t.createElement(Ru,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:E,className:e,enhancerEnd:i,"data-testid":c},typeof p=="string"?t.createElement(C,{fontVariant:z.BodyBold},p):p),t.createElement("div",{className:_($e.content,{[$e.expanded]:h},s)},o)))},Hu="_secondaryWrapper_1plhf_4",Ou="_statusWrapper_1plhf_10",Pu="_statusItem_1plhf_18",Vu="_eventsList_1plhf_22",Tu="_eventItem_1plhf_26",qu="_contentWrapper_1plhf_32",Wu="_disabled_1plhf_42",we={secondaryWrapper:Hu,statusWrapper:Ou,statusItem:Pu,eventsList:Vu,eventItem:Tu,contentWrapper:qu,disabled:Wu},Du=({actionButton:e,disabled:a=!1,eventsItems:o,eventsTitle:l,statusItems:r,title:s,titleEnhancerStart:c})=>t.createElement(Ma,{title:s,titleEnhancerStart:c,secondaryComponent:t.createElement("div",{className:_(we.secondaryWrapper,a&&we.disabled,"p-4")},r.map(i=>t.createElement("div",{className:we.statusWrapper,key:`${i.label}${i.content}`},t.createElement(C,{variant:"inherit",fontVariant:z.Body,className:we.statusItem},i.label),t.createElement(C,{variant:"inherit",fontVariant:z.BodyBold,className:we.statusItem},i.content))))},t.createElement("div",{className:_(we.contentWrapper,a&&we.disabled,"p-4")},t.createElement(qe,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:z.H5},l),t.createElement(bt,{spacing:"none",className:we.eventsList},o.map(i=>t.createElement(Ce,{key:i.label},t.createElement(et,{onClick:i.action,isUnderlined:!!i.action,className:we.eventItem},i.label)))),t.createElement(et,{variant:"inherit",fontVariant:z.BodyBold,isDisabled:!0,onClick:e.action},e.label))),ju="_wrapper_16uxo_4",Fu={wrapper:ju},Uu={width:16,height:9},Gu=({children:e,className:a,dimensions:o=Uu,isActive:l=!0,style:r,...s})=>{const c=l?{"--aspect-ratio-height":o.height,"--aspect-ratio-width":o.width}:void 0;return t.createElement("div",{style:{...r,...c},className:_(Fu.wrapper,a),...s},e)},Xu="_bar_19iud_4",Qu="_absoluteTop_19iud_12",Ku="_absoluteBottom_19iud_17",Zu="_relative_19iud_22",Yu="_row_19iud_26",Ju="_rowReverse_19iud_30",e_="_column_19iud_34",t_="_columnReverse_19iud_38",n_="_spaceBetween_19iud_42",a_="_center_19iud_46",o_="_nonePadding_19iud_50",l_="_compactPadding_19iud_54",r_="_smallPadding_19iud_58",c_="_mediumPadding_19iud_62",s_="_largePadding_19iud_66",it={bar:Xu,absoluteTop:Qu,absoluteBottom:Ku,relative:Zu,row:Yu,rowReverse:Ju,column:e_,columnReverse:t_,spaceBetween:n_,center:a_,nonePadding:o_,compactPadding:l_,smallPadding:r_,mediumPadding:c_,largePadding:s_},i_=({children:e,className:a,position:o="relative",padding:l="none",flexDirection:r="row",justifyContent:s="spaceBetween",...c})=>t.createElement("div",{className:_(it.bar,it[me(l)],it[o],it[r],it[s],a),...c},e),d_="_wrapper_1f5cx_14",m_="_list_1f5cx_20",u_="_listItem_1f5cx_27",__="_crumbLabel_1f5cx_30",f_="_crumbLink_1f5cx_43",ht={wrapper:d_,list:m_,listItem:u_,crumbLabel:__,crumbLink:f_},ha=(e,a,o)=>{e.preventDefault(),a.action?a.action():a.url&&o(a.url)},p_=({className:e,crumbs:a,enhancerEnd:o,enhancerStart:l,handleNavigate:r})=>{const c=[...a].reverse().slice(1).find(i=>i.url||i.action);return t.createElement("nav",{className:_(e,ht.wrapper),"aria-label":"breadcrumbs"},l,(c?.url||c?.action)&&t.createElement(q,{href:c.url,onClick:i=>ha(i,c,r),htmlTag:"a",size:"none",variant:"transparent",className:"mr-3","aria-label":`Go back to ${c.label}`},t.createElement(T,{source:O.IconArrowLeftRegular,size:"medium"})),t.createElement("ul",{className:ht.list},a.map(i=>t.createElement("li",{key:`${i.label}${i.url}`,className:ht.listItem},i.action??i.url?t.createElement(re,{className:ht.crumbLink,href:i.url,htmlTag:"a",onClick:d=>ha(d,i,r)},t.createElement(va,{label:i.label})):t.createElement(va,{label:i.label})))),o)},va=({label:e})=>t.createElement(C,{fontVariant:z.BodyBold,className:ht.crumbLabel},e),h_="_svg_1ww8x_4",v_="_circle_1ww8x_13",ga={svg:h_,circle:v_},g_=({duration:e=60,className:a,...o})=>{const l=t.useMemo(()=>e,[]);return t.createElement("svg",{viewBox:"0 0 32 32",className:_(ga.svg,a),role:"img","aria-label":"timer",...o},t.createElement("circle",{r:"16",cx:"16",cy:"16",className:ga.circle,style:{animationDuration:`${l}s`}}))},w_="_countdownWrapper_nht8u_11",E_="_countdownNumber_nht8u_20",x_="_svg_nht8u_24",b_="_circleMain_nht8u_33",k_="_circleBackground_nht8u_34",C_="_countdown_nht8u_11",Ve={countdownWrapper:w_,countdownNumber:E_,svg:x_,circleMain:b_,circleBackground:k_,countdown:C_},wa=({className:e})=>t.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),z_=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:o})=>(t.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),t.createElement("div",{className:Ve.countdownWrapper},t.createElement(C,{className:Ve.countdownNumber,colorScheme:"light",fontVariant:z.H1},e),t.createElement("svg",{role:"img","aria-label":"Circle countdown",className:Ve.svg},t.createElement(wa,{className:_(Ve.circleBackground,o?Ve.countdown:"")}),t.createElement(wa,{className:_(Ve.circleMain,o?Ve.countdown:"")})))),I_=({startCountFrom:e=5,msInterval:a=1e3,shouldStartCountDown:o})=>{const{startCountDown:l,currentCount:r}=V.useCountDown({startCountFrom:e,enabled:o,msInterval:a});return t.useEffect(()=>{o&&l()},[o,l]),t.createElement(z_,{startCountFrom:e,shouldStartCountDown:o,currentCount:r})},y_="_tabs_1v2zs_4",B_="_light_1v2zs_10",M_="_dark_1v2zs_13",S_="_small_1v2zs_16",L_="_tab_1v2zs_4",N_="_active_1v2zs_34",$_="_canClickActive_1v2zs_34",R_="_large_1v2zs_46",A_="_medium_1v2zs_49",Be={tabs:y_,light:B_,dark:M_,small:S_,tab:L_,active:N_,canClickActive:$_,large:R_,medium:A_},H_=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:o,onTabChange:l,className:r,sizeModifier:s="large"})=>t.createElement(R,null,({colorScheme:c})=>t.createElement("div",{role:"tablist",className:_(c,Be[c],Be[s],Be.tabs,r)},a.map(({name:i,id:d,textEndContent:m,testId:u})=>t.createElement("button",{type:"button","data-testid":u,onClick:()=>{(o!==d||o===d&&e)&&l(d)},role:"tab",key:d,className:_(Be.tab,Be[c],Be[s],{[Be.active]:d===o,[Be.canClickActive]:e})},t.createElement(C,{fontVariant:s==="small"?z.SmallBold:z.BodyBold,className:_({"p-relative":!!m})},i,m))))),O_="_wrap_yqav1_4",P_="_buttonContainer_yqav1_10",V_="_dropContent_yqav1_17",T_="_fade_yqav1_1",q_="_contentTextNoWrap_yqav1_25",W_="_topLeft_yqav1_30",D_="_bottomLeft_yqav1_31",j_="_topRight_yqav1_35",F_="_bottomRight_yqav1_36",U_="_topMiddle_yqav1_42",G_="_bottomMiddle_yqav1_53",X_="_middleLeft_yqav1_62",Q_="_middleRight_yqav1_63",K_="_limitSize_yqav1_84",Z_="_row_yqav1_89",Y_="_rowReverse_yqav1_93",J_="_column_yqav1_97",ef="_columnReverse_yqav1_101",Ee={wrap:O_,buttonContainer:P_,dropContent:V_,fade:T_,contentTextNoWrap:q_,topLeft:W_,bottomLeft:D_,topRight:j_,bottomRight:F_,topMiddle:U_,bottomMiddle:G_,middleLeft:X_,middleRight:Q_,limitSize:K_,row:Z_,rowReverse:Y_,column:J_,columnReverse:ef},jt=({buttonClassName:e,buttonLabel:a="Toggle drop content",canCloseOutside:o=!0,children:l,className:r,closeOnEscape:s=!1,content:c,contentClassName:i,dropContentRole:d,dropContentLabel:m,interactiveElement:u,isContentTextWrapped:p=!1,isDisabled:f,isOpen:h=!1,limitSize:v=!1,onClose:w,onContainerClick:E,onContentVisibilityChange:g,onOutsideClose:b,position:y="bottomLeft",flexDirection:B="row",...I})=>{const[k,M]=t.useState(h),$=t.useRef(I);$.current=I;const x=t.useCallback(()=>{w?.(),M(!1)},[w]),N=t.useCallback(()=>{o&&(x(),b?.())},[o,b,x]);t.useEffect(()=>{const D=Z=>{Z.key===be.escape&&x()};return D&&(k?document.addEventListener("keydown",D,!0):document.removeEventListener("keydown",D,!0)),()=>D&&document.removeEventListener("keydown",D,!0)},[s,x,k]);const S=t.useCallback(D=>{E?.(),k&&w?.(),M(Z=>!Z),D.stopPropagation()},[k,w,E]),W=t.useCallback(D=>D.stopPropagation(),[]),K=D=>{D.stopPropagation(),w?.(),M(!1)};t.useEffect(()=>{g&&g(k)},[k,g]);const F=V.useOnClickOutside(N),j=t.useMemo(()=>t.createElement(t.Fragment,null,typeof l=="function"?l(k):l),[l,k]),ae=t.useMemo(()=>u?.({"aria-label":a,className:_(Ee.buttonContainer,e),onClick:S,onKeyDown:W,children:j,...$.current},k)??t.createElement(re,{"aria-label":a,className:_(Ee.buttonContainer,e),onClick:S,onKeyDown:W,...$.current},j),[e,a,S,u,W,k,j]);return f?t.createElement("div",{className:_(Ee.wrap,r),ref:F},j):t.createElement("div",{className:_(Ee.wrap,r),ref:F},ae,k&&t.createElement("div",{"aria-label":m,role:d,className:_(Ee.dropContent,Ee[y],Ee[B],{[Ee.contentTextNoWrap]:!p,[Ee.limitSize]:v},i)},typeof c=="function"?c(K):c))},tf="_dark_1flzb_20",nf="_light_1flzb_46",af="_container_1flzb_169",of="_errorText_1flzb_170",lf="_containerWrapContent_1flzb_174",rf="_selectWrapper_1flzb_178",cf="_fullWidth_1flzb_184",sf="_view_1flzb_187",df="_select_1flzb_178",mf="_compact_1flzb_244",uf="_small_1flzb_248",_f="_medium_1flzb_251",ff="_hasIcon_1flzb_254",pf="_textWrapper_1flzb_258",hf="_label_1flzb_265",vf="_text_1flzb_258",gf="_icon_1flzb_273",wf="_chevron_1flzb_274",Ef="_error_1flzb_170",xf="_inlineLabel_1flzb_311",bf="_disabled_1flzb_328",H={dark:tf,light:nf,container:af,errorText:of,containerWrapContent:lf,selectWrapper:rf,fullWidth:cf,view:sf,select:df,compact:mf,small:uf,medium:_f,hasIcon:ff,textWrapper:pf,label:hf,text:vf,icon:gf,chevron:wf,error:Ef,inlineLabel:xf,disabled:bf},kf="_fullWidth_7juwi_12",Cf="_button_7juwi_16",zf="_wrapper_7juwi_20",If="_menu_7juwi_25",yf="_checkboxWrapper_7juwi_29",Bf="_textWrapper_7juwi_41",ne={fullWidth:kf,button:Cf,wrapper:zf,menu:If,checkboxWrapper:yf,textWrapper:Bf},mo=({className:e,colorScheme:a,dropContentPosition:o,errorText:l,hasError:r,iconType:s,isDisabled:c,isFullWidth:i,isOpen:d=!1,isTruncated:m=!1,label:u,labelModifier:p,menuComponent:f,multipleSelectionText:h="selected",noSelectionText:v,onContentVisibilityChange:w,onOutsideClose:E,options:g,sizeModifier:b="medium",testId:y,value:B=[],wrapContent:I=!1})=>t.createElement(R,null,({colorScheme:k})=>t.createElement(jt,{buttonLabel:u,className:_(ne.fullWidth,e),content:f,contentClassName:_({[ne.fullWidth]:i}),isOpen:g.length>0&&d,isDisabled:c,onOutsideClose:E,onContentVisibilityChange:w,position:o,interactiveElement:M=>t.createElement(re,{...M,className:_(a??k,H.container,H[a??k],ne.button,{[ne.fullWidth]:i,[H.disabled]:c,[H.error]:r&&!c,[H.containerWrapContent]:I}),"data-testid":y},t.createElement(Mf,{iconType:s,isDisabled:c,isFullWidth:i,isTruncated:m,labelModifier:p,multipleSelectionText:h,noSelectionText:v,options:g,selectLabel:u,sizeModifier:b,value:B}),r&&l&&t.createElement(C,{className:_("mt-2",H.errorText),variant:"danger"},l))})),Mf=({iconType:e,isDisabled:a,isFullWidth:o,isTruncated:l,labelModifier:r,multipleSelectionText:s,noSelectionText:c,options:i,selectLabel:d,sizeModifier:m,value:u})=>{const p=r==="hidden",f=r==="inline",h=g=>i.find(b=>b.id===g)?.label??g,v=f||p,w={text:d},E=()=>u.length===1?h(u[0]):u.length>1&&!l?u.map(g=>h(g)).join(", "):u.length===0&&!c||u.length>1?`${u.length} ${s}`:c;return t.createElement(t.Fragment,null,!v&&t.createElement(he,{className:_(H.label),...w}),t.createElement(re,{className:_(H.selectWrapper,{[ne.fullWidth]:o}),htmlTag:"div",disabled:a},t.createElement("div",{className:_(H.view,H[m],{[H.hasIcon]:!!e}),"data-testid":L.MultiselectView},v&&t.createElement(he,{className:_(H.inlineLabel),isLabelHidden:p,isLabelInline:f,...w}),!!e&&t.createElement(T,{size:"compact",source:e,className:H.icon}),t.createElement("div",{className:_(H.textWrapper,ne.textWrapper)},t.createElement("span",{className:H.text},E())),t.createElement(T,{size:m==="medium"?"compact":"mini",source:O.IconChevronDown,className:H.chevron}))))},Sf=Et(le,"light"),uo=({descriptionFontVariant:e,isFullWidth:a,labelFontVariant:o,menuTestId:l,onSelectChange:r,options:s,value:c=[],...i})=>{const d=({id:m,checked:u})=>{let p=[];!c.includes(m)&&u?p=[...c,m]:c.includes(m)&&!u&&(p=c.filter(h=>h!==m));const f=p.map(h=>({id:h,label:s.find(v=>v.id===h)?.label??"No label"}));r(f)};return t.createElement(mo,{options:s,value:c,isFullWidth:a,menuComponent:t.createElement(Lf,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:o,onChange:d,options:s,selection:c,testId:l}),...i})},_o=({children:e,className:a,description:o,descriptionFontVariant:l=z.Body,...r})=>t.createElement("div",null,t.createElement(C,{...r,className:a},e),o&&t.createElement(C,{...r,className:_("d-block mb-1",a),fontVariant:l},o)),Lf=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:o=_o,labelFontVariant:l,onChange:r,options:s,selection:c,testId:i})=>{const d=m=>{r({id:m.currentTarget.name,checked:m.currentTarget.checked})};return s.length>0?t.createElement(Sf,{className:_(ne.wrapper,{[ne.fullWidth]:a},"py-3"),"data-testid":i},t.createElement(ot,{className:_(ne.menu,"pl-4 pr-5 mr-1")},s.filter(m=>!m.isHidden).map((m,u)=>t.createElement("div",{className:_(ne.checkboxWrapper,{"mb-2":u+1!==s.length}),key:m.id,"data-testid":`${L.MultiselectItem}-${u}`},t.createElement(B1,{checked:c.includes(m.id),isDisabled:m.isDisabled,label:m.label,name:m.id,onChange:d,role:"menuitemcheckbox",labelComponent:({children:p,...f})=>t.createElement(o,{...f,fontVariant:l,description:m.description,descriptionFontVariant:e},p)}))))):null},Nf=Et(le,"light"),$f=({descriptionFontVariant:e,isFullWidth:a,isOpen:o,labelFontVariant:l,menuTestId:r,onConfirm:s,onContentVisibilityChange:c,options:i,value:d=[],...m})=>{const[u,p]=t.useState(d),[f,h]=t.useState(o),v=({id:E,checked:g})=>{let b=[];!u.includes(E)&&g?b=[...u,E]:u.includes(E)&&!g&&(b=u.filter(y=>y!==E)),p(b)},w=()=>{const E=u.map(g=>({id:g,label:i.find(b=>b.id===g)?.label??"No label"}));h(!1),s(E)};return t.createElement(mo,{isOpen:f,isFullWidth:a,menuComponent:E=>t.createElement(Rf,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,onChange:v,onConfirm:g=>{w(),E(g)},options:i,selection:u,testId:r}),options:i,onOutsideClose:()=>p(d),onContentVisibilityChange:c,value:u,...m})},Rf=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:o=_o,labelFontVariant:l,onChange:r,onConfirm:s,options:c,selection:i,testId:d})=>{const m=u=>{r({id:u.currentTarget.name,checked:u.currentTarget.checked})};return c.length>0?t.createElement(Nf,{className:_(ne.wrapper,{[ne.fullWidth]:a},"py-3"),"data-testid":d},t.createElement(ot,{className:_(ne.menu,"pl-4 pr-5 mr-1")},c.filter(u=>!u.isHidden).map((u,p)=>t.createElement("div",{className:_(a?ne.fullWidth:ne.checkboxWrapper,{"mb-2":p+1!==c.length}),key:u.id,"data-testid":`${L.MultiselectItem}-${p}`},t.createElement(B1,{checked:i.includes(u.id),isDisabled:u.isDisabled,label:u.label,name:u.id,onChange:m,role:"menuitemcheckbox",labelComponent:({children:f,...h})=>t.createElement(o,{...h,fontVariant:l??h.fontVariant,description:u.description,descriptionFontVariant:e},f)})))),t.createElement("div",{className:"mx-4 mt-2"},t.createElement(q,{onClick:s,modifier:"fullWidth","data-testid":L.ConfirmableMultiselectConfirm},"Confirm"))):null},Af=Et(Wt,"light"),Hf=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:o,confirmButtonTestid:l,confirmButtonVariant:r="primary",description:s,descriptionWordBreak:c,isOpen:i,onCancel:d,onConfirm:m,title:u,...p})=>{const f=t.createElement(q,{onClick:m,variant:r,size:"medium","data-testid":l,modifier:"fullWidth"},o);return t.createElement(Af,{isOpen:i,...p},t.createElement(bt,{spacing:"none"},t.createElement(C,{fontVariant:z.H5,className:"mb-2"},u),s&&t.createElement(C,{fontVariant:z.Body,className:"mb-4",wordBreak:c},t.createElement(no,{text:s})),e?t.createElement(Va,{className:"mt-2"},t.createElement(m1,{xs:6},t.createElement(q,{onClick:d,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),t.createElement(m1,{xs:6},f)):f))},Of="_wrapper_1uegx_4",Pf="_clickCatcher_1uegx_8",Vf="_positionAdjuster_1uegx_17",i1={wrapper:Of,clickCatcher:Pf,positionAdjuster:Vf},Tf=({children:e,menu:a})=>{const[o,l]=t.useState(!1),r=()=>l(!1),s=i=>{l(!o),o||i.preventDefault()},c=typeof a=="function"?a({onClose:r}):a;return t.createElement("div",{onContextMenu:s,role:"presentation",tabIndex:-1,className:i1.wrapper},o&&t.createElement(t.Fragment,null,t.createElement("div",{className:i1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),t.createElement("div",{className:i1.positionAdjuster},c)),e)},qf="_fileUpload_mtns5_13",Wf="_button_mtns5_22",Df="_disabledDark_mtns5_32",jf="_disabledLight_mtns5_37",Ff="_error_mtns5_42",Uf="_content_mtns5_47",Me={fileUpload:qf,button:Wf,disabledDark:Df,disabledLight:jf,error:Ff,content:Uf},Gf="or drag and drop",fo=t.forwardRef(({accept:e,ariaLabel:a,colorScheme:o="dark",hasError:l,isDisabled:r,onChange:s,onDrop:c,multiple:i=!1,title:d,subTitle:m=Gf,...u},p)=>{const f=r?o==="dark"?Me.disabledDark:Me.disabledLight:"";return t.createElement(ja,{onDrop:c,colorScheme:o,hasError:l,isDisabled:r,...u},t.createElement(M1,{accept:e,className:Me.fileUpload,onChange:s,multiple:i,ref:p,ariaLabel:a,colorScheme:o,isDisabled:r},t.createElement("div",{className:Me.content},t.createElement("div",{className:Me.button},t.createElement(T,{source:O.IconAdd,size:"small",className:_(f,l&&Me.error),colorScheme:o})),d&&t.createElement(Ce,{className:"pb-0"},t.createElement(C,{fontVariant:z.H5,className:_(f,l&&Me.error),colorScheme:o},d)),m&&t.createElement(Ce,{className:"pt-0"},t.createElement(C,{fontVariant:z.Body,className:_(f,l&&Me.error),colorScheme:o},m)))))});fo.displayName="DragAndUploadFiles";const Xf=({children:e,className:a,...o})=>t.createElement("form",{className:a,...o},e),Qf="_group_1wlif_4",Kf="_noneSpacing_1wlif_10",Zf="_compactSpacing_1wlif_14",Yf="_smallSpacing_1wlif_18",Jf="_mediumSpacing_1wlif_22",ep="_largeSpacing_1wlif_26",tp="_fullWidth_1wlif_30",np="_spaceBetween_1wlif_34",ap="_center_1wlif_38",op="_normal_1wlif_42",Rt={group:Qf,noneSpacing:Kf,compactSpacing:Zf,smallSpacing:Yf,mediumSpacing:Jf,largeSpacing:ep,fullWidth:tp,spaceBetween:np,center:ap,normal:op},lp=({children:e,className:a,modifier:o,spacing:l="medium",justifyContent:r="normal",...s})=>t.createElement("div",{className:_(Rt.group,Rt[g1(l)],Rt[r],o&&Rt[o],a),...s},e),rp="_pill_b6d2f_12",cp="_iconWrapper_b6d2f_19",sp="_icon_b6d2f_19",ip="_textWrapper_b6d2f_32",dp="_text_b6d2f_32",dt={pill:rp,iconWrapper:cp,icon:sp,textWrapper:ip,text:dp},mp=({className:e,text:a,...o})=>t.createElement(L1,{className:_("align-items-center",dt.pill,e),...o},t.createElement("div",{className:dt.iconWrapper},t.createElement(T,{className:dt.icon,source:O.IconInfoRound,colorScheme:"light"})),t.createElement("div",{className:dt.textWrapper},t.createElement(C,{colorScheme:"light",className:dt.text},a))),up="_menu_1litt_11",_p={menu:up},f1=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?t.createElement(Za,{"aria-checked":e.isAriaChecked,"aria-label":!a&&e.target==="_blank"?`${e.label} (Opens in a new tab)`:void 0,"aria-selected":e.isAriaSelected,"data-testid":e.testId,href:a?void 0:e.url,icon:e.icon,iconColor:e.iconColor,iconAlignedStart:e.iconAlignedStart,isDisabled:e.isDisabled,isFixedIcon:e.isFixedIcon,onClick:e.clickAction,role:e.role,target:a?void 0:e.target,variant:e.variant??"inherit"},e.label):t.createElement(Ce,{"aria-checked":e.isAriaChecked,"aria-selected":e.isAriaSelected,role:e.role},t.createElement(C,{className:"pr-1 pl-1"},e.label),e.icon&&t.createElement(T,{source:e.icon,size:"compact",color:e.iconColor}))},fp=e=>e.map(a=>String(a.label)).join(":"),pp=({children:e,className:a,colorScheme:o="light",testId:l})=>t.createElement(Q,{colorScheme:o},t.createElement(le,{"data-testid":l,className:_(_p.menu,a)},e)),hp=({onPointerDownCapture:e,className:a,colorScheme:o="light",isAriaMultiSelectable:l,menuContent:r,role:s="menu",tabIndex:c,testId:i,wrapperComponent:d=pp})=>{const m=!Array.isArray(r),u=Object.entries(r);return t.createElement(d,{className:a,colorScheme:o,testId:i},u.map(([p,f],h)=>{const v=u.length-1===h;return t.createElement(t.Fragment,{key:fp(f)},m&&t.createElement(t.Fragment,null,t.createElement("div",{className:"p-2"},t.createElement(C,{fontVariant:z.BodyBold},p)),t.createElement(ue,null)),t.createElement(bt,{onPointerDownCapture:e,"aria-multiselectable":l,className:"p-1",role:s,spacing:"compact",tabIndex:c},f.map((w,E)=>{const g=w.linkWrapper;return g?t.createElement(g,{key:`${w.label}-wrapper-${E}`},t.createElement(f1,{item:w})):t.createElement(f1,{key:`${w.label}-entry-${E}`,item:w})})),!v&&t.createElement(ue,null))}))},vp="_line_ik17u_25",gp="_dark_ik17u_32",wp="_disabled_ik17u_35",Ep="_completed_ik17u_38",xp="_failed_ik17u_41",bp="_active_ik17u_44",kp="_light_ik17u_48",Qe={line:vp,dark:gp,disabled:wp,completed:Ep,failed:xp,active:bp,light:kp},Cp=({className:e,colorScheme:a,isActive:o,isCompleted:l,isDisabled:r,isFailed:s,...c})=>t.createElement(R,null,({colorScheme:i})=>t.createElement("div",{className:_(Qe.line,Qe[a??i],{[Qe.active]:o,[Qe.completed]:l,[Qe.disabled]:r,[Qe.failed]:s},e),"data-testid":L.LineStep,...c})),po=(e,a)=>{const l=Math.max(0,e);return l>a?a:l},zp=({steps:e,stepIndex:a})=>{const o=e.findIndex((r,s)=>s>=a&&!r.isDisabled),l=~o?o:a;return po(l,e.length-1)},Ip=({isActive:e,isDisabled:a})=>e?"standard":a?"disabled":"subtle",yp="_multistepIndicatorWrapper_1jax0_4",Bp="_isStepNameHidden_1jax0_10",Mp="_lineStepperWrapper_1jax0_14",Sp="_lineStepListItem_1jax0_19",Lp="_lineStepButton_1jax0_23",Np="_truncated_1jax0_27",$p="_item_1jax0_32",Rp="_itemButton_1jax0_36",Ap="_text_1jax0_39",Hp="_number_1jax0_43",Op="_noHover_1jax0_52",de={multistepIndicatorWrapper:yp,isStepNameHidden:Bp,lineStepperWrapper:Mp,lineStepListItem:Sp,lineStepButton:Lp,truncated:Np,item:$p,itemButton:Rp,text:Ap,number:Hp,noHover:Op},Pp=({isActive:e,isCompleted:a,isFailed:o,isCurrent:l,isDisabled:r,isStepNameTruncated:s,isStepNameHidden:c,label:i,stepNumber:d})=>t.createElement(t.Fragment,null,t.createElement(Xa,{className:_(de.number,{"mr-2":!c}),isActive:e||l,isCompleted:a,isFailed:o,isDisabled:r,stepNumber:d}),!c&&t.createElement(C,{isTruncated:s,className:de.text,fontVariant:z.BodyBold,variant:Ip({isDisabled:r,isActive:e||l})},i)),Ea="step",Vp=({className:e,isCurrent:a,isStepNameTruncated:o,isStepNameHidden:l,step:r,stepIndex:s,variant:c,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:u,isCompleted:p,isFailed:f,isSelectable:h,label:v,onClick:w}=r,E=m||!a&&!d&&!h,g=t.useRef(null),b=Wo();return t.useEffect(()=>{b&&a&&g.current&&g.current.focus()},[a,b]),t.createElement("li",{className:_(de.item,{[de.truncated]:o,[de.lineStepListItem]:c==="line"},e)},t.createElement(qt,{"aria-current":a?Ea:void 0,"aria-label":`${Ea} ${s}`,"aria-hidden":E,tabIndex:E?-1:0,"data-testid":`${L.MultistepIndicatorButton}-${s}`,disabled:E,ref:g,className:_(de.itemButton,{[de.noHover]:E,[de.lineStepButton]:c==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(s),w?.())},href:u,htmlTag:c==="line"||!u?"button":"a"},c==="ordered-list"?t.createElement(Pp,{isActive:d,isCompleted:p,isFailed:f,isCurrent:a,isStepNameTruncated:o,isStepNameHidden:l,label:v,stepNumber:String(s+1)}):t.createElement(Cp,{isActive:d||a,isCompleted:p,isDisabled:m})))},Tp=({className:e,colorScheme:a,currentStepIndex:o=0,isStepNameTruncated:l,isStepNameHidden:r=!1,stepClassName:s,steps:c,variant:i="ordered-list",onStepChange:d})=>{const m=po(o,c.length-1),u=c[m];return t.createElement(R,null,({colorScheme:p})=>t.createElement(Q,{colorScheme:a??p},t.createElement("ol",{"aria-label":u?`${u.label}, step ${m+1} of ${c.length}`:void 0,className:_("d-flex",de.multistepIndicatorWrapper,{[de.lineStepperWrapper]:i==="line",[de.isStepNameHidden]:r},e),"data-testid":L.MultistepIndicator},c.map((f,h)=>t.createElement(Vp,{className:s,isCurrent:h===m,isStepNameTruncated:l,isStepNameHidden:r,key:`${h}-${f.label}`,onStepChange:d,step:f,stepIndex:h,variant:i})))))},qp="_wrap_oxd8c_11",Wp="_input_oxd8c_15",Dp="_button_oxd8c_35",jp="_buttonBorderDark_oxd8c_40",Fp="_buttonBorderLight_oxd8c_44",Se={wrap:qp,input:Wp,button:Dp,buttonBorderDark:jp,buttonBorderLight:Fp},Up=({name:e,label:a,colorScheme:o,onChange:l,ariaLabelDecrement:r,labelDecrement:s="-",ariaLabelIncrement:c,labelIncrement:i="+",value:d=0,minValue:m=0,maxValue:u=Number.MAX_VALUE,isInputReadOnly:p,isDisabled:f,stepValue:h=1,testIDDecrement:v,testIDIncrement:w,testIDInput:E})=>{const g=t.useCallback(B=>Math.min(Math.max(B,m),u),[m,u]),b=t.useCallback(B=>{const I=g(d+B);!f&&l(I)},[d,g,l,f]),y=B=>{const I=g(Number(B));l(I)};return t.createElement(R,null,({colorScheme:B})=>{const I=o||B;return t.createElement("div",{className:Se.wrap},t.createElement(q,{className:_(Se.button,I==="dark"?Se.buttonBorderDark:Se.buttonBorderLight),colorScheme:I,variant:"translucent",onClick:()=>b(-h),disabled:d===m,"data-testid":v??L.NumberStepDecrement,"aria-label":r,isDisabled:f},s),t.createElement(nt,{className:Se.input,colorScheme:I,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":E??L.NumberStepInput,onValueChange:y,readOnly:p,isDisabled:f}),t.createElement(q,{className:_(Se.button,I==="dark"?Se.buttonBorderDark:Se.buttonBorderLight),colorScheme:I,variant:"translucent",onClick:()=>b(h),disabled:d===u,"data-testid":w??L.NumberStepIncrement,"aria-label":c,isDisabled:f},i))})},Gp="_toggleShowPasswordIcon_p5tw9_4",Xp={toggleShowPasswordIcon:Gp},Qp=({hidePasswordTitle:e="Hide password",showPasswordTitle:a="Show password",...o})=>{const[l,r]=t.useState(!1),s=l?O.IconPasswordHide:O.IconPasswordShow,c=l?e:a;return t.createElement(nt,{...o,enhancerEnd:t.createElement(q,{noHover:!0,onClick:i=>{i.preventDefault(),i.stopPropagation(),r(d=>!d)},size:"none",title:c,variant:"transparent"},t.createElement(T,{className:_(Xp.toggleShowPasswordIcon,"ml-1"),source:s})),type:l?"text":"password"})},Kp=({children:e,remotePopOut:a,title:o,onUnload:l})=>{const[r]=t.useState(()=>document.createElement("div")),s=t.useRef(null);return t.useEffect(()=>{a&&(s.current=a),s.current||(s.current=window.open("","")),s.current&&(s.current.document.title=o??"Pexip One")},[a,o]),t.useEffect(()=>{const c=s.current,i=()=>{c&&(c.removeEventListener("beforeunload",i),window.removeEventListener("beforeunload",i),c?.closed||c.close(),typeof l=="function"&&l())};return c&&(c.document.body.appendChild(r),Zp(c),c.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,l]),r?Ia.createPortal(e,r):null},Zp=e=>{const a=Array.from(document.styleSheets);for(const o of a)if(o.href){const l=document.createElement("link");l.rel="stylesheet",l.href=o.href,e.document.head.appendChild(l)}else if(o.cssRules&&o.cssRules.length>0){const l=document.createElement("style");for(const r of Array.from(o.cssRules))l.appendChild(document.createTextNode(r.cssText));e.document.head.appendChild(l)}},Yp="_wrap_rw770_12",Jp="_labelWrapper_rw770_17",eh="_contentWrap_rw770_21",th="_input_rw770_29",nh="_actions_rw770_34",ah="_errorText_rw770_38",Le={wrap:Yp,labelWrapper:Jp,contentWrap:eh,input:th,actions:nh,errorText:ah},A1=({children:e="",className:a,errorText:o,hasError:l,label:r,labelEnhanceEnd:s,...c})=>t.createElement("div",{className:_(Le.wrap,a),...c},t.createElement("span",{className:_(Le.labelWrapper,"d-flex align-items-center")},t.createElement(he,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:z.SmallBold,variant:"subtle"}),s),t.createElement("div",{className:Le.contentWrap},e),l&&o&&t.createElement(C,{className:_("mt-2",Le.errorText),variant:"danger",role:"alert"},o)),oh=({confirmLabel:e="Save",className:a,initialValue:o="",denyAlertText:l="Are you sure you want to cancel?",denyLabel:r="Cancel",hasError:s,errorText:c,id:i,isEditing:d,isConfirmDisabled:m,isReadOnly:u,label:p,labelEnhanceEnd:f,modifyLabel:h="Edit",name:v,overrideInputValue:w,placeholder:E,shouldShowDenyAlert:g,type:b,onChange:y,onConfirm:B,onEditingStateChange:I})=>{const[k,M]=t.useState(o),[$,x]=t.useState(d),N=t.useRef(null),S=t.useId(),W=i??S;t.useEffect(()=>{w&&M(w)},[w]);const K=Z=>{y&&y(Z),M(Z.target.value)},F=()=>{x(!1),I?.(!1),B?.(k)},j=()=>{const Z=o===k,Y=g&&o!==k&&confirm(l);(!g||Z||Y)&&(M(o),x(!1),I?.(!1))},ae=()=>{x(!0),I?.(!0)};t.useEffect(()=>{$&&N.current?.focus()},[$]);const D=t.createElement(t.Fragment,null,(u||!$)&&t.createElement(t.Fragment,null,t.createElement(C,{"data-testid":"text-saved"},o??E),!u&&t.createElement(q,{variant:"text",onClick:ae,"data-testid":"btn-modify"},h)),!u&&$&&t.createElement(t.Fragment,null,t.createElement(nt,{ref:N,className:Le.input,id:W,name:v,type:b,value:k,label:p,labelModifier:"hidden",onChange:K,hasError:s,placeholder:E,onKeyDown:Dt(F),sizeModifier:"small"}),t.createElement("div",{className:Le.actions},B&&t.createElement(q,{variant:"text",onClick:j,"data-testid":"btn-deny"},r),t.createElement(q,{variant:"text",isDisabled:m,onClick:F,"data-testid":"btn-confirm"},e))));return t.createElement(A1,{className:a,errorText:c,hasError:s,label:p,labelEnhanceEnd:f},D)},lh=({confirmLabel:e="Save",className:a,denyAlertText:o="Are you sure you want to cancel?",denyLabel:l="Cancel",hasError:r,errorText:s,isEditing:c,isReadOnly:i,label:d,labelEnhanceEnd:m,modifyLabel:u="Edit",noSelectionLabel:p="--",options:f=[],shouldShowDenyAlert:h,value:v=[],onChange:w,onConfirm:E})=>{const[g,b]=t.useState(v),[y,B]=t.useState(c),I=S=>S.map(W=>({id:W,label:f.find(K=>K.id===W)?.label??W})),k=S=>{w&&w(S),b(S.map(W=>W.id))},M=()=>{B(!1);const S=I(g);E?.(S)},$=()=>{const S=v===g,W=v!==g&&confirm(o);(!h||S||W)&&(B(!1),b(v))},x=()=>{b(v),B(!0)},N=t.createElement(t.Fragment,null,(i||!y)&&t.createElement(t.Fragment,null,t.createElement(C,{"data-testid":"preference-multiselect-label"},I(v).map(S=>S.label).join(", ")||p),!i&&t.createElement(q,{variant:"text",onClick:x,"data-testid":"btn-modify"},u)),!i&&y&&t.createElement(t.Fragment,null,t.createElement(uo,{className:Le.input,value:g,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:k,hasError:r,sizeModifier:"small",options:f,isOpen:!0}),t.createElement("div",{className:Le.actions},E&&t.createElement(q,{variant:"text",onClick:$,"data-testid":"btn-deny"},l),t.createElement(q,{variant:"text",onClick:M,"data-testid":"btn-confirm"},e))));return t.createElement(A1,{className:a,errorText:s,hasError:r,label:d,labelEnhanceEnd:m},N)},rh="_wrap_1l8nu_4",ch="_withBorderBottom_1l8nu_12",sh="_row_1l8nu_16",ih="_rowLeft_1l8nu_24",dh="_rowBottom_1l8nu_30",mt={wrap:rh,withBorderBottom:ch,row:sh,rowLeft:ih,rowBottom:dh},mh=({className:e,description:a,descriptionVariant:o="tinted",label:l,labelVariant:r="standard",rowBottom:s,rowLeft:c,withBorderBottom:i=!0})=>{const d=t.useId();return t.createElement("fieldset",{className:_(mt.wrap,{[mt.withBorderBottom]:i},e),"aria-labelledby":d},t.createElement("div",{className:mt.row},t.createElement("div",{className:"d-flex flex-direction-column"},l&&(typeof l=="string"?t.createElement(C,{fontVariant:z.BodyBold,variant:r},l):l),a&&(typeof a=="string"?t.createElement(C,{variant:o},a):a)),c&&t.createElement("div",{className:mt.rowLeft},c)),s&&t.createElement("div",{className:mt.rowBottom},s))},uh=({searchInputTestId:e,clearButtonTestId:a,inputAriaLabel:o,clearButtonAriaLabel:l,placeHolder:r,name:s="",label:c="",onSearchInputChanged:i})=>{const[d,m]=t.useState("");return t.useEffect(()=>{i(d)},[d,i]),t.createElement(nt,{autoComplete:"off",colorScheme:"light",enhancerStart:t.createElement(T,{source:O.IconSearch,size:"compact"}),enhancerEnd:d!==""&&t.createElement(q,{"aria-label":l,modifier:"square",onClick:()=>m(""),size:"compact",variant:"transparent","data-testid":a},t.createElement(T,{source:O.IconClose,size:"compact"})),type:"text",testId:e,className:"pb-4",placeholder:r,value:d,onChange:u=>m(u.target.value),variant:"standard",name:s,label:c,"aria-label":o})},_h="_wrap_4mkm4_16",fh="_summary_4mkm4_20",ph="_button_4mkm4_28",hh="_actionGroup_4mkm4_44",vh="_headingGroup_4mkm4_49",gh="_headingText_4mkm4_53",wh="_icon_4mkm4_64",Eh="_divider_4mkm4_69",xh="_dark_4mkm4_73",bh="_light_4mkm4_86",xe={wrap:_h,summary:fh,button:ph,actionGroup:hh,headingGroup:vh,headingText:gh,icon:wh,divider:Eh,dark:xh,light:bh},kh=({buttonClassName:e,children:a,className:o,collapseText:l="Collapse",colorScheme:r,expandText:s="Expand",isExpanded:c=!1,onToggle:i,subtitle:d,title:m,titleEnhancerEnd:u})=>{const[p,f]=t.useState(c),h=w=>{w.preventDefault(),f(E=>{const g=!E;return i&&i(g),g})},v=p?l:s;return t.createElement(R,null,({colorScheme:w})=>t.createElement("details",{className:_(xe.wrap,o),open:p,"data-testid":L.SectionAccordionDetails},t.createElement("summary",{className:xe.summary,onClick:h,"data-testid":L.SectionAccordionSummary},t.createElement("div",{className:xe[r??w]},t.createElement("div",{className:_(xe.button,e)},t.createElement("div",{className:xe.headingGroup},t.createElement("div",{className:"d-flex align-items-center"},t.createElement(C,{variant:"inherit",className:xe.headingText,fontVariant:z.H3},m),u),typeof d=="string"?t.createElement(C,{variant:"inherit",className:xe.headingText},d):t.createElement(t.Fragment,null,d)),t.createElement("div",{className:xe.actionGroup},t.createElement(C,{variant:"inherit",fontVariant:z.BodyBold},v),t.createElement(T,{className:xe.icon,source:p?O.IconDoubleChevronUp:O.IconDoubleChevronDown}))),t.createElement(ue,{colorScheme:r??w}))),p&&t.createElement("div",{className:"pt-4 pb-3"},a)))},Ch=({children:e,className:a,colorScheme:o,subtitle:l,subtitleTestId:r,title:s,titleTestId:c,variant:i,...d})=>t.createElement(R,null,({colorScheme:m})=>t.createElement(Q,{colorScheme:o??m},t.createElement("section",{className:a,...d},t.createElement(w1,null,t.createElement("div",{className:"mt-5"},t.createElement(C,{fontVariant:z.H2,variant:i,"data-testid":c},s)),t.createElement("div",{className:"mt-2"},t.createElement(C,{fontVariant:z.H6,variant:i,"data-testid":r},l)),e)))),zh=({className:e,colorScheme:a,errorText:o,errorTextTestId:l,hasError:r,iconType:s,id:c,isDisabled:i,isFullWidth:d,label:m,labelModifier:u,onValueChange:p,options:f,sizeModifier:h="medium",value:v,wrapContent:w=!1,...E})=>{const g=t.useId(),b=c??g,y=v||f[0]?.id,B=u==="hidden",I=u==="inline",k=I||B,M={text:m,id:b},$=x=>{v!==x.currentTarget.value&&p(x.currentTarget.value)};return t.useEffect(()=>{r&&o&&y1(o,"assertive")},[r,o]),t.createElement(R,null,({colorScheme:x})=>t.createElement("div",{className:_(a??x,H.container,H[a??x],{[H.disabled]:i,[H.error]:r&&!i,[H.containerWrapContent]:w},e)},!k&&t.createElement(he,{className:_(H.label),...M}),t.createElement("div",{className:_(H.selectWrapper,{[H.fullWidth]:d})},t.createElement("select",{className:H.select,id:b,onBlur:$,onChange:$,value:y,disabled:i,...E},f.map(({id:N,label:S,isDisabled:W})=>t.createElement("option",{disabled:W,key:N,value:N},S))),t.createElement("div",{className:_(H.view,H[h],{[H.hasIcon]:!!s}),"data-testid":L.SelectView},k&&t.createElement(he,{className:_(H.inlineLabel),isLabelHidden:B,isLabelInline:I,...M}),!!s&&t.createElement(T,{size:"compact",source:s,className:H.icon,"data-testid":L.SelectIcon}),t.createElement("div",{className:H.textWrapper},t.createElement("span",{className:H.text},f.find(N=>N.id===y)?.label??m)),t.createElement(T,{size:h==="medium"?"compact":"mini",source:O.IconChevronDown,className:H.chevron,"data-testid":L.SelectChevron}))),r&&o&&t.createElement(C,{className:_("mt-2",H.errorText),variant:"danger","data-testid":l},o)))},ho=(e,a)=>{const{focusFrom:o}=R1(e);t.useEffect(()=>{a&&o()},[a,o])},Ih="_wrapper_bo5rp_4",yh="_open_bo5rp_19",Bh="_sheet_bo5rp_24",Mh="_sheetInner_bo5rp_38",Sh="_closeButton_bo5rp_43",ut={wrapper:Ih,open:yh,sheet:Bh,sheetInner:Mh,closeButton:Sh},xa=e=>e.stopPropagation(),Lh=({isOpen:e=!1,closeButtonAriaLabel:a="Close sheet",onClose:o,children:l,withCloseButton:r=!1,className:s})=>{const{ref:c}=Ko(e),[i,d]=t.useState(null);return ho(i,e),t.createElement("div",{ref:c,className:_(ut.wrapper,{[ut.open]:e}),role:"dialog"},t.createElement("div",{className:_(ut.sheet,s),onClick:xa,onKeyDown:xa,role:"presentation"},t.createElement("div",{className:ut.sheetInner,ref:d,tabIndex:-1},l,r&&t.createElement(at,{"aria-label":a,onClose:o,className:ut.closeButton}))))},Nh="_box_1owu2_82",$h="_wrap_1owu2_95",Rh="_dark_1owu2_103",Ah="_withHover_1owu2_108",Hh="_rowBottom_1owu2_113",Oh="_subtle_1owu2_113",Ph="_inactive_1owu2_113",Vh="_figureCaption_1owu2_113",Th="_figureText_1owu2_114",qh="_divider_1owu2_123",Wh="_icon_1owu2_126",Dh="_danger_1owu2_130",jh="_warning_1owu2_157",Fh="_success_1owu2_184",Uh="_light_1owu2_211",Gh="_row_1owu2_113",Xh="_flexGrow_1owu2_327",Qh="_rowTop_1owu2_331",Kh="_dividerWrap_1owu2_339",Zh="_caption_1owu2_345",Yh="_figure_1owu2_113",Jh="_small_1owu2_349",ev="_medium_1owu2_353",G={box:Nh,wrap:$h,dark:Rh,withHover:Ah,rowBottom:Hh,subtle:Oh,inactive:Ph,figureCaption:Vh,figureText:Th,divider:qh,icon:Wh,danger:Dh,warning:jh,success:Fh,light:Uh,row:Gh,flexGrow:Xh,rowTop:Qh,dividerWrap:Kh,caption:Zh,figure:Yh,small:Jh,medium:ev};var vo=(e=>(e.Danger="danger",e.Success="success",e.Warning="warning",e))(vo||{});const go=({children:e,className:a,colorScheme:o,isWithShadow:l=!1,padding:r="none",shadowModifier:s="light",variant:c,withHover:i=!1,...d})=>t.createElement(R,null,({colorScheme:m})=>t.createElement(le,{className:_(a,G.box,G[o??m],{[G.withHover]:i},c&&G[c]),isWithShadow:l,padding:r,shadowModifier:s,...d},e)),p1=({className:e,position:a,rowData:o,...l})=>{const{caption:r,captionClassName:s,captionSize:c="medium",captionTitle:i,figure:d,figureClassName:m,figureSize:u="medium",figureTitle:p,icon:f,iconColor:h,isActive:v=!0}=o,w=h?{style:{color:h}}:{className:G.icon},E=typeof r=="string"?r:"",g=typeof d=="string"?d:"",b=`${i??E} `,y=`${p??g} `;return t.createElement("div",{...l,className:_(G.row,{[G.rowBottom]:a==="bottom",[G.rowTop]:a==="top",[G.subtle]:u==="small"},e)},f&&t.createElement("div",{...w},f),t.createElement("figure",{className:_(G.figure,{[G.inactive]:!v})},t.createElement(C,{className:_(G.figureText,G[u],m),htmlTag:"span",variant:"inherit",fontVariant:u==="small"?z.BodyBold:z.H3,title:`${b}${y}`},d),t.createElement("figcaption",{className:_(G.caption)},typeof r!="string"?r:t.createElement(C,{className:_(G.figureCaption,G[c],s),variant:"inherit"},r))))},tv=({className:e,colorScheme:a,hasDivider:o,rowBottom:l,rowTop:r,shadowModifier:s,variant:c,withHover:i})=>t.createElement(go,{className:_(e,G.wrap,{[G.flexGrow]:!!l}),colorScheme:a,shadowModifier:s,variant:c,withHover:i},t.createElement(p1,{position:l?"top":void 0,rowData:r}),o&&l&&t.createElement("div",{className:G.dividerWrap},t.createElement(ue,{className:G.divider,"data-testid":"divider"})),l&&t.createElement(p1,{position:"bottom",rowData:l})),nv="_tabList_p72nc_99",av="_tabLink_p72nc_112",ov="_tabButtonPadding_p72nc_136",lv="_tabName_p72nc_151",rv="_tabNameContent_p72nc_163",cv="_tabContent_p72nc_167",sv="_none_p72nc_167",iv="_compact_p72nc_170",dv="_small_p72nc_173",mv="_medium_p72nc_176",uv="_large_p72nc_179",_v="_divider_p72nc_188",Ne={tabList:nv,tabLink:av,tabButtonPadding:ov,tabName:lv,tabNameContent:rv,tabContent:cv,none:sv,compact:iv,small:dv,medium:mv,large:uv,divider:_v},fv=({activeContentClassName:e,children:a,className:o,colorScheme:l,customTabNameComponent:r,hasDivider:s=!0,inactiveContentClassName:c="d-none",initialActiveTabIndex:i=0,noTabButtonPadding:d,onActiveTabChange:m,renderInactive:u=!1,...p})=>{const[f,h]=t.useState(i),v=t.Children.toArray(a).filter(Boolean),w=r??hv;t.useEffect(()=>{h(i)},[i]),t.useEffect(()=>{m&&m(f)},[f,m]);const E=v.map((g,b)=>t.isValidElement(g)&&t.createElement(w,{"aria-selected":f===b,"data-active":f===b,"data-testid":g.props["data-testid"]??`${L.Tab}-${b}`,key:g.props.title,onClick:()=>h(b),role:"tab"},t.createElement("div",{className:Ne.tabNameContent},g.props.tabEnhancerStart&&t.createElement("div",null,g.props.tabEnhancerStart),t.createElement("div",null,g.props.title),g.props.tabEnhancerEnd&&t.createElement("div",null,g.props.tabEnhancerEnd))));return t.createElement(R,null,({colorScheme:g})=>t.createElement(Q,{colorScheme:l??g},t.createElement("div",{className:o,...p},t.createElement("div",{role:"tablist",className:_(Ne.tabList,{[Ne.tabButtonPadding]:!d})},E),s&&t.createElement(ue,{className:Ne.divider}),v.map((b,y)=>{if(!t.isValidElement(b))return null;const B=f===y;return u?t.createElement("div",{key:b.props.title,className:_({[e??""]:B,[c??""]:!B})},b):B?b:null}))))},pv=({children:e,className:a,contentPadding:o="medium",...l})=>{const{title:r,tabEnhancerStart:s,tabEnhancerEnd:c,"data-testid":i,...d}={...l};return t.createElement("div",{"aria-label":r,role:"tabpanel",className:_(Ne.tabContent,Ne[o],a),...d},e)},hv=({children:e,className:a,...o})=>t.createElement("button",{className:_(Ne.tabLink,a),...o},t.createElement(C,{className:Ne.tabName},e)),vv="_list_20q8b_14",gv="_tag_20q8b_20",wv="_isInteractive_20q8b_34",Ev="_isTruncated_20q8b_38",Ht={list:vv,tag:gv,isInteractive:wv,isTruncated:Ev},xv=({ariaLabel:e,onRemove:a})=>t.createElement(q,{"aria-label":e,className:"ml-1","data-testid":"taglist-item-button",noHover:!0,onClick:a,size:"none",variant:"transparent"},t.createElement(T,{size:"compact",source:O.IconClose})),bv=({children:e,onClick:a})=>a?t.createElement(re,{onClick:a},e):t.createElement(t.Fragment,null,e),wo=({children:e,className:a,isInteractive:o=!0,isTruncated:l=!1,label:r,onClick:s,onRemove:c,removeLabel:i,title:d,variant:m})=>{const u=i??`Remove ${r}`;return t.createElement("div",{className:_(Ht.tag,{[Ht.isInteractive]:o||!!s,[Ht.isTruncated]:l},a),title:d},t.createElement(bv,{onClick:s?()=>s(r):void 0},typeof r=="string"&&t.createElement(C,{fontVariant:z.Body,isTruncated:l,variant:m},r),e),c&&t.createElement(xv,{ariaLabel:u,onRemove:c}))},kv=({className:e,colorScheme:a="light",items:o,maxTagsCount:l,variant:r})=>{let s=0;const c=[...o];if(l&&l<o.length){s=o.length-l;const d=c.splice(l).map(m=>m.title??m.label).join(", ");c.push({label:`+${s}`,title:d})}return t.createElement(R,null,({colorScheme:i})=>t.createElement(Q,{colorScheme:a??i},t.createElement("ul",{className:_(Ht.list,e)},c.map((d,m)=>t.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},t.createElement(wo,{...d,variant:r}))))))},Cv=(e,a)=>{const[o,l]=t.useState(e);return t.useEffect(()=>{let r;return e?l(!0):r=window.setTimeout(()=>{l(!1)},a),()=>window.clearTimeout(r)},[e,a]),o};function Eo(e,a,o="unmount"){return function(r){const{isVisible:s,...c}=r,i=Cv(s,a);return!i&&o==="unmount"?null:t.createElement(e,{...c,className:!i&&"d-none"})}}const zv="_toast_nzlyj_4",Iv="_topCenter_nzlyj_16",yv="_toast-top-in_nzlyj_1",Bv="_hidden_nzlyj_21",Mv="_toast-top-out_nzlyj_1",Sv="_bottomCenter_nzlyj_25",Lv="_toast-bottom-in_nzlyj_1",Nv="_toast-bottom-out_nzlyj_1",$v="_clickable_nzlyj_35",At={toast:zv,topCenter:Iv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:yv,hidden:Bv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:Mv,bottomCenter:Sv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:Lv,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:Nv,clickable:$v},Rv=({className:e,colorScheme:a,enhanceStart:o,isClickable:l=!1,isDisplayed:r=!1,message:s,onDismiss:c,position:i="topCenter",timeout:d=5e3,...m})=>{const[u,p]=t.useState(r);return t.useEffect(()=>p(r),[r]),t.useEffect(()=>{let f;return u&&y1(s,"assertive"),u&&d>0&&(f=window.setTimeout(()=>{p(!1),c?.()},d)),()=>clearTimeout(f)},[u,d,c,s]),t.createElement(R,null,({colorScheme:f})=>t.createElement("div",{className:_(At.toast,At[i],{[At.hidden]:!u},e),role:"status"},t.createElement(L1,{className:_("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[At.clickable]:l||c}),onClose:c?()=>{p(!1),c()}:void 0,colorScheme:a??f,...m},o,t.createElement(C,{variant:"inherit"},s))))},xo=Eo(Rv,400);var gt=(e=>(e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e))(gt||{});function Av(e){const a=e.charCodeAt(0);if(a<55296||a>57343)return e.slice(0,1);if(e.length<2)return"�";if(55296<=a&&a<=56319){const o=e.charCodeAt(1);if(o>=56320&&o<=57343)return e.slice(0,2)}return"�"}function bo(e,a=""){if(!e)return a;const o=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(Av);return o.splice(1,o.length-2),o.join("").toUpperCase()}const Hv="_wrap_qj9he_7",Ov="_compact_qj9he_23",Pv="_small_qj9he_27",Vv="_medium_qj9he_31",Tv="_large_qj9he_35",qv="_image_qj9he_39",Wv="_text_qj9he_44",Dv="_dark_qj9he_47",jv="_border_qj9he_50",Fv="_noBackground_qj9he_53",Uv="_light_qj9he_56",Te={wrap:Hv,compact:Ov,small:Pv,medium:Vv,large:Tv,image:qv,text:Wv,dark:Dv,border:jv,noBackground:Fv,light:Uv},Gv=({alt:e,className:a,text:o,iconType:l,iconSize:r="compact",imageUrl:s,type:c,textVariant:i="inherit",fontVariant:d=z.BodyBold,title:m,...u})=>{const p=c==="icon",f=c==="text",h=c==="image",v=f||p;return t.createElement("div",{className:_(Te.wrap,a),title:m,...u},v&&t.createElement(C,{fontVariant:d,variant:i,className:_({[Te.text]:f,"d-flex":p}),isTruncated:!0},f&&o,p&&l&&t.createElement(T,{size:r,source:l})),h&&s&&t.createElement("img",{src:s,alt:e,className:Te.image}))},ko=({className:e,colorScheme:a,modifier:o,textVariant:l,sizeModifier:r="small",...s})=>t.createElement(R,null,({colorScheme:c})=>{const i=a??c,d=a==="dark"?"subtle":"tinted";return t.createElement(Q,{colorScheme:i},t.createElement(Gv,{className:_(i,Te[i],Te[r],{[Te.border]:o==="border",[Te.noBackground]:o==="noBackground"},e),textVariant:l??d,...s}))}),Xv={none:"none",compact:"smallBold",small:"bodyBold",medium:"h5",large:"h3"},Qv=e=>Xv[e],Co=99,Kv=(e,a=Co)=>{const o=t.useMemo(()=>e>a,[e,a]),l=t.useMemo(()=>e>9?z.SmallBold:z.BodyBold,[e]);return{isMoreThanMaxNumber:o,fontVariant:l}},zo=({alt:e,colorScheme:a,displayName:o,iconType:l,imageUrl:r,isActive:s,number:c=0,sizeModifier:i="small",title:d,type:m,...u})=>{const p=m===gt.Image&&r,f=m===gt.Initials,h=m===gt.Number&&!Number.isNaN(c)&&c!==void 0,{isMoreThanMaxNumber:v,fontVariant:w}=Kv(c),E=()=>h?{type:"text",text:v?`${Co}+`:`+${c}`}:p?{type:"image",imageUrl:r,alt:e??""}:o!==void 0&&(f||!p)?{type:"text",text:o!==""?bo(o):o}:{type:"icon",iconType:l??O.IconMoreHorizontal,title:d??o??"User avatar"};return t.createElement(ko,{colorScheme:a,fontVariant:h?w:Qv(i),sizeModifier:i,...s?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},...u,...E()})},Zv="_mobileButton_677ie_197",Yv="_active_677ie_206",Jv="_disabled_677ie_211",d1={mobileButton:Zv,active:Yv,disabled:Jv},eg=()=>"inherit",Io=({isContentVisible:e,displayName:a,variant:o="tertiary",isDisabled:l=!1,modifier:r="disc",colorScheme:s,...c})=>{const i=()=>a?{type:"text",text:bo(a)}:{type:"icon",iconType:O.IconSettings};return t.createElement(q,{...c,isActive:e,modifier:r,size:"large",variant:o,colorScheme:s,isDisabled:l,className:_(d1.mobileButton,e&&d1.active,l&&d1.disabled)},t.createElement(ko,{modifier:"noBackground",textVariant:eg(),iconSize:"small",...i()}))},tg=({className:e,contentClassName:a,displayName:o,colorScheme:l,variant:r="tertiary",title:s="Settings",buttonLabel:c="Toggle settings menu",isDisabled:i=!1,onContentVisibilityChange:d,tooltipPosition:m="bottomEnd",...u})=>{const[p,f]=t.useState(!0);return t.createElement(R,null,({colorScheme:h})=>t.createElement(jt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:c,onContentVisibilityChange:v=>{f(!v),d?.(v)},interactiveElement:(v,w)=>t.createElement(N1,{text:s,position:m,isTooltipEnabled:p},t.createElement(Io,{...v,isContentVisible:w,variant:r,colorScheme:l??h,isDisabled:i,displayName:o})),...u}))},ng="_user_190uv_4",ag="_textLeft_190uv_8",og="_userAvatar_190uv_13",lg="_textWrapper_190uv_17",rg="_textItem_190uv_26",Ke={user:ng,textLeft:ag,userAvatar:og,textWrapper:lg,textItem:rg},cg=({avatarType:e,email:a,displayName:o,imageUrl:l,order:r="text-right",colorScheme:s,usernameFontVariant:c=z.BodyBold,className:i,textItemClassName:d,size:m="small"})=>t.createElement(R,null,({colorScheme:u})=>t.createElement(Q,{colorScheme:s??u},t.createElement("div",{className:_(Ke.user,{[Ke.textLeft]:r==="text-left"},i),"data-testid":L.UserView},t.createElement(zo,{type:e,displayName:o,translate:"no",imageUrl:l,className:Ke.userAvatar,sizeModifier:m}),t.createElement("div",{className:Ke.textWrapper},t.createElement("div",{className:_(Ke.textItem,d)},t.createElement(C,{fontVariant:c,isTruncated:!0,translate:"no",title:o},o)),a&&t.createElement("div",{className:_(Ke.textItem,d)},t.createElement(C,{fontVariant:z.Body,isTruncated:!0},a)))))),sg="_videoWrapper_1ncfd_7",ig="_fullHeight_1ncfd_21",dg="_fullWidth_1ncfd_24",mg="_small_1ncfd_34",ug="_large_1ncfd_38",_g="_borderRadiusNone_1ncfd_43",fg="_border_1ncfd_43",pg="_backgroundNone_1ncfd_51",hg="_backgroundPrimary_1ncfd_55",vg="_backgroundSecondary_1ncfd_59",gg="_backgroundBlack_1ncfd_63",wg="_backgroundLight_1ncfd_67",Eg="_alignCenter_1ncfd_71",xg="_alignEnd_1ncfd_75",bg="_alignStart_1ncfd_79",kg="_alignStretch_1ncfd_83",Cg="_flexColumn_1ncfd_87",zg="_flexRow_1ncfd_91",Ig="_justifyEnd_1ncfd_95",yg="_justifyCenter_1ncfd_99",Bg="_justifyStart_1ncfd_103",U={videoWrapper:sg,fullHeight:ig,fullWidth:dg,small:mg,large:ug,borderRadiusNone:_g,border:fg,backgroundNone:pg,backgroundPrimary:hg,backgroundSecondary:vg,backgroundBlack:gg,backgroundLight:wg,alignCenter:Eg,alignEnd:xg,alignStart:bg,alignStretch:kg,flexColumn:Cg,flexRow:zg,justifyEnd:Ig,justifyCenter:yg,justifyStart:Bg},yo=t.forwardRef(({className:e,children:a,background:o="none",size:l="medium",borderRadius:r="box",border:s,alignItems:c,flexDirection:i,justifyContent:d,isFullHeight:m=!1,isFullWidth:u=!1,...p},f)=>{const h=l==="small",v=l==="large",w=l==="full",E=r==="none",g=o==="none",b=o==="primary",y=o==="secondary",B=o==="black",I=o==="light";return t.createElement("div",{className:_(U.videoWrapper,{[U.small]:h,[U.large]:v,[U.borderRadiusNone]:E,[U.border]:s,[U.backgroundNone]:g,[U.backgroundPrimary]:b,[U.backgroundSecondary]:y,[U.backgroundBlack]:B,[U.backgroundLight]:I,[U.alignCenter]:c==="center",[U.alignEnd]:c==="flex-end",[U.alignStart]:c==="flex-start",[U.alignStretch]:c==="stretch",[U.flexColumn]:i==="column",[U.flexRow]:i==="row",[U.fullHeight]:m||w,[U.fullWidth]:u||w,[U.justifyEnd]:d==="flex-end",[U.justifyCenter]:d==="center",[U.justifyStart]:d==="flex-start"},e,"videoWrapperGlobal"),...p,ref:f},a)});yo.displayName="VideoWrapper";const Bo=Vt.createSignal({name:"notification:toast"}),Mo=3e3,So=400,Mg=Mo+So;let Sg=0;const Lg=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),Ng=e=>{const a=t.useRef(void 0),[o,l]=t.useState([]),[r]=o,s=r?.timeout??Mo;if(t.useEffect(()=>Bo.add(c=>{if(Array.isArray(c)){const i=c.map(d=>({...d,id:Sg++}));l(d=>{const m=i.filter(u=>u.isInterrupt);if(m.length>0){const u=i.filter(h=>!h.isInterrupt),[p,...f]=d;return p?.timeout===0?[...d,...u]:(clearTimeout(a.current),a.current=void 0,[...m,...f,...u])}return d.concat(i)})}else c.close&&l(i=>{const[d,...m]=i;return d?.timeout===0?[{...d,timeout:1},...m]:i})}),[]),t.useEffect(()=>{const c=r?.timeout?r.timeout+So:Mg,i=s===0;if(o.length>0&&a.current==null&&!i){const m=()=>{l(u=>{const[p]=u;let f=u.slice(1);for(;f[0]&&Lg(p,f[0]);)f=f.slice(1);return f}),a.current=void 0};a.current=window.setTimeout(m,c)}},[o,r,s]),r){const c=r.colorScheme??"light";return t.createElement(xo,{...e,colorScheme:c,enhanceStart:r.enhanceStart,isDisplayed:!0,isDanger:r.isDanger,isClickable:r.isClickable,isVisible:!0,key:r.id,message:r.message,position:r.position,timeout:s,"data-testid":r.testid,onDismiss:r.onDismiss})}return null},$g="_wrapper_odjga_12",Rg="_button_odjga_16",Ag="_reactiveStyles_odjga_22",Hg="_active_odjga_22",Og="_icon_odjga_25",_t={wrapper:$g,button:Rg,reactiveStyles:Ag,active:Hg,icon:Og},Pg=({className:e,direction:a="vertical",isDisabled:o,label:l="Toggle the menu",menuComponent:r,menuPosition:s="bottomRight",buttonVariant:c="translucent",buttonSize:i,buttonModifier:d,reactiveButtonStyles:m=!0,...u})=>t.createElement(jt,{buttonLabel:l,className:_t.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(p,f)=>t.createElement(q,{...p,className:_(p.className,_t.button,{[_t.reactiveStyles]:m,[_t.active]:f},e),isDisabled:o,variant:c,size:i,modifier:d},t.createElement(T,{source:a==="vertical"?O.IconMoreVertical:O.IconMoreHorizontal,className:_({[_t.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:o,position:s,...u}),Vg="_slider_twper_12",Tg="_dark_twper_23",qg="_light_twper_44",ba={slider:Vg,dark:Tg,light:qg},Wg=({colorScheme:e,className:a,max:o,min:l,step:r,selectedValue:s=0,onChange:c})=>t.createElement(R,null,({colorScheme:i})=>t.createElement("input",{type:"range",className:_(ba.slider,ba[e??i],a),max:o,min:l,step:r,value:s,onChange:c})),Dg="_captions_160wb_108",jg={captions:Dg},Lo=t.forwardRef(({captions:e,className:a,...o},l)=>e?t.createElement(C,{variant:"inherit",htmlTag:"span",className:_(jg.captions,a),ref:l,...o},e):null);Lo.displayName="Captions";const Fg="_button_pc9ci_12",Ug="_iconsWrapper_pc9ci_15",Gg="_overlay_pc9ci_16",Xg="_assetsWrapper_pc9ci_20",Qg="_previewAsset_pc9ci_49",Kg="_previewAssetImg_pc9ci_59",Ze={button:Fg,iconsWrapper:Ug,overlay:Gg,assetsWrapper:Xg,previewAsset:Qg,previewAssetImg:Kg},Zg=({assets:e})=>t.createElement(t.Fragment,null,e?.map(a=>t.createElement("figure",{key:a.id,className:_(Ze.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?t.createElement("img",{className:Ze.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),No=({assets:e,className:a,children:o,...l})=>t.createElement(q,{variant:"translucent",noHover:!0,className:_(Ze.button,a),...l},t.createElement("div",{className:Ze.assetsWrapper},t.createElement(Zg,{assets:e})),t.createElement("div",{className:Ze.overlay}),t.createElement("div",{className:Ze.iconsWrapper},t.createElement(T,{source:O.IconEdit,size:"medium"}),o)),Yg=({images:e,...a})=>t.createElement(No,{assets:e,...a}),$o=({colors:e,...a})=>t.createElement(No,{assets:e,...a}),Jg="_container_19qgq_4",ew="_input_19qgq_9",tw="_button_19qgq_16",nw="_label_19qgq_20",aw="_hidden_19qgq_20",ft={container:Jg,input:ew,button:tw,label:nw,hidden:aw},ow=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),lw=({defaultValue:e,label:a,onChange:o,...l})=>{if(e&&!ow.test(e))throw new Error("Default color is limited to #rrggbb currently");const r=t.useId(),s=t.useRef(null),[c,i]=t.useState(e??"transparent"),d=()=>s.current?.click(),m=u=>{o(u.target.value)};return t.createElement("div",{className:ft.container},t.createElement("label",{htmlFor:r},t.createElement(C,{className:_(ft.label,ft.hidden)},a)),t.createElement("input",{...l,ref:s,className:ft.input,id:r,type:"color",value:c,onChange:u=>{i(u.target.value),m(u)}}),t.createElement($o,{className:ft.button,htmlTag:"div",onClick:d,colors:[{id:r,color:c}]}))},rw="_leftPinnedTableSection_172q9_17",cw="_rightPinnedTableSection_172q9_22",sw="_middleTableSection_172q9_27",iw="_pinnedColumnsTable_172q9_30",dw="_table_172q9_34",mw="_tableContent_172q9_45",uw="_tableRow_172q9_49",_w="_tableCell_172q9_56",fw="_tableHead_172q9_62",pw="_tableBody_172q9_65",hw="_tableRowInner_172q9_73",vw="_showOnlyOnHover_172q9_96",gw="_tableHeadCell_172q9_109",ww="_sortIndicator_172q9_117",Ew="_isSorted_172q9_117",xw="_indicatorArrow_172q9_121",bw="_isIndicatorFocused_172q9_124",kw="_tablePagination_172q9_132",Cw="_isSticky_172q9_143",zw="_paginationButtonGroup_172q9_155",Iw="_tablePageIndicator_172q9_159",yw="_rowSelected_172q9_167",Bw="_expanderCell_172q9_171",Mw="_headCellEnhancer_172q9_177",Sw="_isDisabled_172q9_181",Lw="_infinityScrollTableBody_172q9_185",P={leftPinnedTableSection:rw,rightPinnedTableSection:cw,middleTableSection:sw,pinnedColumnsTable:iw,table:dw,tableContent:mw,tableRow:uw,tableCell:_w,tableHead:fw,tableBody:pw,tableRowInner:hw,showOnlyOnHover:vw,tableHeadCell:gw,sortIndicator:ww,isSorted:Ew,indicatorArrow:xw,isIndicatorFocused:bw,tablePagination:kw,isSticky:Cw,paginationButtonGroup:zw,tablePageIndicator:Iw,rowSelected:yw,expanderCell:Bw,headCellEnhancer:Mw,isDisabled:Sw,infinityScrollTableBody:Lw},Nw=({hasPinnedColumns:e,className:a,...o})=>t.createElement("div",{role:"table",className:_(P.table,{[P.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...o}),Ro=({className:e,isDisabled:a,isSelected:o,style:l,...r})=>t.createElement("div",{className:_(P.tableRow,{[P.rowSelected]:o,[P.isDisabled]:a},e),role:"row",style:l,tabIndex:0,...r}),$w=({children:e,...a})=>t.createElement(Ro,{...a},t.createElement("div",{className:P.tableRowInner},e)),Rw=({className:e,hasInfinityScroll:a=!1,...o})=>t.createElement("div",{role:"rowgroup",className:_(P.tableBody,a&&P.infinityScrollTableBody,e),...o}),Aw=({className:e,isOnlyShownOnHover:a=!1,...o})=>t.createElement("div",{className:_(P.tableCell,{[P.showOnlyOnHover]:a},e),...o}),Hw=({className:e,...a})=>t.createElement("div",{className:_(P.tableContent,e),...a}),Ow=({className:e,...a})=>t.createElement("div",{className:_(P.tableHead,e),role:"rowgroup",...a}),Pw=({className:e,isDisabled:a=!1,isSorted:o=!1,...l})=>t.createElement("div",{className:_(P.tableHeadCell,{[P.isSorted]:o&&!a,[P.isDisabled]:a},e),...l}),Vw=({isSorted:e=!1,isSortDescending:a,...o})=>t.createElement("div",{className:P.sortIndicator,...o},t.createElement("svg",{role:"img","aria-label":"Sorting indicator",className:"ml-1",fill:"none",height:"13",viewBox:"0 0 10 13",width:"10",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{className:_(P.indicatorArrow,{[P.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),t.createElement("path",{className:_(P.indicatorArrow,{[P.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),Tw=({isExpanded:e,children:a,textVariant:o="subtle",...l})=>{const r=e?O.IconChevronDown:O.IconChevronRight;return t.createElement(re,{className:P.expanderCell,...l},t.createElement(T,{size:"compact",source:r,className:"mr-2"}),t.createElement(C,{fontVariant:z.BodyBold,isTruncated:!0,title:a,variant:o},a))},qw=({enhanceEnd:e,enhanceStart:a,title:o})=>t.createElement("span",{className:"d-flex align-items-center"},a&&t.createElement("span",{className:_("mr-1",P.headCellEnhancer)},a),t.createElement("span",{className:"d-block"},o),e&&t.createElement("span",{className:_("ml-1",P.headCellEnhancer)},e)),Ao=({groupChunkSize:e=5,pageIndex:a,totalPagesCount:o})=>{let l=[];if(o<=0)return l;const r=Math.max(1,e),s=Math.min(Math.max(0,a),o-1);if(o<r*3)return[...Array(o).keys()].map(h=>({toIndex:h}));let c=Math.ceil(o/r);const i=o%r,d=[...Array(o).keys()].reduce((h,v)=>{const w=Math.floor(v/r);return i&&w===c-1?h[w-1]?.push(v):h[w]?.push(v),h},[...Array(c).keys()].map(()=>[])).filter(h=>h.length);c=d.length;let m=Math.floor(s/r);m-=m===c&&i?1:0;const p=d[m],f=({index:h,anchor:v,isSpacer:w=!1,offset:E=0})=>{const g=d[h],y={floor:g?.[0],ceil:g?.[g?.length-1]}[v]??0;return g?{toIndex:y+E,isSpacer:w}:!1};return l=(m===0?[p?.map(h=>({toIndex:h})),f({index:m+1,anchor:"floor",isSpacer:!0}),c>4&&[f({index:m+2,anchor:"floor"}),f({index:m+3,anchor:"floor",isSpacer:!0})],f({index:c-1,anchor:"ceil"})]:m===c-1?[f({index:0,anchor:"floor"}),c>4&&[f({index:m-3,anchor:"ceil",isSpacer:!0}),f({index:m-2,anchor:"ceil"})],f({index:m-1,anchor:"ceil",isSpacer:!0}),p?.map(h=>({toIndex:h}))]:[f({index:0,anchor:"floor"}),f({index:m-1,anchor:"ceil",isSpacer:!0}),p?.map(h=>({toIndex:h})),f({index:m+1,anchor:"floor",isSpacer:!0}),f({index:c-1,anchor:"ceil"})]).flat().filter(Boolean),l},Ww=({isGrouped:e,totalPagesCount:a,pageIndex:o,...l})=>{const r=e?jw:Dw;return t.createElement(r,{pageIndex:o,totalPagesCount:a,...l})},Dw=({isDisabled:e,onClick:a,pageIndex:o,totalPagesCount:l})=>t.createElement(t.Fragment,null,[...Array(l).keys()].map(r=>t.createElement(Ho,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:o},r+1))),jw=({isDisabled:e,onClick:a,pageIndex:o,totalPagesCount:l})=>{const r=Math.min(5,Math.floor(l/3)),s=Ao({groupChunkSize:r,pageIndex:o,totalPagesCount:l});return t.createElement(t.Fragment,null,s.map((c,i)=>{const{isSpacer:d,toIndex:m}=c,u=`groupedPaginationNav-${i}`,p=d?"...":m+1;return t.createElement(Ho,{onClick:a,index:m,isDisabled:e,key:u,pageIndex:o},p)}))},Ho=({index:e,isDisabled:a,onClick:o,pageIndex:l,children:r})=>t.createElement("li",{key:`pagination-${e}`},t.createElement(q,{className:"px-3",isDisabled:a,onClick:()=>{l!==e&&o(e)},isActive:l===e,variant:"neutral"},r)),Fw=({endCount:e,isDisabled:a,startCount:o,totalCount:l})=>t.createElement(C,{variant:a?"disabled":"standard"},"Results: ",o," - ",e," of ",l),Uw=({canNextPage:e,canPreviousPage:a,currentPageSize:o,gotoPage:l,isDisabled:r,isSticky:s,isTablePopulated:c=!0,label:i,maxUngroupedPageButtons:d=0,nextPage:m,nextPageButtonChildren:u="Next",pageIndex:p,pageSize:f=20,previousPage:h,previousPageButtonChildren:v="Previous",resultsCountComponent:w=Fw,showResultsCount:E=!0,totalPagesCount:g,totalRows:b})=>{if(!c)return null;const y=b?p*f+1:0,B=b?y+o-1:0,I=g??Math.ceil(b/f),k=I>d;return t.createElement("nav",{className:_(P.tablePagination,{[P.isSticky]:s}),"aria-label":`${i} - table pagination`},E&&t.createElement(w,{isDisabled:r,endCount:B,startCount:y,totalCount:b}),b>f&&t.createElement("div",{className:P.paginationButtonGroup},t.createElement(q,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},v),t.createElement("ul",{className:P.tablePageIndicator},t.createElement(Ww,{isDisabled:r,isGrouped:k,onClick:l,pageIndex:p,totalPagesCount:I})),t.createElement(q,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},u)))},Gw=({className:e,position:a="middle",...o})=>t.createElement("div",{className:_({[P.leftPinnedTableSection]:a==="left-pinned",[P.middleTableSection]:a==="middle",[P.rightPinnedTableSection]:a==="right-pinned"},e),...o}),Xw="_innerMenu_l6r3u_99",Qw="_innerMenuButton_l6r3u_103",Kw="_innerMenuItem_l6r3u_108",Zw="_hovered_l6r3u_126",Yw="_innerMenuUnderlay_l6r3u_139",Jw="_innerMenuPopover_l6r3u_144",tt={innerMenu:Xw,innerMenuButton:Qw,innerMenuItem:Kw,hovered:Zw,innerMenuUnderlay:Yw,innerMenuPopover:Jw},eE=({item:e,state:a,itemMap:o,itemClassName:l})=>{const r=t.useRef(null),{isHovered:s,hoverProps:c}=sl.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:i}=v1.useMenuItem({key:e.key},a,r);i.onPointerUp=f=>{f.preventDefault()};const d=a.selectionManager.focusedKey===e.key,m=o.get(e.key)?.alternativeHoverClassName,u=o.get(e.key)?.alternativeHoverStyle,p=d||d&&!s;return t.createElement("div",{...i,...c,"data-testid":o.get(e.key)?.testId,ref:r,style:{...o.get(e.key)?.style,...p?u:{}},className:_(tt.innerMenuItem,p?m??tt.hovered:{},o.get(e.key)?.className,l),"data-active":o.get(e.key)?.isActive},o.get(e.key)?.icon,e.rendered)},tE=e=>{const a=cl.useTreeState(e),o=t.useRef(null),{menuProps:l}=v1.useMenu(e,a,o);return t.createElement("div",{...l,ref:o,className:_(tt.innerMenu,"px-2","py-2",e.menuClassName),"data-testid":e.testId},[...a.collection].map(r=>t.createElement(eE,{itemMap:e.itemMap,key:r.key,item:r,state:a,itemClassName:e.itemClassName})))},nE=e=>{const a=t.useRef(null),{state:o,children:l,colorScheme:r}=e,{popoverProps:s,underlayProps:c}=wt.usePopover({...e,popoverRef:a},o);return t.createElement(wt.Overlay,null,t.createElement("div",{...c,className:_(tt.innerMenuUnderlay)}),t.createElement("div",{role:"complementary",...s,ref:a},t.createElement(Q,{colorScheme:r??"light"},t.createElement(le,{className:_(tt.innerMenuPopover)},l))))},aE=({headerContent:e,button:a,onOpenChange:o,children:l,itemMap:r,testId:s,colorScheme:c,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u})=>{const p=ol.useMenuTriggerState({onOpenChange:o}),f=8,h=t.useRef(null),v=I=>{const k=r.get(I);k&&(k.onItemClick?.(),k.closeMenuOnItemClick!==!1&&p.close())},{menuTriggerProps:w,menuProps:E}=v1.useMenuTrigger({type:"menu"},p,h),{buttonProps:g}=ll.useButton({...w},h),{onPress:b,onPressStart:y,...B}=w;return t.createElement("div",{className:_(tt.innerMenuButton)},t.createElement("div",{ref:h},t.cloneElement(a,{...rl.mergeProps(g,B)})),p.isOpen&&t.createElement(nE,{state:p,triggerRef:h,colorScheme:c,placement:i??"bottom start",offset:d??f},e,t.createElement(tE,{itemMap:r,...E,onClose:void 0,onAction:v,testId:s,menuClassName:m,itemClassName:u},l)))},Oo=Vt.createSignal({name:"ariamenu:open-state"}),Po=({items:e,button:a,headerContent:o,onOpenChange:l,testId:r,colorScheme:s,popoverPlacement:c,popoverOffset:i,menuClassName:d,itemClassName:m})=>{const u=new Map;e.map(f=>u.set(f.key,f));const p=t.useCallback(f=>{Oo.emit(f),l?.(f)},[l]);return t.createElement(aE,{button:a,headerContent:o,onOpenChange:p,itemMap:u,testId:r,colorScheme:s,popoverPlacement:c,popoverOffset:i,menuClassName:d,itemClassName:m},e.map(f=>t.createElement(al.Item,{textValue:typeof f.label=="string"?f.label:f.textValue,key:f.key},f.label)))},oE=({activeColumn:e,columnLabels:a,isDisabled:o,className:l,buttonAriaLabel:r="Toggle three column selector",onColumnChange:s})=>{const[c,i]=t.useState(!1),d=a.map((m,u)=>({key:`column-${u+1}`,isActive:e===u+1,label:m,onItemClick:()=>e!==u+1&&s(u+1),closeMenuOnItemClick:!0}));return t.createElement(Po,{onOpenChange:i,items:d,button:t.createElement(q,{className:l,isActive:c,enhancerStart:t.createElement(T,{source:O.IconColumns}),noEnhancerPadding:!0,isDisabled:o,"aria-label":r,size:"small",variant:"transparent",modifier:"square","data-testid":L.ButtonThreeColumnSelector}),popoverPlacement:"bottom right"})},lE="_collapsableContainer_13u1l_4",rE="_header_13u1l_14",cE="_displayingHeaderEndContent_13u1l_19",sE="_isOpen_13u1l_22",iE="_headerStartContent_13u1l_26",dE="_iconContainer_13u1l_31",mE="_badgeCounter_13u1l_38",uE="_badgeCounterContainer_13u1l_42",_E="_content_13u1l_47",fE="_headerEndContent_13u1l_54",ie={collapsableContainer:lE,header:rE,displayingHeaderEndContent:cE,isOpen:sE,headerStartContent:iE,iconContainer:dE,badgeCounter:mE,badgeCounterContainer:uE,content:_E,headerEndContent:fE},pE=({isOpen:e,badgeCount:a=0,collapseToggleAriaLabel:o="Toggle collapsable container",openStyling:l,children:r,onToggle:s,headerEndContent:c,footerContent:i,icon:d,title:m,testId:u,scrollElementRef:p})=>t.createElement("div",{"data-testid":u,className:_(ie.collapsableContainer,e&&l)},t.createElement("div",{className:_(ie.header,{[ie.displayingHeaderEndContent]:e&&!!c,[ie.isOpen]:e})},t.createElement("div",{className:ie.headerStartContent},t.createElement(q,{onClick:()=>s(e),"data-testid":L.ButtonCollapsableContainerToggle,size:"small",modifier:"square",variant:"transparent",noEnhancerPadding:!0,"aria-label":o,enhancerStart:t.createElement(T,{source:e?O.IconChevronLeft:O.IconChevronRight,size:"small"})}),t.createElement("div",{className:_(ie.iconContainer,{[ie.isOpen]:e})},t.createElement(T,{source:d,size:"small"}),!e&&t.createElement(eo,{className:ie.badgeCounterContainer,badgeClassName:ie.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&t.createElement(qe,{htmlTag:"h2",fontVariant:z.BodyBold},t.createElement("span",null,m)," ",a>0&&t.createElement("span",null,"(",a,")"))),e&&c&&t.createElement("div",{className:ie.headerEndContent},c)),e&&t.createElement("div",{ref:p,className:ie.content},r),e&&i&&t.createElement(Ba,{hasFooterShadow:!0,padding:"small"},i)),hE={light:{"border/accent":"#0068f4","border/button/danger":"#bb2526","border/button/disabled":"#d2d2d2","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#323232","border/button/success":"#2c7806","border/button/tertiary":"#c3c4c5","border/checkbo-disabled":"#c3c4c5","border/checkbox-main":"#777777","border/divider-primary":"#dcdcdc","border/divider-secondary":"#e6e6e6","border/divider-ultra":"#989898","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#0068f4","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#ae191a","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#323232","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#256505","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#323232","font/button/tertiary-hover":"#ffffff","font/button/text":"#0156c9","font/button/trans":"#323232","font/button/trans-ultra":"#ffffff","font/charts/line-1":"#0156c9","font/charts/line-10":"#4e9f0d","font/charts/line-11":"#c9e2b5","font/charts/line-12":"#cc6228","font/charts/line-13":"#ffc198","font/charts/line-14":"#f89654","font/charts/line-15":"#ffedd5","font/charts/line-2":"#71b4ff","font/charts/line-3":"#d2d2d2","font/charts/line-4":"#989898","font/charts/line-5":"#494949","font/charts/line-6":"#0068f4","font/charts/line-7":"#cee3ff","font/charts/line-8":"#256505","font/charts/line-9":"#9ad36b","font/icons/clickable-active":"#323232","font/icons/clickable-hover":"#323232","font/icons/clickable-main":"#777777","font/icons/nonclickable-main":"#323232","font/icons/nonclickable-secondary":"#777777","font/text/accent":"#0068f4","font/text/body":"#323232","font/text/danger":"#ae191a","font/text/danger-tertiary":"#d73332","font/text/disabled":"#c3c4c5","font/text/label":"#323232","font/text/link":"#0068f4","font/text/link-active":"#0156c9","font/text/news":"#4338ca","font/text/quaternary":"#989898","font/text/secondary":"#494949","font/text/success":"#2c7806","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#777777","font/text/title":"#212121","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":"16px","radius/none":0,"radius/sm":"8px","radius/xs":"4px","size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#0068f4","surface/bcg/custom":"#ffffff","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#f2f2f2","surface/bcg/form-hover":"#e6e6e6","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#d2d2d2","surface/bcg/menu-active":"#dcdcdc","surface/bcg/menu-hover":"#e6e6e6","surface/bcg/menu-main":"#ffffff","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#ffffff","surface/bcg/secondary":"#f2f2f2","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#f2f2f2","surface/bcg/tertiary":"#f7f7f7","surface/bcg/transparent":"#32323226","surface/bcg/ultralight":"#e6e6e6","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#ae191a","surface/button/danger/primary-disabled":"#e6e6e6","surface/button/danger/primary-hover":"#bb2526","surface/button/danger/primary-main":"#d73332","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#ffffff","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#ffffff","surface/button/primary/active":"#1e40af","surface/button/primary/disabled":"#e6e6e6","surface/button/primary/hover":"#0156c9","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#dcdcdc","surface/button/secondary/disabled":"#ffffff","surface/button/secondary/hover":"#e6e6e6","surface/button/secondary/main":"#ffffff","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#e6e6e6","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#ffffff","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#ffffff","surface/button/tertiary/active":"#0156c9","surface/button/tertiary/disabled":"#ffffff","surface/button/tertiary/hover":"#0068f4","surface/button/tertiary/main":"#ffffff","surface/button/text/active":"#dcdcdc","surface/button/text/disabled":"#ffffff","surface/button/text/hover":"#e6e6e6","surface/button/text/main":"#ffffff","surface/button/trans/active":"#dcdcdc","surface/button/trans/active-ultra":"#323232","surface/button/trans/disabled":"#e6e6e6","surface/button/trans/hover":"#e6e6e6","surface/button/trans/main":"#ffffff99","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#777777","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"},dark:{"border/accent":"#4490f6","border/button/danger":"#d73332","border/button/disabled":"#494949","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#ffffff","border/button/success":"#2c8500","border/button/tertiary":"#777777","border/checkbo-disabled":"#777777","border/checkbox-main":"#c3c4c5","border/divider-primary":"#494949","border/divider-secondary":"#323232","border/divider-ultra":"#777777","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#4490f6","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#d73332","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#ffffff","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#2c8500","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#ffffff","font/button/tertiary-hover":"#ffffff","font/button/text":"#4490f6","font/button/trans":"#ffffff","font/button/trans-ultra":"#323232","font/charts/line-1":"#ffffff","font/charts/line-10":"#ffffff","font/charts/line-11":"#ffffff","font/charts/line-12":"#ffffff","font/charts/line-13":"#ffffff","font/charts/line-14":"#ffffff","font/charts/line-15":"#ffffff","font/charts/line-2":"#ffffff","font/charts/line-3":"#ffffff","font/charts/line-4":"#ffffff","font/charts/line-5":"#ffffff","font/charts/line-6":"#ffffff","font/charts/line-7":"#ffffff","font/charts/line-8":"#ffffff","font/charts/line-9":"#ffffff","font/icons/clickable-active":"#ffffff","font/icons/clickable-hover":"#ffffff","font/icons/clickable-main":"#c3c4c5","font/icons/nonclickable-main":"#ffffff","font/icons/nonclickable-secondary":"#989898","font/text/accent":"#4490f6","font/text/body":"#f7f7f7","font/text/danger":"#d73332","font/text/danger-tertiary":"#ae191a","font/text/disabled":"#777777","font/text/label":"#f7f7f7","font/text/link":"#4490f6","font/text/link-active":"#0068f4","font/text/news":"#4f46e5","font/text/quaternary":"#989898","font/text/secondary":"#dcdcdc","font/text/success":"#2c8500","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#d2d2d2","font/text/title":"#ffffff","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":0,"radius/none":0,"radius/sm":0,"radius/xs":0,"size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#4490f6","surface/bcg/custom":"#212121","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#494949","surface/bcg/form-hover":"#494949","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#989898","surface/bcg/menu-active":"#494949","surface/bcg/menu-hover":"#494949","surface/bcg/menu-main":"#323232","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#212121","surface/bcg/secondary":"#323232","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#494949","surface/bcg/tertiary":"#323232","surface/bcg/transparent":"#ffffff99","surface/bcg/ultralight":"#494949","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#bb2526","surface/button/danger/primary-disabled":"#323232","surface/button/danger/primary-hover":"#d73332","surface/button/danger/primary-main":"#212121","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#323232","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#212121","surface/button/primary/active":"#0068f4","surface/button/primary/disabled":"#323232","surface/button/primary/hover":"#1c76f0","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#777777","surface/button/secondary/disabled":"#212121","surface/button/secondary/hover":"#494949","surface/button/secondary/main":"#212121","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#323232","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#323232","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#212121","surface/button/tertiary/active":"#0068f4","surface/button/tertiary/disabled":"#212121","surface/button/tertiary/hover":"#1c76f0","surface/button/tertiary/main":"#212121","surface/button/text/active":"#494949","surface/button/text/disabled":"#323232","surface/button/text/hover":"#323232","surface/button/text/main":"#212121","surface/button/trans/active":"#494949","surface/button/trans/active-ultra":"#ffffff","surface/button/trans/disabled":"#323232","surface/button/trans/hover":"#494949","surface/button/trans/main":"#32323226","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#0068f4","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"}},vE=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],gE=e=>{const[a,o]=t.useState(e);return t.useEffect(()=>{o(a)},[a]),{activeTab:a,setActiveTab:o}},pt=(e,a)=>({...e,...a}),wE=(e,a)=>{switch(a.type){case"set-all-steps":return a.steps;case"set-step":return e[a.stepIndex]&&(e[a.stepIndex]=a.step),e;case"complete-step":{const{stepIndex:o,options:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isCompleted:l.isCompleted,isFailed:l.isCompleted?!1:s.isFailed,isActive:l.activateStep,isSelectable:l.isSelectable,url:l.activateStep?void 0:s.url})),r}case"fail-step":{const{stepIndex:o,options:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isFailed:l.isFailed,isCompleted:l.isFailed?!1:s.isCompleted,isActive:l.activateStep,isSelectable:l.isSelectable,url:l.activateStep?void 0:s.url})),r}case"disable-step":{const{stepIndex:o,isDisabled:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isDisabled:l})),r}case"activate-step":{const{stepIndex:o,isActive:l}=a,r=e.map(c=>({...c,isActive:!1})),s=r[o];return s&&(r[o]=pt(s,{isActive:l})),r}case"leave-step":{const{stepIndex:o,options:l}=a,r=[...e],s=r[o];return s&&(r[o]=pt(s,{isActive:l.activateStep,isSelectable:l.isSelectable,isCompleted:l.isCompleted??s?.isCompleted,isFailed:l.isFailed??s?.isFailed})),r}case"refresh-step-names":return e.map((o,l)=>({...o,label:a.steps[l]?.label??o.label}))}},Vo=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),EE=(e,a)=>Vo([...e].splice(0,a)),ka=e=>e.every(a=>a),xE=({initialSteps:e=[],currentStepIndex:a=0})=>{const o=t.useMemo(()=>e,[e]),[l,r]=t.useReducer(wE,o),[s,c]=t.useState(!1),[i,d]=t.useState(!1),[m,u]=t.useState(a);t.useEffect(()=>{const k=Vo(l);d(ka(k))},[l]),t.useEffect(()=>{const k=EE(l,m);c(ka(k))},[m,l]);const p=t.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);t.useEffect(()=>{p()},[p]);const f=t.useCallback((k,{forceStep:M}={forceStep:!1})=>{const $=M?k:zp({steps:l,stepIndex:k});u($)},[l]),h=k=>{const M=e[k];M&&r({type:"set-step",stepIndex:k,step:M})},v=()=>r({type:"set-all-steps",steps:e}),w=(k,M=!0)=>r({type:"disable-step",stepIndex:k,isDisabled:M}),E=t.useCallback((k,M=!0)=>r({type:"activate-step",stepIndex:k,isActive:M}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:s,steps:l},{moveToStep:f,resetAllSteps:v,resetStep:h,updateStepActive:E,updateStepCompleted:(k,{activateStep:M=!1,isCompleted:$=!0,isSelectable:x=!1}={})=>r({type:"complete-step",stepIndex:k,options:{isCompleted:$,activateStep:M,isSelectable:x}}),updateStepFailed:(k,{activateStep:M=!1,isSelectable:$=!1,isFailed:x=!0}={})=>r({type:"fail-step",stepIndex:k,options:{activateStep:M,isSelectable:$,isFailed:x}}),updateStepDisabled:w,updateStepLeave:(k,{activateStep:M=!1,isSelectable:$=!0}={})=>r({type:"leave-step",stepIndex:k,options:{activateStep:M,isSelectable:$}})}]},bE=e=>{const a=vt.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${vt}`);return vt[a+1]??null},H1=e=>{const a=E1[e];return a>0?a:null},O1=e=>{if(e===null)return null;const a=.02,o=E1[e];return o>0?o-a:null},We=e=>{const a=H1(e);return a?`(min-width: ${a}px)`:""},Re=e=>{const a=O1(e);return a?`(max-width: ${a}px)`:""},P1=(e,a)=>{const o=H1(e),l=O1(a);return o!==null&&l!==null?`(min-width: ${o}px) and (max-width: ${l}px)`:l===null?We(e):Re(a)},kt=e=>{const a=H1(e),o=bE(e),l=O1(o);return a!==null&&l!==null?`(min-width: ${a}px) and (max-width: ${l}px)`:l===null?We(e):Re(o)},Ft="(pointer: coarse)",To="(orientation: portrait)",qo="(orientation: landscape)",kE=`${Ft} and ${To} and ${Re("md")}`,CE=`${Ft} and ${qo} and ${Re("lg")}`,zE=`${Ft} and ${We("md")}`,IE=kt("xs"),yE=kt("sm"),BE=kt("md"),ME=kt("lg"),SE=kt("xl"),LE=We("sm"),NE=We("md"),$E=We("lg"),RE=We("xl"),AE=Re("sm"),HE=Re("md"),OE=Re("lg"),PE=Re("xl"),VE=P1("sm","lg"),TE=P1("sm","xl"),qE=P1("md","xl"),WE="(max-width: 359px)",Wo=()=>V.useMatchMedia(Ft),DE=()=>V.useMatchMedia(zE),Do=()=>V.useMatchMedia(kE),jo=()=>V.useMatchMedia(CE),jE=()=>{const e=Do(),a=jo();return e||a},FE=()=>V.useMatchMedia(To),UE=()=>V.useMatchMedia(qo),Fo=()=>V.useMatchMedia(IE),Uo=()=>V.useMatchMedia(yE),Go=()=>V.useMatchMedia(BE),Xo=()=>V.useMatchMedia(ME),Qo=()=>V.useMatchMedia(SE),GE=()=>V.useMatchMedia(LE),XE=()=>V.useMatchMedia(NE),QE=()=>V.useMatchMedia($E),KE=()=>V.useMatchMedia(RE),ZE=()=>V.useMatchMedia(AE),YE=()=>V.useMatchMedia(HE),JE=()=>V.useMatchMedia(OE),ex=()=>V.useMatchMedia(PE),tx=()=>V.useMatchMedia(VE),nx=()=>V.useMatchMedia(TE),ax=()=>V.useMatchMedia(qE),ox=()=>V.useMatchMedia(WE),lx=()=>{const e=t.useRef(!0),a=Fo(),o=Uo(),l=Go(),r=Xo(),s=Qo(),c=t.useMemo(()=>Vt.createSignal({name:"breakpoint:change"}),[]);return t.useEffect(()=>{const i=[a,o,l,r,s].filter(d=>d).length===1;!e.current&&i?c.emit():e.current=!1},[c,a,o,l,r,s]),c},rx=(e,a={})=>{const{delay:o=0}=a;return t.useCallback(()=>{if(e.current){const r=()=>e.current?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"});o?setTimeout(r,o):r()}},[e,o])},cx=()=>{const e=t.useRef(null),a=t.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},Ko=e=>{const a=t.useRef(null),o=nl.useOverlayTriggerState({isOpen:e}),{modalProps:l}=wt.useModalOverlay({},o,a);return{ref:a,modalProps:l}};function sx(e,a){return function(l){return t.createElement(e,{...l,...a})}}function ix(e){return Object.hasOwn(O,e)}exports.AboutModal=Eu;exports.AboutText=io;exports.Accordion=Au;exports.ActionsRow=g8;exports.ActivityCard=Du;exports.Announcer=a7;exports.AriaMenu=Po;exports.AspectRatio=Gu;exports.Audio=d9;exports.Avatar=zo;exports.AvatarType=gt;exports.BadgeCounter=eo;exports.Bar=i_;exports.Box=le;exports.BoxHeader=ya;exports.Breadcrumbs=p_;exports.Button=q;exports.ButtonText=Wa;exports.CakeTimer=g_;exports.CallToAction=d7;exports.Captions=Lo;exports.CardLayout=Ma;exports.Cell=m1;exports.CenterLayout=w1;exports.Checkbox=B1;exports.CircleCountDown=I_;exports.CollapsableContainer=pE;exports.Color=$a;exports.ColorPickerPreviewButton=lw;exports.ColorPreviewButton=$o;exports.CondensedTabs=H_;exports.ConfirmableMultiselect=$f;exports.ConfirmationModal=Hf;exports.ContextMenu=Tf;exports.CoreHeader=$7;exports.CustomTooltip=d8;exports.Divider=ue;exports.DragAndDrop=ja;exports.DragAndUploadFiles=fo;exports.Draggable=$1;exports.DropContent=jt;exports.Enhancers=qa;exports.ExpanderCell=Tw;exports.FileUpload=M1;exports.FontVariant=z;exports.Form=Xf;exports.FullSizeWindow=Tt;exports.FullscreenLayout=Aa;exports.FullscreenOverlay=T3;exports.FullscreenSpinner=si;exports.Grid=Va;exports.Group=lp;exports.Heading=G7;exports.HotKey=so;exports.HotkeysTooltip=co;exports.Icon=T;exports.IconTypes=O;exports.ImagePreviewButton=Yg;exports.InfoHeadCell=qw;exports.InfoMessage=mp;exports.Input=nt;exports.InputLabel=he;exports.InteractiveElement=re;exports.KebabMenuButton=Pg;exports.LineHeading=K7;exports.List=bt;exports.ListBoxLink=Ka;exports.ListLink=Za;exports.LoadingBox=Ta;exports.LockStyle=ao;exports.Logo=xd;exports.Menu=hp;exports.MenuEntry=f1;exports.Modal=Wt;exports.ModalCloseButton=at;exports.ModalCloseButtonWithTooltip=uu;exports.ModalType=ro;exports.Multiselect=uo;exports.MultistepIndicator=Tp;exports.NotificationToast=Ng;exports.NotificationTooltip=i8;exports.NumberStepInput=Up;exports.Panel=oo;exports.PasswordInput=Qp;exports.PexipLogo=Nd;exports.Pill=L1;exports.PopOutWindow=Kp;exports.PreferenceInput=oh;exports.PreferenceMultiselect=lh;exports.PreferenceRow=mh;exports.PreferenceWrapper=A1;exports.ProgressBar=Gm;exports.ProgressBarColor=Ya;exports.RadioButton=Ga;exports.RangeSlider=Wg;exports.RefButton=Da;exports.RefInteractiveElement=qt;exports.RefSimpleButton=z1;exports.RgbColor=Pt;exports.Row=Ce;exports.Scrim=fi;exports.Scrollbars=ot;exports.SearchInput=uh;exports.Section=Ch;exports.SectionAccordion=kh;exports.Select=zh;exports.Sheet=Lh;exports.SimpleButton=Zi;exports.SortingIndicator=Vw;exports.Spinner=b1;exports.StatCard=tv;exports.StatCardBox=go;exports.StatCardRow=p1;exports.StatCardVariant=vo;exports.StatIndicator=D8;exports.StepNumber=Xa;exports.SvgImage=xt;exports.Tab=pv;exports.Table=Nw;exports.TableBody=Rw;exports.TableCell=Aw;exports.TableContent=Hw;exports.TableHead=Ow;exports.TableHeadCell=Pw;exports.TablePagination=Uw;exports.TableRow=$w;exports.TableRowWrapper=Ro;exports.TableSection=Gw;exports.Tabs=fv;exports.Tag=wo;exports.TagList=kv;exports.TestId=L;exports.Text=C;exports.TextArea=Qa;exports.TextHeading=qe;exports.TextLink=et;exports.ThemeConsumer=R;exports.ThemeContext=Je;exports.ThemeProvider=Q;exports.ThreeColumnSelector=oE;exports.Toast=xo;exports.ToggleSwitch=c9;exports.Tooltip=N1;exports.TooltipPositionValue=vE;exports.URLToLink=no;exports.User=cg;exports.UserMenuButton=Io;exports.UserMenuDropContent=tg;exports.Video=Ja;exports.VideoWrapper=yo;exports.Wrapper=Ra;exports.announce=y1;exports.ariaMenuOpenStateSignal=Oo;exports.breakpoints=E1;exports.isBackgroundImageSrcEmpty=Na;exports.isImageSrcEmpty=Sa;exports.isImageSrcString=x1;exports.isValidIconName=ix;exports.notificationToastSignal=Bo;exports.onEnter=Dt;exports.sizeToPadding=me;exports.themeValues=_l;exports.useBelow360=ox;exports.useBreakpointChange=lx;exports.useFocusFrom=R1;exports.useFocusFromOpened=ho;exports.useGroupedPagesNav=Ao;exports.useInput=vd;exports.useLandscape=UE;exports.useLg=Xo;exports.useLgDown=JE;exports.useLgUp=QE;exports.useMd=Go;exports.useMdDown=YE;exports.useMdToXl=ax;exports.useMdUp=XE;exports.useMobileDevice=jE;exports.useMobileDeviceLandscape=jo;exports.useMobileDevicePortrait=Do;exports.useModal=Ko;exports.useModalHandle=cx;exports.useMultistepIndicator=xE;exports.usePortrait=FE;exports.useScrollIntoView=rx;exports.useSm=Uo;exports.useSmDown=ZE;exports.useSmToLg=tx;exports.useSmToXl=nx;exports.useSmUp=GE;exports.useTabletDevice=DE;exports.useTabs=gE;exports.useTouchDevice=Wo;exports.useXl=Qo;exports.useXlDown=ex;exports.useXlUp=KE;exports.useXs=Fo;exports.variables=hE;exports.withColorScheme=Et;exports.withTabName=sx;exports.withTransition=Eo;