@pexip/components 20.1.0 → 20.3.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 (123) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/api-docs/README.mdx +10 -2
  3. package/api-docs/enumerations/TestId.mdx +1 -0
  4. package/api-docs/functions/useBoundingRect.mdx +42 -0
  5. package/api-docs/interfaces/IconCollection.mdx +3 -0
  6. package/api-docs/type-aliases/AriaMenuItem.mdx +5 -0
  7. package/api-docs/type-aliases/AriaMenuProps.mdx +4 -0
  8. package/api-docs/type-aliases/AriaSubMenu.mdx +27 -0
  9. package/api-docs/type-aliases/AriaSubMenuContentHelpers.mdx +13 -0
  10. package/api-docs/type-aliases/MenuItem.mdx +2 -1
  11. package/api-docs/type-aliases/MultiselectCoreProps.mdx +3 -0
  12. package/api-docs/variables/AriaMenu.mdx +3 -1
  13. package/api-docs/variables/CircleCountDown.mdx +1 -0
  14. package/api-docs/variables/Draggable.mdx +52 -0
  15. package/api-docs/variables/InteractiveElement.mdx +1 -1
  16. package/api-docs/variables/KEYBOARD_EVENT_KEY.mdx +16 -0
  17. package/api-docs/variables/MultiselectCore.mdx +27 -0
  18. package/api-docs/variables/MultistepIndicator.mdx +1 -0
  19. package/api-docs/variables/PreferenceInput.mdx +1 -0
  20. package/api-docs/variables/RefButton.mdx +1 -1
  21. package/api-docs/variables/RefInteractiveElement.mdx +1 -1
  22. package/api-docs/variables/RefSimpleButton.mdx +1 -1
  23. package/api-docs/variables/Sheet.mdx +9 -1
  24. package/api-docs/variables/ToggleSwitchDisplay.mdx +16 -0
  25. package/api-docs/variables/buttonVariantsValues.mdx +3 -0
  26. package/design-tokens/mixins/_focus.scss +54 -10
  27. package/design-tokens/mixins/media-queries.scss +12 -0
  28. package/design-tokens/tokens/zIndex.tokens.scss +2 -1
  29. package/dist/components-no-global-styles.css +1 -1
  30. package/dist/components.cjs +2 -2
  31. package/dist/components.css +1 -1
  32. package/dist/components.js +6384 -8031
  33. package/dist/types/design-tokens/generated/Icons.d.ts +3 -0
  34. package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
  35. package/dist/types/src/components/elements/ActionsRow/ActionsRow.d.ts +1 -0
  36. package/dist/types/src/components/elements/ActionsRow/ActionsRow.d.ts.map +1 -1
  37. package/dist/types/src/components/elements/Button/Button.d.ts +1 -0
  38. package/dist/types/src/components/elements/Button/Button.d.ts.map +1 -1
  39. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
  40. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts +45 -0
  41. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
  42. package/dist/types/src/components/elements/Input/Input.d.ts +1 -0
  43. package/dist/types/src/components/elements/Input/Input.d.ts.map +1 -1
  44. package/dist/types/src/components/elements/InteractiveElement/InteractiveElement.d.ts +6 -8
  45. package/dist/types/src/components/elements/InteractiveElement/InteractiveElement.d.ts.map +1 -1
  46. package/dist/types/src/components/elements/ListBoxLink/ListBoxLink.d.ts +2 -2
  47. package/dist/types/src/components/elements/ListBoxLink/ListBoxLink.d.ts.map +1 -1
  48. package/dist/types/src/components/elements/ListLink/ListLink.d.ts +8 -5
  49. package/dist/types/src/components/elements/ListLink/ListLink.d.ts.map +1 -1
  50. package/dist/types/src/components/elements/Panel/Panel.d.ts +1 -0
  51. package/dist/types/src/components/elements/Panel/Panel.d.ts.map +1 -1
  52. package/dist/types/src/components/elements/Scrollbars/Scrollbars.d.ts +0 -1
  53. package/dist/types/src/components/elements/Scrollbars/Scrollbars.d.ts.map +1 -1
  54. package/dist/types/src/components/elements/SimpleButton/SimpleButton.d.ts +1 -0
  55. package/dist/types/src/components/elements/SimpleButton/SimpleButton.d.ts.map +1 -1
  56. package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  57. package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitchDisplay.d.ts +28 -0
  58. package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitchDisplay.d.ts.map +1 -0
  59. package/dist/types/src/components/elements/Tooltip/NotificationTooltip.d.ts +2 -1
  60. package/dist/types/src/components/elements/Tooltip/NotificationTooltip.d.ts.map +1 -1
  61. package/dist/types/src/components/elements/Tooltip/Tooltip.d.ts.map +1 -1
  62. package/dist/types/src/components/modules/AriaMenu/AriaMenu.d.ts +3 -1
  63. package/dist/types/src/components/modules/AriaMenu/AriaMenu.d.ts.map +1 -1
  64. package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts +109 -1
  65. package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts.map +1 -1
  66. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenu.d.ts +36 -4
  67. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenu.d.ts.map +1 -1
  68. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuButton.d.ts +3 -6
  69. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuButton.d.ts.map +1 -1
  70. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuItem.d.ts +3 -0
  71. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuItem.d.ts.map +1 -1
  72. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuNavigator.d.ts +22 -0
  73. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuNavigator.d.ts.map +1 -0
  74. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuPopover.d.ts.map +1 -1
  75. package/dist/types/src/components/modules/Avatar/Avatar.utils.d.ts +2 -2
  76. package/dist/types/src/components/modules/Avatar/Avatar.utils.d.ts.map +1 -1
  77. package/dist/types/src/components/modules/Captions/Captions.view.d.ts +1 -0
  78. package/dist/types/src/components/modules/Captions/Captions.view.d.ts.map +1 -1
  79. package/dist/types/src/components/modules/CircleCountDown/CircleCountDown.view.d.ts +1 -0
  80. package/dist/types/src/components/modules/CircleCountDown/CircleCountDown.view.d.ts.map +1 -1
  81. package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts.map +1 -1
  82. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts +2 -0
  83. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts.map +1 -1
  84. package/dist/types/src/components/modules/DropContent/DropContent.d.ts +1 -0
  85. package/dist/types/src/components/modules/DropContent/DropContent.d.ts.map +1 -1
  86. package/dist/types/src/components/modules/Menu/Menu.d.ts +3 -1
  87. package/dist/types/src/components/modules/Menu/Menu.d.ts.map +1 -1
  88. package/dist/types/src/components/modules/Menu/types.d.ts +4 -2
  89. package/dist/types/src/components/modules/Menu/types.d.ts.map +1 -1
  90. package/dist/types/src/components/modules/Modal/Modal.d.ts +3 -0
  91. package/dist/types/src/components/modules/Modal/Modal.d.ts.map +1 -1
  92. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
  93. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +8 -0
  94. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
  95. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
  96. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.d.ts +1 -0
  97. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.d.ts.map +1 -1
  98. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.utils.d.ts +1 -2
  99. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.utils.d.ts.map +1 -1
  100. package/dist/types/src/components/modules/MultistepIndicator/OrdinalText.view.d.ts.map +1 -1
  101. package/dist/types/src/components/modules/PopOutWindow/PopOutWindow.d.ts.map +1 -1
  102. package/dist/types/src/components/modules/PopOutWindow/copyStyles.d.ts +23 -0
  103. package/dist/types/src/components/modules/PopOutWindow/copyStyles.d.ts.map +1 -0
  104. package/dist/types/src/components/modules/PreferenceInput/PreferenceInput.d.ts +2 -0
  105. package/dist/types/src/components/modules/PreferenceInput/PreferenceInput.d.ts.map +1 -1
  106. package/dist/types/src/components/modules/Sheet/Sheet.d.ts +10 -1
  107. package/dist/types/src/components/modules/Sheet/Sheet.d.ts.map +1 -1
  108. package/dist/types/src/constants/keyboard.d.ts +2 -0
  109. package/dist/types/src/constants/keyboard.d.ts.map +1 -1
  110. package/dist/types/src/exports.d.ts +7 -1
  111. package/dist/types/src/exports.d.ts.map +1 -1
  112. package/dist/types/src/hooks/useAriaTooltip.d.ts +20 -4
  113. package/dist/types/src/hooks/useAriaTooltip.d.ts.map +1 -1
  114. package/dist/types/src/hooks/useBoundingRect.d.ts +27 -0
  115. package/dist/types/src/hooks/useBoundingRect.d.ts.map +1 -0
  116. package/dist/types/src/hooks/useNotificationTooltipInteractions.d.ts +34 -0
  117. package/dist/types/src/hooks/useNotificationTooltipInteractions.d.ts.map +1 -0
  118. package/dist/types/src/types/sizes.d.ts +1 -1
  119. package/dist/types/src/types/sizes.d.ts.map +1 -1
  120. package/dist/types/src/utils/imageSrc.d.ts +1 -1
  121. package/dist/types/src/utils/testIds.d.ts +1 -0
  122. package/dist/types/src/utils/testIds.d.ts.map +1 -1
  123. package/package.json +14 -25
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),f=require("classnames"),D=require("@pexip/hooks"),La=require("change-case"),Aa=require("react-dom"),co=require("simplebar-react"),so=require("@react-stately/tooltip"),io=require("@react-aria/tooltip"),Ae=require("@react-aria/overlays"),v1=require("tabbable"),Ra=require("uuid"),Pt=require("@pexip/signal"),mo=require("@react-stately/collections"),uo=require("@react-stately/menu"),w1=require("@react-aria/menu"),fo=require("@react-aria/button"),_o=require("@react-aria/utils"),po=require("@react-stately/tree"),ho=require("@react-aria/interactions"),n0=require("@pexip/utils"),Na=require("@react-stately/overlays");function go(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const l in e)if(l!=="default"){const o=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(a,l,o.get?o:{enumerable:!0,get:()=>e[l]})}}return a.default=e,Object.freeze(a)}const t=go(n),fe=e=>La.camelCase(`${e} padding`),E1=e=>La.camelCase(`${e} spacing`),vo=(e,a)=>Object.keys(a).reduce((l,o)=>(o!==e&&(l[o]=a[o]),l),{}),wo="_themeProvider_1o5fn_1",Eo={themeProvider:wo},xo=["theme-legacy","theme-pds"],at=n.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:N}=at,Q=({children:e,colorScheme:a,theme:l})=>{const{colorScheme:o,theme:r}=n.useContext(at),c=a??o,s=l??r;return n.createElement(at.Provider,{value:{colorScheme:c,theme:s}},n.createElement("div",{className:f(Eo.themeProvider,s,c)},e))};function bt(e,a){return function(o){return n.createElement(Q,{colorScheme:a},n.createElement(e,{...o}))}}const bo="_boxHeader_kr7d7_4",ko="_nonePadding_kr7d7_9",Co="_compactPadding_kr7d7_13",yo="_smallPadding_kr7d7_17",Bo="_mediumPadding_kr7d7_21",zo="_largePadding_kr7d7_25",a0={boxHeader:bo,nonePadding:ko,compactPadding:Co,smallPadding:yo,mediumPadding:Bo,largePadding:zo},$a=({className:e,padding:a="small",contentBelowDivider:l,children:o})=>{const r=n.createElement("div",{className:f(a0[fe(a)],a0.boxHeader,e)},o);return l?n.createElement("div",null,r,l):r},Io="_boxFooter_fgwhd_4",Mo="_hasShadow_fgwhd_4",So="_nonePaddingTop_fgwhd_18",Lo="_nonePaddingRight_fgwhd_21",Ao="_nonePaddingBottom_fgwhd_24",Ro="_nonePaddingLeft_fgwhd_27",No="_compactPaddingTop_fgwhd_30",$o="_compactPaddingRight_fgwhd_33",qo="_compactPaddingBottom_fgwhd_36",Ho="_compactPaddingLeft_fgwhd_39",Oo="_smallPaddingTop_fgwhd_42",Po="_smallPaddingRight_fgwhd_45",Vo="_smallPaddingBottom_fgwhd_48",To="_smallPaddingLeft_fgwhd_51",Wo="_mediumPaddingTop_fgwhd_54",Do="_mediumPaddingRight_fgwhd_57",jo="_mediumPaddingBottom_fgwhd_60",Fo="_mediumPaddingLeft_fgwhd_63",Uo="_largePaddingTop_fgwhd_66",Go="_largePaddingRight_fgwhd_69",Xo="_largePaddingBottom_fgwhd_72",Qo="_largePaddingLeft_fgwhd_75",Xe={boxFooter:Io,hasShadow:Mo,nonePaddingTop:So,nonePaddingRight:Lo,nonePaddingBottom:Ao,nonePaddingLeft:Ro,compactPaddingTop:No,compactPaddingRight:$o,compactPaddingBottom:qo,compactPaddingLeft:Ho,smallPaddingTop:Oo,smallPaddingRight:Po,smallPaddingBottom:Vo,smallPaddingLeft:To,mediumPaddingTop:Wo,mediumPaddingRight:Do,mediumPaddingBottom:jo,mediumPaddingLeft:Fo,largePaddingTop:Uo,largePaddingRight:Go,largePaddingBottom:Xo,largePaddingLeft:Qo},qa=({className:e,padding:a="small",topPadding:l=a,rightPadding:o=a,bottomPadding:r=a,leftPadding:c=a,hasFooterShadow:s=!1,children:i})=>n.createElement("div",{className:f(e,Xe.boxFooter,l&&Xe[`${fe(l)}Top`],o&&Xe[`${fe(o)}Right`],r&&Xe[`${fe(r)}Bottom`],c&&Xe[`${fe(c)}Left`],{[Xe.hasShadow]:s})},i),Ko="_box_5xx8l_4",Zo="_hasHeaderOrFooter_5xx8l_4",Yo="_mainContent_5xx8l_9",Jo="_scrollable_5xx8l_16",er="_rounded_5xx8l_20",tr="_dark_5xx8l_24",nr="_light_5xx8l_29",ar="_shadowLight_5xx8l_34",lr="_shadowDark_5xx8l_38",or="_border_5xx8l_42",rr="_nonePadding_5xx8l_53",cr="_compactPadding_5xx8l_57",sr="_smallPadding_5xx8l_61",ir="_mediumPadding_5xx8l_65",dr="_largePadding_5xx8l_69",ie={box:Ko,hasHeaderOrFooter:Zo,mainContent:Yo,scrollable:Jo,rounded:er,dark:tr,light:nr,shadowLight:ar,shadowDark:lr,border:or,nonePadding:rr,compactPadding:cr,smallPadding:sr,mediumPadding:ir,largePadding:dr},ce=n.forwardRef(({hasBackground:e=!0,headerContent:a,headerContentBelowDivider:l,footerContent:o,bgColor:r,children:c,className:s,childrenClassName:i,headerClassName:d,isRounded:m=!0,isWithBorder:u=!1,isWithShadow:_=!0,shadowModifier:p="dark",padding:h="none",headerPadding:g=h,footerPadding:w=h,footerTopPadding:E=w,footerRightPadding:v=w,footerBottomPadding:x=w,footerLeftPadding:B=w,hasFooterShadow:I,scrollable:M,style:k,colorScheme:S,...z},L)=>{const q=!!a||!!o;return n.createElement(N,null,({colorScheme:b})=>n.createElement("div",{className:f(e&&ie[S??b],{[ie.shadowDark]:_&&p==="dark",[ie.shadowLight]:_&&p==="light",[ie.rounded]:m,[ie.border]:u,[ie[fe(h)]]:!q,[ie.hasHeaderOrFooter]:q},ie.box,s),style:e&&r?{...k,backgroundColor:r}:k,ref:L,...z},a&&n.createElement($a,{contentBelowDivider:l,padding:g,className:d},a),c&&q?n.createElement("div",{className:f(ie[fe(h)],ie.mainContent,{"pb-0":o&&h!=="none",[ie.scrollable]:M},i)},c):c,o&&n.createElement(qa,{padding:w,topPadding:E,rightPadding:v,bottomPadding:x,leftPadding:B,hasFooterShadow:I},o)))});ce.displayName="Box";const mr="_dark_14ps4_4",ur="_light_14ps4_8",fr="_horizontal_14ps4_12",_r="_vertical_14ps4_17",l0={dark:mr,light:ur,horizontal:fr,vertical:_r},re=({colorScheme:e,direction:a="horizontal",className:l,...o})=>n.createElement(N,null,({colorScheme:r})=>n.createElement("div",{className:f(l0[e??r],l0[a],l),...o})),pr="_dark_1xjes_99",hr="_standard_1xjes_99",gr="_link_1xjes_102",vr="_subtle_1xjes_105",wr="_tinted_1xjes_108",Er="_disabled_1xjes_111",xr="_success_1xjes_114",br="_danger_1xjes_117",kr="_warning_1xjes_120",Cr="_light_1xjes_124",yr="_hidden_1xjes_149",Br="_inherit_1xjes_161",zr="_truncated_1xjes_165",Ir="_uppercase_1xjes_172",Mr="_underline_1xjes_176",Sr="_italicize_1xjes_180",Lr="_normalWhiteSpace_1xjes_184",Ar="_nowrapWhiteSpace_1xjes_188",Rr="_preWhiteSpace_1xjes_192",Nr="_preWrapWhiteSpace_1xjes_196",$r="_preLineWhiteSpace_1xjes_200",qr="_normalWordBreak_1xjes_204",Hr="_breakAllWordBreak_1xjes_208",Or="_keepAllWordBreak_1xjes_212",Pr="_overflowWrapWordBreak_1xjes_216",Vr="_text_1xjes_221",Tr="_h1_1xjes_226",Wr="_h2_1xjes_232",Dr="_h3_1xjes_238",jr="_h4_1xjes_244",Fr="_h5_1xjes_250",Ur="_h6_1xjes_256",Gr="_body-bold_1xjes_262",Xr="_button_1xjes_268",Qr="_body_1xjes_262",Kr="_body-link_1xjes_280",Zr="_small-bold_1xjes_286",Yr="_small_1xjes_286",Jr="_small-link_1xjes_298",e2="_x-small-bold_1xjes_304",t2="_x-small_1xjes_304",n2="_x-small-link_1xjes_316",ee={dark:pr,standard:hr,link:gr,subtle:vr,tinted:wr,disabled:Er,success:xr,danger:br,warning:kr,light:Cr,hidden:yr,inherit:Br,truncated:zr,uppercase:Ir,underline:Mr,italicize:Sr,normalWhiteSpace:Lr,nowrapWhiteSpace:Ar,preWhiteSpace:Rr,preWrapWhiteSpace:Nr,preLineWhiteSpace:$r,normalWordBreak:qr,breakAllWordBreak:Hr,keepAllWordBreak:Or,overflowWrapWordBreak:Pr,text:Vr,h1:Tr,h2:Wr,h3:Dr,h4:jr,h5:Fr,h6:Ur,"body-bold":"_body-bold_1xjes_262",bodyBold:Gr,button:Xr,body:Qr,"body-link":"_body-link_1xjes_280",bodyLink:Kr,"small-bold":"_small-bold_1xjes_286",smallBold:Zr,small:Yr,"small-link":"_small-link_1xjes_298",smallLink:Jr,"x-small-bold":"_x-small-bold_1xjes_304",xSmallBold:e2,"x-small":"_x-small_1xjes_304",xSmall:t2,"x-small-link":"_x-small-link_1xjes_316",xSmallLink:n2},De=({children:e,className:a,colorScheme:l,fontVariant:o,htmlTag:r,isTruncated:c=!1,isUppercase:s,variant:i="standard",...d})=>{const m=o??r;return n.createElement(N,null,({colorScheme:u})=>n.createElement(r,{className:f(ee[l??u],ee[i],ee[m],{[ee.truncated]:c,[ee.uppercase]:s},a),...d},e))};var y=(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))(y||{});const a2="_wrap_11372_11",l2="_divider_11372_19",o2="_section_11372_23",r2="_grow_11372_26",c2="_header_11372_30",s2="_headerTitleWrap_11372_37",Be={wrap:a2,divider:l2,section:o2,grow:r2,header:c2,headerTitleWrap:s2},Ha=({colorScheme:e="light",title:a,titleHtmlTag:l="h2",titleEnhancerStart:o,subtitle:r,secondaryComponent:c,children:s})=>n.createElement(Q,{colorScheme:e},n.createElement(ce,{className:Be.wrap,shadowModifier:"light"},n.createElement("div",{className:Be.header},n.createElement("div",{className:Be.headerTitleWrap},o&&n.createElement("div",{className:"mr-4"},o),n.createElement(De,{htmlTag:l,fontVariant:y.H5},a)),r&&n.createElement("div",null,r)),n.createElement(re,{className:Be.divider}),n.createElement("div",{className:Be.section},c),n.createElement(re,{className:Be.divider}),n.createElement("div",{className:f(Be.section,Be.grow)},s))),i2=["xs","sm","md","lg","xl"],d2=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],m2=[...i2,...d2],u2="_verticalGutter_1ddso_1",f2="_cell_1ddso_1",_2="_xs1_1ddso_12",p2="_xs2_1ddso_17",h2="_xs3_1ddso_22",g2="_xs4_1ddso_27",v2="_xs5_1ddso_32",w2="_xs6_1ddso_37",E2="_xs7_1ddso_42",x2="_xs8_1ddso_47",b2="_xs9_1ddso_52",k2="_xs10_1ddso_57",C2="_xs11_1ddso_62",y2="_xs12_1ddso_67",B2="_xsOffset0_1ddso_72",z2="_xsOffset1_1ddso_76",I2="_xsOffset2_1ddso_80",M2="_xsOffset3_1ddso_84",S2="_xsOffset4_1ddso_88",L2="_xsOffset5_1ddso_92",A2="_xsOffset6_1ddso_96",R2="_xsOffset7_1ddso_100",N2="_xsOffset8_1ddso_104",$2="_xsOffset9_1ddso_108",q2="_xsOffset10_1ddso_112",H2="_xsOffset11_1ddso_116",O2="_xsOffset12_1ddso_120",P2="_sm1_1ddso_125",V2="_sm2_1ddso_129",T2="_sm3_1ddso_133",W2="_sm4_1ddso_137",D2="_sm5_1ddso_141",j2="_sm6_1ddso_145",F2="_sm7_1ddso_149",U2="_sm8_1ddso_153",G2="_sm9_1ddso_157",X2="_sm10_1ddso_161",Q2="_sm11_1ddso_165",K2="_sm12_1ddso_169",Z2="_smOffset0_1ddso_173",Y2="_smOffset1_1ddso_176",J2="_smOffset2_1ddso_179",ec="_smOffset3_1ddso_182",tc="_smOffset4_1ddso_185",nc="_smOffset5_1ddso_188",ac="_smOffset6_1ddso_191",lc="_smOffset7_1ddso_194",oc="_smOffset8_1ddso_197",rc="_smOffset9_1ddso_200",cc="_smOffset10_1ddso_203",sc="_smOffset11_1ddso_206",ic="_smOffset12_1ddso_209",dc="_md1_1ddso_214",mc="_md2_1ddso_218",uc="_md3_1ddso_222",fc="_md4_1ddso_226",_c="_md5_1ddso_230",pc="_md6_1ddso_234",hc="_md7_1ddso_238",gc="_md8_1ddso_242",vc="_md9_1ddso_246",wc="_md10_1ddso_250",Ec="_md11_1ddso_254",xc="_md12_1ddso_258",bc="_mdOffset0_1ddso_262",kc="_mdOffset1_1ddso_265",Cc="_mdOffset2_1ddso_268",yc="_mdOffset3_1ddso_271",Bc="_mdOffset4_1ddso_274",zc="_mdOffset5_1ddso_277",Ic="_mdOffset6_1ddso_280",Mc="_mdOffset7_1ddso_283",Sc="_mdOffset8_1ddso_286",Lc="_mdOffset9_1ddso_289",Ac="_mdOffset10_1ddso_292",Rc="_mdOffset11_1ddso_295",Nc="_mdOffset12_1ddso_298",$c="_lg1_1ddso_303",qc="_lg2_1ddso_307",Hc="_lg3_1ddso_311",Oc="_lg4_1ddso_315",Pc="_lg5_1ddso_319",Vc="_lg6_1ddso_323",Tc="_lg7_1ddso_327",Wc="_lg8_1ddso_331",Dc="_lg9_1ddso_335",jc="_lg10_1ddso_339",Fc="_lg11_1ddso_343",Uc="_lg12_1ddso_347",Gc="_lgOffset0_1ddso_351",Xc="_lgOffset1_1ddso_354",Qc="_lgOffset2_1ddso_357",Kc="_lgOffset3_1ddso_360",Zc="_lgOffset4_1ddso_363",Yc="_lgOffset5_1ddso_366",Jc="_lgOffset6_1ddso_369",e3="_lgOffset7_1ddso_372",t3="_lgOffset8_1ddso_375",n3="_lgOffset9_1ddso_378",a3="_lgOffset10_1ddso_381",l3="_lgOffset11_1ddso_384",o3="_lgOffset12_1ddso_387",r3="_xl1_1ddso_392",c3="_xl2_1ddso_396",s3="_xl3_1ddso_400",i3="_xl4_1ddso_404",d3="_xl5_1ddso_408",m3="_xl6_1ddso_412",u3="_xl7_1ddso_416",f3="_xl8_1ddso_420",_3="_xl9_1ddso_424",p3="_xl10_1ddso_428",h3="_xl11_1ddso_432",g3="_xl12_1ddso_436",v3="_xlOffset0_1ddso_440",w3="_xlOffset1_1ddso_443",E3="_xlOffset2_1ddso_446",x3="_xlOffset3_1ddso_449",b3="_xlOffset4_1ddso_452",k3="_xlOffset5_1ddso_455",C3="_xlOffset6_1ddso_458",y3="_xlOffset7_1ddso_461",B3="_xlOffset8_1ddso_464",z3="_xlOffset9_1ddso_467",I3="_xlOffset10_1ddso_470",M3="_xlOffset11_1ddso_473",S3="_xlOffset12_1ddso_476",L3="_xxl1_1ddso_481",A3="_xxl2_1ddso_485",R3="_xxl3_1ddso_489",N3="_xxl4_1ddso_493",$3="_xxl5_1ddso_497",q3="_xxl6_1ddso_501",H3="_xxl7_1ddso_505",O3="_xxl8_1ddso_509",P3="_xxl9_1ddso_513",V3="_xxl10_1ddso_517",T3="_xxl11_1ddso_521",W3="_xxl12_1ddso_525",D3="_xxlOffset0_1ddso_529",j3="_xxlOffset1_1ddso_532",F3="_xxlOffset2_1ddso_535",U3="_xxlOffset3_1ddso_538",G3="_xxlOffset4_1ddso_541",X3="_xxlOffset5_1ddso_544",Q3="_xxlOffset6_1ddso_547",K3="_xxlOffset7_1ddso_550",Z3="_xxlOffset8_1ddso_553",Y3="_xxlOffset9_1ddso_556",J3="_xxlOffset10_1ddso_559",es="_xxlOffset11_1ddso_562",ts="_xxlOffset12_1ddso_565",Ht={verticalGutter:u2,cell:f2,xs1:_2,xs2:p2,xs3:h2,xs4:g2,xs5:v2,xs6:w2,xs7:E2,xs8:x2,xs9:b2,xs10:k2,xs11:C2,xs12:y2,xsOffset0:B2,xsOffset1:z2,xsOffset2:I2,xsOffset3:M2,xsOffset4:S2,xsOffset5:L2,xsOffset6:A2,xsOffset7:R2,xsOffset8:N2,xsOffset9:$2,xsOffset10:q2,xsOffset11:H2,xsOffset12:O2,sm1:P2,sm2:V2,sm3:T2,sm4:W2,sm5:D2,sm6:j2,sm7:F2,sm8:U2,sm9:G2,sm10:X2,sm11:Q2,sm12:K2,smOffset0:Z2,smOffset1:Y2,smOffset2:J2,smOffset3:ec,smOffset4:tc,smOffset5:nc,smOffset6:ac,smOffset7:lc,smOffset8:oc,smOffset9:rc,smOffset10:cc,smOffset11:sc,smOffset12:ic,md1:dc,md2:mc,md3:uc,md4:fc,md5:_c,md6:pc,md7:hc,md8:gc,md9:vc,md10:wc,md11:Ec,md12:xc,mdOffset0:bc,mdOffset1:kc,mdOffset2:Cc,mdOffset3:yc,mdOffset4:Bc,mdOffset5:zc,mdOffset6:Ic,mdOffset7:Mc,mdOffset8:Sc,mdOffset9:Lc,mdOffset10:Ac,mdOffset11:Rc,mdOffset12:Nc,lg1:$c,lg2:qc,lg3:Hc,lg4:Oc,lg5:Pc,lg6:Vc,lg7:Tc,lg8:Wc,lg9:Dc,lg10:jc,lg11:Fc,lg12:Uc,lgOffset0:Gc,lgOffset1:Xc,lgOffset2:Qc,lgOffset3:Kc,lgOffset4:Zc,lgOffset5:Yc,lgOffset6:Jc,lgOffset7:e3,lgOffset8:t3,lgOffset9:n3,lgOffset10:a3,lgOffset11:l3,lgOffset12:o3,xl1:r3,xl2:c3,xl3:s3,xl4:i3,xl5:d3,xl6:m3,xl7:u3,xl8:f3,xl9:_3,xl10:p3,xl11:h3,xl12:g3,xlOffset0:v3,xlOffset1:w3,xlOffset2:E3,xlOffset3:x3,xlOffset4:b3,xlOffset5:k3,xlOffset6:C3,xlOffset7:y3,xlOffset8:B3,xlOffset9:z3,xlOffset10:I3,xlOffset11:M3,xlOffset12:S3,xxl1:L3,xxl2:A3,xxl3:R3,xxl4:N3,xxl5:$3,xxl6:q3,xxl7:H3,xxl8:O3,xxl9:P3,xxl10:V3,xxl11:T3,xxl12:W3,xxlOffset0:D3,xxlOffset1:j3,xxlOffset2:F3,xxlOffset3:U3,xxlOffset4:G3,xxlOffset5:X3,xxlOffset6:Q3,xxlOffset7:K3,xxlOffset8:Z3,xxlOffset9:Y3,xxlOffset10:J3,xxlOffset11:es,xxlOffset12:ts},ns=e=>e in Ht,as=e=>m2.reduce((a,l)=>{const o=`${l}${e[l]??""}`;return ns(o)&&a.push(Ht[o]),a},[]),_1=({className:e,children:a,hasVerticalGutter:l,...o})=>n.createElement("div",{className:f(Ht.cell,as(o),{[Ht.verticalGutter]:l},e)},a),ls="_centerLayout_vjlw4_1",os="_relative_vjlw4_10",rs="_absolute_vjlw4_14",cs="_centerText_vjlw4_22",ss="_fullWidth_vjlw4_26",It={centerLayout:ls,relative:os,absolute:rs,centerText:cs,fullWidth:ss},x1=({centerText:e=!1,children:a,className:l,isFullWidth:o,position:r="relative",...c})=>n.createElement("div",{className:f(It.centerLayout,It[r],e&&It.centerText,{[It.fullWidth]:o},l),...c},a),b1={xs:0,sm:479,md:744,lg:1025,xl:2e3},Et=["xs","sm","md","lg","xl"],k1=e=>typeof e=="string",is=e=>typeof e=="object",Oa=e=>e===void 0?!0:k1(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),ds=e=>{let a="";const o=Object.entries(e);for(const r of o){const c=r[0],s=r[1];a=a.concat(`${s} ${c}`),o.indexOf(r)!==o.length-1&&(a=a.concat(", "))}return a.trim()},Pa=e=>typeof e=="string",o0=e=>typeof e=="object",Va=e=>e===void 0?!0:Pa(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),ms=e=>{const a=[...Et].reverse();for(const l of a){const o=e[l];if(o)return o}return null},us=e=>{const a=ms(e);if(a){const l=[...Et].reverse(),o={...e};return l.forEach((r,c)=>{if(!o[r]){const s=l[c-1],d=s&&o[s]||a;o[r]=d}}),o}return e},fs=e=>{const a=us(e);return Object.fromEntries(Object.entries(a).map(([o,r])=>[`--${o}-background-image`,`url("${r}")`]))};var Ta=(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))(Ta||{}),Ot=(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))(Ot||{});const _s=({background:e,backgroundImageSrc:a,backgroundBlendMode:l,overlayOpacity:o,overlay:r})=>n.useMemo(()=>{const c=e==="image"&&!Va(a),s=c&&o0(a),i=c&&l!=="normal",d=e==="none",m=e==="white",u=e==="dark"||e==="image"&&!c,_=e==="light";let p={};if(c&&(Pa(a)&&(p={...p,backgroundImage:`url("${a}")`}),o0(a))){const h=fs(a);p={...p,...h}}return i&&(p={...p,"--blend-mode":l,"--background-color-opacity":`${o}`,"--background-color-rgb":`${r==="light"?Ot.White:Ot.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:u,isBackgroundLight:_,isBackgroundImage:c,isBackgroundImageBreakpointImageSet:s,isBackgroundImageBlend:i,backgroundStyleProps:p}},[e,a,l,o,r]),ps="_light_1qnf7_13",hs="_dark_1qnf7_19",gs="_fullSizeWindow_1qnf7_28",vs="_fixed_1qnf7_53",ws="_absolute_1qnf7_57",Es="_paddingNone_1qnf7_61",xs="_paddingSmall_1qnf7_65",bs="_backgroundNone_1qnf7_69",ks="_backgroundWhite_1qnf7_73",Cs="_backgroundDark_1qnf7_77",ys="_backgroundLight_1qnf7_81",Bs="_backgroundImage_1qnf7_85",zs="_backgroundImageBreakpointImageSet_1qnf7_92",Is="_backgroundBlend_1qnf7_117",Ms="_row_1qnf7_123",Ss="_rowReverse_1qnf7_127",Ls="_column_1qnf7_131",As="_columnReverse_1qnf7_135",Rs="_flexStart_1qnf7_139",Ns="_center_1qnf7_143",oe={light:ps,dark:hs,fullSizeWindow:gs,fixed:vs,absolute:ws,paddingNone:Es,paddingSmall:xs,backgroundNone:bs,backgroundWhite:ks,backgroundDark:Cs,backgroundLight:ys,backgroundImage:Bs,backgroundImageBreakpointImageSet:zs,backgroundBlend:Is,row:Ms,rowReverse:Ss,column:Ls,columnReverse:As,flexStart:Rs,center:Ns},Vt=n.forwardRef(({children:e,className:a,padding:l="small",background:o="none",flexDirection:r="row",justifyContent:c="flexStart",backgroundImageSrc:s,backgroundBlendMode:i="normal",overlayOpacity:d=.7,overlay:m="dark",position:u="fixed",style:_,...p},h)=>{const g=l==="small",w=l==="none",{isBackgroundNone:E,isBackgroundWhite:v,isBackgroundDark:x,isBackgroundLight:B,isBackgroundImage:I,isBackgroundImageBreakpointImageSet:M,isBackgroundImageBlend:k,backgroundStyleProps:S}=_s({background:o,backgroundImageSrc:s,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return n.createElement("div",{style:{..._,...S},className:f(oe.fullSizeWindow,{[oe.paddingNone]:w,[oe.paddingSmall]:g,[oe.backgroundNone]:E,[oe.backgroundWhite]:v,[oe.backgroundDark]:x,[oe.backgroundLight]:B,[oe.backgroundImage]:I,[oe.backgroundImageBreakpointImageSet]:M,[oe.backgroundBlend]:I&&k},oe[r],oe[c],oe[u],a),ref:h,...p},e)});Vt.displayName="FullSizeWindow";const $s="_wrapper_m0c6u_1",qs="_roundedCorners_m0c6u_15",Hs="_small_m0c6u_19",Os="_medium_m0c6u_23",Ps="_large_m0c6u_27",Vs="_full_m0c6u_32",Ts="_mediumWidth_m0c6u_37",Ws="_fullWidth_m0c6u_41",Ds="_autoHeight_m0c6u_45",js="_flexStart_m0c6u_49",Fs="_center_m0c6u_53",Qe={wrapper:$s,roundedCorners:qs,small:Hs,medium:Os,large:Ps,full:Vs,mediumWidth:Ts,fullWidth:Ws,autoHeight:Ds,flexStart:js,center:Fs},Wa=({className:e,children:a,modifier:l,heightModifier:o,size:r="full",justifyContent:c="flexStart",borderRadius:s="none",...i})=>n.createElement("div",{className:f(Qe.wrapper,e,l&&Qe[l],Qe[r],o&&Qe[o],s==="box"&&Qe.roundedCorners,Qe[c]),...i},a),Da=({children:e})=>n.createElement(Vt,{padding:"none",background:"dark"},n.createElement(Wa,{modifier:"fullWidth"},n.createElement(x1,null,e))),Us="_overlay_174tg_4",Gs={overlay:Us},Xs=({children:e,...a})=>n.createElement(Vt,{padding:"none",background:"dark",className:Gs.overlay,...a},e),Qs=e=>n.isValidElement(e)&&!!e.props.children,Ks=e=>n.isValidElement(e)&&Qs(e)&&n.Children.toArray(e.props.children).reduce((a,l)=>a||n.isValidElement(l),!1),ja=(e,a)=>n.Children.toArray(e).map((l,o,r)=>n.isValidElement(l)&&Ks(l)?a(n.cloneElement(l,{...l.props,children:ja(l.props.children,a)})):a(l,o,r)),Fa=(e,a)=>typeof a>"u"?null:`${e}${a}`,Zs=(e,a)=>{if(typeof a!="string")return a;const[l,o]=a.match(/^url\(#(.*)\)$/)??[null,null];if(o===null)return a;const r=Fa(e,o);return r===null?a:`url(#${r})`},Ys=e=>n.isValidElement(e)&&typeof e.props=="object",Ua=e=>{const a=n.useId();return ja(e.children,l=>!l||typeof l=="string"||typeof l=="number"||!Ys(l)?l:n.cloneElement(l,{...Object.entries(l.props).reduce((o,[r,c])=>(o[r]=Zs(a,c??""),o),{}),id:Fa(a,l.props.id)}))},Js="_dark_1zxj7_4",ei="_light_1zxj7_8",ti="_tertiary_1zxj7_12",ni="_small_1zxj7_16",ai="_medium_1zxj7_21",r0={dark:Js,light:ei,tertiary:ti,small:ni,medium:ai},kt=({size:e,source:a,className:l,colorScheme:o,ref:r,...c})=>{const s=f(o&&r0[o],e&&r0[e],l),i=a,d=typeof i=="function"?i({className:s,...c}):n.createElement(a,{className:s,...c});return n.createElement(Ua,null,d)},li=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e},t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M24.187 9.163a10.667 10.667 0 10-13.65 15.998"}),t.createElement("mask",{id:"a",width:20,height:10,x:7,y:20,style:{maskType:"alpha"},maskUnits:"userSpaceOnUse"},t.createElement("path",{stroke:"url(#paint0_linear)",strokeLinecap:"round",strokeWidth:5.333,d:"M10.537 25.161A10.666 10.666 0 0024.04 23.01"})),t.createElement("g",{mask:"url(#a)"},t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M26.667 16a10.667 10.667 0 10-2.627 7.01"})),t.createElement("defs",null,t.createElement("linearGradient",{id:"paint0_linear",x1:13.067,x2:25.6,y1:26.133,y2:22.133,gradientUnits:"userSpaceOnUse"},t.createElement("stop",null),t.createElement("stop",{offset:1,stopOpacity:0})))),oi="_wrapper_sm86s_24",ri="_label_sm86s_28",ci="_spinner_sm86s_40",si="_spin_sm86s_40",ii="_compact_sm86s_49",di="_small_sm86s_53",mi="_medium_sm86s_57",ui="_dark_sm86s_62",fi="_light_sm86s_66",_i="_subtle_sm86s_70",it={wrapper:oi,label:ri,spinner:ci,spin:si,compact:ii,small:di,medium:mi,dark:ui,light:fi,subtle:_i},pi="Loading",C1=({className:e,label:a=pi,sizeModifier:l="medium",colorScheme:o,...r})=>n.createElement("div",{role:"status",className:f(it.wrapper,o&&it[o],e),...r},n.createElement("span",{className:it.label},a),n.createElement(kt,{source:li,className:f(it.spinner,it[l])})),hi=e=>n.createElement(Da,null,n.createElement(C1,{colorScheme:"dark",...e})),gi="_grid_172qj_1",vi={grid:gi},Ga=({className:e,children:a,hasCellVerticalGutter:l,...o})=>n.createElement("div",{className:f(vi.grid,{hasCellVerticalGutter:l},e),...o},a),wi="_top_9teu4_4",Ei="_bottom_9teu4_5",xi="_content_9teu4_24",c0={top:wi,bottom:Ei,content:xi},bi=({children:e,position:a="top",className:l})=>n.createElement("div",{className:f(c0[a],l)},n.Children.count(e)>0?n.createElement("span",{className:c0.content},e):e),ki="_el_p09eg_15",Ci={el:ki},yi=e=>"href"in e&&!!e.href&&e.href!=="#",y1=n.forwardRef(({children:e,className:a,disabled:l,htmlTag:o="button",...r},c)=>n.createElement(l?"button":yi(r)?"a":o,{ref:c,className:f(Ci.el,a),disabled:l,...r},e));y1.displayName="InteractiveElementContent";const se=({...e})=>n.createElement(y1,{...e}),Tt=n.forwardRef(({...e},a)=>n.createElement(y1,{...e,ref:a}));Tt.displayName="InteractiveElementContent";const Bi="_dark_13ht3_102",zi="_light_13ht3_119",Ii="_button_13ht3_491",Mi="_disc_13ht3_535",Si="_noBorderRadius_13ht3_538",Li="_buttonContent_13ht3_541",Ai="_buttonChildren_13ht3_547",Ri="_disabled_13ht3_552",Ni="_loading_13ht3_556",$i="_loadingIcon_13ht3_561",qi="_enhancerStart_13ht3_568",Hi="_enhancerEnd_13ht3_569",Oi="_primary_13ht3_573",Pi="_noHover_13ht3_577",Vi="_hasBackgroundTransparency_13ht3_583",Ti="_textComponent_13ht3_626",Wi="_secondary_13ht3_646",Di="_tertiary_13ht3_719",ji="_translucent_13ht3_792",Fi="_text_13ht3_626",Ui="_danger_13ht3_938",Gi="_dangerBordered_13ht3_1011",Xi="_success_13ht3_1084",Qi="_neutral_13ht3_1157",Ki="_transparent_13ht3_1230",Zi="_transparentAlternative_13ht3_1303",Yi="_none_13ht3_2179",Ji="_square_13ht3_2189",e4="_compact_13ht3_2194",t4="_small_13ht3_2209",n4="_medium_13ht3_2224",a4="_large_13ht3_2239",l4="_fullWidth_13ht3_2331",o4="_fluid_13ht3_2335",J={dark:Bi,light:zi,button:Ii,disc:Mi,noBorderRadius:Si,buttonContent:Li,buttonChildren:Ai,disabled:Ri,loading:Ni,loadingIcon:$i,enhancerStart:qi,enhancerEnd:Hi,primary:Oi,noHover:Pi,hasBackgroundTransparency:Vi,textComponent:Ti,secondary:Wi,tertiary:Di,translucent:ji,text:Fi,danger:Ui,dangerBordered:Gi,success:Xi,neutral:Qi,transparent:Ki,transparentAlternative:Zi,none:Yi,square:Ji,compact:e4,small:t4,medium:n4,large:a4,fullWidth:l4,fluid:o4},B1=n.forwardRef(({children:e,className:a,colorScheme:l,htmlTag:o,isActive:r,isDisabled:c,modifier:s,noBorderRadius:i=!1,noHover:d=!1,size:m="medium",variant:u="primary",backgroundTransparency:_=1,style:p,...h},g)=>{const w=_<1,E=w?{"--background-alpha":_}:void 0;return n.createElement(N,null,({colorScheme:v})=>{const x=l??v;return n.createElement(Tt,{ref:g,style:p||E?{...p,...E}:void 0,className:f(x,J.button,J[x],J[u],J[m],s&&J[s],{[J.disabled]:c,[J.noBorderRadius]:i,[J.noHover]:d||c,[J.hasBackgroundTransparency]:w},a),"data-active":r&&!c,disabled:c,htmlTag:o,...h},e)})});B1.displayName="SimpleButtonContent";const r4=({...e})=>n.createElement(B1,{...e}),z1=n.forwardRef(({...e},a)=>n.createElement(B1,{...e,ref:a}));z1.displayName="SimpleButtonContent";const C=({children:e,className:a,colorScheme:l,fontVariant:o=y.Body,htmlTag:r="span",isTruncated:c=!1,isUnderlined:s,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:u,variant:_="standard",...p})=>n.createElement(N,null,({colorScheme:h})=>n.createElement(r,{className:f(l??h,ee.text,ee[l??h],ee[_],ee[o],m&&ee[`${m}WhiteSpace`],u&&ee[`${u}WordBreak`],{[ee.truncated]:c,[ee.uppercase]:i,[ee.underline]:s,[ee.italicize]:d},a),...p},e)),Xa=({children:e,className:a,isLoading:l,sizeModifier:o="compact",colorScheme:r})=>l?n.createElement(n.Fragment,null,n.createElement("div",{className:f(a,"visibility-hidden")},e),n.createElement("div",{className:J.loadingIcon},n.createElement(C1,{sizeModifier:o,colorScheme:r}))):a?n.createElement("div",{className:a},e):n.createElement(n.Fragment,null,e),Qa=({children:e,className:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:s})=>n.createElement("div",{className:f(a,J.buttonContent)},r&&n.createElement("span",{className:f(J.enhancerStart,{"pe-0":s},c)},r),n.createElement("div",{className:J.buttonChildren},e),l&&n.createElement("span",{className:f(J.enhancerEnd,{"ps-0":s},o)},l)),Ka=({children:e,className:a,fontVariant:l=y.BodyBold,variant:o="inherit",...r})=>n.createElement(C,{className:f(a,J.textComponent),fontVariant:l,variant:o,...r},e),I1=n.forwardRef(({children:e,colorScheme:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,fontVariant:s,hideChildren:i,isDisabled:d,isLoading:m,noEnhancerPadding:u,textVariant:_,underlineText:p,useTextComponent:h,variant:g,...w},E)=>n.createElement(z1,{colorScheme:a,isDisabled:!!d||m,variant:g,ref:E,...w},n.createElement(Xa,{isLoading:m},n.createElement(Qa,{className:f({[J.textComponent]:!h&&g==="text"&&p}),enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:u},!i&&(h?n.createElement(Ka,{colorScheme:a,fontVariant:s,variant:_},e):n.createElement(n.Fragment,null,e))))));I1.displayName="ButtonContent";const j=({...e})=>n.createElement(I1,{...e}),Za=n.forwardRef(({...e},a)=>n.createElement(I1,{...e,ref:a}));Za.displayName="RefButton";const c4=e=>t.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},t.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"})),s0=e=>t.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},t.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"})),s4=e=>t.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},t.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.099 2.452-2.452 0-1.351-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.187-.45.489-.565 1.231a.67.67 0 0 0 .661.768h7.904a.67.67 0 0 0 .662-.768c-.12-.757-.405-1.061-.59-1.258z",clipRule:"evenodd"})),i0=e=>t.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},t.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"})),i4=e=>t.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},t.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"})),d4=e=>t.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},t.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"})),m4=e=>t.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},t.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"})),u4=e=>t.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},t.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"})),f4=e=>t.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},t.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"})),_4=e=>t.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},t.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"})),p4=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconAiAssistant_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),d0=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_24__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconAiAssistant_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),h4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M6.656 2.557a1.554 1.554 0 0 1 2.692 0l5.385 9.327a1.554 1.554 0 0 1-1.347 2.332H2.617a1.554 1.554 0 0 1-1.346-2.331zm1.34 8.437c-.403 0-.73.33-.73.735 0 .406.327.734.73.735h.009a.733.733 0 0 0 .731-.735.734.734 0 0 0-.731-.735zm.009-5.879a.734.734 0 0 0-.732.735v2.94c0 .405.328.734.732.734a.733.733 0 0 0 .731-.734V5.85a.734.734 0 0 0-.731-.735"})),m0=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M10.046 4.081c.87-1.508 3.049-1.508 3.92 0l7.84 13.578c.87 1.509-.219 3.395-1.96 3.395H4.166c-1.741 0-2.83-1.886-1.96-3.395zm1.953 12.282c-.588 0-1.065.48-1.065 1.07s.477 1.07 1.065 1.07h.01c.588 0 1.065-.479 1.065-1.07 0-.59-.477-1.07-1.065-1.07zm.01-8.558c-.587 0-1.064.48-1.064 1.07v4.28c0 .59.477 1.069 1.064 1.069s1.065-.479 1.065-1.07V8.876c0-.59-.477-1.07-1.065-1.07"})),g4=e=>t.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},t.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"})),u0=e=>t.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},t.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"})),v4=e=>t.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},t.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"})),f0=e=>t.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},t.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"})),w4=e=>t.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},t.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"})),_0=e=>t.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},t.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"})),E4=e=>t.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},t.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"})),p0=e=>t.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},t.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"})),x4=e=>t.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},t.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"})),h0=e=>t.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},t.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"})),b4=e=>t.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},t.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"})),g0=e=>t.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},t.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"})),k4=e=>t.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},t.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"})),v0=e=>t.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},t.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"})),C4=e=>t.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},t.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"})),w0=e=>t.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},t.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"})),y4=e=>t.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},t.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"})),E0=e=>t.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},t.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"})),B4=e=>t.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},t.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"})),x0=e=>t.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},t.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"})),z4=e=>t.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},t.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"})),b0=e=>t.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},t.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"})),I4=e=>t.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},t.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"})),M4=e=>t.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},t.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"})),S4=e=>t.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},t.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"})),L4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M1.368 9.842a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.517.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m2.21 6.263a.71.71 0 0 1-.524-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m.001-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.948a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.947 8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.948 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .314-.211.525a.71.71 0 0 1-.525.212m0-8.841a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .313-.211.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.35.35 0 0 1 .258-.11q.147 0 .258.11a.353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.947 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.211.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.21 5.526a.35.35 0 0 1-.257-.11.35.35 0 0 1-.11-.258q0-.149.11-.258a.353.353 0 0 1 .515 0q.111.11.111.258a.35.35 0 0 1-.11.258.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m-9.578 4.052v-.405q0-.957.92-1.381A4.8 4.8 0 0 1 8 8.737a4.8 4.8 0 0 1 2.026.424q.921.424.921 1.381v.405zM8 8a1.42 1.42 0 0 1-1.04-.433 1.42 1.42 0 0 1-.434-1.04q0-.609.433-1.041A1.42 1.42 0 0 1 8 5.053q.608 0 1.04.433.434.432.434 1.04T9.04 7.567A1.42 1.42 0 0 1 8 8"})),A4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M1.579 14.895a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174A.56.56 0 0 1 1 9.685q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173m3.474 9.842a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m4.631 13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .406.174.173.173.173.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 9.684 1q.232 0 .406.174.173.172.173.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.632 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 14.316 1q.232 0 .405.174.174.172.174.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.631 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m3.474 8.684a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173M7.368 16.632v-.637q0-1.506 1.448-2.171 1.447-.666 3.184-.666t3.184.666q1.448.666 1.448 2.17v.638zM12 12a2.23 2.23 0 0 1-1.636-.68 2.23 2.23 0 0 1-.68-1.636q0-.956.68-1.635A2.23 2.23 0 0 1 12 7.369a2.23 2.23 0 0 1 1.636.68q.68.68.68 1.635a2.23 2.23 0 0 1-.68 1.636A2.23 2.23 0 0 1 12 12"})),R4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M4.632 19.158a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19M8.42 24.842q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.052q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m5.053 15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 13.474 4q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.052 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0-15.159q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .442.19.19.19.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 18.526 4q.253 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.053 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m3.79 9.474a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.19.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.189.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m-16.422 6.948v-.695q0-1.642 1.58-2.369 1.578-.726 3.473-.726t3.474.726 1.579 2.369v.695zM16 16q-1.043 0-1.784-.742a2.43 2.43 0 0 1-.742-1.784q0-1.043.742-1.784A2.43 2.43 0 0 1 16 10.947q1.043 0 1.784.743.742.741.742 1.784 0 1.042-.742 1.784A2.43 2.43 0 0 1 16 16"})),N4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_16__b)"},t.createElement("circle",{cx:2.333,cy:2.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5.083,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:10.917,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_16__c)"},t.createElement("circle",{cx:13.667,cy:2.5,r:.333,fill:"currentColor"})),t.createElement("circle",{cx:5.333,cy:10.667,r:.667,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M8 8q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177q0-.687.49-1.177T8 4.666t1.177.49.49 1.177-.49 1.177T8 8m-2.5 3.333a.8.8 0 0 1-.588-.244.8.8 0 0 1-.245-.589v-.333q0-.355.182-.652.183-.296.484-.453.646-.322 1.313-.484a5.74 5.74 0 0 1 2.708 0q.667.163 1.313.484.302.158.484.453.182.298.182.652v.333q0 .344-.244.589a.8.8 0 0 1-.589.244z"}),t.createElement("circle",{cx:2.333,cy:13.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5.083,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:10.917,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:13.667,cy:13.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:13.5,cy:5.167,r:.5,fill:"currentColor",transform:"rotate(90 13.5 5.167)"}),t.createElement("circle",{cx:13.5,cy:7.833,r:.5,fill:"currentColor",transform:"rotate(90 13.5 7.833)"}),t.createElement("circle",{cx:2.5,cy:5.167,r:.5,fill:"currentColor",transform:"rotate(90 2.5 5.167)"}),t.createElement("circle",{cx:2.5,cy:7.833,r:.5,fill:"currentColor",transform:"rotate(90 2.5 7.833)"}),t.createElement("circle",{cx:13.5,cy:10.5,r:.5,fill:"currentColor",transform:"rotate(90 13.5 10.5)"}),t.createElement("circle",{cx:2.5,cy:10.5,r:.5,fill:"currentColor",transform:"rotate(90 2.5 10.5)"})),t.createElement("circle",{cx:.333,cy:8,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:15.667,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:15.667,cy:8,r:.333,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_16__b"},t.createElement("path",{fill:"currentColor",d:"M2 2h12v12H2z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_16__c",width:6,height:6,x:10.667,y:2.167,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:2.667}),t.createElement("feGaussianBlur",{stdDeviation:1.333}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_393"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_393",result:"shape"})))),$4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_24__b)"},t.createElement("circle",{cx:3.5,cy:3.75,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.625,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:16.375,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_24__c)"},t.createElement("circle",{cx:20.5,cy:3.75,r:.5,fill:"currentColor"})),t.createElement("circle",{cx:8,cy:16,r:1,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M12 12a2.4 2.4 0 0 1-1.766-.734A2.4 2.4 0 0 1 9.5 9.5q0-1.03.734-1.766A2.4 2.4 0 0 1 12 7q1.032 0 1.766.734.734.735.734 1.766t-.734 1.766T12 12m-3.75 5q-.516 0-.883-.367A1.2 1.2 0 0 1 7 15.75v-.5q0-.531.274-.977.273-.444.726-.68a9.3 9.3 0 0 1 1.969-.726 8.6 8.6 0 0 1 4.062 0 9.3 9.3 0 0 1 1.969.727q.453.234.726.68.274.444.274.976v.5q0 .516-.367.883-.368.367-.883.367z"}),t.createElement("circle",{cx:3.5,cy:20.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.625,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:16.375,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:20.5,cy:20.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:20.25,cy:7.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 7.75)"}),t.createElement("circle",{cx:20.25,cy:11.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 11.75)"}),t.createElement("circle",{cx:3.75,cy:7.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 7.75)"}),t.createElement("circle",{cx:3.75,cy:11.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 11.75)"}),t.createElement("circle",{cx:20.25,cy:15.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 15.75)"}),t.createElement("circle",{cx:3.75,cy:15.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 15.75)"})),t.createElement("circle",{cx:.5,cy:12,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:23.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:23.5,cy:12,r:.5,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_24__b"},t.createElement("path",{fill:"currentColor",d:"M3 3h18v18H3z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_24__c",width:9,height:9,x:16,y:3.25,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:4}),t.createElement("feGaussianBlur",{stdDeviation:2}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_341"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_341",result:"shape"})))),q4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_32__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_32__b)"},t.createElement("circle",{cx:4.667,cy:5,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10.167,cy:5,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:5,r:1,fill:"currentColor"}),t.createElement("circle",{cx:21.833,cy:5,r:1,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_32__c)"},t.createElement("circle",{cx:27.333,cy:5,r:.667,fill:"currentColor"})),t.createElement("circle",{cx:10.667,cy:21.333,r:1.333,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M16 16a3.2 3.2 0 0 1-2.354-.98 3.2 3.2 0 0 1-.98-2.353q0-1.376.98-2.354A3.2 3.2 0 0 1 16 9.333a3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .98 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 16 16m-5 6.667q-.687 0-1.177-.49A1.6 1.6 0 0 1 9.333 21v-.667q0-.708.365-1.302t.969-.906q1.29-.645 2.625-.97A11.5 11.5 0 0 1 16 16.834q1.376 0 2.708.323 1.334.323 2.625.969.604.312.969.906t.365 1.302V21q0 .687-.49 1.177t-1.177.49z"}),t.createElement("circle",{cx:4.667,cy:27,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10.167,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:21.833,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:27.333,cy:27,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:27,cy:10.333,r:1,fill:"currentColor",transform:"rotate(90 27 10.333)"}),t.createElement("circle",{cx:27,cy:15.667,r:1,fill:"currentColor",transform:"rotate(90 27 15.667)"}),t.createElement("circle",{cx:5,cy:10.333,r:1,fill:"currentColor",transform:"rotate(90 5 10.333)"}),t.createElement("circle",{cx:5,cy:15.667,r:1,fill:"currentColor",transform:"rotate(90 5 15.667)"}),t.createElement("circle",{cx:27,cy:21,r:1,fill:"currentColor",transform:"rotate(90 27 21)"}),t.createElement("circle",{cx:5,cy:21,r:1,fill:"currentColor",transform:"rotate(90 5 21)"})),t.createElement("circle",{cx:.667,cy:16,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:31.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:31.333,cy:16,r:.667,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_32__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h32v32H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_32__b"},t.createElement("path",{fill:"currentColor",d:"M4 4h24v24H4z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_32__c",width:12,height:12,x:21.333,y:4.333,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_367"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_367",result:"shape"})))),H4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_16__b)"},t.createElement("circle",{cx:2.333,cy:2.833,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:4.917,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("circle",{cx:11.083,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_16__c)"},t.createElement("circle",{cx:13.667,cy:2.833,r:.333,fill:"currentColor"})),t.createElement("circle",{cx:5.333,cy:10.667,r:.667,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M8 8q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177q0-.687.49-1.177T8 4.666t1.177.49.49 1.177-.49 1.177T8 8m-2.5 3.333a.8.8 0 0 1-.588-.244.8.8 0 0 1-.245-.589v-.333q0-.355.182-.652.183-.296.484-.453.646-.322 1.313-.484a5.74 5.74 0 0 1 2.708 0q.667.163 1.313.484.302.158.484.453.182.298.182.652v.333q0 .344-.244.589a.8.8 0 0 1-.589.244z"}),t.createElement("circle",{cx:2.333,cy:13.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:11,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:13.667,cy:13.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:13.167,cy:5.5,r:.833,fill:"currentColor",transform:"rotate(90 13.167 5.5)"}),t.createElement("circle",{cx:13.167,cy:8.167,r:.833,fill:"currentColor",transform:"rotate(90 13.167 8.167)"}),t.createElement("circle",{cx:2.833,cy:5.5,r:.833,fill:"currentColor",transform:"rotate(90 2.833 5.5)"}),t.createElement("circle",{cx:2.833,cy:8.167,r:.833,fill:"currentColor",transform:"rotate(90 2.833 8.167)"}),t.createElement("circle",{cx:13.167,cy:10.833,r:.833,fill:"currentColor",transform:"rotate(90 13.167 10.833)"}),t.createElement("circle",{cx:2.833,cy:10.833,r:.833,fill:"currentColor",transform:"rotate(90 2.833 10.833)"})),t.createElement("circle",{cx:.333,cy:8,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:15.667,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:15.667,cy:8,r:.333,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurStrong_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_16__b"},t.createElement("path",{fill:"currentColor",d:"M2 2h12v12H2z"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_16__c",width:6,height:6,x:10.667,y:2.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:2.667}),t.createElement("feGaussianBlur",{stdDeviation:1.333}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_288"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_288",result:"shape"})))),O4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_24__b)"},t.createElement("circle",{cx:3.5,cy:4.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.375,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("circle",{cx:16.625,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_24__c)"},t.createElement("circle",{cx:20.5,cy:4.25,r:.5,fill:"currentColor"})),t.createElement("circle",{cx:8,cy:16,r:1,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M12 12a2.4 2.4 0 0 1-1.766-.734A2.4 2.4 0 0 1 9.5 9.5q0-1.03.734-1.766A2.4 2.4 0 0 1 12 7q1.032 0 1.766.734.734.735.734 1.766t-.734 1.766T12 12m-3.75 5q-.516 0-.883-.367A1.2 1.2 0 0 1 7 15.75v-.5q0-.531.274-.977.273-.444.726-.68a9.3 9.3 0 0 1 1.969-.726 8.6 8.6 0 0 1 4.062 0 9.3 9.3 0 0 1 1.969.727q.453.234.726.68.274.444.274.976v.5q0 .516-.367.883-.368.367-.883.367z"}),t.createElement("circle",{cx:3.5,cy:20,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.5,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16.5,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:20.5,cy:20,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:19.75,cy:8.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 8.25)"}),t.createElement("circle",{cx:19.75,cy:12.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 12.25)"}),t.createElement("circle",{cx:4.25,cy:8.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 8.25)"}),t.createElement("circle",{cx:4.25,cy:12.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 12.25)"}),t.createElement("circle",{cx:19.75,cy:16.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 16.25)"}),t.createElement("circle",{cx:4.25,cy:16.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 16.25)"})),t.createElement("circle",{cx:.5,cy:12,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:23.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:23.5,cy:12,r:.5,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurStrong_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_24__b"},t.createElement("path",{fill:"currentColor",d:"M3 3h18v18H3z"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_24__c",width:9,height:9,x:16,y:3.75,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:4}),t.createElement("feGaussianBlur",{stdDeviation:2}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_262"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_262",result:"shape"})))),P4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_32__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_32__b)"},t.createElement("circle",{cx:4.667,cy:5.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:9.833,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("circle",{cx:22.167,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__c)"},t.createElement("circle",{cx:27.333,cy:5.667,r:.667,fill:"currentColor"})),t.createElement("circle",{cx:10.667,cy:21.333,r:1.333,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M16 16a3.2 3.2 0 0 1-2.354-.98 3.2 3.2 0 0 1-.98-2.353q0-1.376.98-2.354A3.2 3.2 0 0 1 16 9.333a3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .98 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 16 16m-5 6.667q-.687 0-1.177-.49A1.6 1.6 0 0 1 9.333 21v-.667q0-.708.365-1.302t.969-.906q1.29-.645 2.625-.97A11.5 11.5 0 0 1 16 16.834q1.376 0 2.708.323 1.334.323 2.625.969.604.312.969.906t.365 1.302V21q0 .687-.49 1.177t-1.177.49z"}),t.createElement("circle",{cx:4.667,cy:26.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:22,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:27.333,cy:26.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:26.333,cy:11,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 11)"}),t.createElement("circle",{cx:26.333,cy:16.333,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 16.333)"}),t.createElement("circle",{cx:5.667,cy:11,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 11)"}),t.createElement("circle",{cx:5.667,cy:16.333,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 16.333)"}),t.createElement("circle",{cx:26.333,cy:21.667,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 21.667)"}),t.createElement("circle",{cx:5.667,cy:21.667,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 21.667)"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__d)"},t.createElement("circle",{cx:1,cy:16,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__e)"},t.createElement("circle",{cx:16,cy:1,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__f)"},t.createElement("circle",{cx:31,cy:16,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__g)"},t.createElement("circle",{cx:16,cy:31,r:1,fill:"currentColor"}))),t.createElement("defs",null,t.createElement("filter",{id:"IconBackgroundBlurStrong_32__c",width:12,height:12,x:21.333,y:5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__d",width:12.667,height:12.667,x:-5.333,y:15,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__e",width:12.667,height:12.667,x:9.667,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__f",width:12.667,height:12.667,x:24.667,y:15,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__g",width:12.667,height:12.667,x:9.667,y:30,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_32__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h32v32H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_32__b"},t.createElement("path",{fill:"currentColor",d:"M4 4h24v24H4z"})))),V4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__b)"},t.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"})),t.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.95-6.203 6.204 1.237 1.238 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.739.797.796.797-.796zm4.422 0L5.4 17.848l1.237 1.237 2.521-2.52zM15 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.238 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.24L28.755-.203l1.237 1.238zm-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.977c.527.275.98.673 1.319 1.156L21.249-6.133 20.01-7.37zm.214-10.82 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"}),t.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.959h9.88a.837.837 0 0 0 .827-.96c-.151-.962-.519-1.34-.75-1.585"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundReplace_16__a"},t.createElement("rect",{width:13.333,height:13.333,x:1.333,y:1.75,fill:"currentColor",rx:.833})),t.createElement("clipPath",{id:"IconBackgroundReplace_16__b"},t.createElement("path",{fill:"currentColor",d:"M1.333 1.75h13.333v13.333H1.333z"})))),k0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__b)"},t.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"})),t.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"}),t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundReplace_24__a"},t.createElement("rect",{width:20,height:20,x:2,y:2.625,fill:"currentColor",rx:.833})),t.createElement("clipPath",{id:"IconBackgroundReplace_24__b"},t.createElement("path",{fill:"currentColor",d:"M2 2.625h20v20H2z"})))),T4=e=>t.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},t.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"})),C0=e=>t.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},t.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"})),W4=e=>t.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},t.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"})),y0=e=>t.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},t.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"})),D4=e=>t.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},t.createElement("g",{clipPath:"url(#IconBandwidth_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBandwidth_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),B0=e=>t.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},t.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"})),j4=e=>t.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},t.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"})),z0=e=>t.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},t.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"})),F4=e=>t.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},t.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"})),I0=e=>t.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},t.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"})),U4=e=>t.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},t.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"})),M0=e=>t.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},t.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"})),G4=e=>t.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},t.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"})),S0=e=>t.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},t.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"})),X4=e=>t.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},t.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"})),L0=e=>t.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},t.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"})),Q4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"})),A0=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0"})),K4=e=>t.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},t.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"})),R0=e=>t.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},t.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"})),Z4=e=>t.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},t.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"})),N0=e=>t.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},t.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"})),Y4=e=>t.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},t.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"})),$0=e=>t.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},t.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"})),J4=e=>t.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},t.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"})),q0=e=>t.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},t.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"})),e5=e=>t.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},t.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"})),H0=e=>t.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},t.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"})),t5=e=>t.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},t.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"})),O0=e=>t.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},t.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"})),n5=e=>t.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},t.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"})),P0=e=>t.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},t.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"})),a5=e=>t.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},t.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"})),V0=e=>t.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},t.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"})),l5=e=>t.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},t.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"})),T0=e=>t.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},t.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"})),o5=e=>t.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},t.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"})),W0=e=>t.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},t.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"})),r5=e=>t.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},t.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"})),D0=e=>t.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},t.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"})),c5=e=>t.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},t.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"})),s5=e=>t.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},t.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"})),i5=e=>t.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},t.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"})),Kt=e=>t.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},t.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",rx:1})),Zt=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorLow_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,opacity:.3,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorLow_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Yt=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorMedium_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorMedium_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Jt=e=>t.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},t.createElement("g",{clipPath:"url(#IconConnectionIndicatorVeryLow_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",opacity:.3,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorVeryLow_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),d5=e=>t.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},t.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"}),t.createElement("rect",{width:8,height:8,x:6,y:6,fill:"currentColor",rx:1.5})),j0=e=>t.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},t.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"}),t.createElement("rect",{width:12,height:12,x:9,y:9,fill:"currentColor",rx:2})),m5=e=>t.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},t.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"})),u5=e=>t.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},t.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"})),f5=e=>t.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},t.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"})),_5=e=>t.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},t.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"})),F0=e=>t.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},t.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"})),p5=e=>t.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},t.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"})),U0=e=>t.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},t.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"})),h5=e=>t.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},t.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"})),G0=e=>t.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},t.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"})),g5=e=>t.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},t.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"})),X0=e=>t.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},t.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"})),v5=e=>t.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},t.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"})),Q0=e=>t.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},t.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"})),w5=e=>t.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},t.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"}),t.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"}),t.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"})),K0=e=>t.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},t.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"}),t.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"}),t.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"})),E5=e=>t.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},t.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"})),Z0=e=>t.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},t.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"})),x5=e=>t.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},t.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"})),Y0=e=>t.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},t.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"})),b5=e=>t.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},t.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"})),J0=e=>t.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},t.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"})),k5=e=>t.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},t.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"}),t.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"})),en=e=>t.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},t.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"}),t.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"})),C5=e=>t.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},t.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"})),tn=e=>t.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},t.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"})),y5=e=>t.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},t.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"})),nn=e=>t.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},t.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"})),B5=e=>t.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},t.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"})),an=e=>t.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},t.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"})),z5=e=>t.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},t.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"})),ln=e=>t.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},t.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=>t.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},t.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=>t.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},t.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"})),S5=e=>t.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},t.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"})),L5=e=>t.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},t.createElement("g",{clipPath:"url(#IconFullscreenOff_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconFullscreenOff_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),A5=e=>t.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},t.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"})),R5=e=>t.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},t.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"})),N5=e=>t.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},t.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"})),$5=e=>t.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},t.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"})),q5=e=>t.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},t.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"})),H5=e=>t.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},t.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"})),on=e=>t.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},t.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"})),O5=e=>t.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},t.createElement("g",{clipPath:"url(#IconGroup_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconGroup_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),rn=e=>t.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},t.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"})),P5=e=>t.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},t.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"}),t.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"})),cn=e=>t.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},t.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"}),t.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"})),V5=e=>t.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},t.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"})),sn=e=>t.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},t.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"})),T5=e=>t.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},t.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"})),dn=e=>t.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},t.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"})),W5=e=>t.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},t.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"})),mn=e=>t.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},t.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"})),D5=e=>t.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},t.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"})),un=e=>t.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},t.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"})),j5=e=>t.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},t.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"})),fn=e=>t.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},t.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"})),F5=e=>t.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},t.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"})),_n=e=>t.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},t.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"})),U5=e=>t.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},t.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"})),pn=e=>t.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},t.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"})),G5=e=>t.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},t.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"})),hn=e=>t.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},t.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"})),X5=e=>t.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},t.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"})),gn=e=>t.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},t.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"})),Q5=e=>t.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},t.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"})),vn=e=>t.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},t.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"})),K5=e=>t.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},t.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"})),wn=e=>t.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},t.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"})),Z5=e=>t.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},t.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"})),En=e=>t.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},t.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"})),Y5=e=>t.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},t.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"})),xn=e=>t.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},t.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"})),J5=e=>t.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},t.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"})),bn=e=>t.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},t.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"})),e6=e=>t.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},t.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"})),kn=e=>t.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},t.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"})),t6=e=>t.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},t.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"})),Cn=e=>t.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},t.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"})),n6=e=>t.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},t.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"}),t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",d:"m3 3 11.333 12"})),yn=e=>t.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},t.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"}),t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m4.727 4.313 17 18"})),a6=e=>t.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},t.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"})),Bn=e=>t.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},t.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"})),l6=e=>t.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},t.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"})),zn=e=>t.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},t.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"})),o6=e=>t.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},t.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"})),In=e=>t.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},t.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"})),r6=e=>t.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},t.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"}),t.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"}),t.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"})),Mn=e=>t.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},t.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"}),t.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"}),t.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"})),c6=e=>t.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},t.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"})),s6=e=>t.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},t.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"})),i6=e=>t.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},t.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"})),d6=e=>t.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},t.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"})),m6=e=>t.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},t.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"})),u6=e=>t.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},t.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"})),f6=e=>t.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},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.326 8a.8.8 0 0 1-.8.8H3.474a.8.8 0 1 1 0-1.6h9.05a.8.8 0 0 1 .8.8",clipRule:"evenodd"})),Sn=e=>t.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},t.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"})),e1=e=>t.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},t.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"})),_6=e=>t.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},t.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"})),Ln=e=>t.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},t.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"})),p6=e=>t.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},t.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"})),An=e=>t.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},t.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"})),h6=e=>t.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},t.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"})),g6=e=>t.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},t.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"})),v6=e=>t.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},t.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"})),w6=e=>t.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},t.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"})),E6=e=>t.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},t.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"})),x6=e=>t.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},t.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"})),b6=e=>t.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},t.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"}),t.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"})),Rn=e=>t.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},t.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"})),k6=e=>t.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},t.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 13.928 15H2.072c-.61 0-1.085-.548-.992-1.151.174-1.114.59-1.567.848-1.848l.026-.029c.953-1.039 2.764-1.814 6.046-1.814",clipRule:"evenodd"})),Nn=e=>t.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},t.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"})),t1=e=>t.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},t.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"})),n1=e=>t.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},t.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"})),C6=e=>t.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},t.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"})),$n=e=>t.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},t.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"})),a1=e=>t.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},t.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"})),l1=e=>t.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},t.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"})),y6=e=>t.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},t.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"})),qn=e=>t.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},t.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"})),B6=e=>t.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},t.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"})),z6=e=>t.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},t.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"})),I6=e=>t.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},t.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"})),M6=e=>t.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},t.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"}),t.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"})),Hn=e=>t.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},t.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"}),t.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=>t.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},t.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"})),On=e=>t.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},t.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"})),L6=e=>t.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},t.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"})),Pn=e=>t.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},t.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"})),A6=e=>t.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},t.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"})),Vn=e=>t.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},t.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"})),R6=e=>t.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},t.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"})),Tn=e=>t.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},t.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"})),N6=e=>t.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},t.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"})),Wn=e=>t.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},t.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=>t.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},t.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"})),Dn=e=>t.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},t.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"})),q6=e=>t.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},t.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=>t.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},t.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"})),O6=e=>t.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},t.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"})),P6=e=>t.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},t.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"})),jn=e=>t.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},t.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"})),V6=e=>t.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},t.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"})),Fn=e=>t.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},t.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=>t.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},t.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"})),T6=e=>t.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},t.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"})),Un=e=>t.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},t.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"})),W6=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M1 14v-4l6-2-6-2V2l15 6z"})),Gn=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M3 20v-6l8-2-8-2V4l19 8z"})),D6=e=>t.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},t.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"})),Xn=e=>t.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},t.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"})),j6=e=>t.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},t.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"})),Qn=e=>t.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},t.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"}),t.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"})),F6=e=>t.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},t.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"})),Kn=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M4.8 3A4.8 4.8 0 0 0 0 7.8v8.4A4.8 4.8 0 0 0 4.8 21h6.12v-8.883l-3.906 2.287c-.306.182-.682.072-.882-.258a.94.94 0 0 1 .074-1.068l5.297-6.245c.263-.31.73-.31.993 0l5.298 6.245a.94.94 0 0 1 .074 1.068c-.198.326-.572.44-.882.258l-3.906-2.287V21h6.12a4.8 4.8 0 0 0 4.8-4.8V7.8A4.8 4.8 0 0 0 19.2 3z"})),U6=e=>t.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},t.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"})),Zn=e=>t.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},t.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"})),G6=e=>t.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},t.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"})),Yn=e=>t.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},t.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"})),X6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.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"})),Jn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.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"})),Q6=e=>t.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},t.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"})),ea=e=>t.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},t.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"})),K6=e=>t.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},t.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"})),ta=e=>t.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},t.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"})),Z6=e=>t.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},t.createElement("g",{clipPath:"url(#IconSpeakerOn_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconSpeakerOn_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),na=e=>t.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},t.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"})),Y6=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconSpotlight_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconSpotlight_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),aa=e=>t.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},t.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"})),J6=e=>t.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},t.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"})),la=e=>t.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},t.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"})),e7=e=>t.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},t.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"})),oa=e=>t.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},t.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"})),t7=e=>t.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},t.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"})),ra=e=>t.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},t.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"})),n7=e=>t.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},t.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"})),ca=e=>t.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},t.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"})),r1=e=>t.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},t.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"})),c1=e=>t.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},t.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"})),a7=e=>t.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},t.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"})),sa=e=>t.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},t.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"})),l7=e=>t.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},t.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"})),ia=e=>t.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},t.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"})),o7=e=>t.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},t.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"}),t.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"})),da=e=>t.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},t.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"})),r7=e=>t.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},t.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"}),t.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"})),ma=e=>t.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},t.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"}),t.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"})),c7=e=>t.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},t.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"})),s7=e=>t.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},t.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"})),i7=e=>t.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},t.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"})),d7=e=>t.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},t.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"})),m7=e=>t.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},t.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"})),u7=e=>t.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},t.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"})),f7=e=>t.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},t.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"})),ua=e=>t.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},t.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"}),t.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"}),t.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"}),t.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"})),_7=e=>t.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},t.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"}),t.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"})),fa=e=>t.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},t.createElement("circle",{cx:17.6,cy:7.6,r:3.6,fill:"currentColor"}),t.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"}),t.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"})),p7=e=>t.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},t.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"})),_a=e=>t.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},t.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"})),h7=e=>t.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},t.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"})),pa=e=>t.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},t.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"})),P={IconAdd:{size16:c4,size24:s0,size32:s0},IconAddSomeone:{size16:s4,size24:i0,size32:i0},IconAdjust:{size16:i4,size24:d4,size32:m4},IconAdmit:{size16:u4,size24:f4,size32:_4},IconAiAssistant:{size16:p4,size24:d0,size32:d0},IconAlert:{size16:h4,size24:m0,size32:m0},IconAnalyticsChart:{size16:g4,size24:u0,size32:u0},IconAnalyticsProgress:{size16:v4,size24:f0,size32:f0},IconAndroidLogo:{size16:w4,size24:_0,size32:_0},IconAppleLogo:{size16:E4,size24:p0,size32:p0},IconArrowCornerDown:{size16:x4,size24:h0,size32:h0},IconArrowDown:{size16:b4,size24:g0,size32:g0},IconArrowLeft:{size16:k4,size24:v0,size32:v0},IconArrowLeftRegular:{size16:C4,size24:w0,size32:w0},IconArrowRight:{size16:y4,size24:E0,size32:E0},IconArrowUp:{size16:B4,size24:x0,size32:x0},IconAudioTransmission:{size16:z4,size24:b0,size32:b0},IconAuthenticated:{size16:I4,size24:M4,size32:S4},IconBackgroundBlur:{size16:L4,size24:A4,size32:R4},IconBackgroundBlurLight:{size16:N4,size24:$4,size32:q4},IconBackgroundBlurStrong:{size16:H4,size24:O4,size32:P4},IconBackgroundReplace:{size16:V4,size24:k0,size32:k0},IconBackspace:{size16:T4,size24:C0,size32:C0},IconBackToTop:{size16:W4,size24:y0,size32:y0},IconBandwidth:{size16:D4,size24:B0,size32:B0},IconBell:{size16:j4,size24:z0,size32:z0},IconBilling:{size16:F4,size24:I0,size32:I0},IconBlock:{size16:U4,size24:M0,size32:M0},IconBluetooth:{size16:G4,size24:S0,size32:S0},IconBreakoutRooms:{size16:X4,size24:L0,size32:L0},IconBulletPoint:{size16:Q4,size24:A0,size32:A0},IconCalendar:{size16:K4,size24:R0,size32:R0},IconChat:{size16:Z4,size24:N0,size32:N0},IconCheckmark:{size16:Y4,size24:$0,size32:$0},IconCheckmarkRound:{size16:J4,size24:q0,size32:q0},IconChevronDown:{size16:e5,size24:H0,size32:H0},IconChevronLeft:{size16:t5,size24:O0,size32:O0},IconChevronRight:{size16:n5,size24:P0,size32:P0},IconChevronUp:{size16:a5,size24:V0,size32:V0},IconChromeLogo:{size16:l5,size24:T0,size32:T0},IconClock:{size16:o5,size24:W0,size32:W0},IconClose:{size16:r5,size24:D0,size32:D0},IconColumns:{size16:c5,size24:s5,size32:i5},IconConnectionIndicatorHigh:{size16:Kt,size24:Kt,size32:Kt},IconConnectionIndicatorLow:{size16:Zt,size24:Zt,size32:Zt},IconConnectionIndicatorMedium:{size16:Yt,size24:Yt,size32:Yt},IconConnectionIndicatorVeryLow:{size16:Jt,size24:Jt,size32:Jt},IconCopy:{size16:d5,size24:j0,size32:j0},IconDeny:{size16:m5,size24:u5,size32:f5},IconDoubleChevronDown:{size16:_5,size24:F0,size32:F0},IconDoubleChevronLeft:{size16:p5,size24:U0,size32:U0},IconDoubleChevronRight:{size16:h5,size24:G0,size32:G0},IconDoubleChevronUp:{size16:g5,size24:X0,size32:X0},IconDraggable:{size16:v5,size24:Q0,size32:Q0},IconDtmf:{size16:w5,size24:K0,size32:K0},IconDualScreen:{size16:E5,size24:Z0,size32:Z0},IconEdit:{size16:x5,size24:Y0,size32:Y0},IconEmoji:{size16:b5,size24:J0,size32:J0},IconEnableshare:{size16:k5,size24:en,size32:en},IconExpand:{size16:C5,size24:tn,size32:tn},IconExport:{size16:y5,size24:nn,size32:nn},IconFecc:{size16:B5,size24:an,size32:an},IconFirefoxLogo:{size16:z5,size24:ln,size32:ln},IconFlipCamera:{size16:I5,size24:M5,size32:S5},IconFullscreenOff:{size16:L5,size24:A5,size32:R5},IconFullscreenOn:{size16:N5,size24:$5,size32:q5},IconGeneric2:{size16:H5,size24:on,size32:on},IconGroup:{size16:O5,size24:rn,size32:rn},IconGuest:{size16:P5,size24:cn,size32:cn},IconHeadset:{size16:V5,size24:sn,size32:sn},IconHelpRound:{size16:T5,size24:dn,size32:dn},IconHome:{size16:W5,size24:mn,size32:mn},IconHospital:{size16:D5,size24:un,size32:un},IconHost:{size16:j5,size24:fn,size32:fn},IconIconSort:{size16:F5,size24:_n,size32:_n},IconImport:{size16:U5,size24:pn,size32:pn},IconInfoRound:{size16:G5,size24:hn,size32:hn},IconKey:{size16:X5,size24:gn,size32:gn},IconLeave:{size16:Q5,size24:vn,size32:vn},IconLink:{size16:K5,size24:wn,size32:wn},IconLiveCaption:{size16:Z5,size24:En,size32:En},IconLiveStream:{size16:Y5,size24:xn,size32:xn},IconLiveStreamCloud:{size16:J5,size24:bn,size32:bn},IconLocation:{size16:e6,size24:kn,size32:kn},IconLock:{size16:t6,size24:Cn,size32:Cn},IconLowerhand:{size16:n6,size24:yn,size32:yn},IconMail:{size16:a6,size24:Bn,size32:Bn},IconMeetingRoom:{size16:l6,size24:zn,size32:zn},IconMeetings:{size16:o6,size24:In,size32:In},IconMicrophoneMutedByHost:{size16:r6,size24:Mn,size32:Mn},IconMicrophoneOff:{size16:c6,size24:s6,size32:i6},IconMicrophoneOn:{size16:d6,size24:m6,size32:u6},IconMinus:{size16:f6,size24:Sn,size32:Sn},IconMoreHorizontal:{size16:e1,size24:e1,size32:e1},IconMoreVertical:{size16:_6,size24:Ln,size32:Ln},IconMove:{size16:p6,size24:An,size32:An},IconNotauthenticated:{size16:h6,size24:g6,size32:v6},IconNotAuthenticated:{size16:w6,size24:E6,size32:x6},IconOpenInNew:{size16:b6,size24:Rn,size32:Rn},IconParticipant:{size16:k6,size24:Nn,size32:Nn},IconPasswordHide:{size16:t1,size24:t1,size32:t1},IconPasswordShow:{size16:n1,size24:n1,size32:n1},IconPause:{size16:C6,size24:$n,size32:$n},IconPexip:{size16:a1,size24:a1,size32:a1},IconPexipLogo:{size16:l1,size24:l1,size32:l1},IconPhone:{size16:y6,size24:qn,size32:qn},IconPhoneHorisontal:{size16:B6,size24:z6,size32:I6},IconPhoneTalk:{size16:M6,size24:Hn,size32:Hn},IconPin:{size16:S6,size24:On,size32:On},IconPlay:{size16:L6,size24:Pn,size32:Pn},IconPlayRound:{size16:A6,size24:Vn,size32:Vn},IconPlus:{size16:R6,size24:Tn,size32:Tn},IconPresentationOff:{size16:N6,size24:Wn,size32:Wn},IconPresentationOn:{size16:$6,size24:Dn,size32:Dn},IconRaiseHand:{size16:q6,size24:H6,size32:O6},IconRecording:{size16:P6,size24:jn,size32:jn},IconRefresh:{size16:V6,size24:Fn,size32:Fn},IconRemoteControl:{size16:o1,size24:o1,size32:o1},IconSearch:{size16:T6,size24:Un,size32:Un},IconSend:{size16:W6,size24:Gn,size32:Gn},IconSettings:{size16:D6,size24:Xn,size32:Xn},IconSettingsMeeting:{size16:j6,size24:Qn,size32:Qn},IconShare:{size16:F6,size24:Kn,size32:Kn},IconShield:{size16:U6,size24:Zn,size32:Zn},IconShuffle:{size16:G6,size24:Yn,size32:Yn},IconSort:{size16:X6,size24:Jn,size32:Jn},IconSpeakerDisabled:{size16:Q6,size24:ea,size32:ea},IconSpeakerOff:{size16:K6,size24:ta,size32:ta},IconSpeakerOn:{size16:Z6,size24:na,size32:na},IconSpotlight:{size16:Y6,size24:aa,size32:aa},IconStar:{size16:J6,size24:la,size32:la},IconStopRound:{size16:e7,size24:oa,size32:oa},IconSupport:{size16:t7,size24:ra,size32:ra},IconTestScriptIcon:{size16:n7,size24:ca,size32:ca},IconThumbsDown:{size16:r1,size24:r1,size32:r1},IconThumbsUp:{size16:c1,size24:c1,size32:c1},IconTimer:{size16:a7,size24:sa,size32:sa},IconTranscript:{size16:l7,size24:ia,size32:ia},IconTrash:{size16:o7,size24:da,size32:da},IconUnlock:{size16:r7,size24:ma,size32:ma},IconVideoOff:{size16:c7,size24:s7,size32:i7},IconVideoOn:{size16:d7,size24:m7,size32:u7},IconVideoSystems:{size16:f7,size24:ua,size32:ua},IconWaiting:{size16:_7,size24:fa,size32:fa},IconWarning:{size16:p7,size24:_a,size32:_a},IconWarningRound:{size16:h7,size24:pa,size32:pa}},g7="_dark_1tbu9_4",v7="_light_1tbu9_8",w7="_mini_1tbu9_12",E7="_compact_1tbu9_17",x7="_small_1tbu9_22",b7="_medium_1tbu9_27",ha={dark:g7,light:v7,mini:w7,compact:E7,small:x7,medium:b7},W=({source:e,className:a,size:l="small",colorScheme:o,ref:r,...c})=>{const s=l==="mini"||l==="compact"?e.size16:l==="small"?e.size24:e.size32,i=f(o&&ha[o],ha[l],a),d=s,m=typeof d=="function"?d({className:i,...c}):n.createElement(s,{className:i,...c});return n.createElement(Ua,null,m)},p1=Pt.createSignal({name:"announcer:announce"}),k7="_announcer_flsxf_1",C7={announcer:k7},y7=({testId:e="",...a})=>{const[l,o]=n.useState([]),[r,c]=n.useState([]),s=n.useRef([]),i=n.useCallback((m,u)=>{u(p=>[...p,m]);const _=window.setTimeout(()=>{u(p=>p.filter(h=>h!==m)),clearTimeout(_),s.current=s.current.filter(p=>p!==_)},m.timeout);s.current.push(_)},[]),d=n.useCallback(m=>{m.politeness==="assertive"?i(m,o):m.politeness==="polite"&&i(m,c)},[i]);return n.useEffect(()=>(p1.add(d),()=>{p1.remove(d);for(const m of s.current)clearTimeout(m);s.current=[]}),[d]),n.createElement("div",{...a,className:C7.announcer,"data-testid":e},n.createElement("div",{"data-testid":`${e}-polite`,"aria-live":"polite",role:"log","aria-relevant":"additions"},r.map((m,u)=>n.createElement("div",{key:u},m.message))),n.createElement("div",{"data-testid":`${e}-assertive`,"aria-live":"assertive",role:"log","aria-relevant":"additions"},l.map((m,u)=>n.createElement("div",{key:u},m.message))))},M1=(e,a="polite",l=5e3)=>{p1.emit({message:e,politeness:a,timeout:l})},B7="_callToAction_1i5px_4",z7="_small_1i5px_17",I7="_enhancerStart_1i5px_28",M7="_focus_1i5px_32",S7="_text_1i5px_52",L7="_fullWidth_1i5px_58",Ke={callToAction:B7,small:z7,enhancerStart:I7,focus:M7,text:S7,fullWidth:L7},A7=({className:e,enhancerStart:a,isSmall:l,modifier:o,subTitle:r="",title:c="",titleHtmlTag:s,...i})=>n.createElement(se,{className:f(Ke.callToAction,Ke.focus,o&&Ke[o],{[Ke.small]:l},e),...i},a&&n.createElement("span",{className:Ke.enhancerStart},a),n.createElement("span",{className:Ke.text},s?n.createElement(De,{htmlTag:s,fontVariant:y.H5},c):n.createElement(C,{fontVariant:y.H5},c),r&&!l&&n.createElement(C,{fontVariant:y.Body,variant:"subtle"},r)));var R=(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))(R||{});const R7="_checkbox_f68j6_99",N7="_spaced_f68j6_104",$7="_start_f68j6_109",q7="_checkmark_f68j6_109",H7="_label_f68j6_112",O7="_end_f68j6_116",P7="_disabled_f68j6_120",V7="_input_f68j6_124",T7="_hidden_f68j6_144",W7="_dark_f68j6_156",D7="_checked_f68j6_160",j7="_light_f68j6_186",_e={checkbox:R7,spaced:N7,start:$7,checkmark:q7,label:H7,end:O7,disabled:P7,input:V7,hidden:T7,dark:W7,checked:D7,light:j7},S1=n.forwardRef(function({checked:a,className:l,colorScheme:o,isDisabled:r,label:c,labelComponent:s=C,labelModifier:i="default",labelPosition:d="end",name:m,...u},_){const p=i==="hidden",h=vo("indeterminate",{...u}),g=`${m}-label`;return n.createElement(N,null,({colorScheme:w})=>n.createElement("label",{id:g,className:f(o??w,_e.checkbox,_e[o??w],_e[d],{[_e.disabled]:r,[_e.spaced]:i==="spaced"},l),title:p?c:void 0},n.createElement("input",{ref:_,className:_e.input,type:"checkbox",name:m,checked:a,disabled:r,"aria-labelledby":g,...h}),n.createElement("span",{className:f(_e.checkmark,{[_e.checked]:a})},a&&n.createElement(W,{"data-testid":R.CheckboxCheck,source:P.IconCheckmark})),n.createElement(s,{variant:r?"disabled":"standard",className:f(_e.label,{[_e.hidden]:p})},c)))}),F7="_headerWrapper_1d8w3_4",U7="_relative_1d8w3_8",G7="_absolute_1d8w3_12",X7="_headerInnerWrapper_1d8w3_16",Q7="_small_1d8w3_25",K7="_medium_1d8w3_28",Z7="_large_1d8w3_31",Y7="_start_1d8w3_35",J7="_center_1d8w3_36",ed="_end_1d8w3_37",$e={headerWrapper:F7,relative:U7,absolute:G7,headerInnerWrapper:X7,small:Q7,medium:K7,large:Z7,start:Y7,center:J7,end:ed},td=({enhancerStartClassName:e,enhancerStart:a,enhancerMiddle:l,enhancerEnd:o,enhancerFixedWidth:r=!1,hasBottomBorder:c=!0,position:s="relative",className:i,size:d="large",...m})=>n.createElement("div",{className:f($e.headerWrapper,$e[s],d&&$e[d],i),"data-testid":R.HeaderCore,...m},n.createElement("div",{className:$e.headerInnerWrapper,"data-testid":R.HeaderCoreEnhancers},r?n.createElement(n.Fragment,null,n.createElement("div",{className:f($e.start,e)},a),l&&n.createElement("div",{className:$e.center},l),n.createElement("div",{className:$e.end},o)):n.createElement(n.Fragment,null,a,l,o)),c&&n.createElement(re,{"data-testid":R.HeaderCoreDivider})),nd="_dragAndDropWrapper_14crg_19",ad="_dark_14crg_27",ld="_disabled_14crg_35",od="_light_14crg_40",rd="_error_14crg_53",dt={dragAndDropWrapper:nd,dark:ad,disabled:ld,light:od,error:rd},Ya=({className:e,isDisabled:a,children:l,colorScheme:o,hasError:r,onDrop:c,onDragOver:s,...i})=>{const d=_=>{_.preventDefault(),!a&&c?.(_,_.dataTransfer.files&&Array.from(_.dataTransfer.files),_.dataTransfer.items&&Array.from(_.dataTransfer.items))},m=_=>{_.preventDefault(),!a&&s?.(_)},u=r?dt.error:o==="dark"?dt.dark:dt.light;return n.createElement(Q,{colorScheme:o},n.createElement(ce,{className:f(dt.dragAndDropWrapper,u,a&&dt.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},l))},cd="_fileUploadLabel_ut8vl_14",sd="_fileUploadInput_ut8vl_18",id="_noFocus_ut8vl_24",s1={fileUploadLabel:cd,fileUploadInput:sd,noFocus:id},L1=n.forwardRef(({accept:e,ariaLabel:a="Upload files input",children:l,className:o,id:r,isDisabled:c,multiple:s,onChange:i,testId:d,noFocus:m=!1,...u},_)=>{const p=n.useId(),h=r??p;return n.createElement(n.Fragment,null,n.createElement("input",{className:f(s1.fileUploadInput,{[s1.noFocus]:m}),onChange:g=>{i(g),g.target.value=""},type:"file",accept:e,multiple:s,ref:_,id:h,disabled:c,tabIndex:m?-1:0}),n.createElement("label",{...u,className:f(s1.fileUploadLabel,o),htmlFor:h,"aria-label":a,"data-testid":d},l))});L1.displayName="FileUpload";const dd="_heading_16odr_4",md="_small_16odr_4",ud="_medium_16odr_7",fd="_subtitle_16odr_11",_d="_dark_16odr_16",pd="_light_16odr_20",Mt={heading:dd,small:md,medium:ud,subtitle:fd,dark:_d,light:pd},hd=({className:e,padding:a="medium",subtitle:l,title:o,titleFontVariant:r=y.H3,titleHtmlTag:c,colorScheme:s,...i})=>n.createElement(N,null,({colorScheme:d})=>{const m=s??d;return n.createElement("div",{className:f(Mt.heading,Mt[m],Mt[a],e),...i},n.createElement(Q,{colorScheme:m},n.createElement("div",null,c?n.createElement(De,{htmlTag:c,fontVariant:r},o):n.createElement(C,{fontVariant:r},o)),l&&n.createElement(C,{className:Mt.subtitle,fontVariant:y.Body,variant:"tinted"},l)))}),gd="_lineHeading_1shha_4",vd="_heading_1shha_20",ga={lineHeading:gd,heading:vd},wd=({children:e})=>n.createElement("div",{className:ga.lineHeading},n.createElement("div",{className:ga.heading},e)),Ed="_label_106ko_99",xd="_standard_106ko_102",bd="_inline_106ko_116",kd="_hidden_106ko_130",St={label:Ed,standard:xd,inline:bd,hidden:kd},ge=({className:e,colorScheme:a,form:l,fontVariant:o=y.BodyBold,id:r,isLabelHidden:c,isLabelInline:s,isUppercase:i,text:d,variant:m="inherit",...u})=>n.createElement("label",{className:f(St.label,{[St.hidden]:c,[St.inline]:s,[St.standard]:!s},e),htmlFor:r,form:l,...u},n.createElement(N,null,({colorScheme:_})=>n.createElement(C,{isUppercase:i,colorScheme:a??_,fontVariant:o,variant:m},d))),Cd="_container_1muia_102",yd="_small_1muia_124",Bd="_medium_1muia_132",zd="_disabled_1muia_140",Id="_clearButton_1muia_144",Md="_error_1muia_149",Sd="_errorText_1muia_155",Ld="_enhancerStart_1muia_159",Ad="_enhancerEnd_1muia_160",Rd="_inputElement_1muia_165",Nd="_dateSelectButton_1muia_215",$d="_dark_1muia_220",qd="_standard_1muia_220",Hd="_label_1muia_285",Od="_transparent_1muia_298",Pd="_light_1muia_376",Y={container:Cd,small:yd,medium:Bd,disabled:zd,clearButton:Id,error:Md,errorText:Sd,enhancerStart:Ld,enhancerEnd:Ad,inputElement:Rd,dateSelectButton:Nd,dark:$d,standard:qd,label:Hd,transparent:Od,light:Pd},ot=n.forwardRef(({className:e,clearButtonText:a="Clear",clearButtonVariant:l,colorScheme:o,enhancerEnd:r,enhancerStart:c,errorText:s,hasError:i,id:d,isDisabled:m,label:u,labelModifier:_,name:p,onChange:h,onClear:g,onValueChange:w,showClearButton:E=!1,sizeModifier:v="medium",testId:x,type:B="text",value:I,variant:M="standard",...k},S)=>{const z=n.useId(),L=d??z,q=_==="hidden",b=_==="inline",A=b||q,V=n.useRef(null),ae=()=>{const K=V.current;g?g(K?.value??""):w?.(""),K&&K.focus()},ne=n.useCallback(K=>{w&&w(K.currentTarget.value),h&&h(K)},[h,w]),F={text:u,id:L};n.useImperativeHandle(S,()=>({focus:K=>{V.current&&V.current.focus(K)},value:V.current?.value??""}));const{colorScheme:H,theme:Z}=n.useContext(at);return n.createElement("div",{className:f(o??H,Y[M],Y[o??H],{[Y.disabled]:m,[Y.error]:i&&!m},e)},!A&&n.createElement(ge,{className:Y.label,"data-testid":x?`${x}-label`:void 0,htmlFor:L,...F}),n.createElement("div",{className:f(Y.container,{[Y.small]:v==="small",[Y.medium]:v==="medium"})},A&&n.createElement(ge,{isLabelHidden:q,isLabelInline:b,"data-testid":x?`${x}-label`:void 0,htmlFor:L,...F}),c&&n.createElement("div",{className:f(Y.enhancerStart,"mr-2")},c),n.createElement("input",{className:f(Y.inputElement,{[Y.small]:v==="small",[Y.medium]:v==="medium"}),"data-testid":x,disabled:m,id:L,name:p,onChange:ne,ref:V,type:B,value:I,...k}),B==="date"&&n.createElement(W,{source:P.IconCalendar,className:Y.dateSelectButton}),r&&n.createElement("div",{className:Y.enhancerEnd},r),E&&!m&&n.createElement(j,{type:"button",size:"compact",className:Y.clearButton,onClick:ae,"aria-label":"Clear input","data-testid":R.InputClearButton,variant:l??(Z==="theme-legacy"?"transparent":"translucent"),colorScheme:o??H},a)),i&&s&&n.createElement(C,{className:f("mt-2",Y.errorText),variant:"danger",role:"alert"},s))});ot.displayName="Input";const Vd=e=>{const[a,l]=n.useState(e.value??"");return[a,{...e,onChange:o=>l(o.currentTarget.value),value:a}]},Td=e=>n.useMemo(()=>{const a=k1(e),l=is(e);let o="",r="";return Oa(e)||(a&&(o=e),l&&(r=ds(e))),{logoSrcString:o,logoSrcSet:r,isLogoSrcSet:l,isLogoSrcString:a}},[e]),Wd="_logo_1y8qg_4",Dd={logo:Wd},jd=({imageSrc:e,alt:a,className:l,...o})=>{const{logoSrcString:r,logoSrcSet:c,isLogoSrcSet:s}=Td(e);return!r&&!c?null:n.createElement("img",{srcSet:s?c:r,className:f(l,Dd.logo),...o,alt:a})},Fd=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 202.59",...e},t.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)"})),Ud="_logo_1glki_4",Gd="_absoluteCenter_1glki_9",Xd="_dark_1glki_15",Qd="_light_1glki_19",Kd="_tertiary_1glki_23",Zd="_large_1glki_27",Yd="_medium_1glki_31",Jd="_small_1glki_35",e8="_full_1glki_39",Lt={logo:Ud,absoluteCenter:Gd,dark:Xd,light:Qd,tertiary:Kd,large:Zd,medium:Yd,small:Jd,full:e8},t8=({colorScheme:e,size:a,position:l,className:o,...r})=>{const c=l==="absoluteCenter";return n.createElement(kt,{source:Fd,className:f(Lt.logo,e&&Lt[e],a&&Lt[a],o,{[Lt.absoluteCenter]:c}),...r})},n8="_closeButton_13k8s_13",a8="_icon_13k8s_22",va={closeButton:n8,icon:a8},rt=({className:e,onClose:a,...l})=>n.createElement(j,{className:f(va.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...l},n.createElement(W,{className:va.icon,size:"compact",source:P.IconClose})),Ja=e=>t.createElement("svg",{width:20,height:9,viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",...e},t.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"})),el=({controlledIsVisible:e,controlledOnChange:a}={})=>{const[l,o]=n.useState(!1),r=e!==void 0;return{isVisible:r?e:l,setVisible:({isVisible:i,isControlled:d=!1})=>{o(r?!1:i),d&&a?.(i)}}},l8="_tooltipContainer_13v57_4",o8="_tooltip_13v57_4",r8="_fade_13v57_1",c8="_tooltipArrow_13v57_20",s8="_tooltipArrowIcon_13v57_28",i8="_tooltipControl_13v57_36",d8="_tooltipNotification_13v57_42",m8="_headerWrapper_13v57_50",u8="_cta_13v57_57",f8="_closeButton_13v57_62",_8="_top_13v57_68",p8="_bottom_13v57_69",h8="_topCenter_13v57_70",g8="_bottomCenter_13v57_71",v8="_endBottom_13v57_76",w8="_bottomEnd_13v57_80",E8="_topEnd_13v57_81",x8="_left_13v57_85",b8="_right_13v57_86",k8="_topLeft_13v57_118",C8="_topRight_13v57_119",y8="_topStart_13v57_120",B8="_bottomLeft_13v57_135",z8="_bottomRight_13v57_136",I8="_bottomStart_13v57_137",M8="_fullWidth_13v57_214",X={tooltipContainer:l8,tooltip:o8,fade:r8,tooltipArrow:c8,tooltipArrowIcon:s8,tooltipControl:i8,tooltipNotification:d8,headerWrapper:m8,cta:u8,closeButton:f8,top:_8,bottom:p8,topCenter:h8,bottomCenter:g8,endBottom:v8,bottomEnd:w8,topEnd:E8,left:x8,right:b8,topLeft:k8,topRight:C8,topStart:y8,bottomLeft:B8,bottomRight:z8,bottomStart:I8,fullWidth:M8},wa={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"},S8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,L8=(e,a)=>a?wa[S8(e)]||"top":wa[e]||"top",A1=({isOpen:e,tooltipContent:a,closeDelay:l,defaultOpen:o,delay:r,crossOffset:c,offset:s,position:i})=>{const d=so.useTooltipTriggerState({closeDelay:l,defaultOpen:o,delay:r,isOpen:e}),m=n.useRef(null),u=n.useRef(null),{triggerProps:_,tooltipProps:p}=io.useTooltipTrigger({},d,m),h=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:g}=Ae.useOverlayPosition({crossOffset:c,isOpen:d.isOpen,offset:s,overlayRef:u,placement:L8(i,h),targetRef:m}),w=n.useMemo(()=>d.isOpen?n.createElement(Ae.Overlay,null,n.createElement("div",{role:"complementary"},n.createElement("div",{...p,ref:u,...g,role:"tooltip"},a))):null,[d,p,g,a]);return{targetRef:m,triggerProps:_,tooltip:w}},A8=({closeButtonAriaLabel:e="Close tooltip",shouldCloseOnOutsideClick:a=!1,colorScheme:l="light",position:o="topRight",usePortal:r=!1,header:c,modifier:s,text:i,ctaText:d,ctaFn:m=()=>{},controlledIsVisible:u,controlledOnChange:_,children:p,className:h,mainWrapperClassName:g,isArrowShown:w=!0,testIdInner:E=R.NotificationTooltipInner,testIdCloseButton:v=R.NotificationTooltipClose,stopPointerDownPropagation:x=!1})=>{const{isVisible:B,setVisible:I}=el({controlledIsVisible:u,controlledOnChange:_}),M=n.useRef(Ra.v4()),k=n.useCallback(()=>I({isVisible:!1,isControlled:!0}),[I]),S=n.useCallback(()=>{a&&k()},[a,k]),z=D.useOnClickOutside(S),L=n.createElement(Q,{colorScheme:l},n.createElement(ce,{"data-portal-id":M.current,ref:z,className:f(X.tooltip,X.tooltipNotification,X[o],s&&X[s],h),"data-testid":E,onPointerDownCapture:x?A=>A.stopPropagation():void 0},c&&n.createElement("div",{className:X.headerWrapper},typeof c=="string"?n.createElement(C,{fontVariant:y.BodyBold,"data-testid":R.NotificationTooltipHeader},c):n.createElement("div",{"data-testid":R.NotificationTooltipHeader},c),n.createElement(rt,{className:X.closeButton,"data-testid":v,onClose:k,"aria-label":e})),n.createElement(C,{fontVariant:y.Body,"data-testid":R.NotificationTooltipText},i),d&&(typeof d=="string"?n.createElement(C,{fontVariant:y.BodyLink,onClick:m,className:X.cta,"data-testid":R.NotificationTooltipCta},d):d),w&&n.createElement("div",{className:X.tooltipArrow},n.createElement(kt,{source:Ja,className:X.tooltipArrowIcon})))),{targetRef:q,tooltip:b}=A1({isOpen:B,position:o,tooltipContent:L});return n.createElement("div",{"data-portal-origin-id":M.current,ref:r?q:void 0,className:f(X.tooltipContainer,s&&X[s],g)},p,!r&&B&&L,r&&b)},R8=({colorScheme:e="light",position:a="topRight",controlledIsVisible:l,controlledOnChange:o,children:r,className:c,content:s,isHoverEnabled:i=!0,isArrowShown:d=!0,mainWrapperClassName:m,wrapperClassName:u,..._})=>{const{isVisible:p,setVisible:h}=el({controlledIsVisible:l,controlledOnChange:o}),g=!!o,w=n.createElement(Q,{colorScheme:e},n.createElement("div",{className:f(X.tooltip,X[a],c),..._},s,d&&n.createElement("div",{className:X.tooltipArrow},n.createElement(kt,{source:Ja,className:X.tooltipArrowIcon})))),{targetRef:E,tooltip:v}=A1({isOpen:p,position:a,tooltipContent:w});return n.createElement("div",{ref:E,className:f(X.tooltipContainer,m)},n.createElement("div",{className:u,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:g}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:g})},r),v)},N8="_pill_qsw4c_99",$8="_dark_qsw4c_117",q8="_danger_qsw4c_121",H8="_light_qsw4c_126",O8="_closeButton_qsw4c_135",At={pill:N8,dark:$8,danger:q8,light:H8,closeButton:O8},R1=({children:e,className:a,closeButtonAriaLabel:l="Close tooltip",colorScheme:o,isDanger:r=!1,onClose:c,testIdCloseButton:s,...i})=>n.createElement(N,null,({colorScheme:d})=>n.createElement("div",{className:f(At.pill,At[o??d],{[At.danger]:r},a),...i},e,c&&n.createElement(rt,{className:At.closeButton,onClose:c,"data-testid":s,colorScheme:o,"aria-label":l}))),P8="_wrapper_55j2z_4",V8={wrapper:P8},T8=({children:e,className:a,colorScheme:l,title:o,subtitle:r,...c})=>n.createElement(N,null,({colorScheme:s})=>{const i=l??s;return n.createElement(Q,{colorScheme:i},n.createElement("div",{className:f(a,V8.wrapper),...c},n.createElement("div",null,n.createElement("div",null,typeof o=="string"?n.createElement(C,{fontVariant:r?y.BodyBold:y.Body},o):o),n.createElement(C,{fontVariant:y.Small,colorScheme:i},r)),e&&n.createElement("div",{className:"ms-auto"},e)),n.createElement(re,null))}),W8="_wrap_136is_99",D8="_spaced_136is_104",j8="_start_136is_109",F8="_indicator_136is_109",U8="_label_136is_112",G8="_end_136is_116",X8="_input_136is_120",Q8="_dot_136is_141",K8="_dark_136is_151",Z8="_checked_136is_155",Y8="_disabled_136is_158",J8="_light_136is_166",pe={wrap:W8,spaced:D8,start:j8,indicator:F8,label:U8,end:G8,input:X8,dot:Q8,dark:K8,checked:Z8,disabled:Y8,light:J8},tl=n.forwardRef(({checked:e,className:a,colorScheme:l,groupName:o,id:r,isDisabled:c,label:s,labelModifier:i,labelPosition:d="end",value:m,onChange:u,onValueChange:_,...p},h)=>{const g=n.useId(),w=r??g,E=i==="hidden",v=x=>{_?.(x.currentTarget.checked),u?.(x)};return n.createElement(N,null,({colorScheme:x})=>n.createElement("label",{className:f(pe.wrap,pe[l??x],pe[d],{[pe.disabled]:c,[pe.spaced]:i==="spaced"},a),title:E?s:void 0},n.createElement("input",{checked:e,className:pe.input,name:o,onChange:v,value:m,ref:h,...p,id:w,type:"radio",disabled:c}),n.createElement("div",{"aria-hidden":"true",role:"presentation",className:f(pe.indicator,{[pe.checked]:e})},n.createElement("div",{role:"presentation",className:pe.dot})),n.createElement(ge,{className:f(pe.label,"mb-0"),isLabelHidden:E,text:s,variant:c?"disabled":"standard",id:w})))});tl.displayName="RadioButton";const em="_scrollbars_1glps_9",tm={scrollbars:em},ct=n.forwardRef(({autoHide:e,children:a,className:l,onScroll:o,scrollElementRef:r,...c},s)=>{const i=n.useRef(null);return n.useEffect(()=>{const d=i,m=u=>{o?.(u)};return d.current?.addEventListener("scroll",m),()=>d.current?.removeEventListener("scroll",m)},[o]),n.createElement(co,{className:f(tm.scrollbars,l),ref:s,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":R.SimpleBarScrollable},autoHide:e!=="never",...c},a)});ct.displayName="Scrollbars";const nm="_wrap_mihf5_25",am="_indicator_mihf5_29",lm="_arrow_mihf5_29",om="_small_mihf5_34",rm="_large_mihf5_38",cm="_success_mihf5_42",sm="_danger_mihf5_46",im="_busy_mihf5_50",dm="_warning_mihf5_54",mm="_down_mihf5_82",Ze={wrap:nm,indicator:am,arrow:lm,small:om,large:rm,success:cm,danger:sm,busy:im,warning:dm,down:mm},um=({className:e,color:a,role:l,size:o="small",type:r="circle",variant:c,...s})=>{const i=r.includes("arrow"),d={circle:{backgroundColor:a,boxShadow:`0px 0px 10px ${a}`},arrow:{borderColor:`transparent transparent ${a} transparent`}};return n.createElement("div",{className:f(Ze.wrap,e),role:l,...s},n.createElement("div",{className:f(Ze.indicator,Ze[o],c&&Ze[c],{[Ze.arrow]:i,[Ze.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},fm="_stepNumber_15gri_27",_m="_dark_15gri_38",pm="_disabled_15gri_42",hm="_completed_15gri_47",gm="_failed_15gri_52",vm="_active_15gri_57",wm="_light_15gri_63",Ye={stepNumber:fm,dark:_m,disabled:pm,completed:hm,failed:gm,active:vm,light:wm},nl=({className:e,colorScheme:a,isActive:l,isCompleted:o,isFailed:r,isDisabled:c,stepNumber:s,...i})=>n.createElement(N,null,({colorScheme:d})=>n.createElement("div",{className:f(Ye.stepNumber,Ye[a??d],{[Ye.active]:l,[Ye.completed]:o,[Ye.disabled]:c,[Ye.failed]:r},e),"data-testid":R.StepNumber,...i},n.createElement(C,{variant:"inherit",fontVariant:y.BodyBold,"data-testid":R.StepNumberString},o?n.createElement(W,{"data-testid":R.StepNumberCheckmark,source:P.IconCheckmark,size:"mini",className:"d-flex"}):r?n.createElement(W,{"data-testid":R.StepNumberWarning,source:P.IconWarning,size:"mini",className:"d-flex"}):s))),Em=({textareaElement:e,textareaValue:a,enabled:l,maxHeight:o})=>{n.useEffect(()=>{if(e&&l){e.style.height="0px";const r=e.scrollHeight,c=typeof o=="number"&&r>o?o:r+1;e.style.height=`${c}px`}},[e,a,o,l])},xm="_wrap_iazrb_149",bm="_textarea_iazrb_154",km="_errorText_iazrb_191",Cm="_dark_iazrb_195",ym="_clearButton_iazrb_216",Bm="_error_iazrb_191",zm="_disabled_iazrb_233",Im="_light_iazrb_260",Mm="_resizeNone_iazrb_325",Sm="_resizeBoth_iazrb_329",Lm="_resizeV_iazrb_333",Am="_resizeH_iazrb_337",qe={wrap:xm,textarea:bm,errorText:km,dark:Cm,clearButton:ym,error:Bm,disabled:zm,light:Im,resizeNone:Mm,resizeBoth:Sm,resizeV:Lm,resizeH:Am},al=n.forwardRef(({className:e,textareaClassname:a,colorScheme:l,errorText:o,hasError:r,id:c,isDisabled:s,isAutoResize:i=!1,autoResizeMaxHeight:d,label:m,isLabelHidden:u=!1,name:_,onChange:p,onValueChange:h,value:g,resize:w="resizeNone",rows:E=4,...v},x)=>{const B=n.useId(),I=c??B,[M,k]=n.useState(null);Em({textareaElement:M,textareaValue:g,maxHeight:d,enabled:i});const S=n.useCallback(L=>{h&&h(L.currentTarget.value),p&&p(L)},[p,h]),z={text:m,id:I};return n.useImperativeHandle(x,()=>({focus:()=>{M&&M.focus()},value:M?.value}),[M]),n.createElement(N,null,({colorScheme:L})=>n.createElement("label",{className:f(qe.wrap,qe[l??L],{[qe.disabled]:s,[qe.error]:r&&!s},e)},n.createElement(ge,{isLabelHidden:u,...z}),n.createElement("textarea",{rows:E,id:I,name:_,onChange:S,ref:k,value:g,className:f(qe.textarea,a,qe[w]),disabled:s,...v}),r&&o&&n.createElement(C,{className:f("mt-2",qe.errorText),variant:"danger",role:"alert"},o)))});al.displayName="TextArea";const Rm="_underline_1a3e2_4",Nm="_textLink_1a3e2_8",$m="_textLinkContent_1a3e2_22",qm="_truncateWrap_1a3e2_29",Hm="_dark_1a3e2_38",Om="_link_1a3e2_38",Pm="_light_1a3e2_41",Vm="_disabled_1a3e2_45",Tm="_truncated_1a3e2_49",Wm="_uppercase_1a3e2_56",He={underline:Rm,textLink:Nm,textLinkContent:$m,truncateWrap:qm,dark:Hm,link:Om,light:Pm,disabled:Vm,truncated:Tm,uppercase:Wm},lt=({colorScheme:e,children:a,className:l,disabled:o,fontVariant:r,isDisabled:c,isUnderlined:s,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:u,variant:_="link",textStyle:p,textClassName:h,...g})=>n.createElement(N,null,({colorScheme:w})=>{const E=e??w;return n.createElement(se,{className:f(He.textLink,He[E],_==="link"&&He[_],{[He.truncateWrap]:i,[He.disabled]:c||o},l),target:u,disabled:c,htmlTag:c?"div":m,rel:u==="_blank"?"noreferrer noopener":"",...g},n.createElement(C,{className:f(He.textLinkContent,{[He.underline]:s},h),colorScheme:E,fontVariant:r,isTruncated:i,isUppercase:d,style:p,variant:_},a))}),Dm="_row_p7k6r_4",jm="_noneSpacing_p7k6r_10",Fm="_compactSpacing_p7k6r_15",Um="_smallSpacing_p7k6r_20",Gm="_mediumSpacing_p7k6r_25",Xm="_largeSpacing_p7k6r_30",Ea={row:Dm,noneSpacing:jm,compactSpacing:Fm,smallSpacing:Um,mediumSpacing:Gm,largeSpacing:Xm},ke=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:f(Ea.row,Ea[E1(l)],a),...o},e),Qm="_wrapper_1qo1w_4",Km="_border_1qo1w_11",Zm="_inner_1qo1w_16",Ym="_dark_1qo1w_21",Jm="_hovered_1qo1w_34",e9="_disabled_1qo1w_46",t9="_light_1qo1w_54",n9="_small_1qo1w_119",a9="_medium_1qo1w_126",l9="_large_1qo1w_140",Oe={wrapper:Qm,border:Km,inner:Zm,dark:Ym,hovered:Jm,disabled:e9,light:t9,small:n9,medium:a9,large:l9},ll=({children:e,className:a,colorScheme:l,hasBorder:o=!0,isDisabled:r,isHovered:c,sizeModifier:s="large",href:i,onClick:d,...m})=>n.createElement(N,null,({colorScheme:u})=>n.createElement(se,{className:f(Oe.wrapper,Oe[l??u],s&&Oe[s],{[Oe.disabled]:r},{[Oe.hovered]:c},a),href:i,onClick:d,htmlTag:!i&&!d?"div":void 0,disabled:r,...m},n.createElement(ke,{spacing:"none",className:f(Oe.inner,{[Oe.border]:o})},e))),o9="_listLink_1bsc4_4",r9="_hoverIcon_1bsc4_4",c9="_startAlignedIconTextContainer_1bsc4_13",i1={listLink:o9,hoverIcon:r9,startAlignedIconTextContainer:c9},ol=({children:e,className:a,variant:l,hasBorder:o=!1,icon:r,iconAlignedStart:c,iconColor:s,isFixedIcon:i=!1,sizeModifier:d="small",...m})=>{const u=n.createElement(C,{variant:l},e),_=r&&n.createElement(W,{className:f({[i1.hoverIcon]:!i}),color:s,source:r,size:"compact"});return n.createElement(ll,{hasBorder:o,sizeModifier:d,className:f(i1.listLink,a),...m},c?n.createElement("div",{className:i1.startAlignedIconTextContainer},_,u):n.createElement(n.Fragment,null,u,_))},s9="_light_1e54u_16",i9="_dark_1e54u_17",d9="_wrap_1e54u_21",m9="_bar_1e54u_30",u9="_good_1e54u_40",f9="_warn_1e54u_44",_9="_danger_1e54u_48",p9="_primary_1e54u_52",mt={light:s9,dark:i9,wrap:d9,bar:m9,good:u9,warn:f9,danger:_9,primary:p9};var rl=(e=>(e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e))(rl||{});const h9=({backgroundClassName:e,barClassName:a,barColor:l="good",colorScheme:o,progress:r,style:c,...s})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("div",{className:f(o??i,mt.wrap,mt[o??i],e),...s},n.createElement("div",{className:f(mt.bar,mt[l]??mt.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...c}}))),g9="_dark_1gain_13",v9="_light_1gain_32",w9="_input_1gain_160",E9="_container_1gain_165",x9="_spaced_1gain_170",b9="_end_1gain_174",k9="_label_1gain_174",C9="_start_1gain_177",y9="_toggle_1gain_177",B9="_small_1gain_201",z9="_hidden_1gain_222",I9="_indicator_1gain_234",M9="_checked_1gain_277",de={dark:g9,light:v9,input:w9,container:E9,spaced:x9,end:b9,label:k9,start:C9,toggle:y9,small:B9,hidden:z9,indicator:I9,checked:M9},S9=({checked:e,className:a,label:l,labelClassName:o,labelPosition:r="end",labelModifier:c,labelFontWeight:s,onChange:i,isSmall:d,colorScheme:m,...u})=>{const{onKeyDown:_}=D.useEnter(p=>{i(!p.currentTarget.checked)});return n.createElement(N,null,({colorScheme:p})=>n.createElement("label",{className:f(m??p,de.container,de[m??p],r&&de[r],{[de.small]:d,[de.spaced]:c==="spaced"},a)},n.createElement("input",{type:"checkbox",checked:e,className:de.input,onChange:h=>i(h.currentTarget.checked),onKeyDown:_,...u}),n.createElement("div",{className:f(de.toggle,{[de.checked]:e})},n.createElement("div",{className:f(de.indicator)})),n.createElement(C,{fontVariant:s==="bold"?y.BodyBold:y.Body,className:f(de.label,o,{[de.hidden]:c==="hidden"})},l)))},N1=({children:e,className:a,closeDelay:l=0,colorScheme:o="light",crossOffset:r,defaultOpen:c,delay:s=500,isTooltipEnabled:i=!0,offset:d,position:m="top",text:u,tooltipContainerClassName:_,...p})=>{const h=n.useMemo(()=>n.createElement(Q,{colorScheme:o},n.createElement(ce,{className:f(X.tooltip,X.tooltipControl,X[m],a),"data-testid":"tooltip-inner"},typeof u=="string"?n.createElement(C,null,u):u)),[a,o,m,u]),{targetRef:g,triggerProps:w,tooltip:E}=A1({closeDelay:l,crossOffset:r,defaultOpen:c,delay:s,offset:d,position:m,tooltipContent:h});return i?n.createElement("div",{className:f(X.tooltipContainer,_),ref:g,...p},n.Children.map(e,v=>n.isValidElement(v)?n.cloneElement(v,{...w}):v),E):n.createElement(n.Fragment,null,e)},L9="_video_n63fi_16",A9="_mirrored_n63fi_24",xa={video:L9,mirrored:A9},Rt=(e,a)=>{e?.paused&&e.play().catch(l=>{a?.(l)})},cl=n.forwardRef(({srcObject:e,sinkId:a,captionsSrc:l,captionsSrcLang:o,className:r,autoPlay:c=!0,isMirrored:s=!1,playsInline:i=!0,textTrackKind:d,muted:m,onPictureInPictureChange:u,onFailedToResume:_,...p},h)=>{const g=n.useRef(null);n.useImperativeHandle(h,()=>({resume:()=>Rt(g.current,_),focus:()=>g.current?.focus()})),n.useEffect(()=>{const E=g.current;let v=!1;const x=()=>u?.(!0),B=()=>{setTimeout(()=>{v||Rt(E,_)},0),u?.(!1)};return E?.addEventListener("enterpictureinpicture",x),E?.addEventListener("leavepictureinpicture",B),()=>{v=!0,E?.removeEventListener("enterpictureinpicture",x),E?.removeEventListener("leavepictureinpicture",B),E&&document.pictureInPictureElement===E&&document.exitPictureInPicture?.().then(()=>{u?.(!1)})}},[u,_]),n.useEffect(()=>{g.current&&e&&(g.current.srcObject=e)},[e]),n.useEffect(()=>{e?.getAudioTracks().length&&g?.current?.setSinkId?.(a??"")},[a,e]),n.useEffect(()=>{const E=g.current,v=()=>Rt(g.current,_),[x]=e?.getTracks()??[];return E?.addEventListener("suspend",v),E?.addEventListener("pause",v),x?.addEventListener("unmute",v),()=>{E?.removeEventListener("suspend",v),E?.removeEventListener("pause",v),x?.removeEventListener("unmute",v)}},[e,_]);const w=()=>{g.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(g.current.muted=!0,Rt(g.current,_)):g.current.muted=!1)};return n.createElement(N,null,({colorScheme:E})=>n.createElement("video",{ref:g,autoPlay:c,muted:m,playsInline:i,className:f(xa.video,E,{[xa.mirrored]:s},r),onCanPlay:w,...p},d&&n.createElement("track",{kind:d,src:l,srcLang:o,default:!0})))});cl.displayName="Video";const R9=n.forwardRef(({src:e,srcObject:a,captionsSrc:l,captionsSrcLang:o,sinkId:r,play:c,controls:s=!1,onFailure:i=n0.noop,onSuccess:d=n0.noop,...m},u)=>{const _=n.useRef(null);return n.useEffect(()=>{_.current?.setSinkId?.(r??"").catch(i)},[r,i]),n.useEffect(()=>{_.current&&a&&(_.current.srcObject=a,_.current.setSinkId?.(r??"").catch(i))},[r,a,i]),n.useEffect(()=>{c!==void 0&&(async h=>{try{h?(await _.current?.play(),_.current&&d(_.current)):_.current?.pause()}catch(g){i(g)}})(c)},[i,d,c]),n.createElement("audio",{ref:p=>{u&&("current"in u?u.current=p:u(p)),_.current=p},src:e,controls:s,...m},l&&n.createElement("track",{kind:"captions",src:l,srcLang:o}))}),N9=(e,a)=>{const[l,o]=n.useState(!1);return n.useEffect(()=>{a&&e>0&&o(!0)},[e,a]),n.useEffect(()=>{let r;return a&&l&&(r=window.setTimeout(()=>{o(!1)},800)),()=>clearTimeout(r)},[l,a]),l},$9=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{e>0&&l(e)},[e]),a},q9="_wrapper_10wzf_18",H9="_truncated_10wzf_23",O9="_number_10wzf_23",P9="_counter_10wzf_27",V9="_visible_10wzf_47",T9="_animated_10wzf_51",W9="_pulse_10wzf_1",D9="_info_10wzf_63",j9="_notification_10wzf_73",ze={wrapper:q9,truncated:H9,number:O9,counter:P9,visible:V9,animated:T9,pulse:W9,info:D9,notification:j9},sl=({number:e=0,isVisible:a,variant:l="notification",shouldAnimate:o=!0,isTruncated:r=!1,badgeClassName:c,childrenWrapperClassName:s,children:i,...d})=>{const m=N9(e,o),u=$9(e);return n.createElement("div",{...d,className:f(ze.wrapper,{[ze.truncated]:r},d.className)},i&&n.createElement("div",{className:s},i),n.createElement("div",{"data-testid":R.BadgeCounterNumber,className:f(ze.counter,ze[l],{[ze.animated]:m,[ze.visible]:a,[ze.truncated]:r},c)},n.createElement(C,{colorScheme:l==="info"?"light":"dark",fontVariant:y.SmallBold,className:ze.number},u)))},F9=(e,a)=>e.includes(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),_=require("classnames"),j=require("@pexip/hooks"),Ha=require("change-case"),Ta=require("react-dom"),po=require("simplebar-react"),Pa=require("@react-aria/utils"),ho=require("@react-stately/tooltip"),go=require("@react-aria/tooltip"),Pe=require("@react-aria/overlays"),st=require("tabbable"),Va=require("uuid"),jt=require("@pexip/signal"),vo=require("@react-stately/menu"),b1=require("@react-aria/menu"),wo=require("@react-aria/button"),Eo=require("@react-stately/collections"),xo=require("@react-stately/tree"),bo=require("@react-aria/interactions"),h1=require("@pexip/utils"),Wa=require("@react-stately/overlays");function ko(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const l in e)if(l!=="default"){const o=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(a,l,o.get?o:{enumerable:!0,get:()=>e[l]})}}return a.default=e,Object.freeze(a)}const t=ko(n),ve=e=>Ha.camelCase(`${e} padding`),k1=e=>Ha.camelCase(`${e} spacing`),Co=(e,a)=>Object.keys(a).reduce((l,o)=>(o!==e&&(l[o]=a[o]),l),{}),yo="_themeProvider_1o5fn_1",Bo={themeProvider:yo},zo=["theme-legacy","theme-pds"],dt=n.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:$}=dt,ee=({children:e,colorScheme:a,theme:l})=>{const{colorScheme:o,theme:r}=n.useContext(dt),c=a??o,s=l??r;return n.createElement(dt.Provider,{value:{colorScheme:c,theme:s}},n.createElement("div",{className:_(Bo.themeProvider,s,c)},e))};function Mt(e,a){return function(o){return n.createElement(ee,{colorScheme:a},n.createElement(e,o))}}const Io="_boxHeader_kr7d7_4",Mo="_nonePadding_kr7d7_9",So="_compactPadding_kr7d7_13",Lo="_smallPadding_kr7d7_17",Ao="_mediumPadding_kr7d7_21",Ro="_largePadding_kr7d7_25",on={boxHeader:Io,nonePadding:Mo,compactPadding:So,smallPadding:Lo,mediumPadding:Ao,largePadding:Ro},Da=({className:e,padding:a="small",contentBelowDivider:l,children:o})=>{const r=n.createElement("div",{className:_(on[ve(a)],on.boxHeader,e)},o);return l?n.createElement("div",null,r,l):r},No="_boxFooter_fgwhd_4",$o="_hasShadow_fgwhd_4",qo="_nonePaddingTop_fgwhd_18",Oo="_nonePaddingRight_fgwhd_21",Ho="_nonePaddingBottom_fgwhd_24",To="_nonePaddingLeft_fgwhd_27",Po="_compactPaddingTop_fgwhd_30",Vo="_compactPaddingRight_fgwhd_33",Wo="_compactPaddingBottom_fgwhd_36",Do="_compactPaddingLeft_fgwhd_39",Fo="_smallPaddingTop_fgwhd_42",jo="_smallPaddingRight_fgwhd_45",Go="_smallPaddingBottom_fgwhd_48",Uo="_smallPaddingLeft_fgwhd_51",Ko="_mediumPaddingTop_fgwhd_54",Xo="_mediumPaddingRight_fgwhd_57",Qo="_mediumPaddingBottom_fgwhd_60",Zo="_mediumPaddingLeft_fgwhd_63",Yo="_largePaddingTop_fgwhd_66",Jo="_largePaddingRight_fgwhd_69",er="_largePaddingBottom_fgwhd_72",tr="_largePaddingLeft_fgwhd_75",et={boxFooter:No,hasShadow:$o,nonePaddingTop:qo,nonePaddingRight:Oo,nonePaddingBottom:Ho,nonePaddingLeft:To,compactPaddingTop:Po,compactPaddingRight:Vo,compactPaddingBottom:Wo,compactPaddingLeft:Do,smallPaddingTop:Fo,smallPaddingRight:jo,smallPaddingBottom:Go,smallPaddingLeft:Uo,mediumPaddingTop:Ko,mediumPaddingRight:Xo,mediumPaddingBottom:Qo,mediumPaddingLeft:Zo,largePaddingTop:Yo,largePaddingRight:Jo,largePaddingBottom:er,largePaddingLeft:tr},Fa=({className:e,padding:a="small",topPadding:l=a,rightPadding:o=a,bottomPadding:r=a,leftPadding:c=a,hasFooterShadow:s=!1,children:i})=>n.createElement("div",{className:_(e,et.boxFooter,l&&et[`${ve(l)}Top`],o&&et[`${ve(o)}Right`],r&&et[`${ve(r)}Bottom`],c&&et[`${ve(c)}Left`],{[et.hasShadow]:s})},i),nr="_box_u4612_105",ar="_hasHeaderOrFooter_u4612_105",lr="_mainContent_u4612_110",or="_scrollable_u4612_117",rr="_rounded_u4612_121",cr="_dark_u4612_125",sr="_light_u4612_130",ir="_shadowLight_u4612_135",dr="_shadowDark_u4612_139",mr="_border_u4612_143",ur="_nonePadding_u4612_154",fr="_compactPadding_u4612_158",_r="_smallPadding_u4612_162",pr="_mediumPadding_u4612_166",hr="_largePadding_u4612_170",_e={box:nr,hasHeaderOrFooter:ar,mainContent:lr,scrollable:or,rounded:rr,dark:cr,light:sr,shadowLight:ir,shadowDark:dr,border:mr,nonePadding:ur,compactPadding:fr,smallPadding:_r,mediumPadding:pr,largePadding:hr},ie=n.forwardRef(({hasBackground:e=!0,headerContent:a,headerContentBelowDivider:l,footerContent:o,bgColor:r,children:c,className:s,childrenClassName:i,headerClassName:d,isRounded:m=!0,isWithBorder:u=!1,isWithShadow:f=!0,shadowModifier:p="dark",padding:h="none",headerPadding:g=h,footerPadding:w=h,footerTopPadding:E=w,footerRightPadding:x=w,footerBottomPadding:v=w,footerLeftPadding:b=w,hasFooterShadow:y,scrollable:z,style:k,colorScheme:C,...B},A)=>{const S=!!a||!!o;return n.createElement($,null,({colorScheme:N})=>n.createElement("div",{className:_(e&&_e[C??N],{[_e.shadowDark]:f&&p==="dark",[_e.shadowLight]:f&&p==="light",[_e.rounded]:m,[_e.border]:u,[_e[ve(h)]]:!S,[_e.hasHeaderOrFooter]:S},_e.box,s),style:e&&r?{...k,backgroundColor:r}:k,ref:A,...B},a&&n.createElement(Da,{contentBelowDivider:l,padding:g,className:d},a),c&&S?n.createElement("div",{className:_(_e[ve(h)],_e.mainContent,{"pb-0":o&&h!=="none",[_e.scrollable]:z},i)},c):c,o&&n.createElement(Fa,{padding:w,topPadding:E,rightPadding:x,bottomPadding:v,leftPadding:b,hasFooterShadow:y},o)))});ie.displayName="Box";const gr="_dark_14ps4_4",vr="_light_14ps4_8",wr="_horizontal_14ps4_12",Er="_vertical_14ps4_17",rn={dark:gr,light:vr,horizontal:wr,vertical:Er},se=({colorScheme:e,direction:a="horizontal",className:l,...o})=>n.createElement($,null,({colorScheme:r})=>n.createElement("div",{className:_(rn[e??r],rn[a],l),...o})),xr="_dark_12jtz_105",br="_standard_12jtz_105",kr="_link_12jtz_108",Cr="_subtle_12jtz_111",yr="_tinted_12jtz_114",Br="_disabled_12jtz_117",zr="_success_12jtz_120",Ir="_danger_12jtz_123",Mr="_warning_12jtz_126",Sr="_light_12jtz_130",Lr="_hidden_12jtz_155",Ar="_inherit_12jtz_167",Rr="_truncated_12jtz_171",Nr="_uppercase_12jtz_178",$r="_underline_12jtz_182",qr="_italicize_12jtz_186",Or="_normalWhiteSpace_12jtz_190",Hr="_nowrapWhiteSpace_12jtz_194",Tr="_preWhiteSpace_12jtz_198",Pr="_preWrapWhiteSpace_12jtz_202",Vr="_preLineWhiteSpace_12jtz_206",Wr="_normalWordBreak_12jtz_210",Dr="_breakAllWordBreak_12jtz_214",Fr="_keepAllWordBreak_12jtz_218",jr="_overflowWrapWordBreak_12jtz_222",Gr="_text_12jtz_227",Ur="_h1_12jtz_232",Kr="_h2_12jtz_238",Xr="_h3_12jtz_244",Qr="_h4_12jtz_250",Zr="_h5_12jtz_256",Yr="_h6_12jtz_262",Jr="_body-bold_12jtz_268",e2="_button_12jtz_274",t2="_body_12jtz_268",n2="_body-link_12jtz_286",a2="_small-bold_12jtz_292",l2="_small_12jtz_292",o2="_small-link_12jtz_304",r2="_x-small-bold_12jtz_310",c2="_x-small_12jtz_310",s2="_x-small-link_12jtz_322",ae={dark:xr,standard:br,link:kr,subtle:Cr,tinted:yr,disabled:Br,success:zr,danger:Ir,warning:Mr,light:Sr,hidden:Lr,inherit:Ar,truncated:Rr,uppercase:Nr,underline:$r,italicize:qr,normalWhiteSpace:Or,nowrapWhiteSpace:Hr,preWhiteSpace:Tr,preWrapWhiteSpace:Pr,preLineWhiteSpace:Vr,normalWordBreak:Wr,breakAllWordBreak:Dr,keepAllWordBreak:Fr,overflowWrapWordBreak:jr,text:Gr,h1:Ur,h2:Kr,h3:Xr,h4:Qr,h5:Zr,h6:Yr,"body-bold":"_body-bold_12jtz_268",bodyBold:Jr,button:e2,body:t2,"body-link":"_body-link_12jtz_286",bodyLink:n2,"small-bold":"_small-bold_12jtz_292",smallBold:a2,small:l2,"small-link":"_small-link_12jtz_304",smallLink:o2,"x-small-bold":"_x-small-bold_12jtz_310",xSmallBold:r2,"x-small":"_x-small_12jtz_310",xSmall:c2,"x-small-link":"_x-small-link_12jtz_322",xSmallLink:s2},We=({children:e,className:a,colorScheme:l,fontVariant:o,htmlTag:r,isTruncated:c=!1,isUppercase:s,variant:i="standard",...d})=>{const m=o??r;return n.createElement($,null,({colorScheme:u})=>n.createElement(r,{className:_(ae[l??u],ae[i],ae[m],{[ae.truncated]:c,[ae.uppercase]:s},a),...d},e))};var L=(function(e){return 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})({});const i2="_wrap_11372_11",d2="_divider_11372_19",m2="_section_11372_23",u2="_grow_11372_26",f2="_header_11372_30",_2="_headerTitleWrap_11372_37",Ne={wrap:i2,divider:d2,section:m2,grow:u2,header:f2,headerTitleWrap:_2},ja=({colorScheme:e="light",title:a,titleHtmlTag:l="h2",titleEnhancerStart:o,subtitle:r,secondaryComponent:c,children:s})=>n.createElement(ee,{colorScheme:e},n.createElement(ie,{className:Ne.wrap,shadowModifier:"light"},n.createElement("div",{className:Ne.header},n.createElement("div",{className:Ne.headerTitleWrap},o&&n.createElement("div",{className:"mr-4"},o),n.createElement(We,{htmlTag:l,fontVariant:L.H5},a)),r&&n.createElement("div",null,r)),n.createElement(se,{className:Ne.divider}),n.createElement("div",{className:Ne.section},c),n.createElement(se,{className:Ne.divider}),n.createElement("div",{className:_(Ne.section,Ne.grow)},s))),p2=["xs","sm","md","lg","xl"],h2=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],g2=[...p2,...h2],v2="_verticalGutter_1ddso_1",w2="_cell_1ddso_1",E2="_xs1_1ddso_12",x2="_xs2_1ddso_17",b2="_xs3_1ddso_22",k2="_xs4_1ddso_27",C2="_xs5_1ddso_32",y2="_xs6_1ddso_37",B2="_xs7_1ddso_42",z2="_xs8_1ddso_47",I2="_xs9_1ddso_52",M2="_xs10_1ddso_57",S2="_xs11_1ddso_62",L2="_xs12_1ddso_67",A2="_xsOffset0_1ddso_72",R2="_xsOffset1_1ddso_76",N2="_xsOffset2_1ddso_80",$2="_xsOffset3_1ddso_84",q2="_xsOffset4_1ddso_88",O2="_xsOffset5_1ddso_92",H2="_xsOffset6_1ddso_96",T2="_xsOffset7_1ddso_100",P2="_xsOffset8_1ddso_104",V2="_xsOffset9_1ddso_108",W2="_xsOffset10_1ddso_112",D2="_xsOffset11_1ddso_116",F2="_xsOffset12_1ddso_120",j2="_sm1_1ddso_125",G2="_sm2_1ddso_129",U2="_sm3_1ddso_133",K2="_sm4_1ddso_137",X2="_sm5_1ddso_141",Q2="_sm6_1ddso_145",Z2="_sm7_1ddso_149",Y2="_sm8_1ddso_153",J2="_sm9_1ddso_157",ec="_sm10_1ddso_161",tc="_sm11_1ddso_165",nc="_sm12_1ddso_169",ac="_smOffset0_1ddso_173",lc="_smOffset1_1ddso_176",oc="_smOffset2_1ddso_179",rc="_smOffset3_1ddso_182",cc="_smOffset4_1ddso_185",sc="_smOffset5_1ddso_188",ic="_smOffset6_1ddso_191",dc="_smOffset7_1ddso_194",mc="_smOffset8_1ddso_197",uc="_smOffset9_1ddso_200",fc="_smOffset10_1ddso_203",_c="_smOffset11_1ddso_206",pc="_smOffset12_1ddso_209",hc="_md1_1ddso_214",gc="_md2_1ddso_218",vc="_md3_1ddso_222",wc="_md4_1ddso_226",Ec="_md5_1ddso_230",xc="_md6_1ddso_234",bc="_md7_1ddso_238",kc="_md8_1ddso_242",Cc="_md9_1ddso_246",yc="_md10_1ddso_250",Bc="_md11_1ddso_254",zc="_md12_1ddso_258",Ic="_mdOffset0_1ddso_262",Mc="_mdOffset1_1ddso_265",Sc="_mdOffset2_1ddso_268",Lc="_mdOffset3_1ddso_271",Ac="_mdOffset4_1ddso_274",Rc="_mdOffset5_1ddso_277",Nc="_mdOffset6_1ddso_280",$c="_mdOffset7_1ddso_283",qc="_mdOffset8_1ddso_286",Oc="_mdOffset9_1ddso_289",Hc="_mdOffset10_1ddso_292",Tc="_mdOffset11_1ddso_295",Pc="_mdOffset12_1ddso_298",Vc="_lg1_1ddso_303",Wc="_lg2_1ddso_307",Dc="_lg3_1ddso_311",Fc="_lg4_1ddso_315",jc="_lg5_1ddso_319",Gc="_lg6_1ddso_323",Uc="_lg7_1ddso_327",Kc="_lg8_1ddso_331",Xc="_lg9_1ddso_335",Qc="_lg10_1ddso_339",Zc="_lg11_1ddso_343",Yc="_lg12_1ddso_347",Jc="_lgOffset0_1ddso_351",es="_lgOffset1_1ddso_354",ts="_lgOffset2_1ddso_357",ns="_lgOffset3_1ddso_360",as="_lgOffset4_1ddso_363",ls="_lgOffset5_1ddso_366",os="_lgOffset6_1ddso_369",rs="_lgOffset7_1ddso_372",cs="_lgOffset8_1ddso_375",ss="_lgOffset9_1ddso_378",is="_lgOffset10_1ddso_381",ds="_lgOffset11_1ddso_384",ms="_lgOffset12_1ddso_387",us="_xl1_1ddso_392",fs="_xl2_1ddso_396",_s="_xl3_1ddso_400",ps="_xl4_1ddso_404",hs="_xl5_1ddso_408",gs="_xl6_1ddso_412",vs="_xl7_1ddso_416",ws="_xl8_1ddso_420",Es="_xl9_1ddso_424",xs="_xl10_1ddso_428",bs="_xl11_1ddso_432",ks="_xl12_1ddso_436",Cs="_xlOffset0_1ddso_440",ys="_xlOffset1_1ddso_443",Bs="_xlOffset2_1ddso_446",zs="_xlOffset3_1ddso_449",Is="_xlOffset4_1ddso_452",Ms="_xlOffset5_1ddso_455",Ss="_xlOffset6_1ddso_458",Ls="_xlOffset7_1ddso_461",As="_xlOffset8_1ddso_464",Rs="_xlOffset9_1ddso_467",Ns="_xlOffset10_1ddso_470",$s="_xlOffset11_1ddso_473",qs="_xlOffset12_1ddso_476",Os="_xxl1_1ddso_481",Hs="_xxl2_1ddso_485",Ts="_xxl3_1ddso_489",Ps="_xxl4_1ddso_493",Vs="_xxl5_1ddso_497",Ws="_xxl6_1ddso_501",Ds="_xxl7_1ddso_505",Fs="_xxl8_1ddso_509",js="_xxl9_1ddso_513",Gs="_xxl10_1ddso_517",Us="_xxl11_1ddso_521",Ks="_xxl12_1ddso_525",Xs="_xxlOffset0_1ddso_529",Qs="_xxlOffset1_1ddso_532",Zs="_xxlOffset2_1ddso_535",Ys="_xxlOffset3_1ddso_538",Js="_xxlOffset4_1ddso_541",e3="_xxlOffset5_1ddso_544",t3="_xxlOffset6_1ddso_547",n3="_xxlOffset7_1ddso_550",a3="_xxlOffset8_1ddso_553",l3="_xxlOffset9_1ddso_556",o3="_xxlOffset10_1ddso_559",r3="_xxlOffset11_1ddso_562",c3="_xxlOffset12_1ddso_565",Ft={verticalGutter:v2,cell:w2,xs1:E2,xs2:x2,xs3:b2,xs4:k2,xs5:C2,xs6:y2,xs7:B2,xs8:z2,xs9:I2,xs10:M2,xs11:S2,xs12:L2,xsOffset0:A2,xsOffset1:R2,xsOffset2:N2,xsOffset3:$2,xsOffset4:q2,xsOffset5:O2,xsOffset6:H2,xsOffset7:T2,xsOffset8:P2,xsOffset9:V2,xsOffset10:W2,xsOffset11:D2,xsOffset12:F2,sm1:j2,sm2:G2,sm3:U2,sm4:K2,sm5:X2,sm6:Q2,sm7:Z2,sm8:Y2,sm9:J2,sm10:ec,sm11:tc,sm12:nc,smOffset0:ac,smOffset1:lc,smOffset2:oc,smOffset3:rc,smOffset4:cc,smOffset5:sc,smOffset6:ic,smOffset7:dc,smOffset8:mc,smOffset9:uc,smOffset10:fc,smOffset11:_c,smOffset12:pc,md1:hc,md2:gc,md3:vc,md4:wc,md5:Ec,md6:xc,md7:bc,md8:kc,md9:Cc,md10:yc,md11:Bc,md12:zc,mdOffset0:Ic,mdOffset1:Mc,mdOffset2:Sc,mdOffset3:Lc,mdOffset4:Ac,mdOffset5:Rc,mdOffset6:Nc,mdOffset7:$c,mdOffset8:qc,mdOffset9:Oc,mdOffset10:Hc,mdOffset11:Tc,mdOffset12:Pc,lg1:Vc,lg2:Wc,lg3:Dc,lg4:Fc,lg5:jc,lg6:Gc,lg7:Uc,lg8:Kc,lg9:Xc,lg10:Qc,lg11:Zc,lg12:Yc,lgOffset0:Jc,lgOffset1:es,lgOffset2:ts,lgOffset3:ns,lgOffset4:as,lgOffset5:ls,lgOffset6:os,lgOffset7:rs,lgOffset8:cs,lgOffset9:ss,lgOffset10:is,lgOffset11:ds,lgOffset12:ms,xl1:us,xl2:fs,xl3:_s,xl4:ps,xl5:hs,xl6:gs,xl7:vs,xl8:ws,xl9:Es,xl10:xs,xl11:bs,xl12:ks,xlOffset0:Cs,xlOffset1:ys,xlOffset2:Bs,xlOffset3:zs,xlOffset4:Is,xlOffset5:Ms,xlOffset6:Ss,xlOffset7:Ls,xlOffset8:As,xlOffset9:Rs,xlOffset10:Ns,xlOffset11:$s,xlOffset12:qs,xxl1:Os,xxl2:Hs,xxl3:Ts,xxl4:Ps,xxl5:Vs,xxl6:Ws,xxl7:Ds,xxl8:Fs,xxl9:js,xxl10:Gs,xxl11:Us,xxl12:Ks,xxlOffset0:Xs,xxlOffset1:Qs,xxlOffset2:Zs,xxlOffset3:Ys,xxlOffset4:Js,xxlOffset5:e3,xxlOffset6:t3,xxlOffset7:n3,xxlOffset8:a3,xxlOffset9:l3,xxlOffset10:o3,xxlOffset11:r3,xxlOffset12:c3},s3=e=>e in Ft,i3=e=>g2.reduce((a,l)=>{const o=`${l}${e[l]??""}`;return s3(o)&&a.push(Ft[o]),a},[]),g1=({className:e,children:a,hasVerticalGutter:l,...o})=>n.createElement("div",{className:_(Ft.cell,i3(o),{[Ft.verticalGutter]:l},e)},a),d3="_centerLayout_vjlw4_1",m3="_relative_vjlw4_10",u3="_absolute_vjlw4_14",f3="_centerText_vjlw4_22",_3="_fullWidth_vjlw4_26",Nt={centerLayout:d3,relative:m3,absolute:u3,centerText:f3,fullWidth:_3},C1=({centerText:e=!1,children:a,className:l,isFullWidth:o,position:r="relative",...c})=>n.createElement("div",{className:_(Nt.centerLayout,Nt[r],e&&Nt.centerText,{[Nt.fullWidth]:o},l),...c},a),y1={xs:0,sm:479,md:744,lg:1025,xl:2e3},It=["xs","sm","md","lg","xl"],B1=e=>typeof e=="string",p3=e=>typeof e=="object",Ga=e=>e===void 0?!0:B1(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),h3=e=>{let a="";const o=Object.entries(e);for(const r of o){const c=r[0],s=r[1];a=a.concat(`${s} ${c}`),o.indexOf(r)!==o.length-1&&(a=a.concat(", "))}return a.trim()},Ua=e=>typeof e=="string",cn=e=>typeof e=="object",Ka=e=>e===void 0?!0:Ua(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),g3=e=>{const a=[...It].reverse();for(const l of a){const o=e[l];if(o)return o}return null},v3=e=>{const a=g3(e);if(a){const l=[...It].reverse(),o={...e};return l.forEach((r,c)=>{if(!o[r]){const s=l[c-1],d=s&&o[s]||a;o[r]=d}}),o}return e},w3=e=>{const a=v3(e);return Object.fromEntries(Object.entries(a).map(([o,r])=>[`--${o}-background-image`,`url("${r}")`]))};var E3=(function(e){return 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})({}),v1=(function(e){return 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})({});const x3=({background:e,backgroundImageSrc:a,backgroundBlendMode:l,overlayOpacity:o,overlay:r})=>n.useMemo(()=>{const c=e==="image"&&!Ka(a),s=c&&cn(a),i=c&&l!=="normal",d=e==="none",m=e==="white",u=e==="dark"||e==="image"&&!c,f=e==="light";let p={};if(c&&(Ua(a)&&(p={...p,backgroundImage:`url("${a}")`}),cn(a))){const h=w3(a);p={...p,...h}}return i&&(p={...p,"--blend-mode":l,"--background-color-opacity":`${o}`,"--background-color-rgb":`${r==="light"?v1.White:v1.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:u,isBackgroundLight:f,isBackgroundImage:c,isBackgroundImageBreakpointImageSet:s,isBackgroundImageBlend:i,backgroundStyleProps:p}},[e,a,l,o,r]),b3="_light_1wzu1_114",k3="_dark_1wzu1_120",C3="_fullSizeWindow_1wzu1_129",y3="_fixed_1wzu1_160",B3="_absolute_1wzu1_164",z3="_paddingNone_1wzu1_168",I3="_paddingSmall_1wzu1_172",M3="_backgroundNone_1wzu1_176",S3="_backgroundWhite_1wzu1_180",L3="_backgroundDark_1wzu1_184",A3="_backgroundLight_1wzu1_188",R3="_backgroundImage_1wzu1_192",N3="_backgroundImageBreakpointImageSet_1wzu1_199",$3="_backgroundBlend_1wzu1_224",q3="_row_1wzu1_230",O3="_rowReverse_1wzu1_234",H3="_column_1wzu1_238",T3="_columnReverse_1wzu1_242",P3="_flexStart_1wzu1_246",V3="_center_1wzu1_250",ce={light:b3,dark:k3,fullSizeWindow:C3,fixed:y3,absolute:B3,paddingNone:z3,paddingSmall:I3,backgroundNone:M3,backgroundWhite:S3,backgroundDark:L3,backgroundLight:A3,backgroundImage:R3,backgroundImageBreakpointImageSet:N3,backgroundBlend:$3,row:q3,rowReverse:O3,column:H3,columnReverse:T3,flexStart:P3,center:V3},Gt=n.forwardRef(({children:e,className:a,padding:l="small",background:o="none",flexDirection:r="row",justifyContent:c="flexStart",backgroundImageSrc:s,backgroundBlendMode:i="normal",overlayOpacity:d=.7,overlay:m="dark",position:u="fixed",style:f,...p},h)=>{const g=l==="small",w=l==="none",{isBackgroundNone:E,isBackgroundWhite:x,isBackgroundDark:v,isBackgroundLight:b,isBackgroundImage:y,isBackgroundImageBreakpointImageSet:z,isBackgroundImageBlend:k,backgroundStyleProps:C}=x3({background:o,backgroundImageSrc:s,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return n.createElement("div",{style:{...f,...C},className:_(ce.fullSizeWindow,{[ce.paddingNone]:w,[ce.paddingSmall]:g,[ce.backgroundNone]:E,[ce.backgroundWhite]:x,[ce.backgroundDark]:v,[ce.backgroundLight]:b,[ce.backgroundImage]:y,[ce.backgroundImageBreakpointImageSet]:z,[ce.backgroundBlend]:y&&k},ce[r],ce[c],ce[u],a),ref:h,...p},e)});Gt.displayName="FullSizeWindow";const W3="_wrapper_m0c6u_1",D3="_roundedCorners_m0c6u_15",F3="_small_m0c6u_19",j3="_medium_m0c6u_23",G3="_large_m0c6u_27",U3="_full_m0c6u_32",K3="_mediumWidth_m0c6u_37",X3="_fullWidth_m0c6u_41",Q3="_autoHeight_m0c6u_45",Z3="_flexStart_m0c6u_49",Y3="_center_m0c6u_53",tt={wrapper:W3,roundedCorners:D3,small:F3,medium:j3,large:G3,full:U3,mediumWidth:K3,fullWidth:X3,autoHeight:Q3,flexStart:Z3,center:Y3},Xa=({className:e,children:a,modifier:l,heightModifier:o,size:r="full",justifyContent:c="flexStart",borderRadius:s="none",...i})=>n.createElement("div",{className:_(tt.wrapper,e,l&&tt[l],tt[r],o&&tt[o],s==="box"&&tt.roundedCorners,tt[c]),...i},a),Qa=({children:e})=>n.createElement(Gt,{padding:"none",background:"dark"},n.createElement(Xa,{modifier:"fullWidth"},n.createElement(C1,null,e))),J3="_overlay_174tg_4",ei={overlay:J3},ti=({children:e,...a})=>n.createElement(Gt,{padding:"none",background:"dark",className:ei.overlay,...a},e),ni=e=>n.isValidElement(e)&&!!e.props.children,ai=e=>n.isValidElement(e)&&ni(e)&&n.Children.toArray(e.props.children).reduce((a,l)=>a||n.isValidElement(l),!1),Za=(e,a)=>n.Children.toArray(e).map((l,o,r)=>n.isValidElement(l)&&ai(l)?a(n.cloneElement(l,{...l.props,children:Za(l.props.children,a)})):a(l,o,r)),Ya=(e,a)=>typeof a>"u"?null:`${e}${a}`,li=(e,a)=>{if(typeof a!="string")return a;const[l,o]=a.match(/^url\(#(.*)\)$/)??[null,null];if(o===null)return a;const r=Ya(e,o);return r===null?a:`url(#${r})`},oi=e=>n.isValidElement(e)&&typeof e.props=="object",Ja=e=>{const a=n.useId();return Za(e.children,l=>!l||typeof l=="string"||typeof l=="number"||!oi(l)?l:n.cloneElement(l,{...Object.entries(l.props).reduce((o,[r,c])=>(o[r]=li(a,c??""),o),{}),id:Ya(a,l.props.id)}))},ri="_dark_1zxj7_4",ci="_light_1zxj7_8",si="_tertiary_1zxj7_12",ii="_small_1zxj7_16",di="_medium_1zxj7_21",sn={dark:ri,light:ci,tertiary:si,small:ii,medium:di},St=({size:e,source:a,className:l,colorScheme:o,ref:r,...c})=>{const s=_(o&&sn[o],e&&sn[e],l),i=a,d=typeof i=="function"?i({className:s,...c}):n.createElement(a,{className:s,...c});return n.createElement(Ja,null,d)},mi=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e},t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M24.187 9.163a10.667 10.667 0 10-13.65 15.998"}),t.createElement("mask",{id:"a",width:20,height:10,x:7,y:20,style:{maskType:"alpha"},maskUnits:"userSpaceOnUse"},t.createElement("path",{stroke:"url(#paint0_linear)",strokeLinecap:"round",strokeWidth:5.333,d:"M10.537 25.161A10.666 10.666 0 0024.04 23.01"})),t.createElement("g",{mask:"url(#a)"},t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M26.667 16a10.667 10.667 0 10-2.627 7.01"})),t.createElement("defs",null,t.createElement("linearGradient",{id:"paint0_linear",x1:13.067,x2:25.6,y1:26.133,y2:22.133,gradientUnits:"userSpaceOnUse"},t.createElement("stop",null),t.createElement("stop",{offset:1,stopOpacity:0})))),ui="_wrapper_sm86s_24",fi="_label_sm86s_28",_i="_spinner_sm86s_40",pi="_spin_sm86s_40",hi="_compact_sm86s_49",gi="_small_sm86s_53",vi="_medium_sm86s_57",wi="_dark_sm86s_62",Ei="_light_sm86s_66",xi="_subtle_sm86s_70",ht={wrapper:ui,label:fi,spinner:_i,spin:pi,compact:hi,small:gi,medium:vi,dark:wi,light:Ei,subtle:xi},bi="Loading",z1=({className:e,label:a=bi,sizeModifier:l="medium",colorScheme:o,...r})=>n.createElement("div",{role:"status",className:_(ht.wrapper,o&&ht[o],e),...r},n.createElement("span",{className:ht.label},a),n.createElement(St,{source:mi,className:_(ht.spinner,ht[l])})),ki=e=>n.createElement(Qa,null,n.createElement(z1,{colorScheme:"dark",...e})),Ci="_grid_172qj_1",yi={grid:Ci},el=({className:e,children:a,hasCellVerticalGutter:l,...o})=>n.createElement("div",{className:_(yi.grid,{hasCellVerticalGutter:l},e),...o},a),Bi="_top_9teu4_4",zi="_bottom_9teu4_5",Ii="_content_9teu4_24",dn={top:Bi,bottom:zi,content:Ii},Mi=({children:e,position:a="top",className:l})=>n.createElement("div",{className:_(dn[a],l)},n.Children.count(e)>0?n.createElement("span",{className:dn.content},e):e),Si="_hasCustomFocusStyle_1cxdp_116",Li="_el_1cxdp_120",mn={hasCustomFocusStyle:Si,el:Li},Ai=e=>"href"in e&&!!e.href&&e.href!=="#",I1=n.forwardRef(({children:e,className:a,focusClassName:l,disabled:o,htmlTag:r="button",...c},s)=>n.createElement(o?"button":Ai(c)?"a":r,{ref:s,className:_(mn.el,a,l,{[mn.hasCustomFocusStyle]:!!l}),disabled:o,...c},e));I1.displayName="InteractiveElementContent";const de=({...e})=>n.createElement(I1,e),Ut=n.forwardRef(({...e},a)=>n.createElement(I1,{...e,ref:a}));Ut.displayName="InteractiveElementContent";const Ri="_dark_m8zy9_108",Ni="_light_m8zy9_125",$i="_button_m8zy9_597",qi="_disc_m8zy9_641",Oi="_noBorderRadius_m8zy9_644",Hi="_buttonContent_m8zy9_647",Ti="_buttonChildren_m8zy9_653",Pi="_disabled_m8zy9_658",Vi="_loading_m8zy9_662",Wi="_loadingIcon_m8zy9_667",Di="_enhancerStart_m8zy9_674",Fi="_enhancerEnd_m8zy9_675",ji="_primary_m8zy9_679",Gi="_noHover_m8zy9_683",Ui="_hasBackgroundTransparency_m8zy9_695",Ki="_textComponent_m8zy9_738",Xi="_secondary_m8zy9_758",Qi="_tertiary_m8zy9_837",Zi="_translucent_m8zy9_916",Yi="_text_m8zy9_738",Ji="_danger_m8zy9_1074",e4="_dangerBordered_m8zy9_1153",t4="_success_m8zy9_1232",n4="_neutral_m8zy9_1311",a4="_transparent_m8zy9_1390",l4="_transparentAlternative_m8zy9_1469",o4="_none_m8zy9_2417",r4="_square_m8zy9_2427",c4="_compact_m8zy9_2432",s4="_small_m8zy9_2447",i4="_medium_m8zy9_2462",d4="_large_m8zy9_2477",m4="_fullWidth_m8zy9_2569",u4="_fluid_m8zy9_2573",ne={dark:Ri,light:Ni,button:$i,disc:qi,noBorderRadius:Oi,buttonContent:Hi,buttonChildren:Ti,disabled:Pi,loading:Vi,loadingIcon:Wi,enhancerStart:Di,enhancerEnd:Fi,primary:ji,noHover:Gi,hasBackgroundTransparency:Ui,textComponent:Ki,secondary:Xi,tertiary:Qi,translucent:Zi,text:Yi,danger:Ji,dangerBordered:e4,success:t4,neutral:n4,transparent:a4,transparentAlternative:l4,none:o4,square:r4,compact:c4,small:s4,medium:i4,large:d4,fullWidth:m4,fluid:u4},M1=n.forwardRef(({children:e,className:a,colorScheme:l,htmlTag:o,isActive:r,isDisabled:c,modifier:s,noBorderRadius:i=!1,noHover:d=!1,size:m="medium",variant:u="primary",backgroundTransparency:f=1,style:p,...h},g)=>{const w=f<1,E=w?{"--background-alpha":f}:void 0;return n.createElement($,null,({colorScheme:x})=>{const v=l??x;return n.createElement(Ut,{ref:g,style:p||E?{...p,...E}:void 0,className:_(v,ne.button,ne[v],ne[u],ne[m],s&&ne[s],{[ne.disabled]:c,[ne.noBorderRadius]:i,[ne.noHover]:d||c,[ne.hasBackgroundTransparency]:w},a),"data-active":r&&!c,disabled:c,htmlTag:o,...h},e)})});M1.displayName="SimpleButtonContent";const f4=({...e})=>n.createElement(M1,e),S1=n.forwardRef(({...e},a)=>n.createElement(M1,{...e,ref:a}));S1.displayName="SimpleButtonContent";const M=({children:e,className:a,colorScheme:l,fontVariant:o=L.Body,htmlTag:r="span",isTruncated:c=!1,isUnderlined:s,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:u,variant:f="standard",...p})=>n.createElement($,null,({colorScheme:h})=>n.createElement(r,{className:_(l??h,ae.text,ae[l??h],ae[f],ae[o],m&&ae[`${m}WhiteSpace`],u&&ae[`${u}WordBreak`],{[ae.truncated]:c,[ae.uppercase]:i,[ae.underline]:s,[ae.italicize]:d},a),...p},e)),tl=({children:e,className:a,isLoading:l,sizeModifier:o="compact",colorScheme:r})=>l?n.createElement(n.Fragment,null,n.createElement("div",{className:_(a,"visibility-hidden")},e),n.createElement("div",{className:ne.loadingIcon},n.createElement(z1,{sizeModifier:o,colorScheme:r}))):a?n.createElement("div",{className:a},e):e,nl=({children:e,className:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:s})=>n.createElement("div",{className:_(a,ne.buttonContent)},r&&n.createElement("span",{className:_(ne.enhancerStart,{"pe-0":s},c)},r),n.createElement("div",{className:ne.buttonChildren},e),l&&n.createElement("span",{className:_(ne.enhancerEnd,{"ps-0":s},o)},l)),al=({children:e,className:a,fontVariant:l=L.BodyBold,variant:o="inherit",...r})=>n.createElement(M,{className:_(a,ne.textComponent),fontVariant:l,variant:o,...r},e),L1=n.forwardRef(({children:e,colorScheme:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,fontVariant:s,hideChildren:i,isDisabled:d,isLoading:m,noEnhancerPadding:u,textVariant:f,underlineText:p,useTextComponent:h,variant:g,...w},E)=>n.createElement(S1,{colorScheme:a,isDisabled:!!d||m,variant:g,ref:E,...w},n.createElement(tl,{isLoading:m},n.createElement(nl,{className:_({[ne.textComponent]:!h&&g==="text"&&p}),enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:u},!i&&(h?n.createElement(al,{colorScheme:a,fontVariant:s,variant:f},e):e)))));L1.displayName="ButtonContent";const G=({...e})=>n.createElement(L1,e),ll=n.forwardRef(({...e},a)=>n.createElement(L1,{...e,ref:a}));ll.displayName="RefButton";const _4=e=>t.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},t.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"})),un=e=>t.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},t.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"})),p4=e=>t.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},t.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.099 2.452-2.452 0-1.351-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.187-.45.489-.565 1.231a.67.67 0 0 0 .661.768h7.904a.67.67 0 0 0 .662-.768c-.12-.757-.405-1.061-.59-1.258z",clipRule:"evenodd"})),fn=e=>t.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},t.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"})),h4=e=>t.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},t.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"})),g4=e=>t.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},t.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"})),v4=e=>t.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},t.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"})),w4=e=>t.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},t.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"})),E4=e=>t.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},t.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"})),x4=e=>t.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},t.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"})),b4=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconAiAssistant_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),_n=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_24__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconAiAssistant_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),k4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M6.656 2.557a1.554 1.554 0 0 1 2.692 0l5.385 9.327a1.554 1.554 0 0 1-1.347 2.332H2.617a1.554 1.554 0 0 1-1.346-2.331zm1.34 8.437c-.403 0-.73.33-.73.735 0 .406.327.734.73.735h.009a.733.733 0 0 0 .731-.735.734.734 0 0 0-.731-.735zm.009-5.879a.734.734 0 0 0-.732.735v2.94c0 .405.328.734.732.734a.733.733 0 0 0 .731-.734V5.85a.734.734 0 0 0-.731-.735"})),pn=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M10.046 4.081c.87-1.508 3.049-1.508 3.92 0l7.84 13.578c.87 1.509-.219 3.395-1.96 3.395H4.166c-1.741 0-2.83-1.886-1.96-3.395zm1.953 12.282c-.588 0-1.065.48-1.065 1.07s.477 1.07 1.065 1.07h.01c.588 0 1.065-.479 1.065-1.07 0-.59-.477-1.07-1.065-1.07zm.01-8.558c-.587 0-1.064.48-1.064 1.07v4.28c0 .59.477 1.069 1.064 1.069s1.065-.479 1.065-1.07V8.876c0-.59-.477-1.07-1.065-1.07"})),C4=e=>t.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},t.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"})),hn=e=>t.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},t.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"})),y4=e=>t.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},t.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"})),gn=e=>t.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},t.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"})),B4=e=>t.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},t.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"})),vn=e=>t.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},t.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"})),z4=e=>t.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},t.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"})),wn=e=>t.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},t.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"})),I4=e=>t.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},t.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"})),En=e=>t.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},t.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"})),M4=e=>t.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},t.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"})),xn=e=>t.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},t.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"})),S4=e=>t.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},t.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"})),bn=e=>t.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},t.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"})),L4=e=>t.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},t.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"})),kn=e=>t.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},t.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"})),A4=e=>t.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},t.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"})),Cn=e=>t.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},t.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"})),R4=e=>t.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},t.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"})),yn=e=>t.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},t.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"})),N4=e=>t.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},t.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"})),Bn=e=>t.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},t.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"})),$4=e=>t.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},t.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"})),q4=e=>t.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},t.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"})),O4=e=>t.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},t.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"})),H4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M1.368 9.842a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.517.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m2.21 6.263a.71.71 0 0 1-.524-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m.001-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.948a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.947 8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.948 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .314-.211.525a.71.71 0 0 1-.525.212m0-8.841a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .313-.211.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.35.35 0 0 1 .258-.11q.147 0 .258.11a.353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.947 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.211.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.21 5.526a.35.35 0 0 1-.257-.11.35.35 0 0 1-.11-.258q0-.149.11-.258a.353.353 0 0 1 .515 0q.111.11.111.258a.35.35 0 0 1-.11.258.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m-9.578 4.052v-.405q0-.957.92-1.381A4.8 4.8 0 0 1 8 8.737a4.8 4.8 0 0 1 2.026.424q.921.424.921 1.381v.405zM8 8a1.42 1.42 0 0 1-1.04-.433 1.42 1.42 0 0 1-.434-1.04q0-.609.433-1.041A1.42 1.42 0 0 1 8 5.053q.608 0 1.04.433.434.432.434 1.04T9.04 7.567A1.42 1.42 0 0 1 8 8"})),T4=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M1.579 14.895a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174A.56.56 0 0 1 1 9.685q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173m3.474 9.842a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m4.631 13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .406.174.173.173.173.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 9.684 1q.232 0 .406.174.173.172.173.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.632 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 14.316 1q.232 0 .405.174.174.172.174.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.631 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m3.474 8.684a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173M7.368 16.632v-.637q0-1.506 1.448-2.171 1.447-.666 3.184-.666t3.184.666q1.448.666 1.448 2.17v.638zM12 12a2.23 2.23 0 0 1-1.636-.68 2.23 2.23 0 0 1-.68-1.636q0-.956.68-1.635A2.23 2.23 0 0 1 12 7.369a2.23 2.23 0 0 1 1.636.68q.68.68.68 1.635a2.23 2.23 0 0 1-.68 1.636A2.23 2.23 0 0 1 12 12"})),P4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M4.632 19.158a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19M8.42 24.842q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.052q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m5.053 15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 13.474 4q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.052 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0-15.159q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .442.19.19.19.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 18.526 4q.253 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.053 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m3.79 9.474a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.19.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.189.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m-16.422 6.948v-.695q0-1.642 1.58-2.369 1.578-.726 3.473-.726t3.474.726 1.579 2.369v.695zM16 16q-1.043 0-1.784-.742a2.43 2.43 0 0 1-.742-1.784q0-1.043.742-1.784A2.43 2.43 0 0 1 16 10.947q1.043 0 1.784.743.742.741.742 1.784 0 1.042-.742 1.784A2.43 2.43 0 0 1 16 16"})),V4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_16__b)"},t.createElement("circle",{cx:2.333,cy:2.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5.083,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:10.917,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_16__c)"},t.createElement("circle",{cx:13.667,cy:2.5,r:.333,fill:"currentColor"})),t.createElement("circle",{cx:5.333,cy:10.667,r:.667,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M8 8q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177q0-.687.49-1.177T8 4.666t1.177.49.49 1.177-.49 1.177T8 8m-2.5 3.333a.8.8 0 0 1-.588-.244.8.8 0 0 1-.245-.589v-.333q0-.355.182-.652.183-.296.484-.453.646-.322 1.313-.484a5.74 5.74 0 0 1 2.708 0q.667.163 1.313.484.302.158.484.453.182.298.182.652v.333q0 .344-.244.589a.8.8 0 0 1-.589.244z"}),t.createElement("circle",{cx:2.333,cy:13.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5.083,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:10.917,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:13.667,cy:13.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:13.5,cy:5.167,r:.5,fill:"currentColor",transform:"rotate(90 13.5 5.167)"}),t.createElement("circle",{cx:13.5,cy:7.833,r:.5,fill:"currentColor",transform:"rotate(90 13.5 7.833)"}),t.createElement("circle",{cx:2.5,cy:5.167,r:.5,fill:"currentColor",transform:"rotate(90 2.5 5.167)"}),t.createElement("circle",{cx:2.5,cy:7.833,r:.5,fill:"currentColor",transform:"rotate(90 2.5 7.833)"}),t.createElement("circle",{cx:13.5,cy:10.5,r:.5,fill:"currentColor",transform:"rotate(90 13.5 10.5)"}),t.createElement("circle",{cx:2.5,cy:10.5,r:.5,fill:"currentColor",transform:"rotate(90 2.5 10.5)"})),t.createElement("circle",{cx:.333,cy:8,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:15.667,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:15.667,cy:8,r:.333,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_16__b"},t.createElement("path",{fill:"currentColor",d:"M2 2h12v12H2z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_16__c",width:6,height:6,x:10.667,y:2.167,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:2.667}),t.createElement("feGaussianBlur",{stdDeviation:1.333}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_393"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_393",result:"shape"})))),W4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_24__b)"},t.createElement("circle",{cx:3.5,cy:3.75,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.625,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:16.375,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_24__c)"},t.createElement("circle",{cx:20.5,cy:3.75,r:.5,fill:"currentColor"})),t.createElement("circle",{cx:8,cy:16,r:1,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M12 12a2.4 2.4 0 0 1-1.766-.734A2.4 2.4 0 0 1 9.5 9.5q0-1.03.734-1.766A2.4 2.4 0 0 1 12 7q1.032 0 1.766.734.734.735.734 1.766t-.734 1.766T12 12m-3.75 5q-.516 0-.883-.367A1.2 1.2 0 0 1 7 15.75v-.5q0-.531.274-.977.273-.444.726-.68a9.3 9.3 0 0 1 1.969-.726 8.6 8.6 0 0 1 4.062 0 9.3 9.3 0 0 1 1.969.727q.453.234.726.68.274.444.274.976v.5q0 .516-.367.883-.368.367-.883.367z"}),t.createElement("circle",{cx:3.5,cy:20.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.625,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:16.375,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:20.5,cy:20.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:20.25,cy:7.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 7.75)"}),t.createElement("circle",{cx:20.25,cy:11.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 11.75)"}),t.createElement("circle",{cx:3.75,cy:7.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 7.75)"}),t.createElement("circle",{cx:3.75,cy:11.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 11.75)"}),t.createElement("circle",{cx:20.25,cy:15.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 15.75)"}),t.createElement("circle",{cx:3.75,cy:15.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 15.75)"})),t.createElement("circle",{cx:.5,cy:12,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:23.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:23.5,cy:12,r:.5,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_24__b"},t.createElement("path",{fill:"currentColor",d:"M3 3h18v18H3z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_24__c",width:9,height:9,x:16,y:3.25,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:4}),t.createElement("feGaussianBlur",{stdDeviation:2}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_341"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_341",result:"shape"})))),D4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_32__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_32__b)"},t.createElement("circle",{cx:4.667,cy:5,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10.167,cy:5,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:5,r:1,fill:"currentColor"}),t.createElement("circle",{cx:21.833,cy:5,r:1,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_32__c)"},t.createElement("circle",{cx:27.333,cy:5,r:.667,fill:"currentColor"})),t.createElement("circle",{cx:10.667,cy:21.333,r:1.333,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M16 16a3.2 3.2 0 0 1-2.354-.98 3.2 3.2 0 0 1-.98-2.353q0-1.376.98-2.354A3.2 3.2 0 0 1 16 9.333a3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .98 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 16 16m-5 6.667q-.687 0-1.177-.49A1.6 1.6 0 0 1 9.333 21v-.667q0-.708.365-1.302t.969-.906q1.29-.645 2.625-.97A11.5 11.5 0 0 1 16 16.834q1.376 0 2.708.323 1.334.323 2.625.969.604.312.969.906t.365 1.302V21q0 .687-.49 1.177t-1.177.49z"}),t.createElement("circle",{cx:4.667,cy:27,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10.167,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:21.833,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:27.333,cy:27,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:27,cy:10.333,r:1,fill:"currentColor",transform:"rotate(90 27 10.333)"}),t.createElement("circle",{cx:27,cy:15.667,r:1,fill:"currentColor",transform:"rotate(90 27 15.667)"}),t.createElement("circle",{cx:5,cy:10.333,r:1,fill:"currentColor",transform:"rotate(90 5 10.333)"}),t.createElement("circle",{cx:5,cy:15.667,r:1,fill:"currentColor",transform:"rotate(90 5 15.667)"}),t.createElement("circle",{cx:27,cy:21,r:1,fill:"currentColor",transform:"rotate(90 27 21)"}),t.createElement("circle",{cx:5,cy:21,r:1,fill:"currentColor",transform:"rotate(90 5 21)"})),t.createElement("circle",{cx:.667,cy:16,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:31.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:31.333,cy:16,r:.667,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_32__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h32v32H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_32__b"},t.createElement("path",{fill:"currentColor",d:"M4 4h24v24H4z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_32__c",width:12,height:12,x:21.333,y:4.333,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_367"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_367",result:"shape"})))),F4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_16__b)"},t.createElement("circle",{cx:2.333,cy:2.833,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:4.917,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("circle",{cx:11.083,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_16__c)"},t.createElement("circle",{cx:13.667,cy:2.833,r:.333,fill:"currentColor"})),t.createElement("circle",{cx:5.333,cy:10.667,r:.667,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M8 8q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177q0-.687.49-1.177T8 4.666t1.177.49.49 1.177-.49 1.177T8 8m-2.5 3.333a.8.8 0 0 1-.588-.244.8.8 0 0 1-.245-.589v-.333q0-.355.182-.652.183-.296.484-.453.646-.322 1.313-.484a5.74 5.74 0 0 1 2.708 0q.667.163 1.313.484.302.158.484.453.182.298.182.652v.333q0 .344-.244.589a.8.8 0 0 1-.589.244z"}),t.createElement("circle",{cx:2.333,cy:13.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:11,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:13.667,cy:13.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:13.167,cy:5.5,r:.833,fill:"currentColor",transform:"rotate(90 13.167 5.5)"}),t.createElement("circle",{cx:13.167,cy:8.167,r:.833,fill:"currentColor",transform:"rotate(90 13.167 8.167)"}),t.createElement("circle",{cx:2.833,cy:5.5,r:.833,fill:"currentColor",transform:"rotate(90 2.833 5.5)"}),t.createElement("circle",{cx:2.833,cy:8.167,r:.833,fill:"currentColor",transform:"rotate(90 2.833 8.167)"}),t.createElement("circle",{cx:13.167,cy:10.833,r:.833,fill:"currentColor",transform:"rotate(90 13.167 10.833)"}),t.createElement("circle",{cx:2.833,cy:10.833,r:.833,fill:"currentColor",transform:"rotate(90 2.833 10.833)"})),t.createElement("circle",{cx:.333,cy:8,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:15.667,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:15.667,cy:8,r:.333,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurStrong_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_16__b"},t.createElement("path",{fill:"currentColor",d:"M2 2h12v12H2z"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_16__c",width:6,height:6,x:10.667,y:2.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:2.667}),t.createElement("feGaussianBlur",{stdDeviation:1.333}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_288"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_288",result:"shape"})))),j4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_24__b)"},t.createElement("circle",{cx:3.5,cy:4.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.375,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("circle",{cx:16.625,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_24__c)"},t.createElement("circle",{cx:20.5,cy:4.25,r:.5,fill:"currentColor"})),t.createElement("circle",{cx:8,cy:16,r:1,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M12 12a2.4 2.4 0 0 1-1.766-.734A2.4 2.4 0 0 1 9.5 9.5q0-1.03.734-1.766A2.4 2.4 0 0 1 12 7q1.032 0 1.766.734.734.735.734 1.766t-.734 1.766T12 12m-3.75 5q-.516 0-.883-.367A1.2 1.2 0 0 1 7 15.75v-.5q0-.531.274-.977.273-.444.726-.68a9.3 9.3 0 0 1 1.969-.726 8.6 8.6 0 0 1 4.062 0 9.3 9.3 0 0 1 1.969.727q.453.234.726.68.274.444.274.976v.5q0 .516-.367.883-.368.367-.883.367z"}),t.createElement("circle",{cx:3.5,cy:20,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.5,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16.5,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:20.5,cy:20,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:19.75,cy:8.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 8.25)"}),t.createElement("circle",{cx:19.75,cy:12.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 12.25)"}),t.createElement("circle",{cx:4.25,cy:8.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 8.25)"}),t.createElement("circle",{cx:4.25,cy:12.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 12.25)"}),t.createElement("circle",{cx:19.75,cy:16.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 16.25)"}),t.createElement("circle",{cx:4.25,cy:16.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 16.25)"})),t.createElement("circle",{cx:.5,cy:12,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:23.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:23.5,cy:12,r:.5,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurStrong_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_24__b"},t.createElement("path",{fill:"currentColor",d:"M3 3h18v18H3z"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_24__c",width:9,height:9,x:16,y:3.75,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:4}),t.createElement("feGaussianBlur",{stdDeviation:2}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_262"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_262",result:"shape"})))),G4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_32__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_32__b)"},t.createElement("circle",{cx:4.667,cy:5.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:9.833,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("circle",{cx:22.167,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__c)"},t.createElement("circle",{cx:27.333,cy:5.667,r:.667,fill:"currentColor"})),t.createElement("circle",{cx:10.667,cy:21.333,r:1.333,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M16 16a3.2 3.2 0 0 1-2.354-.98 3.2 3.2 0 0 1-.98-2.353q0-1.376.98-2.354A3.2 3.2 0 0 1 16 9.333a3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .98 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 16 16m-5 6.667q-.687 0-1.177-.49A1.6 1.6 0 0 1 9.333 21v-.667q0-.708.365-1.302t.969-.906q1.29-.645 2.625-.97A11.5 11.5 0 0 1 16 16.834q1.376 0 2.708.323 1.334.323 2.625.969.604.312.969.906t.365 1.302V21q0 .687-.49 1.177t-1.177.49z"}),t.createElement("circle",{cx:4.667,cy:26.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:22,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:27.333,cy:26.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:26.333,cy:11,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 11)"}),t.createElement("circle",{cx:26.333,cy:16.333,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 16.333)"}),t.createElement("circle",{cx:5.667,cy:11,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 11)"}),t.createElement("circle",{cx:5.667,cy:16.333,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 16.333)"}),t.createElement("circle",{cx:26.333,cy:21.667,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 21.667)"}),t.createElement("circle",{cx:5.667,cy:21.667,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 21.667)"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__d)"},t.createElement("circle",{cx:1,cy:16,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__e)"},t.createElement("circle",{cx:16,cy:1,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__f)"},t.createElement("circle",{cx:31,cy:16,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__g)"},t.createElement("circle",{cx:16,cy:31,r:1,fill:"currentColor"}))),t.createElement("defs",null,t.createElement("filter",{id:"IconBackgroundBlurStrong_32__c",width:12,height:12,x:21.333,y:5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__d",width:12.667,height:12.667,x:-5.333,y:15,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__e",width:12.667,height:12.667,x:9.667,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__f",width:12.667,height:12.667,x:24.667,y:15,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__g",width:12.667,height:12.667,x:9.667,y:30,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_32__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h32v32H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_32__b"},t.createElement("path",{fill:"currentColor",d:"M4 4h24v24H4z"})))),U4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__b)"},t.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"})),t.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.95-6.203 6.204 1.237 1.238 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.739.797.796.797-.796zm4.422 0L5.4 17.848l1.237 1.237 2.521-2.52zM15 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.238 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.24L28.755-.203l1.237 1.238zm-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.977c.527.275.98.673 1.319 1.156L21.249-6.133 20.01-7.37zm.214-10.82 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"}),t.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.959h9.88a.837.837 0 0 0 .827-.96c-.151-.962-.519-1.34-.75-1.585"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundReplace_16__a"},t.createElement("rect",{width:13.333,height:13.333,x:1.333,y:1.75,fill:"currentColor",rx:.833})),t.createElement("clipPath",{id:"IconBackgroundReplace_16__b"},t.createElement("path",{fill:"currentColor",d:"M1.333 1.75h13.333v13.333H1.333z"})))),zn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__b)"},t.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"})),t.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"}),t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundReplace_24__a"},t.createElement("rect",{width:20,height:20,x:2,y:2.625,fill:"currentColor",rx:.833})),t.createElement("clipPath",{id:"IconBackgroundReplace_24__b"},t.createElement("path",{fill:"currentColor",d:"M2 2.625h20v20H2z"})))),K4=e=>t.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},t.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"})),In=e=>t.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},t.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"})),X4=e=>t.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},t.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"})),Mn=e=>t.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},t.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"})),Q4=e=>t.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},t.createElement("g",{clipPath:"url(#IconBandwidth_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBandwidth_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),Sn=e=>t.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},t.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=>t.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},t.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"})),Ln=e=>t.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},t.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=>t.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},t.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"})),An=e=>t.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},t.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"})),J4=e=>t.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},t.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"})),Rn=e=>t.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},t.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"})),e5=e=>t.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},t.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"})),Nn=e=>t.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},t.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"})),t5=e=>t.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},t.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"})),$n=e=>t.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},t.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"})),n5=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"})),qn=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0"})),a5=e=>t.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},t.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"})),On=e=>t.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},t.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"})),l5=e=>t.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},t.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"})),Hn=e=>t.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},t.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"})),o5=e=>t.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},t.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"})),Tn=e=>t.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},t.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"})),r5=e=>t.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},t.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"})),Pn=e=>t.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},t.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"})),c5=e=>t.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},t.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"})),Vn=e=>t.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},t.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"})),s5=e=>t.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},t.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"})),Wn=e=>t.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},t.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"})),i5=e=>t.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},t.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"})),Dn=e=>t.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},t.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"})),d5=e=>t.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},t.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"})),Fn=e=>t.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},t.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"})),m5=e=>t.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},t.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"})),jn=e=>t.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},t.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"})),u5=e=>t.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},t.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"})),Gn=e=>t.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},t.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"})),f5=e=>t.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},t.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"})),Un=e=>t.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},t.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"})),_5=e=>t.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},t.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"})),p5=e=>t.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},t.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"})),h5=e=>t.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},t.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"})),Jt=e=>t.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},t.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",rx:1})),e1=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorLow_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,opacity:.3,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorLow_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),t1=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorMedium_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorMedium_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),n1=e=>t.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},t.createElement("g",{clipPath:"url(#IconConnectionIndicatorVeryLow_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",opacity:.3,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorVeryLow_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),g5=e=>t.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},t.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"}),t.createElement("rect",{width:8,height:8,x:6,y:6,fill:"currentColor",rx:1.5})),Kn=e=>t.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},t.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"}),t.createElement("rect",{width:12,height:12,x:9,y:9,fill:"currentColor",rx:2})),v5=e=>t.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},t.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"})),w5=e=>t.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},t.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"})),E5=e=>t.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},t.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"})),x5=e=>t.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},t.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"})),Xn=e=>t.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},t.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"})),b5=e=>t.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},t.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"})),Qn=e=>t.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},t.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"})),k5=e=>t.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},t.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"})),Zn=e=>t.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},t.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"})),C5=e=>t.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},t.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"})),Yn=e=>t.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},t.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"})),y5=e=>t.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},t.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"})),Jn=e=>t.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},t.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"})),B5=e=>t.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},t.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"}),t.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"}),t.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"})),e0=e=>t.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},t.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"}),t.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"}),t.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"})),z5=e=>t.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},t.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"})),t0=e=>t.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},t.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"})),I5=e=>t.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},t.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"})),n0=e=>t.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},t.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"})),M5=e=>t.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},t.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"})),a0=e=>t.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},t.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"})),S5=e=>t.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},t.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"}),t.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"})),l0=e=>t.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},t.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"}),t.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=>t.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},t.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"})),o0=e=>t.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},t.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"})),A5=e=>t.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},t.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"})),r0=e=>t.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},t.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"})),R5=e=>t.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},t.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"})),c0=e=>t.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},t.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"})),N5=e=>t.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},t.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"})),s0=e=>t.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},t.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"})),$5=e=>t.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},t.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"})),q5=e=>t.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},t.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"})),O5=e=>t.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},t.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"})),H5=e=>t.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},t.createElement("g",{clipPath:"url(#IconFullscreenOff_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconFullscreenOff_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),T5=e=>t.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},t.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=>t.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},t.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"})),V5=e=>t.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},t.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"})),W5=e=>t.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},t.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"})),D5=e=>t.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},t.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"})),F5=e=>t.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},t.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"})),i0=e=>t.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},t.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"})),j5=e=>t.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},t.createElement("g",{clipPath:"url(#IconGroup_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconGroup_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),d0=e=>t.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},t.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"})),G5=e=>t.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},t.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"}),t.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"})),m0=e=>t.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},t.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"}),t.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"})),U5=e=>t.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},t.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"})),u0=e=>t.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},t.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=>t.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},t.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"})),f0=e=>t.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},t.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"})),X5=e=>t.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},t.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"})),_0=e=>t.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},t.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"})),Q5=e=>t.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},t.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"})),p0=e=>t.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},t.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=>t.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},t.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"})),h0=e=>t.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},t.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=>t.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},t.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"})),g0=e=>t.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},t.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"})),J5=e=>t.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},t.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"})),v0=e=>t.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},t.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"})),e6=e=>t.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},t.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"})),w0=e=>t.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},t.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"})),t6=e=>t.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},t.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"})),E0=e=>t.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},t.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"})),n6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLanguage_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 15q-1.434 0-2.713-.551a7.1 7.1 0 0 1-2.23-1.505 7.1 7.1 0 0 1-1.506-2.232A6.8 6.8 0 0 1 1 8q0-1.452.551-2.721a7.1 7.1 0 0 1 1.505-2.223 7.1 7.1 0 0 1 2.231-1.505A6.8 6.8 0 0 1 8 1q1.452 0 2.721.551 1.269.552 2.223 1.505a7.1 7.1 0 0 1 1.505 2.223Q14.999 6.548 15 8q0 1.435-.551 2.713a7.1 7.1 0 0 1-1.505 2.23 7.1 7.1 0 0 1-2.223 1.506A6.8 6.8 0 0 1 8 15m0-1.435q.455-.63.787-1.312.333-.684.543-1.453H6.67q.21.77.543 1.452.332.683.787 1.313m-1.82-.28a10 10 0 0 1-.551-1.199 10 10 0 0 1-.394-1.286H3.17a5.8 5.8 0 0 0 1.269 1.522 5 5 0 0 0 1.741.963m3.64 0a5 5 0 0 0 1.741-.963q.761-.647 1.269-1.522h-2.065q-.157.665-.394 1.286a10 10 0 0 1-.551 1.199M2.575 9.4h2.38a9.246 9.246 0 0 1-.079-2.109q.027-.341.079-.691h-2.38A5.571 5.571 0 0 0 2.4 8a5.6 5.6 0 0 0 .175 1.4m3.78 0h3.29q.052-.35.079-.691a9 9 0 0 0 0-1.418 10 10 0 0 0-.079-.691h-3.29a9.246 9.246 0 0 0-.079 2.109q.027.341.079.691m4.69 0h2.38q.087-.35.131-.691.044-.342.044-.709a5.6 5.6 0 0 0-.175-1.4h-2.38A10 10 0 0 1 11.15 8a9 9 0 0 1-.105 1.4m-.28-4.2h2.065a5.8 5.8 0 0 0-1.269-1.522 5 5 0 0 0-1.741-.963q.315.578.551 1.199t.394 1.286m-4.095 0h2.66a8.3 8.3 0 0 0-.543-1.453A9 9 0 0 0 8 2.436q-.455.63-.787 1.313Q6.88 4.43 6.67 5.2m-3.5 0h2.065q.157-.665.394-1.286.236-.621.551-1.199-.98.314-1.741.963-.761.647-1.269 1.522"})),x0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLanguage_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 22a9.7 9.7 0 0 1-3.875-.788 10.1 10.1 0 0 1-3.187-2.15 10.1 10.1 0 0 1-2.15-3.187A9.7 9.7 0 0 1 2 12q0-2.075.788-3.887a10.2 10.2 0 0 1 2.15-3.175 10.1 10.1 0 0 1 3.187-2.15A9.7 9.7 0 0 1 12 2q2.076 0 3.887.788a10.2 10.2 0 0 1 3.175 2.15 10.2 10.2 0 0 1 2.15 3.175A9.65 9.65 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.875 10.1 10.1 0 0 1-2.15 3.188 10.2 10.2 0 0 1-3.175 2.15A9.65 9.65 0 0 1 12 22m0-2.05q.65-.9 1.125-1.875T13.9 16h-3.8q.3 1.1.775 2.075T12 19.95m-2.6-.4q-.45-.824-.787-1.713A15 15 0 0 1 8.05 16H5.1a8.3 8.3 0 0 0 1.813 2.175A7.2 7.2 0 0 0 9.4 19.55m5.2 0a7.2 7.2 0 0 0 2.487-1.375A8.3 8.3 0 0 0 18.9 16h-2.95q-.225.95-.562 1.837a14 14 0 0 1-.788 1.713M4.25 14h3.4a13.208 13.208 0 0 1-.15-2 13 13 0 0 1 .15-2h-3.4A7.959 7.959 0 0 0 4 12a8 8 0 0 0 .25 2m5.4 0h4.7q.075-.5.113-.988.037-.487.037-1.012a13 13 0 0 0-.15-2h-4.7q-.075.5-.113.988Q9.5 11.475 9.5 12a13 13 0 0 0 .15 2m6.7 0h3.4a7.953 7.953 0 0 0 .25-2 8 8 0 0 0-.25-2h-3.4q.075.5.112.988.038.487.038 1.012a13 13 0 0 1-.15 2m-.4-6h2.95a8.3 8.3 0 0 0-1.812-2.175A7.2 7.2 0 0 0 14.6 4.45q.45.825.787 1.712.338.888.563 1.838M10.1 8h3.8q-.3-1.1-.775-2.075A12.7 12.7 0 0 0 12 4.05q-.65.9-1.125 1.875T10.1 8m-5 0h2.95q.224-.95.563-1.838.337-.887.787-1.712Q8 4.9 6.912 5.825A8.3 8.3 0 0 0 5.1 8"})),a6=e=>t.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},t.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"})),b0=e=>t.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},t.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"})),l6=e=>t.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},t.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"})),k0=e=>t.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},t.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"})),o6=e=>t.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},t.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"})),C0=e=>t.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},t.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"})),r6=e=>t.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},t.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"})),y0=e=>t.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},t.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"})),c6=e=>t.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},t.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"})),B0=e=>t.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},t.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"})),s6=e=>t.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},t.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"})),z0=e=>t.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},t.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"})),i6=e=>t.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},t.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"})),I0=e=>t.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},t.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"})),d6=e=>t.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},t.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"}),t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",d:"m3 3 11.333 12"})),M0=e=>t.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},t.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"}),t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m4.727 4.313 17 18"})),m6=e=>t.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},t.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"})),S0=e=>t.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},t.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"})),u6=e=>t.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},t.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"})),L0=e=>t.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},t.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"})),f6=e=>t.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},t.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"})),A0=e=>t.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},t.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"})),_6=e=>t.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},t.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"}),t.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"}),t.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"})),R0=e=>t.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},t.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"}),t.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"}),t.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"})),p6=e=>t.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},t.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"})),h6=e=>t.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},t.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"})),g6=e=>t.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},t.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"})),v6=e=>t.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},t.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"})),w6=e=>t.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},t.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"})),E6=e=>t.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},t.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"})),x6=e=>t.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},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.326 8a.8.8 0 0 1-.8.8H3.474a.8.8 0 1 1 0-1.6h9.05a.8.8 0 0 1 .8.8",clipRule:"evenodd"})),N0=e=>t.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},t.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"})),a1=e=>t.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},t.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"})),b6=e=>t.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},t.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"})),$0=e=>t.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},t.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"})),k6=e=>t.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},t.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"})),q0=e=>t.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},t.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"})),C6=e=>t.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},t.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"})),y6=e=>t.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},t.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"})),B6=e=>t.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},t.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"})),z6=e=>t.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},t.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"})),I6=e=>t.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},t.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"})),M6=e=>t.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},t.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"})),S6=e=>t.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},t.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"}),t.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"})),O0=e=>t.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},t.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"})),L6=e=>t.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},t.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 13.928 15H2.072c-.61 0-1.085-.548-.992-1.151.174-1.114.59-1.567.848-1.848l.026-.029c.953-1.039 2.764-1.814 6.046-1.814",clipRule:"evenodd"})),H0=e=>t.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},t.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"})),l1=e=>t.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},t.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"})),o1=e=>t.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},t.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=>t.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},t.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"})),T0=e=>t.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},t.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"})),r1=e=>t.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},t.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"})),c1=e=>t.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},t.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"})),R6=e=>t.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},t.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"})),P0=e=>t.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},t.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"})),N6=e=>t.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},t.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"})),$6=e=>t.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},t.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"})),q6=e=>t.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},t.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"})),O6=e=>t.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},t.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"}),t.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"})),V0=e=>t.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},t.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"}),t.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"})),H6=e=>t.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},t.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"})),W0=e=>t.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},t.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"})),T6=e=>t.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},t.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"})),D0=e=>t.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},t.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"})),P6=e=>t.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},t.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"})),F0=e=>t.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},t.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"})),V6=e=>t.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},t.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"})),j0=e=>t.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},t.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"})),W6=e=>t.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},t.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"})),G0=e=>t.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},t.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"})),D6=e=>t.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},t.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"})),U0=e=>t.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},t.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=>t.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},t.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"})),j6=e=>t.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},t.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"})),G6=e=>t.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},t.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"})),U6=e=>t.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},t.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"})),K0=e=>t.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},t.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"})),K6=e=>t.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},t.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"})),X0=e=>t.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},t.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"})),s1=e=>t.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},t.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"})),X6=e=>t.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},t.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"})),Q0=e=>t.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},t.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"})),Q6=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M1 14v-4l6-2-6-2V2l15 6z"})),Z0=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M3 20v-6l8-2-8-2V4l19 8z"})),Z6=e=>t.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},t.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"})),Y0=e=>t.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},t.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"})),Y6=e=>t.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},t.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"})),J0=e=>t.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},t.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"}),t.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"})),J6=e=>t.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},t.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"})),ea=e=>t.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},t.createElement("path",{fill:"currentColor",d:"M4.8 3A4.8 4.8 0 0 0 0 7.8v8.4A4.8 4.8 0 0 0 4.8 21h6.12v-8.883l-3.906 2.287c-.306.182-.682.072-.882-.258a.94.94 0 0 1 .074-1.068l5.297-6.245c.263-.31.73-.31.993 0l5.298 6.245a.94.94 0 0 1 .074 1.068c-.198.326-.572.44-.882.258l-3.906-2.287V21h6.12a4.8 4.8 0 0 0 4.8-4.8V7.8A4.8 4.8 0 0 0 19.2 3z"})),e7=e=>t.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},t.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"})),ta=e=>t.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},t.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"})),t7=e=>t.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},t.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"})),na=e=>t.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},t.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"})),n7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.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"})),aa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.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"})),a7=e=>t.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},t.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"})),la=e=>t.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},t.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"})),l7=e=>t.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},t.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"})),oa=e=>t.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},t.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"})),o7=e=>t.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},t.createElement("g",{clipPath:"url(#IconSpeakerOn_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconSpeakerOn_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),ra=e=>t.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},t.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"})),r7=e=>t.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},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconSpotlight_16__a)"},t.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"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconSpotlight_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),ca=e=>t.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},t.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"})),c7=e=>t.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},t.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"})),sa=e=>t.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},t.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"})),s7=e=>t.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},t.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"})),ia=e=>t.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},t.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"})),i7=e=>t.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},t.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"})),da=e=>t.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},t.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"})),d7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupportAgent_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("mask",{id:"IconSupportAgent_16__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("g",{mask:"url(#IconSupportAgent_16__a)"},t.createElement("path",{fill:"currentColor",d:"M7.333 14v-1.333h5.334V7.933q0-1.95-1.359-3.308T8 3.267 4.692 4.625 3.333 7.933V12h-.666q-.55 0-.942-.392a1.28 1.28 0 0 1-.392-.941V9.333q0-.35.175-.658T2 8.183l.05-.883a5.8 5.8 0 0 1 .658-2.1 6.3 6.3 0 0 1 1.317-1.683A5.9 5.9 0 0 1 5.842 2.4 5.9 5.9 0 0 1 8 2q1.133 0 2.15.4a5.985 5.985 0 0 1 3.133 2.783 6.1 6.1 0 0 1 .667 2.1l.05.867q.317.15.492.45t.175.633v1.534q0 .333-.175.633-.176.3-.492.45v.817q0 .55-.392.941a1.28 1.28 0 0 1-.941.392z"}))),ma=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupportAgent_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("mask",{id:"IconSupportAgent_24__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("g",{mask:"url(#IconSupportAgent_24__a)"},t.createElement("path",{fill:"currentColor",d:"M11 21v-2h8v-7.1q0-2.925-2.038-4.962T12 4.9 7.038 6.937 5 11.9V18H4q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 16v-2q0-.525.263-.988.262-.462.737-.737l.075-1.325a8.7 8.7 0 0 1 .987-3.15 9.5 9.5 0 0 1 1.975-2.525A8.8 8.8 0 0 1 8.763 3.6Q10.3 3 12 3t3.225.6 2.725 1.663a9 9 0 0 1 1.975 2.512q.775 1.45 1 3.15l.075 1.3q.475.225.738.675.262.45.262.95v2.3q0 .5-.262.95t-.738.675V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21z"}))),m7=e=>t.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},t.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"})),ua=e=>t.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},t.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"})),i1=e=>t.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},t.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"})),d1=e=>t.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},t.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"})),u7=e=>t.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},t.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"})),fa=e=>t.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},t.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"})),f7=e=>t.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},t.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"})),_a=e=>t.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},t.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"})),_7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranslation_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.25 1c.449 0 .818.338.87.772l.005.103v.875H8a.875.875 0 0 1 .102 1.744L8 4.5l-.906.001c-.128 1.76-.635 3.36-1.411 4.584l-.051.078c.7.287 1.549.488 2.491.56l1.702-3.828c.277-.622 1.097-.686 1.485-.192l.063.093.05.099 3.5 7.875a.874.874 0 0 1-1.55.801l-.048-.09-.547-1.231H8.471l-.547 1.23a.875.875 0 0 1-1.059.48l-.095-.036a.875.875 0 0 1-.48-1.059l.035-.095 1.051-2.366c-1.098-.144-2.105-.444-2.95-.869-.745.614-1.61.965-2.551.965a.875.875 0 0 1-.103-1.744l.103-.006a2.1 2.1 0 0 0 1.034-.29c-.656-.663-1.035-1.458-1.034-2.337a.875.875 0 0 1 1.744-.099l.006.102c0 .378.188.755.527 1.103.618-.934 1.06-2.236 1.186-3.728L1.875 4.5a.875.875 0 0 1-.103-1.744l.103-.006h3.5v-.875c0-.483.392-.875.875-.875m2.999 10.5h2.752l-1.376-3.097z"})),pa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranslation_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.5 2c.64 0 1.169.483 1.241 1.104l.009.146V4.5H12a1.25 1.25 0 0 1 .146 2.491L12 7l-1.295.001c-.182 2.514-.906 4.8-2.016 6.55l-.073.11c1 .41 2.214.697 3.56.8l2.431-5.469c.395-.888 1.567-.979 2.122-.273l.09.133.074.14 5 11.25a1.25 1.25 0 0 1-2.218 1.145l-.068-.13-.78-1.757h-6.154l-.78 1.757c-.26.585-.917.873-1.514.686l-.137-.051a1.25 1.25 0 0 1-.685-1.513l.051-.137 1.501-3.378c-1.568-.206-3.008-.635-4.213-1.242C5.83 16.5 4.594 17 3.25 17a1.25 1.25 0 0 1-.146-2.492l.146-.008c.506 0 1.004-.145 1.478-.413-.938-.95-1.48-2.084-1.478-3.339a1.25 1.25 0 0 1 2.492-.142l.008.146c0 .54.268 1.08.753 1.575.882-1.334 1.514-3.194 1.694-5.326L3.25 7a1.25 1.25 0 0 1-.146-2.491L3.25 4.5h5V3.25C8.25 2.56 8.81 2 9.5 2m4.284 15h3.933l-1.966-4.424z"})),p7=e=>t.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},t.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"}),t.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"})),ha=e=>t.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},t.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"})),h7=e=>t.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},t.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"}),t.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"})),ga=e=>t.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},t.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"}),t.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"})),g7=e=>t.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},t.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"})),v7=e=>t.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},t.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"})),w7=e=>t.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},t.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"})),E7=e=>t.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},t.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"})),x7=e=>t.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},t.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"})),b7=e=>t.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},t.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"})),k7=e=>t.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},t.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"})),va=e=>t.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},t.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"}),t.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"}),t.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"}),t.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"})),C7=e=>t.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},t.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"}),t.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"})),wa=e=>t.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},t.createElement("circle",{cx:17.6,cy:7.6,r:3.6,fill:"currentColor"}),t.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"}),t.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"})),y7=e=>t.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},t.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"})),Ea=e=>t.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},t.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"})),B7=e=>t.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},t.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"})),xa=e=>t.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},t.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"})),V={IconAdd:{size16:_4,size24:un,size32:un},IconAddSomeone:{size16:p4,size24:fn,size32:fn},IconAdjust:{size16:h4,size24:g4,size32:v4},IconAdmit:{size16:w4,size24:E4,size32:x4},IconAiAssistant:{size16:b4,size24:_n,size32:_n},IconAlert:{size16:k4,size24:pn,size32:pn},IconAnalyticsChart:{size16:C4,size24:hn,size32:hn},IconAnalyticsProgress:{size16:y4,size24:gn,size32:gn},IconAndroidLogo:{size16:B4,size24:vn,size32:vn},IconAppleLogo:{size16:z4,size24:wn,size32:wn},IconArrowCornerDown:{size16:I4,size24:En,size32:En},IconArrowDown:{size16:M4,size24:xn,size32:xn},IconArrowLeft:{size16:S4,size24:bn,size32:bn},IconArrowLeftRegular:{size16:L4,size24:kn,size32:kn},IconArrowRight:{size16:A4,size24:Cn,size32:Cn},IconArrowUp:{size16:R4,size24:yn,size32:yn},IconAudioTransmission:{size16:N4,size24:Bn,size32:Bn},IconAuthenticated:{size16:$4,size24:q4,size32:O4},IconBackgroundBlur:{size16:H4,size24:T4,size32:P4},IconBackgroundBlurLight:{size16:V4,size24:W4,size32:D4},IconBackgroundBlurStrong:{size16:F4,size24:j4,size32:G4},IconBackgroundReplace:{size16:U4,size24:zn,size32:zn},IconBackspace:{size16:K4,size24:In,size32:In},IconBackToTop:{size16:X4,size24:Mn,size32:Mn},IconBandwidth:{size16:Q4,size24:Sn,size32:Sn},IconBell:{size16:Z4,size24:Ln,size32:Ln},IconBilling:{size16:Y4,size24:An,size32:An},IconBlock:{size16:J4,size24:Rn,size32:Rn},IconBluetooth:{size16:e5,size24:Nn,size32:Nn},IconBreakoutRooms:{size16:t5,size24:$n,size32:$n},IconBulletPoint:{size16:n5,size24:qn,size32:qn},IconCalendar:{size16:a5,size24:On,size32:On},IconChat:{size16:l5,size24:Hn,size32:Hn},IconCheckmark:{size16:o5,size24:Tn,size32:Tn},IconCheckmarkRound:{size16:r5,size24:Pn,size32:Pn},IconChevronDown:{size16:c5,size24:Vn,size32:Vn},IconChevronLeft:{size16:s5,size24:Wn,size32:Wn},IconChevronRight:{size16:i5,size24:Dn,size32:Dn},IconChevronUp:{size16:d5,size24:Fn,size32:Fn},IconChromeLogo:{size16:m5,size24:jn,size32:jn},IconClock:{size16:u5,size24:Gn,size32:Gn},IconClose:{size16:f5,size24:Un,size32:Un},IconColumns:{size16:_5,size24:p5,size32:h5},IconConnectionIndicatorHigh:{size16:Jt,size24:Jt,size32:Jt},IconConnectionIndicatorLow:{size16:e1,size24:e1,size32:e1},IconConnectionIndicatorMedium:{size16:t1,size24:t1,size32:t1},IconConnectionIndicatorVeryLow:{size16:n1,size24:n1,size32:n1},IconCopy:{size16:g5,size24:Kn,size32:Kn},IconDeny:{size16:v5,size24:w5,size32:E5},IconDoubleChevronDown:{size16:x5,size24:Xn,size32:Xn},IconDoubleChevronLeft:{size16:b5,size24:Qn,size32:Qn},IconDoubleChevronRight:{size16:k5,size24:Zn,size32:Zn},IconDoubleChevronUp:{size16:C5,size24:Yn,size32:Yn},IconDraggable:{size16:y5,size24:Jn,size32:Jn},IconDtmf:{size16:B5,size24:e0,size32:e0},IconDualScreen:{size16:z5,size24:t0,size32:t0},IconEdit:{size16:I5,size24:n0,size32:n0},IconEmoji:{size16:M5,size24:a0,size32:a0},IconEnableshare:{size16:S5,size24:l0,size32:l0},IconExpand:{size16:L5,size24:o0,size32:o0},IconExport:{size16:A5,size24:r0,size32:r0},IconFecc:{size16:R5,size24:c0,size32:c0},IconFirefoxLogo:{size16:N5,size24:s0,size32:s0},IconFlipCamera:{size16:$5,size24:q5,size32:O5},IconFullscreenOff:{size16:H5,size24:T5,size32:P5},IconFullscreenOn:{size16:V5,size24:W5,size32:D5},IconGeneric2:{size16:F5,size24:i0,size32:i0},IconGroup:{size16:j5,size24:d0,size32:d0},IconGuest:{size16:G5,size24:m0,size32:m0},IconHeadset:{size16:U5,size24:u0,size32:u0},IconHelpRound:{size16:K5,size24:f0,size32:f0},IconHome:{size16:X5,size24:_0,size32:_0},IconHospital:{size16:Q5,size24:p0,size32:p0},IconHost:{size16:Z5,size24:h0,size32:h0},IconIconSort:{size16:Y5,size24:g0,size32:g0},IconImport:{size16:J5,size24:v0,size32:v0},IconInfoRound:{size16:e6,size24:w0,size32:w0},IconKey:{size16:t6,size24:E0,size32:E0},IconLanguage:{size16:n6,size24:x0,size32:x0},IconLeave:{size16:a6,size24:b0,size32:b0},IconLink:{size16:l6,size24:k0,size32:k0},IconLiveCaption:{size16:o6,size24:C0,size32:C0},IconLiveStream:{size16:r6,size24:y0,size32:y0},IconLiveStreamCloud:{size16:c6,size24:B0,size32:B0},IconLocation:{size16:s6,size24:z0,size32:z0},IconLock:{size16:i6,size24:I0,size32:I0},IconLowerhand:{size16:d6,size24:M0,size32:M0},IconMail:{size16:m6,size24:S0,size32:S0},IconMeetingRoom:{size16:u6,size24:L0,size32:L0},IconMeetings:{size16:f6,size24:A0,size32:A0},IconMicrophoneMutedByHost:{size16:_6,size24:R0,size32:R0},IconMicrophoneOff:{size16:p6,size24:h6,size32:g6},IconMicrophoneOn:{size16:v6,size24:w6,size32:E6},IconMinus:{size16:x6,size24:N0,size32:N0},IconMoreHorizontal:{size16:a1,size24:a1,size32:a1},IconMoreVertical:{size16:b6,size24:$0,size32:$0},IconMove:{size16:k6,size24:q0,size32:q0},IconNotauthenticated:{size16:C6,size24:y6,size32:B6},IconNotAuthenticated:{size16:z6,size24:I6,size32:M6},IconOpenInNew:{size16:S6,size24:O0,size32:O0},IconParticipant:{size16:L6,size24:H0,size32:H0},IconPasswordHide:{size16:l1,size24:l1,size32:l1},IconPasswordShow:{size16:o1,size24:o1,size32:o1},IconPause:{size16:A6,size24:T0,size32:T0},IconPexip:{size16:r1,size24:r1,size32:r1},IconPexipLogo:{size16:c1,size24:c1,size32:c1},IconPhone:{size16:R6,size24:P0,size32:P0},IconPhoneHorisontal:{size16:N6,size24:$6,size32:q6},IconPhoneTalk:{size16:O6,size24:V0,size32:V0},IconPin:{size16:H6,size24:W0,size32:W0},IconPlay:{size16:T6,size24:D0,size32:D0},IconPlayRound:{size16:P6,size24:F0,size32:F0},IconPlus:{size16:V6,size24:j0,size32:j0},IconPresentationOff:{size16:W6,size24:G0,size32:G0},IconPresentationOn:{size16:D6,size24:U0,size32:U0},IconRaiseHand:{size16:F6,size24:j6,size32:G6},IconRecording:{size16:U6,size24:K0,size32:K0},IconRefresh:{size16:K6,size24:X0,size32:X0},IconRemoteControl:{size16:s1,size24:s1,size32:s1},IconSearch:{size16:X6,size24:Q0,size32:Q0},IconSend:{size16:Q6,size24:Z0,size32:Z0},IconSettings:{size16:Z6,size24:Y0,size32:Y0},IconSettingsMeeting:{size16:Y6,size24:J0,size32:J0},IconShare:{size16:J6,size24:ea,size32:ea},IconShield:{size16:e7,size24:ta,size32:ta},IconShuffle:{size16:t7,size24:na,size32:na},IconSort:{size16:n7,size24:aa,size32:aa},IconSpeakerDisabled:{size16:a7,size24:la,size32:la},IconSpeakerOff:{size16:l7,size24:oa,size32:oa},IconSpeakerOn:{size16:o7,size24:ra,size32:ra},IconSpotlight:{size16:r7,size24:ca,size32:ca},IconStar:{size16:c7,size24:sa,size32:sa},IconStopRound:{size16:s7,size24:ia,size32:ia},IconSupport:{size16:i7,size24:da,size32:da},IconSupportAgent:{size16:d7,size24:ma,size32:ma},IconTestScriptIcon:{size16:m7,size24:ua,size32:ua},IconThumbsDown:{size16:i1,size24:i1,size32:i1},IconThumbsUp:{size16:d1,size24:d1,size32:d1},IconTimer:{size16:u7,size24:fa,size32:fa},IconTranscript:{size16:f7,size24:_a,size32:_a},IconTranslation:{size16:_7,size24:pa,size32:pa},IconTrash:{size16:p7,size24:ha,size32:ha},IconUnlock:{size16:h7,size24:ga,size32:ga},IconVideoOff:{size16:g7,size24:v7,size32:w7},IconVideoOn:{size16:E7,size24:x7,size32:b7},IconVideoSystems:{size16:k7,size24:va,size32:va},IconWaiting:{size16:C7,size24:wa,size32:wa},IconWarning:{size16:y7,size24:Ea,size32:Ea},IconWarningRound:{size16:B7,size24:xa,size32:xa}},z7="_dark_1tbu9_4",I7="_light_1tbu9_8",M7="_mini_1tbu9_12",S7="_compact_1tbu9_17",L7="_small_1tbu9_22",A7="_medium_1tbu9_27",ba={dark:z7,light:I7,mini:M7,compact:S7,small:L7,medium:A7},W=({source:e,className:a,size:l="small",colorScheme:o,ref:r,...c})=>{const s=l==="mini"||l==="compact"?e.size16:l==="small"?e.size24:e.size32,i=_(o&&ba[o],ba[l],a),d=s,m=typeof d=="function"?d({className:i,...c}):n.createElement(s,{className:i,...c});return n.createElement(Ja,null,m)},w1=jt.createSignal({name:"announcer:announce"}),R7="_announcer_flsxf_1",N7={announcer:R7},$7=({testId:e="",...a})=>{const[l,o]=n.useState([]),[r,c]=n.useState([]),s=n.useRef([]),i=n.useCallback((m,u)=>{u(p=>[...p,m]);const f=window.setTimeout(()=>{u(p=>p.filter(h=>h!==m)),clearTimeout(f),s.current=s.current.filter(p=>p!==f)},m.timeout);s.current.push(f)},[]),d=n.useCallback(m=>{m.politeness==="assertive"?i(m,o):m.politeness==="polite"&&i(m,c)},[i]);return n.useEffect(()=>(w1.add(d),()=>{w1.remove(d);for(const m of s.current)clearTimeout(m);s.current=[]}),[d]),n.createElement("div",{...a,className:N7.announcer,"data-testid":e},n.createElement("div",{"data-testid":`${e}-polite`,"aria-live":"polite",role:"log","aria-relevant":"additions"},r.map((m,u)=>n.createElement("div",{key:u},m.message))),n.createElement("div",{"data-testid":`${e}-assertive`,"aria-live":"assertive",role:"log","aria-relevant":"additions"},l.map((m,u)=>n.createElement("div",{key:u},m.message))))},A1=(e,a="polite",l=5e3)=>{w1.emit({message:e,politeness:a,timeout:l})},q7="_callToAction_1i5px_4",O7="_small_1i5px_17",H7="_enhancerStart_1i5px_28",T7="_focus_1i5px_32",P7="_text_1i5px_52",V7="_fullWidth_1i5px_58",nt={callToAction:q7,small:O7,enhancerStart:H7,focus:T7,text:P7,fullWidth:V7},W7=({className:e,enhancerStart:a,isSmall:l,modifier:o,subTitle:r="",title:c="",titleHtmlTag:s,...i})=>n.createElement(de,{className:_(nt.callToAction,nt.focus,o&&nt[o],{[nt.small]:l},e),...i},a&&n.createElement("span",{className:nt.enhancerStart},a),n.createElement("span",{className:nt.text},s?n.createElement(We,{htmlTag:s,fontVariant:L.H5},c):n.createElement(M,{fontVariant:L.H5},c),r&&!l&&n.createElement(M,{fontVariant:L.Body,variant:"subtle"},r)));var R=(function(e){return 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.CheckboxCheckContainer="checkbox-check-container",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})({});const D7="_checkbox_1mrzn_142",F7="_spaced_1mrzn_147",j7="_start_1mrzn_152",G7="_checkmark_1mrzn_152",U7="_label_1mrzn_155",K7="_end_1mrzn_159",X7="_disabled_1mrzn_163",Q7="_input_1mrzn_167",Z7="_hidden_1mrzn_187",Y7="_dark_1mrzn_138",J7="_checked_1mrzn_203",ed="_light_1mrzn_134",xe={checkbox:D7,spaced:F7,start:j7,checkmark:G7,label:U7,end:K7,disabled:X7,input:Q7,hidden:Z7,dark:Y7,checked:J7,light:ed},ol=n.forwardRef(function({checked:a,className:l,colorScheme:o,isDisabled:r,label:c,labelComponent:s=M,labelModifier:i="default",labelPosition:d="end",name:m,...u},f){const p=i==="hidden",h=Co("indeterminate",{...u}),g=`${m}-label`;return n.createElement($,null,({colorScheme:w})=>n.createElement("label",{id:g,className:_(o??w,xe.checkbox,xe[o??w],xe[d],{[xe.disabled]:r,[xe.spaced]:i==="spaced"},l),title:p?c:void 0},n.createElement("input",{ref:f,className:xe.input,type:"checkbox",name:m,checked:a,disabled:r,"aria-labelledby":g,...h}),n.createElement("span",{"data-testid":R.CheckboxCheckContainer,className:_(xe.checkmark,{[xe.checked]:a})},a&&n.createElement(W,{"data-testid":R.CheckboxCheck,source:V.IconCheckmark})),n.createElement(s,{variant:r?"disabled":"standard",className:_(xe.label,{[xe.hidden]:p})},c)))}),td="_headerWrapper_1d8w3_4",nd="_relative_1d8w3_8",ad="_absolute_1d8w3_12",ld="_headerInnerWrapper_1d8w3_16",od="_small_1d8w3_25",rd="_medium_1d8w3_28",cd="_large_1d8w3_31",sd="_start_1d8w3_35",id="_center_1d8w3_36",dd="_end_1d8w3_37",je={headerWrapper:td,relative:nd,absolute:ad,headerInnerWrapper:ld,small:od,medium:rd,large:cd,start:sd,center:id,end:dd},md=({enhancerStartClassName:e,enhancerStart:a,enhancerMiddle:l,enhancerEnd:o,enhancerFixedWidth:r=!1,hasBottomBorder:c=!0,position:s="relative",className:i,size:d="large",...m})=>n.createElement("div",{className:_(je.headerWrapper,je[s],d&&je[d],i),"data-testid":R.HeaderCore,...m},n.createElement("div",{className:je.headerInnerWrapper,"data-testid":R.HeaderCoreEnhancers},r?n.createElement(n.Fragment,null,n.createElement("div",{className:_(je.start,e)},a),l&&n.createElement("div",{className:je.center},l),n.createElement("div",{className:je.end},o)):n.createElement(n.Fragment,null,a,l,o)),c&&n.createElement(se,{"data-testid":R.HeaderCoreDivider})),ud="_dragAndDropWrapper_14crg_19",fd="_dark_14crg_27",_d="_disabled_14crg_35",pd="_light_14crg_40",hd="_error_14crg_53",gt={dragAndDropWrapper:ud,dark:fd,disabled:_d,light:pd,error:hd},rl=({className:e,isDisabled:a,children:l,colorScheme:o,hasError:r,onDrop:c,onDragOver:s,...i})=>{const d=f=>{f.preventDefault(),!a&&c?.(f,f.dataTransfer.files&&Array.from(f.dataTransfer.files),f.dataTransfer.items&&Array.from(f.dataTransfer.items))},m=f=>{f.preventDefault(),!a&&s?.(f)},u=r?gt.error:o==="dark"?gt.dark:gt.light;return n.createElement(ee,{colorScheme:o},n.createElement(ie,{className:_(gt.dragAndDropWrapper,u,a&&gt.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},l))},gd="_fileUploadLabel_ut8vl_14",vd="_fileUploadInput_ut8vl_18",wd="_noFocus_ut8vl_24",m1={fileUploadLabel:gd,fileUploadInput:vd,noFocus:wd},R1=n.forwardRef(({accept:e,ariaLabel:a="Upload files input",children:l,className:o,id:r,isDisabled:c,multiple:s,onChange:i,testId:d,noFocus:m=!1,...u},f)=>{const p=n.useId(),h=r??p;return n.createElement(n.Fragment,null,n.createElement("input",{className:_(m1.fileUploadInput,{[m1.noFocus]:m}),onChange:g=>{i(g),g.target.value=""},type:"file",accept:e,multiple:s,ref:f,id:h,disabled:c,tabIndex:m?-1:0}),n.createElement("label",{...u,className:_(m1.fileUploadLabel,o),htmlFor:h,"aria-label":a,"data-testid":d},l))});R1.displayName="FileUpload";const Ed="_heading_16odr_4",xd="_small_16odr_4",bd="_medium_16odr_7",kd="_subtitle_16odr_11",Cd="_dark_16odr_16",yd="_light_16odr_20",$t={heading:Ed,small:xd,medium:bd,subtitle:kd,dark:Cd,light:yd},Bd=({className:e,padding:a="medium",subtitle:l,title:o,titleFontVariant:r=L.H3,titleHtmlTag:c,colorScheme:s,...i})=>n.createElement($,null,({colorScheme:d})=>{const m=s??d;return n.createElement("div",{className:_($t.heading,$t[m],$t[a],e),...i},n.createElement(ee,{colorScheme:m},n.createElement("div",null,c?n.createElement(We,{htmlTag:c,fontVariant:r},o):n.createElement(M,{fontVariant:r},o)),l&&n.createElement(M,{className:$t.subtitle,fontVariant:L.Body,variant:"tinted"},l)))}),zd="_lineHeading_1shha_4",Id="_heading_1shha_20",ka={lineHeading:zd,heading:Id},Md=({children:e})=>n.createElement("div",{className:ka.lineHeading},n.createElement("div",{className:ka.heading},e)),Sd="_label_1kp2n_105",Ld="_standard_1kp2n_108",Ad="_inline_1kp2n_122",Rd="_hidden_1kp2n_136",qt={label:Sd,standard:Ld,inline:Ad,hidden:Rd},ye=({className:e,colorScheme:a,form:l,fontVariant:o=L.BodyBold,id:r,isLabelHidden:c,isLabelInline:s,isUppercase:i,text:d,variant:m="inherit",...u})=>n.createElement("label",{className:_(qt.label,{[qt.hidden]:c,[qt.inline]:s,[qt.standard]:!s},e),htmlFor:r,form:l,...u},n.createElement($,null,({colorScheme:f})=>n.createElement(M,{isUppercase:i,colorScheme:a??f,fontVariant:o,variant:m},d))),Nd="_light_1lhx4_211",$d="_dark_1lhx4_217",qd="_container_1lhx4_223",Od="_small_1lhx4_245",Hd="_medium_1lhx4_253",Td="_disabled_1lhx4_261",Pd="_clearButton_1lhx4_265",Vd="_error_1lhx4_270",Wd="_errorText_1lhx4_276",Dd="_enhancerStart_1lhx4_280",Fd="_enhancerEnd_1lhx4_281",jd="_inputElement_1lhx4_286",Gd="_dateSelectButton_1lhx4_336",Ud="_standard_1lhx4_341",Kd="_label_1lhx4_419",Xd="_transparent_1lhx4_432",te={light:Nd,dark:$d,container:qd,small:Od,medium:Hd,disabled:Td,clearButton:Pd,error:Vd,errorText:Wd,enhancerStart:Dd,enhancerEnd:Fd,inputElement:jd,dateSelectButton:Gd,standard:Ud,label:Kd,transparent:Xd},ut=n.forwardRef(({containerRef:e,className:a,clearButtonText:l="Clear",clearButtonVariant:o,colorScheme:r,enhancerEnd:c,enhancerStart:s,errorText:i,hasError:d,id:m,isDisabled:u,label:f,labelModifier:p,name:h,onChange:g,onClear:w,onValueChange:E,showClearButton:x=!1,sizeModifier:v="medium",testId:b,type:y="text",value:z,variant:k="standard",...C},B)=>{const A=n.useId(),S=m??A,N=p==="hidden",O=p==="inline",I=O||N,T=n.useRef(null),F=()=>{const K=T.current;w?w(K?.value??""):E?.(""),K&&K.focus()},re=n.useCallback(K=>{E&&E(K.currentTarget.value),g&&g(K)},[g,E]),J={text:f,id:S};n.useImperativeHandle(B,()=>({focus:K=>{T.current&&T.current.focus(K)},value:T.current?.value??""}));const{colorScheme:U,theme:H}=n.useContext(dt);return n.createElement("div",{className:_(r??U,te[k],te[r??U],{[te.disabled]:u,[te.error]:d&&!u},a)},!I&&n.createElement(ye,{className:te.label,"data-testid":b?`${b}-label`:void 0,htmlFor:S,...J}),n.createElement("div",{className:_(te.container,{[te.small]:v==="small",[te.medium]:v==="medium"}),ref:e},I&&n.createElement(ye,{isLabelHidden:N,isLabelInline:O,"data-testid":b?`${b}-label`:void 0,htmlFor:S,...J}),s&&n.createElement("div",{className:_(te.enhancerStart,"mr-2")},s),n.createElement("input",{className:_(te.inputElement,{[te.small]:v==="small",[te.medium]:v==="medium"}),"data-testid":b,disabled:u,id:S,name:h,onChange:re,ref:T,type:y,value:z,...C}),y==="date"&&n.createElement(W,{source:V.IconCalendar,className:te.dateSelectButton}),c&&n.createElement("div",{className:te.enhancerEnd},c),x&&!u&&n.createElement(G,{type:"button",size:"compact",className:te.clearButton,onClick:F,"aria-label":"Clear input","data-testid":R.InputClearButton,variant:o??(H==="theme-legacy"?"transparent":"translucent"),colorScheme:r??U},l)),d&&i&&n.createElement(M,{className:_("mt-2",te.errorText),variant:"danger",role:"alert"},i))});ut.displayName="Input";const Qd=e=>{const[a,l]=n.useState(e.value??"");return[a,{...e,onChange:o=>l(o.currentTarget.value),value:a}]},Zd=e=>n.useMemo(()=>{const a=B1(e),l=p3(e);let o="",r="";return Ga(e)||(a&&(o=e),l&&(r=h3(e))),{logoSrcString:o,logoSrcSet:r,isLogoSrcSet:l,isLogoSrcString:a}},[e]),Yd="_logo_1y8qg_4",Jd={logo:Yd},e8=({imageSrc:e,alt:a,className:l,...o})=>{const{logoSrcString:r,logoSrcSet:c,isLogoSrcSet:s}=Zd(e);return!r&&!c?null:n.createElement("img",{srcSet:s?c:r,className:_(l,Jd.logo),...o,alt:a})},t8=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 202.59",...e},t.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)"})),n8="_logo_1glki_4",a8="_absoluteCenter_1glki_9",l8="_dark_1glki_15",o8="_light_1glki_19",r8="_tertiary_1glki_23",c8="_large_1glki_27",s8="_medium_1glki_31",i8="_small_1glki_35",d8="_full_1glki_39",Ot={logo:n8,absoluteCenter:a8,dark:l8,light:o8,tertiary:r8,large:c8,medium:s8,small:i8,full:d8},m8=({colorScheme:e,size:a,position:l,className:o,...r})=>{const c=l==="absoluteCenter";return n.createElement(St,{source:t8,className:_(Ot.logo,e&&Ot[e],a&&Ot[a],o,{[Ot.absoluteCenter]:c}),...r})},u8="_closeButton_13k8s_13",f8="_icon_13k8s_22",Ca={closeButton:u8,icon:f8},ft=({className:e,onClose:a,...l})=>n.createElement(G,{className:_(Ca.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...l},n.createElement(W,{className:Ca.icon,size:"compact",source:V.IconClose})),cl=e=>t.createElement("svg",{width:20,height:9,viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",...e},t.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"})),sl=({controlledIsVisible:e,controlledOnChange:a}={})=>{const[l,o]=n.useState(!1),r=e!==void 0;return{isVisible:r?e:l,setVisible:({isVisible:i,isControlled:d=!1})=>{o(r?!1:i),d&&a?.(i)}}},_8="_tooltipContainer_8uq7q_4",p8="_tabOrderGuard_8uq7q_9",h8="_tooltip_8uq7q_4",g8="_fade_8uq7q_1",v8="_tooltipArrow_8uq7q_32",w8="_tooltipArrowIcon_8uq7q_57",E8="_tooltipControl_8uq7q_65",x8="_tooltipNotification_8uq7q_71",b8="_headerWrapper_8uq7q_81",k8="_cta_8uq7q_88",C8="_closeButton_8uq7q_93",y8="_fullWidth_8uq7q_99",Z={tooltipContainer:_8,tabOrderGuard:p8,tooltip:h8,fade:g8,tooltipArrow:v8,tooltipArrowIcon:w8,tooltipControl:E8,tooltipNotification:x8,headerWrapper:b8,cta:k8,closeButton:C8,fullWidth:y8},ya={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"},B8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,z8=(e,a)=>a?ya[B8(e)]||"top":ya[e]||"top",I8=9,M8=20,S8=12,il=4,Ba=8,N1=({ariaDescribedBy:e,ariaLabel:a,ariaLabelledBy:l,isOpen:o,closeDelay:r,defaultOpen:c,delay:s,id:i,onOpenChange:d,overlayRef:m,crossOffset:u,offset:f=I8+il,position:p,role:h="tooltip",targetRef:g,zIndex:w})=>{const E=ho.useTooltipTriggerState({closeDelay:r,defaultOpen:c,delay:s,isOpen:o,onOpenChange:d}),x=n.useRef(null),v=n.useRef(null),b=g??x,y=m??v,{triggerProps:z,tooltipProps:k}=go.useTooltipTrigger({},E,b),C=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:B,arrowProps:A,placement:S}=Pe.useOverlayPosition({arrowBoundaryOffset:S8,arrowSize:M8,containerPadding:Ba,crossOffset:u,isOpen:E.isOpen,offset:f,overlayRef:y,placement:z8(p,C),shouldFlip:!0,targetRef:b}),N=n.useCallback(O=>E.isOpen?n.createElement(Pe.Overlay,null,n.createElement("div",{...k,...B,style:{...B.style,...w===void 0?{}:{zIndex:w},maxWidth:`calc(100% - ${Ba*2}px)`},ref:y,id:i,role:h,...h==="dialog"?{"aria-describedby":e,"aria-label":a,"aria-labelledby":l}:{},"data-react-aria-top-layer":"true"},O)):null,[e,a,l,i,y,B,h,E.isOpen,k,w]);return{targetRef:b,overlayRef:y,triggerProps:z,arrowProps:A,placement:S,renderTooltip:N}},L8=({setVisible:e,shouldCloseOnOutsideClick:a})=>{const l=n.useRef(null),o=n.useRef(null),r=n.useRef(null),c=n.useRef(null),s=n.useRef(null),i=n.useCallback(()=>{document.activeElement instanceof HTMLElement&&s.current?.contains(document.activeElement)&&(c.current?st.tabbable(c.current).find(b=>b!==l.current):void 0)?.focus(),e({isVisible:!1,isControlled:!0})},[e]),d=n.useCallback(v=>{v||i()},[i]),m=n.useCallback(()=>{a&&i()},[a,i]),u=j.useOnClickOutside(m),f=n.useCallback((v,b)=>{const y=st.tabbable(document.body).filter(C=>!C.closest("[data-portal-id]"));if(y.length===0)return;const z=v?y.indexOf(v):-1;if(z===-1){(b===1?y[0]:y.at(-1))?.focus();return}if(y.length===1)return;const k=(z+b+y.length)%y.length;y[k]?.focus()},[]),p=n.useCallback(v=>{const b=l.current;b&&f(b,v)},[f]),h=n.useCallback(()=>s.current?st.tabbable(s.current).filter(v=>v!==o.current&&v!==r.current):[],[]),g=n.useCallback(v=>{f(v.relatedTarget instanceof HTMLElement?v.relatedTarget:null,1)},[f]),w=n.useCallback(v=>{f(v.relatedTarget instanceof HTMLElement?v.relatedTarget:null,-1)},[f]),E=n.useCallback(v=>{const b=h();if(b.length===0){const C=v.relatedTarget,B=C instanceof Node&&!!(C.compareDocumentPosition(v.currentTarget)&Node.DOCUMENT_POSITION_FOLLOWING);p(B?1:-1);return}const y=v.relatedTarget;(!(y instanceof Node)||!!(y.compareDocumentPosition(v.currentTarget)&Node.DOCUMENT_POSITION_FOLLOWING)?b[0]:b.at(-1))?.focus()},[p,h]),x=n.useCallback(v=>{if(v.key!=="Tab"||!s.current)return;const b=h(),y=b.indexOf(v.target),z=v.shiftKey&&y===0,k=!v.shiftKey&&y===b.length-1;!z&&!k||(v.preventDefault(),p(z?-1:1))},[p,h]);return{close:i,handleGuardFocus:E,handleOpenChange:d,handleTooltipEndGuardFocus:w,handleTooltipKeyDown:x,handleTooltipStartGuardFocus:g,outsideClickRef:u,overlayRef:s,tabOrderGuardRef:l,targetRef:c,tooltipEndGuardRef:r,tooltipStartGuardRef:o}},A8=({ariaLabel:e,closeButtonAriaLabel:a="Close tooltip",shouldCloseOnOutsideClick:l=!1,colorScheme:o="light",position:r="topRight",header:c,modifier:s,text:i,ctaText:d,ctaFn:m=()=>{},controlledIsVisible:u,controlledOnChange:f,children:p,className:h,mainWrapperClassName:g,isArrowShown:w=!0,testIdInner:E=R.NotificationTooltipInner,testIdCloseButton:x=R.NotificationTooltipClose,stopPointerDownPropagation:v=!1,zIndex:b="var(--components-z-index-tooltip)"})=>{const{isVisible:y,setVisible:z}=sl({controlledIsVisible:u,controlledOnChange:f}),k=n.useRef(Va.v4()),C=n.useId(),B=n.useId(),{close:A,handleGuardFocus:S,handleOpenChange:N,handleTooltipEndGuardFocus:O,handleTooltipKeyDown:I,handleTooltipStartGuardFocus:T,outsideClickRef:F,overlayRef:re,tabOrderGuardRef:J,targetRef:U,tooltipEndGuardRef:H,tooltipStartGuardRef:K}=L8({setVisible:z,shouldCloseOnOutsideClick:l}),{arrowProps:Se,placement:Le,renderTooltip:Fe}=N1({ariaDescribedBy:(e||c)&&i?B:void 0,ariaLabel:e,ariaLabelledBy:e?void 0:c?C:B,id:k.current,isOpen:y,onOpenChange:N,overlayRef:re,position:r,role:"dialog",targetRef:U,zIndex:b}),ue=n.createElement(ee,{colorScheme:o},n.createElement(ie,{"data-portal-id":k.current,ref:F,className:_(Z.tooltip,Z.tooltipNotification,s&&Z[s],h),"data-placement":Le,"data-testid":E,onKeyDownCapture:I,onPointerDownCapture:v?we=>we.stopPropagation():void 0},n.createElement("span",{ref:K,tabIndex:0,onFocus:T,className:Z.tabOrderGuard}),c&&n.createElement("div",{className:Z.headerWrapper},typeof c=="string"?n.createElement(M,{id:C,fontVariant:L.BodyBold,"data-testid":R.NotificationTooltipHeader},c):n.createElement("div",{id:C,"data-testid":R.NotificationTooltipHeader},c),n.createElement(ft,{className:Z.closeButton,"data-testid":x,onClose:A,"aria-label":a})),n.createElement(M,{id:B,fontVariant:L.Body,"data-testid":R.NotificationTooltipText},i),d&&(typeof d=="string"?n.createElement(G,{variant:"text",size:"none",fontVariant:L.BodyLink,useTextComponent:!0,underlineText:!0,onClick:m,className:Z.cta,"data-testid":R.NotificationTooltipCta},d):d),w&&n.createElement("div",{className:Z.tooltipArrow,...Se},n.createElement(St,{source:cl,className:Z.tooltipArrowIcon})),n.createElement("span",{ref:H,tabIndex:0,onFocus:O,className:Z.tabOrderGuard})));return n.createElement("div",{"data-portal-origin-id":k.current,...y?{role:"group","aria-label":e,"aria-labelledby":e?void 0:c?C:B,"aria-describedby":(e||c)&&i?B:void 0,"aria-details":k.current,"aria-owns":k.current}:{},ref:U,className:_(Z.tooltipContainer,s&&Z[s],g)},p,y&&n.createElement("span",{ref:J,tabIndex:0,onFocus:S,className:Z.tabOrderGuard}),Fe(ue))},R8=({colorScheme:e="light",position:a="topRight",controlledIsVisible:l,controlledOnChange:o,children:r,className:c,content:s,isHoverEnabled:i=!0,isArrowShown:d=!0,mainWrapperClassName:m,wrapperClassName:u,...f})=>{const{isVisible:p,setVisible:h}=sl({controlledIsVisible:l,controlledOnChange:o}),g=!!o,{targetRef:w,arrowProps:E,placement:x,renderTooltip:v}=N1({isOpen:p,position:a}),b=n.createElement(ee,{colorScheme:e},n.createElement("div",{className:_(Z.tooltip,c),"data-placement":x,...f},s,d&&n.createElement("div",{className:Z.tooltipArrow,...E},n.createElement(St,{source:cl,className:Z.tooltipArrowIcon}))));return n.createElement("div",{ref:w,className:_(Z.tooltipContainer,m)},n.createElement("div",{className:u,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:g}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:g})},r),v(b))},N8="_pill_19h3r_105",$8="_dark_19h3r_123",q8="_danger_19h3r_127",O8="_light_19h3r_132",H8="_closeButton_19h3r_141",Ht={pill:N8,dark:$8,danger:q8,light:O8,closeButton:H8},$1=({children:e,className:a,closeButtonAriaLabel:l="Close tooltip",colorScheme:o,isDanger:r=!1,onClose:c,testIdCloseButton:s,...i})=>n.createElement($,null,({colorScheme:d})=>n.createElement("div",{className:_(Ht.pill,Ht[o??d],{[Ht.danger]:r},a),...i},e,c&&n.createElement(ft,{className:Ht.closeButton,onClose:c,"data-testid":s,colorScheme:o,"aria-label":l}))),T8="_wrapper_55j2z_4",P8={wrapper:T8},V8=({children:e,className:a,colorScheme:l,title:o,subtitle:r,hasDivider:c=!0,...s})=>n.createElement($,null,({colorScheme:i})=>{const d=l??i;return n.createElement(ee,{colorScheme:d},n.createElement("div",{className:_(a,P8.wrapper),...s},n.createElement("div",null,n.createElement("div",null,typeof o=="string"?n.createElement(M,{fontVariant:r?L.BodyBold:L.Body},o):o),n.createElement(M,{fontVariant:L.Small,colorScheme:d},r)),e&&n.createElement("div",{className:"ms-auto"},e)),c&&n.createElement(se,null))}),W8="_wrap_1o7be_105",D8="_spaced_1o7be_110",F8="_start_1o7be_115",j8="_indicator_1o7be_115",G8="_label_1o7be_118",U8="_end_1o7be_122",K8="_input_1o7be_126",X8="_dot_1o7be_147",Q8="_dark_1o7be_157",Z8="_checked_1o7be_161",Y8="_disabled_1o7be_164",J8="_light_1o7be_172",be={wrap:W8,spaced:D8,start:F8,indicator:j8,label:G8,end:U8,input:K8,dot:X8,dark:Q8,checked:Z8,disabled:Y8,light:J8},dl=n.forwardRef(({checked:e,className:a,colorScheme:l,groupName:o,id:r,isDisabled:c,label:s,labelModifier:i,labelPosition:d="end",value:m,onChange:u,onValueChange:f,...p},h)=>{const g=n.useId(),w=r??g,E=i==="hidden",x=v=>{f?.(v.currentTarget.checked),u?.(v)};return n.createElement($,null,({colorScheme:v})=>n.createElement("label",{className:_(be.wrap,be[l??v],be[d],{[be.disabled]:c,[be.spaced]:i==="spaced"},a),title:E?s:void 0},n.createElement("input",{checked:e,className:be.input,name:o,onChange:x,value:m,ref:h,...p,id:w,type:"radio",disabled:c}),n.createElement("div",{"aria-hidden":"true",role:"presentation",className:_(be.indicator,{[be.checked]:e})},n.createElement("div",{role:"presentation",className:be.dot})),n.createElement(ye,{className:_(be.label,"mb-0"),isLabelHidden:E,text:s,variant:c?"disabled":"standard",id:w})))});dl.displayName="RadioButton";const em="_scrollbars_1glps_9",tm={scrollbars:em},Ze=n.forwardRef(({autoHide:e,children:a,className:l,onScroll:o,scrollElementRef:r,...c},s)=>{const i=n.useRef(null);return n.useEffect(()=>{const d=i,m=u=>{o?.(u)};return d.current?.addEventListener("scroll",m),()=>d.current?.removeEventListener("scroll",m)},[o]),n.createElement(po,{className:_(tm.scrollbars,l),ref:s,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":R.SimpleBarScrollable},autoHide:e!=="never",...c},a)});Ze.displayName="Scrollbars";const nm="_wrap_mihf5_25",am="_indicator_mihf5_29",lm="_arrow_mihf5_29",om="_small_mihf5_34",rm="_large_mihf5_38",cm="_success_mihf5_42",sm="_danger_mihf5_46",im="_busy_mihf5_50",dm="_warning_mihf5_54",mm="_down_mihf5_82",at={wrap:nm,indicator:am,arrow:lm,small:om,large:rm,success:cm,danger:sm,busy:im,warning:dm,down:mm},um=({className:e,color:a,role:l,size:o="small",type:r="circle",variant:c,...s})=>{const i=r.includes("arrow"),d={circle:{backgroundColor:a,boxShadow:`0px 0px 10px ${a}`},arrow:{borderColor:`transparent transparent ${a} transparent`}};return n.createElement("div",{className:_(at.wrap,e),role:l,...s},n.createElement("div",{className:_(at.indicator,at[o],c&&at[c],{[at.arrow]:i,[at.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},fm="_stepNumber_1k028_27",_m="_dark_1k028_38",pm="_disabled_1k028_42",hm="_completed_1k028_47",gm="_failed_1k028_52",vm="_active_1k028_57",wm="_light_1k028_63",lt={stepNumber:fm,dark:_m,disabled:pm,completed:hm,failed:gm,active:vm,light:wm},ml=({className:e,colorScheme:a,isActive:l,isCompleted:o,isFailed:r,isDisabled:c,stepNumber:s,...i})=>n.createElement($,null,({colorScheme:d})=>n.createElement("div",{className:_(lt.stepNumber,lt[a??d],{[lt.active]:l,[lt.completed]:o,[lt.disabled]:c,[lt.failed]:r},e),"data-testid":R.StepNumber,...i},n.createElement(M,{variant:"inherit",fontVariant:L.BodyBold,"data-testid":R.StepNumberString},o?n.createElement(W,{"data-testid":R.StepNumberCheckmark,source:V.IconCheckmark,size:"mini",className:"d-flex"}):r?n.createElement(W,{"data-testid":R.StepNumberWarning,source:V.IconWarning,size:"mini",className:"d-flex"}):s))),Em=({textareaElement:e,textareaValue:a,enabled:l,maxHeight:o})=>{n.useEffect(()=>{if(e&&l){e.style.height="0px";const r=e.scrollHeight,c=typeof o=="number"&&r>o?o:r+1;e.style.height=`${c}px`}},[e,a,o,l])},xm="_wrap_1413c_155",bm="_textarea_1413c_160",km="_errorText_1413c_197",Cm="_dark_1413c_201",ym="_clearButton_1413c_222",Bm="_error_1413c_197",zm="_disabled_1413c_239",Im="_light_1413c_266",Mm="_resizeNone_1413c_331",Sm="_resizeBoth_1413c_335",Lm="_resizeV_1413c_339",Am="_resizeH_1413c_343",Ge={wrap:xm,textarea:bm,errorText:km,dark:Cm,clearButton:ym,error:Bm,disabled:zm,light:Im,resizeNone:Mm,resizeBoth:Sm,resizeV:Lm,resizeH:Am},ul=n.forwardRef(({className:e,textareaClassname:a,colorScheme:l,errorText:o,hasError:r,id:c,isDisabled:s,isAutoResize:i=!1,autoResizeMaxHeight:d,label:m,isLabelHidden:u=!1,name:f,onChange:p,onValueChange:h,value:g,resize:w="resizeNone",rows:E=4,...x},v)=>{const b=n.useId(),y=c??b,[z,k]=n.useState(null);Em({textareaElement:z,textareaValue:g,maxHeight:d,enabled:i});const C=n.useCallback(A=>{h&&h(A.currentTarget.value),p&&p(A)},[p,h]),B={text:m,id:y};return n.useImperativeHandle(v,()=>({focus:()=>{z&&z.focus()},value:z?.value}),[z]),n.createElement($,null,({colorScheme:A})=>n.createElement("label",{className:_(Ge.wrap,Ge[l??A],{[Ge.disabled]:s,[Ge.error]:r&&!s},e)},n.createElement(ye,{isLabelHidden:u,...B}),n.createElement("textarea",{rows:E,id:y,name:f,onChange:C,ref:k,value:g,className:_(Ge.textarea,a,Ge[w]),disabled:s,...x}),r&&o&&n.createElement(M,{className:_("mt-2",Ge.errorText),variant:"danger",role:"alert"},o)))});ul.displayName="TextArea";const Rm="_underline_1a3e2_4",Nm="_textLink_1a3e2_8",$m="_textLinkContent_1a3e2_22",qm="_truncateWrap_1a3e2_29",Om="_dark_1a3e2_38",Hm="_link_1a3e2_38",Tm="_light_1a3e2_41",Pm="_disabled_1a3e2_45",Vm="_truncated_1a3e2_49",Wm="_uppercase_1a3e2_56",Ue={underline:Rm,textLink:Nm,textLinkContent:$m,truncateWrap:qm,dark:Om,link:Hm,light:Tm,disabled:Pm,truncated:Vm,uppercase:Wm},mt=({colorScheme:e,children:a,className:l,disabled:o,fontVariant:r,isDisabled:c,isUnderlined:s,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:u,variant:f="link",textStyle:p,textClassName:h,...g})=>n.createElement($,null,({colorScheme:w})=>{const E=e??w;return n.createElement(de,{className:_(Ue.textLink,Ue[E],f==="link"&&Ue[f],{[Ue.truncateWrap]:i,[Ue.disabled]:c||o},l),target:u,disabled:c,htmlTag:c?"div":m,rel:u==="_blank"?"noreferrer noopener":"",...g},n.createElement(M,{className:_(Ue.textLinkContent,{[Ue.underline]:s},h),colorScheme:E,fontVariant:r,isTruncated:i,isUppercase:d,style:p,variant:f},a))}),Dm="_row_p7k6r_4",Fm="_noneSpacing_p7k6r_10",jm="_compactSpacing_p7k6r_15",Gm="_smallSpacing_p7k6r_20",Um="_mediumSpacing_p7k6r_25",Km="_largeSpacing_p7k6r_30",za={row:Dm,noneSpacing:Fm,compactSpacing:jm,smallSpacing:Gm,mediumSpacing:Um,largeSpacing:Km},Me=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:_(za.row,za[k1(l)],a),...o},e),Xm="_wrapper_1qo1w_4",Qm="_border_1qo1w_11",Zm="_inner_1qo1w_16",Ym="_dark_1qo1w_21",Jm="_hovered_1qo1w_34",eu="_disabled_1qo1w_46",tu="_light_1qo1w_54",nu="_small_1qo1w_119",au="_medium_1qo1w_126",lu="_large_1qo1w_140",Ke={wrapper:Xm,border:Qm,inner:Zm,dark:Ym,hovered:Jm,disabled:eu,light:tu,small:nu,medium:au,large:lu},fl=({children:e,className:a,colorScheme:l,hasBorder:o=!0,isDisabled:r,isHovered:c,sizeModifier:s="large",href:i,onClick:d,...m})=>{const u=!i&&!d?"div":void 0,h=u==="div"||!!i&&i!=="#"&&!r?void 0:"button";return n.createElement($,null,({colorScheme:g})=>n.createElement(de,{className:_(Ke.wrapper,Ke[l??g],s&&Ke[s],{[Ke.disabled]:r},{[Ke.hovered]:c},a),disabled:r,href:i,htmlTag:u,onClick:d,type:h,...m},n.createElement(Me,{spacing:"none",className:_(Ke.inner,{[Ke.border]:o})},e)))},ou="_listLink_1bsc4_4",ru="_hoverIcon_1bsc4_4",cu="_startAlignedIconTextContainer_1bsc4_13",u1={listLink:ou,hoverIcon:ru,startAlignedIconTextContainer:cu},_l=({children:e,className:a,hasBorder:l=!1,icon:o,iconAlignedStart:r,iconClassName:c,iconColor:s,iconSize:i="compact",isFixedIcon:d=!1,sizeModifier:m="small",variant:u,...f})=>{const p=n.createElement(M,{variant:u},e),h=o&&n.createElement(W,{className:_({[u1.hoverIcon]:!d},"flex-shrink-0",c),color:s,source:o,size:i});return n.createElement(fl,{hasBorder:l,sizeModifier:m,className:_(u1.listLink,a),...f},r?n.createElement("div",{className:u1.startAlignedIconTextContainer},h,p):n.createElement(n.Fragment,null,p,h))},su="_light_1e54u_16",iu="_dark_1e54u_17",du="_wrap_1e54u_21",mu="_bar_1e54u_30",uu="_good_1e54u_40",fu="_warn_1e54u_44",_u="_danger_1e54u_48",pu="_primary_1e54u_52",vt={light:su,dark:iu,wrap:du,bar:mu,good:uu,warn:fu,danger:_u,primary:pu};var hu=(function(e){return e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e})({});const gu=({backgroundClassName:e,barClassName:a,barColor:l="good",colorScheme:o,progress:r,style:c,...s})=>n.createElement($,null,({colorScheme:i})=>n.createElement("div",{className:_(o??i,vt.wrap,vt[o??i],e),...s},n.createElement("div",{className:_(vt.bar,vt[l]??vt.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...c}}))),vu="_dark_19qmu_13",wu="_light_19qmu_32",Eu="_input_19qmu_281",xu="_container_19qmu_286",bu="_spaced_19qmu_291",ku="_end_19qmu_295",Cu="_label_19qmu_295",yu="_start_19qmu_298",Bu="_toggle_19qmu_298",zu="_small_19qmu_322",Iu="_hidden_19qmu_343",Mu="_indicator_19qmu_355",Su="_checked_19qmu_369",he={dark:vu,light:wu,input:Eu,container:xu,spaced:bu,end:ku,label:Cu,start:yu,toggle:Bu,small:zu,hidden:Iu,indicator:Mu,checked:Su},pl=({as:e="div",checked:a,children:l,className:o,label:r,labelClassName:c,labelPosition:s="end",labelModifier:i,labelFontWeight:d,isSmall:m,colorScheme:u,...f})=>n.createElement($,null,({colorScheme:p})=>n.createElement(e,{...f,className:_(u??p,he.container,he[u??p],s&&he[s],{[he.small]:m,[he.spaced]:i==="spaced"},o)},l,n.createElement("div",{className:_(he.toggle,{[he.checked]:a})},n.createElement("div",{className:he.indicator})),n.createElement(M,{fontVariant:d==="bold"?L.BodyBold:L.Body,className:_(he.label,c,{[he.hidden]:i==="hidden"})},r))),Lu=({checked:e,className:a,label:l,labelClassName:o,labelPosition:r="end",labelModifier:c,labelFontWeight:s,onChange:i,isSmall:d,colorScheme:m,...u})=>{const{onKeyDown:f}=j.useEnter(p=>{i(!p.currentTarget.checked)});return n.createElement(pl,{as:"label",checked:e,className:a,label:l,labelClassName:o,labelPosition:r,labelModifier:c,labelFontWeight:s,isSmall:d,colorScheme:m},n.createElement("input",{type:"checkbox",checked:e,className:he.input,onChange:p=>i(p.currentTarget.checked),onKeyDown:f,...u}))},q1=({children:e,className:a,closeDelay:l=0,colorScheme:o="light",crossOffset:r,defaultOpen:c,delay:s=500,isTooltipEnabled:i=!0,offset:d=il,position:m="top",text:u,tooltipContainerClassName:f,...p})=>{const{targetRef:h,triggerProps:g,placement:w,renderTooltip:E}=N1({closeDelay:l,crossOffset:r,defaultOpen:c,delay:s,offset:d,position:m}),x=n.useMemo(()=>n.createElement(ee,{colorScheme:o},n.createElement(ie,{className:_(Z.tooltip,Z.tooltipControl,a),"data-placement":w,"data-testid":"tooltip-inner"},typeof u=="string"?n.createElement(M,null,u):u)),[a,o,w,u]);return i?n.createElement("div",{className:_(Z.tooltipContainer,f),ref:h,...p},n.Children.map(e,v=>n.isValidElement(v)?n.cloneElement(v,{...Pa.mergeProps(v.props,g)}):v),E(x)):n.createElement(n.Fragment,null,e)},Au="_video_n8y1r_117",Ru="_mirrored_n8y1r_131",Ia={video:Au,mirrored:Ru},Tt=(e,a)=>{e?.paused&&e.play().catch(l=>{a?.(l)})},hl=n.forwardRef(({srcObject:e,sinkId:a,captionsSrc:l,captionsSrcLang:o,className:r,autoPlay:c=!0,isMirrored:s=!1,playsInline:i=!0,textTrackKind:d,muted:m,onPictureInPictureChange:u,onFailedToResume:f,...p},h)=>{const g=n.useRef(null);n.useImperativeHandle(h,()=>({resume:()=>Tt(g.current,f),focus:()=>g.current?.focus()})),n.useEffect(()=>{const E=g.current;let x=!1;const v=()=>u?.(!0),b=()=>{setTimeout(()=>{x||Tt(E,f)},0),u?.(!1)};return E?.addEventListener("enterpictureinpicture",v),E?.addEventListener("leavepictureinpicture",b),()=>{x=!0,E?.removeEventListener("enterpictureinpicture",v),E?.removeEventListener("leavepictureinpicture",b),E&&document.pictureInPictureElement===E&&document.exitPictureInPicture?.().then(()=>{u?.(!1)})}},[u,f]),n.useEffect(()=>{g.current&&e&&(g.current.srcObject=e)},[e]),n.useEffect(()=>{e?.getAudioTracks().length&&g?.current?.setSinkId?.(a??"")},[a,e]),n.useEffect(()=>{const E=g.current,x=()=>Tt(g.current,f),[v]=e?.getTracks()??[];return E?.addEventListener("suspend",x),E?.addEventListener("pause",x),v?.addEventListener("unmute",x),()=>{E?.removeEventListener("suspend",x),E?.removeEventListener("pause",x),v?.removeEventListener("unmute",x)}},[e,f]);const w=()=>{g.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(g.current.muted=!0,Tt(g.current,f)):g.current.muted=!1)};return n.createElement($,null,({colorScheme:E})=>n.createElement("video",{ref:g,autoPlay:c,muted:m,playsInline:i,className:_(Ia.video,E,{[Ia.mirrored]:s},r),onCanPlay:w,...p},d&&n.createElement("track",{kind:d,src:l,srcLang:o,default:!0})))});hl.displayName="Video";const Nu=n.forwardRef(({src:e,srcObject:a,captionsSrc:l,captionsSrcLang:o,sinkId:r,play:c,controls:s=!1,onFailure:i=h1.noop,onSuccess:d=h1.noop,...m},u)=>{const f=n.useRef(null);return n.useEffect(()=>{f.current?.setSinkId?.(r??"").catch(i)},[r,i]),n.useEffect(()=>{f.current&&a&&(f.current.srcObject=a,f.current.setSinkId?.(r??"").catch(i))},[r,a,i]),n.useEffect(()=>{c!==void 0&&(async h=>{try{h?(await f.current?.play(),f.current&&d(f.current)):f.current?.pause()}catch(g){i(g)}})(c)},[i,d,c]),n.createElement("audio",{ref:p=>{u&&("current"in u?u.current=p:u(p)),f.current=p},src:e,controls:s,...m},l&&n.createElement("track",{kind:"captions",src:l,srcLang:o}))}),$u=(e,a)=>{const[l,o]=n.useState(!1);return n.useEffect(()=>{a&&e>0&&o(!0)},[e,a]),n.useEffect(()=>{let r;return a&&l&&(r=window.setTimeout(()=>{o(!1)},800)),()=>clearTimeout(r)},[l,a]),l},qu=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{e>0&&l(e)},[e]),a},Ou="_wrapper_10wzf_18",Hu="_truncated_10wzf_23",Tu="_number_10wzf_23",Pu="_counter_10wzf_27",Vu="_visible_10wzf_47",Wu="_animated_10wzf_51",Du="_pulse_10wzf_1",Fu="_info_10wzf_63",ju="_notification_10wzf_73",$e={wrapper:Ou,truncated:Hu,number:Tu,counter:Pu,visible:Vu,animated:Wu,pulse:Du,info:Fu,notification:ju},gl=({number:e=0,isVisible:a,variant:l="notification",shouldAnimate:o=!0,isTruncated:r=!1,badgeClassName:c,childrenWrapperClassName:s,children:i,...d})=>{const m=$u(e,o),u=qu(e);return n.createElement("div",{...d,className:_($e.wrapper,{[$e.truncated]:r},d.className)},i&&n.createElement("div",{className:s},i),n.createElement("div",{"data-testid":R.BadgeCounterNumber,className:_($e.counter,$e[l],{[$e.animated]:m,[$e.visible]:a,[$e.truncated]:r},c)},n.createElement(M,{colorScheme:l==="info"?"light":"dark",fontVariant:L.SmallBold,className:$e.number},u)))},Gu=(e,a)=>e.includes(`
2
2
  `)?e.split(`
3
- `).map(l=>n.createElement(n.Fragment,{key:`${l}:${a}`},l,n.createElement("br",null))):e,U9=new Set(["com","org","net","edu","gov","mil","int","info","biz","name","pro","aero","coop","museum","app","dev","io","co","me","tv","cc","ws","mobi","asia","tel","jobs","travel","cloud","ai","blog","shop","store","site","online","tech","xyz","top","live","space","fun","icu","one","website","ac","ad","ae","af","ag","al","am","ao","aq","ar","as","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","bj","bm","bn","bo","br","bs","bt","bw","by","bz","ca","cd","cf","cg","ch","ci","ck","cl","cm","cn","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","ee","eg","er","es","et","eu","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gp","gq","gr","gs","gt","gu","gw","gy","hk","hm","hn","hr","ht","hu","id","ie","il","im","in","iq","ir","is","it","je","jm","jo","jp","ke","kg","kh","ki","km","kn","kp","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","mg","mh","mk","ml","mm","mn","mo","mp","mq","mr","ms","mt","mu","mv","mw","mx","my","mz","na","nc","ne","nf","ng","ni","nl","no","np","nr","nu","nz","om","pa","pe","pf","pg","ph","pk","pl","pm","pn","pr","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","sd","se","sg","sh","si","sk","sl","sm","sn","so","sr","ss","st","su","sv","sx","sy","sz","tc","td","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tw","tz","ua","ug","uk","us","uy","uz","va","vc","ve","vg","vi","vn","vu","wf","ws","ye","yt","za","zm","zw"]),G9=/(https?|ftp?:\/\/[^\s]+)/im,il=/((?:https?:\/\/|ftp?:\/\/|\d{1,3}(?:\.\d{1,3}){3}|[a-zA-Z0-9-]+\.{1}[a-zA-Z0-9-]{2,63})(?:[^\s.]+|\.{1}[a-zA-Z0-9-]{2,63})*)/im,X9=e=>{const a=e.split(/[/?#:]/)[0]??e;if(/^[\d.]+$/.test(a))return!1;const l=a.split("."),o=(l[l.length-1]??"").toLowerCase();return l[0]?.toLowerCase()==="www"?!0:U9.has(o)},Q9=e=>e.split(il).filter(Boolean),K9=e=>!G9.test(e),Z9=e=>Q9(e).map((a,l)=>il.test(a)?K9(a)?X9(a)?{id:l,linkType:"tld",value:a,url:`http://${a.replace(/(\/\/)/m,"")}`}:{id:l,linkType:"text",value:a}:{id:l,linkType:"url",value:a,url:a}:{id:l,linkType:"text",value:a}),dl=({text:e,...a})=>{const l=n.useMemo(()=>Z9(e),[e]);return n.createElement(n.Fragment,null,l.map(o=>o.linkType!=="text"?n.createElement(lt,{key:o.id,href:o.url,target:"_blank",...a},o.value):F9(o.value,o.id)))},xe={escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft"},Y9="_draggable_13pue_19",J9="_dragging_13pue_25",eu="_shadowFocus_13pue_31",d1={draggable:Y9,dragging:J9,shadowFocus:eu},tu={};var ml=(e=>(e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e))(ml||{});const nu=(e,a)=>{const l=e.getBoundingClientRect().bottom,o=e.getBoundingClientRect().top,r=a.getBoundingClientRect().bottom,c=a.getBoundingClientRect().top;return l>=r?"DOWN":o<=c?"UP":"STOP"},$1=n.forwardRef(({alignWithFloatRootTrigger:e,ariaLabel:a="Draggable",beforeReposition:l,floatRoot:o=void 0,floatRootInset:r=tu,isDisabled:c=!1,isMoveableWithArrowKeys:s=!1,lockStyle:i=0,onPointerMoveExtra:d,onPointerUpExtra:m,onReposition:u,pointerCapture:_=!1,pointerCaptureTarget:p,scrollElementRef:h,scrollOffset:g=10,scrollTimer:w=30,shouldCaptureClick:E=!0,showFocus:v=!0,children:x,className:B,...I},M)=>{let k=n.useRef(null);k=M??k;const[S,z]=n.useState(!1),L=n.useRef(!1),q=n.useRef(r);return n.useEffect(()=>{q.current=r},[r]),n.useEffect(()=>{if(!k.current)return;const b=k.current;if(z(!1),L.current=!1,c)return;let A=b.getBoundingClientRect();const V=h?.current??void 0;let ae=0,ne=0,F=0,H=0,Z,K=0,Fe=0,st=V?.scrollTop,le="STOP",Ce,Ue=!1,Ut=!1;const T1=()=>{document.removeEventListener("pointermove",U1),document.removeEventListener("pointerup",K1),document.removeEventListener("keyup",Z1)},Bt=()=>{clearInterval(Ce),Ue=!1,le="STOP"},Gt=()=>{b.style.left=`${(b.offsetLeft+F)/window.innerWidth*100}%`,b.style.top=`${(b.offsetTop+H)/window.innerHeight*100}%`},W1=()=>{A=b.getBoundingClientRect(),Z=b.offsetParent?.getBoundingClientRect(),K=Z?.left??0,Fe=Z?.top??0,l&&(l(b),A=b.getBoundingClientRect()),b.style.left=`${A.left-K}px`,b.style.top=`${A.top-Fe}px`,b.style.removeProperty("right"),b.style.removeProperty("bottom"),b.style.removeProperty("translate"),b.style.transform="none"};b.addEventListener("pointerdown",F1),s&&b.addEventListener("keydown",j1),V?.addEventListener("scroll",G1);function D1($){z($),Ut=$}function j1($){if($.target!==b||!($.key===xe.arrowUp||$.key===xe.arrowRight||$.key===xe.arrowDown||$.key===xe.arrowLeft))return;document.addEventListener("keyup",Z1),$.repeat||W1(),d&&d(b);const ye=$.shiftKey?10:1;switch($.key){case xe.arrowUp:H=-10*ye;break;case xe.arrowRight:F=10*ye;break;case xe.arrowDown:H=10*ye;break;case xe.arrowLeft:F=-10*ye;break;default:return}Gt(),(F||H)&&(L.current=!0),F=0,H=0}function F1($){_&&(p??b).setPointerCapture($.pointerId),$.preventDefault(),$.stopPropagation(),$.button===0&&(D1(!0),W1(),ae=$.clientX,ne=$.clientY,document.addEventListener("pointermove",U1),document.addEventListener("pointerup",K1))}function U1($){d&&d(b),i!==1&&(F=$.clientX-ae),i!==2&&(H=$.clientY-ne),V?(le=nu(b,V),le==="STOP"?(b.style.transform=`translate(${F}px, ${H}px)`,Ue&&Bt()):Ue||(Ue=!0,Ce=window.setInterval(()=>{if(V)switch((le==="UP"&&V.scrollTop===0||le==="DOWN"&&V.scrollHeight-V.clientHeight-V.scrollTop<=1)&&(le="STOP"),le){case"DOWN":V.scrollTop+=g;break;case"UP":V.scrollTop-=g;break;case"STOP":b.style.transform=`translate(${F}px, ${H}px)`,Bt();break}},w))):b.style.transform=`translate(${F}px, ${H}px)`}function G1(){if(V?.scrollTop!==void 0){if(Ut&&st!==void 0){const $=V.scrollTop-st;i!==2&&(H+=$,ne-=$),b.style.transform=`translate(${F}px, ${H}px)`}st=V.scrollTop}}const X1=()=>{let $=!1,zt=!1,ye=!1,Xt=!1,Qt={overflow:!1};if(o?.current){A=b.getBoundingClientRect();const Ge=o.current.getBoundingClientRect(),Y1=q.current.top??0,J1=q.current.bottom??0,e0=q.current.left??0,t0=q.current.right??0;A.left<Ge.left+e0&&(b.style.left=`${o.current.offsetLeft-K+e0}px`,ye=!0),A.right>Ge.right-t0&&(b.style.left=`${Ge.right-b.offsetWidth-K-t0}px`,Xt=!0),A.top<Ge.top+Y1&&(b.style.top=`${o.current.offsetTop-Fe+Y1}px`,$=!0),A.bottom>Ge.bottom-J1&&(b.style.top=`${Ge.bottom-b.offsetHeight-Fe-J1}px`,zt=!0),Qt={overflow:$||zt||ye||Xt,top:$,bottom:zt,left:ye,right:Xt},Qt.overflow&&Gt()}return Qt};e&&(e.current=()=>{const $=X1();u&&u(b,$)});function oo(){A.left+A.width/2>window.innerWidth/2&&(b.style.right=`${(window.innerWidth-A.right)/window.innerWidth*100}%`,b.style.left="auto")}function ro(){A.top+A.height/2>window.innerHeight/2&&(b.style.bottom=`${(window.innerHeight-A.bottom)/window.innerHeight*100}%`,b.style.top="auto")}const Q1=()=>{Bt(),m&&m(b),Gt(),b.style.removeProperty("transform"),(F||H)&&(L.current=!0),F=0,H=0,T1();const $=X1();$.overflow||(oo(),ro()),D1(!1),u&&u(b,$)};function K1($){_&&(p??b).releasePointerCapture($.pointerId),Q1()}function Z1(){Q1()}return()=>{T1(),b.removeEventListener("pointerdown",F1),s&&b.removeEventListener("keydown",j1),V?.removeEventListener("scroll",G1),Bt(),b.style.removeProperty("transform"),Ut&&m?.(b)}},[c,s,o,l,u,m,e,d,w,g,i,_,h,p,k.current]),n.createElement(N,null,({colorScheme:b})=>n.createElement("div",{role:"region","aria-label":a,tabIndex:s?0:-1,ref:k,className:f(b,{[d1.draggable]:!c,[d1.dragging]:S,[d1.shadowFocus]:s&&v},B),"data-dragging":S?!0:void 0,onClickCapture:E?A=>{L.current&&(A.stopPropagation(),A.preventDefault(),L.current=!1)}:void 0,...I},x))});$1.displayName="Draggable";const au="_box_kq00y_4",lu="_fillHeight_kq00y_8",ou="_overflow-hidden_kq00y_14",ru="_nonePadding_kq00y_18",cu="_compactPadding_kq00y_22",su="_smallPadding_kq00y_26",iu="_mediumPadding_kq00y_30",du="_largePadding_kq00y_34",mu="_scrollbar_kq00y_38",ut={box:au,fillHeight:lu,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:ou,nonePadding:ru,compactPadding:cu,smallPadding:su,mediumPadding:iu,largePadding:du,scrollbar:mu},ul=n.forwardRef(({fillHeight:e=!0,hasFooterShadow:a=!0,headerContent:l,headerContentBelowDivider:o,footerContent:r,padding:c="small",headerPadding:s=c,footerPadding:i=c,overflowHidden:d=!1,withScrollbars:m=!0,scrollbarRef:u,children:_,scrollElementRef:p,scrollElementClassname:h,onScroll:g,className:w,...E},v)=>{const x=n.useId();return n.createElement(ce,{hasFooterShadow:a,className:f(ut.box,{[ut.fillHeight]:e},{[ut.overflowHidden]:d},w),padding:"none",headerContent:l,headerContentBelowDivider:o,footerContent:r,footerPadding:i,headerPadding:s,ref:v,...E},_&&m?n.createElement(ct,{ref:u,scrollElementRef:p,className:f(ut.scrollbar),ariaLabel:`Scrollable panel content ${x}`,onScroll:g},n.createElement("div",{className:f(ut[fe(c)],h)},_)):_)});ul.displayName="Panel";const q1=e=>({focusFrom:n.useCallback(()=>{if(e){const l=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=l}},[e])}),uu=({children:e})=>Aa.createPortal(e,document.body),h1=(()=>{const e=[],a=o=>{const r=e.indexOf(o);r!==-1&&e.splice(r,1)};return{add:o=>(e.push(o),()=>{a(o)}),isLast:o=>e.length?e[e.length-1]===o:!1,remove:a}})(),fu=e=>{const a=o=>o?.dataset?.focusRoot==="1";return(()=>{let o=e;for(;o;){if(a(o))return o;o=o.parentElement}})()},fl=e=>{const a=v1.tabbable(e,{includeContainer:!1});if(!a.length){nt(e);return}nt(a[0],e)},nt=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){nt(a);return}e?.focus()}},_u=(e,a)=>{const l=o=>{if(o.key?.toLowerCase()!=="tab"||!h1.isLast(a))return;const r=v1.tabbable(e,{includeContainer:!1}),c=r[r.length-1],s=r[0];if(r.length===0){nt(e);return}o.shiftKey?o.target===s&&(nt(c),o.preventDefault()):o.target===c&&(nt(s),o.preventDefault())};return[()=>{document.addEventListener("keydown",l)},()=>{document.removeEventListener("keydown",l)}]},pu=(e=!0)=>{const a=n.useRef(Ra.v4()),l=n.useRef(null),o=n.useRef(null),r=n.useRef(!1);n.useEffect(()=>{r.current=e},[e]),!r.current&&e&&(l.current=document.activeElement);const c=n.useCallback(s=>{o.current=s,!(!e||!s)&&(s.setAttribute("data-focus-root","1"),s.contains(document.activeElement)||fl(s))},[e]);return n.useEffect(()=>{const s=o.current,i=a.current;if(!e||!s)return;const[d,m]=_u(s,i);h1.add(i),d?.();const u=l.current;return()=>{h1.remove(i),m?.();const _=document.activeElement,p=fu(_),h=p&&p===s,g=_&&v1.isFocusable(_);l.current=null,!(!u||!h&&g)&&u.focus?.()}},[e]),{focusTrapRef:o,setFocusTrapRef:c}},hu="_modalWrapper_1tsaz_4",gu="_modalMask_1tsaz_18",vu="_fade_1tsaz_1",wu="_modal_1tsaz_4",Eu="_compact_1tsaz_44",xu="_small_1tsaz_47",bu="_medium_1tsaz_50",ku="_large_1tsaz_53",Cu="_auto_1tsaz_56",yu="_closeButton_1tsaz_60",Bu="_closeButtonIcon_1tsaz_71",zu="_nonePadding_1tsaz_93",Iu="_compactPadding_1tsaz_97",Mu="_smallPadding_1tsaz_101",Su="_mediumPadding_1tsaz_105",Lu="_largePadding_1tsaz_109",Au="_overlay_1tsaz_113",Ru="_slide_1tsaz_1",Nu="_positioned_1tsaz_122",$u="_scrollbars_1tsaz_126",qu="_keycap_1tsaz_132",be={modalWrapper:hu,modalMask:gu,fade:vu,modal:wu,compact:Eu,small:xu,medium:bu,large:ku,auto:Cu,closeButton:yu,closeButtonIcon:Bu,nonePadding:zu,compactPadding:Iu,smallPadding:Mu,mediumPadding:Su,largePadding:Lu,overlay:Au,slide:Ru,positioned:Nu,scrollbars:$u,keycap:qu};var _l=(e=>(e.Overlay="overlay",e.Positioned="positioned",e))(_l||{});const Hu=({children:e,...a})=>n.createElement("div",{...a},e),Wt=n.forwardRef(({canDrag:e=!1,children:a,className:l,closeButton:o=rt,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:c=!0,colorScheme:s="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:u,headerContent:_,headerPadding:p,isOpen:h=!1,modalType:g="overlay",onClose:w,padding:E="medium",scrollbarsAriaLabel:v,sizeModifier:x="small",style:B,testIdCloseButton:I=R.ButtonModalClose,uniqueTitle:M,withCloseButton:k=!1,withMask:S=!0,withScrollbars:z=!0,wrapperClassName:L,...q},b)=>{const A=()=>{c&&w?.()},V=D.useOnClickOutside(A),{focusTrapRef:ae,setFocusTrapRef:ne}=pu(h),F=n.useRef(null),[H,Z]=n.useState(null),{focusFrom:K}=q1(H),Fe=z?ct:Hu;n.useImperativeHandle(b,()=>({focus:()=>{ae.current instanceof HTMLElement?fl(ae.current):H&&K()}})),n.useEffect(()=>{const Ce=Ue=>{Ue.key==="Escape"&&w?.()};return h?document.addEventListener("keydown",Ce):document.removeEventListener("keydown",Ce),()=>document.removeEventListener("keydown",Ce)},[h,w]);const{colorScheme:st}=n.useContext(at);let le=n.createElement(Q,{colorScheme:s??st},n.createElement(ce,{className:f(be.modal,be[g],x!=="none"&&be[x],!e&&l),ref:g==="positioned"?Ce=>{Z(Ce)}:ne,hasBackground:m,headerContent:_,footerContent:i,headerPadding:p,footerPadding:d,hasFooterShadow:u,...!e&&{style:B}},n.createElement(Fe,{className:be.scrollbars,...z?{ariaLabel:v}:{"aria-label":v}},n.createElement("div",{role:"presentation",ref:V,className:be[fe(E)]},n.createElement("div",{role:"dialog","aria-modal":"true","aria-label":M},k&&n.createElement(o,{"aria-label":r,className:be.closeButton,"data-testid":I,onClose:w}),a)))));return e&&(le=n.createElement($1,{className:l,style:B,floatRoot:F},le)),S&&(le=n.createElement("div",{role:"presentation",className:f(be.modalMask,L),"data-testid":R.ModalMask},le)),h?n.createElement(uu,null,n.createElement("div",{className:be.modalWrapper,role:"region",ref:F,...q},le)):null});Wt.displayName="Modal";const Ou=({className:e,colorScheme:a,hotkeyLabel:l,keyCap:o,onClose:r,...c})=>n.createElement(pl,{className:e,hotkeyLabel:l,keyCap:o,...c},n.createElement(rt,{colorScheme:a,onClose:r})),pl=({children:e,className:a,delay:l=0,hotkeyLabel:o,keyCap:r="ESC",position:c="bottomEnd",...s})=>n.createElement(N1,{delay:l,position:c,text:n.createElement(hl,{label:o,keyCap:r}),tooltipContainerClassName:a,...s},e),hl=({label:e,keyCap:a})=>n.createElement("div",{className:"d-inline-flex items-center gap-1"},n.createElement(C,null,e),n.createElement("div",{className:be.keycap},n.createElement(C,{fontVariant:y.Small},a))),Pu="_list_1kobu_4",Vu="_noneSpacing_1kobu_9",Tu="_compactSpacing_1kobu_16",Wu="_smallSpacing_1kobu_23",Du="_mediumSpacing_1kobu_30",ju="_largeSpacing_1kobu_37",ba={list:Pu,noneSpacing:Vu,compactSpacing:Tu,smallSpacing:Wu,mediumSpacing:Du,largeSpacing:ju},Ct=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:f(ba.list,ba[E1(l)],a),...o},e),gl=({enhancerEnd:e,version:a,headingText:l="About Pexip",privacyPolicyLinkText:o="Privacy Policy",privacyPolicyUrl:r="https://pexip.com/privacy-policy/",termsOfServiceLinkText:c="Terms of Service",termsOfServiceUrl:s="https://pexip.com/terms-of-service/",...i})=>n.createElement(Ct,{className:"ml-3 mr-3 mb-2",...i},l&&n.createElement(ke,null,n.createElement(De,{className:"mb-3 mt-2",fontVariant:y.H5,htmlTag:"h1"},l)),r&&o&&n.createElement(ke,{spacing:"small"},n.createElement(lt,{href:r,target:"_blank","data-testid":R.PrivacyPolicyLink},o)),c&&s&&n.createElement(ke,{spacing:"small"},n.createElement(lt,{href:s,target:"_blank","data-testid":R.TermsOfServiceLink},c)),n.createElement(re,{className:"mt-5 mb-3"}),n.createElement(C,{"data-testid":R.Version},"Version: ",a),e),Fu=bt(Wt,"light"),Uu=({className:e,isOpen:a=!1,onClose:l,version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,...u})=>n.createElement(Fu,{padding:"none",onClose:l,isOpen:a,withCloseButton:!0,className:e,...u},n.createElement(gl,{version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Dt=e=>a=>{a.key==="Enter"&&e(a)},Gu="_chevron_ansc0_4",Xu="_toggle_ansc0_12",Qu="_summary_ansc0_16",Ku="_content_ansc0_24",Zu="_expanded_ansc0_29",Yu="_accordionButton_ansc0_33",Ju="_dark_ansc0_40",ef="_meta_ansc0_47",tf="_light_ansc0_51",Re={chevron:Gu,toggle:Xu,summary:Qu,content:Ku,expanded:Zu,accordionButton:Yu,dark:Ju,meta:ef,light:tf},nf=({canOnlyToggleWithTitle:e,children:a,className:l,isExpanded:o,onExpand:r,...c})=>{const s=f(Re.summary,l);return e?n.createElement("div",{className:s},a):n.createElement(se,{className:s,"aria-expanded":o,onClick:r,onKeyDown:Dt(r),...c},a)},af=({isExpanded:e})=>{const a=e?P.IconChevronDown:P.IconChevronRight;return n.createElement(W,{size:"compact",source:a,className:f(Re.chevron,"me-2")})},lf=({children:e,isExpanded:a,canOnlyToggleWithTitle:l,onExpand:o})=>{const r=()=>n.createElement(n.Fragment,null,n.createElement(af,{isExpanded:a}),e);return l?n.createElement(se,{className:Re.accordionButton,"aria-expanded":a,onClick:o,onKeyDown:Dt(o)},n.createElement(r,null)):n.createElement("div",{className:Re.accordionButton},n.createElement(r,null))},of=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?n.createElement(C,{fontVariant:y.BodyBold,className:f(Re.meta,a)},e):n.createElement("div",{className:a},e)},rf=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:l,meta:o,isExpanded:r,onExpand:c,className:s,...i})=>n.createElement(nf,{canOnlyToggleWithTitle:e,className:s,isExpanded:r,onExpand:c,...i},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(lf,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:c},a),n.createElement(of,{meta:o}),n.createElement("div",{className:"ml-auto"},l))),cf=({buttonClassName:e,canOnlyToggleWithTitle:a,children:l,className:o,colorScheme:r,contentClassName:c,dataTestId:s,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:u,title:_,...p})=>{const[h,g]=n.useState(d),w=D.usePrevious(h),E=v=>{v.preventDefault(),g(x=>!x)};return n.useEffect(()=>{h!==(w||!1)&&u?.(h)},[u,h,w]),n.createElement(N,null,({colorScheme:v})=>n.createElement("div",{role:"group",className:f(Re[r??v],o),...p},n.createElement(rf,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:E,className:e,enhancerEnd:i,"data-testid":s},typeof _=="string"?n.createElement(C,{fontVariant:y.BodyBold},_):_),n.createElement("div",{className:f(Re.content,{[Re.expanded]:h},c)},l)))},sf="_secondaryWrapper_1plhf_4",df="_statusWrapper_1plhf_10",mf="_statusItem_1plhf_18",uf="_eventsList_1plhf_22",ff="_eventItem_1plhf_26",_f="_contentWrapper_1plhf_32",pf="_disabled_1plhf_42",ve={secondaryWrapper:sf,statusWrapper:df,statusItem:mf,eventsList:uf,eventItem:ff,contentWrapper:_f,disabled:pf},hf=({actionButton:e,disabled:a=!1,eventsItems:l,eventsTitle:o,statusItems:r,title:c,titleEnhancerStart:s})=>n.createElement(Ha,{title:c,titleEnhancerStart:s,secondaryComponent:n.createElement("div",{className:f(ve.secondaryWrapper,a&&ve.disabled,"p-4")},r.map(i=>n.createElement("div",{className:ve.statusWrapper,key:`${i.label}${i.content}`},n.createElement(C,{variant:"inherit",fontVariant:y.Body,className:ve.statusItem},i.label),n.createElement(C,{variant:"inherit",fontVariant:y.BodyBold,className:ve.statusItem},i.content))))},n.createElement("div",{className:f(ve.contentWrapper,a&&ve.disabled,"p-4")},n.createElement(De,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:y.H5},o),n.createElement(Ct,{spacing:"none",className:ve.eventsList},l.map(i=>n.createElement(ke,{key:i.label},n.createElement(lt,{onClick:i.action,isUnderlined:!!i.action,className:ve.eventItem},i.label)))),n.createElement(lt,{variant:"inherit",fontVariant:y.BodyBold,isDisabled:!0,onClick:e.action},e.label))),gf="_wrapper_16uxo_4",vf={wrapper:gf},wf={width:16,height:9},Ef=({children:e,className:a,dimensions:l=wf,isActive:o=!0,style:r,...c})=>{const s=o?{"--aspect-ratio-height":l.height,"--aspect-ratio-width":l.width}:void 0;return n.createElement("div",{style:{...r,...s},className:f(vf.wrapper,a),...c},e)},xf="_bar_19iud_4",bf="_absoluteTop_19iud_12",kf="_absoluteBottom_19iud_17",Cf="_relative_19iud_22",yf="_row_19iud_26",Bf="_rowReverse_19iud_30",zf="_column_19iud_34",If="_columnReverse_19iud_38",Mf="_spaceBetween_19iud_42",Sf="_center_19iud_46",Lf="_nonePadding_19iud_50",Af="_compactPadding_19iud_54",Rf="_smallPadding_19iud_58",Nf="_mediumPadding_19iud_62",$f="_largePadding_19iud_66",ft={bar:xf,absoluteTop:bf,absoluteBottom:kf,relative:Cf,row:yf,rowReverse:Bf,column:zf,columnReverse:If,spaceBetween:Mf,center:Sf,nonePadding:Lf,compactPadding:Af,smallPadding:Rf,mediumPadding:Nf,largePadding:$f},qf=({children:e,className:a,position:l="relative",padding:o="none",flexDirection:r="row",justifyContent:c="spaceBetween",...s})=>n.createElement("div",{className:f(ft.bar,ft[fe(o)],ft[l],ft[r],ft[c],a),...s},e),Hf="_wrapper_1f5cx_14",Of="_list_1f5cx_20",Pf="_listItem_1f5cx_27",Vf="_crumbLabel_1f5cx_30",Tf="_crumbLink_1f5cx_43",wt={wrapper:Hf,list:Of,listItem:Pf,crumbLabel:Vf,crumbLink:Tf},ka=(e,a,l)=>{e.preventDefault(),a.action?a.action():a.url&&l(a.url)},Wf=({className:e,crumbs:a,enhancerEnd:l,enhancerStart:o,handleNavigate:r})=>{const s=[...a].reverse().slice(1).find(i=>i.url||i.action);return n.createElement("nav",{className:f(e,wt.wrapper),"aria-label":"breadcrumbs"},o,(s?.url||s?.action)&&n.createElement(j,{href:s.url,onClick:i=>ka(i,s,r),htmlTag:"a",size:"none",variant:"transparent",className:"mr-3","aria-label":`Go back to ${s.label}`},n.createElement(W,{source:P.IconArrowLeftRegular,size:"medium"})),n.createElement("ul",{className:wt.list},a.map(i=>n.createElement("li",{key:`${i.label}${i.url}`,className:wt.listItem},i.action??i.url?n.createElement(se,{className:wt.crumbLink,href:i.url,htmlTag:"a",onClick:d=>ka(d,i,r)},n.createElement(Ca,{label:i.label})):n.createElement(Ca,{label:i.label})))),l)},Ca=({label:e})=>n.createElement(C,{fontVariant:y.BodyBold,className:wt.crumbLabel},e),Df="_svg_1ww8x_4",jf="_circle_1ww8x_13",ya={svg:Df,circle:jf},Ff=({duration:e=60,className:a,...l})=>{const o=n.useMemo(()=>e,[]);return n.createElement("svg",{viewBox:"0 0 32 32",className:f(ya.svg,a),role:"img","aria-label":"timer",...l},n.createElement("circle",{r:"16",cx:"16",cy:"16",className:ya.circle,style:{animationDuration:`${o}s`}}))},Uf="_countdownWrapper_nht8u_11",Gf="_countdownNumber_nht8u_20",Xf="_svg_nht8u_24",Qf="_circleMain_nht8u_33",Kf="_circleBackground_nht8u_34",Zf="_countdown_nht8u_11",Pe={countdownWrapper:Uf,countdownNumber:Gf,svg:Xf,circleMain:Qf,circleBackground:Kf,countdown:Zf},Ba=({className:e})=>n.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),Yf=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:l})=>(n.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),n.createElement("div",{className:Pe.countdownWrapper},n.createElement(C,{className:Pe.countdownNumber,colorScheme:"light",fontVariant:y.H1},e),n.createElement("svg",{role:"img","aria-label":"Circle countdown",className:Pe.svg},n.createElement(Ba,{className:f(Pe.circleBackground,l?Pe.countdown:"")}),n.createElement(Ba,{className:f(Pe.circleMain,l?Pe.countdown:"")})))),Jf=({startCountFrom:e=5,msInterval:a=1e3,shouldStartCountDown:l})=>{const{startCountDown:o,currentCount:r}=D.useCountDown({startCountFrom:e,enabled:l,msInterval:a});return n.useEffect(()=>{l&&o()},[l,o]),n.createElement(Yf,{startCountFrom:e,shouldStartCountDown:l,currentCount:r})},e_="_tabs_8tz0g_4",t_="_light_8tz0g_10",n_="_dark_8tz0g_13",a_="_small_8tz0g_16",l_="_underline_8tz0g_19",o_="_tab_8tz0g_4",r_="_active_8tz0g_39",c_="_canClickActive_8tz0g_39",s_="_large_8tz0g_51",i_="_medium_8tz0g_54",he={tabs:e_,light:t_,dark:n_,small:a_,underline:l_,tab:o_,active:r_,canClickActive:c_,large:s_,medium:i_},d_=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:l,onTabChange:o,className:r,sizeModifier:c="large",variant:s="pill"})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("div",{role:"tablist",className:f(i,he[i],he[c],he.tabs,s==="underline"&&he.underline,r)},a.map(({name:d,id:m,textEndContent:u,testId:_})=>n.createElement("button",{type:"button","data-testid":_,onClick:()=>{(l!==m||l===m&&e)&&o(m)},role:"tab",key:m,className:f(he.tab,he[i],he[c],{[he.active]:m===l,[he.canClickActive]:e,[he.underline]:s==="underline"})},n.createElement(C,{fontVariant:c==="small"?y.SmallBold:y.BodyBold,className:f({"p-relative":!!u})},d,u))))),m_="_wrap_yqav1_4",u_="_buttonContainer_yqav1_10",f_="_dropContent_yqav1_17",__="_fade_yqav1_1",p_="_contentTextNoWrap_yqav1_25",h_="_topLeft_yqav1_30",g_="_bottomLeft_yqav1_31",v_="_topRight_yqav1_35",w_="_bottomRight_yqav1_36",E_="_topMiddle_yqav1_42",x_="_bottomMiddle_yqav1_53",b_="_middleLeft_yqav1_62",k_="_middleRight_yqav1_63",C_="_limitSize_yqav1_84",y_="_row_yqav1_89",B_="_rowReverse_yqav1_93",z_="_column_yqav1_97",I_="_columnReverse_yqav1_101",we={wrap:m_,buttonContainer:u_,dropContent:f_,fade:__,contentTextNoWrap:p_,topLeft:h_,bottomLeft:g_,topRight:v_,bottomRight:w_,topMiddle:E_,bottomMiddle:x_,middleLeft:b_,middleRight:k_,limitSize:C_,row:y_,rowReverse:B_,column:z_,columnReverse:I_},jt=({buttonClassName:e,buttonLabel:a="Toggle drop content",canCloseOutside:l=!0,children:o,className:r,closeOnEscape:c=!1,content:s,contentClassName:i,dropContentRole:d,dropContentLabel:m,interactiveElement:u,isContentTextWrapped:_=!1,isDisabled:p,isOpen:h=!1,limitSize:g=!1,onClose:w,onContainerClick:E,onContentVisibilityChange:v,onOutsideClose:x,position:B="bottomLeft",flexDirection:I="row",...M})=>{const[k,S]=n.useState(h),z=n.useRef(M);z.current=M;const L=n.useCallback(()=>{w?.(),S(!1)},[w]),q=n.useCallback(()=>{l&&(L(),x?.())},[l,x,L]);n.useEffect(()=>{const H=Z=>{Z.key===xe.escape&&L()};return H&&(k?document.addEventListener("keydown",H,!0):document.removeEventListener("keydown",H,!0)),()=>H&&document.removeEventListener("keydown",H,!0)},[c,L,k]);const b=n.useCallback(H=>{E?.(),k&&w?.(),S(Z=>!Z),H.stopPropagation()},[k,w,E]),A=n.useCallback(H=>H.stopPropagation(),[]),V=H=>{H.stopPropagation(),w?.(),S(!1)};n.useEffect(()=>{v&&v(k)},[k,v]);const ae=D.useOnClickOutside(q),ne=n.useMemo(()=>n.createElement(n.Fragment,null,typeof o=="function"?o(k):o),[o,k]),F=n.useMemo(()=>u?.({"aria-label":a,children:ne,className:f(we.buttonContainer,e),onClick:b,onKeyDown:A,...z.current},k)??n.createElement(se,{"aria-label":a,className:f(we.buttonContainer,e),onClick:b,onKeyDown:A,...z.current},ne),[e,a,A,b,u,k,ne]);return p?n.createElement("div",{className:f(we.wrap,r),ref:ae},ne):n.createElement("div",{className:f(we.wrap,r),ref:ae},F,k&&n.createElement("div",{"aria-label":m,role:d,className:f(we.dropContent,we[B],we[I],{[we.contentTextNoWrap]:!_,[we.limitSize]:g},i)},typeof s=="function"?s(V):s))},M_="_dark_1flzb_20",S_="_light_1flzb_46",L_="_container_1flzb_169",A_="_errorText_1flzb_170",R_="_containerWrapContent_1flzb_174",N_="_selectWrapper_1flzb_178",$_="_fullWidth_1flzb_184",q_="_view_1flzb_187",H_="_select_1flzb_178",O_="_compact_1flzb_244",P_="_small_1flzb_248",V_="_medium_1flzb_251",T_="_hasIcon_1flzb_254",W_="_textWrapper_1flzb_258",D_="_label_1flzb_265",j_="_text_1flzb_258",F_="_icon_1flzb_273",U_="_chevron_1flzb_274",G_="_error_1flzb_170",X_="_inlineLabel_1flzb_311",Q_="_disabled_1flzb_328",O={dark:M_,light:S_,container:L_,errorText:A_,containerWrapContent:R_,selectWrapper:N_,fullWidth:$_,view:q_,select:H_,compact:O_,small:P_,medium:V_,hasIcon:T_,textWrapper:W_,label:D_,text:j_,icon:F_,chevron:U_,error:G_,inlineLabel:X_,disabled:Q_},K_="_fullWidth_7juwi_12",Z_="_button_7juwi_16",Y_="_wrapper_7juwi_20",J_="_menu_7juwi_25",ep="_checkboxWrapper_7juwi_29",tp="_textWrapper_7juwi_41",te={fullWidth:K_,button:Z_,wrapper:Y_,menu:J_,checkboxWrapper:ep,textWrapper:tp},vl=({buttonType:e,className:a,colorScheme:l,dropContentPosition:o,errorText:r,hasError:c,iconType:s,isDisabled:i,isFullWidth:d,isOpen:m=!1,isTruncated:u=!1,label:_,labelModifier:p,menuComponent:h,multipleSelectionText:g="selected",noSelectionText:w,onContentVisibilityChange:E,onOutsideClose:v,options:x,sizeModifier:B="medium",testId:I,value:M=[],wrapContent:k=!1})=>n.createElement(N,null,({colorScheme:S})=>n.createElement(jt,{buttonLabel:_,type:e,className:f(te.fullWidth,a),content:h,contentClassName:f({[te.fullWidth]:d}),isOpen:x.length>0&&m,isDisabled:i,onOutsideClose:v,onContentVisibilityChange:E,position:o,interactiveElement:z=>n.createElement(se,{...z,className:f(l??S,O.container,O[l??S],te.button,{[te.fullWidth]:d,[O.disabled]:i,[O.error]:c&&!i,[O.containerWrapContent]:k}),"data-testid":I},n.createElement(np,{iconType:s,isDisabled:i,isFullWidth:d,isTruncated:u,labelModifier:p,multipleSelectionText:g,noSelectionText:w,options:x,selectLabel:_,sizeModifier:B,value:M}),c&&r&&n.createElement(C,{className:f("mt-2",O.errorText),variant:"danger"},r))})),np=({iconType:e,isDisabled:a,isFullWidth:l,isTruncated:o,labelModifier:r,multipleSelectionText:c,noSelectionText:s,options:i,selectLabel:d,sizeModifier:m,value:u})=>{const _=r==="hidden",p=r==="inline",h=v=>i.find(x=>x.id===v)?.label??v,g=p||_,w={text:d},E=()=>u.length===1?h(u[0]):u.length>1&&!o?u.map(v=>h(v)).join(", "):u.length===0&&!s||u.length>1?`${u.length} ${c}`:s;return n.createElement(n.Fragment,null,!g&&n.createElement(ge,{className:f(O.label),...w}),n.createElement(se,{className:f(O.selectWrapper,{[te.fullWidth]:l}),htmlTag:"div",disabled:a},n.createElement("div",{className:f(O.view,O[m],{[O.hasIcon]:!!e}),"data-testid":R.MultiselectView},g&&n.createElement(ge,{className:f(O.inlineLabel),isLabelHidden:_,isLabelInline:p,...w}),!!e&&n.createElement(W,{size:"compact",source:e,className:O.icon}),n.createElement("div",{className:f(O.textWrapper,te.textWrapper)},n.createElement("span",{className:O.text},E())),n.createElement(W,{size:m==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron}))))},ap=bt(ce,"light"),wl=({descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,menuTestId:o,onSelectChange:r,options:c,value:s=[],...i})=>{const d=({id:m,checked:u})=>{let _=[];!s.includes(m)&&u?_=[...s,m]:s.includes(m)&&!u&&(_=s.filter(h=>h!==m));const p=_.map(h=>({id:h,label:c.find(g=>g.id===h)?.label??"No label"}));r(p)};return n.createElement(vl,{options:c,value:s,isFullWidth:a,menuComponent:n.createElement(lp,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,onChange:d,options:c,selection:s,testId:o}),...i})},El=({children:e,className:a,description:l,descriptionFontVariant:o=y.Body,...r})=>n.createElement("div",null,n.createElement(C,{...r,className:a},e),l&&n.createElement(C,{...r,className:f("d-block mb-1",a),fontVariant:o},l)),lp=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=El,labelFontVariant:o,onChange:r,options:c,selection:s,testId:i})=>{const d=m=>{r({id:m.currentTarget.name,checked:m.currentTarget.checked})};return c.length>0?n.createElement(ap,{className:f(te.wrapper,{[te.fullWidth]:a},"py-3"),"data-testid":i},n.createElement(ct,{className:f(te.menu,"pl-4 pr-5 mr-1")},c.filter(m=>!m.isHidden).map((m,u)=>n.createElement("div",{className:f(te.checkboxWrapper,{"mb-2":u+1!==c.length}),key:m.id,"data-testid":`${R.MultiselectItem}-${u}`},n.createElement(S1,{checked:s.includes(m.id),isDisabled:m.isDisabled,label:m.label,name:m.id,onChange:d,role:"menuitemcheckbox",labelComponent:({children:_,...p})=>n.createElement(l,{...p,fontVariant:o,description:m.description,descriptionFontVariant:e},_)}))))):null},op=bt(ce,"light"),rp=({buttonType:e,descriptionFontVariant:a,isFullWidth:l,isOpen:o,labelFontVariant:r,menuTestId:c,onConfirm:s,onContentVisibilityChange:i,options:d,value:m=[],...u})=>{const[_,p]=n.useState(m),[h,g]=n.useState(o),w=({id:v,checked:x})=>{let B=[];!_.includes(v)&&x?B=[..._,v]:_.includes(v)&&!x&&(B=_.filter(I=>I!==v)),p(B)},E=()=>{const v=_.map(x=>({id:x,label:d.find(B=>B.id===x)?.label??"No label"}));g(!1),s(v)};return n.createElement(vl,{buttonType:e,isFullWidth:l,isOpen:h,menuComponent:v=>n.createElement(cp,{descriptionFontVariant:a,isFullWidth:l,labelFontVariant:r,onChange:w,onConfirm:x=>{E(),v(x)},options:d,selection:_,testId:c}),options:d,onOutsideClose:()=>p(m),onContentVisibilityChange:i,value:_,...u})},cp=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=El,labelFontVariant:o,onChange:r,onConfirm:c,options:s,selection:i,testId:d})=>{const m=u=>{r({id:u.currentTarget.name,checked:u.currentTarget.checked})};return s.length>0?n.createElement(op,{className:f(te.wrapper,{[te.fullWidth]:a},"py-3"),"data-testid":d},n.createElement(ct,{className:f(te.menu,"pl-4 pr-5 mr-1")},s.filter(u=>!u.isHidden).map((u,_)=>n.createElement("div",{className:f(a?te.fullWidth:te.checkboxWrapper,{"mb-2":_+1!==s.length}),key:u.id,"data-testid":`${R.MultiselectItem}-${_}`},n.createElement(S1,{checked:i.includes(u.id),isDisabled:u.isDisabled,label:u.label,name:u.id,onChange:m,role:"menuitemcheckbox",labelComponent:({children:p,...h})=>n.createElement(l,{...h,fontVariant:o??h.fontVariant,description:u.description,descriptionFontVariant:e},p)})))),n.createElement("div",{className:"mx-4 mt-2"},n.createElement(j,{onClick:c,modifier:"fullWidth","data-testid":R.ConfirmableMultiselectConfirm},"Confirm"))):null},sp=bt(Wt,"light"),ip=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:l,confirmButtonTestid:o,confirmButtonVariant:r="primary",description:c,descriptionWordBreak:s,isOpen:i,onCancel:d,onConfirm:m,title:u,..._})=>{const p=n.createElement(j,{onClick:m,variant:r,size:"medium","data-testid":o,modifier:"fullWidth"},l);return n.createElement(sp,{isOpen:i,..._},n.createElement(Ct,{spacing:"none"},n.createElement(C,{fontVariant:y.H5,className:"mb-2"},u),c&&n.createElement(C,{fontVariant:y.Body,className:"mb-4",wordBreak:s},n.createElement(dl,{text:c})),e?n.createElement(Ga,{className:"mt-2"},n.createElement(_1,{xs:6},n.createElement(j,{onClick:d,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),n.createElement(_1,{xs:6},p)):p))},dp="_wrapper_1uegx_4",mp="_clickCatcher_1uegx_8",up="_positionAdjuster_1uegx_17",m1={wrapper:dp,clickCatcher:mp,positionAdjuster:up},fp=({children:e,menu:a})=>{const[l,o]=n.useState(!1),r=()=>o(!1),c=i=>{o(!l),l||i.preventDefault()},s=typeof a=="function"?a({onClose:r}):a;return n.createElement("div",{onContextMenu:c,role:"presentation",tabIndex:-1,className:m1.wrapper},l&&n.createElement(n.Fragment,null,n.createElement("div",{className:m1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),n.createElement("div",{className:m1.positionAdjuster},s)),e)},_p=({isPointingUpwards:e,...a})=>n.createElement(N,null,({colorScheme:l})=>n.createElement(W,{colorScheme:l,size:"small",source:e?P.IconChevronUp:P.IconChevronDown,...a})),pp=({children:e,isOpen:a,...l})=>n.createElement(se,{"aria-expanded":a,htmlTag:"summary",...l},e,n.createElement(_p,{isPointingUpwards:a})),hp=({children:e,className:a,content:l,isFullWidth:o,isInitiallyOpen:r,onToggle:c,summaryElement:s=pp,...i})=>{const[d,m]=n.useState(r??!1);return n.createElement("details",{onToggle:u=>{m(u.currentTarget.open),c?.(u)},open:d},n.createElement(s,{className:f("d-flex align-items-center",{"justify-content-space-between":o},a),isOpen:d,...i},e),l)},gp="_fileUpload_mtns5_13",vp="_button_mtns5_22",wp="_disabledDark_mtns5_32",Ep="_disabledLight_mtns5_37",xp="_error_mtns5_42",bp="_content_mtns5_47",Ie={fileUpload:gp,button:vp,disabledDark:wp,disabledLight:Ep,error:xp,content:bp},kp="or drag and drop",xl=n.forwardRef(({accept:e,ariaLabel:a,colorScheme:l="dark",hasError:o,isDisabled:r,onChange:c,onDrop:s,multiple:i=!1,title:d,subTitle:m=kp,...u},_)=>{const p=r?l==="dark"?Ie.disabledDark:Ie.disabledLight:"";return n.createElement(Ya,{onDrop:s,colorScheme:l,hasError:o,isDisabled:r,...u},n.createElement(L1,{accept:e,className:Ie.fileUpload,onChange:c,multiple:i,ref:_,ariaLabel:a,colorScheme:l,isDisabled:r},n.createElement("div",{className:Ie.content},n.createElement("div",{className:Ie.button},n.createElement(W,{source:P.IconAdd,size:"small",className:f(p,o&&Ie.error),colorScheme:l})),d&&n.createElement(ke,{className:"pb-0"},n.createElement(C,{fontVariant:y.H5,className:f(p,o&&Ie.error),colorScheme:l},d)),m&&n.createElement(ke,{className:"pt-0"},n.createElement(C,{fontVariant:y.Body,className:f(p,o&&Ie.error),colorScheme:l},m)))))});xl.displayName="DragAndUploadFiles";const Cp=({children:e,className:a,...l})=>n.createElement("form",{className:a,...l},e),yp="_group_1wlif_4",Bp="_noneSpacing_1wlif_10",zp="_compactSpacing_1wlif_14",Ip="_smallSpacing_1wlif_18",Mp="_mediumSpacing_1wlif_22",Sp="_largeSpacing_1wlif_26",Lp="_fullWidth_1wlif_30",Ap="_spaceBetween_1wlif_34",Rp="_center_1wlif_38",Np="_normal_1wlif_42",Nt={group:yp,noneSpacing:Bp,compactSpacing:zp,smallSpacing:Ip,mediumSpacing:Mp,largeSpacing:Sp,fullWidth:Lp,spaceBetween:Ap,center:Rp,normal:Np},$p=({children:e,className:a,modifier:l,spacing:o="medium",justifyContent:r="normal",...c})=>n.createElement("div",{className:f(Nt.group,Nt[E1(o)],Nt[r],l&&Nt[l],a),...c},e),qp="_pill_b6d2f_12",Hp="_iconWrapper_b6d2f_19",Op="_icon_b6d2f_19",Pp="_textWrapper_b6d2f_32",Vp="_text_b6d2f_32",_t={pill:qp,iconWrapper:Hp,icon:Op,textWrapper:Pp,text:Vp},Tp=({className:e,text:a,...l})=>n.createElement(R1,{className:f("align-items-center",_t.pill,e),...l},n.createElement("div",{className:_t.iconWrapper},n.createElement(W,{className:_t.icon,source:P.IconInfoRound,colorScheme:"light"})),n.createElement("div",{className:_t.textWrapper},n.createElement(C,{colorScheme:"light",className:_t.text},a))),Wp="_menu_pmbhb_11",Dp={menu:Wp},bl=({item:e,variant:a,...l})=>n.createElement(ke,{"aria-checked":e.isAriaChecked,"aria-selected":e.isAriaSelected,role:e.role,...l},n.createElement(C,{className:"pr-1 pl-1",variant:a},e.label),e.icon&&n.createElement(W,{source:e.icon,size:"compact",color:e.iconColor})),kl=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?n.createElement(ol,{"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,iconAlignedStart:e.iconAlignedStart,iconColor:e.iconColor,isDisabled:e.isDisabled,isFixedIcon:e.isFixedIcon,onClick:e.clickAction,role:e.role,target:a?void 0:e.target,variant:e.variant??"inherit"},e.label):n.createElement(bl,{item:e})},jp=e=>e.map(a=>String(a.label)).join(":"),Fp=({children:e,className:a,colorScheme:l="light",testId:o})=>n.createElement(Q,{colorScheme:l},n.createElement(ce,{"data-testid":o,className:f(Dp.menu,a)},e)),Up=({className:e,colorScheme:a="light",isAriaMultiSelectable:l,menuContent:o,menuEntryComponent:r=kl,onPointerDownCapture:c,role:s="menu",tabIndex:i,testId:d,wrapperComponent:m=Fp})=>{const u=!Array.isArray(o),_=Object.entries(o);return n.createElement(m,{className:e,colorScheme:a,testId:d},_.map(([p,h],g)=>{const w=_.length-1===g;return n.createElement(n.Fragment,{key:jp(h)},u&&n.createElement(n.Fragment,null,n.createElement("div",{className:"p-2"},n.createElement(C,{fontVariant:y.BodyBold},p)),n.createElement("div",{className:"px-2"},n.createElement(re,{role:"separator"}))),n.createElement(Ct,{onPointerDownCapture:c,"aria-multiselectable":l,className:"p-1",role:s,spacing:"compact",tabIndex:i},h.map((E,v)=>{const x=E.linkWrapper;return x?n.createElement(x,{key:`${E.label}-wrapper-${v}`},n.createElement(r,{item:E})):n.createElement(r,{key:`${E.label}-entry-${v}`,item:E})})),!w&&n.createElement("div",{className:"px-2"},n.createElement(re,{role:"separator"})))}))},Gp="_line_ik17u_25",Xp="_dark_ik17u_32",Qp="_disabled_ik17u_35",Kp="_completed_ik17u_38",Zp="_failed_ik17u_41",Yp="_active_ik17u_44",Jp="_light_ik17u_48",Je={line:Gp,dark:Xp,disabled:Qp,completed:Kp,failed:Zp,active:Yp,light:Jp},eh=({className:e,colorScheme:a,isActive:l,isCompleted:o,isDisabled:r,isFailed:c,...s})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("div",{className:f(Je.line,Je[a??i],{[Je.active]:l,[Je.completed]:o,[Je.disabled]:r,[Je.failed]:c},e),"data-testid":R.LineStep,...s})),Cl=(e,a)=>{const o=Math.max(0,e);return o>a?a:o},th=({steps:e,stepIndex:a})=>{const l=e.findIndex((r,c)=>c>=a&&!r.isDisabled),o=~l?l:a;return Cl(o,e.length-1)},nh=({isActive:e,isDisabled:a})=>e?"standard":a?"disabled":"subtle",ah="_multistepIndicatorWrapper_1jax0_4",lh="_isStepNameHidden_1jax0_10",oh="_lineStepperWrapper_1jax0_14",rh="_lineStepListItem_1jax0_19",ch="_lineStepButton_1jax0_23",sh="_truncated_1jax0_27",ih="_item_1jax0_32",dh="_itemButton_1jax0_36",mh="_text_1jax0_39",uh="_number_1jax0_43",fh="_noHover_1jax0_52",ue={multistepIndicatorWrapper:ah,isStepNameHidden:lh,lineStepperWrapper:oh,lineStepListItem:rh,lineStepButton:ch,truncated:sh,item:ih,itemButton:dh,text:mh,number:uh,noHover:fh},_h=({isActive:e,isCompleted:a,isFailed:l,isCurrent:o,isDisabled:r,isStepNameTruncated:c,isStepNameHidden:s,label:i,stepNumber:d})=>n.createElement(n.Fragment,null,n.createElement(nl,{className:f(ue.number,{"mr-2":!s}),isActive:e||o,isCompleted:a,isFailed:l,isDisabled:r,stepNumber:d}),!s&&n.createElement(C,{isTruncated:c,className:ue.text,fontVariant:y.BodyBold,variant:nh({isDisabled:r,isActive:e||o})},i)),za="step",ph=({className:e,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,step:r,stepIndex:c,variant:s,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:u,isCompleted:_,isFailed:p,isSelectable:h,label:g,onClick:w}=r,E=m||!a&&!d&&!h,v=n.useRef(null),x=Kl();return n.useEffect(()=>{x&&a&&v.current&&v.current.focus()},[a,x]),n.createElement("li",{className:f(ue.item,{[ue.truncated]:l,[ue.lineStepListItem]:s==="line"},e)},n.createElement(Tt,{"aria-current":a?za:void 0,"aria-label":`${za} ${c}`,"aria-hidden":E,tabIndex:E?-1:0,"data-testid":`${R.MultistepIndicatorButton}-${c}`,disabled:E,ref:v,className:f(ue.itemButton,{[ue.noHover]:E,[ue.lineStepButton]:s==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(c),w?.())},href:u,htmlTag:s==="line"||!u?"button":"a"},s==="ordered-list"?n.createElement(_h,{isActive:d,isCompleted:_,isFailed:p,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,label:g,stepNumber:String(c+1)}):n.createElement(eh,{isActive:d||a,isCompleted:_,isDisabled:m})))},hh=({className:e,colorScheme:a,currentStepIndex:l=0,isStepNameTruncated:o,isStepNameHidden:r=!1,stepClassName:c,steps:s,variant:i="ordered-list",onStepChange:d})=>{const m=Cl(l,s.length-1),u=s[m];return n.createElement(N,null,({colorScheme:_})=>n.createElement(Q,{colorScheme:a??_},n.createElement("ol",{"aria-label":u?`${u.label}, step ${m+1} of ${s.length}`:void 0,className:f("d-flex",ue.multistepIndicatorWrapper,{[ue.lineStepperWrapper]:i==="line",[ue.isStepNameHidden]:r},e),"data-testid":R.MultistepIndicator},s.map((p,h)=>n.createElement(ph,{className:c,isCurrent:h===m,isStepNameTruncated:o,isStepNameHidden:r,key:`${h}-${p.label}`,onStepChange:d,step:p,stepIndex:h,variant:i})))))},gh="_wrap_oxd8c_11",vh="_input_oxd8c_15",wh="_button_oxd8c_35",Eh="_buttonBorderDark_oxd8c_40",xh="_buttonBorderLight_oxd8c_44",Me={wrap:gh,input:vh,button:wh,buttonBorderDark:Eh,buttonBorderLight:xh},bh=({name:e,label:a,colorScheme:l,onChange:o,ariaLabelDecrement:r,labelDecrement:c="-",ariaLabelIncrement:s,labelIncrement:i="+",value:d=0,minValue:m=0,maxValue:u=Number.MAX_VALUE,isInputReadOnly:_,isDisabled:p,stepValue:h=1,testIDDecrement:g,testIDIncrement:w,testIDInput:E})=>{const v=n.useCallback(I=>Math.min(Math.max(I,m),u),[m,u]),x=n.useCallback(I=>{const M=v(d+I);!p&&o(M)},[d,v,o,p]),B=I=>{const M=v(Number(I));o(M)};return n.createElement(N,null,({colorScheme:I})=>{const M=l||I;return n.createElement("div",{className:Me.wrap},n.createElement(j,{className:f(Me.button,M==="dark"?Me.buttonBorderDark:Me.buttonBorderLight),colorScheme:M,variant:"translucent",onClick:()=>x(-h),disabled:d===m,"data-testid":g??R.NumberStepDecrement,"aria-label":r,isDisabled:p},c),n.createElement(ot,{className:Me.input,colorScheme:M,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":E??R.NumberStepInput,onValueChange:B,readOnly:_,isDisabled:p}),n.createElement(j,{className:f(Me.button,M==="dark"?Me.buttonBorderDark:Me.buttonBorderLight),colorScheme:M,variant:"translucent",onClick:()=>x(h),disabled:d===u,"data-testid":w??R.NumberStepIncrement,"aria-label":s,isDisabled:p},i))})},kh="_toggleShowPasswordIcon_p5tw9_4",Ch={toggleShowPasswordIcon:kh},yh=({hidePasswordTitle:e="Hide password",showPasswordTitle:a="Show password",...l})=>{const[o,r]=n.useState(!1),c=o?P.IconPasswordHide:P.IconPasswordShow,s=o?e:a;return n.createElement(ot,{...l,enhancerEnd:n.createElement(j,{noHover:!0,onClick:i=>{i.preventDefault(),i.stopPropagation(),r(d=>!d)},size:"none",title:s,variant:"transparent"},n.createElement(W,{className:f(Ch.toggleShowPasswordIcon,"ml-1"),source:c})),type:o?"text":"password"})},Bh=({children:e,remotePopOut:a,title:l,onUnload:o})=>{const[r]=n.useState(()=>document.createElement("div")),c=n.useRef(null);return n.useEffect(()=>{a&&(c.current=a),c.current||(c.current=window.open("","")),c.current&&(c.current.document.title=l??"Pexip One")},[a,l]),n.useEffect(()=>{const s=c.current,i=()=>{s&&(s.removeEventListener("beforeunload",i),window.removeEventListener("beforeunload",i),s?.closed||s.close(),typeof o=="function"&&o())};return s&&(s.document.body.appendChild(r),zh(s),s.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,o]),r?Aa.createPortal(e,r):null},zh=e=>{const a=Array.from(document.styleSheets);for(const l of a)if(l.href){const o=document.createElement("link");o.rel="stylesheet",o.href=l.href,e.document.head.appendChild(o)}else if(l.cssRules&&l.cssRules.length>0){const o=document.createElement("style");for(const r of Array.from(l.cssRules))o.appendChild(document.createTextNode(r.cssText));e.document.head.appendChild(o)}},Ih="_wrap_rw770_12",Mh="_labelWrapper_rw770_17",Sh="_contentWrap_rw770_21",Lh="_input_rw770_29",Ah="_actions_rw770_34",Rh="_errorText_rw770_38",Se={wrap:Ih,labelWrapper:Mh,contentWrap:Sh,input:Lh,actions:Ah,errorText:Rh},H1=({children:e="",className:a,errorText:l,hasError:o,label:r,labelEnhanceEnd:c,...s})=>n.createElement("div",{className:f(Se.wrap,a),...s},n.createElement("span",{className:f(Se.labelWrapper,"d-flex align-items-center")},n.createElement(ge,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:y.SmallBold,variant:"subtle"}),c),n.createElement("div",{className:Se.contentWrap},e),o&&l&&n.createElement(C,{className:f("mt-2",Se.errorText),variant:"danger",role:"alert"},l)),Nh=({confirmLabel:e="Save",className:a,initialValue:l="",denyAlertText:o="Are you sure you want to cancel?",denyLabel:r="Cancel",hasError:c,errorText:s,id:i,isEditing:d,isConfirmDisabled:m,isReadOnly:u,label:_,labelEnhanceEnd:p,modifyLabel:h="Edit",name:g,overrideInputValue:w,placeholder:E,shouldShowDenyAlert:v,type:x,onChange:B,onConfirm:I,onEditingStateChange:M})=>{const[k,S]=n.useState(l),[z,L]=n.useState(d),q=n.useRef(null),b=n.useId(),A=i??b;n.useEffect(()=>{w&&S(w)},[w]);const V=Z=>{B&&B(Z),S(Z.target.value)},ae=()=>{L(!1),M?.(!1),I?.(k)},ne=()=>{const Z=l===k,K=v&&l!==k&&confirm(o);(!v||Z||K)&&(S(l),L(!1),M?.(!1))},F=()=>{L(!0),M?.(!0)};n.useEffect(()=>{z&&q.current?.focus()},[z]);const H=n.createElement(n.Fragment,null,(u||!z)&&n.createElement(n.Fragment,null,n.createElement(C,{"data-testid":"text-saved"},l??E),!u&&n.createElement(j,{variant:"text",onClick:F,"data-testid":"btn-modify"},h)),!u&&z&&n.createElement(n.Fragment,null,n.createElement(ot,{ref:q,className:Se.input,id:A,name:g,type:x,value:k,label:_,labelModifier:"hidden",onChange:V,hasError:c,placeholder:E,onKeyDown:Dt(ae),sizeModifier:"small"}),n.createElement("div",{className:Se.actions},I&&n.createElement(j,{variant:"text",onClick:ne,"data-testid":"btn-deny"},r),n.createElement(j,{variant:"text",isDisabled:m,onClick:ae,"data-testid":"btn-confirm"},e))));return n.createElement(H1,{className:a,errorText:s,hasError:c,label:_,labelEnhanceEnd:p},H)},$h=({confirmLabel:e="Save",className:a,denyAlertText:l="Are you sure you want to cancel?",denyLabel:o="Cancel",hasError:r,errorText:c,isEditing:s,isReadOnly:i,label:d,labelEnhanceEnd:m,modifyLabel:u="Edit",noSelectionLabel:_="--",options:p=[],shouldShowDenyAlert:h,value:g=[],onChange:w,onConfirm:E})=>{const[v,x]=n.useState(g),[B,I]=n.useState(s),M=b=>b.map(A=>({id:A,label:p.find(V=>V.id===A)?.label??A})),k=b=>{w&&w(b),x(b.map(A=>A.id))},S=()=>{I(!1);const b=M(v);E?.(b)},z=()=>{const b=g===v,A=g!==v&&confirm(l);(!h||b||A)&&(I(!1),x(g))},L=()=>{x(g),I(!0)},q=n.createElement(n.Fragment,null,(i||!B)&&n.createElement(n.Fragment,null,n.createElement(C,{"data-testid":"preference-multiselect-label"},M(g).map(b=>b.label).join(", ")||_),!i&&n.createElement(j,{variant:"text",onClick:L,"data-testid":"btn-modify"},u)),!i&&B&&n.createElement(n.Fragment,null,n.createElement(wl,{className:Se.input,value:v,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:k,hasError:r,sizeModifier:"small",options:p,isOpen:!0}),n.createElement("div",{className:Se.actions},E&&n.createElement(j,{variant:"text",onClick:z,"data-testid":"btn-deny"},o),n.createElement(j,{variant:"text",onClick:S,"data-testid":"btn-confirm"},e))));return n.createElement(H1,{className:a,errorText:c,hasError:r,label:d,labelEnhanceEnd:m},q)},qh="_wrap_1l8nu_4",Hh="_withBorderBottom_1l8nu_12",Oh="_row_1l8nu_16",Ph="_rowLeft_1l8nu_24",Vh="_rowBottom_1l8nu_30",pt={wrap:qh,withBorderBottom:Hh,row:Oh,rowLeft:Ph,rowBottom:Vh},Th=({className:e,description:a,descriptionVariant:l="tinted",label:o,labelVariant:r="standard",rowBottom:c,rowLeft:s,withBorderBottom:i=!0})=>{const d=n.useId();return n.createElement("fieldset",{className:f(pt.wrap,{[pt.withBorderBottom]:i},e),"aria-labelledby":d},n.createElement("div",{className:pt.row},n.createElement("div",{className:"d-flex flex-direction-column"},o&&(typeof o=="string"?n.createElement(C,{fontVariant:y.BodyBold,variant:r},o):o),a&&(typeof a=="string"?n.createElement(C,{variant:l},a):a)),s&&n.createElement("div",{className:pt.rowLeft},s)),c&&n.createElement("div",{className:pt.rowBottom},c))},Wh=({searchInputTestId:e,clearButtonTestId:a,inputAriaLabel:l,clearButtonAriaLabel:o,placeHolder:r,name:c="",label:s="",onSearchInputChanged:i})=>{const[d,m]=n.useState("");return n.useEffect(()=>{i(d)},[d,i]),n.createElement(ot,{autoComplete:"off",colorScheme:"light",enhancerStart:n.createElement(W,{source:P.IconSearch,size:"compact"}),enhancerEnd:d!==""&&n.createElement(j,{"aria-label":o,modifier:"square",onClick:()=>m(""),size:"compact",variant:"transparent","data-testid":a},n.createElement(W,{source:P.IconClose,size:"compact"})),type:"text",testId:e,className:"pb-4",placeholder:r,value:d,onChange:u=>m(u.target.value),variant:"standard",name:c,label:s,"aria-label":l})},Dh="_wrap_4mkm4_16",jh="_summary_4mkm4_20",Fh="_button_4mkm4_28",Uh="_actionGroup_4mkm4_44",Gh="_headingGroup_4mkm4_49",Xh="_headingText_4mkm4_53",Qh="_icon_4mkm4_64",Kh="_divider_4mkm4_69",Zh="_dark_4mkm4_73",Yh="_light_4mkm4_86",Ee={wrap:Dh,summary:jh,button:Fh,actionGroup:Uh,headingGroup:Gh,headingText:Xh,icon:Qh,divider:Kh,dark:Zh,light:Yh},Jh=({buttonClassName:e,children:a,className:l,collapseText:o="Collapse",colorScheme:r,expandText:c="Expand",isExpanded:s=!1,onToggle:i,subtitle:d,title:m,titleEnhancerEnd:u})=>{const[_,p]=n.useState(s),h=w=>{w.preventDefault(),p(E=>{const v=!E;return i&&i(v),v})},g=_?o:c;return n.createElement(N,null,({colorScheme:w})=>n.createElement("details",{className:f(Ee.wrap,l),open:_,"data-testid":R.SectionAccordionDetails},n.createElement("summary",{className:Ee.summary,onClick:h,"data-testid":R.SectionAccordionSummary},n.createElement("div",{className:Ee[r??w]},n.createElement("div",{className:f(Ee.button,e)},n.createElement("div",{className:Ee.headingGroup},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(C,{variant:"inherit",className:Ee.headingText,fontVariant:y.H3},m),u),typeof d=="string"?n.createElement(C,{variant:"inherit",className:Ee.headingText},d):n.createElement(n.Fragment,null,d)),n.createElement("div",{className:Ee.actionGroup},n.createElement(C,{variant:"inherit",fontVariant:y.BodyBold},g),n.createElement(W,{className:Ee.icon,source:_?P.IconDoubleChevronUp:P.IconDoubleChevronDown}))),n.createElement(re,{colorScheme:r??w}))),_&&n.createElement("div",{className:"pt-4 pb-3"},a)))},eg=({children:e,className:a,colorScheme:l,subtitle:o,subtitleTestId:r,title:c,titleTestId:s,variant:i,...d})=>n.createElement(N,null,({colorScheme:m})=>n.createElement(Q,{colorScheme:l??m},n.createElement("section",{className:a,...d},n.createElement(x1,null,n.createElement("div",{className:"mt-5"},n.createElement(C,{fontVariant:y.H2,variant:i,"data-testid":s},c)),n.createElement("div",{className:"mt-2"},n.createElement(C,{fontVariant:y.H6,variant:i,"data-testid":r},o)),e)))),tg=(({className:e,colorScheme:a,errorText:l,errorTextTestId:o,hasError:r,iconType:c,id:s,isDisabled:i,isFullWidth:d,label:m,labelModifier:u,onValueChange:_,options:p,sizeModifier:h="medium",value:g,wrapContent:w=!1,...E})=>{const v=n.useId(),x=s??v,B=g||p[0]?.id,I=u==="hidden",M=u==="inline",k=M||I,S={text:m,id:x},z=L=>{g!==L.currentTarget.value&&_(L.currentTarget.value)};return n.useEffect(()=>{r&&l&&M1(l,"assertive")},[r,l]),n.createElement(N,null,({colorScheme:L})=>n.createElement("div",{className:f(a??L,O.container,O[a??L],{[O.disabled]:i,[O.error]:r&&!i,[O.containerWrapContent]:w},e)},!k&&n.createElement(ge,{className:f(O.label),...S}),n.createElement("div",{className:f(O.selectWrapper,{[O.fullWidth]:d})},n.createElement("select",{className:O.select,id:x,onBlur:z,onChange:z,value:B,disabled:i,...E},p.map(({id:q,label:b,isDisabled:A})=>n.createElement("option",{disabled:A,key:q,value:q},b))),n.createElement("div",{className:f(O.view,O[h],{[O.hasIcon]:!!c}),"data-testid":R.SelectView},k&&n.createElement(ge,{className:f(O.inlineLabel),isLabelHidden:I,isLabelInline:M,...S}),!!c&&n.createElement(W,{size:"compact",source:c,className:O.icon,"data-testid":R.SelectIcon}),n.createElement("div",{className:O.textWrapper},n.createElement("span",{className:O.text},p.find(q=>q.id===B)?.label??m)),n.createElement(W,{size:h==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron,"data-testid":R.SelectChevron}))),r&&l&&n.createElement(C,{className:f("mt-2",O.errorText),variant:"danger","data-testid":o},l)))}),yl=(e,a)=>{const{focusFrom:l}=q1(e);n.useEffect(()=>{a&&l()},[a,l])},ng="_wrapper_ft1hf_4",ag="_open_ft1hf_19",lg="_sheet_ft1hf_24",og="_fullWidth_ft1hf_33",rg="_sheetInner_ft1hf_43",cg="_noMargin_ft1hf_46",sg="_closeButton_ft1hf_50",Ve={wrapper:ng,open:ag,sheet:lg,fullWidth:og,sheetInner:rg,noMargin:cg,closeButton:sg},Ia=e=>e.stopPropagation(),ig=({isFullWidth:e=!1,noMargin:a=!1,isOpen:l=!1,closeButtonAriaLabel:o="Close sheet",onClose:r,children:c,withCloseButton:s=!1,className:i})=>{const{ref:d}=lo(l),[m,u]=n.useState(null);return yl(m,l),n.createElement("div",{ref:d,className:f(Ve.wrapper,{[Ve.open]:l}),role:"dialog"},n.createElement("div",{className:f(Ve.sheet,i,{[Ve.fullWidth]:e}),onClick:Ia,onKeyDown:Ia,role:"presentation"},n.createElement("div",{className:f(Ve.sheetInner,{[Ve.noMargin]:a}),ref:u,tabIndex:-1},c,s&&n.createElement(rt,{"aria-label":o,onClose:r,className:Ve.closeButton}))))},dg="_box_1owu2_82",mg="_wrap_1owu2_95",ug="_dark_1owu2_103",fg="_withHover_1owu2_108",_g="_rowBottom_1owu2_113",pg="_subtle_1owu2_113",hg="_inactive_1owu2_113",gg="_figureCaption_1owu2_113",vg="_figureText_1owu2_114",wg="_divider_1owu2_123",Eg="_icon_1owu2_126",xg="_danger_1owu2_130",bg="_warning_1owu2_157",kg="_success_1owu2_184",Cg="_light_1owu2_211",yg="_row_1owu2_113",Bg="_flexGrow_1owu2_327",zg="_rowTop_1owu2_331",Ig="_dividerWrap_1owu2_339",Mg="_caption_1owu2_345",Sg="_figure_1owu2_113",Lg="_small_1owu2_349",Ag="_medium_1owu2_353",G={box:dg,wrap:mg,dark:ug,withHover:fg,rowBottom:_g,subtle:pg,inactive:hg,figureCaption:gg,figureText:vg,divider:wg,icon:Eg,danger:xg,warning:bg,success:kg,light:Cg,row:yg,flexGrow:Bg,rowTop:zg,dividerWrap:Ig,caption:Mg,figure:Sg,small:Lg,medium:Ag};var Bl=(e=>(e.Danger="danger",e.Success="success",e.Warning="warning",e))(Bl||{});const zl=({children:e,className:a,colorScheme:l,isWithShadow:o=!1,padding:r="none",shadowModifier:c="light",variant:s,withHover:i=!1,...d})=>n.createElement(N,null,({colorScheme:m})=>n.createElement(ce,{className:f(a,G.box,G[l??m],{[G.withHover]:i},s&&G[s]),isWithShadow:o,padding:r,shadowModifier:c,...d},e)),g1=({className:e,position:a,rowData:l,...o})=>{const{caption:r,captionClassName:c,captionSize:s="medium",captionTitle:i,figure:d,figureClassName:m,figureSize:u="medium",figureTitle:_,icon:p,iconColor:h,isActive:g=!0}=l,w=h?{style:{color:h}}:{className:G.icon},E=typeof r=="string"?r:"",v=typeof d=="string"?d:"",x=`${i??E} `,B=`${_??v} `;return n.createElement("div",{...o,className:f(G.row,{[G.rowBottom]:a==="bottom",[G.rowTop]:a==="top",[G.subtle]:u==="small"},e)},p&&n.createElement("div",{...w},p),n.createElement("figure",{className:f(G.figure,{[G.inactive]:!g})},n.createElement(C,{className:f(G.figureText,G[u],m),htmlTag:"span",variant:"inherit",fontVariant:u==="small"?y.BodyBold:y.H3,title:`${x}${B}`},d),n.createElement("figcaption",{className:f(G.caption)},typeof r!="string"?r:n.createElement(C,{className:f(G.figureCaption,G[s],c),variant:"inherit"},r))))},Rg=({className:e,colorScheme:a,hasDivider:l,rowBottom:o,rowTop:r,shadowModifier:c,variant:s,withHover:i})=>n.createElement(zl,{className:f(e,G.wrap,{[G.flexGrow]:!!o}),colorScheme:a,shadowModifier:c,variant:s,withHover:i},n.createElement(g1,{position:o?"top":void 0,rowData:r}),l&&o&&n.createElement("div",{className:G.dividerWrap},n.createElement(re,{className:G.divider,"data-testid":"divider"})),o&&n.createElement(g1,{position:"bottom",rowData:o})),Ng="_tabList_p72nc_99",$g="_tabLink_p72nc_112",qg="_tabButtonPadding_p72nc_136",Hg="_tabName_p72nc_151",Og="_tabNameContent_p72nc_163",Pg="_tabContent_p72nc_167",Vg="_none_p72nc_167",Tg="_compact_p72nc_170",Wg="_small_p72nc_173",Dg="_medium_p72nc_176",jg="_large_p72nc_179",Fg="_divider_p72nc_188",Le={tabList:Ng,tabLink:$g,tabButtonPadding:qg,tabName:Hg,tabNameContent:Og,tabContent:Pg,none:Vg,compact:Tg,small:Wg,medium:Dg,large:jg,divider:Fg},Ug=({activeContentClassName:e,children:a,className:l,colorScheme:o,customTabNameComponent:r,hasDivider:c=!0,inactiveContentClassName:s="d-none",initialActiveTabIndex:i=0,noTabButtonPadding:d,onActiveTabChange:m,renderInactive:u=!1,..._})=>{const[p,h]=n.useState(i),g=n.Children.toArray(a).filter(Boolean),w=r??Xg;n.useEffect(()=>{h(i)},[i]),n.useEffect(()=>{m&&m(p)},[p,m]);const E=g.map((v,x)=>n.isValidElement(v)&&n.createElement(w,{"aria-selected":p===x,"data-active":p===x,"data-testid":v.props["data-testid"]??`${R.Tab}-${x}`,key:v.props.title,onClick:()=>h(x),role:"tab"},n.createElement("div",{className:Le.tabNameContent},v.props.tabEnhancerStart&&n.createElement("div",null,v.props.tabEnhancerStart),n.createElement("div",null,v.props.title),v.props.tabEnhancerEnd&&n.createElement("div",null,v.props.tabEnhancerEnd))));return n.createElement(N,null,({colorScheme:v})=>n.createElement(Q,{colorScheme:o??v},n.createElement("div",{className:l,..._},n.createElement("div",{role:"tablist",className:f(Le.tabList,{[Le.tabButtonPadding]:!d})},E),c&&n.createElement(re,{className:Le.divider}),g.map((x,B)=>{if(!n.isValidElement(x))return null;const I=p===B;return u?n.createElement("div",{key:x.props.title,className:f({[e??""]:I,[s??""]:!I})},x):I?x:null}))))},Gg=({children:e,className:a,contentPadding:l="medium",...o})=>{const{title:r,tabEnhancerStart:c,tabEnhancerEnd:s,"data-testid":i,...d}={...o};return n.createElement("div",{"aria-label":r,role:"tabpanel",className:f(Le.tabContent,Le[l],a),...d},e)},Xg=({children:e,className:a,...l})=>n.createElement("button",{className:f(Le.tabLink,a),...l},n.createElement(C,{className:Le.tabName},e)),Qg="_list_20q8b_14",Kg="_tag_20q8b_20",Zg="_isInteractive_20q8b_34",Yg="_isTruncated_20q8b_38",qt={list:Qg,tag:Kg,isInteractive:Zg,isTruncated:Yg},Jg=({ariaLabel:e,onRemove:a})=>n.createElement(j,{"aria-label":e,className:"ml-1","data-testid":"taglist-item-button",noHover:!0,onClick:a,size:"none",variant:"transparent"},n.createElement(W,{size:"compact",source:P.IconClose})),ev=({children:e,onClick:a})=>a?n.createElement(se,{onClick:a},e):n.createElement(n.Fragment,null,e),Il=({children:e,className:a,isInteractive:l=!0,isTruncated:o=!1,label:r,onClick:c,onRemove:s,removeLabel:i,title:d,variant:m})=>{const u=i??`Remove ${r}`;return n.createElement("div",{className:f(qt.tag,{[qt.isInteractive]:l||!!c,[qt.isTruncated]:o},a),title:d},n.createElement(ev,{onClick:c?()=>c(r):void 0},typeof r=="string"&&n.createElement(C,{fontVariant:y.Body,isTruncated:o,variant:m},r),e),s&&n.createElement(Jg,{ariaLabel:u,onRemove:s}))},tv=({className:e,colorScheme:a="light",items:l,maxTagsCount:o,variant:r})=>{let c=0;const s=[...l];if(o&&o<l.length){c=l.length-o;const d=s.splice(o).map(m=>m.title??m.label).join(", ");s.push({label:`+${c}`,title:d})}return n.createElement(N,null,({colorScheme:i})=>n.createElement(Q,{colorScheme:a??i},n.createElement("ul",{className:f(qt.list,e)},s.map((d,m)=>n.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},n.createElement(Il,{...d,variant:r}))))))},nv=(e,a)=>{const[l,o]=n.useState(e);return n.useEffect(()=>{let r;return e?o(!0):r=window.setTimeout(()=>{o(!1)},a),()=>window.clearTimeout(r)},[e,a]),l};function Ml(e,a,l="unmount"){return function(r){const{isVisible:c,className:s,...i}=r,d=nv(c,a);return!d&&l==="unmount"?null:n.createElement(e,{...i,className:f(s,!d&&"d-none")})}}const av="_toast_nzlyj_4",lv="_topCenter_nzlyj_16",ov="_toast-top-in_nzlyj_1",rv="_hidden_nzlyj_21",cv="_toast-top-out_nzlyj_1",sv="_bottomCenter_nzlyj_25",iv="_toast-bottom-in_nzlyj_1",dv="_toast-bottom-out_nzlyj_1",mv="_clickable_nzlyj_35",$t={toast:av,topCenter:lv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:ov,hidden:rv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:cv,bottomCenter:sv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:iv,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:dv,clickable:mv},uv=({className:e,colorScheme:a,enhanceStart:l,isClickable:o=!1,isDisplayed:r=!1,message:c,onDismiss:s,position:i="topCenter",timeout:d=5e3,...m})=>{const[u,_]=n.useState(r);return n.useEffect(()=>_(r),[r]),n.useEffect(()=>{let p;return u&&M1(c,"assertive"),u&&d>0&&(p=window.setTimeout(()=>{_(!1),s?.()},d)),()=>clearTimeout(p)},[u,d,s,c]),n.createElement(N,null,({colorScheme:p})=>n.createElement("div",{className:f($t.toast,$t[i],{[$t.hidden]:!u},e),role:"status"},n.createElement(R1,{className:f("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[$t.clickable]:o||s}),onClose:s?()=>{_(!1),s()}:void 0,colorScheme:a??p,...m},l,n.createElement(C,{variant:"inherit"},c))))},Sl=Ml(uv,400);var xt=(e=>(e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e))(xt||{});function fv(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 l=e.charCodeAt(1);if(l>=56320&&l<=57343)return e.slice(0,2)}return"�"}function Ll(e,a=""){if(!e)return a;const l=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(fv);return l.splice(1,l.length-2),l.join("").toUpperCase()}const _v="_wrap_qj9he_7",pv="_compact_qj9he_23",hv="_small_qj9he_27",gv="_medium_qj9he_31",vv="_large_qj9he_35",wv="_image_qj9he_39",Ev="_text_qj9he_44",xv="_dark_qj9he_47",bv="_border_qj9he_50",kv="_noBackground_qj9he_53",Cv="_light_qj9he_56",Te={wrap:_v,compact:pv,small:hv,medium:gv,large:vv,image:wv,text:Ev,dark:xv,border:bv,noBackground:kv,light:Cv},yv=({alt:e,className:a,text:l,iconType:o,iconSize:r="compact",imageUrl:c,type:s,textVariant:i="inherit",fontVariant:d=y.BodyBold,title:m,...u})=>{const _=s==="icon",p=s==="text",h=s==="image",g=p||_;return n.createElement("div",{className:f(Te.wrap,a),title:m,...u},g&&n.createElement(C,{fontVariant:d,variant:i,className:f({[Te.text]:p,"d-flex":_}),isTruncated:!0},p&&l,_&&o&&n.createElement(W,{size:r,source:o})),h&&c&&n.createElement("img",{src:c,alt:e,className:Te.image}))},Al=({className:e,colorScheme:a,modifier:l,textVariant:o,sizeModifier:r="small",...c})=>n.createElement(N,null,({colorScheme:s})=>{const i=a??s,d=a==="dark"?"subtle":"tinted";return n.createElement(Q,{colorScheme:i},n.createElement(yv,{className:f(i,Te[i],Te[r],{[Te.border]:l==="border",[Te.noBackground]:l==="noBackground"},e),textVariant:o??d,...c}))}),Bv={none:"none",compact:"smallBold",small:"bodyBold",medium:"h5",large:"h3"},zv=e=>Bv[e],Rl=99,Iv=(e,a=Rl)=>{const l=n.useMemo(()=>e>a,[e,a]),o=n.useMemo(()=>e>9?y.SmallBold:y.BodyBold,[e]);return{isMoreThanMaxNumber:l,fontVariant:o}},Nl=({alt:e,colorScheme:a,displayName:l,iconType:o,imageUrl:r,isActive:c,number:s=0,sizeModifier:i="small",title:d,type:m,...u})=>{const _=m===xt.Image&&r,p=m===xt.Initials,h=m===xt.Number&&!Number.isNaN(s)&&s!==void 0,{isMoreThanMaxNumber:g,fontVariant:w}=Iv(s),E=()=>h?{type:"text",text:g?`${Rl}+`:`+${s}`}:_?{type:"image",imageUrl:r,alt:e??""}:l!==void 0&&(p||!_)?{type:"text",text:l!==""?Ll(l):l}:{type:"icon",iconType:o??P.IconMoreHorizontal,title:d??l??"User avatar"};return n.createElement(Al,{colorScheme:a,fontVariant:h?w:zv(i),sizeModifier:i,...c?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},...u,...E()})},Mv="_mobileButton_1vwa2_197",Sv="_active_1vwa2_206",Lv="_disabled_1vwa2_211",u1={mobileButton:Mv,active:Sv,disabled:Lv},Av=()=>"inherit",$l=({isContentVisible:e,displayName:a,variant:l="tertiary",isDisabled:o=!1,modifier:r="disc",colorScheme:c,...s})=>{const i=()=>a?{type:"text",text:Ll(a)}:{type:"icon",iconType:P.IconSettings};return n.createElement(j,{...s,isActive:e,modifier:r,size:"large",variant:l,colorScheme:c,isDisabled:o,className:f(u1.mobileButton,e&&u1.active,o&&u1.disabled)},n.createElement(Al,{modifier:"noBackground",textVariant:Av(),iconSize:"small",...i()}))},Rv=({className:e,contentClassName:a,displayName:l,colorScheme:o,variant:r="tertiary",title:c="Settings",buttonLabel:s="Toggle settings menu",isDisabled:i=!1,onContentVisibilityChange:d,tooltipPosition:m="bottomEnd",...u})=>{const[_,p]=n.useState(!0);return n.createElement(N,null,({colorScheme:h})=>n.createElement(jt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:s,onContentVisibilityChange:g=>{p(!g),d?.(g)},interactiveElement:(g,w)=>n.createElement(N1,{text:c,position:m,isTooltipEnabled:_},n.createElement($l,{...g,isContentVisible:w,variant:r,colorScheme:o??h,isDisabled:i,displayName:l})),...u}))},Nv="_user_190uv_4",$v="_textLeft_190uv_8",qv="_userAvatar_190uv_13",Hv="_textWrapper_190uv_17",Ov="_textItem_190uv_26",et={user:Nv,textLeft:$v,userAvatar:qv,textWrapper:Hv,textItem:Ov},Pv=({avatarType:e,email:a,displayName:l,imageUrl:o,order:r="text-right",colorScheme:c,usernameFontVariant:s=y.BodyBold,className:i,textItemClassName:d,size:m="small"})=>n.createElement(N,null,({colorScheme:u})=>n.createElement(Q,{colorScheme:c??u},n.createElement("div",{className:f(et.user,{[et.textLeft]:r==="text-left"},i),"data-testid":R.UserView},n.createElement(Nl,{type:e,displayName:l,translate:"no",imageUrl:o,className:et.userAvatar,sizeModifier:m}),n.createElement("div",{className:et.textWrapper},n.createElement("div",{className:f(et.textItem,d)},n.createElement(C,{fontVariant:s,isTruncated:!0,translate:"no",title:l},l)),a&&n.createElement("div",{className:f(et.textItem,d)},n.createElement(C,{fontVariant:y.Body,isTruncated:!0},a)))))),Vv="_videoWrapper_1a0v9_7",Tv="_fullHeight_1a0v9_21",Wv="_fullWidth_1a0v9_24",Dv="_small_1a0v9_34",jv="_large_1a0v9_38",Fv="_borderRadiusNone_1a0v9_43",Uv="_border_1a0v9_43",Gv="_backgroundNone_1a0v9_52",Xv="_backgroundPrimary_1a0v9_56",Qv="_backgroundSecondary_1a0v9_60",Kv="_backgroundBlack_1a0v9_64",Zv="_backgroundLight_1a0v9_68",Yv="_alignCenter_1a0v9_72",Jv="_alignEnd_1a0v9_76",ew="_alignStart_1a0v9_80",tw="_alignStretch_1a0v9_84",nw="_flexColumn_1a0v9_88",aw="_flexRow_1a0v9_92",lw="_justifyEnd_1a0v9_96",ow="_justifyCenter_1a0v9_100",rw="_justifyStart_1a0v9_104",U={videoWrapper:Vv,fullHeight:Tv,fullWidth:Wv,small:Dv,large:jv,borderRadiusNone:Fv,border:Uv,backgroundNone:Gv,backgroundPrimary:Xv,backgroundSecondary:Qv,backgroundBlack:Kv,backgroundLight:Zv,alignCenter:Yv,alignEnd:Jv,alignStart:ew,alignStretch:tw,flexColumn:nw,flexRow:aw,justifyEnd:lw,justifyCenter:ow,justifyStart:rw},ql=n.forwardRef(({className:e,children:a,background:l="none",size:o="medium",borderRadius:r="box",border:c,alignItems:s,flexDirection:i,justifyContent:d,isFullHeight:m=!1,isFullWidth:u=!1,..._},p)=>{const h=o==="small",g=o==="large",w=o==="full",E=r==="none",v=l==="none",x=l==="primary",B=l==="secondary",I=l==="black",M=l==="light";return n.createElement("div",{className:f(U.videoWrapper,{[U.small]:h,[U.large]:g,[U.borderRadiusNone]:E,[U.border]:c,[U.backgroundNone]:v,[U.backgroundPrimary]:x,[U.backgroundSecondary]:B,[U.backgroundBlack]:I,[U.backgroundLight]:M,[U.alignCenter]:s==="center",[U.alignEnd]:s==="flex-end",[U.alignStart]:s==="flex-start",[U.alignStretch]:s==="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"),..._,ref:p},a)});ql.displayName="VideoWrapper";const Hl=Pt.createSignal({name:"notification:toast"}),Ol=3e3,Pl=400,cw=Ol+Pl;let sw=0;const iw=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),dw=e=>{const a=n.useRef(void 0),[l,o]=n.useState([]),[r]=l,c=r?.timeout??Ol;if(n.useEffect(()=>Hl.add(s=>{if(Array.isArray(s)){const i=s.map(d=>({...d,id:sw++}));o(d=>{const m=i.filter(u=>u.isInterrupt);if(m.length>0){const u=i.filter(h=>!h.isInterrupt),[_,...p]=d;return _?.timeout===0?[...d,...u]:(clearTimeout(a.current),a.current=void 0,[...m,...p,...u])}return d.concat(i)})}else s.close&&o(i=>{const[d,...m]=i;return d?.timeout===0?[{...d,timeout:1},...m]:i})}),[]),n.useEffect(()=>{const s=r?.timeout?r.timeout+Pl:cw,i=c===0;if(l.length>0&&a.current==null&&!i){const m=()=>{o(u=>{const[_]=u;let p=u.slice(1);for(;p[0]&&iw(_,p[0]);)p=p.slice(1);return p}),a.current=void 0};a.current=window.setTimeout(m,s)}},[l,r,c]),r){const s=r.colorScheme??"light";return n.createElement(Sl,{...e,colorScheme:s,enhanceStart:r.enhanceStart,isDisplayed:!0,isDanger:r.isDanger,isClickable:r.isClickable,isVisible:!0,key:r.id,message:r.message,position:r.position,timeout:c,"data-testid":r.testid,onDismiss:r.onDismiss})}return null},mw="_wrapper_odjga_12",uw="_button_odjga_16",fw="_reactiveStyles_odjga_22",_w="_active_odjga_22",pw="_icon_odjga_25",ht={wrapper:mw,button:uw,reactiveStyles:fw,active:_w,icon:pw},hw=({className:e,direction:a="vertical",isDisabled:l,label:o="Toggle the menu",menuComponent:r,menuPosition:c="bottomRight",buttonVariant:s="translucent",buttonSize:i,buttonModifier:d,reactiveButtonStyles:m=!0,...u})=>n.createElement(jt,{buttonLabel:o,className:ht.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(_,p)=>n.createElement(j,{..._,className:f(_.className,ht.button,{[ht.reactiveStyles]:m,[ht.active]:p},e),isDisabled:l,variant:s,size:i,modifier:d},n.createElement(W,{source:a==="vertical"?P.IconMoreVertical:P.IconMoreHorizontal,className:f({[ht.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:l,position:c,...u}),gw="_slider_twper_12",vw="_dark_twper_23",ww="_light_twper_44",Ma={slider:gw,dark:vw,light:ww},Ew=({colorScheme:e,className:a,max:l,min:o,step:r,selectedValue:c=0,onChange:s})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("input",{type:"range",className:f(Ma.slider,Ma[e??i],a),max:l,min:o,step:r,value:c,onChange:s})),xw="_captionsContainer_178gy_108",bw="_speakers_178gy_112",kw="_captions_178gy_108",f1={captionsContainer:xw,speakers:bw,captions:kw},Cw=({captions:e,speakers:a,className:l,...o})=>e?n.createElement("div",{className:f(f1.captionsContainer,l)},a&&n.createElement("div",{className:"d-flex align-items-center"},n.createElement(C,{fontVariant:y.BodyBold,translate:"no",className:f1.speakers,htmlTag:"p"},a.join(", "))),n.createElement(C,{variant:"standard",htmlTag:"p",className:f(f1.captions),...o},e)):null,yw="_button_pc9ci_12",Bw="_iconsWrapper_pc9ci_15",zw="_overlay_pc9ci_16",Iw="_assetsWrapper_pc9ci_20",Mw="_previewAsset_pc9ci_49",Sw="_previewAssetImg_pc9ci_59",tt={button:yw,iconsWrapper:Bw,overlay:zw,assetsWrapper:Iw,previewAsset:Mw,previewAssetImg:Sw},Lw=({assets:e})=>n.createElement(n.Fragment,null,e?.map(a=>n.createElement("figure",{key:a.id,className:f(tt.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?n.createElement("img",{className:tt.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),Vl=({assets:e,className:a,children:l,...o})=>n.createElement(j,{variant:"translucent",noHover:!0,className:f(tt.button,a),...o},n.createElement("div",{className:tt.assetsWrapper},n.createElement(Lw,{assets:e})),n.createElement("div",{className:tt.overlay}),n.createElement("div",{className:tt.iconsWrapper},n.createElement(W,{source:P.IconEdit,size:"medium"}),l)),Aw=({images:e,...a})=>n.createElement(Vl,{assets:e,...a}),Tl=({colors:e,...a})=>n.createElement(Vl,{assets:e,...a}),Rw="_container_19qgq_4",Nw="_input_19qgq_9",$w="_button_19qgq_16",qw="_label_19qgq_20",Hw="_hidden_19qgq_20",gt={container:Rw,input:Nw,button:$w,label:qw,hidden:Hw},Ow=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),Pw=({defaultValue:e,label:a,onChange:l,...o})=>{if(e&&!Ow.test(e))throw new Error("Default color is limited to #rrggbb currently");const r=n.useId(),c=n.useRef(null),[s,i]=n.useState(e??"transparent"),d=()=>c.current?.click(),m=u=>{l(u.target.value)};return n.createElement("div",{className:gt.container},n.createElement("label",{htmlFor:r},n.createElement(C,{className:f(gt.label,gt.hidden)},a)),n.createElement("input",{...o,ref:c,className:gt.input,id:r,type:"color",value:s,onChange:u=>{i(u.target.value),m(u)}}),n.createElement(Tl,{className:gt.button,htmlTag:"div",onClick:d,colors:[{id:r,color:s}]}))},Vw="_leftPinnedTableSection_172q9_17",Tw="_rightPinnedTableSection_172q9_22",Ww="_middleTableSection_172q9_27",Dw="_pinnedColumnsTable_172q9_30",jw="_table_172q9_34",Fw="_tableContent_172q9_45",Uw="_tableRow_172q9_49",Gw="_tableCell_172q9_56",Xw="_tableHead_172q9_62",Qw="_tableBody_172q9_65",Kw="_tableRowInner_172q9_73",Zw="_showOnlyOnHover_172q9_96",Yw="_tableHeadCell_172q9_109",Jw="_sortIndicator_172q9_117",eE="_isSorted_172q9_117",tE="_indicatorArrow_172q9_121",nE="_isIndicatorFocused_172q9_124",aE="_tablePagination_172q9_132",lE="_isSticky_172q9_143",oE="_paginationButtonGroup_172q9_155",rE="_tablePageIndicator_172q9_159",cE="_rowSelected_172q9_167",sE="_expanderCell_172q9_171",iE="_headCellEnhancer_172q9_177",dE="_isDisabled_172q9_181",mE="_infinityScrollTableBody_172q9_185",T={leftPinnedTableSection:Vw,rightPinnedTableSection:Tw,middleTableSection:Ww,pinnedColumnsTable:Dw,table:jw,tableContent:Fw,tableRow:Uw,tableCell:Gw,tableHead:Xw,tableBody:Qw,tableRowInner:Kw,showOnlyOnHover:Zw,tableHeadCell:Yw,sortIndicator:Jw,isSorted:eE,indicatorArrow:tE,isIndicatorFocused:nE,tablePagination:aE,isSticky:lE,paginationButtonGroup:oE,tablePageIndicator:rE,rowSelected:cE,expanderCell:sE,headCellEnhancer:iE,isDisabled:dE,infinityScrollTableBody:mE},uE=({hasPinnedColumns:e,className:a,...l})=>n.createElement("div",{role:"table",className:f(T.table,{[T.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...l}),Wl=({className:e,isDisabled:a,isSelected:l,style:o,...r})=>n.createElement("div",{className:f(T.tableRow,{[T.rowSelected]:l,[T.isDisabled]:a},e),role:"row",style:o,tabIndex:0,...r}),fE=({children:e,...a})=>n.createElement(Wl,{...a},n.createElement("div",{className:T.tableRowInner},e)),_E=({className:e,hasInfinityScroll:a=!1,...l})=>n.createElement("div",{role:"rowgroup",className:f(T.tableBody,a&&T.infinityScrollTableBody,e),...l}),pE=({className:e,isOnlyShownOnHover:a=!1,...l})=>n.createElement("div",{className:f(T.tableCell,{[T.showOnlyOnHover]:a},e),...l}),hE=({className:e,...a})=>n.createElement("div",{className:f(T.tableContent,e),...a}),gE=({className:e,...a})=>n.createElement("div",{className:f(T.tableHead,e),role:"rowgroup",...a}),vE=({className:e,isDisabled:a=!1,isSorted:l=!1,...o})=>n.createElement("div",{className:f(T.tableHeadCell,{[T.isSorted]:l&&!a,[T.isDisabled]:a},e),...o}),wE=({isSorted:e=!1,isSortDescending:a,...l})=>n.createElement("div",{className:T.sortIndicator,...l},n.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"},n.createElement("path",{className:f(T.indicatorArrow,{[T.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),n.createElement("path",{className:f(T.indicatorArrow,{[T.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),EE=({isExpanded:e,children:a,textVariant:l="subtle",...o})=>{const r=e?P.IconChevronDown:P.IconChevronRight;return n.createElement(se,{className:T.expanderCell,...o},n.createElement(W,{size:"compact",source:r,className:"mr-2"}),n.createElement(C,{fontVariant:y.BodyBold,isTruncated:!0,title:a,variant:l},a))},xE=({enhanceEnd:e,enhanceStart:a,title:l})=>n.createElement("span",{className:"d-flex align-items-center"},a&&n.createElement("span",{className:f("mr-1",T.headCellEnhancer)},a),n.createElement("span",{className:"d-block"},l),e&&n.createElement("span",{className:f("ml-1",T.headCellEnhancer)},e)),Dl=({groupChunkSize:e=5,pageIndex:a,totalPagesCount:l})=>{let o=[];if(l<=0)return o;const r=Math.max(1,e),c=Math.min(Math.max(0,a),l-1);if(l<r*3)return[...Array(l).keys()].map(h=>({toIndex:h}));let s=Math.ceil(l/r);const i=l%r,d=[...Array(l).keys()].reduce((h,g)=>{const w=Math.floor(g/r);return i&&w===s-1?h[w-1]?.push(g):h[w]?.push(g),h},[...Array(s).keys()].map(()=>[])).filter(h=>h.length);s=d.length;let m=Math.floor(c/r);m-=m===s&&i?1:0;const _=d[m],p=({index:h,anchor:g,isSpacer:w=!1,offset:E=0})=>{const v=d[h],B={floor:v?.[0],ceil:v?.[v?.length-1]}[g]??0;return v?{toIndex:B+E,isSpacer:w}:!1};return o=(m===0?[_?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),s>4&&[p({index:m+2,anchor:"floor"}),p({index:m+3,anchor:"floor",isSpacer:!0})],p({index:s-1,anchor:"ceil"})]:m===s-1?[p({index:0,anchor:"floor"}),s>4&&[p({index:m-3,anchor:"ceil",isSpacer:!0}),p({index:m-2,anchor:"ceil"})],p({index:m-1,anchor:"ceil",isSpacer:!0}),_?.map(h=>({toIndex:h}))]:[p({index:0,anchor:"floor"}),p({index:m-1,anchor:"ceil",isSpacer:!0}),_?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),p({index:s-1,anchor:"ceil"})]).flat().filter(Boolean),o},bE=({isGrouped:e,totalPagesCount:a,pageIndex:l,...o})=>{const r=e?CE:kE;return n.createElement(r,{pageIndex:l,totalPagesCount:a,...o})},kE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>n.createElement(n.Fragment,null,[...Array(o).keys()].map(r=>n.createElement(jl,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:l},r+1))),CE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>{const r=Math.min(5,Math.floor(o/3)),c=Dl({groupChunkSize:r,pageIndex:l,totalPagesCount:o});return n.createElement(n.Fragment,null,c.map((s,i)=>{const{isSpacer:d,toIndex:m}=s,u=`groupedPaginationNav-${i}`,_=d?"...":m+1;return n.createElement(jl,{onClick:a,index:m,isDisabled:e,key:u,pageIndex:l},_)}))},jl=({index:e,isDisabled:a,onClick:l,pageIndex:o,children:r})=>n.createElement("li",{key:`pagination-${e}`},n.createElement(j,{className:"px-3",isDisabled:a,onClick:()=>{o!==e&&l(e)},isActive:o===e,variant:"neutral"},r)),yE=({endCount:e,isDisabled:a,startCount:l,totalCount:o})=>n.createElement(C,{variant:a?"disabled":"standard"},"Results: ",l," - ",e," of ",o),BE=({canNextPage:e,canPreviousPage:a,currentPageSize:l,gotoPage:o,isDisabled:r,isSticky:c,isTablePopulated:s=!0,label:i,maxUngroupedPageButtons:d=0,nextPage:m,nextPageButtonChildren:u="Next",pageIndex:_,pageSize:p=20,previousPage:h,previousPageButtonChildren:g="Previous",resultsCountComponent:w=yE,showResultsCount:E=!0,totalPagesCount:v,totalRows:x})=>{if(!s)return null;const B=x?_*p+1:0,I=x?B+l-1:0,M=v??Math.ceil(x/p),k=M>d;return n.createElement("nav",{className:f(T.tablePagination,{[T.isSticky]:c}),"aria-label":`${i} - table pagination`},E&&n.createElement(w,{isDisabled:r,endCount:I,startCount:B,totalCount:x}),x>p&&n.createElement("div",{className:T.paginationButtonGroup},n.createElement(j,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},g),n.createElement("ul",{className:T.tablePageIndicator},n.createElement(bE,{isDisabled:r,isGrouped:k,onClick:o,pageIndex:_,totalPagesCount:M})),n.createElement(j,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},u)))},zE=({className:e,position:a="middle",...l})=>n.createElement("div",{className:f({[T.leftPinnedTableSection]:a==="left-pinned",[T.middleTableSection]:a==="middle",[T.rightPinnedTableSection]:a==="right-pinned"},e),...l}),IE="_innerMenu_1lb94_99",ME="_innerMenuButton_1lb94_103",SE="_innerMenuItem_1lb94_108",LE="_isDisabled_1lb94_122",AE="_hovered_1lb94_132",RE="_innerMenuUnderlay_1lb94_145",NE="_innerMenuPopover_1lb94_150",We={innerMenu:IE,innerMenuButton:ME,innerMenuItem:SE,isDisabled:LE,hovered:AE,innerMenuUnderlay:RE,innerMenuPopover:NE},$E=({item:e,state:a,itemMap:l,itemClassName:o})=>{const r=n.useRef(null),{isHovered:c,hoverProps:s}=ho.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:i}=w1.useMenuItem({key:e.key},a,r);i.onPointerUp=p=>{p.preventDefault()};const d=a.selectionManager.focusedKey===e.key,m=l.get(e.key)?.alternativeHoverClassName,u=l.get(e.key)?.alternativeHoverStyle,_=d||d&&!c;return n.createElement(n.Fragment,null,l.get(e.key)?.withTopDivider&&n.createElement(re,{role:"separator"}),n.createElement("div",{...i,...s,"data-testid":l.get(e.key)?.testId,ref:r,style:{...l.get(e.key)?.style,..._?u:{}},className:f(We.innerMenuItem,_?m??We.hovered:{},l.get(e.key)?.className,o,{[We.isDisabled]:l.get(e.key)?.isDisabled}),"data-active":l.get(e.key)?.isActive},l.get(e.key)?.icon,e.rendered),l.get(e.key)?.withBottomDivider&&n.createElement(re,{role:"separator"}))},qE=e=>{const a=po.useTreeState(e),l=n.useRef(null),{menuProps:o}=w1.useMenu(e,a,l);return n.createElement("div",{...o,ref:l,className:f(We.innerMenu,"px-2","py-2",e.menuClassName),"data-testid":e.testId},[...a.collection].map(r=>n.createElement($E,{itemMap:e.itemMap,key:r.key,item:r,state:a,itemClassName:e.itemClassName})))},HE=e=>{const a=n.useRef(null),{state:l,children:o,colorScheme:r}=e,{popoverProps:c,underlayProps:s}=Ae.usePopover({...e,popoverRef:a},l);return n.createElement(Ae.Overlay,null,n.createElement("div",{...s,className:f(We.innerMenuUnderlay)}),n.createElement("div",{role:"complementary",...c,ref:a},n.createElement(Q,{colorScheme:r??"light"},n.createElement(ce,{className:f(We.innerMenuPopover)},o))))},OE=({headerContent:e,button:a,onOpenChange:l,children:o,itemMap:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u})=>{const _=uo.useMenuTriggerState({onOpenChange:l}),p=8,h=n.useRef(null),g=M=>{const k=r.get(M);k&&!k.isDisabled&&(k.onItemClick?.(),k.closeMenuOnItemClick!==!1&&_.close())},{menuTriggerProps:w,menuProps:E}=w1.useMenuTrigger({type:"menu"},_,h),{buttonProps:v}=fo.useButton({...w},h),{onPress:x,onPressStart:B,...I}=w;return n.createElement("div",{className:f(We.innerMenuButton)},n.createElement("div",{ref:h},n.cloneElement(a,{..._o.mergeProps(v,I)})),_.isOpen&&n.createElement(HE,{state:_,triggerRef:h,colorScheme:s,placement:i??"bottom start",offset:d??p},e,n.createElement(qE,{itemMap:r,...E,onClose:void 0,onAction:g,testId:c,menuClassName:m,itemClassName:u},o)))},Fl=Pt.createSignal({name:"ariamenu:open-state"}),Ul=({items:e,button:a,headerContent:l,onOpenChange:o,testId:r,colorScheme:c,popoverPlacement:s,popoverOffset:i,menuClassName:d,itemClassName:m})=>{const u=new Map;e.map(p=>u.set(p.key,p));const _=n.useCallback(p=>{Fl.emit(p),o?.(p)},[o]);return n.createElement(OE,{button:a,headerContent:l,onOpenChange:_,itemMap:u,testId:r,colorScheme:c,popoverPlacement:s,popoverOffset:i,menuClassName:d,itemClassName:m},e.map(p=>n.createElement(mo.Item,{textValue:typeof p.label=="string"?p.label:p.textValue,key:p.key},p.label)))},PE=({activeColumn:e,columnLabels:a,isDisabled:l,className:o,buttonAriaLabel:r="Toggle three column selector",onColumnChange:c})=>{const[s,i]=n.useState(!1),d=a.map((m,u)=>({key:`column-${u+1}`,isActive:e===u+1,label:m,onItemClick:()=>e!==u+1&&c(u+1),closeMenuOnItemClick:!0}));return n.createElement(Ul,{onOpenChange:i,items:d,button:n.createElement(j,{className:o,isActive:s,enhancerStart:n.createElement(W,{source:P.IconColumns}),noEnhancerPadding:!0,isDisabled:l,"aria-label":r,size:"small",variant:"transparent",modifier:"square","data-testid":R.ButtonThreeColumnSelector}),popoverPlacement:"bottom right"})},VE="_collapsableContainer_13u1l_4",TE="_header_13u1l_14",WE="_displayingHeaderEndContent_13u1l_19",DE="_isOpen_13u1l_22",jE="_headerStartContent_13u1l_26",FE="_iconContainer_13u1l_31",UE="_badgeCounter_13u1l_38",GE="_badgeCounterContainer_13u1l_42",XE="_content_13u1l_47",QE="_headerEndContent_13u1l_54",me={collapsableContainer:VE,header:TE,displayingHeaderEndContent:WE,isOpen:DE,headerStartContent:jE,iconContainer:FE,badgeCounter:UE,badgeCounterContainer:GE,content:XE,headerEndContent:QE},KE=({isOpen:e,badgeCount:a=0,collapseToggleAriaLabel:l="Toggle collapsable container",openStyling:o,children:r,onToggle:c,headerEndContent:s,footerContent:i,icon:d,title:m,testId:u,scrollElementRef:_})=>n.createElement("div",{"data-testid":u,className:f(me.collapsableContainer,e&&o)},n.createElement("div",{className:f(me.header,{[me.displayingHeaderEndContent]:e&&!!s,[me.isOpen]:e})},n.createElement("div",{className:me.headerStartContent},n.createElement(j,{onClick:()=>c(e),"data-testid":R.ButtonCollapsableContainerToggle,size:"small",modifier:"square",variant:"transparent",noEnhancerPadding:!0,"aria-label":l,enhancerStart:n.createElement(W,{source:e?P.IconChevronLeft:P.IconChevronRight,size:"small"})}),n.createElement("div",{className:f(me.iconContainer,{[me.isOpen]:e})},n.createElement(W,{source:d,size:"small"}),!e&&n.createElement(sl,{className:me.badgeCounterContainer,badgeClassName:me.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&n.createElement(De,{htmlTag:"h2",fontVariant:y.BodyBold},n.createElement("span",null,m)," ",a>0&&n.createElement("span",null,"(",a,")"))),e&&s&&n.createElement("div",{className:me.headerEndContent},s)),e&&n.createElement("div",{ref:_,className:me.content},r),e&&i&&n.createElement(qa,{hasFooterShadow:!0,padding:"small"},i)),ZE={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"}},YE=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],JE=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{l(a)},[a]),{activeTab:a,setActiveTab:l}},vt=(e,a)=>({...e,...a}),ex=(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:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isCompleted:o.isCompleted,isFailed:o.isCompleted?!1:c.isFailed,isActive:o.activateStep,isSelectable:o.isSelectable,url:o.activateStep?void 0:c.url})),r}case"fail-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isFailed:o.isFailed,isCompleted:o.isFailed?!1:c.isCompleted,isActive:o.activateStep,isSelectable:o.isSelectable,url:o.activateStep?void 0:c.url})),r}case"disable-step":{const{stepIndex:l,isDisabled:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isDisabled:o})),r}case"activate-step":{const{stepIndex:l,isActive:o}=a,r=e.map(s=>({...s,isActive:!1})),c=r[l];return c&&(r[l]=vt(c,{isActive:o})),r}case"leave-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isActive:o.activateStep,isSelectable:o.isSelectable,isCompleted:o.isCompleted??c?.isCompleted,isFailed:o.isFailed??c?.isFailed})),r}case"refresh-step-names":return e.map((l,o)=>({...l,label:a.steps[o]?.label??l.label}))}},Gl=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),tx=(e,a)=>Gl([...e].splice(0,a)),Sa=e=>e.every(a=>a),nx=({initialSteps:e=[],currentStepIndex:a=0})=>{const l=n.useMemo(()=>e,[e]),[o,r]=n.useReducer(ex,l),[c,s]=n.useState(!1),[i,d]=n.useState(!1),[m,u]=n.useState(a);n.useEffect(()=>{const k=Gl(o);d(Sa(k))},[o]),n.useEffect(()=>{const k=tx(o,m);s(Sa(k))},[m,o]);const _=n.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);n.useEffect(()=>{_()},[_]);const p=n.useCallback((k,{forceStep:S}={forceStep:!1})=>{const z=S?k:th({steps:o,stepIndex:k});u(z)},[o]),h=k=>{const S=e[k];S&&r({type:"set-step",stepIndex:k,step:S})},g=()=>r({type:"set-all-steps",steps:e}),w=(k,S=!0)=>r({type:"disable-step",stepIndex:k,isDisabled:S}),E=n.useCallback((k,S=!0)=>r({type:"activate-step",stepIndex:k,isActive:S}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:c,steps:o},{moveToStep:p,resetAllSteps:g,resetStep:h,updateStepActive:E,updateStepCompleted:(k,{activateStep:S=!1,isCompleted:z=!0,isSelectable:L=!1}={})=>r({type:"complete-step",stepIndex:k,options:{isCompleted:z,activateStep:S,isSelectable:L}}),updateStepFailed:(k,{activateStep:S=!1,isSelectable:z=!1,isFailed:L=!0}={})=>r({type:"fail-step",stepIndex:k,options:{activateStep:S,isSelectable:z,isFailed:L}}),updateStepDisabled:w,updateStepLeave:(k,{activateStep:S=!1,isSelectable:z=!0}={})=>r({type:"leave-step",stepIndex:k,options:{activateStep:S,isSelectable:z}})}]},ax=e=>{const a=Et.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${Et}`);return Et[a+1]??null},O1=e=>{const a=b1[e];return a>0?a:null},P1=e=>{if(e===null)return null;const a=.02,l=b1[e];return l>0?l-a:null},je=e=>{const a=O1(e);return a?`(min-width: ${a}px)`:""},Ne=e=>{const a=P1(e);return a?`(max-width: ${a}px)`:""},V1=(e,a)=>{const l=O1(e),o=P1(a);return l!==null&&o!==null?`(min-width: ${l}px) and (max-width: ${o}px)`:o===null?je(e):Ne(a)},yt=e=>{const a=O1(e),l=ax(e),o=P1(l);return a!==null&&o!==null?`(min-width: ${a}px) and (max-width: ${o}px)`:o===null?je(e):Ne(l)},Ft="(pointer: coarse)",Xl="(orientation: portrait)",Ql="(orientation: landscape)",lx=`${Ft} and ${Xl} and ${Ne("md")}`,ox=`${Ft} and ${Ql} and ${Ne("lg")}`,rx=`${Ft} and ${je("md")}`,cx=yt("xs"),sx=yt("sm"),ix=yt("md"),dx=yt("lg"),mx=yt("xl"),ux=je("sm"),fx=je("md"),_x=je("lg"),px=je("xl"),hx=Ne("sm"),gx=Ne("md"),vx=Ne("lg"),wx=Ne("xl"),Ex=V1("sm","lg"),xx=V1("sm","xl"),bx=V1("md","xl"),kx="(max-width: 359px)",Kl=()=>D.useMatchMedia(Ft),Cx=()=>D.useMatchMedia(rx),Zl=()=>D.useMatchMedia(lx),Yl=()=>D.useMatchMedia(ox),yx=()=>{const e=Zl(),a=Yl();return e||a},Bx=()=>D.useMatchMedia(Xl),zx=()=>D.useMatchMedia(Ql),Jl=()=>D.useMatchMedia(cx),eo=()=>D.useMatchMedia(sx),to=()=>D.useMatchMedia(ix),no=()=>D.useMatchMedia(dx),ao=()=>D.useMatchMedia(mx),Ix=()=>D.useMatchMedia(ux),Mx=()=>D.useMatchMedia(fx),Sx=()=>D.useMatchMedia(_x),Lx=()=>D.useMatchMedia(px),Ax=()=>D.useMatchMedia(hx),Rx=()=>D.useMatchMedia(gx),Nx=()=>D.useMatchMedia(vx),$x=()=>D.useMatchMedia(wx),qx=()=>D.useMatchMedia(Ex),Hx=()=>D.useMatchMedia(xx),Ox=()=>D.useMatchMedia(bx),Px=()=>D.useMatchMedia(kx),Vx=()=>{const e=n.useRef(!0),a=Jl(),l=eo(),o=to(),r=no(),c=ao(),s=n.useMemo(()=>Pt.createSignal({name:"breakpoint:change"}),[]);return n.useEffect(()=>{const i=[a,l,o,r,c].filter(d=>d).length===1;!e.current&&i?s.emit():e.current=!1},[s,a,l,o,r,c]),s},Tx=(e,a={})=>{const{delay:l=0}=a;return n.useCallback(()=>{if(e.current){const r=()=>e.current?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"});l?setTimeout(r,l):r()}},[e,l])},Wx=()=>{const e=n.useRef(null),a=n.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},lo=e=>{const a=n.useRef(null),l=Na.useOverlayTriggerState({isOpen:e}),{modalProps:o}=Ae.useModalOverlay({},l,a);return{ref:a,modalProps:o}},Dx=e=>{const a=n.useRef(null),l=Na.useOverlayTriggerState({isOpen:e}),{overlayProps:o}=Ae.useOverlay({isOpen:l.isOpen,onClose:l.close},a);return Ae.useOverlayFocusContain(),n.useEffect(()=>{if(l.isOpen&&a.current)return Ae.ariaHideOutside([a.current],{shouldUseInert:!0})},[l.isOpen]),{ref:a,modalProps:o}},jx=({content:e,root:a,containerClassName:l,isDisabled:o=!1,moveBy:r=60})=>{const[c,s]=n.useState(0),[i,d]=n.useState(void 0),[m,u]=n.useState(void 0),[_,p]=n.useState(null),[h,g]=n.useState(null),[w,E]=n.useState(null),v=n.useCallback(z=>{p(z)},[]),x=n.useCallback(()=>{s(z=>z+r)},[r]),B=n.useCallback(()=>{s(z=>z-r)},[r]),I=n.useCallback(z=>{g(z)},[]),M=n.useCallback(z=>{E(z)},[]),k=n.createElement("div",{style:{transform:`translateX(${c}px)`,transition:"transform 300ms ease"},ref:v,className:f(l)},n.createElement("div",{ref:I,style:{width:"1px",flexShrink:0}}),e,n.createElement("div",{ref:M,style:{width:"1px",flexShrink:0}}));n.useEffect(()=>{if(o||!a||!_||!h||!w)return;const z=new IntersectionObserver(L=>{for(const q of L)q.target===h&&d(()=>q.isIntersecting?void 0:x),q.target===w&&u(()=>q.isIntersecting?void 0:B)},{root:a,threshold:.99});return z.observe(h),z.observe(w),()=>z.disconnect()},[a,_,h,w,o,x,B]),n.useEffect(()=>{const z=_?.parentElement;if(!z)return;const L=new ResizeObserver(q=>{for(const b of q){const A=b.contentRect.width;_.getBoundingClientRect().width<A&&c!==0&&s(0)}});return L.observe(z),()=>L.disconnect()},[_,c]);const S=!!i||!!m;return n.useEffect(()=>{!S&&c!==0&&s(0)},[S,c]),{navigationView:k,moveLeft:i,moveRight:m,hasOverflowingContent:S}};function Fx(e,a){return function(o){return n.createElement(e,{...o,...a})}}function Ux(e){return Object.hasOwn(P,e)}exports.AboutModal=Uu;exports.AboutText=gl;exports.Accordion=cf;exports.ActionsRow=T8;exports.ActivityCard=hf;exports.Announcer=y7;exports.AriaMenu=Ul;exports.AspectRatio=Ef;exports.Audio=R9;exports.Avatar=Nl;exports.AvatarType=xt;exports.BadgeCounter=sl;exports.Bar=qf;exports.Box=ce;exports.BoxHeader=$a;exports.Breadcrumbs=Wf;exports.Button=j;exports.ButtonText=Ka;exports.CakeTimer=Ff;exports.CallToAction=A7;exports.Captions=Cw;exports.CardLayout=Ha;exports.Cell=_1;exports.CenterLayout=x1;exports.Checkbox=S1;exports.CircleCountDown=Jf;exports.CollapsableContainer=KE;exports.Color=Ta;exports.ColorPickerPreviewButton=Pw;exports.ColorPreviewButton=Tl;exports.CondensedTabs=d_;exports.ConfirmableMultiselect=rp;exports.ConfirmationModal=ip;exports.ContextMenu=fp;exports.CoreHeader=td;exports.CustomTooltip=R8;exports.Details=hp;exports.Divider=re;exports.DragAndDrop=Ya;exports.DragAndUploadFiles=xl;exports.Draggable=$1;exports.DropContent=jt;exports.Enhancers=Qa;exports.ExpanderCell=EE;exports.FileUpload=L1;exports.FontVariant=y;exports.Form=Cp;exports.FullSizeWindow=Vt;exports.FullscreenLayout=Da;exports.FullscreenOverlay=Xs;exports.FullscreenSpinner=hi;exports.Grid=Ga;exports.Group=$p;exports.Heading=hd;exports.HotKey=hl;exports.HotkeysTooltip=pl;exports.Icon=W;exports.IconTypes=P;exports.ImagePreviewButton=Aw;exports.InfoHeadCell=xE;exports.InfoMessage=Tp;exports.Input=ot;exports.InputLabel=ge;exports.InteractiveElement=se;exports.KebabMenuButton=hw;exports.LineHeading=wd;exports.List=Ct;exports.ListBoxLink=ll;exports.ListLink=ol;exports.LoadingBox=Xa;exports.LockStyle=ml;exports.Logo=jd;exports.Menu=Up;exports.MenuEntry=kl;exports.Modal=Wt;exports.ModalCloseButton=rt;exports.ModalCloseButtonWithTooltip=Ou;exports.ModalType=_l;exports.Multiselect=wl;exports.MultistepIndicator=hh;exports.NotificationToast=dw;exports.NotificationTooltip=A8;exports.NumberStepInput=bh;exports.Panel=ul;exports.PasswordInput=yh;exports.PexipLogo=t8;exports.Pill=R1;exports.PlainMenuEntry=bl;exports.PopOutWindow=Bh;exports.PreferenceInput=Nh;exports.PreferenceMultiselect=$h;exports.PreferenceRow=Th;exports.PreferenceWrapper=H1;exports.ProgressBar=h9;exports.ProgressBarColor=rl;exports.RadioButton=tl;exports.RangeSlider=Ew;exports.RefButton=Za;exports.RefInteractiveElement=Tt;exports.RefSimpleButton=z1;exports.RgbColor=Ot;exports.Row=ke;exports.Scrim=bi;exports.Scrollbars=ct;exports.SearchInput=Wh;exports.Section=eg;exports.SectionAccordion=Jh;exports.Select=tg;exports.Sheet=ig;exports.SimpleButton=r4;exports.SortingIndicator=wE;exports.Spinner=C1;exports.StatCard=Rg;exports.StatCardBox=zl;exports.StatCardRow=g1;exports.StatCardVariant=Bl;exports.StatIndicator=um;exports.StepNumber=nl;exports.SvgImage=kt;exports.Tab=Gg;exports.Table=uE;exports.TableBody=_E;exports.TableCell=pE;exports.TableContent=hE;exports.TableHead=gE;exports.TableHeadCell=vE;exports.TablePagination=BE;exports.TableRow=fE;exports.TableRowWrapper=Wl;exports.TableSection=zE;exports.Tabs=Ug;exports.Tag=Il;exports.TagList=tv;exports.TestId=R;exports.Text=C;exports.TextArea=al;exports.TextHeading=De;exports.TextLink=lt;exports.ThemeConsumer=N;exports.ThemeContext=at;exports.ThemeProvider=Q;exports.ThreeColumnSelector=PE;exports.Toast=Sl;exports.ToggleSwitch=S9;exports.Tooltip=N1;exports.TooltipPositionValue=YE;exports.URLToLink=dl;exports.User=Pv;exports.UserMenuButton=$l;exports.UserMenuDropContent=Rv;exports.Video=cl;exports.VideoWrapper=ql;exports.Wrapper=Wa;exports.announce=M1;exports.ariaMenuOpenStateSignal=Fl;exports.breakpoints=b1;exports.isBackgroundImageSrcEmpty=Va;exports.isImageSrcEmpty=Oa;exports.isImageSrcString=k1;exports.isValidIconName=Ux;exports.notificationToastSignal=Hl;exports.onEnter=Dt;exports.sizeToPadding=fe;exports.themeValues=xo;exports.useBelow360=Px;exports.useBreakpointChange=Vx;exports.useFocusFrom=q1;exports.useFocusFromOpened=yl;exports.useGroupedPagesNav=Dl;exports.useInput=Vd;exports.useLandscape=zx;exports.useLg=no;exports.useLgDown=Nx;exports.useLgUp=Sx;exports.useMd=to;exports.useMdDown=Rx;exports.useMdToXl=Ox;exports.useMdUp=Mx;exports.useMobileDevice=yx;exports.useMobileDeviceLandscape=Yl;exports.useMobileDevicePortrait=Zl;exports.useModal=lo;exports.useModalHandle=Wx;exports.useModalWithoutPreventScroll=Dx;exports.useMultistepIndicator=nx;exports.useOutOfViewNavigation=jx;exports.usePortrait=Bx;exports.useScrollIntoView=Tx;exports.useSm=eo;exports.useSmDown=Ax;exports.useSmToLg=qx;exports.useSmToXl=Hx;exports.useSmUp=Ix;exports.useTabletDevice=Cx;exports.useTabs=JE;exports.useTouchDevice=Kl;exports.useXl=ao;exports.useXlDown=$x;exports.useXlUp=Lx;exports.useXs=Jl;exports.variables=ZE;exports.withColorScheme=bt;exports.withTabName=Fx;exports.withTransition=Ml;
3
+ `).map(l=>n.createElement(n.Fragment,{key:`${l}:${a}`},l,n.createElement("br",null))):e,Uu=new Set(["com","org","net","edu","gov","mil","int","info","biz","name","pro","aero","coop","museum","app","dev","io","co","me","tv","cc","ws","mobi","asia","tel","jobs","travel","cloud","ai","blog","shop","store","site","online","tech","xyz","top","live","space","fun","icu","one","website","ac","ad","ae","af","ag","al","am","ao","aq","ar","as","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","bj","bm","bn","bo","br","bs","bt","bw","by","bz","ca","cd","cf","cg","ch","ci","ck","cl","cm","cn","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","ee","eg","er","es","et","eu","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gp","gq","gr","gs","gt","gu","gw","gy","hk","hm","hn","hr","ht","hu","id","ie","il","im","in","iq","ir","is","it","je","jm","jo","jp","ke","kg","kh","ki","km","kn","kp","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","mg","mh","mk","ml","mm","mn","mo","mp","mq","mr","ms","mt","mu","mv","mw","mx","my","mz","na","nc","ne","nf","ng","ni","nl","no","np","nr","nu","nz","om","pa","pe","pf","pg","ph","pk","pl","pm","pn","pr","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","sd","se","sg","sh","si","sk","sl","sm","sn","so","sr","ss","st","su","sv","sx","sy","sz","tc","td","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tw","tz","ua","ug","uk","us","uy","uz","va","vc","ve","vg","vi","vn","vu","wf","ws","ye","yt","za","zm","zw"]),Ku=/(https?|ftp?:\/\/[^\s]+)/im,vl=/((?:https?:\/\/|ftp?:\/\/|\d{1,3}(?:\.\d{1,3}){3}|[a-zA-Z0-9-]+\.{1}[a-zA-Z0-9-]{2,63})(?:[^\s.]+|\.{1}[a-zA-Z0-9-]{2,63})*)/im,Xu=e=>{const a=e.split(/[/?#:]/)[0]??e;if(/^[\d.]+$/.test(a))return!1;const l=a.split("."),o=(l[l.length-1]??"").toLowerCase();return l[0]?.toLowerCase()==="www"?!0:Uu.has(o)},Qu=e=>e.split(vl).filter(Boolean),Zu=e=>!Ku.test(e),Yu=e=>Qu(e).map((a,l)=>vl.test(a)?Zu(a)?Xu(a)?{id:l,linkType:"tld",value:a,url:`http://${a.replace(/(\/\/)/m,"")}`}:{id:l,linkType:"text",value:a}:{id:l,linkType:"url",value:a,url:a}:{id:l,linkType:"text",value:a}),wl=({text:e,...a})=>{const l=n.useMemo(()=>Yu(e),[e]);return n.createElement(n.Fragment,null,l.map(o=>o.linkType!=="text"?n.createElement(mt,{key:o.id,href:o.url,target:"_blank",...a},o.value):Gu(o.value,o.id)))},oe={enter:"Enter",escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft",home:"Home",end:"End"},Ju="_draggable_muqen_120",e9="_dragging_muqen_129",t9="_shadowFocus_muqen_138",f1={draggable:Ju,dragging:e9,shadowFocus:t9},n9={};var a9=(function(e){return e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e})({});const l9=(e,a)=>{const l=e.getBoundingClientRect().bottom,o=e.getBoundingClientRect().top,r=a.getBoundingClientRect().bottom,c=a.getBoundingClientRect().top;return l>=r?"DOWN":o<=c?"UP":"STOP"},o9=e=>{const[a,l]=n.useState(null),o=n.useCallback(r=>{l(r),typeof e=="function"?e(r):e&&(e.current=r)},[e]);return[a,o]},O1=n.forwardRef(({alignWithFloatRootTrigger:e,ariaLabel:a="Draggable",beforeReposition:l,floatRoot:o=void 0,floatRootInset:r=n9,isDisabled:c=!1,isMoveableWithArrowKeys:s=!1,lockStyle:i=0,onPointerMoveExtra:d,onPointerUpExtra:m,onReposition:u,pointerCapture:f=!1,pointerCaptureTarget:p,scrollElementRef:h,scrollOffset:g=10,scrollTimer:w=30,shouldCaptureClick:E=!0,showFocus:x=!0,children:v,className:b,testId:y,...z},k)=>{const[C,B]=o9(k),[A,S]=n.useState(!1),N=n.useRef(!1),O=n.useRef(r);return n.useEffect(()=>{O.current=r},[r]),n.useEffect(()=>{if(!C)return;const I=C;if(S(!1),N.current=!1,c)return;let T=I.getBoundingClientRect();const F=h?.current??void 0;let re=0,J=0,U=0,H=0,K,Se=0,Le=0,Fe=F?.scrollTop,ue="STOP",we,Ee=!1,_t=!1;const F1=()=>{document.removeEventListener("pointermove",X1),document.removeEventListener("pointerup",J1),document.removeEventListener("keyup",en)},Rt=()=>{clearInterval(we),Ee=!1,ue="STOP"},Yt=()=>{I.style.left=`${(I.offsetLeft+U)/window.innerWidth*100}%`,I.style.top=`${(I.offsetTop+H)/window.innerHeight*100}%`},j1=()=>{T=I.getBoundingClientRect(),K=I.offsetParent?.getBoundingClientRect(),Se=K?.left??0,Le=K?.top??0,l&&(l(I),T=I.getBoundingClientRect()),I.style.left=`${T.left-Se}px`,I.style.top=`${T.top-Le}px`,I.style.removeProperty("right"),I.style.removeProperty("bottom"),I.style.removeProperty("translate"),I.style.transform="none"};I.addEventListener("pointerdown",K1),s&&I.addEventListener("keydown",U1),F?.addEventListener("scroll",Q1);function G1(q){S(q),_t=q}function U1(q){const fe=q.target,Ae=fe instanceof Element?fe.closest("[data-drag-handle]"):null;if(fe!==I&&(!Ae||!I.contains(Ae))||!(q.key===oe.arrowUp||q.key===oe.arrowRight||q.key===oe.arrowDown||q.key===oe.arrowLeft))return;q.preventDefault(),document.addEventListener("keyup",en),q.repeat||j1(),d&&d(I);const Re=q.shiftKey?10:1;switch(q.key){case oe.arrowUp:H=-10*Re;break;case oe.arrowRight:U=10*Re;break;case oe.arrowDown:H=10*Re;break;case oe.arrowLeft:U=-10*Re;break;default:return}Yt(),(U||H)&&(N.current=!0),U=0,H=0}function K1(q){const fe=q.target;if(fe instanceof Element){const Ae=!!fe.closest("[data-drag-handle]");if(!!fe.closest("[data-no-drag]")&&!Ae)return}f&&(p??I).setPointerCapture(q.pointerId),q.preventDefault(),q.stopPropagation(),q.button===0&&(G1(!0),j1(),re=q.clientX,J=q.clientY,document.addEventListener("pointermove",X1),document.addEventListener("pointerup",J1))}function X1(q){d&&d(I),i!==1&&(U=q.clientX-re),i!==2&&(H=q.clientY-J),F?(ue=l9(I,F),ue==="STOP"?(I.style.transform=`translate(${U}px, ${H}px)`,Ee&&Rt()):Ee||(Ee=!0,we=window.setInterval(()=>{if(F)switch((ue==="UP"&&F.scrollTop===0||ue==="DOWN"&&F.scrollHeight-F.clientHeight-F.scrollTop<=1)&&(ue="STOP"),ue){case"DOWN":F.scrollTop+=g;break;case"UP":F.scrollTop-=g;break;case"STOP":I.style.transform=`translate(${U}px, ${H}px)`,Rt();break}},w))):I.style.transform=`translate(${U}px, ${H}px)`}function Q1(){if(F?.scrollTop!==void 0){if(_t&&Fe!==void 0){const q=F.scrollTop-Fe;i!==2&&(H+=q,J-=q),I.style.transform=`translate(${U}px, ${H}px)`}Fe=F.scrollTop}}const Z1=()=>{let q=!1,fe=!1,Ae=!1,pt=!1,Re={overflow:!1};if(o?.current){T=I.getBoundingClientRect();const Je=o.current.getBoundingClientRect(),tn=O.current.top??0,nn=O.current.bottom??0,an=O.current.left??0,ln=O.current.right??0;T.left<Je.left+an&&(I.style.left=`${o.current.offsetLeft-Se+an}px`,Ae=!0),T.right>Je.right-ln&&(I.style.left=`${Je.right-I.offsetWidth-Se-ln}px`,pt=!0),T.top<Je.top+tn&&(I.style.top=`${o.current.offsetTop-Le+tn}px`,q=!0),T.bottom>Je.bottom-nn&&(I.style.top=`${Je.bottom-I.offsetHeight-Le-nn}px`,fe=!0),Re={overflow:q||fe||Ae||pt,top:q,bottom:fe,left:Ae,right:pt},Re.overflow&&Yt()}return Re};e&&(e.current=()=>{const q=Z1();u&&u(I,q)});function fo(){T.left+T.width/2>window.innerWidth/2&&(I.style.right=`${(window.innerWidth-T.right)/window.innerWidth*100}%`,I.style.left="auto")}function _o(){T.top+T.height/2>window.innerHeight/2&&(I.style.bottom=`${(window.innerHeight-T.bottom)/window.innerHeight*100}%`,I.style.top="auto")}const Y1=()=>{Rt(),m&&m(I),Yt(),I.style.removeProperty("transform"),(U||H)&&(N.current=!0),U=0,H=0,F1();const q=Z1();q.overflow||(fo(),_o()),G1(!1),u&&u(I,q)};function J1(q){f&&(p??I).releasePointerCapture(q.pointerId),Y1()}function en(){Y1()}return()=>{F1(),I.removeEventListener("pointerdown",K1),s&&I.removeEventListener("keydown",U1),F?.removeEventListener("scroll",Q1),Rt(),I.style.removeProperty("transform"),_t&&m?.(I)}},[c,s,o,l,u,m,e,d,w,g,i,f,h,p,C]),n.createElement($,null,({colorScheme:I})=>n.createElement("div",{role:"region","aria-label":a,tabIndex:s?0:-1,ref:B,className:_(I,{[f1.draggable]:!c,[f1.dragging]:A,[f1.shadowFocus]:s&&x},b),"data-dragging":A?!0:void 0,"data-testid":y,onClickCapture:E?T=>{N.current&&(T.stopPropagation(),T.preventDefault(),N.current=!1)}:void 0,...z},v))});O1.displayName="Draggable";const r9="_box_kq00y_4",c9="_fillHeight_kq00y_8",s9="_overflow-hidden_kq00y_14",i9="_nonePadding_kq00y_18",d9="_compactPadding_kq00y_22",m9="_smallPadding_kq00y_26",u9="_mediumPadding_kq00y_30",f9="_largePadding_kq00y_34",_9="_scrollbar_kq00y_38",wt={box:r9,fillHeight:c9,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:s9,nonePadding:i9,compactPadding:d9,smallPadding:m9,mediumPadding:u9,largePadding:f9,scrollbar:_9},El=n.forwardRef(({fillHeight:e=!0,hasFooterShadow:a=!0,headerContent:l,headerContentBelowDivider:o,footerContent:r,padding:c="small",headerPadding:s=c,footerPadding:i=c,overflowHidden:d=!1,withScrollbars:m=!0,scrollbarRef:u,children:f,scrollElementRef:p,scrollElementClassname:h,scrollbarsClassname:g,onScroll:w,className:E,...x},v)=>{const b=n.useId();return n.createElement(ie,{hasFooterShadow:a,className:_(wt.box,{[wt.fillHeight]:e},{[wt.overflowHidden]:d},E),padding:"none",headerContent:l,headerContentBelowDivider:o,footerContent:r,footerPadding:i,headerPadding:s,ref:v,...x},f&&m?n.createElement(Ze,{ref:u,scrollElementRef:p,className:_(wt.scrollbar,g),ariaLabel:`Scrollable panel content ${b}`,onScroll:w},n.createElement("div",{className:_(wt[ve(c)],h)},f)):f)});El.displayName="Panel";const H1=e=>({focusFrom:n.useCallback(()=>{if(e){const l=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=l}},[e])}),p9=({children:e})=>Ta.createPortal(e,document.body),E1=(()=>{const e=[],a=o=>{const r=e.indexOf(o);r!==-1&&e.splice(r,1)};return{add:o=>(e.push(o),()=>{a(o)}),isLast:o=>e.length?e[e.length-1]===o:!1,remove:a}})(),h9=e=>{const a=o=>o?.dataset?.focusRoot==="1";return(()=>{let o=e;for(;o;){if(a(o))return o;o=o.parentElement}})()},xl=e=>{const a=st.tabbable(e,{includeContainer:!1});if(!a.length){it(e);return}it(a[0],e)},it=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){it(a);return}e?.focus()}},g9=(e,a)=>{const l=o=>{if(o.key?.toLowerCase()!=="tab"||!E1.isLast(a))return;const r=st.tabbable(e,{includeContainer:!1}),c=r[r.length-1],s=r[0];if(r.length===0){it(e);return}o.shiftKey?o.target===s&&(it(c),o.preventDefault()):o.target===c&&(it(s),o.preventDefault())};return[()=>{document.addEventListener("keydown",l)},()=>{document.removeEventListener("keydown",l)}]},v9=(e=!0)=>{const a=n.useRef(Va.v4()),l=n.useRef(null),o=n.useRef(null),r=n.useRef(!1);n.useEffect(()=>{r.current=e},[e]),!r.current&&e&&(l.current=document.activeElement);const c=n.useCallback(s=>{o.current=s,!(!e||!s)&&(s.setAttribute("data-focus-root","1"),s.contains(document.activeElement)||xl(s))},[e]);return n.useEffect(()=>{const s=o.current,i=a.current;if(!e||!s)return;const[d,m]=g9(s,i);E1.add(i),d?.();const u=l.current;return()=>{E1.remove(i),m?.();const f=document.activeElement,p=h9(f),h=p&&p===s,g=f&&st.isFocusable(f);l.current=null,!(!u||!h&&g)&&u.focus?.()}},[e]),{focusTrapRef:o,setFocusTrapRef:c}},w9="_modalWrapper_tj5hq_4",E9="_modalMask_tj5hq_18",x9="_fade_tj5hq_1",b9="_alternativeModalMaskColor_tj5hq_33",k9="_modal_tj5hq_4",C9="_compact_tj5hq_47",y9="_small_tj5hq_50",B9="_medium_tj5hq_53",z9="_large_tj5hq_56",I9="_auto_tj5hq_59",M9="_closeButton_tj5hq_63",S9="_closeButtonIcon_tj5hq_74",L9="_nonePadding_tj5hq_96",A9="_compactPadding_tj5hq_100",R9="_smallPadding_tj5hq_104",N9="_mediumPadding_tj5hq_108",$9="_largePadding_tj5hq_112",q9="_overlay_tj5hq_116",O9="_slide_tj5hq_1",H9="_positioned_tj5hq_125",T9="_scrollbars_tj5hq_129",P9="_keycap_tj5hq_135",Ce={modalWrapper:w9,modalMask:E9,fade:x9,alternativeModalMaskColor:b9,modal:k9,compact:C9,small:y9,medium:B9,large:z9,auto:I9,closeButton:M9,closeButtonIcon:S9,nonePadding:L9,compactPadding:A9,smallPadding:R9,mediumPadding:N9,largePadding:$9,overlay:q9,slide:O9,positioned:H9,scrollbars:T9,keycap:P9};var V9=(function(e){return e.Overlay="overlay",e.Positioned="positioned",e})({});const W9=({children:e,...a})=>n.createElement("div",a,e),Kt=n.forwardRef(({canDrag:e=!1,children:a,className:l,closeButton:o=ft,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:c=!0,colorScheme:s="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:u,headerContent:f,headerPadding:p,isOpen:h=!1,modalType:g="overlay",onClose:w,padding:E="medium",scrollbarsAriaLabel:x,sizeModifier:v="small",style:b,testIdCloseButton:y=R.ButtonModalClose,uniqueTitle:z,withCloseButton:k=!1,withMask:C=!0,withAlternativeMaskColor:B=!1,withScrollbars:A=!0,wrapperClassName:S,presentationElementClassName:N,zIndex:O,...I},T)=>{const F=()=>{c&&w?.()},re=j.useOnClickOutside(F),{focusTrapRef:J,setFocusTrapRef:U}=v9(h),H=n.useRef(null),[K,Se]=n.useState(null),{focusFrom:Le}=H1(K),Fe=A?Ze:W9;n.useImperativeHandle(T,()=>({focus:()=>{J.current instanceof HTMLElement?xl(J.current):K&&Le()}})),n.useEffect(()=>{const Ee=_t=>{_t.key==="Escape"&&w?.()};return h?document.addEventListener("keydown",Ee):document.removeEventListener("keydown",Ee),()=>document.removeEventListener("keydown",Ee)},[h,w]);const{colorScheme:ue}=n.useContext(dt);let we=n.createElement(ee,{colorScheme:s??ue},n.createElement(ie,{className:_(Ce.modal,Ce[g],v!=="none"&&Ce[v],!e&&l),ref:g==="positioned"?Ee=>{Se(Ee)}:U,hasBackground:m,headerContent:f,footerContent:i,headerPadding:p,footerPadding:d,hasFooterShadow:u,...!e&&{style:b}},n.createElement(Fe,{className:Ce.scrollbars,...A?{ariaLabel:x}:{"aria-label":x}},n.createElement("div",{role:"presentation",ref:re,className:_(Ce[ve(E)],N)},n.createElement("div",{role:"dialog","aria-modal":"true","aria-label":z},k&&n.createElement(o,{"aria-label":r,className:Ce.closeButton,"data-testid":y,onClose:w}),a)))));return e&&(we=n.createElement(O1,{className:l,style:b,floatRoot:H},we)),C&&(we=n.createElement("div",{role:"presentation",className:_(Ce.modalMask,{[Ce.alternativeModalMaskColor]:B},S),"data-testid":R.ModalMask},we)),h?n.createElement(p9,null,n.createElement("div",{className:Ce.modalWrapper,role:"region",ref:H,"data-react-aria-top-layer":"true",...I,...O===void 0?{}:{style:{zIndex:O}}},we)):null});Kt.displayName="Modal";const D9=({className:e,colorScheme:a,hotkeyLabel:l,keyCap:o,onClose:r,...c})=>n.createElement(bl,{className:e,hotkeyLabel:l,keyCap:o,...c},n.createElement(ft,{colorScheme:a,onClose:r})),bl=({children:e,className:a,delay:l=0,hotkeyLabel:o,keyCap:r="ESC",position:c="bottomEnd",...s})=>n.createElement(q1,{delay:l,position:c,text:n.createElement(kl,{label:o,keyCap:r}),tooltipContainerClassName:a,...s},e),kl=({label:e,keyCap:a})=>n.createElement("div",{className:"d-inline-flex items-center gap-1"},n.createElement(M,null,e),n.createElement("div",{className:Ce.keycap},n.createElement(M,{fontVariant:L.Small},a))),F9="_list_1kobu_4",j9="_noneSpacing_1kobu_9",G9="_compactSpacing_1kobu_16",U9="_smallSpacing_1kobu_23",K9="_mediumSpacing_1kobu_30",X9="_largeSpacing_1kobu_37",Ma={list:F9,noneSpacing:j9,compactSpacing:G9,smallSpacing:U9,mediumSpacing:K9,largeSpacing:X9},Lt=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:_(Ma.list,Ma[k1(l)],a),...o},e),Cl=({enhancerEnd:e,version:a,headingText:l="About Pexip",privacyPolicyLinkText:o="Privacy Policy",privacyPolicyUrl:r="https://pexip.com/privacy-policy/",termsOfServiceLinkText:c="Terms of Service",termsOfServiceUrl:s="https://pexip.com/terms-of-service/",...i})=>n.createElement(Lt,{className:"ml-3 mr-3 mb-2",...i},l&&n.createElement(Me,null,n.createElement(We,{className:"mb-3 mt-2",fontVariant:L.H5,htmlTag:"h1"},l)),r&&o&&n.createElement(Me,{spacing:"small"},n.createElement(mt,{href:r,target:"_blank","data-testid":R.PrivacyPolicyLink},o)),c&&s&&n.createElement(Me,{spacing:"small"},n.createElement(mt,{href:s,target:"_blank","data-testid":R.TermsOfServiceLink},c)),n.createElement(se,{className:"mt-5 mb-3"}),n.createElement(M,{"data-testid":R.Version},"Version: ",a),e),Q9=Mt(Kt,"light"),Z9=({className:e,isOpen:a=!1,onClose:l,version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,...u})=>n.createElement(Q9,{padding:"none",onClose:l,isOpen:a,withCloseButton:!0,className:e,...u},n.createElement(Cl,{version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Xt=e=>a=>{a.key==="Enter"&&e(a)},Y9="_chevron_ansc0_4",J9="_toggle_ansc0_12",ef="_summary_ansc0_16",tf="_content_ansc0_24",nf="_expanded_ansc0_29",af="_accordionButton_ansc0_33",lf="_dark_ansc0_40",of="_meta_ansc0_47",rf="_light_ansc0_51",Ve={chevron:Y9,toggle:J9,summary:ef,content:tf,expanded:nf,accordionButton:af,dark:lf,meta:of,light:rf},cf=({canOnlyToggleWithTitle:e,children:a,className:l,isExpanded:o,onExpand:r,...c})=>{const s=_(Ve.summary,l);return e?n.createElement("div",{className:s},a):n.createElement(de,{className:s,"aria-expanded":o,onClick:r,onKeyDown:Xt(r),...c},a)},sf=({isExpanded:e})=>{const a=e?V.IconChevronDown:V.IconChevronRight;return n.createElement(W,{size:"compact",source:a,className:_(Ve.chevron,"me-2")})},df=({children:e,isExpanded:a,canOnlyToggleWithTitle:l,onExpand:o})=>{const r=()=>n.createElement(n.Fragment,null,n.createElement(sf,{isExpanded:a}),e);return l?n.createElement(de,{className:Ve.accordionButton,"aria-expanded":a,onClick:o,onKeyDown:Xt(o)},n.createElement(r,null)):n.createElement("div",{className:Ve.accordionButton},n.createElement(r,null))},mf=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?n.createElement(M,{fontVariant:L.BodyBold,className:_(Ve.meta,a)},e):n.createElement("div",{className:a},e)},uf=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:l,meta:o,isExpanded:r,onExpand:c,className:s,...i})=>n.createElement(cf,{canOnlyToggleWithTitle:e,className:s,isExpanded:r,onExpand:c,...i},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(df,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:c},a),n.createElement(mf,{meta:o}),n.createElement("div",{className:"ml-auto"},l))),ff=({buttonClassName:e,canOnlyToggleWithTitle:a,children:l,className:o,colorScheme:r,contentClassName:c,dataTestId:s,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:u,title:f,...p})=>{const[h,g]=n.useState(d),w=j.usePrevious(h),E=x=>{x.preventDefault(),g(v=>!v)};return n.useEffect(()=>{h!==(w||!1)&&u?.(h)},[u,h,w]),n.createElement($,null,({colorScheme:x})=>n.createElement("div",{role:"group",className:_(Ve[r??x],o),...p},n.createElement(uf,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:E,className:e,enhancerEnd:i,"data-testid":s},typeof f=="string"?n.createElement(M,{fontVariant:L.BodyBold},f):f),n.createElement("div",{className:_(Ve.content,{[Ve.expanded]:h},c)},l)))},_f="_secondaryWrapper_1plhf_4",pf="_statusWrapper_1plhf_10",hf="_statusItem_1plhf_18",gf="_eventsList_1plhf_22",vf="_eventItem_1plhf_26",wf="_contentWrapper_1plhf_32",Ef="_disabled_1plhf_42",Be={secondaryWrapper:_f,statusWrapper:pf,statusItem:hf,eventsList:gf,eventItem:vf,contentWrapper:wf,disabled:Ef},xf=({actionButton:e,disabled:a=!1,eventsItems:l,eventsTitle:o,statusItems:r,title:c,titleEnhancerStart:s})=>n.createElement(ja,{title:c,titleEnhancerStart:s,secondaryComponent:n.createElement("div",{className:_(Be.secondaryWrapper,a&&Be.disabled,"p-4")},r.map(i=>n.createElement("div",{className:Be.statusWrapper,key:`${i.label}${i.content}`},n.createElement(M,{variant:"inherit",fontVariant:L.Body,className:Be.statusItem},i.label),n.createElement(M,{variant:"inherit",fontVariant:L.BodyBold,className:Be.statusItem},i.content))))},n.createElement("div",{className:_(Be.contentWrapper,a&&Be.disabled,"p-4")},n.createElement(We,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:L.H5},o),n.createElement(Lt,{spacing:"none",className:Be.eventsList},l.map(i=>n.createElement(Me,{key:i.label},n.createElement(mt,{onClick:i.action,isUnderlined:!!i.action,className:Be.eventItem},i.label)))),n.createElement(mt,{variant:"inherit",fontVariant:L.BodyBold,isDisabled:!0,onClick:e.action},e.label))),bf="_wrapper_16uxo_4",kf={wrapper:bf},Cf={width:16,height:9},yf=({children:e,className:a,dimensions:l=Cf,isActive:o=!0,style:r,...c})=>{const s=o?{"--aspect-ratio-height":l.height,"--aspect-ratio-width":l.width}:void 0;return n.createElement("div",{style:{...r,...s},className:_(kf.wrapper,a),...c},e)},Bf="_bar_19iud_4",zf="_absoluteTop_19iud_12",If="_absoluteBottom_19iud_17",Mf="_relative_19iud_22",Sf="_row_19iud_26",Lf="_rowReverse_19iud_30",Af="_column_19iud_34",Rf="_columnReverse_19iud_38",Nf="_spaceBetween_19iud_42",$f="_center_19iud_46",qf="_nonePadding_19iud_50",Of="_compactPadding_19iud_54",Hf="_smallPadding_19iud_58",Tf="_mediumPadding_19iud_62",Pf="_largePadding_19iud_66",Et={bar:Bf,absoluteTop:zf,absoluteBottom:If,relative:Mf,row:Sf,rowReverse:Lf,column:Af,columnReverse:Rf,spaceBetween:Nf,center:$f,nonePadding:qf,compactPadding:Of,smallPadding:Hf,mediumPadding:Tf,largePadding:Pf},Vf=({children:e,className:a,position:l="relative",padding:o="none",flexDirection:r="row",justifyContent:c="spaceBetween",...s})=>n.createElement("div",{className:_(Et.bar,Et[ve(o)],Et[l],Et[r],Et[c],a),...s},e),Wf="_wrapper_1f5cx_14",Df="_list_1f5cx_20",Ff="_listItem_1f5cx_27",jf="_crumbLabel_1f5cx_30",Gf="_crumbLink_1f5cx_43",zt={wrapper:Wf,list:Df,listItem:Ff,crumbLabel:jf,crumbLink:Gf},Sa=(e,a,l)=>{e.preventDefault(),a.action?a.action():a.url&&l(a.url)},Uf=({className:e,crumbs:a,enhancerEnd:l,enhancerStart:o,handleNavigate:r})=>{const s=[...a].reverse().slice(1).find(i=>i.url||i.action);return n.createElement("nav",{className:_(e,zt.wrapper),"aria-label":"breadcrumbs"},o,(s?.url||s?.action)&&n.createElement(G,{href:s.url,onClick:i=>Sa(i,s,r),htmlTag:"a",size:"none",variant:"transparent",className:"mr-3","aria-label":`Go back to ${s.label}`},n.createElement(W,{source:V.IconArrowLeftRegular,size:"medium"})),n.createElement("ul",{className:zt.list},a.map(i=>n.createElement("li",{key:`${i.label}${i.url}`,className:zt.listItem},i.action??i.url?n.createElement(de,{className:zt.crumbLink,href:i.url,htmlTag:"a",onClick:d=>Sa(d,i,r)},n.createElement(La,{label:i.label})):n.createElement(La,{label:i.label})))),l)},La=({label:e})=>n.createElement(M,{fontVariant:L.BodyBold,className:zt.crumbLabel},e),Kf="_svg_1ww8x_4",Xf="_circle_1ww8x_13",Aa={svg:Kf,circle:Xf},Qf=({duration:e=60,className:a,...l})=>{const o=n.useMemo(()=>e,[]);return n.createElement("svg",{viewBox:"0 0 32 32",className:_(Aa.svg,a),role:"img","aria-label":"timer",...l},n.createElement("circle",{r:"16",cx:"16",cy:"16",className:Aa.circle,style:{animationDuration:`${o}s`}}))},Zf="_countdownWrapper_nht8u_11",Yf="_countdownNumber_nht8u_20",Jf="_svg_nht8u_24",e_="_circleMain_nht8u_33",t_="_circleBackground_nht8u_34",n_="_countdown_nht8u_11",Xe={countdownWrapper:Zf,countdownNumber:Yf,svg:Jf,circleMain:e_,circleBackground:t_,countdown:n_},Ra=({className:e})=>n.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),a_=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:l})=>(n.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),n.createElement("div",{"aria-label":String(e),className:Xe.countdownWrapper,role:"timer"},n.createElement(M,{"aria-hidden":"true",className:Xe.countdownNumber,colorScheme:"light",fontVariant:L.H1},e),n.createElement("svg",{"aria-hidden":"true",className:Xe.svg,focusable:"false"},n.createElement(Ra,{className:_(Xe.circleBackground,l?Xe.countdown:"")}),n.createElement(Ra,{className:_(Xe.circleMain,l?Xe.countdown:"")})))),l_=({currentCount:e,startCountFrom:a=5,msInterval:l=1e3,shouldStartCountDown:o})=>{const{startCountDown:r,currentCount:c}=j.useCountDown({startCountFrom:a,enabled:o,msInterval:l});return n.useEffect(()=>{o&&e===void 0&&r()},[e,o,r]),n.createElement(a_,{startCountFrom:a,shouldStartCountDown:o,currentCount:e??c})},o_="_light_1c40t_208",r_="_dark_1c40t_214",c_="_tabs_1c40t_220",s_="_small_1c40t_232",i_="_underline_1c40t_235",d_="_tab_1c40t_220",m_="_active_1c40t_255",u_="_canClickActive_1c40t_255",f_="_large_1c40t_270",__="_medium_1c40t_273",ke={light:o_,dark:r_,tabs:c_,small:s_,underline:i_,tab:d_,active:m_,canClickActive:u_,large:f_,medium:__},p_=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:l,onTabChange:o,className:r,sizeModifier:c="large",variant:s="pill"})=>{const i=n.useRef(new Map),d=p=>{const h=a.at(p%a.length);!h||h.id===l||(i.current.get(h.id)?.focus(),o(h.id))},m=(p,h)=>{switch(p.key){case oe.arrowRight:d(h+1);break;case oe.arrowLeft:d(h-1<0?a.length-1:h-1);break;case oe.home:d(0);break;case oe.end:d(a.length-1);break;default:return}p.preventDefault()},f=a.length>1;return n.createElement($,null,({colorScheme:p})=>n.createElement("div",{role:"tablist",className:_(p,ke[p],ke[c],ke.tabs,s==="underline"&&ke.underline,r)},a.map(({name:h,id:g,textEndContent:w,testId:E},x)=>{const v=g===l;return n.createElement("button",{type:"button","data-testid":E,onClick:()=>{(!v||e)&&o(g)},onKeyDown:b=>m(b,x),ref:b=>{b?i.current.set(g,b):i.current.delete(g)},role:"tab","aria-selected":v,tabIndex:v&&f?0:-1,key:g,className:_(ke.tab,ke[p],ke[c],{[ke.active]:v,[ke.canClickActive]:e,[ke.underline]:s==="underline"})},n.createElement(M,{fontVariant:c==="small"?L.SmallBold:L.BodyBold,className:_({"p-relative":!!w})},h,w))})))},h_="_wrap_yqav1_4",g_="_buttonContainer_yqav1_10",v_="_dropContent_yqav1_17",w_="_fade_yqav1_1",E_="_contentTextNoWrap_yqav1_25",x_="_topLeft_yqav1_30",b_="_bottomLeft_yqav1_31",k_="_topRight_yqav1_35",C_="_bottomRight_yqav1_36",y_="_topMiddle_yqav1_42",B_="_bottomMiddle_yqav1_53",z_="_middleLeft_yqav1_62",I_="_middleRight_yqav1_63",M_="_limitSize_yqav1_84",S_="_row_yqav1_89",L_="_rowReverse_yqav1_93",A_="_column_yqav1_97",R_="_columnReverse_yqav1_101",ze={wrap:h_,buttonContainer:g_,dropContent:v_,fade:w_,contentTextNoWrap:E_,topLeft:x_,bottomLeft:b_,topRight:k_,bottomRight:C_,topMiddle:y_,bottomMiddle:B_,middleLeft:z_,middleRight:I_,limitSize:M_,row:S_,rowReverse:L_,column:A_,columnReverse:R_},Qt=({buttonClassName:e,buttonLabel:a="Toggle drop content",canCloseOutside:l=!0,children:o,className:r,closeOnEscape:c=!1,content:s,contentClassName:i,dropContentRole:d,dropContentLabel:m,interactiveElement:u,isContentTextWrapped:f=!1,isDisabled:p,isOpen:h=!1,limitSize:g=!1,onClose:w,onContainerClick:E,onContentVisibilityChange:x,onOutsideClose:v,position:b="bottomLeft",flexDirection:y="row",anchorRef:z,...k})=>{const[C,B]=n.useState(h),A=n.useRef(k);A.current=k;const S=n.useCallback(()=>{w?.(),B(!1)},[w]),N=n.useCallback(()=>{l&&(S(),v?.())},[l,v,S]);n.useEffect(()=>{const H=K=>{K.key===oe.escape&&S()};return H&&(C?document.addEventListener("keydown",H,!0):document.removeEventListener("keydown",H,!0)),()=>H&&document.removeEventListener("keydown",H,!0)},[c,S,C]);const O=n.useCallback(H=>{E?.(),C&&w?.(),B(K=>!K),H.stopPropagation()},[C,w,E]),I=n.useCallback(H=>H.stopPropagation(),[]),T=H=>{H.stopPropagation(),w?.(),B(!1)},F=n.useRef(x);F.current=x,n.useEffect(()=>{F.current?.(C)},[C]);const re=j.useOnClickOutside(N,z),J=n.useMemo(()=>n.createElement(n.Fragment,null,typeof o=="function"?o(C):o),[o,C]),U=n.useMemo(()=>u?.({"aria-label":a,children:J,className:_(ze.buttonContainer,e),onClick:O,onKeyDown:I,...A.current},C)??n.createElement(de,{"aria-label":a,className:_(ze.buttonContainer,e),onClick:O,onKeyDown:I,...A.current},J),[e,a,I,O,u,C,J]);return p?n.createElement("div",{className:_(ze.wrap,r),ref:z??re},J):n.createElement("div",{className:_(ze.wrap,r),ref:z??re},U,C&&n.createElement("div",{"aria-label":m,role:d,className:_(ze.dropContent,ze[b],ze[y],{[ze.contentTextNoWrap]:!f,[ze.limitSize]:g},i)},typeof s=="function"?s(T):s))},N_="_dark_tsp7p_20",$_="_light_tsp7p_46",q_="_container_tsp7p_290",O_="_errorText_tsp7p_291",H_="_containerWrapContent_tsp7p_295",T_="_selectWrapper_tsp7p_299",P_="_fullWidth_tsp7p_305",V_="_view_tsp7p_308",W_="_select_tsp7p_299",D_="_compact_tsp7p_365",F_="_small_tsp7p_369",j_="_medium_tsp7p_372",G_="_hasIcon_tsp7p_375",U_="_textWrapper_tsp7p_379",K_="_label_tsp7p_386",X_="_text_tsp7p_379",Q_="_icon_tsp7p_394",Z_="_chevron_tsp7p_395",Y_="_error_tsp7p_291",J_="_inlineLabel_tsp7p_447",ep="_disabled_tsp7p_464",P={dark:N_,light:$_,container:q_,errorText:O_,containerWrapContent:H_,selectWrapper:T_,fullWidth:P_,view:V_,select:W_,compact:D_,small:F_,medium:j_,hasIcon:G_,textWrapper:U_,label:K_,text:X_,icon:Q_,chevron:Z_,error:Y_,inlineLabel:J_,disabled:ep},tp="_fullWidth_8i4we_12",np="_button_8i4we_16",ap="_wrapper_8i4we_20",lp="_menu_8i4we_25",op="_checkboxWrapper_8i4we_29",rp="_textWrapper_8i4we_41",le={fullWidth:tp,button:np,wrapper:ap,menu:lp,checkboxWrapper:op,textWrapper:rp},T1=({buttonType:e,className:a,colorScheme:l,dropContentPosition:o,errorText:r,hasError:c,iconType:s,isDisabled:i,isFullWidth:d,isOpen:m=!1,isTruncated:u=!1,label:f,labelModifier:p,menuComponent:h,multipleSelectionText:g="selected",noSelectionText:w,onContentVisibilityChange:E,onOutsideClose:x,options:v,sizeModifier:b="medium",testId:y,value:z=[],wrapContent:k=!1})=>n.createElement($,null,({colorScheme:C})=>n.createElement("div",{className:_(l??C,P[l??C],{[le.fullWidth]:d})},n.createElement(Qt,{buttonLabel:f,type:e,className:_(le.fullWidth,a),content:h,contentClassName:_({[le.fullWidth]:d}),isOpen:v.length>0&&m,isDisabled:i,onOutsideClose:x,onContentVisibilityChange:E,position:o,interactiveElement:B=>n.createElement(de,{...B,className:_(l??C,P.container,P[l??C],le.button,{[le.fullWidth]:d,[P.disabled]:i,[P.error]:c&&!i,[P.containerWrapContent]:k}),"data-testid":y},n.createElement(cp,{iconType:s,isDisabled:i,isFullWidth:d,isTruncated:u,labelModifier:p,multipleSelectionText:g,noSelectionText:w,options:v,selectLabel:f,sizeModifier:b,value:z}))}),c&&r&&n.createElement(M,{className:_("mt-2",P.errorText),variant:"danger"},r))),cp=({iconType:e,isDisabled:a,isFullWidth:l,isTruncated:o,labelModifier:r,multipleSelectionText:c,noSelectionText:s,options:i,selectLabel:d,sizeModifier:m,value:u})=>{const f=r==="hidden",p=r==="inline",h=x=>i.find(v=>v.id===x)?.label??x,g=p||f,w={text:d},E=()=>u.length===1?h(u[0]):u.length>1&&!o?u.map(x=>h(x)).join(", "):u.length===0&&!s||u.length>1?`${u.length} ${c}`:s;return n.createElement(n.Fragment,null,!g&&n.createElement(ye,{className:_(P.label),...w}),n.createElement(de,{className:_(P.selectWrapper,{[le.fullWidth]:l}),htmlTag:"div",disabled:a},n.createElement("div",{className:_(P.view,P[m],{[P.hasIcon]:!!e}),"data-testid":R.MultiselectView},g&&n.createElement(ye,{className:_(P.inlineLabel),isLabelHidden:f,isLabelInline:p,...w}),!!e&&n.createElement(W,{size:"compact",source:e,className:P.icon}),n.createElement("div",{className:_(P.textWrapper,le.textWrapper)},n.createElement("span",{className:P.text},E())),n.createElement(W,{size:m==="medium"?"compact":"mini",source:V.IconChevronDown,className:P.chevron}))))},sp=Mt(ie,"light"),yl=({descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,menuTestId:o,onSelectChange:r,options:c,value:s=[],...i})=>{const d=({id:m,checked:u})=>{let f=[];!s.includes(m)&&u?f=[...s,m]:s.includes(m)&&!u&&(f=s.filter(h=>h!==m));const p=f.map(h=>({id:h,label:c.find(g=>g.id===h)?.label??"No label"}));r(p)};return n.createElement(T1,{options:c,value:s,isFullWidth:a,menuComponent:n.createElement(ip,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,onChange:d,options:c,selection:s,testId:o}),...i})},Bl=({children:e,className:a,description:l,descriptionFontVariant:o=L.Body,...r})=>n.createElement("div",null,n.createElement(M,{...r,className:a},e),l&&n.createElement(M,{...r,className:_("d-block mb-1",a),fontVariant:o},l)),ip=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=Bl,labelFontVariant:o,onChange:r,options:c,selection:s,testId:i})=>{const d=m=>{r({id:m.currentTarget.name,checked:m.currentTarget.checked})};return c.length>0?n.createElement(sp,{className:_(le.wrapper,{[le.fullWidth]:a},"py-3"),"data-testid":i},n.createElement(Ze,{className:_(le.menu,"pl-4 pr-5 mr-1")},c.filter(m=>!m.isHidden).map((m,u)=>n.createElement("div",{className:_(le.checkboxWrapper,{"mb-2":u+1!==c.length}),key:m.id,"data-testid":`${R.MultiselectItem}-${u}`},n.createElement(zl,{descriptionFontVariant:e,isChecked:s.includes(m.id),labelComponent:l,labelFontVariant:o,onChange:d,option:m}))))):null},zl=({descriptionFontVariant:e,isChecked:a,labelComponent:l,labelFontVariant:o,onChange:r,option:c})=>{const s=n.useMemo(()=>({children:i,...d})=>n.createElement(l,{...d,fontVariant:o??d.fontVariant,description:c.description,descriptionFontVariant:e},i),[l,e,o,c.description]);return n.createElement(ol,{checked:a,isDisabled:c.isDisabled,label:c.label,name:c.id,onChange:r,role:"menuitemcheckbox",labelComponent:s})},dp=Mt(ie,"light"),mp=({buttonType:e,descriptionFontVariant:a,isFullWidth:l,isOpen:o,labelFontVariant:r,menuTestId:c,onConfirm:s,onContentVisibilityChange:i,options:d,value:m=[],...u})=>{const[f,p]=n.useState(m),[h,g]=n.useState(o),w=({id:x,checked:v})=>{let b=[];!f.includes(x)&&v?b=[...f,x]:f.includes(x)&&!v&&(b=f.filter(y=>y!==x)),p(b)},E=()=>{const x=f.map(v=>({id:v,label:d.find(b=>b.id===v)?.label??"No label"}));g(!1),s(x)};return n.createElement(T1,{buttonType:e,isFullWidth:l,isOpen:h,menuComponent:x=>n.createElement(up,{descriptionFontVariant:a,isFullWidth:l,labelFontVariant:r,onChange:w,onConfirm:v=>{E(),x(v)},options:d,selection:f,testId:c}),options:d,onOutsideClose:()=>p(m),onContentVisibilityChange:i,value:f,...u})},up=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=Bl,labelFontVariant:o,onChange:r,onConfirm:c,options:s,selection:i,testId:d})=>{const m=u=>{r({id:u.currentTarget.name,checked:u.currentTarget.checked})};return s.length>0?n.createElement(dp,{className:_(le.wrapper,{[le.fullWidth]:a},"py-3"),"data-testid":d},n.createElement(Ze,{className:_(le.menu,"pl-4 pr-5 mr-1")},s.filter(u=>!u.isHidden).map((u,f)=>n.createElement("div",{className:_(le.checkboxWrapper,{"mb-2":f+1!==s.length}),key:u.id,"data-testid":`${R.MultiselectItem}-${f}`},n.createElement(zl,{descriptionFontVariant:e,isChecked:i.includes(u.id),labelComponent:l,labelFontVariant:o,onChange:m,option:u})))),n.createElement("div",{className:"mx-4 mt-2"},n.createElement(G,{onClick:c,modifier:"fullWidth","data-testid":R.ConfirmableMultiselectConfirm},"Confirm"))):null},fp=Mt(Kt,"light"),_p=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:l,confirmButtonTestid:o,confirmButtonVariant:r="primary",description:c,descriptionWordBreak:s,descriptionUrlLinks:i=!0,isOpen:d,onCancel:m,onConfirm:u,title:f,titleWordBreak:p,...h})=>{const g=n.createElement(G,{onClick:u,variant:r,size:"medium","data-testid":o,modifier:"fullWidth"},l);return n.createElement(fp,{isOpen:d,...h},n.createElement(Lt,{spacing:"none"},n.createElement(M,{fontVariant:L.H5,className:"mb-2",wordBreak:p},f),c&&n.createElement(M,{fontVariant:L.Body,className:"mb-4",wordBreak:s},i?n.createElement(wl,{text:c}):c),e?n.createElement(el,{className:"mt-2"},n.createElement(g1,{xs:6},n.createElement(G,{onClick:m,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),n.createElement(g1,{xs:6},g)):g))},pp="_wrapper_1uegx_4",hp="_clickCatcher_1uegx_8",gp="_positionAdjuster_1uegx_17",_1={wrapper:pp,clickCatcher:hp,positionAdjuster:gp},vp=({children:e,menu:a})=>{const[l,o]=n.useState(!1),r=()=>o(!1),c=i=>{o(!l),l||i.preventDefault()},s=typeof a=="function"?a({onClose:r}):a;return n.createElement("div",{onContextMenu:c,role:"presentation",tabIndex:-1,className:_1.wrapper},l&&n.createElement(n.Fragment,null,n.createElement("div",{className:_1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),n.createElement("div",{className:_1.positionAdjuster},s)),e)},wp=({isPointingUpwards:e,...a})=>n.createElement($,null,({colorScheme:l})=>n.createElement(W,{colorScheme:l,size:"small",source:e?V.IconChevronUp:V.IconChevronDown,...a})),Ep=({children:e,isOpen:a,...l})=>n.createElement(de,{"aria-expanded":a,htmlTag:"summary",...l},e,n.createElement(wp,{isPointingUpwards:a})),xp=({children:e,className:a,content:l,isFullWidth:o,isInitiallyOpen:r,onToggle:c,summaryElement:s=Ep,...i})=>{const[d,m]=n.useState(r??!1);return n.createElement("details",{onToggle:u=>{m(u.currentTarget.open),c?.(u)},open:d},n.createElement(s,{className:_("d-flex align-items-center",{"justify-content-space-between":o},a),isOpen:d,...i},e),l)},bp="_fileUpload_mtns5_13",kp="_button_mtns5_22",Cp="_disabledDark_mtns5_32",yp="_disabledLight_mtns5_37",Bp="_error_mtns5_42",zp="_content_mtns5_47",qe={fileUpload:bp,button:kp,disabledDark:Cp,disabledLight:yp,error:Bp,content:zp},Ip="or drag and drop",Il=n.forwardRef(({accept:e,ariaLabel:a,colorScheme:l="dark",hasError:o,isDisabled:r,onChange:c,onDrop:s,multiple:i=!1,title:d,subTitle:m=Ip,...u},f)=>{const p=r?l==="dark"?qe.disabledDark:qe.disabledLight:"";return n.createElement(rl,{onDrop:s,colorScheme:l,hasError:o,isDisabled:r,...u},n.createElement(R1,{accept:e,className:qe.fileUpload,onChange:c,multiple:i,ref:f,ariaLabel:a,colorScheme:l,isDisabled:r},n.createElement("div",{className:qe.content},n.createElement("div",{className:qe.button},n.createElement(W,{source:V.IconAdd,size:"small",className:_(p,o&&qe.error),colorScheme:l})),d&&n.createElement(Me,{className:"pb-0"},n.createElement(M,{fontVariant:L.H5,className:_(p,o&&qe.error),colorScheme:l},d)),m&&n.createElement(Me,{className:"pt-0"},n.createElement(M,{fontVariant:L.Body,className:_(p,o&&qe.error),colorScheme:l},m)))))});Il.displayName="DragAndUploadFiles";const Mp=({children:e,className:a,...l})=>n.createElement("form",{className:a,...l},e),Sp="_group_1wlif_4",Lp="_noneSpacing_1wlif_10",Ap="_compactSpacing_1wlif_14",Rp="_smallSpacing_1wlif_18",Np="_mediumSpacing_1wlif_22",$p="_largeSpacing_1wlif_26",qp="_fullWidth_1wlif_30",Op="_spaceBetween_1wlif_34",Hp="_center_1wlif_38",Tp="_normal_1wlif_42",Pt={group:Sp,noneSpacing:Lp,compactSpacing:Ap,smallSpacing:Rp,mediumSpacing:Np,largeSpacing:$p,fullWidth:qp,spaceBetween:Op,center:Hp,normal:Tp},Pp=({children:e,className:a,modifier:l,spacing:o="medium",justifyContent:r="normal",...c})=>n.createElement("div",{className:_(Pt.group,Pt[k1(o)],Pt[r],l&&Pt[l],a),...c},e),Vp="_pill_b6d2f_12",Wp="_iconWrapper_b6d2f_19",Dp="_icon_b6d2f_19",Fp="_textWrapper_b6d2f_32",jp="_text_b6d2f_32",xt={pill:Vp,iconWrapper:Wp,icon:Dp,textWrapper:Fp,text:jp},Gp=({className:e,text:a,...l})=>n.createElement($1,{className:_("align-items-center",xt.pill,e),...l},n.createElement("div",{className:xt.iconWrapper},n.createElement(W,{className:xt.icon,source:V.IconInfoRound,colorScheme:"light"})),n.createElement("div",{className:xt.textWrapper},n.createElement(M,{colorScheme:"light",className:xt.text},a))),Up="_menu_pmbhb_11",Kp={menu:Up},Ml=({fontVariant:e,item:a,variant:l,...o})=>n.createElement(Me,{"aria-checked":a.isAriaChecked,"aria-selected":a.isAriaSelected,role:a.role,...o},n.createElement(M,{className:"px-1",fontVariant:e,variant:l},a.label),a.icon&&n.createElement(W,{color:a.iconColor,size:a.iconSize??"compact",source:a.icon})),Sl=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?n.createElement(_l,{"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,iconAlignedStart:e.iconAlignedStart,iconColor:e.iconColor,iconSize:e.iconSize,isDisabled:e.isDisabled,isFixedIcon:e.isFixedIcon,onClick:e.clickAction,role:e.role,target:a?void 0:e.target,variant:e.variant??"inherit"},e.label):n.createElement(Ml,{item:e})},Xp=e=>e.map(a=>String(a.label)).join(":"),Qp=({children:e,className:a,colorScheme:l="light",testId:o})=>n.createElement(ee,{colorScheme:l},n.createElement(ie,{"data-testid":o,className:_(Kp.menu,a)},e)),Zp=({className:e,colorScheme:a="light",isAriaMultiSelectable:l,menuContent:o,menuEntryComponent:r=Sl,onPointerDownCapture:c,role:s="menu",tabIndex:i,testId:d,wrapperComponent:m=Qp})=>{const u=!Array.isArray(o),f=Object.entries(o);return n.createElement(m,{className:e,colorScheme:a,testId:d},f.map(([p,h],g)=>{const w=f.length-1===g;return n.createElement(n.Fragment,{key:Xp(h)},u&&n.createElement(n.Fragment,null,n.createElement("div",{className:"p-2"},n.createElement(M,{fontVariant:L.BodyBold},p)),n.createElement("div",{className:"px-2"},n.createElement(se,{role:"separator"}))),n.createElement(Lt,{onPointerDownCapture:c,"aria-multiselectable":l,className:"p-1",role:s,spacing:"compact",tabIndex:i},h.map((E,x)=>{const v=E.linkWrapper;return v?n.createElement(v,{key:`${E.label}-wrapper-${x}`},n.createElement(r,{item:E})):n.createElement(r,{key:`${E.label}-entry-${x}`,item:E})})),!w&&n.createElement("div",{className:"px-2"},n.createElement(se,{role:"separator"})))}))},Yp="_line_ik17u_25",Jp="_dark_ik17u_32",eh="_disabled_ik17u_35",th="_completed_ik17u_38",nh="_failed_ik17u_41",ah="_active_ik17u_44",lh="_light_ik17u_48",ot={line:Yp,dark:Jp,disabled:eh,completed:th,failed:nh,active:ah,light:lh},oh=({className:e,colorScheme:a,isActive:l,isCompleted:o,isDisabled:r,isFailed:c,...s})=>n.createElement($,null,({colorScheme:i})=>n.createElement("div",{className:_(ot.line,ot[a??i],{[ot.active]:l,[ot.completed]:o,[ot.disabled]:r,[ot.failed]:c},e),"data-testid":R.LineStep,...s})),Ll=(e,a)=>{const o=Math.max(0,e);return o>a?a:o},rh=({steps:e,stepIndex:a})=>{const l=e.findIndex((r,c)=>c>=a&&!r.isDisabled),o=~l?l:a;return Ll(o,e.length-1)},ch=({isDisabled:e})=>e?"disabled":"standard",sh="_multistepIndicatorWrapper_1jax0_4",ih="_isStepNameHidden_1jax0_10",dh="_lineStepperWrapper_1jax0_14",mh="_lineStepListItem_1jax0_19",uh="_lineStepButton_1jax0_23",fh="_truncated_1jax0_27",_h="_item_1jax0_32",ph="_itemButton_1jax0_36",hh="_text_1jax0_39",gh="_number_1jax0_43",vh="_noHover_1jax0_52",ge={multistepIndicatorWrapper:sh,isStepNameHidden:ih,lineStepperWrapper:dh,lineStepListItem:mh,lineStepButton:uh,truncated:fh,item:_h,itemButton:ph,text:hh,number:gh,noHover:vh},wh=({isActive:e,isCompleted:a,isFailed:l,isCurrent:o,isDisabled:r,isStepNameTruncated:c,isStepNameHidden:s,label:i,stepNumber:d})=>n.createElement(n.Fragment,null,n.createElement(ml,{className:_(ge.number,{"mr-2":!s}),isActive:e||o,isCompleted:a,isFailed:l,isDisabled:r,stepNumber:d}),!s&&n.createElement(M,{isTruncated:c,className:ge.text,fontVariant:L.BodyBold,variant:ch({isDisabled:r})},i)),Na="step",Eh=({className:e,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,step:r,stepIndex:c,variant:s,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:u,isCompleted:f,isFailed:p,isSelectable:h,label:g,onClick:w}=r,E=m||!a&&!d&&!h,x=n.useRef(null),v=ao();n.useEffect(()=>{v&&a&&x.current&&x.current.focus()},[a,v]);const b=c+1,y=s==="line"?g||`${Na} ${b}`:o?`${b} ${g}`.trim():void 0;return n.createElement("li",{className:_(ge.item,{[ge.truncated]:l,[ge.lineStepListItem]:s==="line"},e)},n.createElement(Ut,{"aria-current":a?Na:void 0,"aria-label":y,"aria-hidden":E,tabIndex:E?-1:0,"data-testid":`${R.MultistepIndicatorButton}-${c}`,disabled:E,ref:x,className:_(ge.itemButton,{[ge.noHover]:E,[ge.lineStepButton]:s==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(c),w?.())},href:u,htmlTag:s==="line"||!u?"button":"a"},s==="ordered-list"?n.createElement(wh,{isActive:d,isCompleted:f,isFailed:p,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,label:g,stepNumber:String(b)}):n.createElement(oh,{isActive:d||a,isCompleted:f,isDisabled:m})))},xh=({"aria-label":e,className:a,colorScheme:l,currentStepIndex:o=0,isStepNameTruncated:r,isStepNameHidden:c=!1,stepClassName:s,steps:i,variant:d="ordered-list",onStepChange:m})=>{const u=Ll(o,i.length-1);return n.createElement($,null,({colorScheme:f})=>n.createElement(ee,{colorScheme:l??f},n.createElement("ol",{"aria-label":e,className:_("d-flex",ge.multistepIndicatorWrapper,{[ge.lineStepperWrapper]:d==="line",[ge.isStepNameHidden]:c},a),"data-testid":R.MultistepIndicator},i.map((p,h)=>n.createElement(Eh,{className:s,isCurrent:h===u,isStepNameTruncated:r,isStepNameHidden:c,key:`${h}-${p.label}`,onStepChange:m,step:p,stepIndex:h,variant:d})))))},bh="_wrap_oxd8c_11",kh="_input_oxd8c_15",Ch="_button_oxd8c_35",yh="_buttonBorderDark_oxd8c_40",Bh="_buttonBorderLight_oxd8c_44",Oe={wrap:bh,input:kh,button:Ch,buttonBorderDark:yh,buttonBorderLight:Bh},zh=({name:e,label:a,colorScheme:l,onChange:o,ariaLabelDecrement:r,labelDecrement:c="-",ariaLabelIncrement:s,labelIncrement:i="+",value:d=0,minValue:m=0,maxValue:u=Number.MAX_VALUE,isInputReadOnly:f,isDisabled:p,stepValue:h=1,testIDDecrement:g,testIDIncrement:w,testIDInput:E})=>{const x=n.useCallback(y=>Math.min(Math.max(y,m),u),[m,u]),v=n.useCallback(y=>{const z=x(d+y);!p&&o(z)},[d,x,o,p]),b=y=>{const z=x(Number(y));o(z)};return n.createElement($,null,({colorScheme:y})=>{const z=l||y;return n.createElement("div",{className:Oe.wrap},n.createElement(G,{className:_(Oe.button,z==="dark"?Oe.buttonBorderDark:Oe.buttonBorderLight),colorScheme:z,variant:"translucent",onClick:()=>v(-h),disabled:d===m,"data-testid":g??R.NumberStepDecrement,"aria-label":r,isDisabled:p},c),n.createElement(ut,{className:Oe.input,colorScheme:z,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":E??R.NumberStepInput,onValueChange:b,readOnly:f,isDisabled:p}),n.createElement(G,{className:_(Oe.button,z==="dark"?Oe.buttonBorderDark:Oe.buttonBorderLight),colorScheme:z,variant:"translucent",onClick:()=>v(h),disabled:d===u,"data-testid":w??R.NumberStepIncrement,"aria-label":s,isDisabled:p},i))})},Ih="_toggleShowPasswordIcon_p5tw9_4",Mh={toggleShowPasswordIcon:Ih},Sh=({hidePasswordTitle:e="Hide password",showPasswordTitle:a="Show password",...l})=>{const[o,r]=n.useState(!1),c=o?V.IconPasswordHide:V.IconPasswordShow,s=o?e:a;return n.createElement(ut,{...l,enhancerEnd:n.createElement(G,{noHover:!0,onClick:i=>{i.preventDefault(),i.stopPropagation(),r(d=>!d)},size:"none",title:s,variant:"transparent"},n.createElement(W,{className:_(Mh.toggleShowPasswordIcon,"ml-1"),source:c})),type:o?"text":"password"})},Lh=(e,a)=>{const l=Array.from(e.styleSheets);for(const o of l)try{if(o.cssRules&&o.cssRules.length>0){const r=a.document.createElement("style");for(const c of Array.from(o.cssRules))r.appendChild(a.document.createTextNode(c.cssText));a.document.head.appendChild(r)}else if(o.href){const r=a.document.createElement("link");r.rel="stylesheet",r.href=o.href,a.document.head.appendChild(r)}}catch(r){if(r instanceof DOMException&&r.name==="SecurityError"){if(o.href){const c=a.document.createElement("link");c.rel="stylesheet",c.href=o.href,a.document.head.appendChild(c)}}else throw r}},Ah=({children:e,remotePopOut:a,title:l,onUnload:o})=>{const[r]=n.useState(()=>document.createElement("div")),c=n.useRef(null);return n.useEffect(()=>{a&&(c.current=a),c.current||(c.current=window.open("","")),c.current&&(c.current.document.title=l??"Pexip One")},[a,l]),n.useEffect(()=>{const s=c.current,i=()=>{s&&(s.removeEventListener("beforeunload",i),window.removeEventListener("beforeunload",i),s?.closed||s.close(),typeof o=="function"&&o())};return s&&(s.document.body.appendChild(r),Lh(document,s),s.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,o]),r?Ta.createPortal(e,r):null},Rh="_wrap_rw770_12",Nh="_labelWrapper_rw770_17",$h="_contentWrap_rw770_21",qh="_input_rw770_29",Oh="_actions_rw770_34",Hh="_errorText_rw770_38",He={wrap:Rh,labelWrapper:Nh,contentWrap:$h,input:qh,actions:Oh,errorText:Hh},P1=({children:e="",className:a,errorText:l,hasError:o,label:r,labelEnhanceEnd:c,...s})=>n.createElement("div",{className:_(He.wrap,a),...s},n.createElement("span",{className:_(He.labelWrapper,"d-flex align-items-center")},n.createElement(ye,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:L.SmallBold,variant:"subtle"}),c),n.createElement("div",{className:He.contentWrap},e),o&&l&&n.createElement(M,{className:_("mt-2",He.errorText),variant:"danger",role:"alert"},l)),Th=({confirmLabel:e="Save",className:a,initialValue:l="",denyAlertText:o="Are you sure you want to cancel?",denyLabel:r="Cancel",hasError:c,errorText:s,id:i,isEditing:d,isConfirmDisabled:m,isReadOnly:u,label:f,labelEnhanceEnd:p,modifyLabel:h="Edit",name:g,overrideInputValue:w,placeholder:E,shouldShowDenyAlert:x,type:v,renderText:b=M,onChange:y,onConfirm:z,onEditingStateChange:k})=>{const[C,B]=n.useState(l),[A,S]=n.useState(d),N=n.useRef(null),O=n.useId(),I=i??O;n.useEffect(()=>{w&&B(w)},[w]);const T=H=>{y&&y(H),B(H.target.value)},F=()=>{S(!1),k?.(!1),z?.(C)},re=()=>{const H=l===C,K=x&&l!==C&&confirm(o);(!x||H||K)&&(B(l),S(!1),k?.(!1))},J=()=>{S(!0),k?.(!0)};n.useEffect(()=>{A&&N.current?.focus()},[A]);const U=n.createElement(n.Fragment,null,(u||!A)&&n.createElement(n.Fragment,null,n.createElement(b,{"data-testid":"text-saved"},l??E),!u&&n.createElement(G,{variant:"text",onClick:J,"data-testid":"btn-modify"},h)),!u&&A&&n.createElement(n.Fragment,null,n.createElement(ut,{ref:N,className:He.input,id:I,name:g,type:v,value:C,label:f,labelModifier:"hidden",onChange:T,hasError:c,placeholder:E,onKeyDown:Xt(F),sizeModifier:"small"}),n.createElement("div",{className:He.actions},z&&n.createElement(G,{variant:"text",onClick:re,"data-testid":"btn-deny"},r),n.createElement(G,{variant:"text",isDisabled:m,onClick:F,"data-testid":"btn-confirm"},e))));return n.createElement(P1,{className:a,errorText:s,hasError:c,label:f,labelEnhanceEnd:p},U)},Ph=({confirmLabel:e="Save",className:a,denyAlertText:l="Are you sure you want to cancel?",denyLabel:o="Cancel",hasError:r,errorText:c,isEditing:s,isReadOnly:i,label:d,labelEnhanceEnd:m,modifyLabel:u="Edit",noSelectionLabel:f="--",options:p=[],shouldShowDenyAlert:h,value:g=[],onChange:w,onConfirm:E})=>{const[x,v]=n.useState(g),[b,y]=n.useState(s),z=N=>N.map(O=>({id:O,label:p.find(I=>I.id===O)?.label??O})),k=N=>{w&&w(N),v(N.map(O=>O.id))},C=()=>{y(!1);const N=z(x);E?.(N)},B=()=>{const N=g===x,O=g!==x&&confirm(l);(!h||N||O)&&(y(!1),v(g))},A=()=>{v(g),y(!0)},S=n.createElement(n.Fragment,null,(i||!b)&&n.createElement(n.Fragment,null,n.createElement(M,{"data-testid":"preference-multiselect-label"},z(g).map(N=>N.label).join(", ")||f),!i&&n.createElement(G,{variant:"text",onClick:A,"data-testid":"btn-modify"},u)),!i&&b&&n.createElement(n.Fragment,null,n.createElement(yl,{className:He.input,value:x,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:k,hasError:r,sizeModifier:"small",options:p,isOpen:!0}),n.createElement("div",{className:He.actions},E&&n.createElement(G,{variant:"text",onClick:B,"data-testid":"btn-deny"},o),n.createElement(G,{variant:"text",onClick:C,"data-testid":"btn-confirm"},e))));return n.createElement(P1,{className:a,errorText:c,hasError:r,label:d,labelEnhanceEnd:m},S)},Vh="_wrap_1l8nu_4",Wh="_withBorderBottom_1l8nu_12",Dh="_row_1l8nu_16",Fh="_rowLeft_1l8nu_24",jh="_rowBottom_1l8nu_30",bt={wrap:Vh,withBorderBottom:Wh,row:Dh,rowLeft:Fh,rowBottom:jh},Gh=({className:e,description:a,descriptionVariant:l="tinted",label:o,labelVariant:r="standard",rowBottom:c,rowLeft:s,withBorderBottom:i=!0})=>{const d=n.useId();return n.createElement("fieldset",{className:_(bt.wrap,{[bt.withBorderBottom]:i},e),"aria-labelledby":d},n.createElement("div",{className:bt.row},n.createElement("div",{className:"d-flex flex-direction-column"},o&&(typeof o=="string"?n.createElement(M,{fontVariant:L.BodyBold,variant:r},o):o),a&&(typeof a=="string"?n.createElement(M,{variant:l},a):a)),s&&n.createElement("div",{className:bt.rowLeft},s)),c&&n.createElement("div",{className:bt.rowBottom},c))},Uh=({searchInputTestId:e,clearButtonTestId:a,inputAriaLabel:l,clearButtonAriaLabel:o,placeHolder:r,name:c="",label:s="",onSearchInputChanged:i})=>{const[d,m]=n.useState("");return n.useEffect(()=>{i(d)},[d,i]),n.createElement(ut,{autoComplete:"off",colorScheme:"light",enhancerStart:n.createElement(W,{source:V.IconSearch,size:"compact"}),enhancerEnd:d!==""&&n.createElement(G,{"aria-label":o,modifier:"square",onClick:()=>m(""),size:"compact",variant:"transparent","data-testid":a},n.createElement(W,{source:V.IconClose,size:"compact"})),type:"text",testId:e,className:"pb-4",placeholder:r,value:d,onChange:u=>m(u.target.value),variant:"standard",name:c,label:s,"aria-label":l})},Kh="_wrap_4mkm4_16",Xh="_summary_4mkm4_20",Qh="_button_4mkm4_28",Zh="_actionGroup_4mkm4_44",Yh="_headingGroup_4mkm4_49",Jh="_headingText_4mkm4_53",eg="_icon_4mkm4_64",tg="_divider_4mkm4_69",ng="_dark_4mkm4_73",ag="_light_4mkm4_86",Ie={wrap:Kh,summary:Xh,button:Qh,actionGroup:Zh,headingGroup:Yh,headingText:Jh,icon:eg,divider:tg,dark:ng,light:ag},lg=({buttonClassName:e,children:a,className:l,collapseText:o="Collapse",colorScheme:r,expandText:c="Expand",isExpanded:s=!1,onToggle:i,subtitle:d,title:m,titleEnhancerEnd:u})=>{const[f,p]=n.useState(s),h=w=>{w.preventDefault(),p(E=>{const x=!E;return i&&i(x),x})},g=f?o:c;return n.createElement($,null,({colorScheme:w})=>n.createElement("details",{className:_(Ie.wrap,l),open:f,"data-testid":R.SectionAccordionDetails},n.createElement("summary",{className:Ie.summary,onClick:h,"data-testid":R.SectionAccordionSummary},n.createElement("div",{className:Ie[r??w]},n.createElement("div",{className:_(Ie.button,e)},n.createElement("div",{className:Ie.headingGroup},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(M,{variant:"inherit",className:Ie.headingText,fontVariant:L.H3},m),u),typeof d=="string"?n.createElement(M,{variant:"inherit",className:Ie.headingText},d):d),n.createElement("div",{className:Ie.actionGroup},n.createElement(M,{variant:"inherit",fontVariant:L.BodyBold},g),n.createElement(W,{className:Ie.icon,source:f?V.IconDoubleChevronUp:V.IconDoubleChevronDown}))),n.createElement(se,{colorScheme:r??w}))),f&&n.createElement("div",{className:"pt-4 pb-3"},a)))},og=({children:e,className:a,colorScheme:l,subtitle:o,subtitleTestId:r,title:c,titleTestId:s,variant:i,...d})=>n.createElement($,null,({colorScheme:m})=>n.createElement(ee,{colorScheme:l??m},n.createElement("section",{className:a,...d},n.createElement(C1,null,n.createElement("div",{className:"mt-5"},n.createElement(M,{fontVariant:L.H2,variant:i,"data-testid":s},c)),n.createElement("div",{className:"mt-2"},n.createElement(M,{fontVariant:L.H6,variant:i,"data-testid":r},o)),e)))),rg=({className:e,colorScheme:a,errorText:l,errorTextTestId:o,hasError:r,iconType:c,id:s,isDisabled:i,isFullWidth:d,label:m,labelModifier:u,onValueChange:f,options:p,sizeModifier:h="medium",value:g,wrapContent:w=!1,...E})=>{const x=n.useId(),v=s??x,b=g||p[0]?.id,y=u==="hidden",z=u==="inline",k=z||y,C={text:m,id:v},B=A=>{g!==A.currentTarget.value&&f(A.currentTarget.value)};return n.useEffect(()=>{r&&l&&A1(l,"assertive")},[r,l]),n.createElement($,null,({colorScheme:A})=>n.createElement("div",{className:_(a??A,P.container,P[a??A],{[P.disabled]:i,[P.error]:r&&!i,[P.containerWrapContent]:w},e)},!k&&n.createElement(ye,{className:_(P.label),...C}),n.createElement("div",{className:_(P.selectWrapper,{[P.fullWidth]:d})},n.createElement("select",{className:P.select,id:v,onBlur:B,onChange:B,value:b,disabled:i,...E},p.map(({id:S,label:N,isDisabled:O})=>n.createElement("option",{disabled:O,key:S,value:S},N))),n.createElement("div",{className:_(P.view,P[h],{[P.hasIcon]:!!c}),"data-testid":R.SelectView},k&&n.createElement(ye,{className:_(P.inlineLabel),isLabelHidden:y,isLabelInline:z,...C}),!!c&&n.createElement(W,{size:"compact",source:c,className:P.icon,"data-testid":R.SelectIcon}),n.createElement("div",{className:P.textWrapper},n.createElement("span",{className:P.text},p.find(S=>S.id===b)?.label??m)),n.createElement(W,{size:h==="medium"?"compact":"mini",source:V.IconChevronDown,className:P.chevron,"data-testid":R.SelectChevron}))),r&&l&&n.createElement(M,{className:_("mt-2",P.errorText),variant:"danger","data-testid":o},l)))},Al=(e,a)=>{const{focusFrom:l}=H1(e);n.useEffect(()=>{a&&l()},[a,l])},cg="_wrapper_1p4xd_105",sg="_open_1p4xd_120",ig="_withMask_1p4xd_123",dg="_sheet_1p4xd_127",mg="_withShadow_1p4xd_136",ug="_heightPortrait_1p4xd_141",fg="_heightLandscape_1p4xd_146",_g="_fullWidth_1p4xd_150",pg="_sheetInner_1p4xd_160",hg="_innerFullHeight_1p4xd_163",gg="_noMargin_1p4xd_166",vg="_closeButton_1p4xd_170",me={wrapper:cg,open:sg,withMask:ig,sheet:dg,withShadow:mg,heightPortrait:ug,heightLandscape:fg,fullWidth:_g,sheetInner:pg,innerFullHeight:hg,noMargin:gg,closeButton:vg},$a=e=>e.stopPropagation(),wg=({isFullWidth:e=!1,noMargin:a=!1,isOpen:l=!1,innerFullHeight:o=!1,withMask:r=!0,withShadow:c=!1,closeButtonAriaLabel:s="Close sheet",onClose:i,children:d,withCloseButton:m=!1,className:u,heightPortrait:f,heightLandscape:p})=>{const{ref:h}=uo(l),[g,w]=n.useState(null);Al(g,l);const E=f&&p?{"--sheet-height-portrait":`${f}dvh`,"--sheet-height-landscape":`${p}dvh`}:void 0;return n.createElement("div",{ref:h,className:_(me.wrapper,{[me.open]:l,[me.withMask]:r}),role:"dialog"},n.createElement("div",{className:_(me.sheet,u,{[me.fullWidth]:e,[me.heightPortrait]:!!f,[me.heightLandscape]:!!p,[me.withShadow]:c}),style:E,onClick:$a,onKeyDown:$a,role:"presentation"},n.createElement("div",{className:_(me.sheetInner,{[me.noMargin]:a,[me.innerFullHeight]:o}),ref:w,tabIndex:-1},d,m&&n.createElement(ft,{"aria-label":s,onClose:i,className:me.closeButton}))))},Eg="_box_1owu2_82",xg="_wrap_1owu2_95",bg="_dark_1owu2_103",kg="_withHover_1owu2_108",Cg="_rowBottom_1owu2_113",yg="_subtle_1owu2_113",Bg="_inactive_1owu2_113",zg="_figureCaption_1owu2_113",Ig="_figureText_1owu2_114",Mg="_divider_1owu2_123",Sg="_icon_1owu2_126",Lg="_danger_1owu2_130",Ag="_warning_1owu2_157",Rg="_success_1owu2_184",Ng="_light_1owu2_211",$g="_row_1owu2_113",qg="_flexGrow_1owu2_327",Og="_rowTop_1owu2_331",Hg="_dividerWrap_1owu2_339",Tg="_caption_1owu2_345",Pg="_figure_1owu2_113",Vg="_small_1owu2_349",Wg="_medium_1owu2_353",Y={box:Eg,wrap:xg,dark:bg,withHover:kg,rowBottom:Cg,subtle:yg,inactive:Bg,figureCaption:zg,figureText:Ig,divider:Mg,icon:Sg,danger:Lg,warning:Ag,success:Rg,light:Ng,row:$g,flexGrow:qg,rowTop:Og,dividerWrap:Hg,caption:Tg,figure:Pg,small:Vg,medium:Wg};var Dg=(function(e){return e.Danger="danger",e.Success="success",e.Warning="warning",e})({});const Rl=({children:e,className:a,colorScheme:l,isWithShadow:o=!1,padding:r="none",shadowModifier:c="light",variant:s,withHover:i=!1,...d})=>n.createElement($,null,({colorScheme:m})=>n.createElement(ie,{className:_(a,Y.box,Y[l??m],{[Y.withHover]:i},s&&Y[s]),isWithShadow:o,padding:r,shadowModifier:c,...d},e)),x1=({className:e,position:a,rowData:l,...o})=>{const{caption:r,captionClassName:c,captionSize:s="medium",captionTitle:i,figure:d,figureClassName:m,figureSize:u="medium",figureTitle:f,icon:p,iconColor:h,isActive:g=!0}=l,w=h?{style:{color:h}}:{className:Y.icon},E=typeof r=="string"?r:"",x=typeof d=="string"?d:"",v=`${i??E} `,b=`${f??x} `;return n.createElement("div",{...o,className:_(Y.row,{[Y.rowBottom]:a==="bottom",[Y.rowTop]:a==="top",[Y.subtle]:u==="small"},e)},p&&n.createElement("div",w,p),n.createElement("figure",{className:_(Y.figure,{[Y.inactive]:!g})},n.createElement(M,{className:_(Y.figureText,Y[u],m),htmlTag:"span",variant:"inherit",fontVariant:u==="small"?L.BodyBold:L.H3,title:`${v}${b}`},d),n.createElement("figcaption",{className:_(Y.caption)},typeof r!="string"?r:n.createElement(M,{className:_(Y.figureCaption,Y[s],c),variant:"inherit"},r))))},Fg=({className:e,colorScheme:a,hasDivider:l,rowBottom:o,rowTop:r,shadowModifier:c,variant:s,withHover:i})=>n.createElement(Rl,{className:_(e,Y.wrap,{[Y.flexGrow]:!!o}),colorScheme:a,shadowModifier:c,variant:s,withHover:i},n.createElement(x1,{position:o?"top":void 0,rowData:r}),l&&o&&n.createElement("div",{className:Y.dividerWrap},n.createElement(se,{className:Y.divider,"data-testid":"divider"})),o&&n.createElement(x1,{position:"bottom",rowData:o})),jg="_tabList_kxan6_105",Gg="_tabLink_kxan6_118",Ug="_tabButtonPadding_kxan6_142",Kg="_tabName_kxan6_157",Xg="_tabNameContent_kxan6_169",Qg="_tabContent_kxan6_173",Zg="_none_kxan6_173",Yg="_compact_kxan6_176",Jg="_small_kxan6_179",ev="_medium_kxan6_182",tv="_large_kxan6_185",nv="_divider_kxan6_194",Te={tabList:jg,tabLink:Gg,tabButtonPadding:Ug,tabName:Kg,tabNameContent:Xg,tabContent:Qg,none:Zg,compact:Yg,small:Jg,medium:ev,large:tv,divider:nv},av=({activeContentClassName:e,children:a,className:l,colorScheme:o,customTabNameComponent:r,hasDivider:c=!0,inactiveContentClassName:s="d-none",initialActiveTabIndex:i=0,noTabButtonPadding:d,onActiveTabChange:m,renderInactive:u=!1,...f})=>{const[p,h]=n.useState(i),g=n.Children.toArray(a).filter(Boolean),w=r??ov;n.useEffect(()=>{h(i)},[i]),n.useEffect(()=>{m&&m(p)},[p,m]);const E=g.map((x,v)=>n.isValidElement(x)&&n.createElement(w,{"aria-selected":p===v,"data-active":p===v,"data-testid":x.props["data-testid"]??`${R.Tab}-${v}`,key:x.props.title,onClick:()=>h(v),role:"tab"},n.createElement("div",{className:Te.tabNameContent},x.props.tabEnhancerStart&&n.createElement("div",null,x.props.tabEnhancerStart),n.createElement("div",null,x.props.title),x.props.tabEnhancerEnd&&n.createElement("div",null,x.props.tabEnhancerEnd))));return n.createElement($,null,({colorScheme:x})=>n.createElement(ee,{colorScheme:o??x},n.createElement("div",{className:l,...f},n.createElement("div",{role:"tablist",className:_(Te.tabList,{[Te.tabButtonPadding]:!d})},E),c&&n.createElement(se,{className:Te.divider}),g.map((v,b)=>{if(!n.isValidElement(v))return null;const y=p===b;return u?n.createElement("div",{key:v.props.title,className:_({[e??""]:y,[s??""]:!y})},v):y?v:null}))))},lv=({children:e,className:a,contentPadding:l="medium",...o})=>{const{title:r,tabEnhancerStart:c,tabEnhancerEnd:s,"data-testid":i,...d}={...o};return n.createElement("div",{"aria-label":r,role:"tabpanel",className:_(Te.tabContent,Te[l],a),...d},e)},ov=({children:e,className:a,...l})=>n.createElement("button",{className:_(Te.tabLink,a),...l},n.createElement(M,{className:Te.tabName},e)),rv="_list_20q8b_14",cv="_tag_20q8b_20",sv="_isInteractive_20q8b_34",iv="_isTruncated_20q8b_38",Wt={list:rv,tag:cv,isInteractive:sv,isTruncated:iv},dv=({ariaLabel:e,onRemove:a})=>n.createElement(G,{"aria-label":e,className:"ml-1","data-testid":"taglist-item-button",noHover:!0,onClick:a,size:"none",variant:"transparent"},n.createElement(W,{size:"compact",source:V.IconClose})),mv=({children:e,onClick:a})=>a?n.createElement(de,{onClick:a},e):e,Nl=({children:e,className:a,isInteractive:l=!0,isTruncated:o=!1,label:r,onClick:c,onRemove:s,removeLabel:i,title:d,variant:m})=>{const u=i??`Remove ${r}`;return n.createElement("div",{className:_(Wt.tag,{[Wt.isInteractive]:l||!!c,[Wt.isTruncated]:o},a),title:d},n.createElement(mv,{onClick:c?()=>c(r):void 0},typeof r=="string"&&n.createElement(M,{fontVariant:L.Body,isTruncated:o,variant:m},r),e),s&&n.createElement(dv,{ariaLabel:u,onRemove:s}))},uv=({className:e,colorScheme:a="light",items:l,maxTagsCount:o,variant:r})=>{let c=0;const s=[...l];if(o&&o<l.length){c=l.length-o;const d=s.splice(o).map(m=>m.title??m.label).join(", ");s.push({label:`+${c}`,title:d})}return n.createElement($,null,({colorScheme:i})=>n.createElement(ee,{colorScheme:a??i},n.createElement("ul",{className:_(Wt.list,e)},s.map((d,m)=>n.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},n.createElement(Nl,{...d,variant:r}))))))},fv=(e,a)=>{const[l,o]=n.useState(e);return n.useEffect(()=>{let r;return e?o(!0):r=window.setTimeout(()=>{o(!1)},a),()=>window.clearTimeout(r)},[e,a]),l};function $l(e,a,l="unmount"){return function(r){const{isVisible:c,className:s,...i}=r,d=fv(c,a);return!d&&l==="unmount"?null:n.createElement(e,{...i,className:_(s,!d&&"d-none")})}}const _v="_toast_nzlyj_4",pv="_topCenter_nzlyj_16",hv="_toast-top-in_nzlyj_1",gv="_hidden_nzlyj_21",vv="_toast-top-out_nzlyj_1",wv="_bottomCenter_nzlyj_25",Ev="_toast-bottom-in_nzlyj_1",xv="_toast-bottom-out_nzlyj_1",bv="_clickable_nzlyj_35",Vt={toast:_v,topCenter:pv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:hv,hidden:gv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:vv,bottomCenter:wv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:Ev,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:xv,clickable:bv},kv=({className:e,colorScheme:a,enhanceStart:l,isClickable:o=!1,isDisplayed:r=!1,message:c,onDismiss:s,position:i="topCenter",timeout:d=5e3,...m})=>{const[u,f]=n.useState(r);return n.useEffect(()=>f(r),[r]),n.useEffect(()=>{let p;return u&&A1(c,"assertive"),u&&d>0&&(p=window.setTimeout(()=>{f(!1),s?.()},d)),()=>clearTimeout(p)},[u,d,s,c]),n.createElement($,null,({colorScheme:p})=>n.createElement("div",{className:_(Vt.toast,Vt[i],{[Vt.hidden]:!u},e),role:"status"},n.createElement($1,{className:_("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[Vt.clickable]:o||s}),onClose:s?()=>{f(!1),s()}:void 0,colorScheme:a??p,...m},l,n.createElement(M,{variant:"inherit"},c))))},ql=$l(kv,400);var Dt=(function(e){return e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e})({});function Cv(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 l=e.charCodeAt(1);if(l>=56320&&l<=57343)return e.slice(0,2)}return"�"}function Ol(e,a=""){if(!e)return a;const l=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(Cv);return l.splice(1,l.length-2),l.join("").toUpperCase()}const yv="_wrap_1qymo_7",Bv="_compact_1qymo_23",zv="_small_1qymo_27",Iv="_md_1qymo_31",Mv="_medium_1qymo_35",Sv="_large_1qymo_39",Lv="_image_1qymo_43",Av="_text_1qymo_48",Rv="_dark_1qymo_51",Nv="_border_1qymo_54",$v="_noBackground_1qymo_57",qv="_light_1qymo_60",Qe={wrap:yv,compact:Bv,small:zv,md:Iv,medium:Mv,large:Sv,image:Lv,text:Av,dark:Rv,border:Nv,noBackground:$v,light:qv},Ov=({alt:e,className:a,text:l,iconType:o,iconSize:r="compact",imageUrl:c,type:s,textVariant:i="inherit",fontVariant:d=L.BodyBold,title:m,...u})=>{const f=s==="icon",p=s==="text",h=s==="image",g=p||f;return n.createElement("div",{className:_(Qe.wrap,a),title:m,...u},g&&n.createElement(M,{fontVariant:d,variant:i,className:_({[Qe.text]:p,"d-flex":f}),isTruncated:!0},p&&l,f&&o&&n.createElement(W,{size:r,source:o})),h&&c&&n.createElement("img",{src:c,alt:e,className:Qe.image}))},Hl=({className:e,colorScheme:a,modifier:l,textVariant:o,sizeModifier:r="small",...c})=>n.createElement($,null,({colorScheme:s})=>{const i=a??s,d=a==="dark"?"subtle":"tinted";return n.createElement(ee,{colorScheme:i},n.createElement(Ov,{className:_(i,Qe[i],Qe[r],{[Qe.border]:l==="border",[Qe.noBackground]:l==="noBackground"},e),textVariant:o??d,...c}))}),Hv={none:"none",compact:"smallBold",small:"bodyBold",md:"bodyBold",medium:"h5",large:"h3"},Tv=e=>Hv[e],Tl=99,Pv=(e,a=Tl)=>{const l=n.useMemo(()=>e>a,[e,a]),o=n.useMemo(()=>e>9?L.SmallBold:L.BodyBold,[e]);return{isMoreThanMaxNumber:l,fontVariant:o}},Pl=({alt:e,colorScheme:a,displayName:l,iconType:o,imageUrl:r,isActive:c,number:s=0,sizeModifier:i="small",title:d,type:m,...u})=>{const f=m===Dt.Image&&r,p=m===Dt.Initials,h=m===Dt.Number&&!Number.isNaN(s)&&s!==void 0,{isMoreThanMaxNumber:g,fontVariant:w}=Pv(s),E=()=>h?{type:"text",text:g?`${Tl}+`:`+${s}`}:f?{type:"image",imageUrl:r,alt:e??""}:l!==void 0&&(p||!f)?{type:"text",text:l!==""?Ol(l):l}:{type:"icon",iconType:o??V.IconMoreHorizontal,title:d??l??"User avatar"};return n.createElement(Hl,{colorScheme:a,fontVariant:h?w:Tv(i),sizeModifier:i,...c?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},...u,...E()})},Vv="_mobileButton_nz49v_209",Wv="_active_nz49v_218",Dv="_disabled_nz49v_223",p1={mobileButton:Vv,active:Wv,disabled:Dv},Fv=()=>"inherit",Vl=({isContentVisible:e,displayName:a,variant:l="tertiary",isDisabled:o=!1,modifier:r="disc",colorScheme:c,...s})=>{const i=()=>a?{type:"text",text:Ol(a)}:{type:"icon",iconType:V.IconSettings};return n.createElement(G,{...s,isActive:e,modifier:r,size:"large",variant:l,colorScheme:c,isDisabled:o,className:_(p1.mobileButton,e&&p1.active,o&&p1.disabled)},n.createElement(Hl,{modifier:"noBackground",textVariant:Fv(),iconSize:"small",...i()}))},jv=({className:e,contentClassName:a,displayName:l,colorScheme:o,variant:r="tertiary",title:c="Settings",buttonLabel:s="Toggle settings menu",isDisabled:i=!1,onContentVisibilityChange:d,tooltipPosition:m="bottomEnd",...u})=>{const[f,p]=n.useState(!0);return n.createElement($,null,({colorScheme:h})=>n.createElement(Qt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:s,onContentVisibilityChange:g=>{p(!g),d?.(g)},interactiveElement:(g,w)=>n.createElement(q1,{text:c,position:m,isTooltipEnabled:f},n.createElement(Vl,{...g,isContentVisible:w,variant:r,colorScheme:o??h,isDisabled:i,displayName:l})),...u}))},Gv="_user_190uv_4",Uv="_textLeft_190uv_8",Kv="_userAvatar_190uv_13",Xv="_textWrapper_190uv_17",Qv="_textItem_190uv_26",rt={user:Gv,textLeft:Uv,userAvatar:Kv,textWrapper:Xv,textItem:Qv},Zv=({avatarType:e,email:a,displayName:l,imageUrl:o,order:r="text-right",colorScheme:c,usernameFontVariant:s=L.BodyBold,className:i,textItemClassName:d,size:m="small"})=>n.createElement($,null,({colorScheme:u})=>n.createElement(ee,{colorScheme:c??u},n.createElement("div",{className:_(rt.user,{[rt.textLeft]:r==="text-left"},i),"data-testid":R.UserView},n.createElement(Pl,{type:e,displayName:l,translate:"no",imageUrl:o,className:rt.userAvatar,sizeModifier:m}),n.createElement("div",{className:rt.textWrapper},n.createElement("div",{className:_(rt.textItem,d)},n.createElement(M,{fontVariant:s,isTruncated:!0,translate:"no",title:l},l)),a&&n.createElement("div",{className:_(rt.textItem,d)},n.createElement(M,{fontVariant:L.Body,isTruncated:!0},a)))))),Yv="_videoWrapper_1a0v9_7",Jv="_fullHeight_1a0v9_21",ew="_fullWidth_1a0v9_24",tw="_small_1a0v9_34",nw="_large_1a0v9_38",aw="_borderRadiusNone_1a0v9_43",lw="_border_1a0v9_43",ow="_backgroundNone_1a0v9_52",rw="_backgroundPrimary_1a0v9_56",cw="_backgroundSecondary_1a0v9_60",sw="_backgroundBlack_1a0v9_64",iw="_backgroundLight_1a0v9_68",dw="_alignCenter_1a0v9_72",mw="_alignEnd_1a0v9_76",uw="_alignStart_1a0v9_80",fw="_alignStretch_1a0v9_84",_w="_flexColumn_1a0v9_88",pw="_flexRow_1a0v9_92",hw="_justifyEnd_1a0v9_96",gw="_justifyCenter_1a0v9_100",vw="_justifyStart_1a0v9_104",Q={videoWrapper:Yv,fullHeight:Jv,fullWidth:ew,small:tw,large:nw,borderRadiusNone:aw,border:lw,backgroundNone:ow,backgroundPrimary:rw,backgroundSecondary:cw,backgroundBlack:sw,backgroundLight:iw,alignCenter:dw,alignEnd:mw,alignStart:uw,alignStretch:fw,flexColumn:_w,flexRow:pw,justifyEnd:hw,justifyCenter:gw,justifyStart:vw},Wl=n.forwardRef(({className:e,children:a,background:l="none",size:o="medium",borderRadius:r="box",border:c,alignItems:s,flexDirection:i,justifyContent:d,isFullHeight:m=!1,isFullWidth:u=!1,...f},p)=>{const h=o==="small",g=o==="large",w=o==="full",E=r==="none",x=l==="none",v=l==="primary",b=l==="secondary",y=l==="black",z=l==="light";return n.createElement("div",{className:_(Q.videoWrapper,{[Q.small]:h,[Q.large]:g,[Q.borderRadiusNone]:E,[Q.border]:c,[Q.backgroundNone]:x,[Q.backgroundPrimary]:v,[Q.backgroundSecondary]:b,[Q.backgroundBlack]:y,[Q.backgroundLight]:z,[Q.alignCenter]:s==="center",[Q.alignEnd]:s==="flex-end",[Q.alignStart]:s==="flex-start",[Q.alignStretch]:s==="stretch",[Q.flexColumn]:i==="column",[Q.flexRow]:i==="row",[Q.fullHeight]:m||w,[Q.fullWidth]:u||w,[Q.justifyEnd]:d==="flex-end",[Q.justifyCenter]:d==="center",[Q.justifyStart]:d==="flex-start"},e,"videoWrapperGlobal"),...f,ref:p},a)});Wl.displayName="VideoWrapper";const Dl=jt.createSignal({name:"notification:toast"}),Fl=3e3,jl=400,ww=Fl+jl;let Ew=0;const xw=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),bw=e=>{const a=n.useRef(void 0),[l,o]=n.useState([]),[r]=l,c=r?.timeout??Fl;if(n.useEffect(()=>Dl.add(s=>{if(Array.isArray(s)){const i=s.map(d=>({...d,id:Ew++}));o(d=>{const m=i.filter(u=>u.isInterrupt);if(m.length>0){const u=i.filter(h=>!h.isInterrupt),[f,...p]=d;return f?.timeout===0?[...d,...u]:(clearTimeout(a.current),a.current=void 0,[...m,...p,...u])}return d.concat(i)})}else s.close&&o(i=>{const[d,...m]=i;return d?.timeout===0?[{...d,timeout:1},...m]:i})}),[]),n.useEffect(()=>{const s=r?.timeout?r.timeout+jl:ww,i=c===0;if(l.length>0&&a.current==null&&!i){const m=()=>{o(u=>{const[f]=u;let p=u.slice(1);for(;p[0]&&xw(f,p[0]);)p=p.slice(1);return p}),a.current=void 0};a.current=window.setTimeout(m,s)}},[l,r,c]),r){const s=r.colorScheme??"light";return n.createElement(ql,{...e,colorScheme:s,enhanceStart:r.enhanceStart,isDisplayed:!0,isDanger:r.isDanger,isClickable:r.isClickable,isVisible:!0,key:r.id,message:r.message,position:r.position,timeout:c,"data-testid":r.testid,onDismiss:r.onDismiss})}return null},kw="_wrapper_odjga_12",Cw="_button_odjga_16",yw="_reactiveStyles_odjga_22",Bw="_active_odjga_22",zw="_icon_odjga_25",kt={wrapper:kw,button:Cw,reactiveStyles:yw,active:Bw,icon:zw},Iw=({className:e,direction:a="vertical",isDisabled:l,label:o="Toggle the menu",menuComponent:r,menuPosition:c="bottomRight",buttonVariant:s="translucent",buttonSize:i,buttonModifier:d,reactiveButtonStyles:m=!0,...u})=>n.createElement(Qt,{buttonLabel:o,className:kt.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(f,p)=>n.createElement(G,{...f,className:_(f.className,kt.button,{[kt.reactiveStyles]:m,[kt.active]:p},e),isDisabled:l,variant:s,size:i,modifier:d},n.createElement(W,{source:a==="vertical"?V.IconMoreVertical:V.IconMoreHorizontal,className:_({[kt.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:l,position:c,...u}),Mw="_slider_twper_12",Sw="_dark_twper_23",Lw="_light_twper_44",qa={slider:Mw,dark:Sw,light:Lw},Aw=({colorScheme:e,className:a,max:l,min:o,step:r,selectedValue:c=0,onChange:s})=>n.createElement($,null,({colorScheme:i})=>n.createElement("input",{type:"range",className:_(qa.slider,qa[e??i],a),max:l,min:o,step:r,value:c,onChange:s})),Rw="_captionsContainer_mfrkh_114",Nw="_speakers_mfrkh_118",$w="_captions_mfrkh_114",qw="_timestamp_mfrkh_120",Ow="_captionsTitle_mfrkh_124",Ct={captionsContainer:Rw,speakers:Nw,captions:$w,timestamp:qw,captionsTitle:Ow},Hw=({captions:e,speakers:a,className:l,timestamp:o,...r})=>e?n.createElement("div",{className:_(Ct.captionsContainer,l)},(a||o)&&n.createElement("div",{className:Ct.captionsTitle},a&&n.createElement(M,{fontVariant:L.BodyBold,translate:"no",className:Ct.speakers,htmlTag:"p",isTruncated:!0},a.join(", ")),o&&n.createElement(M,{variant:"standard",htmlTag:"p",fontVariant:L.Small,className:Ct.timestamp},o)),n.createElement(M,{variant:"standard",htmlTag:"p",className:_(Ct.captions),...r},e)):null,Tw="_button_pc9ci_12",Pw="_iconsWrapper_pc9ci_15",Vw="_overlay_pc9ci_16",Ww="_assetsWrapper_pc9ci_20",Dw="_previewAsset_pc9ci_49",Fw="_previewAssetImg_pc9ci_59",ct={button:Tw,iconsWrapper:Pw,overlay:Vw,assetsWrapper:Ww,previewAsset:Dw,previewAssetImg:Fw},jw=({assets:e})=>n.createElement(n.Fragment,null,e?.map(a=>n.createElement("figure",{key:a.id,className:_(ct.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?n.createElement("img",{className:ct.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),Gl=({assets:e,className:a,children:l,...o})=>n.createElement(G,{variant:"translucent",noHover:!0,className:_(ct.button,a),...o},n.createElement("div",{className:ct.assetsWrapper},n.createElement(jw,{assets:e})),n.createElement("div",{className:ct.overlay}),n.createElement("div",{className:ct.iconsWrapper},n.createElement(W,{source:V.IconEdit,size:"medium"}),l)),Gw=({images:e,...a})=>n.createElement(Gl,{assets:e,...a}),Ul=({colors:e,...a})=>n.createElement(Gl,{assets:e,...a}),Uw="_container_19qgq_4",Kw="_input_19qgq_9",Xw="_button_19qgq_16",Qw="_label_19qgq_20",Zw="_hidden_19qgq_20",yt={container:Uw,input:Kw,button:Xw,label:Qw,hidden:Zw},Yw=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),Jw=({defaultValue:e,label:a,onChange:l,...o})=>{if(e&&!Yw.test(e))throw new Error("Default color is limited to #rrggbb currently");const r=n.useId(),c=n.useRef(null),[s,i]=n.useState(e??"transparent"),d=()=>c.current?.click(),m=u=>{l(u.target.value)};return n.createElement("div",{className:yt.container},n.createElement("label",{htmlFor:r},n.createElement(M,{className:_(yt.label,yt.hidden)},a)),n.createElement("input",{...o,ref:c,className:yt.input,id:r,type:"color",value:s,onChange:u=>{i(u.target.value),m(u)}}),n.createElement(Ul,{className:yt.button,htmlTag:"div",onClick:d,colors:[{id:r,color:s}]}))},eE="_leftPinnedTableSection_172q9_17",tE="_rightPinnedTableSection_172q9_22",nE="_middleTableSection_172q9_27",aE="_pinnedColumnsTable_172q9_30",lE="_table_172q9_34",oE="_tableContent_172q9_45",rE="_tableRow_172q9_49",cE="_tableCell_172q9_56",sE="_tableHead_172q9_62",iE="_tableBody_172q9_65",dE="_tableRowInner_172q9_73",mE="_showOnlyOnHover_172q9_96",uE="_tableHeadCell_172q9_109",fE="_sortIndicator_172q9_117",_E="_isSorted_172q9_117",pE="_indicatorArrow_172q9_121",hE="_isIndicatorFocused_172q9_124",gE="_tablePagination_172q9_132",vE="_isSticky_172q9_143",wE="_paginationButtonGroup_172q9_155",EE="_tablePageIndicator_172q9_159",xE="_rowSelected_172q9_167",bE="_expanderCell_172q9_171",kE="_headCellEnhancer_172q9_177",CE="_isDisabled_172q9_181",yE="_infinityScrollTableBody_172q9_185",D={leftPinnedTableSection:eE,rightPinnedTableSection:tE,middleTableSection:nE,pinnedColumnsTable:aE,table:lE,tableContent:oE,tableRow:rE,tableCell:cE,tableHead:sE,tableBody:iE,tableRowInner:dE,showOnlyOnHover:mE,tableHeadCell:uE,sortIndicator:fE,isSorted:_E,indicatorArrow:pE,isIndicatorFocused:hE,tablePagination:gE,isSticky:vE,paginationButtonGroup:wE,tablePageIndicator:EE,rowSelected:xE,expanderCell:bE,headCellEnhancer:kE,isDisabled:CE,infinityScrollTableBody:yE},BE=({hasPinnedColumns:e,className:a,...l})=>n.createElement("div",{role:"table",className:_(D.table,{[D.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...l}),Kl=({className:e,isDisabled:a,isSelected:l,style:o,...r})=>n.createElement("div",{className:_(D.tableRow,{[D.rowSelected]:l,[D.isDisabled]:a},e),role:"row",style:o,tabIndex:0,...r}),zE=({children:e,...a})=>n.createElement(Kl,a,n.createElement("div",{className:D.tableRowInner},e)),IE=({className:e,hasInfinityScroll:a=!1,...l})=>n.createElement("div",{role:"rowgroup",className:_(D.tableBody,a&&D.infinityScrollTableBody,e),...l}),ME=({className:e,isOnlyShownOnHover:a=!1,...l})=>n.createElement("div",{className:_(D.tableCell,{[D.showOnlyOnHover]:a},e),...l}),SE=({className:e,...a})=>n.createElement("div",{className:_(D.tableContent,e),...a}),LE=({className:e,...a})=>n.createElement("div",{className:_(D.tableHead,e),role:"rowgroup",...a}),AE=({className:e,isDisabled:a=!1,isSorted:l=!1,...o})=>n.createElement("div",{className:_(D.tableHeadCell,{[D.isSorted]:l&&!a,[D.isDisabled]:a},e),...o}),RE=({isSorted:e=!1,isSortDescending:a,...l})=>n.createElement("div",{className:D.sortIndicator,...l},n.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"},n.createElement("path",{className:_(D.indicatorArrow,{[D.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),n.createElement("path",{className:_(D.indicatorArrow,{[D.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),NE=({isExpanded:e,children:a,textVariant:l="subtle",...o})=>{const r=e?V.IconChevronDown:V.IconChevronRight;return n.createElement(de,{className:D.expanderCell,...o},n.createElement(W,{size:"compact",source:r,className:"mr-2"}),n.createElement(M,{fontVariant:L.BodyBold,isTruncated:!0,title:a,variant:l},a))},$E=({enhanceEnd:e,enhanceStart:a,title:l})=>n.createElement("span",{className:"d-flex align-items-center"},a&&n.createElement("span",{className:_("mr-1",D.headCellEnhancer)},a),n.createElement("span",{className:"d-block"},l),e&&n.createElement("span",{className:_("ml-1",D.headCellEnhancer)},e)),Xl=({groupChunkSize:e=5,pageIndex:a,totalPagesCount:l})=>{let o=[];if(l<=0)return o;const r=Math.max(1,e),c=Math.min(Math.max(0,a),l-1);if(l<r*3)return[...Array(l).keys()].map(h=>({toIndex:h}));let s=Math.ceil(l/r);const i=l%r,d=[...Array(l).keys()].reduce((h,g)=>{const w=Math.floor(g/r);return i&&w===s-1?h[w-1]?.push(g):h[w]?.push(g),h},[...Array(s).keys()].map(()=>[])).filter(h=>h.length);s=d.length;let m=Math.floor(c/r);m-=m===s&&i?1:0;const f=d[m],p=({index:h,anchor:g,isSpacer:w=!1,offset:E=0})=>{const x=d[h],b={floor:x?.[0],ceil:x?.[x?.length-1]}[g]??0;return x?{toIndex:b+E,isSpacer:w}:!1};return o=(m===0?[f?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),s>4&&[p({index:m+2,anchor:"floor"}),p({index:m+3,anchor:"floor",isSpacer:!0})],p({index:s-1,anchor:"ceil"})]:m===s-1?[p({index:0,anchor:"floor"}),s>4&&[p({index:m-3,anchor:"ceil",isSpacer:!0}),p({index:m-2,anchor:"ceil"})],p({index:m-1,anchor:"ceil",isSpacer:!0}),f?.map(h=>({toIndex:h}))]:[p({index:0,anchor:"floor"}),p({index:m-1,anchor:"ceil",isSpacer:!0}),f?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),p({index:s-1,anchor:"ceil"})]).flat().filter(Boolean),o},qE=({isGrouped:e,totalPagesCount:a,pageIndex:l,...o})=>{const r=e?HE:OE;return n.createElement(r,{pageIndex:l,totalPagesCount:a,...o})},OE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>n.createElement(n.Fragment,null,[...Array(o).keys()].map(r=>n.createElement(Ql,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:l},r+1))),HE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>{const r=Math.min(5,Math.floor(o/3)),c=Xl({groupChunkSize:r,pageIndex:l,totalPagesCount:o});return n.createElement(n.Fragment,null,c.map((s,i)=>{const{isSpacer:d,toIndex:m}=s,u=`groupedPaginationNav-${i}`,f=d?"...":m+1;return n.createElement(Ql,{onClick:a,index:m,isDisabled:e,key:u,pageIndex:l},f)}))},Ql=({index:e,isDisabled:a,onClick:l,pageIndex:o,children:r})=>n.createElement("li",{key:`pagination-${e}`},n.createElement(G,{className:"px-3",isDisabled:a,onClick:()=>{o!==e&&l(e)},isActive:o===e,variant:"neutral"},r)),TE=({endCount:e,isDisabled:a,startCount:l,totalCount:o})=>n.createElement(M,{variant:a?"disabled":"standard"},"Results: ",l," - ",e," of ",o),PE=({canNextPage:e,canPreviousPage:a,currentPageSize:l,gotoPage:o,isDisabled:r,isSticky:c,isTablePopulated:s=!0,label:i,maxUngroupedPageButtons:d=0,nextPage:m,nextPageButtonChildren:u="Next",pageIndex:f,pageSize:p=20,previousPage:h,previousPageButtonChildren:g="Previous",resultsCountComponent:w=TE,showResultsCount:E=!0,totalPagesCount:x,totalRows:v})=>{if(!s)return null;const b=v?f*p+1:0,y=v?b+l-1:0,z=x??Math.ceil(v/p),k=z>d;return n.createElement("nav",{className:_(D.tablePagination,{[D.isSticky]:c}),"aria-label":`${i} - table pagination`},E&&n.createElement(w,{isDisabled:r,endCount:y,startCount:b,totalCount:v}),v>p&&n.createElement("div",{className:D.paginationButtonGroup},n.createElement(G,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},g),n.createElement("ul",{className:D.tablePageIndicator},n.createElement(qE,{isDisabled:r,isGrouped:k,onClick:o,pageIndex:f,totalPagesCount:z})),n.createElement(G,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},u)))},VE=({className:e,position:a="middle",...l})=>n.createElement("div",{className:_({[D.leftPinnedTableSection]:a==="left-pinned",[D.middleTableSection]:a==="middle",[D.rightPinnedTableSection]:a==="right-pinned"},e),...l}),WE="_light_1r1fs_208",DE="_dark_1r1fs_214",FE="_innerMenu_1r1fs_220",jE="_innerMenuScrollbar_1r1fs_224",GE="_innerMenuButton_1r1fs_233",UE="_innerMenuItem_1r1fs_238",KE="_highlighted_1r1fs_256",XE="_isDisabled_1r1fs_256",QE="_isDanger_1r1fs_297",ZE="_innerMenuItemWrapper_1r1fs_301",YE="_innerMenuItemEndIcon_1r1fs_306",JE="_innerMenuSubMenuIndicator_1r1fs_312",ex="_innerMenuSubMenuIndicatorPushToEnd_1r1fs_316",tx="_innerMenuHeader_1r1fs_320",nx="_innerMenuBackButton_1r1fs_328",ax="_innerMenuBackIcon_1r1fs_332",lx="_innerMenuContent_1r1fs_336",ox="_innerMenuUnderlay_1r1fs_345",rx="_innerMenuPopover_1r1fs_350",cx="_divider_1r1fs_355",sx="_innerMenuNavigator_1r1fs_360",ix="_innerMenuContentContainer_1r1fs_367",X={light:WE,dark:DE,innerMenu:FE,innerMenuScrollbar:jE,innerMenuButton:GE,innerMenuItem:UE,highlighted:KE,isDisabled:XE,isDanger:QE,innerMenuItemWrapper:ZE,innerMenuItemEndIcon:YE,innerMenuSubMenuIndicator:JE,innerMenuSubMenuIndicatorPushToEnd:ex,innerMenuHeader:tx,innerMenuBackButton:nx,innerMenuBackIcon:ax,innerMenuContent:lx,innerMenuUnderlay:ox,innerMenuPopover:rx,divider:cx,innerMenuNavigator:sx,innerMenuContentContainer:ix},dx=({item:e,state:a,itemMap:l,itemClassName:o,showSubMenuIndicator:r=!0,restoreFocus:c,onFocusRestored:s})=>{const i=n.useRef(null);n.useEffect(()=>{c&&i.current&&(i.current.focus(),s?.())},[s,c]);const{isHovered:d,hoverProps:m}=bo.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:u}=b1.useMenuItem({key:e.key},a,i);u.onPointerUp=z=>{z.preventDefault()};const f=a.selectionManager.focusedKey===e.key,p=l.get(e.key)?.alternativeHoverClassName,h=l.get(e.key)?.alternativeHoverStyle,g=l.get(e.key)?.icon,w=l.get(e.key)?.iconPosition??"start",E=w==="end"&&!!g,x=!!l.get(e.key)?.subMenu,v=f||f&&!d,b=l.get(e.key)?.isChecked,y=b===void 0?{}:{role:"menuitemcheckbox","aria-checked":b};return n.createElement($,null,({colorScheme:z})=>n.createElement(n.Fragment,null,l.get(e.key)?.withTopDivider&&n.createElement(se,{role:"separator",className:X.divider}),n.createElement("div",{className:X.innerMenuItemWrapper},n.createElement("div",{...u,...m,"aria-haspopup":x?"menu":void 0,"data-testid":l.get(e.key)?.testId,ref:i,style:{...l.get(e.key)?.style,...v?h:{}},className:_(X[z],X.innerMenuItem,v?p??X.highlighted:{},l.get(e.key)?.className,o,{[X.isDisabled]:l.get(e.key)?.isDisabled,[X.isDanger]:l.get(e.key)?.isDanger}),"data-active":l.get(e.key)?.isActive,...y},w==="start"&&g,e.rendered,w==="end"&&g&&n.createElement("span",{className:X.innerMenuItemEndIcon},g),x&&r&&n.createElement(W,{source:V.IconChevronRight,size:"compact",className:_(X.innerMenuSubMenuIndicator,{[X.innerMenuSubMenuIndicatorPushToEnd]:!E})})),l.get(e.key)?.description&&n.createElement("div",null,l.get(e.key)?.description)),l.get(e.key)?.withBottomDivider&&n.createElement(se,{role:"separator",className:X.divider})))},mx=e=>{const a=e.filter(r=>r.testId?n.createElement("span",{"data-testid":r.testId}).type==="span":!0),l=new Map;for(const r of a)l.set(r.key,r);const o=a.filter(r=>r.isDisabled).map(r=>r.key);return{visibleItems:a,itemMap:l,disabledKeys:o}},ux=({items:e,onSelect:a,onClose:l,onNavigateBack:o,ariaProps:r,ariaLabel:c,ariaLabelledBy:s,autoFocus:i,restoreFocusKey:d,onFocusRestored:m,testId:u,menuClassName:f,itemClassName:p,showSubMenuIndicator:h})=>{const{visibleItems:g,itemMap:w,disabledKeys:E}=n.useMemo(()=>mx(e),[e]),x={...r,"aria-label":r?.["aria-label"]??c,"aria-labelledby":r?.["aria-labelledby"]??s,children:g.map(k=>n.createElement(Eo.Item,{textValue:typeof k.label=="string"?k.label:k.textValue,key:k.key},k.label)),disabledKeys:E,autoFocus:i??r?.autoFocus,onClose:void 0,onAction:k=>{const C=w.get(k);C&&a(C)}},v=xo.useTreeState(x),b=n.useRef(null),{menuProps:y}=b1.useMenu(x,v,b);n.useEffect(()=>{const k=C=>{const B=C.target;if(C.key!=="Tab"||!(B instanceof HTMLElement)||B!==document.activeElement||!b.current?.contains(B))return;const A=B.getAttribute("role");A!=="menuitem"&&A!=="menuitemcheckbox"&&A!=="menuitemradio"||(C.preventDefault(),C.stopPropagation(),l())};return window.addEventListener("keydown",k,!0),()=>{window.removeEventListener("keydown",k,!0)}},[l]);const z=k=>{if(k.key!=="ArrowLeft"&&k.key!=="ArrowRight")return;const B=getComputedStyle(k.currentTarget).direction==="rtl"?"ArrowLeft":"ArrowRight";if(k.key===B){const{focusedKey:A}=v.selectionManager,S=A!=null?w.get(A):void 0;S?.subMenu&&(k.preventDefault(),k.stopPropagation(),a(S));return}o&&(k.preventDefault(),k.stopPropagation(),o())};return n.createElement(Ze,{className:X.innerMenuScrollbar},n.createElement("div",{...y,ref:b,onKeyDownCapture:z,className:_(X.innerMenu,"px-2","py-2",f),"data-testid":u},[...v.collection].map(k=>n.createElement(dx,{itemMap:w,key:k.key,item:k,state:v,itemClassName:p,showSubMenuIndicator:h,restoreFocus:k.key===d,onFocusRestored:m}))))},fx=(e,a)=>{const l={title:e.title,ariaLabel:typeof a.label=="string"?a.label:a.textValue,titleTestId:e.titleTestId,testId:e.testId,backButtonLabel:e.backButtonLabel,backButtonTestId:e.backButtonTestId};return e.items!==void 0?{...l,items:e.items}:{...l,content:e.content}},_x=({rootItems:e,headerContent:a,menuProps:l,close:o,testId:r,menuClassName:c,itemClassName:s,backButtonLabel:i,onGoBack:d,showSubMenuIndicator:m})=>{const[u,f]=n.useState([]),[p,h]=n.useState(),g=n.useMemo(()=>{const S=[{items:e}];let N=e;for(const O of u){const I=N?.find(F=>F.key===O);if(!I?.subMenu)break;const T=fx(I.subMenu,I);S.push(T),N=T.items}return S},[e,u]),w=g.length-1;n.useEffect(()=>{u.length>w&&f(u.slice(0,w))},[u,w]);const E=g[g.length-1]??{items:e},x=g.length>1,v=x&&E.content!==void 0,b=x&&!!E.title,y=n.useId(),z=n.useRef(null),k=n.useCallback(S=>{if(!S.isDisabled){if(S.subMenu){S.onItemClick?.(),f(N=>[...N,S.key]);return}S.onItemClick?.(),S.closeMenuOnItemClick!==!1&&o()}},[o]),C=n.useCallback(()=>{h(void 0)},[]),B=n.useCallback(()=>{const S=u[u.length-1];S!==void 0&&(h(S),f(u.slice(0,-1))),d?.()},[d,u]),A=S=>{if(S.target!==S.currentTarget||S.key!=="ArrowLeft"&&S.key!=="ArrowRight")return;const O=getComputedStyle(S.currentTarget).direction==="rtl"?"ArrowRight":"ArrowLeft";S.key===O&&(S.preventDefault(),B())};return n.useEffect(()=>{v&&z.current?.focus()},[v]),n.createElement("div",{className:X.innerMenuNavigator},x?n.createElement("div",{className:X.innerMenuHeader},n.createElement(G,{"aria-label":E.backButtonLabel??i??"Go back",onClick:B,size:"none",variant:"translucent","data-testid":E.backButtonTestId,className:X.innerMenuBackButton},n.createElement(W,{size:"small",source:V.IconArrowLeftRegular,className:X.innerMenuBackIcon})),E.title&&n.createElement(We,{id:y,htmlTag:"h2",fontVariant:L.H5,"data-testid":E.titleTestId},E.title)):a&&n.createElement("div",null,a),n.createElement("div",{className:X.innerMenuContentContainer},E.items!==void 0?n.createElement(ux,{items:E.items,onSelect:k,onClose:o,ariaProps:x?void 0:l,ariaLabel:x&&!b?E.ariaLabel:void 0,ariaLabelledBy:b?y:void 0,autoFocus:p!==void 0?!1:x?"first":void 0,restoreFocusKey:p,onFocusRestored:C,testId:x?E.testId:r,menuClassName:c,itemClassName:s,showSubMenuIndicator:m,onNavigateBack:x?B:void 0}):n.createElement("div",{ref:z,tabIndex:-1,onKeyDown:A,className:_(X.innerMenuContent,c),"data-testid":E.testId},typeof E.content=="function"?E.content({close:o,goBack:B}):E.content)))},Zl=(e,a=!1,l=0)=>{const[o,r]=n.useState(void 0),c=n.useRef(void 0),s=e instanceof HTMLElement?e:e&&"current"in e?e.current:null;n.useEffect(()=>{if(!(e&&"current"in e)||e.current!==null)return;let m=0;const u=3e3,f=100,p=()=>{m+=f,e.current!==null?r(e.current.getBoundingClientRect()):m<u&&(c.current=setTimeout(p,f))};return c.current=setTimeout(p,f),()=>{c.current&&clearTimeout(c.current)}},[e]),n.useEffect(()=>{if(!s){r(void 0);return}r(s.getBoundingClientRect());const d=new ResizeObserver(()=>{r(s.getBoundingClientRect())});return d.observe(s),()=>{d.unobserve(s),d.disconnect()}},[s]);const i=n.useMemo(()=>h1.throttle(()=>{s&&r(s.getBoundingClientRect())},l),[s,l]);return n.useEffect(()=>{if(!(!a||!s))return window.addEventListener("resize",i),()=>{i.cancel(),window.removeEventListener("resize",i)}},[a,s,i]),n.useEffect(()=>{if(!s||!screen.orientation)return;const d=()=>{s&&r(s.getBoundingClientRect())};return screen.orientation.addEventListener("change",d),()=>{screen.orientation.removeEventListener("change",d)}},[s]),o},px=e=>{const a=n.useRef(null),{state:l,children:o,colorScheme:r}=e,c=Zl(a),i=c?`calc(100dvh - ${c.top+10}px)`:void 0,{popoverProps:d,underlayProps:m}=Pe.usePopover({...e,popoverRef:a},l);return n.createElement(Pe.Overlay,null,n.createElement("div",{...m,className:_(X.innerMenuUnderlay)}),n.createElement("div",{role:"complementary",...d,ref:a},n.createElement(ee,{colorScheme:r??"light"},n.createElement(ie,{className:_(X.innerMenuPopover),style:{maxHeight:i,overflow:"hidden"}},o))))},hx=({items:e,headerContent:a,button:l,renderButton:o,onOpenChange:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})=>{const g=vo.useMenuTriggerState({onOpenChange:r}),w=8,E=n.useRef(null),{menuTriggerProps:x,menuProps:v}=b1.useMenuTrigger({type:"menu"},g,E),{buttonProps:b}=wo.useButton({...x},E),{onPress:y,onPressStart:z,preventFocusOnPress:k,...C}=x,B=n.cloneElement(l,{...Pa.mergeProps(b,C)});return n.createElement("div",{className:_(X.innerMenuButton)},n.createElement("div",{ref:E},o?o(B):B),g.isOpen&&n.createElement(px,{state:g,triggerRef:E,colorScheme:s,placement:i??"bottom start",offset:d??w},n.createElement(_x,{rootItems:e,headerContent:a,menuProps:v,close:()=>g.close(),testId:c,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})))},Yl=jt.createSignal({name:"ariamenu:open-state"}),Jl=({items:e,button:a,renderButton:l,headerContent:o,onOpenChange:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})=>{const g=n.useCallback(w=>{Yl.emit(w),r?.(w)},[r]);return n.createElement(hx,{items:e,button:a,renderButton:l,headerContent:o,onOpenChange:g,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})},gx=({activeColumn:e,columnLabels:a,isDisabled:l,className:o,buttonAriaLabel:r="Toggle three column selector",onColumnChange:c})=>{const[s,i]=n.useState(!1),d=a.map((m,u)=>({key:`column-${u+1}`,isActive:e===u+1,label:m,onItemClick:()=>e!==u+1&&c(u+1),closeMenuOnItemClick:!0}));return n.createElement(Jl,{onOpenChange:i,items:d,button:n.createElement(G,{className:o,isActive:s,enhancerStart:n.createElement(W,{source:V.IconColumns}),noEnhancerPadding:!0,isDisabled:l,"aria-label":r,size:"small",variant:"transparent",modifier:"square","data-testid":R.ButtonThreeColumnSelector}),popoverPlacement:"bottom right"})},vx="_collapsableContainer_13u1l_4",wx="_header_13u1l_14",Ex="_displayingHeaderEndContent_13u1l_19",xx="_isOpen_13u1l_22",bx="_headerStartContent_13u1l_26",kx="_iconContainer_13u1l_31",Cx="_badgeCounter_13u1l_38",yx="_badgeCounterContainer_13u1l_42",Bx="_content_13u1l_47",zx="_headerEndContent_13u1l_54",pe={collapsableContainer:vx,header:wx,displayingHeaderEndContent:Ex,isOpen:xx,headerStartContent:bx,iconContainer:kx,badgeCounter:Cx,badgeCounterContainer:yx,content:Bx,headerEndContent:zx},Ix=({isOpen:e,badgeCount:a=0,collapseToggleAriaLabel:l="Toggle collapsable container",openStyling:o,children:r,onToggle:c,headerEndContent:s,footerContent:i,icon:d,title:m,testId:u,scrollElementRef:f})=>n.createElement("div",{"data-testid":u,className:_(pe.collapsableContainer,e&&o)},n.createElement("div",{className:_(pe.header,{[pe.displayingHeaderEndContent]:e&&!!s,[pe.isOpen]:e})},n.createElement("div",{className:pe.headerStartContent},n.createElement(G,{onClick:()=>c(e),"data-testid":R.ButtonCollapsableContainerToggle,size:"small",modifier:"square",variant:"transparent",noEnhancerPadding:!0,"aria-label":l,enhancerStart:n.createElement(W,{source:e?V.IconChevronLeft:V.IconChevronRight,size:"small"})}),n.createElement("div",{className:_(pe.iconContainer,{[pe.isOpen]:e})},n.createElement(W,{source:d,size:"small"}),!e&&n.createElement(gl,{className:pe.badgeCounterContainer,badgeClassName:pe.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&n.createElement(We,{htmlTag:"h2",fontVariant:L.BodyBold},n.createElement("span",null,m)," ",a>0&&n.createElement("span",null,"(",a,")"))),e&&s&&n.createElement("div",{className:pe.headerEndContent},s)),e&&n.createElement("div",{ref:f,className:pe.content},r),e&&i&&n.createElement(Fa,{hasFooterShadow:!0,padding:"small"},i)),Mx={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"}},Sx=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],Lx=["primary","secondary","tertiary"],Ax=["neutral","translucent","transparent","transparentAlternative","text","danger","dangerBordered","success"],Rx=[...Lx,...Ax];L.H1,L.H2,L.H3,L.H4,L.H5,L.H6;const Nx=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{l(a)},[a]),{activeTab:a,setActiveTab:l}},Bt=(e,a)=>({...e,...a}),$x=(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:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=Bt(c,{isCompleted:o.isCompleted,isFailed:o.isCompleted?!1:c.isFailed,isActive:o.activateStep,isSelectable:o.isSelectable,url:o.activateStep?void 0:c.url})),r}case"fail-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=Bt(c,{isFailed:o.isFailed,isCompleted:o.isFailed?!1:c.isCompleted,isActive:o.activateStep,isSelectable:o.isSelectable,url:o.activateStep?void 0:c.url})),r}case"disable-step":{const{stepIndex:l,isDisabled:o}=a,r=[...e],c=r[l];return c&&(r[l]=Bt(c,{isDisabled:o})),r}case"activate-step":{const{stepIndex:l,isActive:o}=a,r=e.map(s=>({...s,isActive:!1})),c=r[l];return c&&(r[l]=Bt(c,{isActive:o})),r}case"leave-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=Bt(c,{isActive:o.activateStep,isSelectable:o.isSelectable,isCompleted:o.isCompleted??c?.isCompleted,isFailed:o.isFailed??c?.isFailed})),r}case"refresh-step-names":return e.map((l,o)=>({...l,label:a.steps[o]?.label??l.label}))}},eo=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),qx=(e,a)=>eo([...e].splice(0,a)),Oa=e=>e.every(a=>a),Ox=({initialSteps:e=[],currentStepIndex:a=0})=>{const l=n.useMemo(()=>e,[e]),[o,r]=n.useReducer($x,l),[c,s]=n.useState(!1),[i,d]=n.useState(!1),[m,u]=n.useState(a);n.useEffect(()=>{const k=eo(o);d(Oa(k))},[o]),n.useEffect(()=>{const k=qx(o,m);s(Oa(k))},[m,o]);const f=n.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);n.useEffect(()=>{f()},[f]);const p=n.useCallback((k,{forceStep:C}={forceStep:!1})=>{const B=C?k:rh({steps:o,stepIndex:k});u(B)},[o]),h=k=>{const C=e[k];C&&r({type:"set-step",stepIndex:k,step:C})},g=()=>r({type:"set-all-steps",steps:e}),w=(k,C=!0)=>r({type:"disable-step",stepIndex:k,isDisabled:C}),E=n.useCallback((k,C=!0)=>r({type:"activate-step",stepIndex:k,isActive:C}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:c,steps:o},{moveToStep:p,resetAllSteps:g,resetStep:h,updateStepActive:E,updateStepCompleted:(k,{activateStep:C=!1,isCompleted:B=!0,isSelectable:A=!1}={})=>r({type:"complete-step",stepIndex:k,options:{isCompleted:B,activateStep:C,isSelectable:A}}),updateStepFailed:(k,{activateStep:C=!1,isSelectable:B=!1,isFailed:A=!0}={})=>r({type:"fail-step",stepIndex:k,options:{activateStep:C,isSelectable:B,isFailed:A}}),updateStepDisabled:w,updateStepLeave:(k,{activateStep:C=!1,isSelectable:B=!0}={})=>r({type:"leave-step",stepIndex:k,options:{activateStep:C,isSelectable:B}})}]},Hx=e=>{const a=It.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${It}`);return It[a+1]??null},V1=e=>{const a=y1[e];return a>0?a:null},W1=e=>{if(e===null)return null;const a=.02,l=y1[e];return l>0?l-a:null},Ye=e=>{const a=V1(e);return a?`(min-width: ${a}px)`:""},De=e=>{const a=W1(e);return a?`(max-width: ${a}px)`:""},D1=(e,a)=>{const l=V1(e),o=W1(a);return l!==null&&o!==null?`(min-width: ${l}px) and (max-width: ${o}px)`:o===null?Ye(e):De(a)},At=e=>{const a=V1(e),l=Hx(e),o=W1(l);return a!==null&&o!==null?`(min-width: ${a}px) and (max-width: ${o}px)`:o===null?Ye(e):De(l)},Zt="(pointer: coarse)",to="(orientation: portrait)",no="(orientation: landscape)",Tx=`${Zt} and ${to} and ${De("md")}`,Px=`${Zt} and ${no} and ${De("lg")}`,Vx=`${Zt} and ${Ye("md")}`,Wx=At("xs"),Dx=At("sm"),Fx=At("md"),jx=At("lg"),Gx=At("xl"),Ux=Ye("sm"),Kx=Ye("md"),Xx=Ye("lg"),Qx=Ye("xl"),Zx=De("sm"),Yx=De("md"),Jx=De("lg"),eb=De("xl"),tb=D1("sm","lg"),nb=D1("sm","xl"),ab=D1("md","xl"),lb="(max-width: 359px)",ao=()=>j.useMatchMedia(Zt),ob=()=>j.useMatchMedia(Vx),lo=()=>j.useMatchMedia(Tx),oo=()=>j.useMatchMedia(Px),rb=()=>{const e=lo(),a=oo();return e||a},cb=()=>j.useMatchMedia(to),sb=()=>j.useMatchMedia(no),ro=()=>j.useMatchMedia(Wx),co=()=>j.useMatchMedia(Dx),so=()=>j.useMatchMedia(Fx),io=()=>j.useMatchMedia(jx),mo=()=>j.useMatchMedia(Gx),ib=()=>j.useMatchMedia(Ux),db=()=>j.useMatchMedia(Kx),mb=()=>j.useMatchMedia(Xx),ub=()=>j.useMatchMedia(Qx),fb=()=>j.useMatchMedia(Zx),_b=()=>j.useMatchMedia(Yx),pb=()=>j.useMatchMedia(Jx),hb=()=>j.useMatchMedia(eb),gb=()=>j.useMatchMedia(tb),vb=()=>j.useMatchMedia(nb),wb=()=>j.useMatchMedia(ab),Eb=()=>j.useMatchMedia(lb),xb=()=>{const e=n.useRef(!0),a=ro(),l=co(),o=so(),r=io(),c=mo(),s=n.useMemo(()=>jt.createSignal({name:"breakpoint:change"}),[]);return n.useEffect(()=>{const i=[a,l,o,r,c].filter(d=>d).length===1;!e.current&&i?s.emit():e.current=!1},[s,a,l,o,r,c]),s},bb=(e,a={})=>{const{delay:l=0}=a;return n.useCallback(()=>{if(e.current){const r=()=>e.current?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"});l?setTimeout(r,l):r()}},[e,l])},kb=()=>{const e=n.useRef(null),a=n.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},uo=e=>{const a=n.useRef(null),l=Wa.useOverlayTriggerState({isOpen:e}),{modalProps:o}=Pe.useModalOverlay({},l,a);return{ref:a,modalProps:o}},Cb=e=>{const a=n.useRef(null),l=Wa.useOverlayTriggerState({isOpen:e}),{overlayProps:o}=Pe.useOverlay({isOpen:l.isOpen,onClose:l.close},a);return Pe.useOverlayFocusContain(),n.useEffect(()=>{if(l.isOpen&&a.current)return Pe.ariaHideOutside([a.current],{shouldUseInert:!0})},[l.isOpen]),{ref:a,modalProps:o}},yb=({content:e,root:a,containerClassName:l,isDisabled:o=!1,moveBy:r=60})=>{const[c,s]=n.useState(0),[i,d]=n.useState(void 0),[m,u]=n.useState(void 0),[f,p]=n.useState(null),[h,g]=n.useState(null),[w,E]=n.useState(null),x=n.useCallback(B=>{p(B)},[]),v=n.useCallback(()=>{s(B=>B+r)},[r]),b=n.useCallback(()=>{s(B=>B-r)},[r]),y=n.useCallback(B=>{g(B)},[]),z=n.useCallback(B=>{E(B)},[]),k=n.createElement("div",{style:{transform:`translateX(${c}px)`,transition:"transform 300ms ease"},ref:x,className:_(l)},n.createElement("div",{ref:y,style:{width:"1px",flexShrink:0}}),e,n.createElement("div",{ref:z,style:{width:"1px",flexShrink:0}}));n.useEffect(()=>{if(o||!a||!f||!h||!w)return;const B=new IntersectionObserver(A=>{for(const S of A)S.target===h&&d(()=>S.isIntersecting?void 0:v),S.target===w&&u(()=>S.isIntersecting?void 0:b)},{root:a,threshold:.99});return B.observe(h),B.observe(w),()=>B.disconnect()},[a,f,h,w,o,v,b]),n.useEffect(()=>{const B=f?.parentElement;if(!B)return;const A=new ResizeObserver(S=>{for(const N of S){const O=N.contentRect.width;f.getBoundingClientRect().width<O&&c!==0&&s(0)}});return A.observe(B),()=>A.disconnect()},[f,c]);const C=!!i||!!m;return n.useEffect(()=>{!C&&c!==0&&s(0)},[C,c]),{navigationView:k,moveLeft:i,moveRight:m,hasOverflowingContent:C}};function Bb(e,a){return function(o){return n.createElement(e,{...o,...a})}}function zb(e){return Object.hasOwn(V,e)}exports.AboutModal=Z9;exports.AboutText=Cl;exports.Accordion=ff;exports.ActionsRow=V8;exports.ActivityCard=xf;exports.Announcer=$7;exports.AriaMenu=Jl;exports.AspectRatio=yf;exports.Audio=Nu;exports.Avatar=Pl;exports.AvatarType=Dt;exports.BadgeCounter=gl;exports.Bar=Vf;exports.Box=ie;exports.BoxHeader=Da;exports.Breadcrumbs=Uf;exports.Button=G;exports.ButtonText=al;exports.CakeTimer=Qf;exports.CallToAction=W7;exports.Captions=Hw;exports.CardLayout=ja;exports.Cell=g1;exports.CenterLayout=C1;exports.Checkbox=ol;exports.CircleCountDown=l_;exports.CollapsableContainer=Ix;exports.Color=E3;exports.ColorPickerPreviewButton=Jw;exports.ColorPreviewButton=Ul;exports.CondensedTabs=p_;exports.ConfirmableMultiselect=mp;exports.ConfirmationModal=_p;exports.ContextMenu=vp;exports.CoreHeader=md;exports.CustomTooltip=R8;exports.Details=xp;exports.Divider=se;exports.DragAndDrop=rl;exports.DragAndUploadFiles=Il;exports.Draggable=O1;exports.DropContent=Qt;exports.Enhancers=nl;exports.ExpanderCell=NE;exports.FileUpload=R1;exports.FontVariant=L;exports.Form=Mp;exports.FullSizeWindow=Gt;exports.FullscreenLayout=Qa;exports.FullscreenOverlay=ti;exports.FullscreenSpinner=ki;exports.Grid=el;exports.Group=Pp;exports.Heading=Bd;exports.HotKey=kl;exports.HotkeysTooltip=bl;exports.Icon=W;exports.IconTypes=V;exports.ImagePreviewButton=Gw;exports.InfoHeadCell=$E;exports.InfoMessage=Gp;exports.Input=ut;exports.InputLabel=ye;exports.InteractiveElement=de;exports.KEYBOARD_EVENT_KEY=oe;exports.KebabMenuButton=Iw;exports.LineHeading=Md;exports.List=Lt;exports.ListBoxLink=fl;exports.ListLink=_l;exports.LoadingBox=tl;exports.LockStyle=a9;exports.Logo=e8;exports.Menu=Zp;exports.MenuEntry=Sl;exports.Modal=Kt;exports.ModalCloseButton=ft;exports.ModalCloseButtonWithTooltip=D9;exports.ModalType=V9;exports.Multiselect=yl;exports.MultiselectCore=T1;exports.MultistepIndicator=xh;exports.NotificationToast=bw;exports.NotificationTooltip=A8;exports.NumberStepInput=zh;exports.Panel=El;exports.PasswordInput=Sh;exports.PexipLogo=m8;exports.Pill=$1;exports.PlainMenuEntry=Ml;exports.PopOutWindow=Ah;exports.PreferenceInput=Th;exports.PreferenceMultiselect=Ph;exports.PreferenceRow=Gh;exports.PreferenceWrapper=P1;exports.ProgressBar=gu;exports.ProgressBarColor=hu;exports.RadioButton=dl;exports.RangeSlider=Aw;exports.RefButton=ll;exports.RefInteractiveElement=Ut;exports.RefSimpleButton=S1;exports.RgbColor=v1;exports.Row=Me;exports.Scrim=Mi;exports.Scrollbars=Ze;exports.SearchInput=Uh;exports.Section=og;exports.SectionAccordion=lg;exports.Select=rg;exports.Sheet=wg;exports.SimpleButton=f4;exports.SortingIndicator=RE;exports.Spinner=z1;exports.StatCard=Fg;exports.StatCardBox=Rl;exports.StatCardRow=x1;exports.StatCardVariant=Dg;exports.StatIndicator=um;exports.StepNumber=ml;exports.SvgImage=St;exports.Tab=lv;exports.Table=BE;exports.TableBody=IE;exports.TableCell=ME;exports.TableContent=SE;exports.TableHead=LE;exports.TableHeadCell=AE;exports.TablePagination=PE;exports.TableRow=zE;exports.TableRowWrapper=Kl;exports.TableSection=VE;exports.Tabs=av;exports.Tag=Nl;exports.TagList=uv;exports.TestId=R;exports.Text=M;exports.TextArea=ul;exports.TextHeading=We;exports.TextLink=mt;exports.ThemeConsumer=$;exports.ThemeContext=dt;exports.ThemeProvider=ee;exports.ThreeColumnSelector=gx;exports.Toast=ql;exports.ToggleSwitch=Lu;exports.ToggleSwitchDisplay=pl;exports.Tooltip=q1;exports.TooltipPositionValue=Sx;exports.URLToLink=wl;exports.User=Zv;exports.UserMenuButton=Vl;exports.UserMenuDropContent=jv;exports.Video=hl;exports.VideoWrapper=Wl;exports.Wrapper=Xa;exports.announce=A1;exports.ariaMenuOpenStateSignal=Yl;exports.breakpoints=y1;exports.buttonVariantsValues=Rx;exports.isBackgroundImageSrcEmpty=Ka;exports.isImageSrcEmpty=Ga;exports.isImageSrcString=B1;exports.isValidIconName=zb;exports.notificationToastSignal=Dl;exports.onEnter=Xt;exports.sizeToPadding=ve;exports.themeValues=zo;exports.useBelow360=Eb;exports.useBoundingRect=Zl;exports.useBreakpointChange=xb;exports.useFocusFrom=H1;exports.useFocusFromOpened=Al;exports.useGroupedPagesNav=Xl;exports.useInput=Qd;exports.useLandscape=sb;exports.useLg=io;exports.useLgDown=pb;exports.useLgUp=mb;exports.useMd=so;exports.useMdDown=_b;exports.useMdToXl=wb;exports.useMdUp=db;exports.useMobileDevice=rb;exports.useMobileDeviceLandscape=oo;exports.useMobileDevicePortrait=lo;exports.useModal=uo;exports.useModalHandle=kb;exports.useModalWithoutPreventScroll=Cb;exports.useMultistepIndicator=Ox;exports.useOutOfViewNavigation=yb;exports.usePortrait=cb;exports.useScrollIntoView=bb;exports.useSm=co;exports.useSmDown=fb;exports.useSmToLg=gb;exports.useSmToXl=vb;exports.useSmUp=ib;exports.useTabletDevice=ob;exports.useTabs=Nx;exports.useTouchDevice=ao;exports.useXl=mo;exports.useXlDown=hb;exports.useXlUp=ub;exports.useXs=ro;exports.variables=Mx;exports.withColorScheme=Mt;exports.withTabName=Bb;exports.withTransition=$l;