@stihl-design-system/components 1.0.0-RC.10 → 1.0.0-RC.11

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 (238) hide show
  1. package/README.md +0 -9
  2. package/{accordion.B3UkxlAZ.js → accordion.CEKQh-7i.js} +1 -1
  3. package/accordion.d.ts +1 -0
  4. package/{arialiveregions.BK4T7Vhk.js → arialiveregions.BKpxxK7O.js} +1 -1
  5. package/arialiveregions.d.ts +1 -0
  6. package/assets/Accordion.DMEFgtQm.css +1 -0
  7. package/assets/Chip.D10_7Q82.css +1 -0
  8. package/assets/CustomReactSelect.D5XKd9vg.css +1 -0
  9. package/assets/Dialog.B0pucIEI.css +1 -0
  10. package/assets/Drawer.CATBzfY7.css +1 -0
  11. package/assets/Fieldset.CwDhKRUL.css +1 -0
  12. package/assets/InputPassword.DOAAzj-O.css +1 -0
  13. package/assets/InputSearch.CxPYaQGZ.css +1 -0
  14. package/assets/InputStepper.CYYJUu0b.css +1 -0
  15. package/assets/Notification.mhVFeSGm.css +1 -0
  16. package/assets/Select.DZKpHV4G.css +1 -0
  17. package/assets/Textarea.Cp0b7oZp.css +1 -0
  18. package/assets/Toast.Cz6wYaBv.css +1 -0
  19. package/assets/button.C9_ejpGG.css +1 -0
  20. package/assets/buttonround.DTCqRP-0.css +1 -0
  21. package/assets/chipgroup.BMovtKTy.css +1 -0
  22. package/assets/flag.DX_lH1v7.css +1 -0
  23. package/assets/floatingactionbutton.Do-yEH6c.css +1 -0
  24. package/assets/input.Q5oKkmW2.css +1 -0
  25. package/assets/link.DhZqkLMP.css +1 -0
  26. package/assets/linkstandalone.Dwz-_O8q.css +1 -0
  27. package/assets/optioncheckbox.C62HtIj5.css +1 -0
  28. package/assets/radio.-Xxx5wL4.css +1 -0
  29. package/assets/switch.C1Ei0-z8.css +1 -0
  30. package/assets/text.DxKFcfY6.css +1 -0
  31. package/asterisk.d.ts +1 -0
  32. package/button.C5opEJ6x.js +135 -0
  33. package/button.d.ts +1 -0
  34. package/buttonround.CUoqRyy0.js +118 -0
  35. package/buttonround.d.ts +1 -0
  36. package/checkbox.d.ts +1 -0
  37. package/checkboxgroup.BqD5IV51.js +8 -0
  38. package/checkboxgroup.d.ts +1 -0
  39. package/chip.B92ew-hk.js +10 -0
  40. package/chip.d.ts +2 -0
  41. package/chipgroup.BJrqEfvr.js +175 -0
  42. package/chipgroup.d.ts +2 -0
  43. package/chunks/Accordion.DFwFN8mX.js +125 -0
  44. package/chunks/{AriaLiveRegions.utils.D2ni4Yrf.js → AriaLiveRegions.utils.BGSZafnS.js} +2 -2
  45. package/chunks/CheckboxGroup.M3jOjhNf.js +92 -0
  46. package/chunks/Chip.fMG8wi5K.js +142 -0
  47. package/chunks/{CustomReactSelect.ChAtL6fu.js → CustomReactSelect.D3jv5-fa.js} +883 -876
  48. package/chunks/{Dialog.Z5ESJQMi.js → Dialog.Fwr6vLiK.js} +47 -47
  49. package/chunks/{Drawer.BdowMqE0.js → Drawer.CKoYzQHd.js} +32 -32
  50. package/chunks/Fieldset.C9K8BYmH.js +99 -0
  51. package/chunks/InputPassword.C7pNeWGx.js +143 -0
  52. package/chunks/InputSearch.B24rcIJ_.js +192 -0
  53. package/chunks/InputStepper.CEW-bieQ.js +294 -0
  54. package/chunks/Notification.BXVN7_Fs.js +93 -0
  55. package/chunks/RadioGroup.D4UOflwr.js +137 -0
  56. package/chunks/Select.Ds86q4UC.js +194 -0
  57. package/chunks/Textarea.DcB8hKnO.js +198 -0
  58. package/chunks/Toast.DrzxdzVW.js +89 -0
  59. package/chunks/translate.isa3FHb8.js +11 -0
  60. package/{combobox.JL1Dsn3E.js → combobox.BeTnbG1m.js} +1 -1
  61. package/combobox.d.ts +1 -0
  62. package/components/Accordion/Accordion.d.ts +0 -1
  63. package/components/Accordion/Accordion.utils.d.ts +0 -1
  64. package/components/Button/Button.d.ts +0 -1
  65. package/components/ButtonRound/ButtonRound.d.ts +0 -1
  66. package/components/Checkbox/Checkbox.d.ts +0 -1
  67. package/components/CheckboxGroup/CheckboxGroup.d.ts +6 -7
  68. package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +0 -1
  69. package/components/ChipGroup/Chip.d.ts +12 -0
  70. package/components/ChipGroup/ChipGroup.d.ts +42 -0
  71. package/components/ChipGroup/ChipGroup.test.d.ts +1 -0
  72. package/components/ChipGroup/ChipGroup.utils.d.ts +60 -0
  73. package/components/ChipGroup/ChipGroup.utils.test.d.ts +1 -0
  74. package/components/Combobox/Combobox.d.ts +0 -1
  75. package/components/Combobox/Combobox.utils.d.ts +6 -1
  76. package/components/CustomReactSelect/CustomReactSelect.d.ts +0 -1
  77. package/components/CustomReactSelect/CustomReactSelect.utils.d.ts +0 -13
  78. package/components/CustomReactSelect/OptionCheckbox.d.ts +0 -1
  79. package/components/Dialog/Dialog.d.ts +0 -1
  80. package/components/Dialog/Dialog.utils.d.ts +0 -1
  81. package/components/Drawer/Drawer.d.ts +0 -1
  82. package/components/Drawer/Drawer.utils.d.ts +0 -1
  83. package/components/Fieldset/Fieldset.d.ts +0 -1
  84. package/components/Fieldset/Fieldset.utils.d.ts +7 -1
  85. package/components/Flag/Flag.d.ts +23 -0
  86. package/components/Flag/Flag.test.d.ts +1 -0
  87. package/components/Flag/Flag.utils.d.ts +2 -0
  88. package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -1
  89. package/components/Heading/Heading.d.ts +0 -1
  90. package/components/Icon/Icon.d.ts +0 -1
  91. package/components/Icon/Icon.utils.d.ts +0 -1
  92. package/components/Input/Input.d.ts +0 -1
  93. package/components/Input/Input.utils.d.ts +0 -1
  94. package/components/InputPassword/InputPassword.d.ts +0 -1
  95. package/components/InputPassword/InputPassword.utils.d.ts +0 -1
  96. package/components/InputSearch/InputSearch.d.ts +0 -1
  97. package/components/InputSearch/InputSearch.utils.d.ts +0 -1
  98. package/components/InputStepper/InputStepper.d.ts +0 -1
  99. package/components/InputStepper/InputStepper.utils.d.ts +0 -1
  100. package/components/Link/Link.d.ts +0 -1
  101. package/components/LinkStandalone/LinkStandalone.d.ts +0 -1
  102. package/components/Logo/Logo.d.ts +1 -2
  103. package/components/Logo/Logo.utils.d.ts +0 -1
  104. package/components/Notification/Notification.d.ts +0 -1
  105. package/components/Notification/Notification.utils.d.ts +0 -1
  106. package/components/Radio/Radio.d.ts +0 -1
  107. package/components/RadioGroup/RadioGroup.d.ts +7 -8
  108. package/components/RadioGroup/RadioGroup.utils.d.ts +2 -3
  109. package/components/Select/Select.d.ts +0 -1
  110. package/components/Select/Select.utils.d.ts +0 -1
  111. package/components/SkipToContent/SkipToContent.d.ts +0 -1
  112. package/components/Spinner/Spinner.d.ts +0 -1
  113. package/components/Switch/Switch.d.ts +0 -1
  114. package/components/SystemFeedback/SystemFeedback.d.ts +0 -1
  115. package/components/Text/Text.d.ts +0 -1
  116. package/components/Textarea/Textarea.d.ts +0 -1
  117. package/components/Textarea/Textarea.utils.d.ts +0 -1
  118. package/components/Title/Title.d.ts +0 -1
  119. package/components/Toast/Toast.d.ts +0 -1
  120. package/components/Toast/Toast.utils.d.ts +0 -1
  121. package/components/Toast/ToastManager.d.ts +0 -1
  122. package/customreactselect.d.ts +1 -0
  123. package/{customreactselect.Dg8Kgq3e.js → customreactselect.lYJhIeyx.js} +2 -2
  124. package/dialog.d.ts +1 -0
  125. package/{dialog.D3bJ0rsW.js → dialog.lGwNQU91.js} +2 -2
  126. package/{drawer.CNPF1-Kc.js → drawer.DNi5m8wP.js} +2 -2
  127. package/drawer.d.ts +1 -0
  128. package/{fieldset.CTshPWYX.js → fieldset.BqiAjeax.js} +1 -1
  129. package/fieldset.d.ts +1 -0
  130. package/flag.XJHHSP38.js +43 -0
  131. package/flag.d.ts +2 -0
  132. package/floatingactionbutton.CMpkTdhX.js +87 -0
  133. package/floatingactionbutton.d.ts +1 -0
  134. package/heading.d.ts +1 -0
  135. package/icon.d.ts +1 -0
  136. package/index.d.ts +4 -0
  137. package/index.es.js +133 -113
  138. package/input.d.ts +1 -0
  139. package/input.v7qB7wPJ.js +239 -0
  140. package/{inputpassword.nsYu6YeB.js → inputpassword.CSjh1GU7.js} +2 -2
  141. package/inputpassword.d.ts +1 -0
  142. package/{inputsearch.ZGIrDrcv.js → inputsearch.DyznOWLK.js} +2 -2
  143. package/inputsearch.d.ts +1 -0
  144. package/{inputstepper.BvY36hA1.js → inputstepper.3BLb7s0P.js} +2 -2
  145. package/inputstepper.d.ts +1 -0
  146. package/link.Clk5_BYp.js +116 -0
  147. package/link.d.ts +1 -0
  148. package/linkstandalone.BXERmqdN.js +80 -0
  149. package/linkstandalone.d.ts +1 -0
  150. package/logo.d.ts +1 -0
  151. package/{notification.BAS13UQ6.js → notification.0kX1GMaB.js} +2 -2
  152. package/notification.d.ts +1 -0
  153. package/{optioncheckbox.DZWwtx6f.js → optioncheckbox.BPN3f6l_.js} +13 -13
  154. package/optioncheckbox.d.ts +1 -0
  155. package/package.json +44 -39
  156. package/partials/index.js +407 -407
  157. package/partials/lib/partials.d.ts +0 -1
  158. package/radio.DTZNJzMU.js +115 -0
  159. package/radio.d.ts +1 -0
  160. package/radiogroup.SYkZm2DG.js +10 -0
  161. package/radiogroup.d.ts +1 -0
  162. package/{select.C4OZMB-V.js → select.CYbwR3RW.js} +1 -1
  163. package/select.d.ts +1 -0
  164. package/{skiptocontent.C4yQfWr2.js → skiptocontent.DUQWopO4.js} +1 -1
  165. package/skiptocontent.d.ts +1 -0
  166. package/spinner.d.ts +1 -0
  167. package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff +0 -0
  168. package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff2 +0 -0
  169. package/styles/fonts/font-face.min.css +1 -1
  170. package/styles/scss/_index.scss +1 -0
  171. package/styles/scss/lib/_breakpoints.scss +0 -1
  172. package/styles/scss/lib/_link.scss +3 -0
  173. package/styles/scss/lib/_spacing-dynamic.scss +61 -0
  174. package/switch.CoNnIhM4.js +65 -0
  175. package/switch.d.ts +1 -0
  176. package/systemfeedback.d.ts +1 -0
  177. package/text.d.ts +1 -0
  178. package/text.fMcHzVbH.js +57 -0
  179. package/{textarea.CtQtGqn5.js → textarea.DJc527nX.js} +1 -1
  180. package/textarea.d.ts +1 -0
  181. package/title.d.ts +1 -0
  182. package/{toast.DVd9dLs2.js → toast.D48GFmp0.js} +2 -2
  183. package/toast.d.ts +1 -0
  184. package/{toastmanager.Dh0gzFkM.js → toastmanager.Dl8-Q3ED.js} +2 -2
  185. package/toastmanager.d.ts +1 -0
  186. package/utils/index.d.ts +1 -0
  187. package/utils/translate.d.ts +11 -0
  188. package/utils/translate.test.d.ts +1 -0
  189. package/utils/useBreakpoint.d.ts +0 -1
  190. package/utils/useIsomorphicLayoutEffect.d.ts +0 -1
  191. package/utils/vitest.setup.d.ts +0 -1
  192. package/assets/Accordion.lFv7Q_RG.css +0 -1
  193. package/assets/CustomReactSelect.CMkn-EGK.css +0 -1
  194. package/assets/Dialog.fiQvxJg_.css +0 -1
  195. package/assets/Drawer.BqBgbSuP.css +0 -1
  196. package/assets/Fieldset.qHYeUFZt.css +0 -1
  197. package/assets/InputPassword.Cf394z47.css +0 -1
  198. package/assets/InputSearch.eCRQoxjN.css +0 -1
  199. package/assets/InputStepper.B80KulYE.css +0 -1
  200. package/assets/Notification.DK6agBGS.css +0 -1
  201. package/assets/Select.BptsMxz4.css +0 -1
  202. package/assets/Textarea.CIIVh03G.css +0 -1
  203. package/assets/Toast.Dsvs1zdM.css +0 -1
  204. package/assets/button.B1O7Yw3Q.css +0 -1
  205. package/assets/buttonround.DlH_ipDo.css +0 -1
  206. package/assets/floatingactionbutton.DRYentYC.css +0 -1
  207. package/assets/input.C0MrSbQu.css +0 -1
  208. package/assets/link.vtTST2ki.css +0 -1
  209. package/assets/linkstandalone.BtAcziZ7.css +0 -1
  210. package/assets/optioncheckbox.BJJAph5_.css +0 -1
  211. package/assets/radio.9kpIO3HC.css +0 -1
  212. package/assets/switch.2DQF2zH-.css +0 -1
  213. package/assets/text.Dhb_l50R.css +0 -1
  214. package/button.DH0h6uPs.js +0 -135
  215. package/buttonround.0mw4zzlU.js +0 -118
  216. package/checkboxgroup.CZqrlF-x.js +0 -9
  217. package/chunks/Accordion.pI3JyHJL.js +0 -125
  218. package/chunks/CheckboxGroup.4J_gZ_XJ.js +0 -87
  219. package/chunks/Fieldset.COGbZwry.js +0 -99
  220. package/chunks/InputPassword.Dgo95-PU.js +0 -140
  221. package/chunks/InputSearch.BFof0pBn.js +0 -189
  222. package/chunks/InputStepper.4IqLa5tX.js +0 -291
  223. package/chunks/Notification.BhwbaXqk.js +0 -93
  224. package/chunks/RadioGroup.C5jbCJM4.js +0 -132
  225. package/chunks/RadioGroup.module.BBZwHDjW.js +0 -11
  226. package/chunks/Select.fXeQJXtz.js +0 -191
  227. package/chunks/Textarea.Bewrp0Za.js +0 -195
  228. package/chunks/Toast.DA_CQ9J-.js +0 -89
  229. package/floatingactionbutton.CCIj9Fjr.js +0 -87
  230. package/input.CTgeAYdu.js +0 -236
  231. package/link.DAZNwQ0a.js +0 -116
  232. package/linkstandalone.C9X3er7g.js +0 -80
  233. package/radio.CWGJtmKl.js +0 -115
  234. package/radiogroup.BhffFqN3.js +0 -11
  235. package/switch.CmpNUC7s.js +0 -65
  236. package/text.rgDKQBrU.js +0 -57
  237. package/utils/render-in-iframe.d.ts +0 -15
  238. /package/assets/{RadioGroup.Bz3_xkZU.css → CheckboxGroup.Bz3_xkZU.css} +0 -0
package/README.md CHANGED
@@ -6,15 +6,6 @@ Welcome to the STIHL Design System react component library.
6
6
 
7
7
  [https://main--63440bbb95889041542a5ba3.chromatic.com](https://main--63440bbb95889041542a5ba3.chromatic.com/?path=/docs/introduction--documentation)
8
8
 
9
- ## Before you start
10
-
11
- ⚠️ If you were consuming a **private** version of our `@stihl-design-system/components` package, please remove the following lines from your **global** `.npmrc` file: ⚠️
12
-
13
- ```text
14
- @stihl-design-system:registry=https://npm.pkg.github.com/
15
- //npm.pkg.github.com/:_authToken=THE_TOKEN_WE_PROVIDED
16
- ```
17
-
18
9
  ## Install
19
10
 
20
11
  To use the STIHL Design System components in your react application please follow these steps:
@@ -4,7 +4,7 @@ import "./chunks/index.CvOaL64Y.js";
4
4
  import "react";
5
5
  import "./heading.CAkraI2D.js";
6
6
  import "./chunks/Icon.C2o2seDb.js";
7
- import { D as e } from "./chunks/Accordion.pI3JyHJL.js";
7
+ import { D as e } from "./chunks/Accordion.DFwFN8mX.js";
8
8
  export {
9
9
  e as DSAccordion
10
10
  };
package/accordion.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './components/Accordion/Accordion'
2
+ export {}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { j as s } from "./chunks/jsx-runtime.C115EyI4.js";
3
- import { v as r, A as n, a } from "./chunks/AriaLiveRegions.utils.D2ni4Yrf.js";
3
+ import { v as r, A as n, a } from "./chunks/AriaLiveRegions.utils.BGSZafnS.js";
4
4
  import './assets/arialiveregions.GsGx2USO.css';const l = "_sr-only_echuy_76", e = {
5
5
  "sr-only": "_sr-only_echuy_76",
6
6
  srOnly: l
@@ -1 +1,2 @@
1
1
  export * from './components/AriaLiveRegions/AriaLiveRegions'
2
+ export {}
@@ -0,0 +1 @@
1
+ ._details_1h0q5_76{max-width:59.25rem;min-width:18rem;border-bottom:1px solid #B1B1B1}._details_1h0q5_76:only-of-type{border-bottom:none}._details_1h0q5_76::details-content{block-size:0;overflow:hidden;opacity:0;transition-property:block-size,content-visibility,opacity;transition-behavior:allow-discrete;transition-duration:var(--ds-animation-duration, .25s);transition-timing-function:cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){._details_1h0q5_76::details-content{transition-duration:0ms}}._details_1h0q5_76[open]::details-content{transition-timing-function:cubic-bezier(0,0,.5,1);block-size:auto;block-size:calc-size(auto);opacity:1}._details_1h0q5_76 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._details_1h0q5_76 a:not([class]))[href^="http://"]:after,:where(._details_1h0q5_76 a:not([class]))[href^="https://"]:after,:where(._details_1h0q5_76 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._details_1h0q5_76 a:not([class]){color:#252525}._details_1h0q5_76 a:not([class]):link,._details_1h0q5_76 a:not([class]):visited{color:#252525}._details_1h0q5_76 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){._details_1h0q5_76 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._details_1h0q5_76 a:not([class]):hover{background-color:Canvas}}._details_1h0q5_76 a:not([class])[href^="http://"]:after,._details_1h0q5_76 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._details_1h0q5_76 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._details_1h0q5_76 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._details_1h0q5_76 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._details_1h0q5_76 a:not([class]):focus{outline:revert;outline-offset:revert}._details_1h0q5_76 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._details_1h0q5_76 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._details_1h0q5_76 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._details_1h0q5_76 a:not([class]){transition-duration:0ms}}@media (min-width: 1024px){._details_1h0q5_76{min-width:13.3125rem}}._summary_1h0q5_197{cursor:pointer;padding-block-start:12px;padding-inline-end:16px;padding-block-end:12px;padding-inline-start:16px;list-style:none}._summary_1h0q5_197:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){._summary_1h0q5_197:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._summary_1h0q5_197:focus{outline:revert;outline-offset:revert}._summary_1h0q5_197:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){._summary_1h0q5_197:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._summary_1h0q5_197::-webkit-details-marker{display:none}._summary--utility--m_1h0q5_238{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._summary_1h0q5_197{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._summary_1h0q5_197{transition-duration:0ms}}@media (hover: hover){._summary_1h0q5_197:hover{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){._summary_1h0q5_197:hover{background-color:Highlight}}._summary--flush_1h0q5_268{color:#252525;position:relative;padding-inline-start:0;padding-inline-end:0}@media (hover: hover){._summary--flush_1h0q5_268:hover:before{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){._summary--flush_1h0q5_268:hover:before{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._summary--flush_1h0q5_268:hover{background-color:transparent}}._summary--flush_1h0q5_268:before{content:"";position:absolute;top:0;right:-16px;bottom:0;left:-16px}._summary--flush_1h0q5_268:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._summary--flush_1h0q5_268:before{transition-duration:0ms}}._summary--flush_1h0q5_268:focus,._summary--flush_1h0q5_268:focus-visible{outline:none}._summary--flush_1h0q5_268:focus:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){._summary--flush_1h0q5_268:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._summary--flush_1h0q5_268:focus:before{outline:revert;outline-offset:revert}._summary--flush_1h0q5_268:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){._summary--flush_1h0q5_268:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}._summary--small_1h0q5_338{padding-block-start:8px;padding-block-end:8px}._summary-content-wrapper_1h0q5_343{display:flex;justify-content:space-between;align-items:center;gap:16px}._summary-content-wrapper--flush_1h0q5_349{position:relative;z-index:1}._summary-content-wrapper--chevron-left_1h0q5_353{flex-flow:row-reverse;justify-content:flex-end}._heading-summary-wrapper_1h0q5_358{flex-grow:1}._hint_1h0q5_362{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;margin-block-start:4px}._icon_1h0q5_377{transform:rotate(0)}._icon_1h0q5_377{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){._icon_1h0q5_377{transition-duration:0ms}}._icon--open_1h0q5_388{transform:rotate(-180deg)}._icon--open_1h0q5_388{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._icon--open_1h0q5_388{transition-duration:0ms}}._content-wrapper_1h0q5_400{padding-block-start:4px;padding-inline-end:16px;padding-block-end:32px;padding-inline-start:16px}._content-wrapper--flush_1h0q5_406{padding-inline-start:0;padding-inline-end:0}._content-wrapper--small_1h0q5_410{padding-block-start:4px;padding-block-end:20px}
@@ -0,0 +1 @@
1
+ ._chip_1hj8y_76{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;cursor:pointer;background-color:transparent;border:1px solid #252525;border-radius:1.5rem;min-height:3rem;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:flex;align-items:center;justify-content:center;gap:8px;text-wrap:nowrap}._chip_1hj8y_76 svg{fill:currentColor}._chip--small_1hj8y_106{border-radius:1rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._chip_1hj8y_76:focus,._chip_1hj8y_76:focus-visible{outline:none}@media (hover: hover){._chip_1hj8y_76:hover{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._chip_1hj8y_76:hover{border-color:Highlight}}._chip_1hj8y_76[aria-selected=true]{background-color:#252525;color:#fff}@media screen and (forced-colors: active){._chip_1hj8y_76[aria-selected=true]{color:CanvasText;background-color:Highlight}}@media (hover: hover){._chip_1hj8y_76[aria-selected=true]:hover{background-color:#444}}@media screen and (hover: hover) and (forced-colors: active){._chip_1hj8y_76[aria-selected=true]:hover{background-color:Highlight}}._chip_1hj8y_76[data-focused=true]{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._chip_1hj8y_76[data-focused=true]{forced-color-adjust:auto;outline-color:Highlight}}._chip_1hj8y_76[aria-disabled=true]{cursor:not-allowed;border-color:#00000080;color:#00000080}._chip_1hj8y_76[aria-disabled=true][aria-selected=true]{background-color:#dadada;color:#00000080;border-color:#dadada}@media screen and (forced-colors: active){._chip_1hj8y_76[aria-disabled=true][aria-selected=true]{color:GrayText;background-color:Highlight}}@media (hover: hover){._chip_1hj8y_76[aria-disabled=true][aria-selected=true]:hover{background-color:#dadada}}@media screen and (hover: hover) and (forced-colors: active){._chip_1hj8y_76[aria-disabled=true][aria-selected=true]:hover{background-color:Highlight}}@media screen and (forced-colors: active){._chip_1hj8y_76[aria-disabled=true]{color:GrayText;border-color:GrayText}}@media (hover: hover){._chip_1hj8y_76[aria-disabled=true]:hover{background-color:transparent}}._chip_1hj8y_76{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._chip_1hj8y_76{transition-duration:0ms}}
@@ -0,0 +1 @@
1
+ ._root_bglvw_226{align-self:end}._root_bglvw_226:has(._hint_bglvw_234) ._label_bglvw_234{margin-block-end:4px}._wrapper_bglvw_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_bglvw_244{grid-area:1/4/2/5}._label_bglvw_234{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_bglvw_263{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_bglvw_276{color:GrayText}}._hint_bglvw_234{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_bglvw_297{margin-block-end:8px;margin-block-start:8px}._select_bglvw_302{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._select_bglvw_302:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_bglvw_302:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_bglvw_302:focus{outline:revert;outline-offset:revert}._select_bglvw_302:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_bglvw_302:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_bglvw_302{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_bglvw_302{transition-duration:0ms}}@media (hover: hover){._select_bglvw_302:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._select_bglvw_302:hover{border-color:Highlight}}._select_bglvw_302{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._select_bglvw_302[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_bglvw_302[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_bglvw_302[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_bglvw_302[readonly]:focus{outline:revert;outline-offset:revert}._select_bglvw_302[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_bglvw_302[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_bglvw_302:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_bglvw_302::-webkit-placeholder,._select_bglvw_302::placeholder{color:#666;opacity:1}._select--invalid_bglvw_419{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_bglvw_419:active,._select--invalid_bglvw_419:focus,._select--invalid_bglvw_419:focus-visible{border-color:#252525}._select--small_bglvw_426{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._select_bglvw_302{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_bglvw_302::-webkit-outer-spin-button,._select_bglvw_302::-webkit-inner-spin-button,._select_bglvw_302::-webkit-search-decoration,._select_bglvw_302::-webkit-search-cancel-button,._select_bglvw_302::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_bglvw_302::-webkit-date-and-time-value{text-align:left}._select_bglvw_302:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_bglvw_302[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_bglvw_302[type=range]{accent-color:#E9640C}._select_bglvw_302[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_bglvw_426{min-height:2rem;height:2rem}._select--small_bglvw_426._input--has-leading-icon_bglvw_480{padding-inline-start:calc(16px + 1rem)}._select--small_bglvw_426._input--has-action-button_bglvw_483{padding-inline-end:calc(2rem + 8px)}._select--small_bglvw_426._input--has-second-action-button_bglvw_486{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_bglvw_489{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_bglvw_492{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_bglvw_495{padding-inline-end:calc(6rem + 16px)}._select--has-affix_bglvw_498{color:#0000}._select--has-affix_bglvw_498::placeholder{color:#0000}._select--has-affix_bglvw_498::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_bglvw_498::placeholder{transition-duration:0ms}}._select--is-ready_bglvw_512{color:#252525}._select--is-ready_bglvw_512::placeholder{color:#666}._select_bglvw_302{border-radius:0}._select_bglvw_302._select--disabled_bglvw_521{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){._select_bglvw_302._select--disabled_bglvw_521{color:GrayText}}._select_bglvw_302._select--focused_bglvw_532{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){._select_bglvw_302._select--focused_bglvw_532{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._select_bglvw_302._select--focused_bglvw_532{outline-color:Highlight}}@media (hover: hover){._select--hovered_bglvw_549{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._select--hovered_bglvw_549{border-color:Highlight}}._placeholder_bglvw_559{color:#666}@media screen and (forced-colors: active){._placeholder_bglvw_559{color:GrayText}}._menu-list_bglvw_568{padding-block-start:8px;padding-block-end:7px;padding-inline-start:0;padding-inline-end:0;background-color:#fff;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){._menu-list_bglvw_568{forced-color-adjust:auto;outline-color:Highlight}}._group-heading_bglvw_585{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}._option_bglvw_608{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;align-items:center}._option--small_bglvw_625{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}._option--single_bglvw_641{justify-content:space-between}._option--disabled_bglvw_644{color:#00000080}@media screen and (forced-colors: active){._option--disabled_bglvw_644{color:GrayText}}._option--focus-hover_bglvw_652:not(._option--disabled_bglvw_644){background-color:#0000001a;padding-block-start:10px;padding-block-end:10px;border:2px solid #252525;border-left:none;border-right:none}@media screen and (forced-colors: active){._option--focus-hover_bglvw_652:not(._option--disabled_bglvw_644){background-color:Canvas;border-color:Highlight}}._option--focus-hover_bglvw_652._option--small_bglvw_625:not(._option--disabled_bglvw_644){padding-block-start:6px;padding-block-end:6px}._option--text_bglvw_670{margin-inline-end:8px}._option--check-icon_bglvw_673{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){._option--check-icon_bglvw_673{fill:CanvasText}}._option--check-icon--disabled_bglvw_683{fill:#00000080}@media screen and (forced-colors: active){._option--check-icon--disabled_bglvw_683{fill:GrayText}}._single-option_bglvw_692{display:flex;flex-wrap:nowrap;width:100%}._multi-option_bglvw_698{width:100%}._single-value_bglvw_702{display:flex;align-items:center}._single-value--text_bglvw_706{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._leading-icon_bglvw_713{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){._leading-icon_bglvw_713{background-color:Canvas;fill:CanvasText}}._leading-icon--small_bglvw_724,._leading-icon--selected_bglvw_724{margin-block-start:0px}._leading-icon--disabled_bglvw_727{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_bglvw_727{fill:GrayText}}._indicator_bglvw_736,._clear_bglvw_737{width:3rem;height:3rem;justify-content:center;cursor:pointer}._indicator--small_bglvw_743,._clear--small_bglvw_744{width:2rem;height:2rem}._indicator--icon_bglvw_748,._clear--icon_bglvw_749{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}._indicator--icon--small_bglvw_756,._clear--icon--small_bglvw_757{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
@@ -0,0 +1 @@
1
+ body:has(dialog[open]){overflow:hidden}._dialog_17zim_80{background-color:#fff;border:none;overflow:hidden;padding:0;max-width:min(100vw - 32px,948px);max-height:calc(100vh - 32px);min-width:18rem;opacity:0;transform:translateY(-100%);transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1),transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){._dialog_17zim_80{transition-duration:0ms}}@media (min-width: 768px){._dialog_17zim_80{max-width:min(100vw - 80px,948px);max-height:calc(100vh - 80px)}}@media screen and (forced-colors: active){._dialog_17zim_80{border:1px solid transparent}}._dialog_17zim_80[open]{opacity:1;transform:translateY(0);transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1),transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._dialog_17zim_80[open]{transition-duration:0ms}}@starting-style{._dialog_17zim_80[open]{opacity:0;transform:translateY(-100%)}}._dialog_17zim_80[open]::backdrop{opacity:1;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._dialog_17zim_80[open]::backdrop{transition-duration:0ms}}@starting-style{._dialog_17zim_80[open]::backdrop{opacity:0}}._dialog_17zim_80::backdrop{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){._dialog_17zim_80::backdrop{transition-duration:0ms}}._dialog_17zim_80 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._dialog_17zim_80 a:not([class]))[href^="http://"]:after,:where(._dialog_17zim_80 a:not([class]))[href^="https://"]:after,:where(._dialog_17zim_80 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._dialog_17zim_80 a:not([class]){color:#252525}._dialog_17zim_80 a:not([class]):link,._dialog_17zim_80 a:not([class]):visited{color:#252525}._dialog_17zim_80 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){._dialog_17zim_80 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._dialog_17zim_80 a:not([class]):hover{background-color:Canvas}}._dialog_17zim_80 a:not([class])[href^="http://"]:after,._dialog_17zim_80 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._dialog_17zim_80 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._dialog_17zim_80 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._dialog_17zim_80 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._dialog_17zim_80 a:not([class]):focus{outline:revert;outline-offset:revert}._dialog_17zim_80 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._dialog_17zim_80 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._dialog_17zim_80 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._dialog_17zim_80 a:not([class]){transition-duration:0ms}}._content-wrapper_17zim_236{display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 32px)}._content-wrapper--no-footer_17zim_242{padding-block-end:16px}@media (min-width: 768px){._content-wrapper_17zim_236{max-height:calc(100vh - 80px)}}._content-wrapper_17zim_236 ._close-button_17zim_250{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){._content-wrapper_17zim_236 ._close-button_17zim_250{top:24px;right:24px}}._header_17zim_263,._content_17zim_236,._footer_17zim_265{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){._header_17zim_263,._content_17zim_236,._footer_17zim_265{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}._header_17zim_263{min-height:4rem;flex-shrink:0}._header--scrollable_17zim_286{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){._header--scrollable_17zim_286{padding-block-end:23px}}._header--close-button_17zim_295{padding-inline-end:64px}@media (min-width: 768px){._header--close-button_17zim_295{padding-inline-end:72px}}._content_17zim_236{position:relative;overflow-y:auto}._content--no-footer_17zim_308{padding-block-end:0}._footer_17zim_265{max-height:13rem}._footer--scrollable_17zim_315{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){._footer--scrollable_17zim_315{padding-block-start:23px}}
@@ -0,0 +1 @@
1
+ :root{--ds-drawer-transform-x-position-closed: -100%;--ds-drawer-transform-x-position-open: 0}body:has(dialog[open]){overflow:hidden}._drawer_1h1ai_85{background-color:#fff;border:none;top:0;right:0;bottom:0;left:0;margin:0;overflow:hidden;padding:0;position:fixed;max-width:min(100vw - 32px,1730px);max-height:100vh;block-size:100vh;min-width:18rem;transform:translate(var(--ds-drawer-transform-x-position-closed));transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){._drawer_1h1ai_85{transition-duration:0ms}}@media (min-width: 768px){._drawer_1h1ai_85{max-width:min(100vw - 80px,1730px)}}@media screen and (forced-colors: active){._drawer_1h1ai_85{border:1px solid transparent}}._drawer_1h1ai_85[open]{transform:translate(var(--ds-drawer-transform-x-position-open));transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._drawer_1h1ai_85[open]{transition-duration:0ms}}@starting-style{._drawer_1h1ai_85[open]{transform:translate(var(--ds-drawer-transform-x-position-closed))}}._drawer_1h1ai_85[open]::backdrop{opacity:1;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._drawer_1h1ai_85[open]::backdrop{transition-duration:0ms}}@starting-style{._drawer_1h1ai_85[open]::backdrop{opacity:0}}._drawer--end_1h1ai_143{inset-inline-start:unset;--ds-drawer-transform-x-position-closed: 200%;--ds-drawer-transform-x-position-open: 0}._drawer_1h1ai_85::backdrop{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){._drawer_1h1ai_85::backdrop{transition-duration:0ms}}._drawer_1h1ai_85 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._drawer_1h1ai_85 a:not([class]))[href^="http://"]:after,:where(._drawer_1h1ai_85 a:not([class]))[href^="https://"]:after,:where(._drawer_1h1ai_85 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._drawer_1h1ai_85 a:not([class]){color:#252525}._drawer_1h1ai_85 a:not([class]):link,._drawer_1h1ai_85 a:not([class]):visited{color:#252525}._drawer_1h1ai_85 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){._drawer_1h1ai_85 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._drawer_1h1ai_85 a:not([class]):hover{background-color:Canvas}}._drawer_1h1ai_85 a:not([class])[href^="http://"]:after,._drawer_1h1ai_85 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._drawer_1h1ai_85 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._drawer_1h1ai_85 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._drawer_1h1ai_85 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._drawer_1h1ai_85 a:not([class]):focus{outline:revert;outline-offset:revert}._drawer_1h1ai_85 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._drawer_1h1ai_85 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._drawer_1h1ai_85 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._drawer_1h1ai_85 a:not([class]){transition-duration:0ms}}._content-wrapper_1h1ai_246{display:flex;flex-direction:column;overflow:hidden;max-height:100vh}._content-wrapper--no-footer_1h1ai_252{padding-block-end:16px}._content-wrapper_1h1ai_246 ._close-button_1h1ai_255{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){._content-wrapper_1h1ai_246 ._close-button_1h1ai_255{top:24px;right:24px}}._header_1h1ai_268,._content_1h1ai_246,._footer_1h1ai_270{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){._header_1h1ai_268,._content_1h1ai_246,._footer_1h1ai_270{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}._header_1h1ai_268{min-height:4rem;flex-shrink:0}._header--scrollable_1h1ai_291{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){._header--scrollable_1h1ai_291{padding-block-end:23px}}._header--close-button_1h1ai_300{padding-inline-end:64px}@media (min-width: 768px){._header--close-button_1h1ai_300{padding-inline-end:72px}}._content_1h1ai_246{position:relative;overflow-y:auto;height:100vh}._content--no-footer_1h1ai_314{padding-block-end:0}._footer_1h1ai_270{max-height:13rem}._footer--scrollable_1h1ai_321{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){._footer--scrollable_1h1ai_321{padding-block-start:23px}}
@@ -0,0 +1 @@
1
+ ._root_2e6a5_76{border:none;padding:0;margin:0}@media screen and (forced-colors: active){._root_2e6a5_76:disabled{color:GrayText}}._root_2e6a5_76 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._root_2e6a5_76 a:not([class]))[href^="http://"]:after,:where(._root_2e6a5_76 a:not([class]))[href^="https://"]:after,:where(._root_2e6a5_76 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._root_2e6a5_76 a:not([class]){color:#252525}._root_2e6a5_76 a:not([class]):link,._root_2e6a5_76 a:not([class]):visited{color:#252525}._root_2e6a5_76 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){._root_2e6a5_76 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._root_2e6a5_76 a:not([class]):hover{background-color:Canvas}}._root_2e6a5_76 a:not([class])[href^="http://"]:after,._root_2e6a5_76 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._root_2e6a5_76 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._root_2e6a5_76 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_2e6a5_76 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_2e6a5_76 a:not([class]):focus{outline:revert;outline-offset:revert}._root_2e6a5_76 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_2e6a5_76 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_2e6a5_76 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_2e6a5_76 a:not([class]){transition-duration:0ms}}._child-wrapper_2e6a5_172{margin-block-start:24px}._child-wrapper_2e6a5_172>*:not(:first-child){margin-block-start:24px}._legend_2e6a5_179{padding-inline-start:0;padding-inline-end:0}._legend--utility--m_2e6a5_183{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._description_2e6a5_196{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:inline-block;max-width:32rem;margin-block-start:8px}._description--small_2e6a5_211{margin-block-start:4px}._system-feedback_2e6a5_215{margin-block-start:16px;margin-block-end:32px}
@@ -0,0 +1 @@
1
+ ._input_l9tjo_226{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._input_l9tjo_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_l9tjo_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_l9tjo_226:focus{outline:revert;outline-offset:revert}._input_l9tjo_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_l9tjo_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_l9tjo_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_l9tjo_226{transition-duration:0ms}}@media (hover: hover){._input_l9tjo_226:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._input_l9tjo_226:hover{border-color:Highlight}}._input_l9tjo_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_l9tjo_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_l9tjo_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_l9tjo_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_l9tjo_226[readonly]:focus{outline:revert;outline-offset:revert}._input_l9tjo_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_l9tjo_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_l9tjo_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_l9tjo_226::-webkit-placeholder,._input_l9tjo_226::placeholder{color:#666;opacity:1}._input--invalid_l9tjo_343{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_l9tjo_343:active,._input--invalid_l9tjo_343:focus,._input--invalid_l9tjo_343:focus-visible{border-color:#252525}._input--small_l9tjo_350{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._input_l9tjo_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_l9tjo_226::-webkit-outer-spin-button,._input_l9tjo_226::-webkit-inner-spin-button,._input_l9tjo_226::-webkit-search-decoration,._input_l9tjo_226::-webkit-search-cancel-button,._input_l9tjo_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_l9tjo_226::-webkit-date-and-time-value{text-align:left}._input_l9tjo_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_l9tjo_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_l9tjo_226[type=range]{accent-color:#E9640C}._input_l9tjo_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_l9tjo_350{min-height:2rem;height:2rem}._input--small_l9tjo_350._input--has-leading-icon_l9tjo_404{padding-inline-start:calc(16px + 1rem)}._input--small_l9tjo_350._input--has-action-button_l9tjo_407{padding-inline-end:calc(2rem + 8px)}._input--small_l9tjo_350._input--has-second-action-button_l9tjo_410{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_l9tjo_404{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_l9tjo_407{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_l9tjo_410{padding-inline-end:calc(6rem + 16px)}._input--has-affix_l9tjo_422{color:#0000}._input--has-affix_l9tjo_422::placeholder{color:#0000}._input--has-affix_l9tjo_422::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_l9tjo_422::placeholder{transition-duration:0ms}}._input--is-ready_l9tjo_436{color:#252525}._input--is-ready_l9tjo_436::placeholder{color:#666}._root_l9tjo_443{align-self:end}._root_l9tjo_443:has(._hint_l9tjo_451) ._label_l9tjo_451{margin-block-end:4px}._wrapper_l9tjo_455{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_l9tjo_461{grid-area:1/4/2/5}._label_l9tjo_451{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_l9tjo_480{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_l9tjo_493{color:GrayText}}._hint_l9tjo_451{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_l9tjo_514{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ ._input_eh22y_226{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._input_eh22y_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_eh22y_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_eh22y_226:focus{outline:revert;outline-offset:revert}._input_eh22y_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_eh22y_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_eh22y_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_eh22y_226{transition-duration:0ms}}@media (hover: hover){._input_eh22y_226:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._input_eh22y_226:hover{border-color:Highlight}}._input_eh22y_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_eh22y_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_eh22y_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_eh22y_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_eh22y_226[readonly]:focus{outline:revert;outline-offset:revert}._input_eh22y_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_eh22y_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_eh22y_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_eh22y_226::-webkit-placeholder,._input_eh22y_226::placeholder{color:#666;opacity:1}._input--invalid_eh22y_343{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_eh22y_343:active,._input--invalid_eh22y_343:focus,._input--invalid_eh22y_343:focus-visible{border-color:#252525}._input--small_eh22y_350{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._input_eh22y_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_eh22y_226::-webkit-outer-spin-button,._input_eh22y_226::-webkit-inner-spin-button,._input_eh22y_226::-webkit-search-decoration,._input_eh22y_226::-webkit-search-cancel-button,._input_eh22y_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_eh22y_226::-webkit-date-and-time-value{text-align:left}._input_eh22y_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_eh22y_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_eh22y_226[type=range]{accent-color:#E9640C}._input_eh22y_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_eh22y_350{min-height:2rem;height:2rem}._input--small_eh22y_350._input--has-leading-icon_eh22y_404{padding-inline-start:calc(16px + 1rem)}._input--small_eh22y_350._input--has-action-button_eh22y_407{padding-inline-end:calc(2rem + 8px)}._input--small_eh22y_350._input--has-second-action-button_eh22y_410{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_eh22y_404{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_eh22y_407{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_eh22y_410{padding-inline-end:calc(6rem + 16px)}._input--has-affix_eh22y_422{color:#0000}._input--has-affix_eh22y_422::placeholder{color:#0000}._input--has-affix_eh22y_422::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_eh22y_422::placeholder{transition-duration:0ms}}._input--is-ready_eh22y_436{color:#252525}._input--is-ready_eh22y_436::placeholder{color:#666}._root_eh22y_443{align-self:end}._root_eh22y_443:has(._hint_eh22y_451) ._label_eh22y_451{margin-block-end:4px}._wrapper_eh22y_455{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_eh22y_461{grid-area:1/4/2/5}._second-action-button_eh22y_465{grid-area:1/3/2/4}._label_eh22y_451{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_eh22y_484{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_eh22y_497{color:GrayText}}._hint_eh22y_451{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_eh22y_518{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ ._input_bwxln_226{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._input_bwxln_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_bwxln_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_bwxln_226:focus{outline:revert;outline-offset:revert}._input_bwxln_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_bwxln_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_bwxln_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_bwxln_226{transition-duration:0ms}}@media (hover: hover){._input_bwxln_226:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._input_bwxln_226:hover{border-color:Highlight}}._input_bwxln_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_bwxln_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_bwxln_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_bwxln_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_bwxln_226[readonly]:focus{outline:revert;outline-offset:revert}._input_bwxln_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_bwxln_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_bwxln_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_bwxln_226::-webkit-placeholder,._input_bwxln_226::placeholder{color:#666;opacity:1}._input--invalid_bwxln_343{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_bwxln_343:active,._input--invalid_bwxln_343:focus,._input--invalid_bwxln_343:focus-visible{border-color:#252525}._input--small_bwxln_350{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._input_bwxln_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_bwxln_226::-webkit-outer-spin-button,._input_bwxln_226::-webkit-inner-spin-button,._input_bwxln_226::-webkit-search-decoration,._input_bwxln_226::-webkit-search-cancel-button,._input_bwxln_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_bwxln_226::-webkit-date-and-time-value{text-align:left}._input_bwxln_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_bwxln_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_bwxln_226[type=range]{accent-color:#E9640C}._input_bwxln_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_bwxln_350{min-height:2rem;height:2rem}._input--small_bwxln_350._input--has-leading-icon_bwxln_404{padding-inline-start:calc(16px + 1rem)}._input--small_bwxln_350._input--has-action-button_bwxln_407{padding-inline-end:calc(2rem + 8px)}._input--small_bwxln_350._input--has-second-action-button_bwxln_410{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_bwxln_404{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_bwxln_407{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_bwxln_410{padding-inline-end:calc(6rem + 16px)}._input--has-affix_bwxln_422{color:#0000}._input--has-affix_bwxln_422::placeholder{color:#0000}._input--has-affix_bwxln_422::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_bwxln_422::placeholder{transition-duration:0ms}}._input--is-ready_bwxln_436{color:#252525}._input--is-ready_bwxln_436::placeholder{color:#666}._input_bwxln_226{grid-area:1/1/2/4}._root_bwxln_446{align-self:end}._root_bwxln_446:has(._hint_bwxln_454) ._label_bwxln_454{margin-block-end:4px}._wrapper_bwxln_458{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_bwxln_464{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_bwxln_486{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_bwxln_500{color:#00000080}@media screen and (forced-colors: active){._affix--disabled_bwxln_500{color:GrayText}}._affix--disabled_bwxln_500._prefix_bwxln_508,._affix--disabled_bwxln_500._affix_bwxln_464{border-color:#0000001a}._affix--readonly_bwxln_511{background-color:#ededed;height:100%}._affix_bwxln_464._prefix_bwxln_508{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_bwxln_464._suffix_bwxln_521{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_bwxln_528{grid-area:1/4/2/5}._label_bwxln_454{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_bwxln_547{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_bwxln_560{color:GrayText}}._hint_bwxln_454{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_bwxln_581{margin-block-end:8px;margin-block-start:8px}._wrapper_bwxln_458{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}._action-button_bwxln_528{grid-area:1/5/2/6}._second-action-button_bwxln_595{grid-area:1/4/2/5}._value-announcer_bwxln_599{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
@@ -0,0 +1 @@
1
+ ._root_1xkow_76{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;background-color:#ededed;border-left-color:#666;border-left-width:4px;border-left-style:solid;color:#252525;display:flex;flex-direction:column;gap:12px;padding-inline-start:12px;padding-inline-end:24px;padding-block-start:12px;padding-block-end:12px;width:100%;max-width:948px}._root--success_1xkow_102{background-color:#e5f0db;border-left-color:#749f4a}._root--error_1xkow_106{background-color:#eebcbd;border-left-color:#d43b3b}._root--warning_1xkow_110{background-color:#fdecc3;border-left-color:#fdc543}._root--hide-icon_1xkow_114{padding-inline-start:20px}@media screen and (forced-colors: active){._root_1xkow_76{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}._content_1xkow_128{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}._content--hide-close-button_1xkow_135{grid-template-columns:auto minmax(auto,1fr)}._content--hide-icon_1xkow_138{grid-template-columns:minmax(auto,1fr) auto}._icon_1xkow_142{margin-block-start:8px}._message_1xkow_146{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}._message_1xkow_146 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._message_1xkow_146 a:not([class]))[href^="http://"]:after,:where(._message_1xkow_146 a:not([class]))[href^="https://"]:after,:where(._message_1xkow_146 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._message_1xkow_146 a:not([class]){color:#252525}._message_1xkow_146 a:not([class]):link,._message_1xkow_146 a:not([class]):visited{color:#252525}._message_1xkow_146 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){._message_1xkow_146 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._message_1xkow_146 a:not([class]):hover{background-color:Canvas}}._message_1xkow_146 a:not([class])[href^="http://"]:after,._message_1xkow_146 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._message_1xkow_146 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._message_1xkow_146 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._message_1xkow_146 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._message_1xkow_146 a:not([class]):focus{outline:revert;outline-offset:revert}._message_1xkow_146 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._message_1xkow_146 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._message_1xkow_146 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._message_1xkow_146 a:not([class]){transition-duration:0ms}}._custom-action-area_1xkow_246{padding-inline-start:32px;padding-block-end:4px}
@@ -0,0 +1 @@
1
+ ._root_1opnm_226{align-self:end}._root_1opnm_226:has(._hint_1opnm_234) ._label_1opnm_234{margin-block-end:4px}._wrapper_1opnm_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_1opnm_244{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_1opnm_266{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_1opnm_280{color:#00000080}@media screen and (forced-colors: active){._affix--disabled_1opnm_280{color:GrayText}}._affix--disabled_1opnm_280._prefix_1opnm_288,._affix--disabled_1opnm_280._affix_1opnm_244{border-color:#0000001a}._affix--readonly_1opnm_291{background-color:#ededed;height:100%}._affix_1opnm_244._prefix_1opnm_288{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_1opnm_244._suffix_1opnm_301{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_1opnm_308{grid-area:1/4/2/5}._label_1opnm_234{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_1opnm_327{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_1opnm_340{color:GrayText}}._hint_1opnm_234{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_1opnm_361{margin-block-end:8px;margin-block-start:8px}._select-wrapper_1opnm_366{display:grid;grid-template-columns:1fr max-content;align-items:center}._select_1opnm_366{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._select_1opnm_366:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1opnm_366:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_1opnm_366:focus{outline:revert;outline-offset:revert}._select_1opnm_366:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1opnm_366:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_1opnm_366{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_1opnm_366{transition-duration:0ms}}@media (hover: hover){._select_1opnm_366:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._select_1opnm_366:hover{border-color:Highlight}}._select_1opnm_366{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._select_1opnm_366[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_1opnm_366[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1opnm_366[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_1opnm_366[readonly]:focus{outline:revert;outline-offset:revert}._select_1opnm_366[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1opnm_366[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_1opnm_366:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_1opnm_366::-webkit-placeholder,._select_1opnm_366::placeholder{color:#666;opacity:1}._select--invalid_1opnm_489{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_1opnm_489:active,._select--invalid_1opnm_489:focus,._select--invalid_1opnm_489:focus-visible{border-color:#252525}._select--small_1opnm_496{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._select_1opnm_366{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_1opnm_366::-webkit-outer-spin-button,._select_1opnm_366::-webkit-inner-spin-button,._select_1opnm_366::-webkit-search-decoration,._select_1opnm_366::-webkit-search-cancel-button,._select_1opnm_366::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_1opnm_366::-webkit-date-and-time-value{text-align:left}._select_1opnm_366:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_1opnm_366[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_1opnm_366[type=range]{accent-color:#E9640C}._select_1opnm_366[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_1opnm_496{min-height:2rem;height:2rem}._select--small_1opnm_496._input--has-leading-icon_1opnm_550{padding-inline-start:calc(16px + 1rem)}._select--small_1opnm_496._input--has-action-button_1opnm_553{padding-inline-end:calc(2rem + 8px)}._select--small_1opnm_496._input--has-second-action-button_1opnm_556{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_1opnm_559{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_1opnm_562{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_1opnm_565{padding-inline-end:calc(6rem + 16px)}._select--has-affix_1opnm_568{color:#0000}._select--has-affix_1opnm_568::placeholder{color:#0000}._select--has-affix_1opnm_568::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_1opnm_568::placeholder{transition-duration:0ms}}._select--is-ready_1opnm_582{color:#252525}._select--is-ready_1opnm_582::placeholder{color:#666}._select_1opnm_366{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}._select--small_1opnm_496{padding-inline-end:32px}._select_1opnm_366:disabled{opacity:1}._select--placeholder_1opnm_599{color:#666}@media screen and (forced-colors: active){._select--placeholder_1opnm_599{color:GrayText}}._chevron_1opnm_608{grid-area:1/2/2/2;margin-inline-end:16px}._chevron--small_1opnm_612{margin-inline-end:8px}._chevron--disabled_1opnm_615{fill:#00000080}
@@ -0,0 +1 @@
1
+ ._textarea_ya3ak_226{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._textarea_ya3ak_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_ya3ak_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_ya3ak_226:focus{outline:revert;outline-offset:revert}._textarea_ya3ak_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_ya3ak_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_ya3ak_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._textarea_ya3ak_226{transition-duration:0ms}}@media (hover: hover){._textarea_ya3ak_226:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._textarea_ya3ak_226:hover{border-color:Highlight}}._textarea_ya3ak_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._textarea_ya3ak_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._textarea_ya3ak_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_ya3ak_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_ya3ak_226[readonly]:focus{outline:revert;outline-offset:revert}._textarea_ya3ak_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_ya3ak_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_ya3ak_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._textarea_ya3ak_226::-webkit-placeholder,._textarea_ya3ak_226::placeholder{color:#666;opacity:1}._textarea--invalid_ya3ak_343{border-color:#d43b3b;outline-color:#d43b3b}._textarea--invalid_ya3ak_343:active,._textarea--invalid_ya3ak_343:focus,._textarea--invalid_ya3ak_343:focus-visible{border-color:#252525}._textarea--small_ya3ak_350{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._textarea_ya3ak_226{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}._textarea--resize-auto_ya3ak_370{resize:none;overflow-y:hidden}._textarea--small_ya3ak_350{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}._root_ya3ak_380{align-self:end}._root_ya3ak_380:has(._hint_ya3ak_388) ._label_ya3ak_388{margin-block-end:4px}._affix_ya3ak_392{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_ya3ak_414{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_ya3ak_428{color:#00000080}@media screen and (forced-colors: active){._affix--disabled_ya3ak_428{color:GrayText}}._affix--disabled_ya3ak_428._prefix_ya3ak_436,._affix--disabled_ya3ak_428._affix_ya3ak_392{border-color:#0000001a}._affix--readonly_ya3ak_439{background-color:#ededed;height:100%}._affix_ya3ak_392._prefix_ya3ak_436{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_ya3ak_392._suffix_ya3ak_449{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_ya3ak_456{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_ya3ak_456{background-color:Canvas;fill:CanvasText}}._leading-icon--small_ya3ak_468{margin-inline-start:8px}._leading-icon--disabled_ya3ak_471{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_ya3ak_471{fill:GrayText}}._action-button_ya3ak_480{grid-area:1/4/2/5}._label_ya3ak_388{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_ya3ak_499{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_ya3ak_512{color:GrayText}}._hint_ya3ak_388{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_ya3ak_533{margin-block-end:8px;margin-block-start:8px}._char-count_ya3ak_538{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-end;margin-block-start:8px}._char-count-announcer_ya3ak_555{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
@@ -0,0 +1 @@
1
+ :root{--ds-toast-offset-bottom: 64px}._root_1rrus_80{box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:18rem;max-width:min(100vw - 32px,400px)}@media (min-width: 768px){._root_1rrus_80{max-width:25rem}}._root--closing_1rrus_94{animation:_fade-out_1rrus_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}._root_1rrus_80[popover]{position:fixed;inset:unset;left:50%;transform:translate(-50%);border-width:0;border-left:4px solid;padding-block-start:12px;padding-block-end:12px;padding-inline-start:12px;padding-inline-end:16px;width:100%;bottom:var(--ds-toast-offset-bottom)}@media screen and (forced-colors: active){._root_1rrus_80[popover]{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}:where(._root_1rrus_80:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:_move-in_1rrus_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}._root--success_1rrus_129[popover]{background-color:#e5f0db;border-color:#749f4a}._root--info_1rrus_133[popover]{background-color:#ededed;border-color:#666}._root--warning_1rrus_137[popover]{background-color:#fdecc3;border-color:#fdc543}._content_1rrus_142{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}._content--hide-icon_1rrus_149{grid-template-columns:minmax(auto,1fr) auto}._icon_1rrus_153{margin-block-start:8px}._message_1rrus_157{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}@keyframes _move-in_1rrus_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _fade-out_1rrus_1{0%{opacity:1;display:block}to{opacity:0;display:none}}
@@ -0,0 +1 @@
1
+ ._root_1b5zu_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1b5zu_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1b5zu_151:focus{outline:revert;outline-offset:revert}._root_1b5zu_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1b5zu_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_1b5zu_151{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}._root_1b5zu_151{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_1b5zu_151{transition-duration:0ms}}@media screen and (forced-colors: active){._root_1b5zu_151{background-color:Canvas!important}._root_1b5zu_151:hover{border-color:Highlight}}._root--highlight_1b5zu_228,._root--dark-highlight_1b5zu_228{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_1b5zu_228:hover,._root--dark-highlight_1b5zu_228:hover{background-color:#e9640c}}._root--highlight_1b5zu_228[aria-disabled=true],._root--dark-highlight_1b5zu_228[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_1b5zu_228[aria-disabled=true] svg,._root--dark-highlight_1b5zu_228[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_1b5zu_228[aria-disabled=true],._root--dark-highlight_1b5zu_228[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_1b5zu_228[aria-disabled=true]:before,._root--dark-highlight_1b5zu_228[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_1b5zu_228:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1b5zu_228:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_1b5zu_228:focus{outline:revert;outline-offset:revert}._root--dark-highlight_1b5zu_228:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1b5zu_228:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_1b5zu_228[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_1b5zu_228[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_1b5zu_228[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_1b5zu_228[aria-disabled=true]:before{background-color:transparent}._root--filled_1b5zu_306{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_1b5zu_306:hover{background-color:#444}}._root--filled_1b5zu_306[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_1b5zu_306[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_1b5zu_306[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_1b5zu_306[aria-disabled=true]:before{background-color:transparent}._root--outline_1b5zu_334{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_1b5zu_334:hover{background-color:#0000001a}}._root--outline_1b5zu_334[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_1b5zu_334[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_1b5zu_334[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_1b5zu_334[aria-disabled=true]:before{background-color:transparent}._root--ghost_1b5zu_361{color:#252525}@media (hover: hover){._root--ghost_1b5zu_361:hover{background-color:#0000001a}}._root--ghost_1b5zu_361[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_1b5zu_361[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_1b5zu_361[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_1b5zu_361[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_1b5zu_386{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_1b5zu_386._root--small_1b5zu_392{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_1b5zu_386:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_1b5zu_386:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_1b5zu_386:before{transition-duration:0ms}}._root--ghost-flush_1b5zu_386:focus,._root--ghost-flush_1b5zu_386:focus-visible{outline:none}._root--ghost-flush_1b5zu_386:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1b5zu_386:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_1b5zu_386:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_1b5zu_386:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1b5zu_386:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_1b5zu_386:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._root--ghost-flush_1b5zu_386:hover:before{background-color:transparent}}._root--ghost-flush_1b5zu_386[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_1b5zu_386[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_1b5zu_386[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_1b5zu_386[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_1b5zu_474{background-color:#f8f8f8;color:#252525}._root--dark-filled_1b5zu_474:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1b5zu_474:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_1b5zu_474:focus{outline:revert;outline-offset:revert}._root--dark-filled_1b5zu_474:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1b5zu_474:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_1b5zu_474:hover{background-color:#dadada}}._root--dark-filled_1b5zu_474[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_1b5zu_474[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_1b5zu_474[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_1b5zu_474[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_1b5zu_533{border-color:#f8f8f8;color:#fff}._root--dark-outline_1b5zu_533:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1b5zu_533:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_1b5zu_533:focus{outline:revert;outline-offset:revert}._root--dark-outline_1b5zu_533:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1b5zu_533:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_1b5zu_533:hover{background-color:#ffffff26}}._root--dark-outline_1b5zu_533[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_1b5zu_533[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_1b5zu_533[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_1b5zu_533[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_1b5zu_591{color:#fff}._root--dark-ghost_1b5zu_591:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1b5zu_591:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_1b5zu_591:focus{outline:revert;outline-offset:revert}._root--dark-ghost_1b5zu_591:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1b5zu_591:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_1b5zu_591:hover{background-color:#ffffff26}}._root--dark-ghost_1b5zu_591[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_1b5zu_591[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_1b5zu_591[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_1b5zu_591[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_1b5zu_647{color:#fff}._root--dark-ghost-flush_1b5zu_647:focus,._root--dark-ghost-flush_1b5zu_647:focus-visible{outline:none}._root--dark-ghost-flush_1b5zu_647:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1b5zu_647:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_1b5zu_647:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_1b5zu_647:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1b5zu_647:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_1b5zu_647:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){._root--dark-ghost-flush_1b5zu_647:hover:before{background-color:transparent}}._root--dark-ghost-flush_1b5zu_647[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_1b5zu_647[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_1b5zu_647[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_1b5zu_647[aria-disabled=true]:before{background-color:transparent}._root--icon-left_1b5zu_711{flex-direction:row-reverse}._root--small_1b5zu_392{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_1b5zu_392._root--ghost-flush_1b5zu_386:before{right:-8px;left:-8px}._root--icon-only_1b5zu_727{width:3rem;height:3rem}._root--icon-only_1b5zu_727._root--ghost-flush_1b5zu_386{width:1rem;height:1rem}._root--icon-only-small_1b5zu_736{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_1b5zu_736._root--ghost-flush_1b5zu_386{width:1rem;height:1rem}._root_1b5zu_151{position:relative}._loader_1b5zu_751{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_1b5zu_751 svg{fill:currentColor}._icon--hidden_1b5zu_763{opacity:0}._label--hidden_1b5zu_767{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._label--loading_1b5zu_779{opacity:0}
@@ -0,0 +1 @@
1
+ ._root_15iy5_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_15iy5_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_15iy5_151:focus{outline:revert;outline-offset:revert}._root_15iy5_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_15iy5_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_15iy5_151{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}._root_15iy5_151{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_15iy5_151{transition-duration:0ms}}@media screen and (forced-colors: active){._root_15iy5_151{background-color:Canvas!important}._root_15iy5_151:hover{border-color:Highlight}}._root--highlight_15iy5_228,._root--dark-highlight_15iy5_228{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_15iy5_228:hover,._root--dark-highlight_15iy5_228:hover{background-color:#e9640c}}._root--highlight_15iy5_228[aria-disabled=true],._root--dark-highlight_15iy5_228[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_15iy5_228[aria-disabled=true] svg,._root--dark-highlight_15iy5_228[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_15iy5_228[aria-disabled=true],._root--dark-highlight_15iy5_228[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_15iy5_228[aria-disabled=true]:before,._root--dark-highlight_15iy5_228[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_15iy5_228:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_15iy5_228:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_15iy5_228:focus{outline:revert;outline-offset:revert}._root--dark-highlight_15iy5_228:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_15iy5_228:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_15iy5_228[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_15iy5_228[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_15iy5_228[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_15iy5_228[aria-disabled=true]:before{background-color:transparent}._root--filled_15iy5_306{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_15iy5_306:hover{background-color:#444}}._root--filled_15iy5_306[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_15iy5_306[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_15iy5_306[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_15iy5_306[aria-disabled=true]:before{background-color:transparent}._root--outline_15iy5_334{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_15iy5_334:hover{background-color:#0000001a}}._root--outline_15iy5_334[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_15iy5_334[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_15iy5_334[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_15iy5_334[aria-disabled=true]:before{background-color:transparent}._root--ghost_15iy5_361{color:#252525}@media (hover: hover){._root--ghost_15iy5_361:hover{background-color:#0000001a}}._root--ghost_15iy5_361[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_15iy5_361[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_15iy5_361[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_15iy5_361[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_15iy5_386{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_15iy5_386._root--small_15iy5_392{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_15iy5_386:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_15iy5_386:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_15iy5_386:before{transition-duration:0ms}}._root--ghost-flush_15iy5_386:focus,._root--ghost-flush_15iy5_386:focus-visible{outline:none}._root--ghost-flush_15iy5_386:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_15iy5_386:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_15iy5_386:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_15iy5_386:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_15iy5_386:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_15iy5_386:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._root--ghost-flush_15iy5_386:hover:before{background-color:transparent}}._root--ghost-flush_15iy5_386[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_15iy5_386[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_15iy5_386[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_15iy5_386[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_15iy5_474{background-color:#f8f8f8;color:#252525}._root--dark-filled_15iy5_474:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_15iy5_474:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_15iy5_474:focus{outline:revert;outline-offset:revert}._root--dark-filled_15iy5_474:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_15iy5_474:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_15iy5_474:hover{background-color:#dadada}}._root--dark-filled_15iy5_474[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_15iy5_474[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_15iy5_474[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_15iy5_474[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_15iy5_533{border-color:#f8f8f8;color:#fff}._root--dark-outline_15iy5_533:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_15iy5_533:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_15iy5_533:focus{outline:revert;outline-offset:revert}._root--dark-outline_15iy5_533:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_15iy5_533:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_15iy5_533:hover{background-color:#ffffff26}}._root--dark-outline_15iy5_533[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_15iy5_533[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_15iy5_533[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_15iy5_533[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_15iy5_591{color:#fff}._root--dark-ghost_15iy5_591:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_15iy5_591:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_15iy5_591:focus{outline:revert;outline-offset:revert}._root--dark-ghost_15iy5_591:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_15iy5_591:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_15iy5_591:hover{background-color:#ffffff26}}._root--dark-ghost_15iy5_591[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_15iy5_591[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_15iy5_591[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_15iy5_591[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_15iy5_647{color:#fff}._root--dark-ghost-flush_15iy5_647:focus,._root--dark-ghost-flush_15iy5_647:focus-visible{outline:none}._root--dark-ghost-flush_15iy5_647:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_15iy5_647:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_15iy5_647:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_15iy5_647:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_15iy5_647:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_15iy5_647:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){._root--dark-ghost-flush_15iy5_647:hover:before{background-color:transparent}}._root--dark-ghost-flush_15iy5_647[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_15iy5_647[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_15iy5_647[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_15iy5_647[aria-disabled=true]:before{background-color:transparent}._root--icon-left_15iy5_711{flex-direction:row-reverse}._root--small_15iy5_392{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_15iy5_392._root--ghost-flush_15iy5_386:before{right:-8px;left:-8px}._root--icon-only_15iy5_727{width:3rem;height:3rem}._root--icon-only_15iy5_727._root--ghost-flush_15iy5_386{width:1rem;height:1rem}._root--icon-only-small_15iy5_736{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_15iy5_736._root--ghost-flush_15iy5_386{width:1rem;height:1rem}._root_15iy5_151{position:relative;border-radius:50%;padding:0}._loader_15iy5_753{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_15iy5_753 svg{fill:currentColor}._icon--hidden_15iy5_765{opacity:0}._label--hidden_15iy5_769{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._label--loading_15iy5_781{opacity:0}
@@ -0,0 +1 @@
1
+ ._label--hidden_vobaf_76{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._chip-group_vobaf_89{display:flex;flex-wrap:wrap;gap:8px;padding-top:8px;padding-bottom:8px;max-width:59.25rem}._chip-group_vobaf_89:focus,._chip-group_vobaf_89:focus-visible{outline:none}
@@ -0,0 +1 @@
1
+ ._flag_dk9bs_76{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;flex-wrap:nowrap;text-wrap:nowrap;height:1.5rem;padding-block:4px;padding-inline:6px;border:none;justify-content:center;align-items:center;vertical-align:top;gap:6px;background-color:#ededed}._flag--color-grey-light_dk9bs_103{background-color:#ededed}._flag--color-yellow-light_dk9bs_106{background-color:#fdecc3}._flag--color-red-light_dk9bs_109{background-color:#eebcbd}._flag--color-green-light_dk9bs_112{background-color:#e5f0db}._flag--color-orange-base_dk9bs_115{background-color:#f37a1f}@media screen and (forced-colors: active){._flag_dk9bs_76{border:1px solid transparent;padding-block:3px;padding-inline:5px}}
@@ -0,0 +1 @@
1
+ ._root_5j76p_76:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_5j76p_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_5j76p_76:focus{outline:revert;outline-offset:revert}._root_5j76p_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_5j76p_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_5j76p_76{display:flex;justify-content:center;align-items:center;border:1px solid transparent;min-height:3.5rem;min-width:3.5rem;max-height:3.5rem;max-width:3.5rem;transform:translateZ(0);background-color:#fff;color:#252525;box-shadow:0 2px 8px #0003,0 1px 3px #0006;cursor:pointer;position:relative;border-radius:50%;padding:0}._root_5j76p_76{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_5j76p_76{transition-duration:0ms}}@media screen and (forced-colors: active){._root_5j76p_76{background-color:Canvas!important}}@media (hover: hover){._root_5j76p_76:hover{background:#ededed}}@media screen and (hover: hover) and (forced-colors: active){._root_5j76p_76:hover{border-color:Highlight}}._root--dark_5j76p_147:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_5j76p_147:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark_5j76p_147:focus{outline:revert;outline-offset:revert}._root--dark_5j76p_147:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_5j76p_147:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark_5j76p_147{background-color:#050505;color:#fff;box-shadow:0 2px 8px #fff3,0 1px 3px #fff6}@media (hover: hover){._root--dark_5j76p_147:hover{background-color:#444}}._root--small_5j76p_187{min-height:2rem;min-width:2rem;max-height:2rem;max-width:2rem}._root_5j76p_76[aria-disabled=true]{background-color:#fff;color:#00000080;cursor:not-allowed}._root_5j76p_76[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root_5j76p_76[aria-disabled=true]{color:GrayText;border-color:GrayText}}._loader_5j76p_208{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_5j76p_208 svg{fill:currentColor}._icon--hidden_5j76p_220{opacity:0}._label--hidden_5j76p_224{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
@@ -0,0 +1 @@
1
+ ._input_7spwh_226{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}._input_7spwh_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_7spwh_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_7spwh_226:focus{outline:revert;outline-offset:revert}._input_7spwh_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_7spwh_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_7spwh_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_7spwh_226{transition-duration:0ms}}@media (hover: hover){._input_7spwh_226:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._input_7spwh_226:hover{border-color:Highlight}}._input_7spwh_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_7spwh_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_7spwh_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_7spwh_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_7spwh_226[readonly]:focus{outline:revert;outline-offset:revert}._input_7spwh_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_7spwh_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_7spwh_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_7spwh_226::-webkit-placeholder,._input_7spwh_226::placeholder{color:#666;opacity:1}._input--invalid_7spwh_343{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_7spwh_343:active,._input--invalid_7spwh_343:focus,._input--invalid_7spwh_343:focus-visible{border-color:#252525}._input--small_7spwh_350{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._input_7spwh_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_7spwh_226::-webkit-outer-spin-button,._input_7spwh_226::-webkit-inner-spin-button,._input_7spwh_226::-webkit-search-decoration,._input_7spwh_226::-webkit-search-cancel-button,._input_7spwh_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_7spwh_226::-webkit-date-and-time-value{text-align:left}._input_7spwh_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_7spwh_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_7spwh_226[type=range]{accent-color:#E9640C}._input_7spwh_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_7spwh_350{min-height:2rem;height:2rem}._input--small_7spwh_350._input--has-leading-icon_7spwh_404{padding-inline-start:calc(16px + 1rem)}._input--small_7spwh_350._input--has-action-button_7spwh_407{padding-inline-end:calc(2rem + 8px)}._input--small_7spwh_350._input--has-second-action-button_7spwh_410{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_7spwh_404{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_7spwh_407{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_7spwh_410{padding-inline-end:calc(6rem + 16px)}._input--has-affix_7spwh_422{color:#0000}._input--has-affix_7spwh_422::placeholder{color:#0000}._input--has-affix_7spwh_422::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_7spwh_422::placeholder{transition-duration:0ms}}._input--is-ready_7spwh_436{color:#252525}._input--is-ready_7spwh_436::placeholder{color:#666}._root_7spwh_443{align-self:end}._root_7spwh_443:has(._hint_7spwh_451) ._label_7spwh_451{margin-block-end:4px}._wrapper_7spwh_455{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_7spwh_461{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_7spwh_483{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_7spwh_497{color:#00000080}@media screen and (forced-colors: active){._affix--disabled_7spwh_497{color:GrayText}}._affix--disabled_7spwh_497._prefix_7spwh_505,._affix--disabled_7spwh_497._affix_7spwh_461{border-color:#0000001a}._affix--readonly_7spwh_508{background-color:#ededed;height:100%}._affix_7spwh_461._prefix_7spwh_505{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_7spwh_461._suffix_7spwh_518{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_7spwh_525{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_7spwh_525{background-color:Canvas;fill:CanvasText}}._leading-icon--small_7spwh_537{margin-inline-start:8px}._leading-icon--disabled_7spwh_540{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_7spwh_540{fill:GrayText}}._action-button_7spwh_549{grid-area:1/4/2/5}._label_7spwh_451{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_7spwh_568{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){._label--disabled_7spwh_581{color:GrayText}}._hint_7spwh_451{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_7spwh_602{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ ._root_18w5p_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_18w5p_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_18w5p_151:focus{outline:revert;outline-offset:revert}._root_18w5p_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_18w5p_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_18w5p_151{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}._root_18w5p_151{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_18w5p_151{transition-duration:0ms}}@media screen and (forced-colors: active){._root_18w5p_151{background-color:Canvas!important}._root_18w5p_151:hover{border-color:Highlight}}._root--highlight_18w5p_228,._root--dark-highlight_18w5p_228{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_18w5p_228:hover,._root--dark-highlight_18w5p_228:hover{background-color:#e9640c}}._root--highlight_18w5p_228[aria-disabled=true],._root--dark-highlight_18w5p_228[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_18w5p_228[aria-disabled=true] svg,._root--dark-highlight_18w5p_228[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_18w5p_228[aria-disabled=true],._root--dark-highlight_18w5p_228[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_18w5p_228[aria-disabled=true]:before,._root--dark-highlight_18w5p_228[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_18w5p_228:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_18w5p_228:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_18w5p_228:focus{outline:revert;outline-offset:revert}._root--dark-highlight_18w5p_228:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_18w5p_228:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_18w5p_228[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_18w5p_228[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_18w5p_228[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_18w5p_228[aria-disabled=true]:before{background-color:transparent}._root--filled_18w5p_306{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_18w5p_306:hover{background-color:#444}}._root--filled_18w5p_306[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_18w5p_306[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_18w5p_306[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_18w5p_306[aria-disabled=true]:before{background-color:transparent}._root--outline_18w5p_334{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_18w5p_334:hover{background-color:#0000001a}}._root--outline_18w5p_334[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_18w5p_334[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_18w5p_334[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_18w5p_334[aria-disabled=true]:before{background-color:transparent}._root--ghost_18w5p_361{color:#252525}@media (hover: hover){._root--ghost_18w5p_361:hover{background-color:#0000001a}}._root--ghost_18w5p_361[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_18w5p_361[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_18w5p_361[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_18w5p_361[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_18w5p_386{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_18w5p_386._root--small_18w5p_392{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_18w5p_386:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_18w5p_386:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_18w5p_386:before{transition-duration:0ms}}._root--ghost-flush_18w5p_386:focus,._root--ghost-flush_18w5p_386:focus-visible{outline:none}._root--ghost-flush_18w5p_386:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_18w5p_386:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_18w5p_386:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_18w5p_386:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_18w5p_386:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_18w5p_386:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){._root--ghost-flush_18w5p_386:hover:before{background-color:transparent}}._root--ghost-flush_18w5p_386[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_18w5p_386[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_18w5p_386[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_18w5p_386[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_18w5p_474{background-color:#f8f8f8;color:#252525}._root--dark-filled_18w5p_474:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_18w5p_474:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_18w5p_474:focus{outline:revert;outline-offset:revert}._root--dark-filled_18w5p_474:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_18w5p_474:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_18w5p_474:hover{background-color:#dadada}}._root--dark-filled_18w5p_474[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_18w5p_474[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_18w5p_474[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_18w5p_474[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_18w5p_533{border-color:#f8f8f8;color:#fff}._root--dark-outline_18w5p_533:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_18w5p_533:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_18w5p_533:focus{outline:revert;outline-offset:revert}._root--dark-outline_18w5p_533:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_18w5p_533:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_18w5p_533:hover{background-color:#ffffff26}}._root--dark-outline_18w5p_533[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_18w5p_533[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_18w5p_533[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_18w5p_533[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_18w5p_591{color:#fff}._root--dark-ghost_18w5p_591:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_18w5p_591:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_18w5p_591:focus{outline:revert;outline-offset:revert}._root--dark-ghost_18w5p_591:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_18w5p_591:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_18w5p_591:hover{background-color:#ffffff26}}._root--dark-ghost_18w5p_591[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_18w5p_591[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_18w5p_591[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_18w5p_591[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_18w5p_647{color:#fff}._root--dark-ghost-flush_18w5p_647:focus,._root--dark-ghost-flush_18w5p_647:focus-visible{outline:none}._root--dark-ghost-flush_18w5p_647:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_18w5p_647:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_18w5p_647:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_18w5p_647:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_18w5p_647:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_18w5p_647:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){._root--dark-ghost-flush_18w5p_647:hover:before{background-color:transparent}}._root--dark-ghost-flush_18w5p_647[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_18w5p_647[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_18w5p_647[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_18w5p_647[aria-disabled=true]:before{background-color:transparent}._root--icon-left_18w5p_711{flex-direction:row-reverse}._root--small_18w5p_392{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_18w5p_392._root--ghost-flush_18w5p_386:before{right:-8px;left:-8px}._root--icon-only_18w5p_727{width:3rem;height:3rem}._root--icon-only_18w5p_727._root--ghost-flush_18w5p_386{width:1rem;height:1rem}._root--icon-only-small_18w5p_736{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_18w5p_736._root--ghost-flush_18w5p_386{width:1rem;height:1rem}._label--hidden_18w5p_747{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
@@ -0,0 +1 @@
1
+ ._link-standalone_auko9_76{display:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525}._link-standalone_auko9_76:link,._link-standalone_auko9_76:visited{color:#252525}._link-standalone_auko9_76:active{background-color:#0000001a;color:#252525}@media (hover: hover){._link-standalone_auko9_76:hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._link-standalone_auko9_76:hover{background-color:Canvas}}._link-standalone_auko9_76:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._link-standalone_auko9_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone_auko9_76:focus{outline:revert;outline-offset:revert}._link-standalone_auko9_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._link-standalone_auko9_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--highlight_auko9_146,._link-standalone--highlight_auko9_146:link,._link-standalone--highlight_auko9_146:visited{color:#1e71a1}._link-standalone--highlight_auko9_146:active{color:#19618b}@media (hover: hover){._link-standalone--highlight_auko9_146:hover{color:#19618b}}._link-standalone--neutral-dark_auko9_160,._link-standalone--neutral-dark_auko9_160:link,._link-standalone--neutral-dark_auko9_160:visited{color:#fff}._link-standalone--neutral-dark_auko9_160:active{background-color:#ffffff26;color:#fff}@media (hover: hover){._link-standalone--neutral-dark_auko9_160:hover{background-color:#ffffff26;color:#fff}}@media screen and (hover: hover) and (forced-colors: active){._link-standalone--neutral-dark_auko9_160:hover{background-color:Canvas}}._link-standalone--neutral-dark_auko9_160:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--neutral-dark_auko9_160:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone--neutral-dark_auko9_160:focus{outline:revert;outline-offset:revert}._link-standalone--neutral-dark_auko9_160:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--neutral-dark_auko9_160:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--highlight-dark_auko9_211,._link-standalone--highlight-dark_auko9_211:link,._link-standalone--highlight-dark_auko9_211:visited{color:#8dcfe8}._link-standalone--highlight-dark_auko9_211:active{background-color:#ffffff26;color:#8dcfe8}@media (hover: hover){._link-standalone--highlight-dark_auko9_211:hover{background-color:#ffffff26;color:#8dcfe8}}@media screen and (hover: hover) and (forced-colors: active){._link-standalone--highlight-dark_auko9_211:hover{background-color:Canvas}}._link-standalone--highlight-dark_auko9_211:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--highlight-dark_auko9_211:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone--highlight-dark_auko9_211:focus{outline:revert;outline-offset:revert}._link-standalone--highlight-dark_auko9_211:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--highlight-dark_auko9_211:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--active_auko9_262{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}._link-standalone--icon-left_auko9_269{flex-direction:row-reverse}._link-standalone_auko9_76{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._link-standalone_auko9_76{transition-duration:0ms}}._link-standalone_auko9_76 svg{fill:currentColor}
@@ -0,0 +1 @@
1
+ ._root_o64ji_151{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._root--disabled_o64ji_172{cursor:not-allowed}._checkbox_o64ji_176{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}._checkbox_o64ji_176{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_o64ji_176{transition-duration:0ms}}._checkbox_o64ji_176 ._icon-check_o64ji_192{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._checkbox_o64ji_176 ._icon-check_o64ji_192{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_o64ji_176 ._icon-check_o64ji_192{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_o64ji_176 ._icon-check_o64ji_192{fill:CanvasText}}._checkbox--checked_o64ji_213 ._icon-check_o64ji_192{opacity:1}._checkbox--disabled_o64ji_216._checkbox_o64ji_176{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._checkbox--disabled_o64ji_216._checkbox_o64ji_176{border-color:GrayText}}._checkbox--disabled_o64ji_216._checkbox_o64ji_176 svg{fill:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_o64ji_216._checkbox_o64ji_176 svg{fill:GrayText}}._checkbox--disabled_o64ji_216~._label_o64ji_233{color:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_o64ji_216~._label_o64ji_233{color:GrayText}}
@@ -0,0 +1 @@
1
+ ._radio-root_2r9h1_76{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._radio-root--disabled_2r9h1_97{cursor:not-allowed}._radio-root--with-custom-area_2r9h1_100{max-width:none}._radio_2r9h1_76{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}._radio_2r9h1_76{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_2r9h1_76{transition-duration:0ms}}._radio_2r9h1_76 ._dot_2r9h1_121{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#f37a1f;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._radio_2r9h1_76 ._dot_2r9h1_121{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_2r9h1_76 ._dot_2r9h1_121{transition-duration:0ms}}@media screen and (forced-colors: active){._radio_2r9h1_76 ._dot_2r9h1_121{background-color:Highlight}}._radio--invalid_2r9h1_145{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label_2r9h1_150{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;width:100%;display:grid;grid-template-columns:auto minmax(auto,1fr)}._label--bold_2r9h1_165{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}._label--hidden_2r9h1_177{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._label--with-custom-area_2r9h1_189{column-gap:8px}._custom-area_2r9h1_193{margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}._hint_2r9h1_201{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25rem;grid-column:span 2;opacity:1}._hint_2r9h1_201{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){._hint_2r9h1_201{transition-duration:0ms}}._hint--visible_2r9h1_225{margin-block-start:4px;margin-block-end:4px}._hint--unchecked-hidden_2r9h1_229{overflow:hidden;height:0;opacity:0}._hint--hidden_2r9h1_234,._input_2r9h1_247{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._input_2r9h1_247:checked+._radio_2r9h1_76 ._dot_2r9h1_121{opacity:1}._input_2r9h1_247:disabled+._radio_2r9h1_76{border-color:#00000080}._input_2r9h1_247:disabled+._radio_2r9h1_76 ._dot_2r9h1_121{background-color:#dadada}@media screen and (forced-colors: active){._input_2r9h1_247:disabled+._radio_2r9h1_76 ._dot_2r9h1_121{background-color:GrayText}}@media screen and (forced-colors: active){._input_2r9h1_247:disabled+._radio_2r9h1_76{border-color:GrayText}}._input_2r9h1_247:disabled~._label_2r9h1_150{color:#00000080}@media screen and (forced-colors: active){._input_2r9h1_247:disabled~._label_2r9h1_150{color:GrayText}}._input_2r9h1_247:focus{outline:none}._input_2r9h1_247:focus+._radio_2r9h1_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_2r9h1_247:focus+._radio_2r9h1_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_2r9h1_247:focus+._radio_2r9h1_76{border-color:Highlight}}@supports selector(:focus-visible){._input_2r9h1_247:focus{outline:none}._input_2r9h1_247:focus+._radio_2r9h1_76{outline:revert;outline-offset:revert}._input_2r9h1_247:focus-visible{outline:none}._input_2r9h1_247:focus-visible+._radio_2r9h1_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_2r9h1_247:focus-visible+._radio_2r9h1_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_2r9h1_247:focus-visible+._radio_2r9h1_76{border-color:Highlight}}}@media (hover: hover){._input_2r9h1_247:hover:not(:disabled)+._radio_2r9h1_76{background-color:#0000001a}._input_2r9h1_247:hover:not(:disabled)+._radio_2r9h1_76 ._dot_2r9h1_121{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){._input_2r9h1_247:hover:not(:disabled)+._radio_2r9h1_76 ._dot_2r9h1_121{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._input_2r9h1_247:hover:not(:disabled)+._radio_2r9h1_76{border-color:Highlight}}
@@ -0,0 +1 @@
1
+ ._root_10ymp_76{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0;border:0;text-align:left;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._root_10ymp_76{transition:background-color var(--ds-animation-duration, .1s) linear}._root_10ymp_76{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._root_10ymp_76{transition-duration:0ms}}._root--label-right_10ymp_116{flex-direction:row-reverse}._root--stretched_10ymp_119{justify-content:space-between;width:100%}@media (hover: hover){._root_10ymp_76:hover ._switch_10ymp_124{background-color:#0000001a}}._root_10ymp_76:focus ._switch_10ymp_124:before,._root_10ymp_76:focus ._loader_10ymp_129:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_10ymp_76:focus ._switch_10ymp_124:before,._root_10ymp_76:focus ._loader_10ymp_129:before{border-color:Highlight}}@supports selector(:focus-visible){._root_10ymp_76:focus ._switch_10ymp_124:before,._root_10ymp_76:focus ._loader_10ymp_129:before{content:none}._root_10ymp_76:focus-visible ._switch_10ymp_124:before,._root_10ymp_76:focus-visible ._loader_10ymp_129:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_10ymp_76:focus-visible ._switch_10ymp_124:before,._root_10ymp_76:focus-visible ._loader_10ymp_129:before{border-color:Highlight}}}._root_10ymp_76[aria-disabled=true]._root_10ymp_76{cursor:not-allowed}@media screen and (forced-colors: active){._root_10ymp_76[aria-disabled=true]._root_10ymp_76{color:GrayText}}._root_10ymp_76[aria-disabled=true] ._switch_10ymp_124{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){._root_10ymp_76[aria-disabled=true] ._switch_10ymp_124{border-color:GrayText}}._root_10ymp_76[aria-disabled=true] ._thumb_10ymp_187{background-color:#00000080}._root_10ymp_76[aria-disabled=true] ._thumb_10ymp_187 svg{opacity:0}@media screen and (forced-colors: active){._root_10ymp_76[aria-disabled=true] ._thumb_10ymp_187{background-color:CanvasText}._root_10ymp_76[aria-disabled=true] ._thumb_10ymp_187 svg{fill:Canvas}}@media (hover: hover){._root--checked_10ymp_202:hover ._switch_10ymp_124{background-color:#d9480f}._root--checked_10ymp_202:hover ._thumb_10ymp_187{background-color:#ededed}._root--checked_10ymp_202:hover ._thumb_10ymp_187 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_10ymp_202:hover ._thumb_10ymp_187{background-color:CanvasText}._root--checked_10ymp_202:hover ._thumb_10ymp_187 svg{fill:Canvas}}._root--checked_10ymp_202 ._switch_10ymp_124{background-color:#e9640c}._root--checked_10ymp_202 ._thumb_10ymp_187{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}._root--checked_10ymp_202 ._thumb_10ymp_187 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){._root--checked_10ymp_202 ._thumb_10ymp_187{background-color:CanvasText}._root--checked_10ymp_202 ._thumb_10ymp_187 svg{fill:Canvas}}@media (hover: hover){._root--checked_10ymp_202[aria-disabled=true]:hover ._thumb_10ymp_187 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_10ymp_202[aria-disabled=true]:hover ._thumb_10ymp_187{background-color:CanvasText}._root--checked_10ymp_202[aria-disabled=true]:hover ._thumb_10ymp_187 svg{fill:Canvas}}._root--checked_10ymp_202[aria-disabled=true] ._switch_10ymp_124{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){._root--checked_10ymp_202[aria-disabled=true] ._switch_10ymp_124{border-color:GrayText}}._root--checked_10ymp_202[aria-disabled=true] ._thumb_10ymp_187{background-color:#fff}._root--checked_10ymp_202[aria-disabled=true] ._thumb_10ymp_187 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){._root--checked_10ymp_202[aria-disabled=true] ._thumb_10ymp_187{background-color:CanvasText}._root--checked_10ymp_202[aria-disabled=true] ._thumb_10ymp_187 svg{fill:Canvas}}._switch_10ymp_124{border:1px solid #252525;border-radius:6.25rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}._thumb_10ymp_187{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}._thumb_10ymp_187 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){._thumb_10ymp_187{background-color:CanvasText}._thumb_10ymp_187 svg{fill:Canvas}}._loader_10ymp_129{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}._loader_10ymp_129 svg{fill:#00000080}@media screen and (forced-colors: active){._loader_10ymp_129 svg{fill:CanvasText}}
@@ -0,0 +1 @@
1
+ ._root_112bt_76{margin:0;padding:0;border:none;color:#252525}._root--large_112bt_82{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6;font-size-adjust:.414}._root--large-bold_112bt_94{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6;font-size-adjust:.426}._root--medium_112bt_106{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414}._root--medium-bold_112bt_118{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}._root--small_112bt_130{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}._root--small-bold_112bt_142{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.426}._root--x-small_112bt_154{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.75rem;line-height:1.33;font-size-adjust:.414}._root--x-small-bold_112bt_166{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.75rem;line-height:1.33;font-size-adjust:.426}._root--xx-small_112bt_178{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.625rem;line-height:1.6;font-size-adjust:.414}._root_112bt_76 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._root_112bt_76 a:not([class]))[href^="http://"]:after,:where(._root_112bt_76 a:not([class]))[href^="https://"]:after,:where(._root_112bt_76 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._root_112bt_76 a:not([class]){color:#252525}._root_112bt_76 a:not([class]):link,._root_112bt_76 a:not([class]):visited{color:#252525}._root_112bt_76 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){._root_112bt_76 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){._root_112bt_76 a:not([class]):hover{background-color:Canvas}}._root_112bt_76 a:not([class])[href^="http://"]:after,._root_112bt_76 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._root_112bt_76 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._root_112bt_76 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_112bt_76 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_112bt_76 a:not([class]):focus{outline:revert;outline-offset:revert}._root_112bt_76 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_112bt_76 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_112bt_76 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_112bt_76 a:not([class]){transition-duration:0ms}}._root--theme-dark_112bt_275{color:#fff}._root--theme-dark_112bt_275 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(._root--theme-dark_112bt_275 a:not([class]))[href^="http://"]:after,:where(._root--theme-dark_112bt_275 a:not([class]))[href^="https://"]:after,:where(._root--theme-dark_112bt_275 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}._root--theme-dark_112bt_275 a:not([class]){color:#fff}._root--theme-dark_112bt_275 a:not([class]):link,._root--theme-dark_112bt_275 a:not([class]):visited{color:#fff}._root--theme-dark_112bt_275 a:not([class]):active{background-color:#ffffff26;color:#fff}@media (hover: hover){._root--theme-dark_112bt_275 a:not([class]):hover{background-color:#ffffff26;color:#fff}}@media screen and (hover: hover) and (forced-colors: active){._root--theme-dark_112bt_275 a:not([class]):hover{background-color:Canvas}}._root--theme-dark_112bt_275 a:not([class])[href^="http://"]:after,._root--theme-dark_112bt_275 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}._root--theme-dark_112bt_275 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}._root--theme-dark_112bt_275 a:not([class]):focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--theme-dark_112bt_275 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--theme-dark_112bt_275 a:not([class]):focus{outline:revert;outline-offset:revert}._root--theme-dark_112bt_275 a:not([class]):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--theme-dark_112bt_275 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--theme-dark_112bt_275 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--theme-dark_112bt_275 a:not([class]){transition-duration:0ms}}
package/asterisk.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './components/Asterisk/Asterisk'
2
+ export {}