@stihl-design-system/components 1.0.0-RC.7 → 1.0.0-RC.9

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 (155) hide show
  1. package/Notification-additional-information.jpeg +0 -0
  2. package/Notification-confirm-error.jpg +0 -0
  3. package/Notification-confirm-warn.jpeg +0 -0
  4. package/Notification-overview.jpeg +0 -0
  5. package/Notification-success.jpeg +0 -0
  6. package/assets/CustomReactSelect.CMkn-EGK.css +1 -0
  7. package/assets/Dialog.DdLMmOLt.css +1 -0
  8. package/assets/Drawer.BqBgbSuP.css +1 -0
  9. package/assets/Fieldset.qHYeUFZt.css +1 -0
  10. package/assets/InputPassword.Cf394z47.css +1 -0
  11. package/assets/InputSearch.eCRQoxjN.css +1 -0
  12. package/assets/InputStepper.B80KulYE.css +1 -0
  13. package/assets/Notification.DK6agBGS.css +1 -0
  14. package/assets/Select.BptsMxz4.css +1 -0
  15. package/assets/Textarea.CIIVh03G.css +1 -0
  16. package/assets/Toast.Dsvs1zdM.css +1 -0
  17. package/assets/asterisk.DlJ4YtSZ.css +1 -0
  18. package/assets/button.B1O7Yw3Q.css +1 -0
  19. package/assets/buttonround.DlH_ipDo.css +1 -0
  20. package/assets/checkbox.K4CVYK9g.css +1 -0
  21. package/assets/heading.6bER-Eac.css +1 -0
  22. package/assets/input.C0MrSbQu.css +1 -0
  23. package/assets/link.vtTST2ki.css +1 -0
  24. package/assets/linkstandalone.BtAcziZ7.css +1 -0
  25. package/assets/logo.pETQEsvZ.css +1 -0
  26. package/assets/optioncheckbox.BJJAph5_.css +1 -0
  27. package/assets/radio.9kpIO3HC.css +1 -0
  28. package/assets/skiptocontent.CHcqLS7S.css +1 -0
  29. package/assets/switch.2DQF2zH-.css +1 -0
  30. package/assets/systemfeedback.Sq0bAIyf.css +1 -0
  31. package/assets/text.Dhb_l50R.css +1 -0
  32. package/assets/title.f74Bosn-.css +1 -0
  33. package/{asterisk.Cjbk-xZi.js → asterisk.DDn-yX4P.js} +1 -1
  34. package/button.CkHCQg3Y.js +135 -0
  35. package/buttonround.DX3u2Fio.js +118 -0
  36. package/checkbox.BbmCDJCm.js +112 -0
  37. package/{checkboxgroup.DqWlzAeR.js → checkboxgroup.CPENWSuk.js} +2 -2
  38. package/chunks/{CheckboxGroup.DsQ6lI5a.js → CheckboxGroup.Dx_Hn8Dl.js} +2 -2
  39. package/chunks/CustomReactSelect.C4rTVlvy.js +3593 -0
  40. package/chunks/Dialog.TPjJ_yxK.js +148 -0
  41. package/chunks/Drawer.DrLGSch-.js +154 -0
  42. package/chunks/{Fieldset.B1vsrHNv.js → Fieldset.P09LInkT.js} +29 -29
  43. package/chunks/{Input.utils.BGUhXCNP.js → Input.utils.ChV6RJsh.js} +19 -17
  44. package/chunks/InputPassword.CSc1c98k.js +140 -0
  45. package/chunks/{InputSearch.DITRiB92.js → InputSearch.DrgdGFT_.js} +49 -49
  46. package/chunks/{InputStepper.Bf8NZ9pb.js → InputStepper.DJEuIr4C.js} +76 -76
  47. package/chunks/{Notification.DVVuSOqG.js → Notification.B68mMDiB.js} +24 -24
  48. package/chunks/{RadioGroup.BO4pbAJw.js → RadioGroup.B5jRveyI.js} +2 -2
  49. package/chunks/Select.Cl2eJR1z.js +191 -0
  50. package/chunks/Textarea.Sk9-GXfs.js +195 -0
  51. package/chunks/{Toast.RON4bFPY.js → Toast.D9DAuz2m.js} +33 -33
  52. package/{combobox.CRlhqmuO.js → combobox.jDpV6bv-.js} +1 -1
  53. package/components/Button/Button.d.ts +1 -1
  54. package/components/Checkbox/Checkbox.d.ts +1 -1
  55. package/components/CustomReactSelect/CustomReactSelect.d.ts +2 -2
  56. package/components/Dialog/Dialog.d.ts +22 -3
  57. package/components/Dialog/Dialog.test.d.ts +1 -0
  58. package/components/Dialog/Dialog.utils.d.ts +12 -0
  59. package/components/Dialog/Dialog.utils.test.d.ts +1 -0
  60. package/components/Drawer/Drawer.d.ts +31 -0
  61. package/components/Drawer/Drawer.test.d.ts +1 -0
  62. package/components/Drawer/Drawer.utils.d.ts +14 -0
  63. package/components/Drawer/Drawer.utils.test.d.ts +1 -0
  64. package/components/Input/Input.d.ts +1 -1
  65. package/components/InputSearch/InputSearch.d.ts +1 -1
  66. package/components/LinkStandalone/LinkStandalone.d.ts +1 -1
  67. package/components/Notification/Notification.d.ts +3 -1
  68. package/components/Radio/Radio.d.ts +1 -1
  69. package/components/RadioGroup/RadioGroup.d.ts +1 -1
  70. package/components/SkipToContent/SkipToContent.d.ts +1 -1
  71. package/components/Switch/Switch.d.ts +1 -1
  72. package/components/Toast/Toast.d.ts +3 -0
  73. package/{customreactselect.CD58gwtp.js → customreactselect.C2QK_Q8T.js} +4 -4
  74. package/dialog.BPX7RJtQ.js +9 -0
  75. package/drawer.BfEPcSsQ.js +9 -0
  76. package/drawer.d.ts +1 -0
  77. package/fieldset.4yvz0e7M.js +11 -0
  78. package/heading.CAkraI2D.js +50 -0
  79. package/index.d.ts +4 -0
  80. package/index.es.js +99 -92
  81. package/input.lLMqAG-6.js +236 -0
  82. package/{inputpassword.Ba9SUUIK.js → inputpassword.BIdYGrhB.js} +4 -4
  83. package/{inputsearch.BK-0OTwA.js → inputsearch.DleOblJp.js} +4 -4
  84. package/inputstepper.DWkHwOAn.js +13 -0
  85. package/link.KZaBufPM.js +116 -0
  86. package/linkstandalone.B6tN-NXD.js +80 -0
  87. package/{logo.BR_CUXFl.js → logo.CqukakYv.js} +32 -36
  88. package/{notification.Csn5QCR2.js → notification.DdJjbSdM.js} +2 -2
  89. package/optioncheckbox.DwQEfxGG.js +43 -0
  90. package/package.json +6 -4
  91. package/partials/index.js +442 -442
  92. package/radio.CWGJtmKl.js +115 -0
  93. package/{radiogroup.CiENWRos.js → radiogroup.FfK4DLsV.js} +3 -3
  94. package/{select.DLYav8gw.js → select.BEuTuEFZ.js} +3 -3
  95. package/{skiptocontent._YZRKxnc.js → skiptocontent.fP4SOp-p.js} +16 -14
  96. package/styles/scss/lib/_heading.scss +50 -9
  97. package/styles/scss/lib/_helpers.scss +12 -0
  98. package/styles/scss/lib/_link.scss +58 -94
  99. package/styles/scss/lib/_text.scss +57 -14
  100. package/switch.KO8HZPNL.js +65 -0
  101. package/{systemfeedback.CUWch42u.js → systemfeedback._8gatmgR.js} +1 -1
  102. package/text.rgDKQBrU.js +57 -0
  103. package/{textarea.hLgeYdsI.js → textarea.DV1yVty7.js} +3 -3
  104. package/title.LY1ylQsb.js +36 -0
  105. package/{toast.r_yhGYEe.js → toast.BB8L0ixD.js} +2 -2
  106. package/{toastmanager.BncH_rUP.js → toastmanager.DifUvJcg.js} +27 -25
  107. package/utils/index.d.ts +1 -0
  108. package/utils/render-in-iframe.d.ts +15 -0
  109. package/utils/useIsomorphicLayoutEffect.d.ts +26 -0
  110. package/utils/vitest.setup.d.ts +2 -0
  111. package/assets/CustomReactSelect.Bsphydqt.css +0 -1
  112. package/assets/Fieldset.D0jHAGRL.css +0 -1
  113. package/assets/InputPassword.VCNO8ANM.css +0 -1
  114. package/assets/InputSearch.BMRAb95l.css +0 -1
  115. package/assets/InputStepper.BKjqNi-i.css +0 -1
  116. package/assets/Notification.Bg63cvs4.css +0 -1
  117. package/assets/Select.Bz1TImkI.css +0 -1
  118. package/assets/Textarea.D2h5cW_t.css +0 -1
  119. package/assets/Toast.BzVaebc0.css +0 -1
  120. package/assets/asterisk.JlyPArZu.css +0 -1
  121. package/assets/button.BdxtFZKx.css +0 -1
  122. package/assets/buttonround.pR4StXA7.css +0 -1
  123. package/assets/checkbox.BjIn2stV.css +0 -1
  124. package/assets/dialog.CKwM2EBH.css +0 -1
  125. package/assets/heading.CCbuI4X-.css +0 -1
  126. package/assets/input.71tOIrpp.css +0 -1
  127. package/assets/link.D61tKkSK.css +0 -1
  128. package/assets/linkstandalone.Bx8Uvo0G.css +0 -1
  129. package/assets/logo.C05WqGId.css +0 -1
  130. package/assets/optioncheckbox.BdRJHcSw.css +0 -1
  131. package/assets/radio.ewRpPo4W.css +0 -1
  132. package/assets/skiptocontent.DGVJ77cj.css +0 -1
  133. package/assets/switch.Ds-I_ybT.css +0 -1
  134. package/assets/systemfeedback.BzJATHDd.css +0 -1
  135. package/assets/text.B-CTuGgI.css +0 -1
  136. package/assets/title.DlhX9K3W.css +0 -1
  137. package/button.L1lgCuM9.js +0 -135
  138. package/buttonround.ddSqXjYf.js +0 -118
  139. package/checkbox.DNHdo6_n.js +0 -113
  140. package/chunks/CustomReactSelect.5dHi6PEO.js +0 -4983
  141. package/chunks/InputPassword.a7zHKrmM.js +0 -140
  142. package/chunks/Select.COdS787F.js +0 -191
  143. package/chunks/Textarea.oqCrSopu.js +0 -195
  144. package/dialog.0qPUVJha.js +0 -45
  145. package/fieldset.aY3V2jK2.js +0 -11
  146. package/heading.BTNroD1E.js +0 -50
  147. package/input.DqSOhSMX.js +0 -236
  148. package/inputstepper.DFQ4zC15.js +0 -13
  149. package/link.SAcKvzJ3.js +0 -115
  150. package/linkstandalone.DNe0Nydm.js +0 -79
  151. package/optioncheckbox.C4l2UIak.js +0 -43
  152. package/radio.epf54-sG.js +0 -115
  153. package/switch.rd7PdLc9.js +0 -65
  154. package/text.CrYUewrP.js +0 -57
  155. package/title.Dvp8LKJt.js +0 -36
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ ._root_484k4_226{align-self:end}._root_484k4_226:has(._hint_484k4_234) ._label_484k4_234{margin-block-end:4px}._wrapper_484k4_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_484k4_244{grid-area:1/4/2/5}._label_484k4_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_484k4_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}._hint_484k4_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_484k4_292{margin-block-end:8px;margin-block-start:8px}._select_484k4_297{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_484k4_297:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_484k4_297:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_484k4_297:focus{outline:revert;outline-offset:revert}._select_484k4_297:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_484k4_297:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_484k4_297{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_484k4_297{transition-duration:0ms}}@media (hover: hover){._select_484k4_297:hover{background:#0000001a}}._select_484k4_297{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_484k4_297[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_484k4_297[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_484k4_297[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_484k4_297[readonly]:focus{outline:revert;outline-offset:revert}._select_484k4_297[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_484k4_297[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_484k4_297:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_484k4_297::-webkit-placeholder,._select_484k4_297::placeholder{color:#666;opacity:1}._select--invalid_484k4_409{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_484k4_409:active,._select--invalid_484k4_409:focus,._select--invalid_484k4_409:focus-visible{border-color:#252525}._select--small_484k4_416{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_484k4_297{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_484k4_297::-webkit-outer-spin-button,._select_484k4_297::-webkit-inner-spin-button,._select_484k4_297::-webkit-search-decoration,._select_484k4_297::-webkit-search-cancel-button,._select_484k4_297::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_484k4_297::-webkit-date-and-time-value{text-align:left}._select_484k4_297: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_484k4_297[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_484k4_297[type=range]{accent-color:#E9640C}._select_484k4_297[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_484k4_416{min-height:2rem;height:2rem}._select--small_484k4_416._input--has-leading-icon_484k4_470{padding-inline-start:calc(16px + 1rem)}._select--small_484k4_416._input--has-action-button_484k4_473{padding-inline-end:calc(2rem + 8px)}._select--small_484k4_416._input--has-second-action-button_484k4_476{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_484k4_479{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_484k4_482{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_484k4_485{padding-inline-end:calc(6rem + 16px)}._select--has-affix_484k4_488{color:#0000}._select--has-affix_484k4_488::placeholder{color:#0000}._select--has-affix_484k4_488::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_484k4_488::placeholder{transition-duration:0ms}}._select--is-ready_484k4_502{color:#252525}._select--is-ready_484k4_502::placeholder{color:#666}._select_484k4_297{border-radius:0}._select_484k4_297._select--disabled_484k4_511{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){._select_484k4_297._select--disabled_484k4_511{color:GrayText}}._select_484k4_297._select--focused_484k4_522{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){._select_484k4_297._select--focused_484k4_522{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._select_484k4_297._select--focused_484k4_522{outline-color:Highlight}}@media (hover: hover){._select--hovered_484k4_539{background:#0000001a}}._placeholder_484k4_544{color:#666}@media screen and (forced-colors: active){._placeholder_484k4_544{color:GrayText}}._menu-list_484k4_553{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_484k4_553{forced-color-adjust:auto;outline-color:Highlight}}._group-heading_484k4_570{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_484k4_593{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_484k4_610{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_484k4_626{justify-content:space-between}._option--disabled_484k4_629{color:#00000080}@media screen and (forced-colors: active){._option--disabled_484k4_629{color:GrayText}}._option--focus-hover_484k4_637:not(._option--disabled_484k4_629){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_484k4_637:not(._option--disabled_484k4_629){background-color:Canvas;border-color:Highlight}}._option--focus-hover_484k4_637._option--small_484k4_610:not(._option--disabled_484k4_629){padding-block-start:6px;padding-block-end:6px}._option--text_484k4_655{margin-inline-end:8px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}._option--check-icon_484k4_661{fill:#e9640c;margin-inline-start:auto}@media screen and (forced-colors: active){._option--check-icon_484k4_661{fill:CanvasText}}._option--check-icon--disabled_484k4_670{fill:#00000080}@media screen and (forced-colors: active){._option--check-icon--disabled_484k4_670{fill:GrayText}}._single-option_484k4_679{display:flex;flex-wrap:nowrap;width:100%;align-items:center}._multi-option_484k4_686{width:100%}._single-value_484k4_690{display:flex;align-items:center}._single-value--text_484k4_694{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._leading-icon_484k4_701{margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){._leading-icon_484k4_701{background-color:Canvas;fill:CanvasText}}._leading-icon--disabled_484k4_711{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_484k4_711{fill:GrayText}}._indicator_484k4_720,._clear_484k4_721{width:3rem;height:3rem;justify-content:center;cursor:pointer}._indicator--small_484k4_727,._clear--small_484k4_728{width:2rem;height:2rem}._indicator--icon_484k4_732,._clear--icon_484k4_733{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}._indicator--icon--small_484k4_740,._clear--icon--small_484k4_741{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_qvh8h_80{background-color:#fff;border:none;overflow:hidden;padding:0;max-width:min(100vw - 32px,938px);max-height:calc(100vh - 32px);min-width:288px;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_qvh8h_80{transition-duration:0ms}}@media (min-width: 768px){._dialog_qvh8h_80{max-width:min(100vw - 80px,938px);max-height:calc(100vh - 80px)}}@media screen and (forced-colors: active){._dialog_qvh8h_80{border:1px solid transparent}}._dialog_qvh8h_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_qvh8h_80[open]{transition-duration:0ms}}@starting-style{._dialog_qvh8h_80[open]{opacity:0;transform:translateY(-100%)}}._dialog_qvh8h_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_qvh8h_80[open]::backdrop{transition-duration:0ms}}@starting-style{._dialog_qvh8h_80[open]::backdrop{opacity:0}}._dialog_qvh8h_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_qvh8h_80::backdrop{transition-duration:0ms}}._content-wrapper_qvh8h_151{display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 32px)}._content-wrapper--no-footer_qvh8h_157{padding-block-end:16px}@media (min-width: 768px){._content-wrapper_qvh8h_151{max-height:calc(100vh - 80px)}}._content-wrapper_qvh8h_151 ._close-button_qvh8h_165{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){._content-wrapper_qvh8h_151 ._close-button_qvh8h_165{top:24px;right:24px}}._header_qvh8h_178,._content_qvh8h_151,._footer_qvh8h_180{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){._header_qvh8h_178,._content_qvh8h_151,._footer_qvh8h_180{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}._header_qvh8h_178{min-height:64px;flex-shrink:0}._header--scrollable_qvh8h_201{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){._header--scrollable_qvh8h_201{padding-block-end:23px}}._header--close-button_qvh8h_210{padding-inline-end:64px}@media (min-width: 768px){._header--close-button_qvh8h_210{padding-inline-end:72px}}._content_qvh8h_151{position:relative;overflow-y:auto}._content--no-footer_qvh8h_223{padding-block-end:0}._footer_qvh8h_180{max-height:208px}._footer--scrollable_qvh8h_230{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){._footer--scrollable_qvh8h_230{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_h62s5_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:288px;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_h62s5_85{transition-duration:0ms}}@media (min-width: 768px){._drawer_h62s5_85{max-width:min(100vw - 80px,1730px)}}@media screen and (forced-colors: active){._drawer_h62s5_85{border:1px solid transparent}}._drawer_h62s5_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_h62s5_85[open]{transition-duration:0ms}}@starting-style{._drawer_h62s5_85[open]{transform:translate(var(--ds-drawer-transform-x-position-closed))}}._drawer_h62s5_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_h62s5_85[open]::backdrop{transition-duration:0ms}}@starting-style{._drawer_h62s5_85[open]::backdrop{opacity:0}}._drawer--end_h62s5_143{inset-inline-start:unset;--ds-drawer-transform-x-position-closed: 200%;--ds-drawer-transform-x-position-open: 0}._drawer_h62s5_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_h62s5_85::backdrop{transition-duration:0ms}}._content-wrapper_h62s5_161{display:flex;flex-direction:column;overflow:hidden;max-height:100vh}._content-wrapper--no-footer_h62s5_167{padding-block-end:16px}._content-wrapper_h62s5_161 ._close-button_h62s5_170{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){._content-wrapper_h62s5_161 ._close-button_h62s5_170{top:24px;right:24px}}._header_h62s5_183,._content_h62s5_161,._footer_h62s5_185{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){._header_h62s5_183,._content_h62s5_161,._footer_h62s5_185{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}._header_h62s5_183{min-height:64px;flex-shrink:0}._header--scrollable_h62s5_206{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){._header--scrollable_h62s5_206{padding-block-end:23px}}._header--close-button_h62s5_215{padding-inline-end:64px}@media (min-width: 768px){._header--close-button_h62s5_215{padding-inline-end:72px}}._content_h62s5_161{position:relative;overflow-y:auto;height:100vh}._content--no-footer_h62s5_229{padding-block-end:0}._footer_h62s5_185{max-height:208px}._footer--scrollable_h62s5_236{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){._footer--scrollable_h62s5_236{padding-block-start:23px}}
@@ -0,0 +1 @@
1
+ ._root_xfwzz_76{border:none;padding:0;margin:0}._child-wrapper_xfwzz_82{margin-block-start:24px}._child-wrapper_xfwzz_82>*:not(:first-child){margin-block-start:24px}._legend_xfwzz_89{padding-inline-start:0;padding-inline-end:0}._legend--utility--m_xfwzz_93{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_xfwzz_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:.875rem;line-height:1.14;font-size-adjust:.414;display:inline-block;max-width:32rem;margin-block-start:8px}._description--small_xfwzz_121{margin-block-start:4px}._system-feedback_xfwzz_125{margin-block-start:16px;margin-block-end:32px}
@@ -0,0 +1 @@
1
+ ._input_1pqhx_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_1pqhx_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1pqhx_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1pqhx_226:focus{outline:revert;outline-offset:revert}._input_1pqhx_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1pqhx_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1pqhx_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_1pqhx_226{transition-duration:0ms}}@media (hover: hover){._input_1pqhx_226:hover{background:#0000001a}}._input_1pqhx_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_1pqhx_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_1pqhx_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1pqhx_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1pqhx_226[readonly]:focus{outline:revert;outline-offset:revert}._input_1pqhx_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1pqhx_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1pqhx_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_1pqhx_226::-webkit-placeholder,._input_1pqhx_226::placeholder{color:#666;opacity:1}._input--invalid_1pqhx_338{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_1pqhx_338:active,._input--invalid_1pqhx_338:focus,._input--invalid_1pqhx_338:focus-visible{border-color:#252525}._input--small_1pqhx_345{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_1pqhx_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_1pqhx_226::-webkit-outer-spin-button,._input_1pqhx_226::-webkit-inner-spin-button,._input_1pqhx_226::-webkit-search-decoration,._input_1pqhx_226::-webkit-search-cancel-button,._input_1pqhx_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1pqhx_226::-webkit-date-and-time-value{text-align:left}._input_1pqhx_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_1pqhx_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1pqhx_226[type=range]{accent-color:#E9640C}._input_1pqhx_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_1pqhx_345{min-height:2rem;height:2rem}._input--small_1pqhx_345._input--has-leading-icon_1pqhx_399{padding-inline-start:calc(16px + 1rem)}._input--small_1pqhx_345._input--has-action-button_1pqhx_402{padding-inline-end:calc(2rem + 8px)}._input--small_1pqhx_345._input--has-second-action-button_1pqhx_405{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_1pqhx_399{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_1pqhx_402{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_1pqhx_405{padding-inline-end:calc(6rem + 16px)}._input--has-affix_1pqhx_417{color:#0000}._input--has-affix_1pqhx_417::placeholder{color:#0000}._input--has-affix_1pqhx_417::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_1pqhx_417::placeholder{transition-duration:0ms}}._input--is-ready_1pqhx_431{color:#252525}._input--is-ready_1pqhx_431::placeholder{color:#666}._root_1pqhx_438{align-self:end}._root_1pqhx_438:has(._hint_1pqhx_446) ._label_1pqhx_446{margin-block-end:4px}._wrapper_1pqhx_450{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_1pqhx_456{grid-area:1/4/2/5}._label_1pqhx_446{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_1pqhx_475{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}._hint_1pqhx_446{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_1pqhx_504{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ ._input_8z3ht_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_8z3ht_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z3ht_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_8z3ht_226:focus{outline:revert;outline-offset:revert}._input_8z3ht_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z3ht_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_8z3ht_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_8z3ht_226{transition-duration:0ms}}@media (hover: hover){._input_8z3ht_226:hover{background:#0000001a}}._input_8z3ht_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_8z3ht_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_8z3ht_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z3ht_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_8z3ht_226[readonly]:focus{outline:revert;outline-offset:revert}._input_8z3ht_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z3ht_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_8z3ht_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_8z3ht_226::-webkit-placeholder,._input_8z3ht_226::placeholder{color:#666;opacity:1}._input--invalid_8z3ht_338{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_8z3ht_338:active,._input--invalid_8z3ht_338:focus,._input--invalid_8z3ht_338:focus-visible{border-color:#252525}._input--small_8z3ht_345{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_8z3ht_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_8z3ht_226::-webkit-outer-spin-button,._input_8z3ht_226::-webkit-inner-spin-button,._input_8z3ht_226::-webkit-search-decoration,._input_8z3ht_226::-webkit-search-cancel-button,._input_8z3ht_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_8z3ht_226::-webkit-date-and-time-value{text-align:left}._input_8z3ht_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_8z3ht_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_8z3ht_226[type=range]{accent-color:#E9640C}._input_8z3ht_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_8z3ht_345{min-height:2rem;height:2rem}._input--small_8z3ht_345._input--has-leading-icon_8z3ht_399{padding-inline-start:calc(16px + 1rem)}._input--small_8z3ht_345._input--has-action-button_8z3ht_402{padding-inline-end:calc(2rem + 8px)}._input--small_8z3ht_345._input--has-second-action-button_8z3ht_405{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_8z3ht_399{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_8z3ht_402{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_8z3ht_405{padding-inline-end:calc(6rem + 16px)}._input--has-affix_8z3ht_417{color:#0000}._input--has-affix_8z3ht_417::placeholder{color:#0000}._input--has-affix_8z3ht_417::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_8z3ht_417::placeholder{transition-duration:0ms}}._input--is-ready_8z3ht_431{color:#252525}._input--is-ready_8z3ht_431::placeholder{color:#666}._root_8z3ht_438{align-self:end}._root_8z3ht_438:has(._hint_8z3ht_446) ._label_8z3ht_446{margin-block-end:4px}._wrapper_8z3ht_450{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_8z3ht_456{grid-area:1/4/2/5}._second-action-button_8z3ht_460{grid-area:1/3/2/4}._label_8z3ht_446{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_8z3ht_479{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}._hint_8z3ht_446{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_8z3ht_508{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ ._input_td0g0_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_td0g0_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_td0g0_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_td0g0_226:focus{outline:revert;outline-offset:revert}._input_td0g0_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_td0g0_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_td0g0_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_td0g0_226{transition-duration:0ms}}@media (hover: hover){._input_td0g0_226:hover{background:#0000001a}}._input_td0g0_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_td0g0_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_td0g0_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_td0g0_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_td0g0_226[readonly]:focus{outline:revert;outline-offset:revert}._input_td0g0_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_td0g0_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_td0g0_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_td0g0_226::-webkit-placeholder,._input_td0g0_226::placeholder{color:#666;opacity:1}._input--invalid_td0g0_338{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_td0g0_338:active,._input--invalid_td0g0_338:focus,._input--invalid_td0g0_338:focus-visible{border-color:#252525}._input--small_td0g0_345{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_td0g0_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_td0g0_226::-webkit-outer-spin-button,._input_td0g0_226::-webkit-inner-spin-button,._input_td0g0_226::-webkit-search-decoration,._input_td0g0_226::-webkit-search-cancel-button,._input_td0g0_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_td0g0_226::-webkit-date-and-time-value{text-align:left}._input_td0g0_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_td0g0_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_td0g0_226[type=range]{accent-color:#E9640C}._input_td0g0_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_td0g0_345{min-height:2rem;height:2rem}._input--small_td0g0_345._input--has-leading-icon_td0g0_399{padding-inline-start:calc(16px + 1rem)}._input--small_td0g0_345._input--has-action-button_td0g0_402{padding-inline-end:calc(2rem + 8px)}._input--small_td0g0_345._input--has-second-action-button_td0g0_405{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_td0g0_399{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_td0g0_402{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_td0g0_405{padding-inline-end:calc(6rem + 16px)}._input--has-affix_td0g0_417{color:#0000}._input--has-affix_td0g0_417::placeholder{color:#0000}._input--has-affix_td0g0_417::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_td0g0_417::placeholder{transition-duration:0ms}}._input--is-ready_td0g0_431{color:#252525}._input--is-ready_td0g0_431::placeholder{color:#666}._input_td0g0_226{grid-area:1/1/2/4}._root_td0g0_441{align-self:end}._root_td0g0_441:has(._hint_td0g0_449) ._label_td0g0_449{margin-block-end:4px}._wrapper_td0g0_453{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_td0g0_459{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_td0g0_481{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_td0g0_495{color:#00000080}._affix--disabled_td0g0_495._prefix_td0g0_498,._affix--disabled_td0g0_495._affix_td0g0_459{border-color:#0000001a}._affix--readonly_td0g0_501{background-color:#ededed;height:100%}._affix_td0g0_459._prefix_td0g0_498{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_td0g0_459._suffix_td0g0_511{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_td0g0_518{grid-area:1/4/2/5}._label_td0g0_449{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_td0g0_537{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}._hint_td0g0_449{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_td0g0_566{margin-block-end:8px;margin-block-start:8px}._wrapper_td0g0_453{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}._action-button_td0g0_518{grid-area:1/5/2/6}._second-action-button_td0g0_580{grid-area:1/4/2/5}._value-announcer_td0g0_584{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_70bef_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_70bef_102{background-color:#e5f0db;border-left-color:#749f4a}._root--error_70bef_106{background-color:#eebcbd;border-left-color:#d43b3b}._root--warning_70bef_110{background-color:#fdecc3;border-left-color:#fdc543}._root--hide-icon_70bef_114{padding-inline-start:20px}@media screen and (forced-colors: active){._root_70bef_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_70bef_128{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:32px}._content--hide-close-button_70bef_135{grid-template-columns:auto minmax(auto,1fr)}._content--hide-icon_70bef_138{grid-template-columns:minmax(auto,1fr) auto}._icon_70bef_142{margin-block-start:8px}._message_70bef_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}._custom-action-area_70bef_161{padding-inline-start:32px;padding-block-end:4px}
@@ -0,0 +1 @@
1
+ ._root_15gy6_226{align-self:end}._root_15gy6_226:has(._hint_15gy6_234) ._label_15gy6_234{margin-block-end:4px}._wrapper_15gy6_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_15gy6_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_15gy6_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_15gy6_280{color:#00000080}._affix--disabled_15gy6_280._prefix_15gy6_283,._affix--disabled_15gy6_280._affix_15gy6_244{border-color:#0000001a}._affix--readonly_15gy6_286{background-color:#ededed;height:100%}._affix_15gy6_244._prefix_15gy6_283{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_15gy6_244._suffix_15gy6_296{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_15gy6_303{grid-area:1/4/2/5}._label_15gy6_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_15gy6_322{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}._hint_15gy6_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_15gy6_351{margin-block-end:8px;margin-block-start:8px}._select-wrapper_15gy6_356{display:grid;grid-template-columns:1fr max-content;align-items:center}._select_15gy6_356{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_15gy6_356:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_15gy6_356:focus{outline:revert;outline-offset:revert}._select_15gy6_356:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_15gy6_356{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_15gy6_356{transition-duration:0ms}}@media (hover: hover){._select_15gy6_356:hover{background:#0000001a}}._select_15gy6_356{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_15gy6_356[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_15gy6_356[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_15gy6_356[readonly]:focus{outline:revert;outline-offset:revert}._select_15gy6_356[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_15gy6_356:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_15gy6_356::-webkit-placeholder,._select_15gy6_356::placeholder{color:#666;opacity:1}._select--invalid_15gy6_474{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_15gy6_474:active,._select--invalid_15gy6_474:focus,._select--invalid_15gy6_474:focus-visible{border-color:#252525}._select--small_15gy6_481{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_15gy6_356{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_15gy6_356::-webkit-outer-spin-button,._select_15gy6_356::-webkit-inner-spin-button,._select_15gy6_356::-webkit-search-decoration,._select_15gy6_356::-webkit-search-cancel-button,._select_15gy6_356::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_15gy6_356::-webkit-date-and-time-value{text-align:left}._select_15gy6_356: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_15gy6_356[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_15gy6_356[type=range]{accent-color:#E9640C}._select_15gy6_356[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_15gy6_481{min-height:2rem;height:2rem}._select--small_15gy6_481._input--has-leading-icon_15gy6_535{padding-inline-start:calc(16px + 1rem)}._select--small_15gy6_481._input--has-action-button_15gy6_538{padding-inline-end:calc(2rem + 8px)}._select--small_15gy6_481._input--has-second-action-button_15gy6_541{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_15gy6_544{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_15gy6_547{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_15gy6_550{padding-inline-end:calc(6rem + 16px)}._select--has-affix_15gy6_553{color:#0000}._select--has-affix_15gy6_553::placeholder{color:#0000}._select--has-affix_15gy6_553::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_15gy6_553::placeholder{transition-duration:0ms}}._select--is-ready_15gy6_567{color:#252525}._select--is-ready_15gy6_567::placeholder{color:#666}._select_15gy6_356{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}._select--small_15gy6_481{padding-inline-end:32px}._select_15gy6_356:disabled{opacity:1}._select--placeholder_15gy6_584{color:#666}@media screen and (forced-colors: active){._select--placeholder_15gy6_584{color:GrayText}}._chevron_15gy6_593{grid-area:1/2/2/2;margin-inline-end:16px}._chevron--small_15gy6_597{margin-inline-end:8px}._chevron--disabled_15gy6_600{fill:#00000080}
@@ -0,0 +1 @@
1
+ ._textarea_seaaz_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_seaaz_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_seaaz_226:focus{outline:revert;outline-offset:revert}._textarea_seaaz_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_seaaz_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._textarea_seaaz_226{transition-duration:0ms}}@media (hover: hover){._textarea_seaaz_226:hover{background:#0000001a}}._textarea_seaaz_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_seaaz_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._textarea_seaaz_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_seaaz_226[readonly]:focus{outline:revert;outline-offset:revert}._textarea_seaaz_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_seaaz_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._textarea_seaaz_226::-webkit-placeholder,._textarea_seaaz_226::placeholder{color:#666;opacity:1}._textarea--invalid_seaaz_338{border-color:#d43b3b;outline-color:#d43b3b}._textarea--invalid_seaaz_338:active,._textarea--invalid_seaaz_338:focus,._textarea--invalid_seaaz_338:focus-visible{border-color:#252525}._textarea--small_seaaz_345{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_seaaz_226{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}._textarea--resize-auto_seaaz_365{resize:none;overflow-y:hidden}._textarea--small_seaaz_345{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}._root_seaaz_375{align-self:end}._root_seaaz_375:has(._hint_seaaz_383) ._label_seaaz_383{margin-block-end:4px}._affix_seaaz_387{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_seaaz_409{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_seaaz_423{color:#00000080}._affix--disabled_seaaz_423._prefix_seaaz_426,._affix--disabled_seaaz_423._affix_seaaz_387{border-color:#0000001a}._affix--readonly_seaaz_429{background-color:#ededed;height:100%}._affix_seaaz_387._prefix_seaaz_426{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_seaaz_387._suffix_seaaz_439{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_seaaz_446{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_seaaz_446{background-color:Canvas;fill:CanvasText}}._leading-icon--small_seaaz_458{margin-inline-start:8px}._leading-icon--disabled_seaaz_461{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_seaaz_461{fill:GrayText}}._action-button_seaaz_470{grid-area:1/4/2/5}._label_seaaz_383{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_seaaz_489{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}._hint_seaaz_383{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_seaaz_518{margin-block-end:8px;margin-block-start:8px}._char-count_seaaz_523{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_seaaz_540{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_m9wn3_80{box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:288px;max-width:min(100vw - 32px,400px)}@media (min-width: 768px){._root_m9wn3_80{max-width:400px}}._root--closing_m9wn3_94{animation:_fade-out_m9wn3_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}._root_m9wn3_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_m9wn3_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_m9wn3_80:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:_move-in_m9wn3_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}._root--success_m9wn3_129[popover]{background-color:#e5f0db;border-color:#749f4a}._root--info_m9wn3_133[popover]{background-color:#ededed;border-color:#666}._root--warning_m9wn3_137[popover]{background-color:#fdecc3;border-color:#fdc543}._content_m9wn3_142{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:32px}._content--hide-icon_m9wn3_149{grid-template-columns:minmax(auto,1fr) auto}._icon_m9wn3_153{margin-block-start:8px}._message_m9wn3_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_m9wn3_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _fade-out_m9wn3_1{0%{opacity:1;display:block}to{opacity:0;display:none}}
@@ -0,0 +1 @@
1
+ ._root_1j0kw_76{margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:0}
@@ -0,0 +1 @@
1
+ ._root_pic4t_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_pic4t_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_pic4t_151:focus{outline:revert;outline-offset:revert}._root_pic4t_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_pic4t_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_pic4t_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_pic4t_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_pic4t_151{transition-duration:0ms}}._root--highlight_pic4t_220,._root--dark-highlight_pic4t_220{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_pic4t_220:hover,._root--dark-highlight_pic4t_220:hover{background-color:#e9640c}}._root--highlight_pic4t_220[aria-disabled=true],._root--dark-highlight_pic4t_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_pic4t_220[aria-disabled=true] svg,._root--dark-highlight_pic4t_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_pic4t_220[aria-disabled=true],._root--dark-highlight_pic4t_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_pic4t_220[aria-disabled=true]:before,._root--dark-highlight_pic4t_220[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_pic4t_220:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_pic4t_220:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_pic4t_220:focus{outline:revert;outline-offset:revert}._root--dark-highlight_pic4t_220:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_pic4t_220:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_pic4t_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_pic4t_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_pic4t_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_pic4t_220[aria-disabled=true]:before{background-color:transparent}._root--filled_pic4t_298{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_pic4t_298:hover{background-color:#444}}._root--filled_pic4t_298[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_pic4t_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_pic4t_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_pic4t_298[aria-disabled=true]:before{background-color:transparent}._root--outline_pic4t_326{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_pic4t_326:hover{background-color:#0000001a}}._root--outline_pic4t_326[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_pic4t_326[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_pic4t_326[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_pic4t_326[aria-disabled=true]:before{background-color:transparent}._root--ghost_pic4t_353{color:#252525}@media (hover: hover){._root--ghost_pic4t_353:hover{background-color:#0000001a}}._root--ghost_pic4t_353[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_pic4t_353[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_pic4t_353[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_pic4t_353[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_pic4t_378{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_pic4t_378._root--small_pic4t_384{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_pic4t_378:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_pic4t_378: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_pic4t_378:before{transition-duration:0ms}}._root--ghost-flush_pic4t_378:focus,._root--ghost-flush_pic4t_378:focus-visible{outline:none}._root--ghost-flush_pic4t_378:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_pic4t_378:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_pic4t_378:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_pic4t_378:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_pic4t_378:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_pic4t_378:hover:before{background-color:#0000001a}}._root--ghost-flush_pic4t_378[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_pic4t_378[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_pic4t_378[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_pic4t_378[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_pic4t_461{background-color:#f8f8f8;color:#252525}._root--dark-filled_pic4t_461:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_pic4t_461:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_pic4t_461:focus{outline:revert;outline-offset:revert}._root--dark-filled_pic4t_461:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_pic4t_461:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_pic4t_461:hover{background-color:#dadada}}._root--dark-filled_pic4t_461[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_pic4t_461[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_pic4t_461[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_pic4t_461[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_pic4t_520{border-color:#f8f8f8;color:#fff}._root--dark-outline_pic4t_520:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_pic4t_520:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_pic4t_520:focus{outline:revert;outline-offset:revert}._root--dark-outline_pic4t_520:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_pic4t_520:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_pic4t_520:hover{background-color:#ffffff26}}._root--dark-outline_pic4t_520[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_pic4t_520[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_pic4t_520[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_pic4t_520[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_pic4t_578{color:#fff}._root--dark-ghost_pic4t_578:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_pic4t_578:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_pic4t_578:focus{outline:revert;outline-offset:revert}._root--dark-ghost_pic4t_578:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_pic4t_578:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_pic4t_578:hover{background-color:#ffffff26}}._root--dark-ghost_pic4t_578[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_pic4t_578[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_pic4t_578[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_pic4t_578[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_pic4t_634{color:#fff}._root--dark-ghost-flush_pic4t_634:focus,._root--dark-ghost-flush_pic4t_634:focus-visible{outline:none}._root--dark-ghost-flush_pic4t_634:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_pic4t_634:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_pic4t_634:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_pic4t_634:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_pic4t_634:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_pic4t_634:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_pic4t_634[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_pic4t_634[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_pic4t_634[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_pic4t_634[aria-disabled=true]:before{background-color:transparent}._root--icon-left_pic4t_693{flex-direction:row-reverse}._root--small_pic4t_384{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_pic4t_384._root--ghost-flush_pic4t_378:before{right:-8px;left:-8px}._root--icon-only_pic4t_709{width:3rem;height:3rem}._root--icon-only_pic4t_709._root--ghost-flush_pic4t_378{width:1rem;height:1rem}._root--icon-only-small_pic4t_718{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_pic4t_718._root--ghost-flush_pic4t_378{width:1rem;height:1rem}._root_pic4t_151{position:relative}._loader_pic4t_733{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_pic4t_733 svg{fill:currentColor}._icon--hidden_pic4t_745{opacity:0}._label--hidden_pic4t_749{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_pic4t_761{opacity:0}
@@ -0,0 +1 @@
1
+ ._root_y7qt0_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_y7qt0_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_y7qt0_151:focus{outline:revert;outline-offset:revert}._root_y7qt0_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_y7qt0_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_y7qt0_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_y7qt0_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_y7qt0_151{transition-duration:0ms}}._root--highlight_y7qt0_220,._root--dark-highlight_y7qt0_220{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_y7qt0_220:hover,._root--dark-highlight_y7qt0_220:hover{background-color:#e9640c}}._root--highlight_y7qt0_220[aria-disabled=true],._root--dark-highlight_y7qt0_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_y7qt0_220[aria-disabled=true] svg,._root--dark-highlight_y7qt0_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_y7qt0_220[aria-disabled=true],._root--dark-highlight_y7qt0_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_y7qt0_220[aria-disabled=true]:before,._root--dark-highlight_y7qt0_220[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_y7qt0_220:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_y7qt0_220:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_y7qt0_220:focus{outline:revert;outline-offset:revert}._root--dark-highlight_y7qt0_220:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_y7qt0_220:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_y7qt0_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_y7qt0_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_y7qt0_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_y7qt0_220[aria-disabled=true]:before{background-color:transparent}._root--filled_y7qt0_298{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_y7qt0_298:hover{background-color:#444}}._root--filled_y7qt0_298[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_y7qt0_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_y7qt0_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_y7qt0_298[aria-disabled=true]:before{background-color:transparent}._root--outline_y7qt0_326{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_y7qt0_326:hover{background-color:#0000001a}}._root--outline_y7qt0_326[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_y7qt0_326[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_y7qt0_326[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_y7qt0_326[aria-disabled=true]:before{background-color:transparent}._root--ghost_y7qt0_353{color:#252525}@media (hover: hover){._root--ghost_y7qt0_353:hover{background-color:#0000001a}}._root--ghost_y7qt0_353[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_y7qt0_353[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_y7qt0_353[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_y7qt0_353[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_y7qt0_378{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_y7qt0_378._root--small_y7qt0_384{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_y7qt0_378:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_y7qt0_378: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_y7qt0_378:before{transition-duration:0ms}}._root--ghost-flush_y7qt0_378:focus,._root--ghost-flush_y7qt0_378:focus-visible{outline:none}._root--ghost-flush_y7qt0_378:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_y7qt0_378:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_y7qt0_378:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_y7qt0_378:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_y7qt0_378:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_y7qt0_378:hover:before{background-color:#0000001a}}._root--ghost-flush_y7qt0_378[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_y7qt0_378[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_y7qt0_378[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_y7qt0_378[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_y7qt0_461{background-color:#f8f8f8;color:#252525}._root--dark-filled_y7qt0_461:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_y7qt0_461:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_y7qt0_461:focus{outline:revert;outline-offset:revert}._root--dark-filled_y7qt0_461:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_y7qt0_461:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_y7qt0_461:hover{background-color:#dadada}}._root--dark-filled_y7qt0_461[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_y7qt0_461[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_y7qt0_461[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_y7qt0_461[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_y7qt0_520{border-color:#f8f8f8;color:#fff}._root--dark-outline_y7qt0_520:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_y7qt0_520:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_y7qt0_520:focus{outline:revert;outline-offset:revert}._root--dark-outline_y7qt0_520:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_y7qt0_520:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_y7qt0_520:hover{background-color:#ffffff26}}._root--dark-outline_y7qt0_520[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_y7qt0_520[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_y7qt0_520[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_y7qt0_520[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_y7qt0_578{color:#fff}._root--dark-ghost_y7qt0_578:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_y7qt0_578:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_y7qt0_578:focus{outline:revert;outline-offset:revert}._root--dark-ghost_y7qt0_578:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_y7qt0_578:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_y7qt0_578:hover{background-color:#ffffff26}}._root--dark-ghost_y7qt0_578[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_y7qt0_578[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_y7qt0_578[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_y7qt0_578[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_y7qt0_634{color:#fff}._root--dark-ghost-flush_y7qt0_634:focus,._root--dark-ghost-flush_y7qt0_634:focus-visible{outline:none}._root--dark-ghost-flush_y7qt0_634:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_y7qt0_634:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_y7qt0_634:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_y7qt0_634:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_y7qt0_634:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_y7qt0_634:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_y7qt0_634[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_y7qt0_634[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_y7qt0_634[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_y7qt0_634[aria-disabled=true]:before{background-color:transparent}._root--icon-left_y7qt0_693{flex-direction:row-reverse}._root--small_y7qt0_384{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_y7qt0_384._root--ghost-flush_y7qt0_378:before{right:-8px;left:-8px}._root--icon-only_y7qt0_709{width:3rem;height:3rem}._root--icon-only_y7qt0_709._root--ghost-flush_y7qt0_378{width:1rem;height:1rem}._root--icon-only-small_y7qt0_718{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_y7qt0_718._root--ghost-flush_y7qt0_378{width:1rem;height:1rem}._root_y7qt0_151{position:relative;border-radius:50%;padding:0}._loader_y7qt0_735{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_y7qt0_735 svg{fill:currentColor}._icon--hidden_y7qt0_747{opacity:0}._label--hidden_y7qt0_751{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_y7qt0_763{opacity:0}
@@ -0,0 +1 @@
1
+ ._checkbox-root_rwkfx_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}._checkbox-root--disabled_rwkfx_172{cursor:not-allowed}._checkbox_rwkfx_151{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}._checkbox_rwkfx_151{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_rwkfx_151{transition-duration:0ms}}._checkbox_rwkfx_151 ._icon-check_rwkfx_192,._checkbox_rwkfx_151 ._icon-minus_rwkfx_193{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._checkbox_rwkfx_151 ._icon-check_rwkfx_192,._checkbox_rwkfx_151 ._icon-minus_rwkfx_193{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_rwkfx_151 ._icon-check_rwkfx_192,._checkbox_rwkfx_151 ._icon-minus_rwkfx_193{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_rwkfx_151 ._icon-check_rwkfx_192,._checkbox_rwkfx_151 ._icon-minus_rwkfx_193{fill:CanvasText}}._checkbox--invalid_rwkfx_217{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label--hidden_rwkfx_222,._input_rwkfx_235{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_rwkfx_235:checked+._checkbox_rwkfx_151 ._icon-check_rwkfx_192{opacity:1}._input_rwkfx_235:indeterminate+._checkbox_rwkfx_151 ._icon-minus_rwkfx_193{opacity:1}._input_rwkfx_235:indeterminate+._checkbox_rwkfx_151 ._icon-check_rwkfx_192{opacity:0}._input_rwkfx_235:disabled+._checkbox_rwkfx_151{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._input_rwkfx_235:disabled+._checkbox_rwkfx_151{border-color:GrayText}}._input_rwkfx_235:disabled+._checkbox_rwkfx_151 svg{fill:#00000080}@media screen and (forced-colors: active){._input_rwkfx_235:disabled+._checkbox_rwkfx_151 svg{fill:GrayText}}._input_rwkfx_235:disabled~._label_rwkfx_222{color:#00000080}@media screen and (forced-colors: active){._input_rwkfx_235:disabled~._label_rwkfx_222{color:GrayText}}._input_rwkfx_235:focus{outline:none}._input_rwkfx_235:focus+._checkbox_rwkfx_151{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_rwkfx_235:focus+._checkbox_rwkfx_151{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_rwkfx_235:focus{outline:none}._input_rwkfx_235:focus+._checkbox_rwkfx_151{outline:revert;outline-offset:revert}@media screen and (forced-colors: active){._input_rwkfx_235:focus+._checkbox_rwkfx_151{border-color:Highlight}}._input_rwkfx_235:focus-visible{outline:none}._input_rwkfx_235:focus-visible+._checkbox_rwkfx_151{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_rwkfx_235:focus-visible+._checkbox_rwkfx_151{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_rwkfx_235:focus-visible+._checkbox_rwkfx_151{border-color:Highlight}}}@media (hover: hover){._input_rwkfx_235:hover:not(:disabled)+._checkbox_rwkfx_151{background-color:#0000001a}._input_rwkfx_235:hover:not(:disabled)+._checkbox_rwkfx_151 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._input_rwkfx_235:hover:not(:disabled)+._checkbox_rwkfx_151 svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){._input_rwkfx_235:hover:not(:disabled)+._checkbox_rwkfx_151{border-color:Highlight}}._feedback_rwkfx_349{margin-block-start:16px}
@@ -0,0 +1 @@
1
+ ._root_11ho3_76{color:#252525}._root--x-large_11ho3_79{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:.426}@media (min-width: 1024px){._root--x-large_11ho3_79{font-size:1.875rem;line-height:1.25}}._root--x-large-uppercase_11ho3_95{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){._root--x-large-uppercase_11ho3_95{font-size:1.875rem;line-height:1.25}}._root--large_11ho3_112{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:.426}@media (min-width: 1024px){._root--large_11ho3_112{font-size:1.625rem;line-height:1.2}}._root--large-uppercase_11ho3_128{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){._root--large-uppercase_11ho3_128{font-size:1.625rem;line-height:1.2}}._root--medium_11ho3_145{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2;font-size-adjust:.426}._root--medium-uppercase_11ho3_155{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}._root--small_11ho3_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;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}._root--small-uppercase_11ho3_176{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:cap-height .68;text-transform:uppercase}._root--theme-dark_11ho3_187{color:#fff}
@@ -0,0 +1 @@
1
+ ._input_13i6u_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_13i6u_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_13i6u_226:focus{outline:revert;outline-offset:revert}._input_13i6u_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_13i6u_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_13i6u_226{transition-duration:0ms}}@media (hover: hover){._input_13i6u_226:hover{background:#0000001a}}._input_13i6u_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_13i6u_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_13i6u_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_13i6u_226[readonly]:focus{outline:revert;outline-offset:revert}._input_13i6u_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_13i6u_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_13i6u_226::-webkit-placeholder,._input_13i6u_226::placeholder{color:#666;opacity:1}._input--invalid_13i6u_338{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_13i6u_338:active,._input--invalid_13i6u_338:focus,._input--invalid_13i6u_338:focus-visible{border-color:#252525}._input--small_13i6u_345{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_13i6u_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_13i6u_226::-webkit-outer-spin-button,._input_13i6u_226::-webkit-inner-spin-button,._input_13i6u_226::-webkit-search-decoration,._input_13i6u_226::-webkit-search-cancel-button,._input_13i6u_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_13i6u_226::-webkit-date-and-time-value{text-align:left}._input_13i6u_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_13i6u_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_13i6u_226[type=range]{accent-color:#E9640C}._input_13i6u_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_13i6u_345{min-height:2rem;height:2rem}._input--small_13i6u_345._input--has-leading-icon_13i6u_399{padding-inline-start:calc(16px + 1rem)}._input--small_13i6u_345._input--has-action-button_13i6u_402{padding-inline-end:calc(2rem + 8px)}._input--small_13i6u_345._input--has-second-action-button_13i6u_405{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_13i6u_399{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_13i6u_402{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_13i6u_405{padding-inline-end:calc(6rem + 16px)}._input--has-affix_13i6u_417{color:#0000}._input--has-affix_13i6u_417::placeholder{color:#0000}._input--has-affix_13i6u_417::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_13i6u_417::placeholder{transition-duration:0ms}}._input--is-ready_13i6u_431{color:#252525}._input--is-ready_13i6u_431::placeholder{color:#666}._root_13i6u_438{align-self:end}._root_13i6u_438:has(._hint_13i6u_446) ._label_13i6u_446{margin-block-end:4px}._wrapper_13i6u_450{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_13i6u_456{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_13i6u_478{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_13i6u_492{color:#00000080}._affix--disabled_13i6u_492._prefix_13i6u_495,._affix--disabled_13i6u_492._affix_13i6u_456{border-color:#0000001a}._affix--readonly_13i6u_498{background-color:#ededed;height:100%}._affix_13i6u_456._prefix_13i6u_495{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_13i6u_456._suffix_13i6u_508{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_13i6u_515{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_13i6u_515{background-color:Canvas;fill:CanvasText}}._leading-icon--small_13i6u_527{margin-inline-start:8px}._leading-icon--disabled_13i6u_530{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_13i6u_530{fill:GrayText}}._action-button_13i6u_539{grid-area:1/4/2/5}._label_13i6u_446{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_13i6u_558{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}._hint_13i6u_446{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_13i6u_587{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ ._root_unbkm_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_unbkm_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_unbkm_151:focus{outline:revert;outline-offset:revert}._root_unbkm_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_unbkm_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_unbkm_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_unbkm_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_unbkm_151{transition-duration:0ms}}._root--highlight_unbkm_220,._root--dark-highlight_unbkm_220{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_unbkm_220:hover,._root--dark-highlight_unbkm_220:hover{background-color:#e9640c}}._root--highlight_unbkm_220[aria-disabled=true],._root--dark-highlight_unbkm_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_unbkm_220[aria-disabled=true] svg,._root--dark-highlight_unbkm_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_unbkm_220[aria-disabled=true],._root--dark-highlight_unbkm_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_unbkm_220[aria-disabled=true]:before,._root--dark-highlight_unbkm_220[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_unbkm_220:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_unbkm_220:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_unbkm_220:focus{outline:revert;outline-offset:revert}._root--dark-highlight_unbkm_220:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_unbkm_220:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_unbkm_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_unbkm_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_unbkm_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_unbkm_220[aria-disabled=true]:before{background-color:transparent}._root--filled_unbkm_298{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_unbkm_298:hover{background-color:#444}}._root--filled_unbkm_298[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_unbkm_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_unbkm_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_unbkm_298[aria-disabled=true]:before{background-color:transparent}._root--outline_unbkm_326{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_unbkm_326:hover{background-color:#0000001a}}._root--outline_unbkm_326[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_unbkm_326[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_unbkm_326[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_unbkm_326[aria-disabled=true]:before{background-color:transparent}._root--ghost_unbkm_353{color:#252525}@media (hover: hover){._root--ghost_unbkm_353:hover{background-color:#0000001a}}._root--ghost_unbkm_353[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_unbkm_353[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_unbkm_353[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_unbkm_353[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_unbkm_378{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_unbkm_378._root--small_unbkm_384{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_unbkm_378:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_unbkm_378: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_unbkm_378:before{transition-duration:0ms}}._root--ghost-flush_unbkm_378:focus,._root--ghost-flush_unbkm_378:focus-visible{outline:none}._root--ghost-flush_unbkm_378:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_unbkm_378:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_unbkm_378:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_unbkm_378:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_unbkm_378:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_unbkm_378:hover:before{background-color:#0000001a}}._root--ghost-flush_unbkm_378[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_unbkm_378[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_unbkm_378[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_unbkm_378[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_unbkm_461{background-color:#f8f8f8;color:#252525}._root--dark-filled_unbkm_461:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_unbkm_461:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_unbkm_461:focus{outline:revert;outline-offset:revert}._root--dark-filled_unbkm_461:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_unbkm_461:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_unbkm_461:hover{background-color:#dadada}}._root--dark-filled_unbkm_461[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_unbkm_461[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_unbkm_461[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_unbkm_461[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_unbkm_520{border-color:#f8f8f8;color:#fff}._root--dark-outline_unbkm_520:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_unbkm_520:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_unbkm_520:focus{outline:revert;outline-offset:revert}._root--dark-outline_unbkm_520:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_unbkm_520:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_unbkm_520:hover{background-color:#ffffff26}}._root--dark-outline_unbkm_520[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_unbkm_520[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_unbkm_520[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_unbkm_520[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_unbkm_578{color:#fff}._root--dark-ghost_unbkm_578:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_unbkm_578:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_unbkm_578:focus{outline:revert;outline-offset:revert}._root--dark-ghost_unbkm_578:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_unbkm_578:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_unbkm_578:hover{background-color:#ffffff26}}._root--dark-ghost_unbkm_578[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_unbkm_578[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_unbkm_578[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_unbkm_578[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_unbkm_634{color:#fff}._root--dark-ghost-flush_unbkm_634:focus,._root--dark-ghost-flush_unbkm_634:focus-visible{outline:none}._root--dark-ghost-flush_unbkm_634:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_unbkm_634:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_unbkm_634:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_unbkm_634:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_unbkm_634:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_unbkm_634:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_unbkm_634[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_unbkm_634[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_unbkm_634[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_unbkm_634[aria-disabled=true]:before{background-color:transparent}._root--icon-left_unbkm_693{flex-direction:row-reverse}._root--small_unbkm_384{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_unbkm_384._root--ghost-flush_unbkm_378:before{right:-8px;left:-8px}._root--icon-only_unbkm_709{width:3rem;height:3rem}._root--icon-only_unbkm_709._root--ghost-flush_unbkm_378{width:1rem;height:1rem}._root--icon-only-small_unbkm_718{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_unbkm_718._root--ghost-flush_unbkm_378{width:1rem;height:1rem}._label--hidden_unbkm_729{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_cjaj8_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_cjaj8_76:link,._link-standalone_cjaj8_76:visited{color:#252525}._link-standalone_cjaj8_76:active{background-color:#0000001a;color:#252525}@media (hover: hover){._link-standalone_cjaj8_76:hover{background-color:#0000001a;color:#252525}}._link-standalone_cjaj8_76:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._link-standalone_cjaj8_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone_cjaj8_76:focus{outline:revert;outline-offset:revert}._link-standalone_cjaj8_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._link-standalone_cjaj8_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--highlight_cjaj8_141,._link-standalone--highlight_cjaj8_141:link,._link-standalone--highlight_cjaj8_141:visited{color:#1e71a1}._link-standalone--highlight_cjaj8_141:active{color:#19618b}@media (hover: hover){._link-standalone--highlight_cjaj8_141:hover{color:#19618b}}._link-standalone--neutral-dark_cjaj8_155,._link-standalone--neutral-dark_cjaj8_155:link,._link-standalone--neutral-dark_cjaj8_155:visited{color:#fff}._link-standalone--neutral-dark_cjaj8_155:active{background-color:#ffffff26;color:#fff}@media (hover: hover){._link-standalone--neutral-dark_cjaj8_155:hover{background-color:#ffffff26;color:#fff}}._link-standalone--neutral-dark_cjaj8_155:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--neutral-dark_cjaj8_155:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone--neutral-dark_cjaj8_155:focus{outline:revert;outline-offset:revert}._link-standalone--neutral-dark_cjaj8_155:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--neutral-dark_cjaj8_155:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--highlight-dark_cjaj8_201,._link-standalone--highlight-dark_cjaj8_201:link,._link-standalone--highlight-dark_cjaj8_201:visited{color:#8dcfe8}._link-standalone--highlight-dark_cjaj8_201:active{background-color:#ffffff26;color:#8dcfe8}@media (hover: hover){._link-standalone--highlight-dark_cjaj8_201:hover{background-color:#ffffff26;color:#8dcfe8}}._link-standalone--highlight-dark_cjaj8_201:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--highlight-dark_cjaj8_201:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone--highlight-dark_cjaj8_201:focus{outline:revert;outline-offset:revert}._link-standalone--highlight-dark_cjaj8_201:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--highlight-dark_cjaj8_201:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--active_cjaj8_247{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_cjaj8_254{flex-direction:row-reverse}._link-standalone_cjaj8_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_cjaj8_76{transition-duration:0ms}}._link-standalone_cjaj8_76 svg{fill:currentColor}
@@ -0,0 +1 @@
1
+ ._anchor_q0uqp_76,._svg_q0uqp_77{display:block;min-width:7.125rem;max-width:10rem}._anchor_q0uqp_76{text-decoration:none}._anchor_q0uqp_76:focus{outline:2px solid;outline-color:#252525;outline-offset:-6px}@media screen and (forced-colors: active){._anchor_q0uqp_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._anchor_q0uqp_76:focus{outline:revert;outline-offset:revert}._anchor_q0uqp_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-6px}@media screen and (forced-colors: active){._anchor_q0uqp_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._svg-background_q0uqp_117{fill:#fff}._svg-background--dark_q0uqp_120,._svg-text_q0uqp_123{fill:#f37a1f}._svg-text--dark_q0uqp_126{fill:#fff}
@@ -0,0 +1 @@
1
+ ._root_oj6mx_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_oj6mx_172{cursor:not-allowed}._checkbox_oj6mx_176{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}._checkbox_oj6mx_176{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_oj6mx_176{transition-duration:0ms}}._checkbox_oj6mx_176 ._icon-check_oj6mx_192{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._checkbox_oj6mx_176 ._icon-check_oj6mx_192{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_oj6mx_176 ._icon-check_oj6mx_192{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_oj6mx_176 ._icon-check_oj6mx_192{fill:CanvasText}}._checkbox--checked_oj6mx_213 ._icon-check_oj6mx_192{opacity:1}._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176{border-color:GrayText}}._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176 svg{fill:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176 svg{fill:GrayText}}._checkbox--disabled_oj6mx_216~._label_oj6mx_233{color:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_oj6mx_216~._label_oj6mx_233{color:GrayText}}._label_oj6mx_233{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}
@@ -0,0 +1 @@
1
+ ._radio-root_o7n7v_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_o7n7v_97{cursor:not-allowed}._radio-root--with-custom-area_o7n7v_100{max-width:none}._radio_o7n7v_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_o7n7v_76{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_o7n7v_76{transition-duration:0ms}}._radio_o7n7v_76 ._dot_o7n7v_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_o7n7v_76 ._dot_o7n7v_121{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_o7n7v_76 ._dot_o7n7v_121{transition-duration:0ms}}@media screen and (forced-colors: active){._radio_o7n7v_76 ._dot_o7n7v_121{background-color:Highlight}}._radio--invalid_o7n7v_145{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label_o7n7v_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_o7n7v_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_o7n7v_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_o7n7v_189{column-gap:8px}._custom-area_o7n7v_193{margin-inline-start:4px;min-width:max-content;min-height:20px;max-height:32px;overflow-y:hidden}._hint_o7n7v_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:400px;grid-column:span 2;opacity:1}._hint_o7n7v_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_o7n7v_201{transition-duration:0ms}}._hint--visible_o7n7v_225{margin-block-start:4px;margin-block-end:4px}._hint--unchecked-hidden_o7n7v_229{overflow:hidden;height:0;opacity:0}._hint--hidden_o7n7v_234,._input_o7n7v_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_o7n7v_247:checked+._radio_o7n7v_76 ._dot_o7n7v_121{opacity:1}._input_o7n7v_247:disabled+._radio_o7n7v_76{border-color:#00000080}._input_o7n7v_247:disabled+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:#dadada}@media screen and (forced-colors: active){._input_o7n7v_247:disabled+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:GrayText}}@media screen and (forced-colors: active){._input_o7n7v_247:disabled+._radio_o7n7v_76{border-color:GrayText}}._input_o7n7v_247:disabled~._label_o7n7v_150{color:#00000080}@media screen and (forced-colors: active){._input_o7n7v_247:disabled~._label_o7n7v_150{color:GrayText}}._input_o7n7v_247:focus{outline:none}._input_o7n7v_247:focus+._radio_o7n7v_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_o7n7v_247:focus+._radio_o7n7v_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_o7n7v_247:focus+._radio_o7n7v_76{border-color:Highlight}}@supports selector(:focus-visible){._input_o7n7v_247:focus{outline:none}._input_o7n7v_247:focus+._radio_o7n7v_76{outline:revert;outline-offset:revert}._input_o7n7v_247:focus-visible{outline:none}._input_o7n7v_247:focus-visible+._radio_o7n7v_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_o7n7v_247:focus-visible+._radio_o7n7v_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_o7n7v_247:focus-visible+._radio_o7n7v_76{border-color:Highlight}}}@media (hover: hover){._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76{background-color:#0000001a}._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76{border-color:Highlight}}
@@ -0,0 +1 @@
1
+ ._skip-to-content_cxg2l_76{position:absolute;left:-9999px;z-index:999;opacity:0;box-shadow:0 0 0 2px #fff}._skip-to-content--dark_cxg2l_83{box-shadow:0 0 0 2px #252525}._skip-to-content_cxg2l_76._skip-to-content_cxg2l_76{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}._skip-to-content_cxg2l_76:focus{left:8px;top:8px;opacity:1}
@@ -0,0 +1 @@
1
+ ._root_gf1kb_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_gf1kb_76{transition:background-color var(--ds-animation-duration, .1s) linear}._root_gf1kb_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_gf1kb_76{transition-duration:0ms}}._root--label-right_gf1kb_116{flex-direction:row-reverse}._root--stretched_gf1kb_119{justify-content:space-between;width:100%}@media (hover: hover){._root_gf1kb_76:hover ._switch_gf1kb_124{background-color:#0000001a}}._root_gf1kb_76:focus ._switch_gf1kb_124:before,._root_gf1kb_76:focus ._loader_gf1kb_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_gf1kb_76:focus ._switch_gf1kb_124:before,._root_gf1kb_76:focus ._loader_gf1kb_129:before{border-color:Highlight}}@supports selector(:focus-visible){._root_gf1kb_76:focus ._switch_gf1kb_124:before,._root_gf1kb_76:focus ._loader_gf1kb_129:before{content:none}._root_gf1kb_76:focus-visible ._switch_gf1kb_124:before,._root_gf1kb_76:focus-visible ._loader_gf1kb_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_gf1kb_76:focus-visible ._switch_gf1kb_124:before,._root_gf1kb_76:focus-visible ._loader_gf1kb_129:before{border-color:Highlight}}}._root_gf1kb_76[aria-disabled=true]._root_gf1kb_76{cursor:not-allowed}._root_gf1kb_76[aria-disabled=true] ._switch_gf1kb_124{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){._root_gf1kb_76[aria-disabled=true] ._switch_gf1kb_124{border-color:GrayText}}._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182{background-color:#00000080}._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182 svg{opacity:0}@media screen and (forced-colors: active){._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182{background-color:CanvasText}._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182 svg{fill:Canvas}}@media (hover: hover){._root--checked_gf1kb_197:hover ._switch_gf1kb_124{background-color:#d9480f}._root--checked_gf1kb_197:hover ._thumb_gf1kb_182{background-color:#ededed}._root--checked_gf1kb_197:hover ._thumb_gf1kb_182 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_gf1kb_197:hover ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197:hover ._thumb_gf1kb_182 svg{fill:Canvas}}._root--checked_gf1kb_197 ._switch_gf1kb_124{background-color:#e9640c}._root--checked_gf1kb_197 ._thumb_gf1kb_182{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}._root--checked_gf1kb_197 ._thumb_gf1kb_182 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){._root--checked_gf1kb_197 ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197 ._thumb_gf1kb_182 svg{fill:Canvas}}@media (hover: hover){._root--checked_gf1kb_197[aria-disabled=true]:hover ._thumb_gf1kb_182 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_gf1kb_197[aria-disabled=true]:hover ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197[aria-disabled=true]:hover ._thumb_gf1kb_182 svg{fill:Canvas}}._root--checked_gf1kb_197[aria-disabled=true] ._switch_gf1kb_124{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){._root--checked_gf1kb_197[aria-disabled=true] ._switch_gf1kb_124{border-color:GrayText}}._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182{background-color:#fff}._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182 svg{fill:Canvas}}._switch_gf1kb_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_gf1kb_182{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_gf1kb_182 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){._thumb_gf1kb_182{background-color:CanvasText}._thumb_gf1kb_182 svg{fill:Canvas}}._loader_gf1kb_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_gf1kb_129 svg{fill:#00000080}@media screen and (forced-colors: active){._loader_gf1kb_129 svg{fill:CanvasText}}
@@ -0,0 +1 @@
1
+ ._root_10tno_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;color:#252525;display:flex;align-items:flex-start;gap:8px}
@@ -0,0 +1 @@
1
+ ._root_jyn7z_76{margin:0;padding:0;border:none;color:#252525}._root--large_jyn7z_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_jyn7z_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_jyn7z_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_jyn7z_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_jyn7z_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_jyn7z_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_jyn7z_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_jyn7z_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_jyn7z_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--theme-dark_jyn7z_190{color:#fff}
@@ -0,0 +1 @@
1
+ ._root_1lq13_76{color:#252525}._root--x-large-uppercase_1lq13_79{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){._root--x-large-uppercase_1lq13_79{font-size:1.875rem;line-height:1.25}}._root--large-uppercase_1lq13_96{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){._root--large-uppercase_1lq13_96{font-size:1.625rem;line-height:1.2}}._root--theme-dark_1lq13_113{color:#fff}._root_1lq13_76>._dash_1lq13_116{display:block;text-transform:none}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { j as o } from "./chunks/jsx-runtime.C115EyI4.js";
3
- import './assets/asterisk.JlyPArZu.css';const s = "_root_1jbry_76", t = {
3
+ import './assets/asterisk.DlJ4YtSZ.css';const s = "_root_1j0kw_76", t = {
4
4
  root: s
5
5
  }, e = () => /* @__PURE__ */ o.jsx("span", { className: t.root, "aria-hidden": "true", children: "*" });
6
6
  export {
@@ -0,0 +1,135 @@
1
+ "use client";
2
+ import { j as s } from "./chunks/jsx-runtime.C115EyI4.js";
3
+ import { c as n } from "./chunks/index.CvOaL64Y.js";
4
+ import { u as a } from "./chunks/useBreakpoint.5xBNDiCf.js";
5
+ import { D as F } from "./chunks/Icon.n4XZrQ4N.js";
6
+ import { DSSpinner as S } from "./spinner.DVa112nj.js";
7
+ import './assets/button.B1O7Yw3Q.css';const x = "_root_pic4t_151", j = "_root--highlight_pic4t_220", L = "_root--dark-highlight_pic4t_220", C = "_root--filled_pic4t_298", N = "_root--outline_pic4t_326", B = "_root--ghost_pic4t_353", E = "_root--ghost-flush_pic4t_378", R = "_root--small_pic4t_384", T = "_root--dark-filled_pic4t_461", V = "_root--dark-outline_pic4t_520", q = "_root--dark-ghost_pic4t_578", w = "_root--dark-ghost-flush_pic4t_634", A = "_root--icon-left_pic4t_693", J = "_root--icon-only_pic4t_709", K = "_root--icon-only-small_pic4t_718", M = "_loader_pic4t_733", P = "_icon--hidden_pic4t_745", Q = "_label--hidden_pic4t_749", U = "_label--loading_pic4t_761", o = {
8
+ root: x,
9
+ "root--highlight": "_root--highlight_pic4t_220",
10
+ rootHighlight: j,
11
+ "root--dark-highlight": "_root--dark-highlight_pic4t_220",
12
+ rootDarkHighlight: L,
13
+ "root--filled": "_root--filled_pic4t_298",
14
+ rootFilled: C,
15
+ "root--outline": "_root--outline_pic4t_326",
16
+ rootOutline: N,
17
+ "root--ghost": "_root--ghost_pic4t_353",
18
+ rootGhost: B,
19
+ "root--ghost-flush": "_root--ghost-flush_pic4t_378",
20
+ rootGhostFlush: E,
21
+ "root--small": "_root--small_pic4t_384",
22
+ rootSmall: R,
23
+ "root--dark-filled": "_root--dark-filled_pic4t_461",
24
+ rootDarkFilled: T,
25
+ "root--dark-outline": "_root--dark-outline_pic4t_520",
26
+ rootDarkOutline: V,
27
+ "root--dark-ghost": "_root--dark-ghost_pic4t_578",
28
+ rootDarkGhost: q,
29
+ "root--dark-ghost-flush": "_root--dark-ghost-flush_pic4t_634",
30
+ rootDarkGhostFlush: w,
31
+ "root--icon-left": "_root--icon-left_pic4t_693",
32
+ rootIconLeft: A,
33
+ "root--icon-only": "_root--icon-only_pic4t_709",
34
+ rootIconOnly: J,
35
+ "root--icon-only-small": "_root--icon-only-small_pic4t_718",
36
+ rootIconOnlySmall: K,
37
+ loader: M,
38
+ "icon--hidden": "_icon--hidden_pic4t_745",
39
+ iconHidden: P,
40
+ "label--hidden": "_label--hidden_pic4t_749",
41
+ labelHidden: Q,
42
+ "label--loading": "_label--loading_pic4t_761",
43
+ labelLoading: U
44
+ }, z = ({
45
+ children: u,
46
+ aria: k,
47
+ className: f,
48
+ dataTrackingid: m,
49
+ disabled: e = !1,
50
+ hideLabel: _ = !1,
51
+ iconName: h,
52
+ iconPosition: D = "left",
53
+ iconSource: d,
54
+ isFlush: i = !1,
55
+ loading: r = !1,
56
+ size: c = "medium",
57
+ theme: l = "light",
58
+ variant: t = "filled",
59
+ onClick: g,
60
+ ...b
61
+ }) => {
62
+ const y = n(o.root, f, {
63
+ // variant
64
+ [o.rootFilled]: t === "filled",
65
+ [o.rootHighlight]: t === "highlight",
66
+ [o.rootOutline]: t === "outline",
67
+ [o.rootGhost]: t === "ghost" && i !== !0,
68
+ // isFlush
69
+ [o.rootGhostFlush]: t === "ghost" && i === !0,
70
+ // dark theme
71
+ [o.rootDarkFilled]: l === "dark" && t === "filled",
72
+ [o.rootDarkHighlight]: l === "dark" && t === "highlight",
73
+ [o.rootDarkOutline]: l === "dark" && t === "outline",
74
+ [o.rootDarkGhost]: l === "dark" && t === "ghost" && i !== !0,
75
+ // dark isFlush
76
+ [o.rootDarkGhostFlush]: l === "dark" && t === "ghost" && i === !0,
77
+ // size
78
+ [o.rootSmall]: c === "small",
79
+ // icon position
80
+ [o.rootIconLeft]: D === "left",
81
+ // icon only
82
+ [o.rootIconOnly]: a(_) && c === "medium",
83
+ [o.rootIconOnlySmall]: a(_) && c === "small"
84
+ }), O = n(o.label, {
85
+ // hide label only visually to keep them available for assistive technologies
86
+ [o.labelHidden]: a(_),
87
+ // set label opacity to 0 when loading to prevent button size from changing
88
+ [o.labelLoading]: r
89
+ }), G = n(o.icon, {
90
+ // set icon opacity to 0 when loading to prevent button size from changing
91
+ [o.iconHidden]: r
92
+ }), H = l === "light" && t === "filled" || l === "dark" && t === "outline" || l === "dark" && t === "ghost" ? "dark" : "light", I = (p) => {
93
+ if (e || r) {
94
+ p.preventDefault();
95
+ return;
96
+ }
97
+ g && g(p);
98
+ };
99
+ return /* @__PURE__ */ s.jsxs(
100
+ "button",
101
+ {
102
+ className: y,
103
+ "data-trackingid": m,
104
+ type: "submit",
105
+ onClick: I,
106
+ ...k,
107
+ ...b,
108
+ "aria-disabled": e || r,
109
+ "aria-busy": r,
110
+ children: [
111
+ r && /* @__PURE__ */ s.jsx(
112
+ S,
113
+ {
114
+ className: o.loader,
115
+ aria: { "aria-label": "Loading state" }
116
+ }
117
+ ),
118
+ /* @__PURE__ */ s.jsx("span", { className: O, children: u }),
119
+ (h || d) && /* @__PURE__ */ s.jsx(
120
+ F,
121
+ {
122
+ name: h,
123
+ theme: H,
124
+ source: d,
125
+ className: G,
126
+ "aria-hidden": "true"
127
+ }
128
+ )
129
+ ]
130
+ }
131
+ );
132
+ };
133
+ export {
134
+ z as DSButton
135
+ };