@carbon/ibm-products 2.10.2 → 2.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/README.md +7 -0
  2. package/css/index-full-carbon.css +67 -26
  3. package/css/index-full-carbon.css.map +1 -1
  4. package/css/index-full-carbon.min.css +3 -3
  5. package/css/index-full-carbon.min.css.map +1 -1
  6. package/css/index-without-carbon-released-only.css +1 -0
  7. package/css/index-without-carbon-released-only.css.map +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +67 -26
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +3 -3
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +64 -25
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +2 -2
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/APIKeyModal/APIKeyModal.js +10 -3
  18. package/es/components/AboutModal/AboutModal.js +10 -3
  19. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +17 -5
  20. package/es/components/CreateModal/CreateModal.js +10 -3
  21. package/es/components/Datagrid/Datagrid/DatagridContent.js +9 -7
  22. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +3 -2
  23. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +26 -13
  24. package/es/components/Datagrid/Datagrid/DatagridRow.js +47 -40
  25. package/es/components/Datagrid/Datagrid/DraggableElement.js +36 -132
  26. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +17 -49
  27. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +125 -40
  28. package/es/components/Datagrid/useExpandedRow.js +1 -1
  29. package/es/components/Datagrid/utils/DatagridPagination.js +1 -1
  30. package/es/components/EmptyStates/EmptyState.js +1 -1
  31. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  32. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  33. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  34. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  35. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  36. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  37. package/es/components/EmptyStates/assets/ErrorIllustration.js +6 -11
  38. package/es/components/EmptyStates/assets/NoDataIllustration.js +6 -11
  39. package/es/components/EmptyStates/assets/NoTagsIllustration.js +6 -12
  40. package/es/components/EmptyStates/assets/NotFoundIllustration.js +6 -12
  41. package/es/components/EmptyStates/assets/NotificationsIllustration.js +6 -12
  42. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +6 -12
  43. package/es/components/ExportModal/ExportModal.js +10 -3
  44. package/es/components/ImportModal/ImportModal.js +10 -3
  45. package/es/components/RemoveModal/RemoveModal.js +10 -3
  46. package/es/components/TagSet/TagSet.js +5 -21
  47. package/es/components/TagSet/TagSetModal.js +7 -3
  48. package/es/components/Tearsheet/TearsheetShell.js +12 -26
  49. package/es/global/decorators/sidePanelDecorator.js +7 -0
  50. package/es/global/js/hooks/usePortalTarget.js +30 -0
  51. package/es/global/js/hooks/useWindowScroll.js +5 -0
  52. package/es/global/js/package-settings.js +0 -1
  53. package/es/global/js/utils/getNodeTextContent.js +47 -0
  54. package/flags.js +6 -0
  55. package/lib/components/APIKeyModal/APIKeyModal.js +10 -3
  56. package/lib/components/AboutModal/AboutModal.js +10 -3
  57. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +17 -5
  58. package/lib/components/CreateModal/CreateModal.js +10 -3
  59. package/lib/components/Datagrid/Datagrid/DatagridContent.js +9 -7
  60. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -1
  61. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +26 -13
  62. package/lib/components/Datagrid/Datagrid/DatagridRow.js +46 -41
  63. package/lib/components/Datagrid/Datagrid/DraggableElement.js +37 -137
  64. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +20 -49
  65. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +130 -47
  66. package/lib/components/Datagrid/useExpandedRow.js +1 -1
  67. package/lib/components/Datagrid/utils/DatagridPagination.js +1 -1
  68. package/lib/components/EmptyStates/EmptyState.js +1 -1
  69. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  70. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  71. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  72. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  73. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  74. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  75. package/lib/components/EmptyStates/assets/ErrorIllustration.js +6 -11
  76. package/lib/components/EmptyStates/assets/NoDataIllustration.js +6 -11
  77. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +6 -12
  78. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +6 -12
  79. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +6 -12
  80. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +6 -12
  81. package/lib/components/ExportModal/ExportModal.js +10 -3
  82. package/lib/components/ImportModal/ImportModal.js +10 -3
  83. package/lib/components/RemoveModal/RemoveModal.js +10 -3
  84. package/lib/components/TagSet/TagSet.js +5 -21
  85. package/lib/components/TagSet/TagSetModal.js +7 -3
  86. package/lib/components/Tearsheet/TearsheetShell.js +12 -26
  87. package/lib/global/decorators/sidePanelDecorator.js +7 -0
  88. package/lib/global/js/hooks/usePortalTarget.js +38 -0
  89. package/lib/global/js/hooks/useWindowScroll.js +6 -0
  90. package/lib/global/js/package-settings.js +0 -1
  91. package/lib/global/js/utils/getNodeTextContent.js +55 -0
  92. package/package.json +7 -3
  93. package/scss/components/ActionSet/_action-set.scss +2 -1
  94. package/scss/components/Datagrid/styles/_datagrid.scss +6 -6
  95. package/scss/components/Datagrid/styles/_draggableElement.scss +34 -16
  96. package/scss/components/Datagrid/styles/_useExpandedRow.scss +13 -0
  97. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +1 -1
  98. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +22 -11
  99. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +6 -3
  100. package/scss/components/FilterSummary/_filter-summary.scss +2 -1
  101. package/scss/global/decorators/_side-panel-decorator.scss +7 -0
  102. package/scss/global/js/utils/_story-as-full-page.scss +0 -6
package/css/index.min.css CHANGED
@@ -3,6 +3,6 @@
3
3
  var(--c4p--side-panel--subtitle-container-height) + 3rem
4
4
  )}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-no-animation-no-action-toolbar{border-bottom:1px solid var(--cds-layer-active-01, #c6c6c6);margin-bottom:1rem}.c4p--side-panel__container .c4p--side-panel__action-toolbar{position:sticky;z-index:4;top:var(--c4p--side-panel--title-height);display:flex;align-items:center;justify-content:flex-start;padding:0 1rem;margin-bottom:.5rem;background-color:var(--cds-layer-01, #f4f4f4);transition:transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--side-panel__container .c4p--side-panel__action-toolbar-leading-button{margin-right:.5rem}.c4p--side-panel__container .cds--btn.c4p--side-panel__navigation-back-button{position:relative;z-index:5;top:calc(-1 * 0.5rem);left:calc(-1 * 0.5rem)}.c4p--side-panel__container .cds--btn.c4p--side-panel__navigation-back-button,.c4p--side-panel__container .cds--btn.c4p--side-panel__close-button{min-width:2rem;padding:0;color:var(--cds-text-primary, #161616)}.c4p--side-panel__container .cds--btn.c4p--side-panel__close-button{position:absolute;z-index:5;top:.5rem;right:1rem;display:flex;align-items:center;justify-content:center}.c4p--side-panel__container .cds--btn.c4p--side-panel__close-button .cds--btn__icon{margin:0}.c4p--side-panel__container .c4p--side-panel__body-content{padding:1rem;padding-top:0}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__actions-container.c4p--action-set--2xl{width:100%;max-width:100%}.c4p--side-panel__container .c4p--side-panel__actions-container{position:fixed;bottom:0;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0);background-color:var(--cds-layer-01, #f4f4f4)}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--2xl{flex-direction:column}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--2xl .c4p--action-set__action-button{width:100%;max-width:100%}@media(min-width: 42rem){.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--2xl{flex-direction:row}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--2xl .c4p--action-set__action-button{width:25%}}.c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button{height:4rem}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--side-panel__actions-container-condensed .c4p--action-set__action-button{height:3rem}.c4p--side-panel__container.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--sm{width:16rem;max-width:100%}.c4p--side-panel__container .cds--text-input,.c4p--side-panel__container .cds--text-area,.c4p--side-panel__container .cds--search-input,.c4p--side-panel__container .cds--select-input,.c4p--side-panel__container .cds--dropdown,.c4p--side-panel__container .cds--dropdown-list,.c4p--side-panel__container .cds--number input[type=number],.c4p--side-panel__container .cds--date-picker__input{background-color:var(--cds-field-02, #ffffff)}@keyframes side-panel-overlay-entrance{0%{opacity:0}100%{opacity:1}}@keyframes side-panel-overlay-exit{0%{opacity:1}100%{opacity:0}}.c4p--side-panel__visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.c4p--side-panel__overlay{position:fixed;z-index:6000;width:100%;height:100%;background-color:var(--cds-overlay, rgba(22, 22, 22, 0.5));inset:0}.c4p--create-side-panel.c4p--side-panel__container .c4p--create-side-panel__content-text{padding-right:calc(20% - 1rem)}.c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__title-text{width:calc(16rem - 1rem);padding-right:calc((16rem * 0.2) - 1rem);margin-bottom:.25rem}.c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text{width:calc(16rem - 1rem);padding-right:calc((16rem * 0.2) - 1rem);padding-bottom:1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0);color:var(--cds-text-secondary, #525252)}.c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__title-text{width:calc(20rem - 1rem);padding-right:calc((20rem * 0.2) - 1rem);margin-bottom:.25rem}.c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text{width:calc(20rem - 1rem);padding-right:calc((20rem * 0.2) - 1rem);padding-bottom:1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0);color:var(--cds-text-secondary, #525252)}.c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__title-text{width:calc(30rem - 1rem);padding-right:calc((30rem * 0.2) - 1rem);margin-bottom:.25rem}.c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__subtitle-text{width:calc(30rem - 1rem);padding-right:calc((30rem * 0.2) - 1rem);padding-bottom:1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0);color:var(--cds-text-secondary, #525252)}.c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__title-text{width:calc(40rem - 1rem);padding-right:calc((40rem * 0.2) - 1rem);margin-bottom:.25rem}.c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text{width:calc(40rem - 1rem);padding-right:calc((40rem * 0.2) - 1rem);padding-bottom:1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0);color:var(--cds-text-secondary, #525252)}.c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__title-text{width:calc(75% - 1rem);padding-right:calc((75% * 0.2) - 1rem);margin-bottom:.25rem}.c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__subtitle-text{width:calc(75% - 1rem);padding-right:calc((75% * 0.2) - 1rem);padding-bottom:1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0);color:var(--cds-text-secondary, #525252)}.cds--form.c4p--create-side-panel__form{padding-top:1rem}.c4p--create-side-panel__form.cds--fieldset{padding-top:.5rem}.c4p--create-side-panel__form>*{margin-bottom:1rem}.c4p--create-side-panel__form-title-text{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-bottom:.5rem}.c4p--create-side-panel__form-description-text{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px)}.c4p--create-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button{display:none}.c4p--create-side-panel__title{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);margin-bottom:.25rem}.c4p--create-side-panel__subtitle{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);margin-bottom:.5rem;color:var(--cds-text-secondary, #525252)}.c4p--side-panel .c4p--create-side-panel__actions-container{position:absolute;z-index:4;right:0;bottom:0;width:100%;margin-bottom:0}.c4p--tearsheet.c4p--tearsheet{z-index:9001;align-items:flex-end;color:var(--cds-text-primary, #161616);transition:visibility 0s linear 240ms,background-color 240ms cubic-bezier(0.4, 0.14, 1, 1),opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);--c4p--tearsheet--stacking-scale-factor-single: 0.95;--c4p--tearsheet--stacking-scale-factor-double: 0.9}.c4p--tearsheet.is-visible{z-index:9000;align-items:flex-end;transition:visibility 0s linear,background-color 240ms cubic-bezier(0, 0, 0.3, 1),opacity 240ms cubic-bezier(0, 0, 0.3, 1)}@media(prefers-reduced-motion: reduce){.c4p--tearsheet.is-visible{transition:none}}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2{z-index:8999;background-color:rgba(22,22,22,.33)}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3{z-index:8998;background-color:rgba(22,22,22,.11)}.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3{z-index:8999;background-color:rgba(22,22,22,.25)}.c4p--tearsheet.c4p--tearsheet--stacked-2-of-2,.c4p--tearsheet.c4p--tearsheet--stacked-3-of-3{background-color:rgba(22,22,22,.25)}.c4p--tearsheet .c4p--tearsheet__container{top:auto;height:100%;max-height:calc(100% - 3rem);transform:translate3d(0, min(95vh, 500px), 0)}.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__container{transition:transform 240ms cubic-bezier(0, 0, 0.3, 1),max-height 240ms cubic-bezier(0, 0, 0.3, 1)}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 .c4p--tearsheet__container,.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 .c4p--tearsheet__container{max-height:calc(100% - 3rem + 1rem)}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container{max-height:calc(100% - 3rem + (2 * 1rem))}.c4p--tearsheet .c4p--tearsheet__container--lower{max-height:calc(100% - (3rem + 2.5rem))}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 .c4p--tearsheet__container--lower,.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 .c4p--tearsheet__container--lower{max-height:calc(100% - (3rem + 2.5rem) + 1rem)}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container--lower{max-height:calc(100% - (3rem + 2.5rem) + (2 * 1rem))}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container{width:100%}.c4p--tearsheet.c4p--tearsheet--wide .c4p--action-set .c4p--action-set__action-button.c4p--action-set__action-button--expressive{height:5rem}@media(min-width: 42rem){.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container{width:calc(100% - (2 * 4rem))}}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2.is-visible .c4p--tearsheet__container,.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3.is-visible .c4p--tearsheet__container{transform:scale(var(--c4p--tearsheet--stacking-scale-factor-single))}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3.is-visible .c4p--tearsheet__container{transform:scale(var(--c4p--tearsheet--stacking-scale-factor-double))}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header{padding:1.5rem 2rem;border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);margin:0;background-color:var(--cds-layer)}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header{padding:1rem;border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);margin:0;background-color:var(--cds-layer)}.c4p--tearsheet .c4p--tearsheet__header-content{display:flex;justify-content:space-between}.c4p--tearsheet .c4p--tearsheet__header-fields{flex:1 1 100%}.c4p--tearsheet .c4p--tearsheet__header-actions{flex:0 0 auto;padding-left:1.5rem}.c4p--tearsheet .c4p--tearsheet__header-actions .cds--btn-set .cds--btn:not(:first-of-type){margin-left:.5rem}.c4p--tearsheet .c4p--tearsheet__header--no-close-icon{display:none}.c4p--tearsheet.c4p--tearsheet--wide .cds--modal-header__heading.c4p--tearsheet__heading{font-size:var(--cds-heading-04-font-size, 1.75rem);font-weight:var(--cds-heading-04-font-weight, 400);line-height:var(--cds-heading-04-line-height, 1.28572);letter-spacing:var(--cds-heading-04-letter-spacing, 0)}.c4p--tearsheet .c4p--tearsheet__header-description{display:-webkit-box;overflow:hidden;max-width:100%;margin-top:1rem;font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word}@media(min-width: 42rem){.c4p--tearsheet .c4p--tearsheet__header-description{max-width:60%}}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description{margin-top:.5rem}.c4p--tearsheet .c4p--tearsheet__header-navigation{margin:.75rem 0 0}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header.c4p--tearsheet__header--with-nav{padding:1.5rem 2rem 0}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header.c4p--tearsheet__header--with-close-icon{padding-right:4rem}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description{max-width:80%}.c4p--tearsheet .c4p--tearsheet__header-navigation{margin:.75rem 0 0}.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body{display:flex;flex-direction:row;padding:0;margin:0}.c4p--tearsheet .c4p--tearsheet__resize-detector{width:100%;height:0}.c4p--tearsheet .c4p--tearsheet__influencer{flex:0 0 257px;border-right:1px solid var(--cds-border-subtle-01, #c6c6c6);overflow-y:auto}.c4p--tearsheet .c4p--tearsheet__influencer.c4p--tearsheet__influencer p{padding-right:0}.c4p--tearsheet .c4p--tearsheet__influencer--wide{flex-basis:321px}.c4p--tearsheet .c4p--tearsheet__right{display:grid;flex-grow:1;grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--tearsheet .c4p--tearsheet__main{display:flex;flex-direction:row;background-color:var(--cds-background, #ffffff);grid-column:1/-1;grid-row:1/-1}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__main{background-color:var(--cds-layer)}.c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer{border-right:none;border-left:1px solid var(--cds-border-subtle-01, #c6c6c6)}.c4p--tearsheet .c4p--tearsheet__content{overflow:auto;flex-grow:1}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--pagination,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--pagination__control-buttons,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--text-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--text-area,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--search-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--select-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown-list,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--number input[type=number],.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--date-picker__input{background-color:var(--cds-field)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--select--inline .cds--select-input{background-color:rgba(0,0,0,0)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--text-input--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--text-area--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--search--light .cds--search-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--select--light .cds--select-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown--light .cds--dropdown-list,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--number--light input[type=number],.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--date-picker--light .cds--date-picker__input{background-color:var(--cds-field-02, #ffffff)}.c4p--tearsheet .c4p--tearsheet__button-container{grid-column:1/-1;grid-row:-1/-1;overflow-x:auto}.c4p--tearsheet .c4p--tearsheet__buttons{display:inline-flex;min-width:100%;border-top:1px solid var(--cds-border-subtle-01, #c6c6c6)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__buttons{background:var(--cds-background, #ffffff)}@keyframes step-content-entrance{0%{opacity:0;transform:translateY(-0.75rem)}100%{opacity:1;transform:translateY(0)}}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{padding-right:.5rem;padding-left:.5rem;margin-left:0;animation:step-content-entrance 400ms;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0.5, 0, 0.1, 1);opacity:0}.c4p--tearsheet-create{--c4p--tearsheet-create--total-width: 0}.c4p--tearsheet-create__step .cds--css-grid{margin-left:0}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--hidden-step{display:none}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{animation:step-content-entrance 400ms;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0.5, 0, 0.1, 1);opacity:0}@media(prefers-reduced-motion){.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{animation:none;opacity:1}}.c4p--tearsheet-create .c4p--tearsheet-create__content{height:100%;padding-top:1.5rem;padding-bottom:1.5rem;overflow-x:hidden}.c4p--tearsheet-create .c4p--tearsheet-create__content .cds--grid{padding:0;margin:0}.c4p--tearsheet-create .c4p--tearsheet-create__step--heading{padding-bottom:1.5rem}.c4p--tearsheet-create .cds--btn-set .cds--btn.cds--btn--disabled{box-shadow:-0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}.c4p--tearsheet-create .cds--side-nav--ux{position:initial;background-color:rgba(0,0,0,0)}.c4p--tearsheet-create .c4p--tearsheet-create__section--divider{position:relative;display:block;width:var(--c4p--tearsheet-create--total-width);height:1px;margin:1.5rem calc(-1 * 2.5rem) 2rem calc(-1 * 1.5rem);background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--tearsheet-create .c4p--tearsheet-create__step--title,.c4p--tearsheet-create .c4p--tearsheet-create__section--title{margin-bottom:1rem}.c4p--tearsheet-create .c4p--tearsheet-create__section--subtitle,.c4p--tearsheet-create .c4p--tearsheet-create__step--subtitle{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin-bottom:.5rem}.c4p--tearsheet-create .c4p--tearsheet-create__section--description,.c4p--tearsheet-create .c4p--tearsheet-create__step--description{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px);margin-bottom:1.5rem}.c4p--tearsheet-create .cds--fieldset{margin-bottom:0}.c4p--tearsheet-create .c4p--tearsheet-create__step--fieldset>*{margin-bottom:1rem}.c4p--create-tearsheet-narrow .cds--modal-header__heading,.c4p--create-tearsheet-narrow .cds--modal-header__label,.c4p--create-tearsheet-narrow .c4p--tearsheet__header-description{max-width:100%;padding-right:calc(20% - 1rem)}.c4p--create-tearsheet-narrow .c4p--tearsheet__header-description{margin-top:.25rem}.c4p--create-tearsheet-narrow .c4p--tearsheet__header{border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0)}.c4p--create-tearsheet-narrow .c4p--tearsheet__content{padding:1rem}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form{padding-top:1rem}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form>*{margin-bottom:1rem}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form>*:last-child{margin-bottom:0}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-title-text{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-bottom:.5rem}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-description-text{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px)}.cds--link{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);display:inline-flex;color:var(--cds-link-text-color, var(--cds-link-primary, #0f62fe));outline:none;text-decoration:none;transition:color 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--link *,.cds--link *::before,.cds--link *::after{box-sizing:inherit}.cds--link:hover{color:var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));text-decoration:underline}.cds--link:active,.cds--link:active:visited,.cds--link:active:visited:hover{color:var(--cds-text-primary, #161616);text-decoration:underline}.cds--link:focus{outline:1px solid var(--cds-focus, #0f62fe);outline-color:var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe))}@media screen and (prefers-contrast){.cds--link:focus{outline-style:dotted}}.cds--link:visited{color:var(--cds-link-primary, #0f62fe)}.cds--link:visited:hover{color:var(--cds-link-primary-hover, #0043ce)}.cds--link--disabled,.cds--link--disabled:hover{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));cursor:not-allowed;font-weight:400;text-decoration:none}.cds--link--disabled *,.cds--link--disabled *::before,.cds--link--disabled *::after,.cds--link--disabled:hover *,.cds--link--disabled:hover *::before,.cds--link--disabled:hover *::after{box-sizing:inherit}.cds--link.cds--link--visited:visited{color:var(--cds-link-visited, #8a3ffc)}.cds--link.cds--link--visited:visited:hover{color:var(--cds-link-primary-hover, #0043ce)}.cds--link.cds--link--inline{display:inline;text-decoration:underline}.cds--link.cds--link--inline:focus,.cds--link.cds--link--inline:visited{text-decoration:none}.cds--link--disabled.cds--link--inline{text-decoration:underline}.cds--link--sm,.cds--link--sm.cds--link--disabled:hover{font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px)}.cds--link--lg,.cds--link--lg.cds--link--disabled:hover{font-size:var(--cds-body-compact-02-font-size, 1rem);font-weight:var(--cds-body-compact-02-font-weight, 400);line-height:var(--cds-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing, 0)}.cds--link__icon{display:inline-flex;align-self:center;margin-left:.5rem}.c4p--empty-state{display:flex;color:var(--cds-text-primary, #161616)}.c4p--empty-state .c4p--empty-state__header{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);padding-bottom:.5rem;margin:0}.c4p--empty-state .c4p--empty-state__subtitle{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px);padding-bottom:1rem;color:var(--cds-text-secondary, #525252)}.c4p--empty-state .c4p--empty-state__header--small{font-size:var(--cds-body-compact-02-font-size, 1rem);font-weight:var(--cds-body-compact-02-font-weight, 400);line-height:var(--cds-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing, 0);padding-bottom:.5rem}.c4p--empty-state .c4p--empty-state__subtitle--small{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--empty-state__illustration{height:auto;margin-bottom:1rem}.c4p--empty-state__illustration.c4p--empty-state__illustration--lg{min-width:5rem;max-width:5rem}.c4p--empty-state__illustration.c4p--empty-state__illustration--sm{min-width:4rem;max-width:4rem}.c4p--empty-state-position--top{flex-direction:column}.c4p--empty-state-position--right{flex-direction:row-reverse}.c4p--empty-state-position--bottom{flex-direction:column-reverse}.c4p--empty-state-position--left{flex-direction:row}.c4p--empty-state .c4p--empty-state__action-button{display:block;margin-bottom:1rem}.c4p--empty-state .c4p--empty-state__link{display:inline-block}.cds--radio-button-group{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;position:relative;display:flex;align-items:center}.cds--radio-button-group *,.cds--radio-button-group *::before,.cds--radio-button-group *::after{box-sizing:inherit}.cds--label+.cds--form-item .cds--radio-button-group{margin-top:0}.cds--radio-button-group--vertical{flex-direction:column;align-items:flex-start}.cds--radio-button-group--vertical.cds--radio-button-group--label-left{align-items:flex-end}.cds--radio-button-group--vertical .cds--radio-button__label{margin-right:0;line-height:1.25}.cds--radio-button-group--vertical .cds--radio-button__label:not(:last-of-type){margin-bottom:.5rem}.cds--radio-button{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap;visibility:inherit}.cds--radio-button__label{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);display:flex;align-items:center;margin-right:1rem;cursor:pointer}.cds--radio-button__appearance{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;width:1.125rem;height:1.125rem;flex-shrink:0;border:1px solid var(--cds-icon-primary, #161616);margin:.0625rem .5rem .125rem .125rem;background-color:rgba(0,0,0,0);border-radius:50%}.cds--radio-button__appearance *,.cds--radio-button__appearance *::before,.cds--radio-button__appearance *::after{box-sizing:inherit}.cds--radio-button:checked+.cds--radio-button__label .cds--radio-button__appearance{display:flex;align-items:center;justify-content:center;border-color:var(--cds-icon-primary, #161616)}.cds--radio-button:checked+.cds--radio-button__label .cds--radio-button__appearance::before{position:relative;display:inline-block;width:100%;height:100%;background-color:var(--cds-icon-primary, #161616);border-radius:50%;content:"";transform:scale(0.5)}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--radio-button:checked+.cds--radio-button__label .cds--radio-button__appearance::before{fill:ButtonText;background-color:ButtonText}}.cds--radio-button:disabled+.cds--radio-button__label{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));cursor:not-allowed}.cds--radio-button:disabled+.cds--radio-button__label .cds--radio-button__appearance,.cds--radio-button:disabled:checked+.cds--radio-button__label .cds--radio-button__appearance{border-color:var(--cds-icon-disabled, rgba(22, 22, 22, 0.25))}.cds--radio-button:disabled+.cds--radio-button__label .cds--radio-button__appearance::before,.cds--radio-button:disabled:checked+.cds--radio-button__label .cds--radio-button__appearance::before{background-color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.cds--radio-button-group--readonly .cds--radio-button+.cds--radio-button__label .cds--radio-button__appearance{border-color:var(--cds-icon-disabled, rgba(22, 22, 22, 0.25))}.cds--radio-button-group--readonly .cds--radio-button__label{cursor:default}.cds--radio-button-group--readonly .cds--radio-button__label-text{cursor:text;user-select:text}.cds--radio-button-group--invalid .cds--radio-button+.cds--radio-button__label .cds--radio-button__appearance{border-color:var(--cds-support-error, #da1e28)}.cds--radio-button__validation-msg{display:none;align-items:flex-end;margin-top:.375rem}.cds--radio-button__invalid-icon{margin:0 .0625rem 0 .1875rem;fill:var(--cds-support-error, #da1e28)}.cds--radio-button__invalid-icon--warning{fill:var(--cds-support-warning, #f1c21b)}.cds--radio-button__invalid-icon--warning path:first-of-type{fill:#000}.cds--radio-button-group--invalid+.cds--radio-button__validation-msg,.cds--radio-button-group--warning+.cds--radio-button__validation-msg{display:flex}.cds--radio-button-group--invalid+.cds--radio-button__validation-msg .cds--form-requirement,.cds--radio-button-group--warning+.cds--radio-button__validation-msg .cds--form-requirement{display:block;overflow:visible;max-height:100%;margin-top:0;margin-left:.5rem}.cds--radio-button-group--invalid+.cds--radio-button__validation-msg .cds--form-requirement{color:var(--cds-text-error, #da1e28)}.cds--radio-button-group~.cds--form__helper-text{margin-top:.375rem}.cds--radio-button:focus+.cds--radio-button__label .cds--radio-button__appearance{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:1.5px}.cds--radio-button__label.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;width:6.25rem;height:1.125rem}.cds--radio-button__label.cds--skeleton:hover,.cds--radio-button__label.cds--skeleton:focus,.cds--radio-button__label.cds--skeleton:active{border:none;cursor:default;outline:none}.cds--radio-button__label.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3000ms ease-in-out skeleton infinite;background:var(--cds-skeleton-element, #c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.cds--radio-button__label.cds--skeleton::before{animation:none}}.cds--radio-button__label.cds--skeleton .cds--radio-button__appearance{display:none}.cds--radio-button-wrapper .cds--radio-button__label{display:flex;align-items:flex-start;justify-content:center;margin:0}.cds--radio-button-wrapper:not(:last-of-type){margin-right:1rem}.cds--radio-button-group--vertical .cds--radio-button-wrapper:not(:last-of-type){margin-right:0;margin-bottom:.5rem}.cds--radio-button-group--label-right .cds--radio-button__label,.cds--radio-button-wrapper.cds--radio-button-wrapper--label-right .cds--radio-button__label{flex-direction:row}.cds--radio-button-group--label-left .cds--radio-button__label,.cds--radio-button-wrapper.cds--radio-button-wrapper--label-left .cds--radio-button__label{flex-direction:row-reverse}.cds--radio-button-group--label-left .cds--radio-button__appearance,.cds--radio-button-wrapper.cds--radio-button-wrapper--label-left .cds--radio-button__appearance{margin-right:0;margin-left:.5rem}.c4p--export-modal .cds--modal-footer .cds--btn{max-width:none}.c4p--export-modal.cds--modal .cds--modal-content{padding-right:1rem}.c4p--export-modal__body{padding-right:calc(20% - 1rem);margin-bottom:1rem}.c4p--export-modal__messaging{display:flex;align-items:center}.c4p--export-modal__messaging p{margin-left:.5rem}.c4p--export-modal__checkmark-icon{fill:var(--cds-button-primary, #0f62fe)}.c4p--export-modal__error-icon{fill:var(--cds-button-danger-primary, #da1e28)}.c4p--card{background-color:var(--cds-layer-01, #f4f4f4);color:var(--cds-text-primary, #161616)}.c4p--card__clickable{cursor:pointer;transition:background-color 110ms}.c4p--card__clickable:hover{background-color:var(--cds-layer-hover-01, #e8e8e8)}.c4p--card__media-left{display:flex;flex-direction:row}.c4p--card__media-left .c4p--card__content-container{display:flex;flex:1;flex-direction:column}.c4p--card__media-left .c4p--card__footer{align-self:flex-end;margin-top:auto}.c4p--card__media>*{display:block;max-width:100%}.c4p--card__header{padding:1rem}.c4p--card__header-label-only{padding-bottom:.5rem}.c4p--card__header-label-only .c4p--card__label{margin-bottom:0}.c4p--card__header-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.c4p--card__label{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-bottom:.125rem}.c4p--card__description{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-top:.125rem}.c4p--card__body{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);padding:1rem;padding-top:0}.c4p--card__footer{display:flex;justify-content:flex-end}.c4p--card__actions{display:flex;flex-direction:row}.c4p--card__icon{padding:.5rem;color:inherit;cursor:pointer}.c4p--card__icon:hover{background-color:var(--cds-layer-hover-01, #e8e8e8)}c4p--card__icon:active{color:var(--cds-link-primary-hover, #0043ce)}.c4p--card__link{color:inherit;text-decoration:inherit}.c4p--card__pictogram{padding-top:1rem;padding-left:1rem}.c4p--card__title{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0)}.c4p--http-errors .c4p--http-errors__content{position:fixed;z-index:2;top:50%;left:50%;transform:translate(-50%, -75%)}@media(min-width: 42rem){.c4p--http-errors .c4p--http-errors__content{transform:translate(-50%, -100%)}}@media(min-width: 66rem){.c4p--http-errors .c4p--http-errors__content{transform:translate(-50%, -50%)}}.c4p--http-errors .c4p--http-errors__error-code-label{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);margin-bottom:.25rem}.c4p--http-errors .c4p--http-errors__title{font-size:var(--cds-heading-05-font-size, 2rem);font-weight:var(--cds-heading-05-font-weight, 400);line-height:var(--cds-heading-05-line-height, 1.25);letter-spacing:var(--cds-heading-05-letter-spacing, 0);margin-bottom:.75rem}.c4p--http-errors .c4p--http-errors__description{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);margin-bottom:1.5rem}.c4p--http-errors .c4p--http-errors__error-code-label,.c4p--http-errors .c4p--http-errors__title,.c4p--http-errors .c4p--http-errors__description{color:var(--cds-text-primary, #161616)}.c4p--http-errors .c4p--http-errors__link{display:block;margin-bottom:.25rem}.c4p--http-errors .c4p--http-errors__image{position:fixed;bottom:0;left:0;width:100%;max-height:100%}@media(max-width: 41.98rem){.c4p--http-errors .c4p--http-errors__image{left:10%;transform:scale(1.5)}}.cds--file{width:100%}.cds--file--invalid{margin-right:.5rem;fill:var(--cds-support-error, #da1e28)}.cds--file--label{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin-bottom:.5rem;color:var(--cds-text-primary, #161616)}.cds--file--label html{font-size:100%}.cds--file--label body{font-weight:400;font-family:'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--file--label code{font-family:'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace}.cds--file--label strong{font-weight:600}.cds--file--label--disabled{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.cds--file-input{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.cds--file-btn{display:inline-flex;padding-right:4rem;margin:0}.cds--file-browse-btn{display:inline-block;width:100%;max-width:20rem;color:var(--cds-link-primary, #0f62fe);cursor:pointer;outline:2px solid rgba(0,0,0,0);outline-offset:-2px;transition:110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--file-browse-btn:focus,.cds--file-browse-btn:hover{outline:2px solid var(--cds-focus, #0f62fe)}.cds--file-browse-btn:hover,.cds--file-browse-btn:focus,.cds--file-browse-btn:active,.cds--file-browse-btn:active:visited{text-decoration:underline}.cds--file-browse-btn:active{color:var(--cds-text-primary, #161616)}.cds--file-browse-btn--disabled{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));cursor:no-drop;text-decoration:none}.cds--file-browse-btn--disabled:hover,.cds--file-browse-btn--disabled:focus{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));outline:none;text-decoration:none}.cds--file-browse-btn--disabled .cds--file__drop-container{border:1px dashed var(--cds-button-disabled, #c6c6c6)}.cds--label-description{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);margin-bottom:1rem;color:var(--cds-text-secondary, #525252)}.cds--label-description html{font-size:100%}.cds--label-description body{font-weight:400;font-family:'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--label-description code{font-family:'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace}.cds--label-description strong{font-weight:600}.cds--label-description--disabled{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.cds--file-container--drop{width:100%}.cds--file-btn~.cds--file-container{margin-top:1.5rem}.cds--btn~.cds--file-container{margin-top:1rem}.cds--file .cds--file-container,.cds--file~.cds--file-container{margin-top:.5rem}.cds--file__selected-file{display:grid;max-width:20rem;min-height:3rem;align-items:center;margin-bottom:.5rem;background-color:var(--cds-layer);gap:.75rem 1rem;grid-auto-rows:auto;grid-template-columns:1fr auto;word-break:break-word}.cds--file__selected-file:last-child{margin-bottom:0}.cds--file__selected-file .cds--form-requirement{display:block;max-height:none;margin:0;grid-column:1/-1}.cds--file__selected-file .cds--inline-loading__animation .cds--loading{margin-right:0}.cds--file__selected-file .cds--file-filename{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);overflow:hidden;margin-left:1rem;text-overflow:ellipsis;white-space:nowrap}.cds--file__selected-file--md{min-height:2.5rem;gap:.5rem 1rem}.cds--file__selected-file--sm{min-height:2rem;gap:.25rem 1rem}.cds--file__selected-file--invalid__wrapper{outline:2px solid var(--cds-support-error, #da1e28);outline-offset:-2px;max-width:20rem;margin-bottom:.5rem;background-color:var(--cds-layer);outline-width:1px}@media screen and (prefers-contrast){.cds--file__selected-file--invalid__wrapper{outline-style:dotted}}.cds--file__selected-file--invalid{outline:2px solid var(--cds-support-error, #da1e28);outline-offset:-2px;padding:.75rem 0}@media screen and (prefers-contrast){.cds--file__selected-file--invalid{outline-style:dotted}}.cds--file__selected-file--invalid.cds--file__selected-file--sm{padding:.25rem 0}.cds--file__selected-file--invalid.cds--file__selected-file--md{padding:.5rem 0}.cds--file__selected-file--invalid .cds--form-requirement{padding-top:1rem;border-top:1px solid var(--cds-border-subtle)}.cds--file__selected-file--invalid.cds--file__selected-file--sm .cds--form-requirement{padding-top:.4375rem}.cds--file__selected-file--invalid.cds--file__selected-file--md .cds--form-requirement{padding-top:.6875rem}.cds--file__selected-file--invalid .cds--form-requirement__title,.cds--file__selected-file--invalid .cds--form-requirement__supplement{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);padding:0 1rem}.cds--file__selected-file--invalid .cds--form-requirement__title{color:var(--cds-text-error, #da1e28)}.cds--file__selected-file--invalid .cds--form-requirement__supplement{color:var(--cds-text-primary, #161616)}.cds--file__selected-file--invalid+.cds--form-requirement{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);display:block;overflow:visible;max-height:12.5rem;padding:.5rem 1rem;color:var(--cds-text-error, #da1e28);font-weight:400}.cds--file__selected-file--invalid+.cds--form-requirement .cds--form-requirement__supplement{padding-bottom:.5rem;color:var(--cds-text-primary, #161616)}.cds--file__state-container{display:flex;min-width:1.5rem;align-items:center;justify-content:center;padding-right:1rem}.cds--file__state-container .cds--loading__svg{stroke:var(--cds-icon-primary, #161616)}.cds--file__state-container .cds--file-complete{fill:var(--cds-interactive, #0f62fe)}.cds--file__state-container .cds--file-complete:focus{outline:1px solid var(--cds-focus, #0f62fe)}@media screen and (prefers-contrast){.cds--file__state-container .cds--file-complete:focus{outline-style:dotted}}.cds--file__state-container .cds--file-complete [data-icon-path=inner-path]{fill:var(--cds-icon-inverse, #ffffff);opacity:1}.cds--file__state-container .cds--file-invalid{width:1rem;height:1rem;fill:var(--cds-support-error, #da1e28)}.cds--file__state-container .cds--file-close{display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;padding:0;border:none;background-color:rgba(0,0,0,0);cursor:pointer;fill:var(--cds-icon-primary, #161616)}.cds--file__state-container .cds--file-close:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--file__state-container .cds--file-close:focus{outline-style:dotted}}.cds--file__state-container .cds--file-close svg path{fill:var(--cds-icon-primary, #161616)}.cds--file__state-container .cds--inline-loading__animation{margin-right:-0.5rem}.cds--file__drop-container{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;appearance:none;background:none;cursor:pointer;text-align:start;width:100%;display:flex;overflow:hidden;height:6rem;align-items:flex-start;justify-content:space-between;padding:1rem;border:1px dashed var(--cds-border-strong);font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px)}.cds--file__drop-container *,.cds--file__drop-container *::before,.cds--file__drop-container *::after{box-sizing:inherit}.cds--file__drop-container::-moz-focus-inner{border:0}.cds--file__drop-container--drag-over{background:none;outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--file__selected-file{outline:1px solid rgba(0,0,0,0)}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--file__state-container .cds--file-close svg path{fill:ButtonText}}.c4p--import-modal .cds--modal-close{display:none}.c4p--import-modal .cds--modal-footer .cds--btn{max-width:none}.c4p--import-modal.cds--modal .cds--modal-content{padding-right:1rem}.cds--file .cds--file-container,.cds--file~.cds--file-container{margin-top:0}.cds--modal-container--sm .cds--modal-header{padding-right:calc(20% - 1rem)}.c4p--import-modal__input-group{display:flex}.c4p--import-modal__import-button.cds--btn{margin-left:.5rem}.c4p--import-modal__file-container{width:100%}.c4p--import-modal .c4p--import-modal__file-drop-header,.c4p--import-modal .c4p--import-modal__label{margin-bottom:.5rem;font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px)}.c4p--import-modal__helper-text{margin-top:1.5rem;margin-bottom:.5rem;font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px)}.c4p--import-modal__body{padding-right:calc(20% - 1rem);margin-bottom:1.5rem}.c4p--import-modal .cds--file__selected-file{max-width:none;background:var(--cds-layer-02, #ffffff)}.c4p--import-modal .cds--file{margin-bottom:1rem}.c4p--import-modal .cds--text-input:disabled{background:var(--cds-layer-02, #ffffff)}.c4p--add-select__header{padding:1rem;padding-bottom:0;border-top:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--add-select__body{padding:1rem}.c4p--add-select__selections-wrapper{display:block}.c4p--add-select__selections-cell-wrapper{display:flex;height:3rem;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--add-select__selections-cell-title{display:block;color:var(--cds-text-primary, #161616)}.c4p--add-select__selections-cell-subtitle{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);display:block;color:var(--cds-text-secondary, #525252)}.c4p--add-select__selections-cell{display:flex;flex-direction:column;justify-content:center}.c4p--add-select__selections-dropdown .cds--dropdown{background:rgba(0,0,0,0)}.c4p--add-select__selections-row--selected{background-color:var(--cds-layer-selected-01, #e0e0e0)}.c4p--add-select__selections-row--active{background-color:var(--cds-layer-active-01, #c6c6c6)}.c4p--add-select__selections-form-control{display:flex;align-items:center}.c4p--add-select__selections-form-control-wrapper--radio{cursor:pointer}.c4p--add-select__selections-form-control-label-wrapper{display:flex;margin-left:1rem}.c4p--add-select__selections-form-control-label-text{display:flex;flex-direction:column}.c4p--add-select__selections-cell-avatar{margin-right:.5rem}.c4p--add-select__selections-cell-icon{margin-right:.5rem}.c4p--add-select__selections-row{border-left:.125rem solid rgba(0,0,0,0)}.c4p--add-select__selections-row-meta--selected{border-left:.125rem solid var(--cds-interactive, #0f62fe);background-color:var(--cds-layer-hover-01, #e8e8e8)}.c4p--add-select .c4p--add-select__selections-row:hover{background:var(--cds-layer-hover-01, #e8e8e8)}.c4p--add-select .c4p--add-select__selections-row:hover .c4p--add-select__selections-cell-title{color:var(--cds-interactive, #0f62fe)}.c4p--add-select .c4p--add-select__selections-row:hover .c4p--add-select__selections-view-children svg{color:var(--cds-interactive, #0f62fe)}.c4p--add-select .c4p--add-select__selections-row:hover button.c4p--add-select__selections-view-children.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path{fill:currentColor}.c4p--add-select__sub-header{display:flex;align-items:flex-end;justify-content:space-between}.c4p--add-select__sub-header-multi{padding:0 1rem}.c4p--add-select__sidebar-header{display:flex;padding:2rem 1rem .5rem 1rem;border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--add-select__sidebar-header .c4p--add-select__sidebar-title{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0)}.c4p--add-select__sidebar-title{margin-right:.5rem}.c4p--add-select__sidebar-selected-item-title{color:var(--cds-text-primary, #161616)}.c4p--add-select__sidebar-selected-item-subtitle{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);color:var(--cds-text-secondary, #525252)}.c4p--add-select__sidebar-body{padding:0 1rem}.c4p--add-select .c4p--add-select__sidebar-item-header{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-bottom:.5rem;color:var(--cds-text-secondary, #525252)}.c4p--add-select .c4p--add-select__sidebar-item-body{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px);margin-bottom:1rem}.c4p--add-select .c4p--add-select__sidebar-item-remove-button:hover{background:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.c4p--add-select .c4p--add-select__sidebar-accordion-title{display:flex;align-items:center;justify-content:space-between}.c4p--add-select__columns{display:flex;flex-direction:row;flex-grow:1;overflow-x:auto}.c4p--add-select__columns .c4p--add-select__selections-form-control-label-wrapper{margin-left:.5rem}.c4p--add-select__columns .c4p--add-select__selections-row{border-left:0}.c4p--add-select__columns .c4p--add-select__selections .c4p--add-select__selections-cell{padding:0}.c4p--add-select__columns .c4p--add-select__selections-cell-wrapper{height:2rem;padding:0 .5rem}.c4p--add-select__columns .c4p--add-select__tags{padding:0 .5rem;margin-bottom:0}.c4p--add-select__columns .c4p--add-select__selections-wrapper-multi{padding:0}.c4p--add-select__selections-wrapper-multi .c4p--add-select__selections-cell{padding:0 1rem}.c4p--add-select__selections-row:first-child .c4p--add-select__selections-cell-wrapper{border-top:1px solid var(--cds-border-subtle-01, #c6c6c6)}.c4p--add-select__column{overflow:auto;flex:0 0 20rem;padding:1rem;border-top:1px solid var(--cds-border-subtle-01, #c6c6c6);border-right:1px solid var(--cds-border-subtle-01, #c6c6c6)}.c4p--add-select__column-search-bar{display:flex}.c4p--add-select__column-search-bar label{display:none}.c4p--add-select__column-sort-filter{display:flex}.c4p--add-select__column .cds--overflow-menu{border-bottom:1px solid var(--cds-border-strong-01, #8d8d8d)}.c4p--add-select-sort_overflow{z-index:9999}.c4p--add-select__tags{display:flex;align-items:center;margin-top:1rem;margin-bottom:.5rem}.c4p--add-select__tags-label{margin-right:.5rem}.c4p--add-select__global-filter{position:absolute;z-index:999999;right:0;width:100%;max-width:40rem;background:var(--cds-layer-01, #f4f4f4);box-shadow:0 6px 6px 0 rgba(0,0,0,.2);transform:translate(0, 100%)}.c4p--add-select__global-filter-search{position:relative;display:flex;align-items:flex-end}.c4p--add-select__global-filter-content{padding:1rem}.c4p--add-select__global-filter-opts{display:grid;grid-gap:1rem 2rem;grid-template-columns:repeat(2, 1fr)}.c4p--add-select__global-filter-applied{display:flex;align-items:center;padding:.5rem;background:var(--cds-layer-01, #f4f4f4)}.c4p--add-select__global-filter-button-set button.c4p--add-select__global-filter-button{max-width:none;flex:1}button.c4p--add-select__global-filter-toggle{border-bottom-color:var(--cds-border-strong-01, #8d8d8d);background:var(--cds-field-01, #f4f4f4)}button.c4p--add-select__global-filter-toggle--open{border-bottom:var(--cds-border-strong-01, #8d8d8d);box-shadow:0 2px 6px 0 rgba(0,0,0,.2)}.c4p--add-select__meta-panel{padding:1rem}.c4p--add-select__meta-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.c4p--add-select__meta-panel-entry{margin-bottom:1rem}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-title{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-title{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-body{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px)}.c4p--add-select__selections .cds--list-box__menu{left:auto}.c4p--add-select__tags .cds--tag{margin:0}.c4p--add-select.c4p--tearsheet .c4p--tearsheet__influencer{flex-basis:22.5rem;background:var(--cds-layer-01, #f4f4f4)}.c4p--add-select.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown{background-color:rgba(0,0,0,0)}.c4p--add-select.c4p--tearsheet .c4p--tearsheet__header-description{color:var(--cds-text-secondary, #525252)}.c4p--add-select.c4p--tearsheet .c4p--tearsheet__content{display:flex;flex-direction:column}.c4p--add-select.c4p--add-select__multi .c4p--action-set.cds--btn-set.c4p--action-set--max .c4p--action-set__action-button{max-width:11.25rem}.c4p--add-select .c4p--add-select__items-label{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px)}.c4p--add-select .cds--modal-container--sm .cds--modal-content p{padding-right:0}.c4p--add-select .cds--radio-button__appearance{margin:0 1rem 0 0}.c4p--add-select .cds--radio-button-wrapper .cds--radio-button__label{justify-content:left}.c4p--add-select .cds--breadcrumb .cds--link{cursor:pointer}.c4p--add-select .cds--accordion__item:hover .c4p--add-select__sidebar-accordion-title button{opacity:1}.c4p--add-select .cds--accordion__item .c4p--add-select__sidebar-accordion-title button{opacity:0}.c4p--add-select__multi .c4p--empty-state{max-width:16rem;margin-top:3rem}.c4p--add-select .cds--accordion__arrow{transform:rotate(0deg)}.c4p--add-select .cds--accordion__item--active .cds--accordion__arrow{transform:rotate(90deg)}.c4p--add-select .cds--accordion--start .cds--accordion__arrow{margin:0 0 0 1rem}.c4p--add-select .cds--accordion--start .cds--accordion__title{margin:0 1rem 0 .5rem}.c4p--add-select .cds--accordion__item--active .cds--accordion__content{padding-top:0;padding-bottom:0;margin-top:.5rem}.c4p--add-select+div .cds--tooltip,.c4p--add-select+div .cds--overflow-menu-options{z-index:9000}@keyframes fade-in{0%{opacity:0;transform:translateY(-38.5rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-38.5rem)}}.c4p--notifications-panel__container{--cds-background: #161616;--cds-background-active: rgba(141, 141, 141, 0.4);--cds-background-brand: #0f62fe;--cds-background-hover: rgba(141, 141, 141, 0.16);--cds-background-inverse: #f4f4f4;--cds-background-inverse-hover: #e8e8e8;--cds-background-selected: rgba(141, 141, 141, 0.24);--cds-background-selected-hover: rgba(141, 141, 141, 0.32);--cds-border-disabled: rgba(141, 141, 141, 0.5);--cds-border-interactive: #4589ff;--cds-border-inverse: #f4f4f4;--cds-border-strong-01: #6f6f6f;--cds-border-strong-02: #8d8d8d;--cds-border-strong-03: #a8a8a8;--cds-border-subtle-00: #393939;--cds-border-subtle-01: #393939;--cds-border-subtle-02: #525252;--cds-border-subtle-03: #6f6f6f;--cds-border-subtle-selected-01: #525252;--cds-border-subtle-selected-02: #6f6f6f;--cds-border-subtle-selected-03: #8d8d8d;--cds-border-tile-01: #525252;--cds-border-tile-02: #6f6f6f;--cds-border-tile-03: #8d8d8d;--cds-field-01: #262626;--cds-field-02: #393939;--cds-field-03: #525252;--cds-field-hover-01: #333333;--cds-field-hover-02: #474747;--cds-field-hover-03: #636363;--cds-focus: #ffffff;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-highlight: #002d9c;--cds-icon-disabled: rgba(244, 244, 244, 0.25);--cds-icon-interactive: #ffffff;--cds-icon-inverse: #161616;--cds-icon-on-color: #ffffff;--cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-interactive: #4589ff;--cds-layer-01: #262626;--cds-layer-02: #393939;--cds-layer-03: #525252;--cds-layer-accent-01: #393939;--cds-layer-accent-02: #525252;--cds-layer-accent-03: #6f6f6f;--cds-layer-accent-active-01: #6f6f6f;--cds-layer-accent-active-02: #8d8d8d;--cds-layer-accent-active-03: #393939;--cds-layer-accent-hover-01: #474747;--cds-layer-accent-hover-02: #636363;--cds-layer-accent-hover-03: #5e5e5e;--cds-layer-active-01: #525252;--cds-layer-active-02: #6f6f6f;--cds-layer-active-03: #8d8d8d;--cds-layer-hover-01: #333333;--cds-layer-hover-02: #474747;--cds-layer-hover-03: #636363;--cds-layer-selected-01: #393939;--cds-layer-selected-02: #525252;--cds-layer-selected-03: #6f6f6f;--cds-layer-selected-disabled: #a8a8a8;--cds-layer-selected-hover-01: #474747;--cds-layer-selected-hover-02: #636363;--cds-layer-selected-hover-03: #5e5e5e;--cds-layer-selected-inverse: #f4f4f4;--cds-link-inverse: #0f62fe;--cds-link-inverse-active: #161616;--cds-link-inverse-hover: #0043ce;--cds-link-primary: #78a9ff;--cds-link-primary-hover: #a6c8ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-shadow: rgba(0, 0, 0, 0.8);--cds-skeleton-background: #292929;--cds-skeleton-element: #393939;--cds-support-caution-major: #ff832b;--cds-support-caution-minor: #f1c21b;--cds-support-caution-undefined: #a56eff;--cds-support-error: #fa4d56;--cds-support-error-inverse: #da1e28;--cds-support-info: #4589ff;--cds-support-info-inverse: #0043ce;--cds-support-success: #42be65;--cds-support-success-inverse: #24a148;--cds-support-warning: #f1c21b;--cds-support-warning-inverse: #f1c21b;--cds-text-disabled: rgba(244, 244, 244, 0.25);--cds-text-error: #ff8389;--cds-text-helper: #a8a8a8;--cds-text-inverse: #161616;--cds-text-on-color: #ffffff;--cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);--cds-text-placeholder: rgba(244, 244, 244, 0.4);--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-toggle-off: #6f6f6f;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-font-weight: 400;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.19;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.42857;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.19;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-button-separator: #161616;--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #fa4d56;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0050e6;--cds-button-secondary-hover: #5e5e5e;--cds-button-tertiary-hover: #f4f4f4;--cds-button-disabled: rgba(141, 141, 141, 0.3);--cds-layer:var(--cds-layer-01, #f4f4f4);--cds-layer-active:var(--cds-layer-active-01, #c6c6c6);--cds-layer-hover:var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01, #a8a8a8);--cds-field:var(--cds-field-01, #f4f4f4);--cds-field-hover:var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong:var(--cds-border-strong-01, #8d8d8d);--cds-border-tile:var(--cds-border-tile-01, #c6c6c6);position:fixed;z-index:2;top:3rem;right:0;overflow:auto;min-width:20rem;max-width:22.75rem;min-height:38.5rem;max-height:38.5rem;background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616);transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container{position:sticky;z-index:2;top:0;padding:.5rem 1rem 1rem;border-bottom:1px solid var(--cds-layer-02, #ffffff);background-color:var(--cds-background, #ffffff)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header-flex{display:flex;align-items:center;justify-content:space-between}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .cds--toggle__label-text{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__dismiss-button{color:var(--cds-text-primary, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin:0}.c4p--notifications-panel__container .c4p--notifications-panel__time-section-label{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600;position:sticky;z-index:2;top:4.8125rem;padding:.5rem 1rem;background-color:var(--cds-layer-01, #f4f4f4);color:var(--cds-text-secondary, #525252)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover,.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover .c4p--notifications-panel__dismiss-single-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus .c4p--notifications-panel__dismiss-single-button{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{border-color:var(--cds-focus, #0f62fe);box-shadow:inset 0 0 0 2px var(--cds-focus, #0f62fe),inset 0 0 0 2px var(--cds-background, #ffffff);outline:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification{position:relative;display:flex;width:100%;min-height:6.25rem;align-items:flex-start;padding:1rem;border:0;background-color:var(--cds-background, #ffffff);cursor:pointer;text-align:left;transition:background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title{margin-bottom:.25rem;color:var(--cds-text-on-color, #ffffff);font-weight:400}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title.c4p--notifications-panel__notification-title-unread{margin-bottom:.25rem;color:var(--cds-text-on-color, #ffffff);font-weight:600}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notifications-link{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon{min-width:1rem;margin-right:.5rem}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-error{fill:var(--cds-support-error, #da1e28)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-success{fill:var(--cds-support-success, #24a148)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-warning{fill:var(--cds-support-warning, #f1c21b)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-informational{fill:var(--cds-support-info, #0043ce)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label{margin-bottom:.5rem}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);color:var(--cds-text-secondary, #525252)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-short-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-long-description{display:block;overflow:initial;-webkit-line-clamp:initial}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);min-width:5.5rem;padding:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .cds--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .cds--btn__icon{transition:transform 240ms ease}@media(prefers-reduced-motion: reduce){.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .cds--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .cds--btn__icon{transition:none}}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button.c4p--notifications-panel__notification-read-more-button .cds--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button.c4p--notifications-panel__notification-read-more-button .cds--btn__icon{transform:rotate(0deg)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button.c4p--notifications-panel__notification-read-less-button .cds--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button.c4p--notifications-panel__notification-read-less-button .cds--btn__icon{transform:rotate(180deg)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .cds--popover-container{position:initial}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button{position:absolute;top:0;right:0;display:flex;min-width:2rem;align-items:center;justify-content:center;padding:0;color:var(--cds-text-primary, #161616);opacity:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:hover,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:focus{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:not(:first-of-type):before{position:absolute;top:0;width:calc(100% - (2 * 1rem));height:1px;margin:0 auto;background-color:var(--cds-layer-02, #ffffff);content:"";transition:background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:hover+.c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:hover+.c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:hover+.c4p--notifications-panel__notification-previous:not(:first-of-type):before{background-color:rgba(0,0,0,0)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section{display:flex;height:100%;min-height:initial;align-items:center;justify-content:center;margin-top:10rem}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section{min-height:498px}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions{position:sticky;z-index:2;bottom:0;display:flex;height:2.5rem;min-height:2.5rem;align-items:center;border-top:1px solid var(--cds-layer-02, #ffffff);background-color:var(--cds-background, #ffffff)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__view-all-button{width:100%;max-width:calc(100% - 2.5rem);height:2.5rem;min-height:2.5rem;border-right:1px solid var(--cds-layer-02, #ffffff);color:var(--cds-text-primary, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button{display:flex;min-width:2.5rem;height:2.5rem;min-height:2.5rem;align-items:center;justify-content:center;padding:0;color:var(--cds-text-primary, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button .cds--btn__icon{margin:0}.cds--breadcrumb{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);display:inline}.cds--breadcrumb *,.cds--breadcrumb *::before,.cds--breadcrumb *::after{box-sizing:inherit}@media(min-width: 42rem){.cds--breadcrumb{display:flex;flex-wrap:wrap}}.cds--breadcrumb-item{position:relative;display:flex;align-items:center;margin-right:.5rem}.cds--breadcrumb-item .cds--link:visited{color:var(--cds-link-primary, #0f62fe)}.cds--breadcrumb-item .cds--link:visited:hover{color:var(--cds-link-primary-hover, #0043ce)}.cds--breadcrumb-item::after{margin-left:.5rem;color:var(--cds-text-primary, #161616);content:"/"}.cds--breadcrumb--no-trailing-slash .cds--breadcrumb-item:last-child::after{content:""}.cds--breadcrumb-item:last-child,.cds--breadcrumb-item:last-child::after{margin-right:0}.cds--breadcrumb .cds--link{white-space:nowrap}.cds--breadcrumb-item [aria-current=page],.cds--breadcrumb-item.cds--breadcrumb-item--current .cds--link{color:var(--cds-text-primary, #161616);cursor:auto}.cds--breadcrumb-item [aria-current=page]:hover,.cds--breadcrumb-item.cds--breadcrumb-item--current .cds--link:hover{text-decoration:none}.cds--breadcrumb-item .cds--overflow-menu{position:relative;width:1.25rem;height:1.125rem}.cds--breadcrumb-item .cds--overflow-menu:focus{outline:1px solid var(--cds-focus, #0f62fe)}.cds--breadcrumb-item .cds--overflow-menu:hover{background:rgba(0,0,0,0)}.cds--breadcrumb-item .cds--overflow-menu::after{position:absolute;bottom:2px;width:.75rem;height:1px;background:var(--cds-link-primary-hover, #0043ce);content:"";opacity:0;transition:opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}@media screen and (prefers-reduced-motion: reduce){.cds--breadcrumb-item .cds--overflow-menu::after{transition:none}}.cds--breadcrumb-item .cds--overflow-menu:hover::after{opacity:1}.cds--breadcrumb-item .cds--overflow-menu.cds--overflow-menu--open{background:rgba(0,0,0,0);box-shadow:none}.cds--breadcrumb-item .cds--overflow-menu__icon{position:relative;fill:var(--cds-link-primary, #0f62fe);transform:translateY(4px)}.cds--breadcrumb-item .cds--overflow-menu:hover .cds--overflow-menu__icon{fill:var(--cds-link-primary-hover, #0043ce)}.cds--breadcrumb-menu-options:focus{outline:none}.cds--breadcrumb-menu-options.cds--overflow-menu-options::after{top:-0.4375rem;left:.875rem;width:0;height:0;border-right:.4375rem solid rgba(0,0,0,0);border-bottom:.4375rem solid var(--cds-field);border-left:.4375rem solid rgba(0,0,0,0);margin:0 auto;background:rgba(0,0,0,0)}.cds--breadcrumb.cds--skeleton .cds--link{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;width:6.25rem;height:1rem}.cds--breadcrumb.cds--skeleton .cds--link:hover,.cds--breadcrumb.cds--skeleton .cds--link:focus,.cds--breadcrumb.cds--skeleton .cds--link:active{border:none;cursor:default;outline:none}.cds--breadcrumb.cds--skeleton .cds--link::before{position:absolute;width:100%;height:100%;animation:3000ms ease-in-out skeleton infinite;background:var(--cds-skeleton-element, #c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.cds--breadcrumb.cds--skeleton .cds--link::before{animation:none}}.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only{min-height:1.125rem;padding-right:0;padding-left:0}.cds--icon--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;display:inline-block;width:1rem;height:1rem}.cds--icon--skeleton:hover,.cds--icon--skeleton:focus,.cds--icon--skeleton:active{border:none;cursor:default;outline:none}.cds--icon--skeleton::before{position:absolute;width:100%;height:100%;animation:3000ms ease-in-out skeleton infinite;background:var(--cds-skeleton-element, #c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.cds--icon--skeleton::before{animation:none}}.cds--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;width:6.25rem;height:6.25rem}.cds--skeleton__placeholder:hover,.cds--skeleton__placeholder:focus,.cds--skeleton__placeholder:active{border:none;cursor:default;outline:none}.cds--skeleton__placeholder::before{position:absolute;width:100%;height:100%;animation:3000ms ease-in-out skeleton infinite;background:var(--cds-skeleton-element, #c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.cds--skeleton__placeholder::before{animation:none}}.cds--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;width:100%;height:1rem;margin-bottom:.5rem}.cds--skeleton__text:hover,.cds--skeleton__text:focus,.cds--skeleton__text:active{border:none;cursor:default;outline:none}.cds--skeleton__text::before{position:absolute;width:100%;height:100%;animation:3000ms ease-in-out skeleton infinite;background:var(--cds-skeleton-element, #c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.cds--skeleton__text::before{animation:none}}.cds--skeleton__heading{height:1.5rem}.cds--tag{--cds-layout-size-height-xs:1.125rem;--cds-layout-size-height-sm:1.125rem;--cds-layout-size-height-md:1.5rem;--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-md)));font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);background-color:var(--cds-tag-background-gray, #e0e0e0);color:var(--cds-tag-color-gray, #393939);display:inline-flex;min-width:2rem;max-width:100%;min-height:var(--cds-layout-size-height-local);align-items:center;justify-content:center;margin:.25rem;border-radius:.9375rem;cursor:default;padding-inline:.5rem;vertical-align:middle;word-break:break-word}.cds--layout--size-xs .cds--tag{--cds-layout-size-height:var(--cds-layout-size-height-xs)}.cds--layout--size-sm .cds--tag{--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds--layout--size-md .cds--tag{--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds--tag.cds--tag--interactive:hover,.cds--tag .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-gray, #c6c6c6)}.cds--tag:not(:first-child){margin-left:0}.cds--tag--red{background-color:var(--cds-tag-background-red, #ffd7d9);color:var(--cds-tag-color-red, #750e13)}.cds--tag--red.cds--tag--interactive:hover,.cds--tag--red .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-red, #ffb3b8)}.cds--tag--magenta{background-color:var(--cds-tag-background-magenta, #ffd6e8);color:var(--cds-tag-color-magenta, #740937)}.cds--tag--magenta.cds--tag--interactive:hover,.cds--tag--magenta .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-magenta, #ffafd2)}.cds--tag--purple{background-color:var(--cds-tag-background-purple, #e8daff);color:var(--cds-tag-color-purple, #491d8b)}.cds--tag--purple.cds--tag--interactive:hover,.cds--tag--purple .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-purple, #d4bbff)}.cds--tag--blue{background-color:var(--cds-tag-background-blue, #d0e2ff);color:var(--cds-tag-color-blue, #002d9c)}.cds--tag--blue.cds--tag--interactive:hover,.cds--tag--blue .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-blue, #a6c8ff)}.cds--tag--cyan{background-color:var(--cds-tag-background-cyan, #bae6ff);color:var(--cds-tag-color-cyan, #003a6d)}.cds--tag--cyan.cds--tag--interactive:hover,.cds--tag--cyan .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-cyan, #82cfff)}.cds--tag--teal{background-color:var(--cds-tag-background-teal, #9ef0f0);color:var(--cds-tag-color-teal, #004144)}.cds--tag--teal.cds--tag--interactive:hover,.cds--tag--teal .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-teal, #3ddbd9)}.cds--tag--green{background-color:var(--cds-tag-background-green, #a7f0ba);color:var(--cds-tag-color-green, #044317)}.cds--tag--green.cds--tag--interactive:hover,.cds--tag--green .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-green, #6fdc8c)}.cds--tag--gray{background-color:var(--cds-tag-background-gray, #e0e0e0);color:var(--cds-tag-color-gray, #393939)}.cds--tag--gray.cds--tag--interactive:hover,.cds--tag--gray .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-gray, #c6c6c6)}.cds--tag--cool-gray{background-color:var(--cds-tag-background-cool-gray, #dde1e6);color:var(--cds-tag-color-cool-gray, #343a3f)}.cds--tag--cool-gray.cds--tag--interactive:hover,.cds--tag--cool-gray .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-cool-gray, #c1c7cd)}.cds--tag--warm-gray{background-color:var(--cds-tag-background-warm-gray, #e5e0df);color:var(--cds-tag-color-warm-gray, #3c3838)}.cds--tag--warm-gray.cds--tag--interactive:hover,.cds--tag--warm-gray .cds--tag__close-icon:hover{background-color:var(--cds-tag-hover-warm-gray, #cac5c4)}.cds--tag--high-contrast{background-color:var(--cds-background-inverse, #393939);color:var(--cds-text-inverse, #ffffff)}.cds--tag--high-contrast.cds--tag--interactive:hover,.cds--tag--high-contrast .cds--tag__close-icon:hover{background-color:var(--cds-background-inverse-hover, #474747)}.cds--tag--outline{background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616);box-shadow:0 0 0 1px var(--cds-background-inverse, #393939)}.cds--tag--outline.cds--tag--interactive:hover,.cds--tag--outline .cds--tag__close-icon:hover{background-color:var(--cds-layer-hover)}.cds--tag--disabled,.cds--tag--filter.cds--tag--disabled,.cds--tag--interactive.cds--tag--disabled{background-color:var(--cds-layer);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));box-shadow:none}.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--filter.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--interactive.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--interactive.cds--tag--disabled .cds--tag__close-icon:hover{background-color:var(--cds-layer)}.cds--tag--disabled:hover,.cds--tag--filter.cds--tag--disabled:hover,.cds--tag--interactive.cds--tag--disabled:hover{cursor:not-allowed}.cds--tag__label{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.cds--tag--interactive:focus{box-shadow:inset 0 0 0 1px var(--cds-focus, #0f62fe);outline:none}.cds--tag--interactive:hover{cursor:pointer}.cds--tag--filter{padding-top:0;padding-right:0;padding-bottom:0;cursor:pointer}.cds--tag--filter:hover{outline:none}.cds--tag--interactive{transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9)}.cds--tag__close-icon{display:flex;width:var(--cds-layout-size-height-local);height:var(--cds-layout-size-height-local);flex-shrink:0;align-items:center;justify-content:center;padding:0;border:0;margin:0 0 0 .125rem;background-color:rgba(0,0,0,0);border-radius:50%;color:currentColor;cursor:pointer;transition:background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9),box-shadow 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--tag__close-icon svg{fill:currentColor}.cds--tag__custom-icon{width:1rem;height:1rem;flex-shrink:0;padding:0;border:0;margin-right:.25rem;background-color:rgba(0,0,0,0);color:currentColor;outline:none}.cds--tag__custom-icon svg{fill:currentColor}.cds--tag--disabled .cds--tag__close-icon{cursor:not-allowed}.cds--tag__close-icon:focus{border-radius:50%;box-shadow:inset 0 0 0 1px var(--cds-focus, #0f62fe);outline:none}.cds--tag--high-contrast .cds--tag__close-icon:focus{box-shadow:inset 0 0 0 1px var(--cds-focus-inverse, #ffffff)}.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover{background-color:rgba(0,0,0,0)}.cds--tag--filter.cds--tag--disabled svg{fill:var(--cds-icon-disabled, rgba(22, 22, 22, 0.25))}.cds--tag--sm.cds--tag--filter{padding-right:0}.cds--tag--sm .cds--tag__close-icon{margin-left:.3125rem}.cds--tag.cds--skeleton{background-color:var(--cds-skeleton-background, #e8e8e8);color:var(--cds-text-primary, #161616);overflow:hidden;width:3.75rem}.cds--tag.cds--skeleton.cds--tag--interactive:hover,.cds--tag.cds--skeleton .cds--tag__close-icon:hover{background-color:var(--cds-skeleton-background, #e8e8e8)}@media not all and (min-resolution: 0.001dpcm){@supports(-webkit-appearance: none) and (stroke-color: transparent){.cds--tag.cds--skeleton{transform:translateZ(0)}}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--tag{outline:1px solid rgba(0,0,0,0)}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--tag__close-icon svg,.cds--tag__custom-icon svg{fill:ButtonText}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--tag__close-icon:focus{color:Highlight;outline:1px solid Highlight}}.cds--grid{margin-right:auto;margin-left:auto;max-width:99rem;padding-right:1rem;padding-left:1rem}@media(min-width: 42rem){.cds--grid{padding-right:2rem;padding-left:2rem}}@media(min-width: 99rem){.cds--grid{padding-right:2.5rem;padding-left:2.5rem}}@media(min-width: 99rem){.cds--grid--full-width{max-width:100%}}.cds--row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.cds--row-padding [class*=cds--col],.cds--col-padding{padding-top:1rem;padding-bottom:1rem}.cds--grid--condensed [class*=cds--col]{padding-top:.03125rem;padding-bottom:.03125rem}.cds--col{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col,.cds--grid--condensed .cds--col{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col,.cds--grid--narrow .cds--col{padding-right:1rem;padding-left:0}.cds--col-sm-0{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-sm-0,.cds--grid--condensed .cds--col-sm-0{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-sm-0,.cds--grid--narrow .cds--col-sm-0{padding-right:1rem;padding-left:0}.cds--col-sm-1{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-sm-1,.cds--grid--condensed .cds--col-sm-1{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-sm-1,.cds--grid--narrow .cds--col-sm-1{padding-right:1rem;padding-left:0}.cds--col-sm-2{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-sm-2,.cds--grid--condensed .cds--col-sm-2{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-sm-2,.cds--grid--narrow .cds--col-sm-2{padding-right:1rem;padding-left:0}.cds--col-sm-3{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-sm-3,.cds--grid--condensed .cds--col-sm-3{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-sm-3,.cds--grid--narrow .cds--col-sm-3{padding-right:1rem;padding-left:0}.cds--col-sm-4{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-sm-4,.cds--grid--condensed .cds--col-sm-4{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-sm-4,.cds--grid--narrow .cds--col-sm-4{padding-right:1rem;padding-left:0}.cds--col-sm,.cds--col-sm--auto{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-sm,.cds--grid--condensed .cds--col-sm,.cds--row--condensed .cds--col-sm--auto,.cds--grid--condensed .cds--col-sm--auto{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-sm,.cds--grid--narrow .cds--col-sm,.cds--row--narrow .cds--col-sm--auto,.cds--grid--narrow .cds--col-sm--auto{padding-right:1rem;padding-left:0}.cds--col,.cds--col-sm{max-width:100%;flex-basis:0;flex-grow:1}.cds--col--auto,.cds--col-sm--auto{width:auto;max-width:100%;flex:1 0 0%}.cds--col-sm-0{display:none}.cds--col-sm-1{display:block;max-width:25%;flex:0 0 25%}.cds--col-sm-2{display:block;max-width:50%;flex:0 0 50%}.cds--col-sm-3{display:block;max-width:75%;flex:0 0 75%}.cds--col-sm-4{display:block;max-width:100%;flex:0 0 100%}.cds--offset-sm-0{margin-left:0}.cds--offset-sm-1{margin-left:25%}.cds--offset-sm-2{margin-left:50%}.cds--offset-sm-3{margin-left:75%}.cds--col-md-0{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-0,.cds--grid--condensed .cds--col-md-0{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-0,.cds--grid--narrow .cds--col-md-0{padding-right:1rem;padding-left:0}.cds--col-md-1{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-1,.cds--grid--condensed .cds--col-md-1{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-1,.cds--grid--narrow .cds--col-md-1{padding-right:1rem;padding-left:0}.cds--col-md-2{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-2,.cds--grid--condensed .cds--col-md-2{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-2,.cds--grid--narrow .cds--col-md-2{padding-right:1rem;padding-left:0}.cds--col-md-3{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-3,.cds--grid--condensed .cds--col-md-3{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-3,.cds--grid--narrow .cds--col-md-3{padding-right:1rem;padding-left:0}.cds--col-md-4{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-4,.cds--grid--condensed .cds--col-md-4{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-4,.cds--grid--narrow .cds--col-md-4{padding-right:1rem;padding-left:0}.cds--col-md-5{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-5,.cds--grid--condensed .cds--col-md-5{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-5,.cds--grid--narrow .cds--col-md-5{padding-right:1rem;padding-left:0}.cds--col-md-6{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-6,.cds--grid--condensed .cds--col-md-6{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-6,.cds--grid--narrow .cds--col-md-6{padding-right:1rem;padding-left:0}.cds--col-md-7{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-7,.cds--grid--condensed .cds--col-md-7{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-7,.cds--grid--narrow .cds--col-md-7{padding-right:1rem;padding-left:0}.cds--col-md-8{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md-8,.cds--grid--condensed .cds--col-md-8{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md-8,.cds--grid--narrow .cds--col-md-8{padding-right:1rem;padding-left:0}.cds--col-md,.cds--col-md--auto{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-md,.cds--grid--condensed .cds--col-md,.cds--row--condensed .cds--col-md--auto,.cds--grid--condensed .cds--col-md--auto{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-md,.cds--grid--narrow .cds--col-md,.cds--row--narrow .cds--col-md--auto,.cds--grid--narrow .cds--col-md--auto{padding-right:1rem;padding-left:0}@media(min-width: 42rem){.cds--col,.cds--col-md{max-width:100%;flex-basis:0;flex-grow:1}.cds--col--auto,.cds--col-md--auto{width:auto;max-width:100%;flex:1 0 0%}.cds--col-md-0{display:none}.cds--col-md-1{display:block;max-width:12.5%;flex:0 0 12.5%}.cds--col-md-2{display:block;max-width:25%;flex:0 0 25%}.cds--col-md-3{display:block;max-width:37.5%;flex:0 0 37.5%}.cds--col-md-4{display:block;max-width:50%;flex:0 0 50%}.cds--col-md-5{display:block;max-width:62.5%;flex:0 0 62.5%}.cds--col-md-6{display:block;max-width:75%;flex:0 0 75%}.cds--col-md-7{display:block;max-width:87.5%;flex:0 0 87.5%}.cds--col-md-8{display:block;max-width:100%;flex:0 0 100%}.cds--offset-md-0{margin-left:0}.cds--offset-md-1{margin-left:12.5%}.cds--offset-md-2{margin-left:25%}.cds--offset-md-3{margin-left:37.5%}.cds--offset-md-4{margin-left:50%}.cds--offset-md-5{margin-left:62.5%}.cds--offset-md-6{margin-left:75%}.cds--offset-md-7{margin-left:87.5%}}.cds--col-lg-0{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-0,.cds--grid--condensed .cds--col-lg-0{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-0,.cds--grid--narrow .cds--col-lg-0{padding-right:1rem;padding-left:0}.cds--col-lg-1{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-1,.cds--grid--condensed .cds--col-lg-1{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-1,.cds--grid--narrow .cds--col-lg-1{padding-right:1rem;padding-left:0}.cds--col-lg-2{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-2,.cds--grid--condensed .cds--col-lg-2{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-2,.cds--grid--narrow .cds--col-lg-2{padding-right:1rem;padding-left:0}.cds--col-lg-3{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-3,.cds--grid--condensed .cds--col-lg-3{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-3,.cds--grid--narrow .cds--col-lg-3{padding-right:1rem;padding-left:0}.cds--col-lg-4{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-4,.cds--grid--condensed .cds--col-lg-4{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-4,.cds--grid--narrow .cds--col-lg-4{padding-right:1rem;padding-left:0}.cds--col-lg-5{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-5,.cds--grid--condensed .cds--col-lg-5{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-5,.cds--grid--narrow .cds--col-lg-5{padding-right:1rem;padding-left:0}.cds--col-lg-6{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-6,.cds--grid--condensed .cds--col-lg-6{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-6,.cds--grid--narrow .cds--col-lg-6{padding-right:1rem;padding-left:0}.cds--col-lg-7{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-7,.cds--grid--condensed .cds--col-lg-7{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-7,.cds--grid--narrow .cds--col-lg-7{padding-right:1rem;padding-left:0}.cds--col-lg-8{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-8,.cds--grid--condensed .cds--col-lg-8{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-8,.cds--grid--narrow .cds--col-lg-8{padding-right:1rem;padding-left:0}.cds--col-lg-9{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-9,.cds--grid--condensed .cds--col-lg-9{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-9,.cds--grid--narrow .cds--col-lg-9{padding-right:1rem;padding-left:0}.cds--col-lg-10{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-10,.cds--grid--condensed .cds--col-lg-10{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-10,.cds--grid--narrow .cds--col-lg-10{padding-right:1rem;padding-left:0}.cds--col-lg-11{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-11,.cds--grid--condensed .cds--col-lg-11{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-11,.cds--grid--narrow .cds--col-lg-11{padding-right:1rem;padding-left:0}.cds--col-lg-12{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-12,.cds--grid--condensed .cds--col-lg-12{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-12,.cds--grid--narrow .cds--col-lg-12{padding-right:1rem;padding-left:0}.cds--col-lg-13{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-13,.cds--grid--condensed .cds--col-lg-13{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-13,.cds--grid--narrow .cds--col-lg-13{padding-right:1rem;padding-left:0}.cds--col-lg-14{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-14,.cds--grid--condensed .cds--col-lg-14{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-14,.cds--grid--narrow .cds--col-lg-14{padding-right:1rem;padding-left:0}.cds--col-lg-15{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-15,.cds--grid--condensed .cds--col-lg-15{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-15,.cds--grid--narrow .cds--col-lg-15{padding-right:1rem;padding-left:0}.cds--col-lg-16{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg-16,.cds--grid--condensed .cds--col-lg-16{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg-16,.cds--grid--narrow .cds--col-lg-16{padding-right:1rem;padding-left:0}.cds--col-lg,.cds--col-lg--auto{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-lg,.cds--grid--condensed .cds--col-lg,.cds--row--condensed .cds--col-lg--auto,.cds--grid--condensed .cds--col-lg--auto{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-lg,.cds--grid--narrow .cds--col-lg,.cds--row--narrow .cds--col-lg--auto,.cds--grid--narrow .cds--col-lg--auto{padding-right:1rem;padding-left:0}@media(min-width: 66rem){.cds--col,.cds--col-lg{max-width:100%;flex-basis:0;flex-grow:1}.cds--col--auto,.cds--col-lg--auto{width:auto;max-width:100%;flex:1 0 0%}.cds--col-lg-0{display:none}.cds--col-lg-1{display:block;max-width:6.25%;flex:0 0 6.25%}.cds--col-lg-2{display:block;max-width:12.5%;flex:0 0 12.5%}.cds--col-lg-3{display:block;max-width:18.75%;flex:0 0 18.75%}.cds--col-lg-4{display:block;max-width:25%;flex:0 0 25%}.cds--col-lg-5{display:block;max-width:31.25%;flex:0 0 31.25%}.cds--col-lg-6{display:block;max-width:37.5%;flex:0 0 37.5%}.cds--col-lg-7{display:block;max-width:43.75%;flex:0 0 43.75%}.cds--col-lg-8{display:block;max-width:50%;flex:0 0 50%}.cds--col-lg-9{display:block;max-width:56.25%;flex:0 0 56.25%}.cds--col-lg-10{display:block;max-width:62.5%;flex:0 0 62.5%}.cds--col-lg-11{display:block;max-width:68.75%;flex:0 0 68.75%}.cds--col-lg-12{display:block;max-width:75%;flex:0 0 75%}.cds--col-lg-13{display:block;max-width:81.25%;flex:0 0 81.25%}.cds--col-lg-14{display:block;max-width:87.5%;flex:0 0 87.5%}.cds--col-lg-15{display:block;max-width:93.75%;flex:0 0 93.75%}.cds--col-lg-16{display:block;max-width:100%;flex:0 0 100%}.cds--offset-lg-0{margin-left:0}.cds--offset-lg-1{margin-left:6.25%}.cds--offset-lg-2{margin-left:12.5%}.cds--offset-lg-3{margin-left:18.75%}.cds--offset-lg-4{margin-left:25%}.cds--offset-lg-5{margin-left:31.25%}.cds--offset-lg-6{margin-left:37.5%}.cds--offset-lg-7{margin-left:43.75%}.cds--offset-lg-8{margin-left:50%}.cds--offset-lg-9{margin-left:56.25%}.cds--offset-lg-10{margin-left:62.5%}.cds--offset-lg-11{margin-left:68.75%}.cds--offset-lg-12{margin-left:75%}.cds--offset-lg-13{margin-left:81.25%}.cds--offset-lg-14{margin-left:87.5%}.cds--offset-lg-15{margin-left:93.75%}}.cds--col-xlg-0{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-0,.cds--grid--condensed .cds--col-xlg-0{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-0,.cds--grid--narrow .cds--col-xlg-0{padding-right:1rem;padding-left:0}.cds--col-xlg-1{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-1,.cds--grid--condensed .cds--col-xlg-1{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-1,.cds--grid--narrow .cds--col-xlg-1{padding-right:1rem;padding-left:0}.cds--col-xlg-2{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-2,.cds--grid--condensed .cds--col-xlg-2{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-2,.cds--grid--narrow .cds--col-xlg-2{padding-right:1rem;padding-left:0}.cds--col-xlg-3{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-3,.cds--grid--condensed .cds--col-xlg-3{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-3,.cds--grid--narrow .cds--col-xlg-3{padding-right:1rem;padding-left:0}.cds--col-xlg-4{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-4,.cds--grid--condensed .cds--col-xlg-4{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-4,.cds--grid--narrow .cds--col-xlg-4{padding-right:1rem;padding-left:0}.cds--col-xlg-5{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-5,.cds--grid--condensed .cds--col-xlg-5{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-5,.cds--grid--narrow .cds--col-xlg-5{padding-right:1rem;padding-left:0}.cds--col-xlg-6{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-6,.cds--grid--condensed .cds--col-xlg-6{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-6,.cds--grid--narrow .cds--col-xlg-6{padding-right:1rem;padding-left:0}.cds--col-xlg-7{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-7,.cds--grid--condensed .cds--col-xlg-7{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-7,.cds--grid--narrow .cds--col-xlg-7{padding-right:1rem;padding-left:0}.cds--col-xlg-8{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-8,.cds--grid--condensed .cds--col-xlg-8{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-8,.cds--grid--narrow .cds--col-xlg-8{padding-right:1rem;padding-left:0}.cds--col-xlg-9{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-9,.cds--grid--condensed .cds--col-xlg-9{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-9,.cds--grid--narrow .cds--col-xlg-9{padding-right:1rem;padding-left:0}.cds--col-xlg-10{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-10,.cds--grid--condensed .cds--col-xlg-10{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-10,.cds--grid--narrow .cds--col-xlg-10{padding-right:1rem;padding-left:0}.cds--col-xlg-11{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-11,.cds--grid--condensed .cds--col-xlg-11{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-11,.cds--grid--narrow .cds--col-xlg-11{padding-right:1rem;padding-left:0}.cds--col-xlg-12{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-12,.cds--grid--condensed .cds--col-xlg-12{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-12,.cds--grid--narrow .cds--col-xlg-12{padding-right:1rem;padding-left:0}.cds--col-xlg-13{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-13,.cds--grid--condensed .cds--col-xlg-13{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-13,.cds--grid--narrow .cds--col-xlg-13{padding-right:1rem;padding-left:0}.cds--col-xlg-14{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-14,.cds--grid--condensed .cds--col-xlg-14{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-14,.cds--grid--narrow .cds--col-xlg-14{padding-right:1rem;padding-left:0}.cds--col-xlg-15{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-15,.cds--grid--condensed .cds--col-xlg-15{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-15,.cds--grid--narrow .cds--col-xlg-15{padding-right:1rem;padding-left:0}.cds--col-xlg-16{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg-16,.cds--grid--condensed .cds--col-xlg-16{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg-16,.cds--grid--narrow .cds--col-xlg-16{padding-right:1rem;padding-left:0}.cds--col-xlg,.cds--col-xlg--auto{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-xlg,.cds--grid--condensed .cds--col-xlg,.cds--row--condensed .cds--col-xlg--auto,.cds--grid--condensed .cds--col-xlg--auto{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-xlg,.cds--grid--narrow .cds--col-xlg,.cds--row--narrow .cds--col-xlg--auto,.cds--grid--narrow .cds--col-xlg--auto{padding-right:1rem;padding-left:0}@media(min-width: 82rem){.cds--col,.cds--col-xlg{max-width:100%;flex-basis:0;flex-grow:1}.cds--col--auto,.cds--col-xlg--auto{width:auto;max-width:100%;flex:1 0 0%}.cds--col-xlg-0{display:none}.cds--col-xlg-1{display:block;max-width:6.25%;flex:0 0 6.25%}.cds--col-xlg-2{display:block;max-width:12.5%;flex:0 0 12.5%}.cds--col-xlg-3{display:block;max-width:18.75%;flex:0 0 18.75%}.cds--col-xlg-4{display:block;max-width:25%;flex:0 0 25%}.cds--col-xlg-5{display:block;max-width:31.25%;flex:0 0 31.25%}.cds--col-xlg-6{display:block;max-width:37.5%;flex:0 0 37.5%}.cds--col-xlg-7{display:block;max-width:43.75%;flex:0 0 43.75%}.cds--col-xlg-8{display:block;max-width:50%;flex:0 0 50%}.cds--col-xlg-9{display:block;max-width:56.25%;flex:0 0 56.25%}.cds--col-xlg-10{display:block;max-width:62.5%;flex:0 0 62.5%}.cds--col-xlg-11{display:block;max-width:68.75%;flex:0 0 68.75%}.cds--col-xlg-12{display:block;max-width:75%;flex:0 0 75%}.cds--col-xlg-13{display:block;max-width:81.25%;flex:0 0 81.25%}.cds--col-xlg-14{display:block;max-width:87.5%;flex:0 0 87.5%}.cds--col-xlg-15{display:block;max-width:93.75%;flex:0 0 93.75%}.cds--col-xlg-16{display:block;max-width:100%;flex:0 0 100%}.cds--offset-xlg-0{margin-left:0}.cds--offset-xlg-1{margin-left:6.25%}.cds--offset-xlg-2{margin-left:12.5%}.cds--offset-xlg-3{margin-left:18.75%}.cds--offset-xlg-4{margin-left:25%}.cds--offset-xlg-5{margin-left:31.25%}.cds--offset-xlg-6{margin-left:37.5%}.cds--offset-xlg-7{margin-left:43.75%}.cds--offset-xlg-8{margin-left:50%}.cds--offset-xlg-9{margin-left:56.25%}.cds--offset-xlg-10{margin-left:62.5%}.cds--offset-xlg-11{margin-left:68.75%}.cds--offset-xlg-12{margin-left:75%}.cds--offset-xlg-13{margin-left:81.25%}.cds--offset-xlg-14{margin-left:87.5%}.cds--offset-xlg-15{margin-left:93.75%}}.cds--col-max-0{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-0,.cds--grid--condensed .cds--col-max-0{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-0,.cds--grid--narrow .cds--col-max-0{padding-right:1rem;padding-left:0}.cds--col-max-1{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-1,.cds--grid--condensed .cds--col-max-1{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-1,.cds--grid--narrow .cds--col-max-1{padding-right:1rem;padding-left:0}.cds--col-max-2{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-2,.cds--grid--condensed .cds--col-max-2{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-2,.cds--grid--narrow .cds--col-max-2{padding-right:1rem;padding-left:0}.cds--col-max-3{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-3,.cds--grid--condensed .cds--col-max-3{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-3,.cds--grid--narrow .cds--col-max-3{padding-right:1rem;padding-left:0}.cds--col-max-4{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-4,.cds--grid--condensed .cds--col-max-4{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-4,.cds--grid--narrow .cds--col-max-4{padding-right:1rem;padding-left:0}.cds--col-max-5{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-5,.cds--grid--condensed .cds--col-max-5{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-5,.cds--grid--narrow .cds--col-max-5{padding-right:1rem;padding-left:0}.cds--col-max-6{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-6,.cds--grid--condensed .cds--col-max-6{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-6,.cds--grid--narrow .cds--col-max-6{padding-right:1rem;padding-left:0}.cds--col-max-7{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-7,.cds--grid--condensed .cds--col-max-7{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-7,.cds--grid--narrow .cds--col-max-7{padding-right:1rem;padding-left:0}.cds--col-max-8{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-8,.cds--grid--condensed .cds--col-max-8{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-8,.cds--grid--narrow .cds--col-max-8{padding-right:1rem;padding-left:0}.cds--col-max-9{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-9,.cds--grid--condensed .cds--col-max-9{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-9,.cds--grid--narrow .cds--col-max-9{padding-right:1rem;padding-left:0}.cds--col-max-10{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-10,.cds--grid--condensed .cds--col-max-10{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-10,.cds--grid--narrow .cds--col-max-10{padding-right:1rem;padding-left:0}.cds--col-max-11{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-11,.cds--grid--condensed .cds--col-max-11{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-11,.cds--grid--narrow .cds--col-max-11{padding-right:1rem;padding-left:0}.cds--col-max-12{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-12,.cds--grid--condensed .cds--col-max-12{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-12,.cds--grid--narrow .cds--col-max-12{padding-right:1rem;padding-left:0}.cds--col-max-13{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-13,.cds--grid--condensed .cds--col-max-13{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-13,.cds--grid--narrow .cds--col-max-13{padding-right:1rem;padding-left:0}.cds--col-max-14{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-14,.cds--grid--condensed .cds--col-max-14{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-14,.cds--grid--narrow .cds--col-max-14{padding-right:1rem;padding-left:0}.cds--col-max-15{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-15,.cds--grid--condensed .cds--col-max-15{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-15,.cds--grid--narrow .cds--col-max-15{padding-right:1rem;padding-left:0}.cds--col-max-16{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max-16,.cds--grid--condensed .cds--col-max-16{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max-16,.cds--grid--narrow .cds--col-max-16{padding-right:1rem;padding-left:0}.cds--col-max,.cds--col-max--auto{width:100%;padding-right:1rem;padding-left:1rem}.cds--row--condensed .cds--col-max,.cds--grid--condensed .cds--col-max,.cds--row--condensed .cds--col-max--auto,.cds--grid--condensed .cds--col-max--auto{padding-right:.03125rem;padding-left:.03125rem}.cds--row--narrow .cds--col-max,.cds--grid--narrow .cds--col-max,.cds--row--narrow .cds--col-max--auto,.cds--grid--narrow .cds--col-max--auto{padding-right:1rem;padding-left:0}@media(min-width: 99rem){.cds--col,.cds--col-max{max-width:100%;flex-basis:0;flex-grow:1}.cds--col--auto,.cds--col-max--auto{width:auto;max-width:100%;flex:1 0 0%}.cds--col-max-0{display:none}.cds--col-max-1{display:block;max-width:6.25%;flex:0 0 6.25%}.cds--col-max-2{display:block;max-width:12.5%;flex:0 0 12.5%}.cds--col-max-3{display:block;max-width:18.75%;flex:0 0 18.75%}.cds--col-max-4{display:block;max-width:25%;flex:0 0 25%}.cds--col-max-5{display:block;max-width:31.25%;flex:0 0 31.25%}.cds--col-max-6{display:block;max-width:37.5%;flex:0 0 37.5%}.cds--col-max-7{display:block;max-width:43.75%;flex:0 0 43.75%}.cds--col-max-8{display:block;max-width:50%;flex:0 0 50%}.cds--col-max-9{display:block;max-width:56.25%;flex:0 0 56.25%}.cds--col-max-10{display:block;max-width:62.5%;flex:0 0 62.5%}.cds--col-max-11{display:block;max-width:68.75%;flex:0 0 68.75%}.cds--col-max-12{display:block;max-width:75%;flex:0 0 75%}.cds--col-max-13{display:block;max-width:81.25%;flex:0 0 81.25%}.cds--col-max-14{display:block;max-width:87.5%;flex:0 0 87.5%}.cds--col-max-15{display:block;max-width:93.75%;flex:0 0 93.75%}.cds--col-max-16{display:block;max-width:100%;flex:0 0 100%}.cds--offset-max-0{margin-left:0}.cds--offset-max-1{margin-left:6.25%}.cds--offset-max-2{margin-left:12.5%}.cds--offset-max-3{margin-left:18.75%}.cds--offset-max-4{margin-left:25%}.cds--offset-max-5{margin-left:31.25%}.cds--offset-max-6{margin-left:37.5%}.cds--offset-max-7{margin-left:43.75%}.cds--offset-max-8{margin-left:50%}.cds--offset-max-9{margin-left:56.25%}.cds--offset-max-10{margin-left:62.5%}.cds--offset-max-11{margin-left:68.75%}.cds--offset-max-12{margin-left:75%}.cds--offset-max-13{margin-left:81.25%}.cds--offset-max-14{margin-left:87.5%}.cds--offset-max-15{margin-left:93.75%}}.cds--no-gutter,.cds--row.cds--no-gutter [class*=cds--col]{padding-right:0;padding-left:0}.cds--no-gutter--start,.cds--row.cds--no-gutter--start [class*=cds--col]{padding-left:0}.cds--no-gutter--end,.cds--row.cds--no-gutter--end [class*=cds--col]{padding-right:0}.cds--hang--start{padding-left:1rem}.cds--hang--end{padding-right:1rem}.c4p--action-bar.c4p--action-bar{display:block}.c4p--action-bar .c4p--action-bar__displayed-items{display:inline-flex;width:100%;white-space:nowrap}.c4p--action-bar .c4p--action-bar__displayed-items--right{justify-content:flex-end}.c4p--action-bar .c4p--action-bar__hidden-sizing-items{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item{padding:0 .5rem}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item-content{display:flex;width:100%;justify-content:space-between}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item svg{margin:0 .25rem}.c4p--breadcrumb-with-overflow.c4p--breadcrumb-with-overflow{display:block}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container.c4p--breadcrumb-with-overflow__breadcrumb-container-with-items{display:inline-flex;width:100%}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container .cds--breadcrumb{width:100%;flex-wrap:nowrap;align-items:flex-start}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back{display:none}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__back__button.cds--btn{min-height:revert;padding:0}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__back__button.cds--btn--ghost:hover{background-color:inherit}@media(max-width: 41.98rem){.c4p--breadcrumb-with-overflow .cds--breadcrumb-item{display:none}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back,.c4p--breadcrumb-with-overflow .cds--breadcrumb-item:last-child{display:inline-flex;vertical-align:middle}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child{max-width:calc(100% - 2rem)}}.c4p--breadcrumb-with-overflow .cds--breadcrumb-item:last-child{display:inline-flex}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child{display:inline-flex;overflow:hidden}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child .cds--link{display:inline-block;overflow:hidden;width:100%;text-overflow:ellipsis}.c4p--breadcrumb-with-overflow__overflow-menu-options.c4p--breadcrumb-with-overflow__overflow-menu-options{z-index:8000}.c4p--tag-set.c4p--tag-set{display:block;width:100%}.c4p--tag-set .c4p--tag-set__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--tag-set .c4p--tag-set__space--align-end{text-align:end}.c4p--tag-set .c4p--tag-set__space--align-center{text-align:center}.c4p--tag-set .c4p--tag-set__tag-container{display:inline-flex;white-space:nowrap}.c4p--tag-set .c4p--tag-set__tag-container--multiline{flex-wrap:wrap}.c4p--tag-set .c4p--tag-set__tag-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--tag-set .c4p--tag-set-overflow{display:inline-block;vertical-align:bottom}.c4p--tag-set .c4p--tag-set-overflow .cds--tag.cds--tag--interactive{border:0}.c4p--tag-set .c4p--tag-set-overflow .cds--popover .cds--popover-content{padding:1rem}.c4p--tag-set .c4p--tag-set-overflow--hidden{overflow:hidden;max-width:0;visibility:hidden}.c4p--tag-set-modal.c4p--tag-set-modal{text-align:initial;white-space:initial}@media(min-width: 42rem){.c4p--tag-set-modal .c4p--tag-set-modal__container{height:90%;max-height:450px}}.c4p--tag-set-modal .c4p--tag-set-modal__search{margin-top:1rem;margin-bottom:0}.c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade{position:relative;margin-right:1rem;margin-left:1rem}.c4p--tag-set-modal .c4p--tag-set-modal__body{padding-bottom:1.5rem}.c4p--tag-set-modal .c4p--tag-set-modal__header{padding-right:0;margin-right:1rem}.c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade::after{position:absolute;top:calc(-1 * 5rem);left:0;width:100%;height:2rem;background:linear-gradient(to bottom, transparent, var(--cds-layer-01, #f4f4f4));content:""}.c4p--tag-set-overflow__tagset-popover.c4p--tag-set-overflow__tagset-popover{min-width:initial;text-align:left}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__popover-trigger{font-family:inherit}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link.cds--link:visited{display:inline-block;margin:.5rem 0 .25rem;color:var(--cds-link-inverse, #78a9ff)}.c4p--tag-set-overflow__tagset-popover .cds--link:active,.c4p--tag-set-overflow__tagset-popover .cds--link:active:visited,.c4p--tag-set-overflow__tagset-popover .cds--link:active:visited:hover{color:var(--cds-text-inverse, #ffffff)}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-list{margin-bottom:.5rem}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item,.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item .cds--tag{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);display:block;overflow:hidden;min-width:initial;min-height:initial;padding:0;border-radius:0;margin:0;background-color:inherit;color:inherit;text-overflow:ellipsis;white-space:nowrap}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag .cds--tag__close-icon{padding:0}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag .cds--tag--high-contrast{background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616)}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag .cds--tag__close-icon:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, 0.12))}.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag .cds--tag__close-icon:focus{box-shadow:inset 0 0 0 .125rem var(--cds-focus, #0f62fe)}.c4p--button-set-with-overflow.c4p--button-set-with-overflow{display:flex;width:100%}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container{display:inline-flex}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--button-set-with-overflow.c4p--button-set-with-overflow--right{justify-content:flex-end}@keyframes background-appear{from{background-color:var(--from-color)}to{background-color:var(--to-color)}}@keyframes background-and-shadow-appear{from{background-color:var(--from-color);box-shadow:0 1px 0 var(--from-color)}to{background-color:var(--to-color);box-shadow:0 1px 0 var(--to-color-shadow)}}.c4p--page-header.c4p--page-header{position:sticky;z-index:7999;top:var(--c4p--page-header--header-top);display:inline-block;width:100%;background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616);--c4p--page-header--breadcrumb-title-visibility: hidden;--c4p--page-header--breadcrumb-title-opacity: 1;--c4p--page-header--breadcrumb-top: 0;--c4p--page-header--background-opacity: 1;--c4p--page-header--breadcrumb-title-top: initial;--c4p--page-header--button-set-in-breadcrumb-width-px: initial;--c4p--page-header--navigation-buffer-top: $spacing-06}.c4p--page-header.c4p--page-header--has-navigation-tags-only{--c4p--page-header--navigation-buffer-top: $spacing-04}.c4p--page-header::before{--from-color: var(--cds-background, #ffffff);--to-color: var(--cds-layer-01, #f4f4f4);--to-color-shadow: var(--cds-layer-accent-01, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-and-shadow-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:"";z-index:-1}.c4p--page-header .c4p--page-header--width--xl{padding-right:2rem;padding-left:2rem}.c4p--page-header .c4p--page-header__breadcrumb-row{position:sticky;z-index:99;top:var(--c4p--page-header--breadcrumb-top);min-height:2.5rem}.c4p--page-header .c4p--page-header__breadcrumb-row+.c4p--page-header__last-row-buffer--active{height:.25rem}.c4p--page-header .c4p--page-header__breadcrumb-row:not(.c4p--page-header__breadcrumb-row--has-action-bar){min-height:2rem}.c4p--page-header .c4p--page-header__breadcrumb-row--container{display:flex;min-width:100%;flex-wrap:nowrap}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar{min-width:calc(.6*(100% + 2 * 1rem));max-width:calc(.6*(100% + 2 * 1rem))}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar .c4p--page-header__has-page-actions-without-action-bar{min-width:100%}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__breadcrumb-row--container{min-width:calc(100% + (var(--c4p--page-header--width-px) - var(--c4p--page-header--breadcrumb-row-width-px))/2)}.c4p--page-header .c4p--page-header__breadcrumb-row::after{position:absolute;bottom:0;left:50%;display:block;width:50vw;height:1px;box-shadow:0 1px 0 0 var(--cds-layer-accent-01, #e0e0e0),0 1px 0 0 var(--cds-layer-accent-01, #e0e0e0);content:"";opacity:0;transform:translateX(-50%) scaleX(1);transition:all 150ms ease-out}.c4p--page-header .c4p--page-header__breadcrumb-row--next-to-tabs:not(.c4p--page-header__has-page-actions-without-action-bar)::after,.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar::after{box-shadow:25vw 1px 0 0 var(--cds-layer-accent-01, #e0e0e0),-25vw 1px 0 0 var(--cds-layer-accent-01, #e0e0e0);opacity:1}.c4p--page-header .c4p--page-header__breadcrumb-container{width:100%}.c4p--page-header .c4p--page-header__action-bar-column{display:none}.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column{max-width:25%;flex:0 1 25%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column{max-width:40%;flex:1 0 40%}}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__action-bar-column{display:initial}.c4p--page-header .c4p--page-header__action-bar-column-content{display:flex;justify-content:flex-end;white-space:nowrap}@media(min-width: 66rem){.c4p--page-header .c4p--page-header__action-bar-column-content{flex-wrap:nowrap}}.c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions{position:relative;display:inline-block;width:100%;max-width:var(--c4p--page-header--button-set-in-breadcrumb-width-px);flex:1 1 var(--c4p--page-header--button-set-in-breadcrumb-width-px);opacity:0;transition:opacity 240ms cubic-bezier(0, 0, 0.38, 0.9);visibility:hidden;white-space:nowrap}.c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions--in-breadcrumb{opacity:1;visibility:visible}.c4p--page-header .c4p--page-header__breadcrumb-column{overflow:hidden;max-width:100%;flex:0 0 100%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-column{overflow:hidden}}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:75%;flex:0 1 75%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:60%;flex:0 1 60%}}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:100%;flex:0 1 100%}.c4p--page-header .c4p--page-header__breadcrumb-column--background,.c4p--page-header .c4p--page-header__action-bar-column--background{position:relative}.c4p--page-header .c4p--page-header__breadcrumb-column--background::before,.c4p--page-header .c4p--page-header__action-bar-column--background::before{--from-color: var(--cds-background, #ffffff);--to-color: var(--cds-layer-01, #f4f4f4);--to-color-shadow: var(--cds-layer-accent-01, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:""}.c4p--page-header .c4p--page-header__action-bar-column--influenced-by-collapse-button{padding-right:2.5rem}.c4p--page-header .c4p--page-header__breadcrumb{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);padding-top:.75rem}.c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items{padding-top:0}@media(min-width: 42rem){.c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items{padding-top:.75rem}}.c4p--page-header .c4p--page-header__breadcrumb .cds--breadcrumb-item{margin-right:.25rem}.c4p--page-header .c4p--page-header__breadcrumb .cds--breadcrumb-item::after{margin-left:.25rem}.c4p--page-header .c4p--page-header__breadcrumb .cds--breadcrumb-item,.c4p--page-header .c4p--page-header__breadcrumb .cds--breadcrumb-item .cds--link{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--page-header .c4p--page-header__breadcrumb-title{position:relative}.c4p--page-header .c4p--page-header__breadcrumb-title:not(.c4p--page-header__breadcrumb-title--pre-collapsed){opacity:var(--c4p--page-header--breadcrumb-title-opacity);transform:translateY(var(--c4p--page-header--breadcrumb-title-top));visibility:var(--c4p--page-header--breadcrumb-title-visibility)}.c4p--page-header .c4p--page-header__breadcrumb-container--hidden .c4p--page-header__breadcrumb-title.c4p--page-header__breadcrumb-title{overflow:initial}.c4p--page-header .c4p--page-header__action-bar{width:100%;max-width:var(--c4p--page-header--max-action-bar-width-px);flex:1 1 var(--c4p--page-header--max-action-bar-width-px);padding-top:.75rem;margin-top:calc(-1 * 0.75rem);vertical-align:top;white-space:nowrap}.c4p--page-header .c4p--page-header__title-row{--title-row-margin-top: 0.125rem;margin-top:var(--title-row-margin-top);margin-bottom:0;transform:translateY(0.125rem)}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__title-row{flex-wrap:nowrap}}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--under-action-bar{margin-top:1rem;transform:translateY(0)}.c4p--page-header .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:2rem}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-03{margin-bottom:.5rem}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-05+.c4p--page-header__last-row-buffer--active{height:1rem}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-06{margin-bottom:1.5rem}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--no-breadcrumb-row{margin-top:2rem}.c4p--page-header.c4p--page-header--has-navigation .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:calc(1.5rem)}.c4p--page-header.c4p--page-header--has-navigation-tags-only .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:calc(1rem)}.c4p--page-header .c4p--page-header__title-row--sticky{position:sticky}.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs+.c4p--page-header__title-row--sticky{top:calc(var(--c4p--page-header--breadcrumb-top) - var(--title-row-margin-top))}.c4p--page-header .c4p--page-header__title-column{min-height:40px;flex:0 0 100%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__title-column{max-width:60%;flex:1 0 60%}}.c4p--page-header .c4p--page-header__title{font-size:var(--cds-heading-04-font-size, 1.75rem);font-weight:var(--cds-heading-04-font-weight, 400);line-height:var(--cds-heading-04-line-height, 1.28572);letter-spacing:var(--cds-heading-04-letter-spacing, 0);min-height:2.5rem;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.c4p--page-header .c4p--page-header__title--editable{display:flex;overflow:visible;margin-top:calc(-1 * 0.125rem);margin-left:calc(-1 * 1rem)}.c4p--page-header .c4p--page-header__title-skeleton{height:2rem}.c4p--page-header .c4p--page-header__title--fades{opacity:calc(1 - var(--c4p--page-header--breadcrumb-title-opacity))}.c4p--page-header .c4p--page-header__title-icon{margin-right:.75rem;transform:translateY(-2px);vertical-align:middle}.c4p--page-header .c4p--page-header__page-actions{flex:0 0 100%;margin-top:1rem;white-space:nowrap}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__page-actions{max-width:40%;flex:0 1 40%;margin-top:0}}.c4p--page-header .c4p--page-header__page-actions .cds--btn-set .cds--btn{width:initial}.c4p--page-header .c4p--page-header__action-bar-column .c4p--page-header__page-actions{margin-top:0}.c4p--page-header .c4p--page-header__page-actions-container{justify-content:flex-start}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__page-actions-container{justify-content:flex-end}}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions{position:relative;opacity:1;transition:all 110ms cubic-bezier(0, 0, 0.38, 0.9);transition-property:opacity,visibility;visibility:visible}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions::before{--from-color: var(--cds-background, #ffffff);--to-color: var(--cds-layer-01, #f4f4f4);--to-color-shadow: var(--cds-layer-accent-01, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:""}.c4p--page-header .c4p--page-header__page-actions-content{position:relative;display:flex;overflow:hidden;width:100%;height:100%;justify-content:flex-end}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions--in-breadcrumb{opacity:0;visibility:hidden}.c4p--page-header .c4p--page-header__subtitle-row{display:-webkit-box;overflow:hidden;max-width:100%;margin-top:.5rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__subtitle-row{max-width:60%}}.c4p--page-header .c4p--page-header__subtitle-row+.c4p--page-header__last-row-buffer--active{height:1rem}.c4p--page-header .c4p--page-header__subtitle{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px)}.c4p--page-header .c4p--page-header__available-row{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px);margin-top:.5rem}.c4p--page-header .c4p--page-header__available-row+.c4p--page-header__last-row-buffer--active{height:1rem}.c4p--page-header .c4p--page-header__title-row+.c4p--page-header__available-row{margin-top:1rem}.c4p--page-header .c4p--page-header__available-row *{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px)}.c4p--page-header .c4p--page-header__navigation-row{flex-wrap:wrap-reverse;margin-top:0}.c4p--page-header .c4p--page-header__navigation-row .cds--content-switcher{box-sizing:content-box;padding-bottom:1rem}.c4p--page-header .c4p--page-header__navigation-row .cds--tab-content{display:none}.c4p--page-header .c4p--page-header__navigation-tabs{margin-left:calc(-1 * 1rem)}.c4p--page-header .c4p--page-header__navigation-row--has-tags .c4p--page-header__navigation-tabs{max-width:75%;flex:0 1 75%}.c4p--page-header .c4p--page-header__navigation-tags{display:flex;max-width:25%;flex:1 0 25%;align-items:center;justify-content:flex-end;padding-top:.25rem;padding-right:2rem;padding-bottom:.25rem;text-align:right;white-space:nowrap}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__navigation-tags{padding-right:1rem}}.c4p--page-header .c4p--page-header__navigation-tags--tags-only{justify-content:flex-start;padding-top:0;padding-bottom:.75rem;margin-left:calc(-1 * 0.25rem);text-align:initial}.c4p--page-header .c4p--page-header__navigation-row .cds--content-switcher-btn{background-color:var(--cds-background, #ffffff)}.c4p--page-header .c4p--page-header__collapse-expand-toggle{position:absolute;z-index:100;right:0;bottom:0}.c4p--page-header .c4p--page-header__collapse-expand-toggle .cds--btn__icon{transition:all 400ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--page-header .c4p--page-header__collapse-expand-toggle--collapsed svg{transform:scaleY(-1)}:root{--c4p--page-header--tagset-tooltip-offset: 0}.c4p--page-header__tagset-tooltip.c4p--page-header__tagset-tooltip{position:var(--c4p--page-header--tagset-tooltip-position) !important;top:var(--c4p--page-header--tagset-tooltip-offset) !important}.c4p--page-header__navigation-tags-overflow.cds--tooltip{z-index:7999}.c4p--page-header__action-bar-menu-options.cds--overflow-menu-options,.cds--breadcrumb-menu-options.cds--overflow-menu-options,.c4p--page-header__button-set-menu-options.cds--overflow-menu-options{z-index:7999}.c4p--card__productive .c4p--card__header{padding-right:0}.c4p--card__productive .c4p--card__title{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0)}.c4p--card__productive .c4p--card__title-lg .c4p--card__title{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0)}.c4p--card__productive .c4p--card__body{padding-top:.5rem}.c4p--card__productive .c4p--card__footer{align-items:center;justify-content:space-between;border-top:1px solid var(--cds-border-subtle-01, #c6c6c6)}.c4p--card__productive .c4p--card__footer-no-button{justify-content:flex-end}.c4p--card__productive .c4p--card__actions{min-height:2rem;margin:0}.c4p--card__productive .c4p--card__actions-header{margin-top:calc(-1 * 0.25rem);margin-right:.5rem}.c4p--card__productive .c4p--card__actions-header-ghost-button{min-height:2rem;padding:0 1rem;padding-right:.625rem;padding-left:.625rem}.c4p--card__productive .c4p--card__actions-header-ghost-button::before{position:absolute;left:0;width:.05rem;height:1.5rem;background-color:var(--cds-layer-hover-01, #e8e8e8);content:"";opacity:1}.c4p--card__productive .c4p--card__actions-header-ghost-button:hover::before{opacity:0}.c4p--card__productive .c4p--card__actions-header-ghost-button:hover+.c4p--card__actions-header-ghost-button::before{opacity:0}.c4p--card__productive .c4p--card__actions-header-ghost-button:first-child:not(:last-child)::before{display:none}.c4p--card__productive .c4p--card__title-lg .c4p--card__actions-header,.c4p--card__productive .c4p--card__header-has-label .c4p--card__actions-header{margin-top:0}.c4p--card__productive .c4p--card__icon{margin-right:1rem}.c4p--card__productive .c4p--card__header-container{align-items:start}.c4p--remove-modal .cds--modal-footer .cds--btn{max-width:none}.c4p--remove-modal .cds--modal-content{padding-right:1rem}.c4p--remove-modal__body{padding-right:20%;margin-bottom:1rem}.c4p--saving__message{display:flex}.c4p--saving__error-icon{margin-right:1rem}.c4p--saving__error-icon svg{fill:var(--cds-button-danger-primary, #da1e28)}.c4p--saving__text{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px)}.c4p--saving__buttons{display:flex}@keyframes rotating{0%{transform:scaleY(-1) rotate(360deg)}100%{transform:scaleY(-1) rotate(0deg)}}.c4p--status-icon{display:flex;justify-content:flex-end}.c4p--status-icon--light.c4p--status-icon--light-minor-warning,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning{fill:#fddc69}.c4p--status-icon--light.c4p--status-icon--light-major-warning path:nth-of-type(1),.c4p--status-icon--dark.c4p--status-icon--dark-major-warning path:nth-of-type(1),.c4p--status-icon--light.c4p--status-icon--light-minor-warning path:nth-of-type(1),.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning path:nth-of-type(1){fill:#161616}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-fatal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal,.c4p--status-icon--light.c4p--status-icon--light-fatal{fill:#000}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-fatal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal,.c4p--status-icon--light.c4p--status-icon--dark-fatal{fill:#000}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-critical,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical,.c4p--status-icon--light.c4p--status-icon--light-critical{fill:#da1e28}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-critical,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical,.c4p--status-icon--light.c4p--status-icon--dark-critical{fill:#da1e28}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-major-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning,.c4p--status-icon--light.c4p--status-icon--light-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-major-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning,.c4p--status-icon--light.c4p--status-icon--dark-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-minor-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning,.c4p--status-icon--light.c4p--status-icon--light-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-minor-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning,.c4p--status-icon--light.c4p--status-icon--dark-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-undefined,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined,.c4p--status-icon--light.c4p--status-icon--light-undefined{fill:#8a3ffc}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-undefined,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined,.c4p--status-icon--light.c4p--status-icon--dark-undefined{fill:#8a3ffc}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-unknown,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown,.c4p--status-icon--light.c4p--status-icon--light-unknown{fill:#6f6f6f}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-unknown,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown,.c4p--status-icon--light.c4p--status-icon--dark-unknown{fill:#6f6f6f}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-normal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal,.c4p--status-icon--light.c4p--status-icon--light-normal{fill:#198038}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-normal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal,.c4p--status-icon--light.c4p--status-icon--dark-normal{fill:#198038}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-info,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info,.c4p--status-icon--light.c4p--status-icon--light-info{fill:#0f62fe}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-info,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info,.c4p--status-icon--light.c4p--status-icon--dark-info{fill:#0f62fe}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:rotating 8000ms infinite linear;fill:#0f62fe}@media(prefers-reduced-motion: reduce){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:rotating 8000ms infinite linear;fill:#0f62fe}@media(prefers-reduced-motion: reduce){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-running,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-running,.c4p--status-icon--light.c4p--status-icon--light-running{fill:#198038;transform:scaleY(-1)}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-running,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-running,.c4p--status-icon--light.c4p--status-icon--dark-running{fill:#198038;transform:scaleY(-1)}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-pending,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending,.c4p--status-icon--light.c4p--status-icon--light-pending{fill:#6f6f6f}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-pending,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending,.c4p--status-icon--light.c4p--status-icon--dark-pending{fill:#6f6f6f}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-fatal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal,.c4p--status-icon--dark.c4p--status-icon--light-fatal{fill:#8d8d8d}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-fatal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal,.c4p--status-icon--dark.c4p--status-icon--dark-fatal{fill:#8d8d8d}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-critical,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical,.c4p--status-icon--dark.c4p--status-icon--light-critical{fill:#fa4d56}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-critical,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical,.c4p--status-icon--dark.c4p--status-icon--dark-critical{fill:#fa4d56}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-major-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning,.c4p--status-icon--dark.c4p--status-icon--light-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-major-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning,.c4p--status-icon--dark.c4p--status-icon--dark-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-minor-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning,.c4p--status-icon--dark.c4p--status-icon--light-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-undefined,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined,.c4p--status-icon--dark.c4p--status-icon--light-undefined{fill:#a56eff}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-undefined,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined,.c4p--status-icon--dark.c4p--status-icon--dark-undefined{fill:#a56eff}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-unknown,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown,.c4p--status-icon--dark.c4p--status-icon--light-unknown{fill:#8d8d8d}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-unknown,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown,.c4p--status-icon--dark.c4p--status-icon--dark-unknown{fill:#8d8d8d}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-normal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal,.c4p--status-icon--dark.c4p--status-icon--light-normal{fill:#24a148}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-normal,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal,.c4p--status-icon--dark.c4p--status-icon--dark-normal{fill:#24a148}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-info,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info,.c4p--status-icon--dark.c4p--status-icon--light-info{fill:#4589ff}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-info,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info,.c4p--status-icon--dark.c4p--status-icon--dark-info{fill:#4589ff}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:rotating 8000ms infinite linear;fill:#4589ff}@media(prefers-reduced-motion: reduce){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:rotating 8000ms infinite linear;fill:#4589ff}@media(prefers-reduced-motion: reduce){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-running,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-running,.c4p--status-icon--dark.c4p--status-icon--light-running{fill:#24a148;transform:scaleY(-1)}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-running,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-running,.c4p--status-icon--dark.c4p--status-icon--dark-running{fill:#24a148;transform:scaleY(-1)}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-pending,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending,.c4p--status-icon--dark.c4p--status-icon--light-pending{fill:#8d8d8d}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-pending,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending,.c4p--status-icon--dark.c4p--status-icon--dark-pending{fill:#8d8d8d}@media(prefers-reduced-motion){.cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.cds--search{position:relative;display:flex;width:100%;align-items:center}.cds--search .cds--label{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.cds--search-input{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);outline:2px solid rgba(0,0,0,0);outline-offset:-2px;width:100%;order:1;padding:0 2.5rem;border:none;border-bottom:1px solid var(--cds-border-strong);appearance:none;background-color:var(--cds-field);color:var(--cds-text-primary, #161616);text-overflow:ellipsis;transition:background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9),outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--search-input *,.cds--search-input *::before,.cds--search-input *::after{box-sizing:inherit}.cds--search-input:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--search-input:focus{outline-style:dotted}}.cds--search-input::placeholder{color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4));opacity:1}.cds--search-input::-ms-clear{display:none}.cds--search-input[disabled]{border-bottom:1px solid rgba(0,0,0,0);background-color:var(--cds-field);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));cursor:not-allowed}.cds--search-input[disabled]::placeholder{color:var(--cds-field)}.cds--search--light .cds--search-input{background:var(--cds-field-02, #ffffff)}.cds--search--light .cds--search-close::before{background:var(--cds-field-02, #ffffff)}.cds--search--sm .cds--search-input,.cds--search--sm.cds--search--expandable.cds--search--expanded .cds--search-input{height:2rem;padding:0 2rem}.cds--search--sm .cds--search-magnifier-icon{left:.5rem}.cds--search--md .cds--search-input,.cds--search--md.cds--search--expandable.cds--search--expanded .cds--search-input{height:2.5rem;padding:0 2.5rem}.cds--search--md .cds--search-magnifier-icon{left:.75rem}.cds--search--lg .cds--search-input,.cds--search--lg.cds--search--expandable.cds--search--expanded .cds--search-input{height:3rem;padding:0 3rem}.cds--search-magnifier-icon{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;position:absolute;z-index:2;top:50%;left:1rem;width:1rem;height:1rem;fill:var(--cds-icon-secondary, #525252);pointer-events:none;transform:translateY(-50%)}.cds--search-magnifier-icon *,.cds--search-magnifier-icon *::before,.cds--search-magnifier-icon *::after{box-sizing:inherit}.cds--search-close{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;appearance:none;background:none;cursor:pointer;text-align:start;outline:2px solid rgba(0,0,0,0);outline-offset:-2px;position:absolute;top:0;right:0}.cds--search-close *,.cds--search-close *::before,.cds--search-close *::after{box-sizing:inherit}.cds--search-close::-moz-focus-inner{border:0}.cds--search-close::before{position:absolute;top:.0625rem;left:0;display:block;width:2px;height:calc(100% - 2px);background-color:var(--cds-field);content:"";transition:background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}@media screen and (prefers-reduced-motion: reduce){.cds--search-close::before{transition:none}}.cds--search-close:hover{border-bottom:1px solid var(--cds-border-strong)}.cds--search-close:hover::before{background-color:var(--cds-field-hover)}.cds--search-button{flex-shrink:0;margin-left:.125rem;background-color:var(--cds-field)}.cds--search-button svg{fill:currentColor;vertical-align:middle}.cds--search-close svg{fill:inherit}.cds--search-close,.cds--search-button{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-width:1px 0;border-style:solid;border-color:rgba(0,0,0,0);cursor:pointer;fill:var(--cds-icon-primary, #161616);opacity:1;transition:opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9),background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9),outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9),border 110ms cubic-bezier(0.2, 0, 0.38, 0.9);visibility:inherit}.cds--search-close:hover,.cds--search-button:hover{background-color:var(--cds-field-hover)}.cds--search-close:focus,.cds--search-button:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--search-close:focus,.cds--search-button:focus{outline-style:dotted}}.cds--search-close:active,.cds--search-button:active{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px;background-color:var(--cds-background-selected, rgba(141, 141, 141, 0.2))}@media screen and (prefers-contrast){.cds--search-close:active,.cds--search-button:active{outline-style:dotted}}.cds--search--disabled .cds--search-close,.cds--search--disabled.cds--search--expandable .cds--search-magnifier{cursor:not-allowed;outline:none}.cds--search--disabled .cds--search-close:hover,.cds--search--disabled.cds--search--expandable .cds--search-magnifier:hover{border-bottom-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.cds--search--disabled .cds--search-close:hover::before,.cds--search--disabled.cds--search--expandable .cds--search-magnifier:hover::before{background-color:rgba(0,0,0,0)}.cds--search--disabled svg{fill:var(--cds-icon-on-color-disabled, #8d8d8d)}.cds--search-close:focus::before,.cds--search-close:active::before{background-color:var(--cds-focus, #0f62fe)}.cds--search-input:focus~.cds--search-close:hover{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--search-input:focus~.cds--search-close:hover{outline-style:dotted}}.cds--search--sm .cds--search-close,.cds--search--sm~.cds--search-button,.cds--search--sm.cds--search--expandable,.cds--search--sm.cds--search--expandable .cds--search-magnifier{width:2rem;height:2rem}.cds--search--sm.cds--search--expandable .cds--search-input::placeholder{padding:0 2rem}.cds--search--md .cds--search-close,.cds--search--md~.cds--search-button,.cds--search--md.cds--search--expandable,.cds--search--md.cds--search--expandable .cds--search-magnifier{width:2.5rem;height:2.5rem}.cds--search--md.cds--search--expandable .cds--search-input::placeholder{padding:0 2.5rem}.cds--search--lg .cds--search-close,.cds--search--lg~.cds--search-button,.cds--search--lg.cds--search--expandable,.cds--search--lg.cds--search--expandable .cds--search-magnifier{width:3rem;height:3rem}.cds--search--lg.cds--search--expandable .cds--search-input::placeholder{padding:0 3rem}.cds--search-close--hidden{opacity:0;visibility:hidden}.cds--search--lg.cds--skeleton .cds--search-input,.cds--search--md.cds--skeleton .cds--search-input,.cds--search--sm.cds--skeleton .cds--search-input{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;width:100%}.cds--search--lg.cds--skeleton .cds--search-input:hover,.cds--search--lg.cds--skeleton .cds--search-input:focus,.cds--search--lg.cds--skeleton .cds--search-input:active,.cds--search--md.cds--skeleton .cds--search-input:hover,.cds--search--md.cds--skeleton .cds--search-input:focus,.cds--search--md.cds--skeleton .cds--search-input:active,.cds--search--sm.cds--skeleton .cds--search-input:hover,.cds--search--sm.cds--skeleton .cds--search-input:focus,.cds--search--sm.cds--skeleton .cds--search-input:active{border:none;cursor:default;outline:none}.cds--search--lg.cds--skeleton .cds--search-input::before,.cds--search--md.cds--skeleton .cds--search-input::before,.cds--search--sm.cds--skeleton .cds--search-input::before{position:absolute;width:100%;height:100%;animation:3000ms ease-in-out skeleton infinite;background:var(--cds-skeleton-element, #c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.cds--search--lg.cds--skeleton .cds--search-input::before,.cds--search--md.cds--skeleton .cds--search-input::before,.cds--search--sm.cds--skeleton .cds--search-input::before{animation:none}}.cds--search--lg.cds--skeleton .cds--search-input::placeholder,.cds--search--md.cds--skeleton .cds--search-input::placeholder,.cds--search--sm.cds--skeleton .cds--search-input::placeholder{color:rgba(0,0,0,0)}.cds--search--expandable{transition:width 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--search--expandable.cds--search--expanded{width:100%}.cds--search--expandable .cds--search-input{width:0;padding:0;transition:padding 70ms cubic-bezier(0.2, 0, 0.38, 0.9),width 0s linear 70ms}.cds--search--expandable .cds--search-input::placeholder{position:relative;opacity:0;transition-duration:70ms;transition-property:padding,opacity;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--search--expandable.cds--search--expanded .cds--search-input{width:100%;transition:padding 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}.cds--search--expandable.cds--search--expanded .cds--search-input::placeholder{position:relative;padding:0;opacity:1}.cds--search--expandable .cds--search-magnifier{position:absolute;cursor:pointer}.cds--search--expandable .cds--search-magnifier:focus{outline:2px solid var(--cds-focus, #0f62fe)}.cds--search--expandable .cds--search-magnifier:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, 0.12))}.cds--search--expandable.cds--search--expanded .cds--search-magnifier{pointer-events:none}.cds--search--expandable .cds--search-magnifier-icon{fill:var(--cds-icon-primary, #161616)}.cds--search--expandable.cds--search--expanded .cds--search-magnifier-icon{fill:var(--cds-icon-secondary, #525252)}.cds--search--expandable.cds--search--disabled svg{fill:var(--cds-icon-disabled, rgba(22, 22, 22, 0.25))}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds--search-close svg,.cds--search-magnifier-icon{fill:ButtonText}}.c4p--toolbar{display:flex;min-width:2.5rem;min-height:2.5rem;background-color:var(--cds-layer-01, #f4f4f4)}@media(min-width: 66rem){.c4p--toolbar{justify-content:flex-end}}.c4p--toolbar--vertical,.c4p--toolbar--vertical>.c4p--toolbar__group{flex-wrap:wrap}.c4p--toolbar--vertical{max-width:2.5rem}.c4p--toolbar__group{display:flex;border-right:1px solid var(--cds-border-subtle-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6)}.c4p--toolbar--vertical>.c4p--toolbar__group,.c4p--toolbar__group:last-of-type{border-right-width:0}.c4p--toolbar--vertical>.c4p--toolbar__group:last-of-type,.c4p--toolbar .cds--dropdown{border-bottom-width:0}.c4p--toolbar__button--caret{position:relative}.c4p--toolbar__button__caret{position:absolute;right:.125rem;bottom:.125rem;width:calc(0.125rem + 0.25rem);height:calc(0.125rem + 0.25rem);background:linear-gradient(to right bottom, transparent 50%, var(--cds-icon-primary, #161616) 50%);content:""}.c4p--tooltip-trigger{display:flex;width:100%;height:100%;box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:0;margin:0;appearance:none;background:none;cursor:pointer;outline:none}@keyframes web-terminal-entrance{from{opacity:0;transform:translateX(40rem)}to{opacity:1;transform:translateX(0)}}@keyframes web-terminal-exit{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(40rem)}}.c4p--web-terminal{--cds-background: #262626;--cds-background-active: rgba(141, 141, 141, 0.4);--cds-background-brand: #0f62fe;--cds-background-hover: rgba(141, 141, 141, 0.16);--cds-background-inverse: #f4f4f4;--cds-background-inverse-hover: #e8e8e8;--cds-background-selected: rgba(141, 141, 141, 0.24);--cds-background-selected-hover: rgba(141, 141, 141, 0.32);--cds-border-disabled: rgba(141, 141, 141, 0.5);--cds-border-interactive: #4589ff;--cds-border-inverse: #f4f4f4;--cds-border-strong-01: #8d8d8d;--cds-border-strong-02: #a8a8a8;--cds-border-strong-03: #c6c6c6;--cds-border-subtle-00: #525252;--cds-border-subtle-01: #525252;--cds-border-subtle-02: #6f6f6f;--cds-border-subtle-03: #8d8d8d;--cds-border-subtle-selected-01: #6f6f6f;--cds-border-subtle-selected-02: #8d8d8d;--cds-border-subtle-selected-03: #a8a8a8;--cds-border-tile-01: #6f6f6f;--cds-border-tile-02: #8d8d8d;--cds-border-tile-03: #a8a8a8;--cds-field-01: #393939;--cds-field-02: #525252;--cds-field-03: #6f6f6f;--cds-field-hover-01: #474747;--cds-field-hover-02: #636363;--cds-field-hover-03: #5e5e5e;--cds-focus: #ffffff;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-highlight: #0043ce;--cds-icon-disabled: rgba(244, 244, 244, 0.25);--cds-icon-interactive: #ffffff;--cds-icon-inverse: #161616;--cds-icon-on-color: #ffffff;--cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-interactive: #4589ff;--cds-layer-01: #393939;--cds-layer-02: #525252;--cds-layer-03: #6f6f6f;--cds-layer-accent-01: #525252;--cds-layer-accent-02: #6f6f6f;--cds-layer-accent-03: #8d8d8d;--cds-layer-accent-active-01: #8d8d8d;--cds-layer-accent-active-02: #393939;--cds-layer-accent-active-03: #525252;--cds-layer-accent-hover-01: #636363;--cds-layer-accent-hover-02: #5e5e5e;--cds-layer-accent-hover-03: #7a7a7a;--cds-layer-active-01: #6f6f6f;--cds-layer-active-02: #8d8d8d;--cds-layer-active-03: #393939;--cds-layer-hover-01: #474747;--cds-layer-hover-02: #636363;--cds-layer-hover-03: #5e5e5e;--cds-layer-selected-01: #525252;--cds-layer-selected-02: #6f6f6f;--cds-layer-selected-03: #525252;--cds-layer-selected-disabled: #a8a8a8;--cds-layer-selected-hover-01: #636363;--cds-layer-selected-hover-02: #5e5e5e;--cds-layer-selected-hover-03: #636363;--cds-layer-selected-inverse: #f4f4f4;--cds-link-inverse: #0f62fe;--cds-link-inverse-active: #161616;--cds-link-inverse-hover: #0043ce;--cds-link-primary: #78a9ff;--cds-link-primary-hover: #a6c8ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-shadow: rgba(0, 0, 0, 0.8);--cds-skeleton-background: #333333;--cds-skeleton-element: #525252;--cds-support-caution-major: #ff832b;--cds-support-caution-minor: #f1c21b;--cds-support-caution-undefined: #a56eff;--cds-support-error: #ff8389;--cds-support-error-inverse: #da1e28;--cds-support-info: #4589ff;--cds-support-info-inverse: #0043ce;--cds-support-success: #42be65;--cds-support-success-inverse: #24a148;--cds-support-warning: #f1c21b;--cds-support-warning-inverse: #f1c21b;--cds-text-disabled: rgba(244, 244, 244, 0.25);--cds-text-error: #ffb3b8;--cds-text-helper: #c6c6c6;--cds-text-inverse: #161616;--cds-text-on-color: #ffffff;--cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);--cds-text-placeholder: rgba(244, 244, 244, 0.4);--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-toggle-off: #8d8d8d;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-font-weight: 400;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.19;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.42857;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.19;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-button-separator: #161616;--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #ff8389;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0050e6;--cds-button-secondary-hover: #5e5e5e;--cds-button-tertiary-hover: #f4f4f4;--cds-button-disabled: rgba(141, 141, 141, 0.3);--cds-tag-background-red: #a2191f;--cds-tag-color-red: #ffd7d9;--cds-tag-hover-red: #c21e25;--cds-tag-background-magenta: #9f1853;--cds-tag-color-magenta: #ffd6e8;--cds-tag-hover-magenta: #bf1d63;--cds-tag-background-purple: #6929c4;--cds-tag-color-purple: #e8daff;--cds-tag-hover-purple: #7c3dd6;--cds-tag-background-blue: #0043ce;--cds-tag-color-blue: #d0e2ff;--cds-tag-hover-blue: #0053ff;--cds-tag-background-cyan: #00539a;--cds-tag-color-cyan: #bae6ff;--cds-tag-hover-cyan: #0066bd;--cds-tag-background-teal: #005d5d;--cds-tag-color-teal: #9ef0f0;--cds-tag-hover-teal: #007070;--cds-tag-background-green: #0e6027;--cds-tag-color-green: #a7f0ba;--cds-tag-hover-green: #11742f;--cds-tag-background-gray: #525252;--cds-tag-color-gray: #e0e0e0;--cds-tag-hover-gray: #636363;--cds-tag-background-cool-gray: #4d5358;--cds-tag-color-cool-gray: #dde1e6;--cds-tag-hover-cool-gray: #5d646a;--cds-tag-background-warm-gray: #565151;--cds-tag-color-warm-gray: #e5e0df;--cds-tag-hover-warm-gray: #696363;--cds-layer:var(--cds-layer-01, #f4f4f4);--cds-layer-active:var(--cds-layer-active-01, #c6c6c6);--cds-layer-hover:var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01, #a8a8a8);--cds-field:var(--cds-field-01, #f4f4f4);--cds-field-hover:var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong:var(--cds-border-strong-01, #8d8d8d);--cds-border-tile:var(--cds-border-tile-01, #c6c6c6);position:fixed;top:3rem;right:0;width:100%;max-width:40rem;height:calc(100vh - 3rem);border-left:1px solid #262626;color:var(--cds-text-primary, #161616);background-color:#161616}.c4p--web-terminal__bar{display:flex;height:3rem;align-items:center;justify-content:space-between;background-color:var(--cds-background, #ffffff)}.c4p--web-terminal__actions{display:flex}.c4p--web-terminal__documentation-overflow{--cds-background: #161616;--cds-background-active: rgba(141, 141, 141, 0.4);--cds-background-brand: #0f62fe;--cds-background-hover: rgba(141, 141, 141, 0.16);--cds-background-inverse: #f4f4f4;--cds-background-inverse-hover: #e8e8e8;--cds-background-selected: rgba(141, 141, 141, 0.24);--cds-background-selected-hover: rgba(141, 141, 141, 0.32);--cds-border-disabled: rgba(141, 141, 141, 0.5);--cds-border-interactive: #4589ff;--cds-border-inverse: #f4f4f4;--cds-border-strong-01: #6f6f6f;--cds-border-strong-02: #8d8d8d;--cds-border-strong-03: #a8a8a8;--cds-border-subtle-00: #393939;--cds-border-subtle-01: #393939;--cds-border-subtle-02: #525252;--cds-border-subtle-03: #6f6f6f;--cds-border-subtle-selected-01: #525252;--cds-border-subtle-selected-02: #6f6f6f;--cds-border-subtle-selected-03: #8d8d8d;--cds-border-tile-01: #525252;--cds-border-tile-02: #6f6f6f;--cds-border-tile-03: #8d8d8d;--cds-field-01: #262626;--cds-field-02: #393939;--cds-field-03: #525252;--cds-field-hover-01: #333333;--cds-field-hover-02: #474747;--cds-field-hover-03: #636363;--cds-focus: #ffffff;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-highlight: #002d9c;--cds-icon-disabled: rgba(244, 244, 244, 0.25);--cds-icon-interactive: #ffffff;--cds-icon-inverse: #161616;--cds-icon-on-color: #ffffff;--cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-interactive: #4589ff;--cds-layer-01: #262626;--cds-layer-02: #393939;--cds-layer-03: #525252;--cds-layer-accent-01: #393939;--cds-layer-accent-02: #525252;--cds-layer-accent-03: #6f6f6f;--cds-layer-accent-active-01: #6f6f6f;--cds-layer-accent-active-02: #8d8d8d;--cds-layer-accent-active-03: #393939;--cds-layer-accent-hover-01: #474747;--cds-layer-accent-hover-02: #636363;--cds-layer-accent-hover-03: #5e5e5e;--cds-layer-active-01: #525252;--cds-layer-active-02: #6f6f6f;--cds-layer-active-03: #8d8d8d;--cds-layer-hover-01: #333333;--cds-layer-hover-02: #474747;--cds-layer-hover-03: #636363;--cds-layer-selected-01: #393939;--cds-layer-selected-02: #525252;--cds-layer-selected-03: #6f6f6f;--cds-layer-selected-disabled: #a8a8a8;--cds-layer-selected-hover-01: #474747;--cds-layer-selected-hover-02: #636363;--cds-layer-selected-hover-03: #5e5e5e;--cds-layer-selected-inverse: #f4f4f4;--cds-link-inverse: #0f62fe;--cds-link-inverse-active: #161616;--cds-link-inverse-hover: #0043ce;--cds-link-primary: #78a9ff;--cds-link-primary-hover: #a6c8ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-shadow: rgba(0, 0, 0, 0.8);--cds-skeleton-background: #292929;--cds-skeleton-element: #393939;--cds-support-caution-major: #ff832b;--cds-support-caution-minor: #f1c21b;--cds-support-caution-undefined: #a56eff;--cds-support-error: #fa4d56;--cds-support-error-inverse: #da1e28;--cds-support-info: #4589ff;--cds-support-info-inverse: #0043ce;--cds-support-success: #42be65;--cds-support-success-inverse: #24a148;--cds-support-warning: #f1c21b;--cds-support-warning-inverse: #f1c21b;--cds-text-disabled: rgba(244, 244, 244, 0.25);--cds-text-error: #ff8389;--cds-text-helper: #a8a8a8;--cds-text-inverse: #161616;--cds-text-on-color: #ffffff;--cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);--cds-text-placeholder: rgba(244, 244, 244, 0.4);--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-toggle-off: #6f6f6f;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-font-weight: 400;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.19;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.42857;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.19;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-button-separator: #161616;--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #fa4d56;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0050e6;--cds-button-secondary-hover: #5e5e5e;--cds-button-tertiary-hover: #f4f4f4;--cds-button-disabled: rgba(141, 141, 141, 0.3);--cds-tag-background-red: #a2191f;--cds-tag-color-red: #ffd7d9;--cds-tag-hover-red: #c21e25;--cds-tag-background-magenta: #9f1853;--cds-tag-color-magenta: #ffd6e8;--cds-tag-hover-magenta: #bf1d63;--cds-tag-background-purple: #6929c4;--cds-tag-color-purple: #e8daff;--cds-tag-hover-purple: #7c3dd6;--cds-tag-background-blue: #0043ce;--cds-tag-color-blue: #d0e2ff;--cds-tag-hover-blue: #0053ff;--cds-tag-background-cyan: #00539a;--cds-tag-color-cyan: #bae6ff;--cds-tag-hover-cyan: #0066bd;--cds-tag-background-teal: #005d5d;--cds-tag-color-teal: #9ef0f0;--cds-tag-hover-teal: #007070;--cds-tag-background-green: #0e6027;--cds-tag-color-green: #a7f0ba;--cds-tag-hover-green: #11742f;--cds-tag-background-gray: #525252;--cds-tag-color-gray: #e0e0e0;--cds-tag-hover-gray: #636363;--cds-tag-background-cool-gray: #4d5358;--cds-tag-color-cool-gray: #dde1e6;--cds-tag-hover-cool-gray: #5d646a;--cds-tag-background-warm-gray: #565151;--cds-tag-color-warm-gray: #e5e0df;--cds-tag-hover-warm-gray: #696363;--cds-layer:var(--cds-layer-01, #f4f4f4);--cds-layer-active:var(--cds-layer-active-01, #c6c6c6);--cds-layer-hover:var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01, #a8a8a8);--cds-field:var(--cds-field-01, #f4f4f4);--cds-field-hover:var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong:var(--cds-border-strong-01, #8d8d8d);--cds-border-tile:var(--cds-border-tile-01, #c6c6c6)}.c4p--web-terminal__body{height:100%}.c4p--web-terminal-content-wrapper{width:100vw;height:100%}.c4p--web-terminal-content-wrapper--open{width:calc(100vw - 40rem)}.c4p--user-profile-image--light{color:var(--cds-layer-01, #f4f4f4)}.c4p--user-profile-image--light.c4p--user-profile-image--light-cyan{background-color:#0072c3}.c4p--user-profile-image--light.c4p--user-profile-image--dark-cyan{background-color:#003a6d}.c4p--user-profile-image--light.c4p--user-profile-image--light-gray{background-color:#6f6f6f}.c4p--user-profile-image--light.c4p--user-profile-image--dark-gray{background-color:#393939}.c4p--user-profile-image--light.c4p--user-profile-image--light-green{background-color:#198038}.c4p--user-profile-image--light.c4p--user-profile-image--dark-green{background-color:#044317}.c4p--user-profile-image--light.c4p--user-profile-image--light-magenta{background-color:#d02670}.c4p--user-profile-image--light.c4p--user-profile-image--dark-magenta{background-color:#740937}.c4p--user-profile-image--light.c4p--user-profile-image--light-purple{background-color:#8a3ffc}.c4p--user-profile-image--light.c4p--user-profile-image--dark-purple{background-color:#491d8b}.c4p--user-profile-image--light.c4p--user-profile-image--light-teal{background-color:#007d79}.c4p--user-profile-image--light.c4p--user-profile-image--dark-teal{background-color:#004144}.c4p--user-profile-image--dark{color:var(--cds-layer-01, #f4f4f4)}.c4p--user-profile-image--dark.c4p--user-profile-image--light-cyan{background-color:#1192e8}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-cyan{background-color:#82cfff}.c4p--user-profile-image--dark.c4p--user-profile-image--light-gray{background-color:#8d8d8d}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-gray{background-color:#c6c6c6}.c4p--user-profile-image--dark.c4p--user-profile-image--light-green{background-color:#24a148}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-green{background-color:#6fdc8c}.c4p--user-profile-image--dark.c4p--user-profile-image--light-magenta{background-color:#ee5396}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-magenta{background-color:#ffafd2}.c4p--user-profile-image--dark.c4p--user-profile-image--light-purple{background-color:#a56eff}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-purple{background-color:#d4bbff}.c4p--user-profile-image--dark.c4p--user-profile-image--light-teal{background-color:#009d9a}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-teal{background-color:#3ddbd9}.cds--tooltip__trigger.c4p--user-profile-image__tooltip:hover svg,.cds--tooltip__trigger.c4p--user-profile-image__tooltip:focus svg,.c4p--user-profile-image__tooltip.cds--btn--ghost:not([disabled]) svg:hover svg,.c4p--user-profile-image__tooltip.cds--btn--ghost:not([disabled]) svg:focus svg{fill:var(--cds-layer-01, #f4f4f4)}.c4p--user-profile-image{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:100%;text-transform:uppercase}.c4p--user-profile-image__tooltip.cds--btn--md.cds--btn--icon-only{min-height:auto;padding:0;border-radius:50%}.cds--btn--ghost.c4p--user-profile-image__tooltip:focus{border:0;box-shadow:0 0 0 .25rem var(--cds-focus, #0f62fe)}.cds--tooltip__trigger .c4p--user-profile-image svg,.c4p--user-profile-image__tooltip.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-layer-01, #f4f4f4)}.c4p--user-profile-image__photo{width:100%;border-radius:100%}.c4p--user-profile-image__photo--xl{width:4rem;height:4rem}.c4p--user-profile-image__photo--lg{width:2rem;height:2rem}.c4p--user-profile-image__photo--md{width:1.5rem;height:1.5rem}.c4p--user-profile-image__photo--sm{width:calc(1rem + 0.25rem);height:calc(1rem + 0.25rem)}.c4p--user-profile-image__photo--xs{width:1rem;height:1rem}.c4p--user-profile-image--xl{width:4rem;height:4rem;font-size:var(--cds-heading-04-font-size, 1.75rem);font-weight:var(--cds-heading-04-font-weight, 400);line-height:var(--cds-heading-04-line-height, 1.28572);letter-spacing:var(--cds-heading-04-letter-spacing, 0)}.c4p--user-profile-image--lg{width:2rem;height:2rem;font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px)}.c4p--user-profile-image--md{width:1.5rem;height:1.5rem;font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--user-profile-image--sm{width:calc(1rem + 0.25rem);height:calc(1rem + 0.25rem);font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--user-profile-image--xs{width:1rem;height:1rem;font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--edit-side-panel .cds--form.c4p--edit-side-panel__form{padding-top:1rem}.c4p--edit-side-panel .c4p--edit-side-panel__form.cds--fieldset{padding-top:.5rem}.c4p--edit-side-panel .c4p--edit-side-panel__form>*{margin-bottom:1rem}.c4p--edit-side-panel .c4p--edit-side-panel__form-title-text{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-bottom:.5rem}.c4p--edit-side-panel .c4p--edit-side-panel__form-description-text{font-size:var(--cds-body-01-font-size, 0.875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, 0.16px)}.c4p--edit-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button{display:none}.c4p--edit-side-panel .c4p--side-panel .c4p--edit-side-panel__actions-container{position:absolute;z-index:4;bottom:0;left:0;width:100%;margin-bottom:0}.c4p--edit-side-panel .c4p--edit-side-panel__actions-container{position:absolute;z-index:4;right:0;bottom:0;width:100%;margin-bottom:0}.c4p--options-tile{position:relative;border-bottom:1px solid var(--cds-border-subtle);background-color:var(--cds-layer)}.c4p--options-tile__toggle-container{position:absolute;top:0;right:0;bottom:0;width:calc(
5
5
  1rem + 2rem + 1rem
6
- )}.c4p--options-tile__toggle{position:absolute;right:1rem}.c4p--options-tile__toggle .cds--toggle-input__label .cds--toggle__switch{margin:0}.c4p--options-tile__toggle .cds--toggle__label-text{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.c4p--options-tile__header,.c4p--options-tile__static-content{display:grid;box-sizing:border-box;align-items:center;padding-right:1rem;grid-template-columns:3rem 1fr 2rem}.c4p--options-tile__header{background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--options-tile__header::-webkit-details-marker{display:none}.c4p--options-tile__header:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, 0.12))}.c4p--options-tile__header:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.c4p--options-tile__header:focus{outline-style:dotted}}.c4p--options-tile__heading{grid-column:2}.c4p--options-tile__title{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);color:var(--cds-text-primary, #161616)}.c4p--options-tile__summary{font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px);display:grid;height:1rem;margin-top:.25rem;color:var(--cds-text-secondary, #525252);opacity:1;transition-duration:150ms;transition-property:height,opacity,margin-top;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__summary--invalid,.c4p--options-tile__summary--warn,.c4p--options-tile__summary--locked{column-gap:.25rem;grid-template-columns:1rem 1fr}.c4p--options-tile__summary--invalid{color:var(--cds-support-error, #da1e28)}.c4p--options-tile__summary--warn{color:var(--cds-text-primary, #161616)}.c4p--options-tile__summary--warn svg{color:var(--cds-support-warning, #f1c21b)}.c4p--options-tile__summary--warn svg path[fill=none]{fill:#000}.c4p--options-tile__summary--warn svg path[fill=none]{fill:#000}.c4p--options-tile__summary-text{overflow:hidden;height:max-content;padding-right:calc(1rem + 2rem);text-overflow:ellipsis;white-space:nowrap}.c4p--options-tile__chevron{display:block;justify-self:center;transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__content{padding-right:1rem;padding-left:calc(1rem * 2 + 1rem)}.c4p--options-tile__content>.cds--fieldset>.cds--label:empty{display:none}.c4p--options-tile--closing .c4p--options-tile__content{overflow:hidden}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__summary,.c4p--options-tile__summary--hidden{height:0;margin-top:0;opacity:0}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__chevron{transform:rotate(180deg)}.c4p--options-tile>details[open] .c4p--options-tile__content{padding-top:.5rem;padding-bottom:1.5rem}.c4p--options-tile__locked-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);display:inline-flex;align-items:center;margin-bottom:1.5rem;color:var(--cds-text-secondary, #525252)}.c4p--options-tile__locked-text>svg{margin-right:.25rem}.c4p--options-tile--lg .c4p--options-tile__header,.c4p--options-tile--lg .c4p--options-tile__static-content{height:3rem}.c4p--options-tile--xl .c4p--options-tile__header,.c4p--options-tile--xl .c4p--options-tile__static-content{height:4rem}.c4p--options-tile--lg .c4p--options-tile__toggle{top:1rem}.c4p--options-tile--xl .c4p--options-tile__toggle{top:1.5rem}.c4p--options-tile--lg .c4p--options-tile__summary{margin-top:.125rem}@media(prefers-reduced-motion: reduce){.c4p--options-tile__summary,.c4p--options-tile__chevron{transition:none}}.c4p--edit-in-place{--c4p--edit-in-place--size: 2rem;display:flex;align-items:center;background:rgba(0,0,0,0);cursor:pointer}.c4p--edit-in-place--sm{--c4p--edit-in-place--size: 2rem}.c4p--edit-in-place--md{--c4p--edit-in-place--size: 2.5rem}.c4p--edit-in-place--lg{--c4p--edit-in-place--size: 3rem}.c4p--edit-in-place--readonly{cursor:not-allowed}.c4p--edit-in-place:hover{background:var(--cds-field-01, #f4f4f4)}.c4p--edit-in-place:hover .c4p--edit-in-place__btn-edit,.c4p--edit-in-place__btn-edit.c4p--edit-in-place__btn-edit--always-visible{visibility:visible}.c4p--edit-in-place__btn-edit{visibility:hidden}.c4p--edit-in-place--invalid{outline:2px solid var(--cds-support-error, #da1e28)}.c4p--edit-in-place--focused{background:var(--cds-field-01, #f4f4f4);outline:2px solid var(--cds-focus, #0f62fe)}.c4p--edit-in-place__text-input{flex:1}.c4p--edit-in-place--inherit-type .c4p--edit-in-place__text-input{font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.c4p--edit-in-place__ellipsis{position:relative;margin-left:-1rem;opacity:0}.c4p--edit-in-place--overflows:not(.c4p--edit-in-place--focused) .c4p--edit-in-place__ellipsis{opacity:1}.c4p--edit-in-place__text-input-label{display:none}.c4p--edit-in-place__warning-icon{width:1rem;margin:auto .5rem;color:var(--cds-support-error, #da1e28)}.c4p--edit-in-place__warning-text{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-top:.5rem;color:var(--cds-support-error, #da1e28)}.c4p--edit-in-place__text-input.cds--text-input{border:none;background:rgba(0,0,0,0);cursor:pointer;outline:none}.c4p--edit-in-place__text-input.cds--text-input:focus,.c4p--edit-in-place__text-input.cds--text-input:active{outline:none}.c4p--edit-in-place__toolbar{--toolbar-width: var(--c4p--edit-in-place--size);--toolbar-width-focussed: calc(2 * var(--c4p--edit-in-place--size));display:inline-flex;width:var(--toolbar-width)}.c4p--edit-in-place--invalid .c4p--edit-in-place__toolbar{--toolbar-width: calc(var(--c4p--edit-in-place--size) + 2rem);--toolbar-width-focussed: calc( 2 * var(--c4p--edit-in-place--size) + 2rem )}@keyframes slide-in{0%{overflow:hidden;width:var(--toolbar-width)}99%{overflow:hidden;width:var(--toolbar-width-focussed)}100%{overflow:visible;width:var(--toolbar-width-focussed)}}.c4p--edit-in-place--focused .c4p--edit-in-place__toolbar{overflow:initial;width:var(--toolbar-width-focussed);animation:slide-in 150ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--data-spreadsheet{--c4p--data-spreadsheet--total-width: 0;display:inline-block;border-spacing:0}.c4p--data-spreadsheet.c4p--data-spreadsheet__container-has-focus{outline:2px solid var(--cds-link-inverse, #78a9ff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__header--container{position:relative}.c4p--data-spreadsheet .c4p--data-spreadsheet__tr :last-child .c4p--data-spreadsheet__body--td .c4p--data-spreadsheet__td{border-bottom:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);width:100%;height:100%;padding:0 .5rem;border:0;margin:0;color:var(--cds-text-primary, #161616);font-family:inherit}.c4p--data-spreadsheet .c4p--data-spreadsheet__body--td{color:var(--cds-text-secondary, #525252)}.c4p--data-spreadsheet [role="'columnheader'"]:last-child,.c4p--data-spreadsheet [role="'gridcell'"]:last-child{border-right:1px solid var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-border-subtle-selected-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-selected-01, #c6c6c6);height:100%;background-color:var(--cds-layer-accent-01, #e0e0e0);cursor:pointer}.c4p--data-spreadsheet .c4p--data-spreadsheet__th:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__th:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:focus{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--select-all{width:4rem}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--cell-container,.c4p--data-spreadsheet .c4p--data-spreadsheet__select-all-cell-container{position:sticky;z-index:4;left:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{font-weight:600;display:flex;align-items:center;justify-content:flex-end}.c4p--data-spreadsheet .c4p--data-spreadsheet__td{border-right:1px solid var(--cds-border-subtle-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);overflow:hidden;margin:0;background-color:var(--cds-field-01, #f4f4f4);cursor:cell;text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__th{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);color:var(--cds-text-primary, #161616);text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);outline:2px solid rgba(0,0,0,0);outline-offset:-2px;position:absolute;z-index:4;display:none;overflow:hidden;min-width:initial;min-height:initial;padding:0 calc(0.5rem + 1px) 0 .5rem;margin:0;background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-primary, #161616);font-family:inherit;resize:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:active{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:active{outline-style:dotted}}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor.c4p--data-spreadsheet__cell-editor--active{outline:.125rem solid var(--cds-background-brand, #0f62fe);outline-offset:-2px}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);position:absolute;overflow:hidden;width:fit-content;max-width:var(--c4p--data-spreadsheet--total-width);padding:0 calc(0.5rem + 1px) 0 .5rem;visibility:hidden}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler:focus{outline:.125rem solid var(--cds-background-brand, #0f62fe)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);border-right:1px solid var(--cds-border-subtle-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);position:absolute;z-index:3;display:none;overflow:hidden;padding-right:calc(0.5rem - 1px);padding-bottom:.125rem;padding-left:calc(0.5rem - 0.125rem);border:.125rem solid var(--cds-background-brand, #0f62fe);background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-primary, #161616);font-family:inherit;text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-row-index=header],.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-column-index=header]{z-index:4;background-color:rgba(0,0,0,0)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight:focus{border:.125rem solid var(--cds-background-brand, #0f62fe);outline:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element{position:absolute;z-index:2;border:1px solid var(--cds-background-brand, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--cds-background-brand, #0f62fe);content:"";opacity:.2}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned{z-index:4}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned::before{background-color:var(--cds-border-inverse, #161616);opacity:.25}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__reorder-indicator-line{position:absolute;z-index:4;width:.125rem;background-color:var(--cds-background-brand, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-text-placeholder, rgba(22, 22, 22, 0.4));border-bottom:1px solid var(--cds-text-placeholder, rgba(22, 22, 22, 0.4));background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td{background-color:var(--cds-background-inverse, #393939);color:var(--cds-text-inverse, #ffffff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:hover{background-color:var(--cds-background-inverse, #393939)}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header.c4p--data-spreadsheet__th{cursor:grab}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header-reorder-active.c4p--data-spreadsheet__th{cursor:grabbing}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__list--container{overscroll-behavior:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__reorder-indicator-line{position:absolute;z-index:4;width:.125rem;background-color:var(--cds-background-brand, #0f62fe)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td{background-color:var(--cds-background-inverse, #393939);color:var(--cds-text-inverse, #ffffff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:hover{background-color:var(--cds-background-inverse, #393939)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header.c4p--data-spreadsheet__th{cursor:grab}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header-reorder-active.c4p--data-spreadsheet__th{cursor:grabbing}.c4p--data-spreadsheet .c4p--data-spreadsheet__list--container{overscroll-behavior:none}.c4p--datagrid__table-toolbar>section{z-index:2;overflow:visible}.c4p--datagrid__full-height,.c4p--datagrid__full-height table,.c4p--datagrid__full-height tbody{height:100%}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__grid-container table{overflow:hidden}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .cds--table-header-label{display:flex;height:100%;align-items:center;color:var(--cds-text-primary, #161616)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .c4p--datagrid__head-select-all.c4p--datagrid__checkbox-cell.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell{align-items:center;padding-top:0;padding-bottom:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.cds--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox{padding-top:.6875rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.cds--table-column-checkbox.c4p--datagrid__checkbox-cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell{display:flex;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.cds--table-column-checkbox{display:flex;height:100%;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--compact .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--xs .c4p--datagrid__cell{padding-top:.125rem;padding-bottom:.125rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--short .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--sm .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--md .c4p--datagrid__cell{padding-top:rem(7px);padding-bottom:rem(6px)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--xl .c4p--datagrid__cell{padding-top:1rem;padding-bottom:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--xl .c4p--datagrid__cell{padding-top:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--tall .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--lg .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--xl .cds--table-header-label{padding-top:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--tall .cds--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--lg .cds--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--xl .cds--table-column-checkbox{padding-top:rem(13px)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--xl .c4p--datagrid__cell{padding-bottom:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--tall .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--lg .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--xl .cds--table-header-label{padding-bottom:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__variable-row-height tr.c4p--datagrid__carbon-row{height:auto}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__grid-container::-webkit-scrollbar{width:6px;background-color:var(--cds-background, #ffffff)}.c4p--datagrid__grid-container{display:block;width:100%;padding-top:0}.c4p--datagrid__grid-container .cds--data-table-header__description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__grid-container .cds--data-table-header__title{overflow:hidden;max-width:80ch;text-overflow:ellipsis;white-space:nowrap}@media(min-width: 42rem){.c4p--datagrid__grid-container .cds--data-table-header__title{max-width:55ch}}.c4p--datagrid__grid-container .cds--data-table-content{width:100%;height:100%;overflow-x:auto}.c4p--datagrid__grid-container table.c4p--datagrid__table-simple{display:flex;overflow:auto;max-height:100%;flex-direction:column;background-color:var(--cds-layer-01, #f4f4f4)}.c4p--datagrid__grid-container .c4p--datagrid__head{display:flex}.c4p--datagrid__grid-container .c4p--datagrid__head .header{width:1%;align-items:center}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar{scrollbar-width:thin}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:6px;background-color:var(--cds-background, #ffffff)}.c4p--datagrid__grid-container .c4p--datagrid__cell{display:flex;width:1%}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer.c4p--datagrid__defaultStringRenderer--multiline{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:initial}.c4p--datagrid__grid-container .c4p--datagrid__expanded-row{display:flex;overflow:hidden;width:100%;height:100%;flex-direction:column}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row{flex:none !important}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row .c4p--datagrid__carbon-row:hover a{color:var(--cds-link-primary-hover, #0043ce) !important}.c4p--datagrid__grid-container .cds--select-input{-webkit-appearance:none}.c4p--datagrid__grid-container th.cds--table-column-checkbox{display:block}.c4p--datagrid__grid-container td.cds--table-column-checkbox,.c4p--datagrid__grid-container th.cds--table-column-checkbox{width:3rem !important;padding-right:1rem !important}.c4p--datagrid__empty-state .c4p--datagrid__table-simple{display:table;height:100%}.c4p--datagrid__empty-state .c4p--datagrid__table-simple .c4p--empty-state{max-width:280px}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover{background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover td{border-bottom:none;background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple td{padding:5rem}.c4p--datagrid__empty-state .c4p--datagrid__grid-container{flex:1 1 auto}.c4p--datagrid__empty-state .c4p--datagrid__empty-state-cell{border-bottom:none}.c4p--datagrid__resizer{position:absolute;z-index:1;top:0;right:0;display:inline-block;width:.25rem;height:100%;background:rgba(0,0,0,0);touch-action:none;transform:translateX(50%)}.c4p--datagrid__resizer:hover{background:rgba(0,0,0,0)}.c4p--datagrid__sortableColumn:hover{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__resizableColumn.c4p--datagrid__isResizing .c4p--datagrid__resizer{border-right:.125rem solid var(--cds-button-secondary-hover, #474747)}.c4p--datagrid__resizableColumn.c4p--datagrid__isSorted{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__resizableColumn:hover{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer{border-right:.125rem solid var(--cds-border-strong-01, #8d8d8d);background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__head-hidden-select-all{padding-right:3rem}.c4p--datagrid__head-hidden-select-all.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0;background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid__simple-body{position:relative;display:table;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.c4p--datagrid__simple-body::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__simple-body::-webkit-scrollbar{width:6px;background-color:var(--cds-background, #ffffff)}.c4p--datagrid__sticky.c4p--datagrid__table-simple{min-width:0 !important}.c4p--datagrid__sticky.c4p--datagrid__simple-body{overflow:auto}.c4p--datagrid__sticky.c4p--datagrid__table-simple thead>div{overflow:hidden;width:100% !important}.c4p--datagrid__sticky thead{display:flex}.c4p--datagrid__sticky thead tr.c4p--datagrid__sticky{width:auto}.c4p--datagrid__displayFlex{position:relative;display:flex;width:100%;height:100%;flex-direction:row}.c4p--datagrid__table-container-inner{overflow:hidden;flex:1}.c4p--datagrid__datagridWithPanel{position:relative;display:flex;height:100%;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__grid-container{display:flex;overflow:visible;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-toolbar{width:100%}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-container{display:flex;overflow:visible;background-color:var(--cds-layer-01, #f4f4f4)}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-container .c4p--datagrid__filter-summary{border-bottom:1px solid var(--cds-layer-03, #f4f4f4)}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-simple{height:100%}.c4p--datagrid__table-container{position:relative;display:flex;overflow:auto;width:100%;max-height:100%;overflow-y:auto}.c4p--datagrid__carbon-row-expanded{position:relative}.c4p--datagrid__carbon-row-expanded.c4p--datagrid__carbon-row-expanded-hover-active::before{position:absolute;z-index:2;top:var(--c4p--datagrid--row-height);left:calc(
6
+ )}.c4p--options-tile__toggle{position:absolute;right:1rem}.c4p--options-tile__toggle .cds--toggle-input__label .cds--toggle__switch{margin:0}.c4p--options-tile__toggle .cds--toggle__label-text{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.c4p--options-tile__header,.c4p--options-tile__static-content{display:grid;box-sizing:border-box;align-items:center;padding-right:1rem;grid-template-columns:3rem 1fr 2rem}.c4p--options-tile__header{background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--options-tile__header::-webkit-details-marker{display:none}.c4p--options-tile__header:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, 0.12))}.c4p--options-tile__header:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.c4p--options-tile__header:focus{outline-style:dotted}}.c4p--options-tile__heading{grid-column:2}.c4p--options-tile__title{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);color:var(--cds-text-primary, #161616)}.c4p--options-tile__summary{font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px);display:grid;height:1rem;margin-top:.25rem;color:var(--cds-text-secondary, #525252);opacity:1;transition-duration:150ms;transition-property:height,opacity,margin-top;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__summary--invalid,.c4p--options-tile__summary--warn,.c4p--options-tile__summary--locked{column-gap:.25rem;grid-template-columns:1rem 1fr}.c4p--options-tile__summary--invalid{color:var(--cds-support-error, #da1e28)}.c4p--options-tile__summary--warn{color:var(--cds-text-primary, #161616)}.c4p--options-tile__summary--warn svg{color:var(--cds-support-warning, #f1c21b)}.c4p--options-tile__summary--warn svg path[fill=none]{fill:#000}.c4p--options-tile__summary--warn svg path[fill=none]{fill:#000}.c4p--options-tile__summary-text{overflow:hidden;height:max-content;padding-right:calc(1rem + 2rem);text-overflow:ellipsis;white-space:nowrap}.c4p--options-tile__chevron{display:block;justify-self:center;transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__content{padding-right:1rem;padding-left:calc(1rem * 2 + 1rem)}.c4p--options-tile__content>.cds--fieldset>.cds--label:empty{display:none}.c4p--options-tile--closing .c4p--options-tile__content{overflow:hidden}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__summary,.c4p--options-tile__summary--hidden{height:0;margin-top:0;opacity:0}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__chevron{transform:rotate(180deg)}.c4p--options-tile>details[open] .c4p--options-tile__content{padding-top:.5rem;padding-bottom:1.5rem}.c4p--options-tile__locked-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);display:inline-flex;align-items:center;margin-bottom:1.5rem;color:var(--cds-text-secondary, #525252)}.c4p--options-tile__locked-text>svg{margin-right:.25rem}.c4p--options-tile--lg .c4p--options-tile__header,.c4p--options-tile--lg .c4p--options-tile__static-content{height:3rem}.c4p--options-tile--xl .c4p--options-tile__header,.c4p--options-tile--xl .c4p--options-tile__static-content{height:4rem}.c4p--options-tile--lg .c4p--options-tile__toggle{top:1rem}.c4p--options-tile--xl .c4p--options-tile__toggle{top:1.5rem}.c4p--options-tile--lg .c4p--options-tile__summary{margin-top:.125rem}@media(prefers-reduced-motion: reduce){.c4p--options-tile__summary,.c4p--options-tile__chevron{transition:none}}.c4p--edit-in-place{--c4p--edit-in-place--size: 2rem;display:flex;align-items:center;background:rgba(0,0,0,0);cursor:pointer}.c4p--edit-in-place--sm{--c4p--edit-in-place--size: 2rem}.c4p--edit-in-place--md{--c4p--edit-in-place--size: 2.5rem}.c4p--edit-in-place--lg{--c4p--edit-in-place--size: 3rem}.c4p--edit-in-place--readonly{cursor:not-allowed}.c4p--edit-in-place:hover{background:var(--cds-field-01, #f4f4f4)}.c4p--edit-in-place:hover .c4p--edit-in-place__btn-edit,.c4p--edit-in-place__btn-edit.c4p--edit-in-place__btn-edit--always-visible{visibility:visible}.c4p--edit-in-place__btn-edit{visibility:hidden}.c4p--edit-in-place--invalid{outline:2px solid var(--cds-support-error, #da1e28)}.c4p--edit-in-place--focused{background:var(--cds-field-01, #f4f4f4);outline:2px solid var(--cds-focus, #0f62fe)}.c4p--edit-in-place__text-input{flex:1}.c4p--edit-in-place--inherit-type .c4p--edit-in-place__text-input{font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.c4p--edit-in-place__ellipsis{position:relative;margin-left:-1rem;opacity:0}.c4p--edit-in-place--overflows:not(.c4p--edit-in-place--focused) .c4p--edit-in-place__ellipsis{opacity:1}.c4p--edit-in-place__text-input-label{display:none}.c4p--edit-in-place__warning-icon{width:1rem;margin:auto .5rem;color:var(--cds-support-error, #da1e28)}.c4p--edit-in-place__warning-text{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-top:.5rem;color:var(--cds-support-error, #da1e28)}.c4p--edit-in-place__text-input.cds--text-input{border:none;background:rgba(0,0,0,0);cursor:pointer;outline:none}.c4p--edit-in-place__text-input.cds--text-input:focus,.c4p--edit-in-place__text-input.cds--text-input:active{outline:none}.c4p--edit-in-place__toolbar{--toolbar-width: var(--c4p--edit-in-place--size);--toolbar-width-focussed: calc(2 * var(--c4p--edit-in-place--size));display:inline-flex;width:var(--toolbar-width)}.c4p--edit-in-place--invalid .c4p--edit-in-place__toolbar{--toolbar-width: calc(var(--c4p--edit-in-place--size) + 2rem);--toolbar-width-focussed: calc( 2 * var(--c4p--edit-in-place--size) + 2rem )}@keyframes slide-in{0%{overflow:hidden;width:var(--toolbar-width)}99%{overflow:hidden;width:var(--toolbar-width-focussed)}100%{overflow:visible;width:var(--toolbar-width-focussed)}}.c4p--edit-in-place--focused .c4p--edit-in-place__toolbar{overflow:initial;width:var(--toolbar-width-focussed);animation:slide-in 150ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--data-spreadsheet{--c4p--data-spreadsheet--total-width: 0;display:inline-block;border-spacing:0}.c4p--data-spreadsheet.c4p--data-spreadsheet__container-has-focus{outline:2px solid var(--cds-link-inverse, #78a9ff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__header--container{position:relative}.c4p--data-spreadsheet .c4p--data-spreadsheet__tr :last-child .c4p--data-spreadsheet__body--td .c4p--data-spreadsheet__td{border-bottom:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);width:100%;height:100%;padding:0 .5rem;border:0;margin:0;color:var(--cds-text-primary, #161616);font-family:inherit}.c4p--data-spreadsheet .c4p--data-spreadsheet__body--td{color:var(--cds-text-secondary, #525252)}.c4p--data-spreadsheet [role="'columnheader'"]:last-child,.c4p--data-spreadsheet [role="'gridcell'"]:last-child{border-right:1px solid var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-border-subtle-selected-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-selected-01, #c6c6c6);height:100%;background-color:var(--cds-layer-accent-01, #e0e0e0);cursor:pointer}.c4p--data-spreadsheet .c4p--data-spreadsheet__th:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__th:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:focus{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--select-all{width:4rem}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--cell-container,.c4p--data-spreadsheet .c4p--data-spreadsheet__select-all-cell-container{position:sticky;z-index:4;left:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{font-weight:600;display:flex;align-items:center;justify-content:flex-end}.c4p--data-spreadsheet .c4p--data-spreadsheet__td{border-right:1px solid var(--cds-border-subtle-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);overflow:hidden;margin:0;background-color:var(--cds-field-01, #f4f4f4);cursor:cell;text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__th{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);color:var(--cds-text-primary, #161616);text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);outline:2px solid rgba(0,0,0,0);outline-offset:-2px;position:absolute;z-index:4;display:none;overflow:hidden;min-width:initial;min-height:initial;padding:0 calc(0.5rem + 1px) 0 .5rem;margin:0;background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-primary, #161616);font-family:inherit;resize:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:active{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor:active{outline-style:dotted}}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor.c4p--data-spreadsheet__cell-editor--active{outline:.125rem solid var(--cds-background-brand, #0f62fe);outline-offset:-2px}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);position:absolute;overflow:hidden;width:fit-content;max-width:var(--c4p--data-spreadsheet--total-width);padding:0 calc(0.5rem + 1px) 0 .5rem;visibility:hidden}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler:focus{outline:.125rem solid var(--cds-background-brand, #0f62fe)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight{font-size:var(--cds-body-compact-01-font-size, 0.875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);border-right:1px solid var(--cds-border-subtle-01, #c6c6c6);border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);position:absolute;z-index:3;display:none;overflow:hidden;padding-right:calc(0.5rem - 1px);padding-bottom:.125rem;padding-left:calc(0.5rem - 0.125rem);border:.125rem solid var(--cds-background-brand, #0f62fe);background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-primary, #161616);font-family:inherit;text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-row-index=header],.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-column-index=header]{z-index:4;background-color:rgba(0,0,0,0)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight:focus{border:.125rem solid var(--cds-background-brand, #0f62fe);outline:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element{position:absolute;z-index:2;border:1px solid var(--cds-background-brand, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--cds-background-brand, #0f62fe);content:"";opacity:.2}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned{z-index:4}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned::before{background-color:var(--cds-border-inverse, #161616);opacity:.25}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__reorder-indicator-line{position:absolute;z-index:4;width:.125rem;background-color:var(--cds-background-brand, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-text-placeholder, rgba(22, 22, 22, 0.4));border-bottom:1px solid var(--cds-text-placeholder, rgba(22, 22, 22, 0.4));background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td{background-color:var(--cds-background-inverse, #393939);color:var(--cds-text-inverse, #ffffff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:hover{background-color:var(--cds-background-inverse, #393939)}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header.c4p--data-spreadsheet__th{cursor:grab}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__th--selected-header-reorder-active.c4p--data-spreadsheet__th{cursor:grabbing}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element .c4p--data-spreadsheet__list--container{overscroll-behavior:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__reorder-indicator-line{position:absolute;z-index:4;width:.125rem;background-color:var(--cds-background-brand, #0f62fe)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td{background-color:var(--cds-background-inverse, #393939);color:var(--cds-text-inverse, #ffffff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:hover{background-color:var(--cds-background-inverse, #393939)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header.c4p--data-spreadsheet__th{cursor:grab}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header-reorder-active.c4p--data-spreadsheet__th{cursor:grabbing}.c4p--data-spreadsheet .c4p--data-spreadsheet__list--container{overscroll-behavior:none}.c4p--datagrid__table-toolbar>section{z-index:2;overflow:visible}.c4p--datagrid__full-height,.c4p--datagrid__full-height table,.c4p--datagrid__full-height tbody{height:100%}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__grid-container table{overflow:hidden}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .cds--table-header-label{display:flex;height:100%;align-items:center;color:var(--cds-text-primary, #161616)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .c4p--datagrid__head-select-all.c4p--datagrid__checkbox-cell.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell{align-items:center;padding-top:0;padding-bottom:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.cds--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox{padding-top:.6875rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.cds--table-column-checkbox.c4p--datagrid__checkbox-cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell{display:flex;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.cds--table-column-checkbox{display:flex;height:100%;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--compact .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--xs .c4p--datagrid__cell{padding-top:.125rem;padding-bottom:.125rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--short .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--sm .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--md .c4p--datagrid__cell{padding-top:to-rem(7px);padding-bottom:to-rem(6px)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.cds--data-table--xl .c4p--datagrid__cell{padding-top:1rem;padding-bottom:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--xl .c4p--datagrid__cell{padding-top:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--tall .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--lg .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--xl .cds--table-header-label{padding-top:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--tall .cds--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--lg .cds--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.cds--data-table--xl .cds--table-column-checkbox{padding-top:to-rem(13px)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--xl .c4p--datagrid__cell{padding-bottom:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--tall .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--lg .cds--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.cds--data-table--xl .cds--table-header-label{padding-bottom:1rem}.c4p--datagrid__grid-container table.c4p--datagrid__variable-row-height tr.c4p--datagrid__carbon-row{height:auto}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__grid-container::-webkit-scrollbar{width:6px;background-color:var(--cds-background, #ffffff)}.c4p--datagrid__grid-container{display:block;width:100%;padding-top:0}.c4p--datagrid__grid-container .cds--data-table-header__description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__grid-container .cds--data-table-header__title{overflow:hidden;max-width:80ch;text-overflow:ellipsis;white-space:nowrap}@media(min-width: 42rem){.c4p--datagrid__grid-container .cds--data-table-header__title{max-width:55ch}}.c4p--datagrid__grid-container .cds--data-table-content{width:100%;height:100%;overflow-x:auto}.c4p--datagrid__grid-container table.c4p--datagrid__table-simple{display:flex;overflow:auto;max-height:100%;flex-direction:column;background-color:var(--cds-layer-01, #f4f4f4)}.c4p--datagrid__grid-container .c4p--datagrid__head{display:flex}.c4p--datagrid__grid-container .c4p--datagrid__head .header{width:1%;align-items:center}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar{scrollbar-width:thin}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:6px;background-color:var(--cds-background, #ffffff)}.c4p--datagrid__grid-container .c4p--datagrid__cell{display:flex;width:1%}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer.c4p--datagrid__defaultStringRenderer--multiline{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:initial}.c4p--datagrid__grid-container .c4p--datagrid__expanded-row{display:flex;overflow:hidden;width:100%;height:100%;flex-direction:column}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row{flex:none !important}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row .c4p--datagrid__carbon-row:hover a{color:var(--cds-link-primary-hover, #0043ce) !important}.c4p--datagrid__grid-container .cds--select-input{-webkit-appearance:none}.c4p--datagrid__grid-container th.cds--table-column-checkbox{display:block}.c4p--datagrid__grid-container td.cds--table-column-checkbox,.c4p--datagrid__grid-container th.cds--table-column-checkbox{width:3rem !important;padding-right:1rem !important}.c4p--datagrid__empty-state .c4p--datagrid__table-simple{display:table;height:100%}.c4p--datagrid__empty-state .c4p--datagrid__table-simple .c4p--empty-state{max-width:280px}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover{background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover td{border-bottom:none;background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple td{padding:5rem}.c4p--datagrid__empty-state .c4p--datagrid__grid-container{flex:1 1 auto}.c4p--datagrid__empty-state .c4p--datagrid__empty-state-cell{border-bottom:none}.c4p--datagrid__resizer{position:absolute;z-index:1;top:0;right:0;display:inline-block;width:.25rem;height:100%;background:rgba(0,0,0,0);touch-action:none;transform:translateX(50%)}.c4p--datagrid__resizer:hover{background:rgba(0,0,0,0)}.c4p--datagrid__sortableColumn:hover{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__resizableColumn.c4p--datagrid__isResizing .c4p--datagrid__resizer{border-right:.125rem solid var(--cds-button-secondary-hover, #474747)}.c4p--datagrid__resizableColumn.c4p--datagrid__isSorted{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__resizableColumn:hover{background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer{border-right:.125rem solid var(--cds-border-strong-01, #8d8d8d);background-color:var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32))}.c4p--datagrid__head-hidden-select-all{padding-right:3rem}.c4p--datagrid__head-hidden-select-all.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0;background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid__simple-body{position:relative;display:table;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.c4p--datagrid__simple-body::-webkit-scrollbar-thumb{background-color:var(--cds-text-placeholder, rgba(22, 22, 22, 0.4))}.c4p--datagrid__simple-body::-webkit-scrollbar{width:6px;background-color:var(--cds-background, #ffffff)}.c4p--datagrid__sticky.c4p--datagrid__table-simple{min-width:0 !important}.c4p--datagrid__sticky.c4p--datagrid__simple-body{overflow:auto}.c4p--datagrid__sticky.c4p--datagrid__table-simple thead>div{overflow:hidden;width:100% !important}.c4p--datagrid__sticky thead{display:flex}.c4p--datagrid__sticky thead tr.c4p--datagrid__sticky{width:auto}.c4p--datagrid__displayFlex{position:relative;display:flex;width:100%;height:100%;flex-direction:row}.c4p--datagrid__table-container-inner{overflow:hidden;flex:1}.c4p--datagrid__datagridWithPanel{position:relative;display:flex;height:100%;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__grid-container{display:flex;overflow:visible;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-toolbar{width:100%}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-container{display:flex;overflow:visible;background-color:var(--cds-layer-01, #f4f4f4)}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-container .c4p--datagrid__filter-summary{border-bottom:1px solid var(--cds-layer-03, #f4f4f4)}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-simple{height:100%}.c4p--datagrid__table-container{position:relative;display:flex;overflow:auto;width:100%;max-height:100%;overflow-y:auto}.c4p--datagrid__carbon-row-expanded{position:relative}.c4p--datagrid__carbon-row-expanded.c4p--datagrid__carbon-row-expanded-hover-active::before{position:absolute;z-index:2;top:var(--c4p--datagrid--row-height);left:calc(
7
7
  var(--c4p--datagrid--indicator-offset-amount) + 1rem
8
- );width:1px;height:var(--c4p--datagrid--indicator-height);border-left:1px solid var(--cds-border-subtle-selected-01, #c6c6c6);content:""}.c4p--datagrid .cds--data-table-header{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header{display:flex;flex-wrap:wrap}.c4p--datagrid__dense-header .cds--data-table-header{flex:1 1 auto;padding-bottom:1rem}.c4p--datagrid__dense-header .c4p--datagrid__table-toolbar{display:flex;flex:1 0 auto;align-items:flex-end}.c4p--datagrid__dense-header .cds--table-toolbar{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header .cds__table-container{flex:1 1 100%}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider{position:relative}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider::before{position:absolute;top:50%;left:0;width:1px;height:1rem;border-left:1px solid var(--cds-border-subtle-01, #c6c6c6);content:"";transform:translateY(-50%)}.c4p--datagrid .cds--data-table--selected:not(.c4p--datagrid__active-row){position:relative}.c4p--datagrid .cds--data-table--selected:not(.c4p--datagrid__active-row)::before{position:absolute;top:0;left:0;width:.25rem;height:100%;background-color:var(--cds-background-brand, #0f62fe);content:""}.c4p--datagrid__table-toolbar .cds--batch-summary__para{white-space:nowrap}.c4p--datagrid__table-toolbar .cds--batch-actions .cds--batch-actions--active{overflow-x:hidden}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu{display:flex;min-width:2.5rem;justify-content:center;margin-right:.75rem}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu{min-width:calc(6rem + 0.5rem)}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger{display:flex;width:100%;min-width:3rem;justify-content:center;padding:0;margin:0}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger .cds--btn__icon{margin:0}.c4p--datagrid .c4p--button-menu{height:3rem}.c4p--datagrid .c4p--datagrid__row-size-button{display:flex;width:3rem;height:3rem;justify-content:center}.c4p--datagrid__customize-columns-checkbox-wrapper.cds--form-item{flex:0 0 auto;margin-right:.5rem}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:10px;height:7px}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-track{background:var(--cds-layer)}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{border-radius:5px}.c4p--datagrid__virtualScrollContainer{width:100%}.c4p--datagrid .cds--modal{width:100%}.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger{flex-shrink:0;background-color:var(--cds-interactive, #0f62fe)}.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger svg{fill:var(--cds-background, #ffffff)}.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger:hover,.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger.cds--overflow-menu--open:hover,.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger.cds--overflow-menu--open{background-color:var(--cds-button-primary-hover, #0050e6)}.c4p--datagrid__toolbar-options.c4p--datagrid__toolbar-options{background-color:var(--cds-layer-02, #ffffff)}.c4p--datagrid__toolbar-options.cds--overflow-menu-options::after{background-color:rgba(0,0,0,0)}.c4p--datagrid__mobile-toolbar-modal .cds--modal-container{position:absolute}.c4p--datagrid__table-toolbar--sm .c4p--filter-summary,.c4p--datagrid__table-toolbar--xs .c4p--filter-summary{padding:0 .5rem}.c4p--datagrid .c4p--datagrid__head-wrap{background-color:var(--cds-layer-accent)}.c4p--datagrid .cds--action-list .cds--btn.c4p--button-menu{padding:0}.c4p--datagrid .cds--action-list .cds--btn__icon{margin-top:0}.c4p--datagrid .c4p--datagrid__col-resizer-range{position:absolute;z-index:2;top:0;right:calc(0.5rem * -1);width:1rem;height:100%;margin:0;-moz-appearance:initial;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus{outline:0}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus+.c4p--datagrid__col-resize-indicator::before{position:absolute;top:50%;left:50%;width:2px;height:var(--c4p--datagrid--header-height);background-color:var(--cds-focus, #0f62fe);content:"";transform:translate(-50%, -50%)}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus+.c4p--datagrid__col-resize-indicator{position:absolute;z-index:2;right:calc(0.5rem * -1);width:.5rem;height:.5rem;border-radius:100%;margin:0;background-color:var(--cds-focus, #0f62fe);transform:translate(-50%, 0)}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus+.c4p--datagrid__col-resize-indicator::after{position:absolute;top:calc(var(--c4p--datagrid--row-height) - 20px);right:.25rem;width:1px;height:calc(var(--c4p--datagrid--grid-height) - var(--c4p--datagrid--row-height));background-color:var(--cds-layer-active-01, #c6c6c6);content:""}.c4p--datagrid .c4p--datagrid__col-resizer-range::-webkit-slider-thumb{width:16px;height:16px;border:none;border-radius:50%;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__col-resizer-range::-moz-range-thumb{visibility:hidden}.cds--data-table tr.c4p--datagrid__carbon-nested-row{border-left:1px solid rgba(0,0,0,0)}.cds--data-table tr.c4p--datagrid__carbon-nested-row .c4p--datagrid__cell{border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid .c4p--datagrid__expander-icon{transition:transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--datagrid .c4p--datagrid__expander-icon--open{transform:rotate(90deg)}.c4p--datagrid__expanded-row .c4p--datagrid__carbon-row-expanded td:first-child{border-bottom:none}.c4p--datagrid .c4p--datagrid__carbon-row-expandable{position:relative}.c4p--datagrid tr.c4p--datagrid__carbon-nested-row+:not(tr.c4p--datagrid__carbon-nested-row)::before{position:absolute;top:-1px;left:0;width:100%;height:1px;background-color:var(--cds-border-subtle);content:""}.c4p--datagrid tr.c4p--datagrid__carbon-nested-row td:first-child:empty,.c4p--datagrid tr.c4p--datagrid__carbon-nested-row .c4p--datagrid__expandable-row-cell{border-bottom:none}.cds--data-table td.c4p--datagrid__expandable-row-cell{padding-left:.5rem}.c4p--datagrid__carbon-row-expanded .c4p--datagrid__expandable-row-cell{border-bottom:none}.c4p--datagrid__expanded-row .cds--data-table-container{width:calc(100% - 2rem);border-left:2px solid var(--cds-background-brand, #0f62fe);margin-left:2rem;overflow-x:hidden}.c4p--datagrid__expanded-row .cds--data-table-container tr.c4p--datagrid__carbon-nested-row{border-left:none}.c4p--datagrid__expanded-row .cds--data-table-container th{padding-top:0;padding-bottom:0;border-top-color:var(--cds-layer-accent-01, #e0e0e0);background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid__sortableColumn .cds--table-header-label .header-title{display:inline-block;width:auto}.c4p--datagrid__sortableColumn .cds--table-header-label{display:block;width:100%;height:100%}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:focus,.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:active,.c4p--datagrid__sortableColumn .cds--table-header-label button:focus .c4p--datagrid__sortable-icon{background:none !important;color:var(--cds-text-primary, #161616) !important}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:focus+.c4p--datagrid__resizer,.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:active+.c4p--datagrid__resizer{z-index:-1}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort{width:100%;min-width:100%;padding:0 1rem;border:none;background:none !important;color:var(--cds-text-primary, #161616) !important;font:inherit}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort .c4p--datagrid__sortable-icon{fill:var(--cds-text-primary, #161616);opacity:0;visibility:hidden}.c4p--datagrid__sortableColumn .cds--table-sort.c4p--datagrid--table-sort{width:calc(100% + 2rem);margin:0 calc(-1 * 1rem)}.c4p--datagrid__sortableColumn:hover .cds--table-header-label .c4p--datagrid__sortable-icon,.c4p--datagrid__sortableColumn:focus-within .cds--table-header-label .c4p--datagrid__sortable-icon,.c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .cds--table-header-label .c4p--datagrid__sortable-icon{opacity:1;visibility:visible}.c4p--datagrid__right-align-header{width:100%;text-align:right}.c4p--datagrid__right-align-header button{text-align:right}.c4p--datagrid__right-align-cell-renderer{width:100%;padding-right:23px;text-align:right}.c4p--datagrid__right-align-cell-renderer.sortDisabled{padding-right:0}.c4p--datagrid__center-align-header,.c4p--datagrid__center-align-header .c4p--datagrid--table-sort{width:100%;text-align:center}.c4p--datagrid__center-align-cell-renderer{margin-right:auto;margin-left:auto}.c4p--datagrid__right-sticky-column-cell{position:sticky !important;right:0;display:flex;align-items:center;border-left:1px solid var(--cds-layer-active-02, #c6c6c6)}.c4p--datagrid__right-sticky-column-header{position:sticky !important;right:0}.c4p--datagrid__left-sticky-column-cell{position:sticky !important;left:0;display:flex;align-items:center;border-right:1px solid var(--cds-layer-active-02, #c6c6c6)}.c4p--datagrid__left-sticky-column-header{position:sticky !important;z-index:1;left:0}.c4p--datagrid__left-sticky-column-cell.c4p--datagrid__left-sticky-column-cell--with-extra-select-column,.c4p--datagrid__left-sticky-column-header.c4p--datagrid__left-sticky-column-header--with-extra-select-column{left:3rem}.c4p--datagrid__sticky-noShadow{box-shadow:none}.c4p--datagrid__sticky-column-noShadow .c4p--datagrid__right-sticky-column-cell{box-shadow:none}.c4p--datagrid__right-sticky-column-offset-scroll{right:6px !important}.c4p--datagrid__select-all-toggle-on.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__actions-column-cell{display:flex;flex-flow:column;justify-content:center}.c4p--datagrid__actions-column-content{display:flex;justify-content:center}.c4p--datagrid__actions-column-loading{margin-bottom:.5rem}.c4p--datagrid .c4p--datagrid__disabled-row-action-button{cursor:not-allowed}.c4p--datagrid .c4p--datagrid__disabled-row-action{pointer-events:none}.c4p--datagrid .c4p--datagrid__disabled-row-action svg{fill:var(--cds-layer-selected-disabled, #8d8d8d)}.c4p--datagrid__customize-columns-tearsheet .c4p--tearsheet__content{display:flex;flex-flow:column}.c4p--datagrid__customize-columns-tearsheet--actions input[role=searchbox]{height:3rem;padding-left:3rem;border-bottom:1px solid var(--cds-background-active, rgba(141, 141, 141, 0.5))}.cds--form-item.cds--checkbox-wrapper.c4p--datagrid__customize-columns-checkbox{display:flex;flex:initial;align-items:center;justify-content:center}.c4p--datagrid__customize-columns-column-list .c4p--datagrid__customize-columns-checkbox-visible-label{padding-left:.375rem}.c4p--datagrid__customize-columns-column-list .c4p--datagrid__customize-columns-checkbox-wrapper.cds--form-item{margin-bottom:0}.c4p--datagrid__customize-columns-column-list{position:relative;overflow:auto}.c4p--datagrid__customize-columns-select-all{align-items:center}.c4p--datagrid__customize-columns-select-all,.c4p--datagrid__customize-columns-select-all--selected{position:sticky;z-index:1;top:0;display:flex;height:3rem;padding-left:2.5rem;border-bottom:1px solid var(--cds-layer-active);background-color:var(--cds-layer)}.c4p--datagrid__customize-columns-select-all .cds--checkbox-label-text,.c4p--datagrid__customize-columns-select-all--selected .cds--checkbox-label-text{font-weight:600}.c4p--datagrid__customize-columns-select-all:hover{background-color:var(--cds-layer-hover)}.c4p--datagrid__customize-columns-select-all--selected{background-color:var(--cds-layer-selected)}.c4p--datagrid .c4p--datagrid__row-size-toggle-tip-content{background-color:var(--cds-layer-02, #ffffff);box-shadow:1px 4px 8px -3px var(--cds-overlay, rgba(22, 22, 22, 0.5)),-1px 6px 8px -5px var(--cds-overlay, rgba(22, 22, 22, 0.5))}.c4p--datagrid .c4p--datagrid__row-size-radio-button .cds--radio-button__label{color:var(--cds-text-primary, #161616)}.c4p--datagrid .c4p--datagrid__row-size-toggle-tip .cds--popover-caret{background-color:var(--cds-layer-02, #ffffff)}.c4p--datagrid .cds--popover--bottom-right.c4p--datagrid__row-height-settings-popover .cds--popover-caret{left:-4px}.c4p--datagrid__row-size-toggle-tip-button.cds--toggletip-button{display:flex;width:3rem;height:3rem;justify-content:center}.c4p--datagrid-filter-flyout__container{position:relative}.c4p--datagrid-filter-flyout{position:absolute;top:3rem;right:0;display:none;width:40.125rem;background-color:var(--cds-layer-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout--open{display:grid}.c4p--datagrid-filter-flyout--batch{min-height:21.625rem;grid-template-rows:1fr 3rem}.c4p--datagrid-filter-flyout--instant{min-height:17.625rem;grid-template-rows:1fr}.c4p--datagrid-filter-flyout__inner-container{padding:1rem 1rem 3rem 1rem}.c4p--datagrid-filter-flyout__inner-container::before{position:absolute;top:-0.4375rem;right:1px;display:block;width:2.875rem;height:.9375rem;background-color:var(--cds-layer-02, #ffffff);content:""}.c4p--datagrid-filter-flyout__title{display:block;font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin-bottom:1.5rem}.c4p--datagrid-filter-flyout__filters{display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr}.c4p--datagrid-filter-flyout__trigger.cds--btn{display:flex;width:3rem;height:3rem;justify-content:center}.c4p--datagrid-filter-flyout__trigger--open.cds--btn.cds--btn--icon-only{position:relative;background-color:var(--cds-layer-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout .cds--fieldset{margin-bottom:0}.c4p--datagrid-filter-panel__container{position:relative;width:rem(320px);height:clamp(var(--filter-panel-min-height),100%,100vh);border-top:1px var(--cds-layer-accent-01, #e0e0e0) solid;background-color:var(--cds-layer-01, #f4f4f4)}.c4p--datagrid-filter-panel--open{border-right:1px var(--cds-layer-accent-01, #e0e0e0) solid}.c4p--datagrid-filter-panel__container::before{position:absolute;top:-1px;left:0;display:block;width:rem(47px);height:1px;background-color:var(--cds-layer-01, #f4f4f4);content:""}.c4p--datagrid-filter-panel__inner-container{position:relative;z-index:0;overflow:auto;padding:0 1rem;overscroll-behavior:contain}.c4p--datagrid-filter-panel__inner-container .c4p--datagrid-filter-panel__category:last-of-type{padding-bottom:5rem}.c4p--datagrid-filter-panel{position:sticky;top:0}.c4p--datagrid-filter-panel__heading{display:flex;justify-content:space-between;padding-left:1rem;border-bottom:1px solid rgba(0,0,0,0)}.c4p--datagrid-filter-panel__heading--with-divider{border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid-filter-panel__title{padding:1rem 0;font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0)}.c4p--datagrid-filter-panel__search{padding:0 1rem 1.5rem}.c4p--datagrid-filter-panel__category-title{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin-bottom:1rem;color:var(--cds-text-secondary, #525252)}.c4p--datagrid-filter-panel__category{padding-bottom:1.5rem}.c4p--datagrid-filter-panel__category>*:not(.c4p--datagrid-filter-panel__category-title,.bx--accordion){margin-bottom:1rem}.c4p--datagrid-filter-panel__action-set{position:sticky;z-index:1;bottom:0;height:rem(64px);margin-top:auto}.c4p--datagrid-filter-panel__container .cds--accordion__title{margin:0}.c4p--datagrid-filter-panel__container .cds--accordion__arrow{margin:.125rem 0 0}.c4p--datagrid-filter-panel__container .cds--accordion__content{padding-right:0;padding-left:0}.c4p--datagrid-filter-panel__container .cds--accordion__content>*:not(:last-child){margin-bottom:1rem}.cds--btn.c4p--datagrid-filter-panel-open-button{display:flex;width:3rem;height:3rem;justify-content:center;border-right:1px solid var(--cds-layer-accent-01, #e0e0e0);border-bottom:none}.c4p--datagrid__grid-container th.c4p--datagrid__select-all-toggle-on,.c4p--datagrid__grid-container td.c4p--datagrid__select-all-toggle-on{width:4.5rem !important;min-width:initial !important;box-sizing:border-box;flex:0 0 auto}th.c4p--datagrid__select-all-toggle-on{display:flex;align-items:center;justify-content:center}th.c4p--datagrid__select-all-toggle-on.button{margin-left:.125rem}.c4p--datagrid__select-all-toggle-overflow.cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after{width:10rem}.c4p--datagrid .c4p--datagrid__expanded-row-content{position:relative;padding:1rem 1rem 1.5rem 4rem}.c4p--datagrid .c4p--datagrid__expanded-row-content::before{position:absolute;top:-1px;right:0;width:calc(100% - 3rem);height:1px;background-color:var(--cds-layer-accent);content:""}.c4p--datagrid .c4p--datagrid__expanded-row-content::after{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-layer-accent);content:""}.c4p--datagrid__carbon-row.c4p--datagrid__carbon-row-expandable .c4p--datagrid__cell.c4p--datagrid__expandable-row-cell{padding:.5rem;padding-right:0}.c4p--datagrid__row-expander.cds--btn{display:flex;width:2rem;height:2rem;min-height:2rem;justify-content:center;padding:0}.c4p--datagrid__row-expander.cds--btn .c4p--datagrid__row-expander--icon{fill:var(--cds-layer-selected-inverse, #161616)}.c4p--datagrid__draggable-handleStyle{display:flex;align-items:center;margin-right:.5rem;cursor:grab}.c4p--datagrid__draggable-handleStyle.disabled{pointer-events:none}.c4p--datagrid__draggable-handleStyle.disabled svg{fill:var(--cds-icon-on-color-disabled, #8d8d8d)}.c4p--datagrid__draggable-handleHolder{display:flex;height:3rem;border-bottom:1px solid var(--cds-layer-active);background-color:var(--cds-layer)}.c4p--datagrid__draggable-handleHolder:hover{background-color:var(--cds-layer-hover)}.c4p--datagrid__draggable-handleHolder-selected{display:flex;height:3rem;border-bottom:1px solid var(--cds-layer-active);background-color:var(--cds-layer-selected)}.c4p--datagrid__draggable-handleHolder-selected:hover{background-color:var(--cds-layer-selected-hover-01, #d1d1d1)}.c4p--datagrid__draggable-handleHolder-isOver{border:2px dashed var(--cds-focus, #0f62fe);background-color:#edf5ff}.c4p--datagrid__draggable-handleHolder-droppable{display:flex;width:100%;align-items:center;padding-left:1rem;line-height:1;transition-property:opacity}.c4p--datagrid__draggable-handleHolder-droppable.c4p--datagrid__draggable-handleHolder-droppable--origin{opacity:.5;transition:opacity 150ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--datagrid__draggable-handleHolder-grabbed{background-color:var(--cds-highlight, #d0e2ff);color:var(--cds-text-primary, #161616)}.c4p--datagrid__draggable-handleHolder--sticky{color:var(--cds-text-on-color-disabled, #8d8d8d)}.c4p--datagrid__shared-ui--assistive-text{position:absolute;overflow:hidden;width:0;height:0;padding:0;border:0;clip:rect(0 0 0 0);text-transform:none;white-space:nowrap}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xs .cds--date-picker__input{height:1.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number__control-btn::after{height:calc(1.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-sm .cds--date-picker__input{height:2rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--number__control-btn::after{height:calc(2rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-md .cds--date-picker__input{height:2.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--number__control-btn::after{height:calc(2.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-lg .cds--date-picker__input{height:3rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--number__control-btn::after{height:calc(3rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xl .cds--date-picker__input{height:4rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--number__control-btn::after{height:calc(4rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid{--c4p--datagrid--grid-header-height: 0}.c4p--datagrid__inline-edit-cell{display:flex;height:100%;align-items:center}.c4p--datagrid .c4p--inline-edit__after-input-elements{display:flex;align-items:center}.c4p--datagrid__inline-edit--outer-cell-button{width:100%;height:calc(100% + 2px)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button{position:relative;display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;padding-left:1rem;color:var(--cds-text-secondary, #525252);cursor:pointer;outline:0}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__label-icon{height:1rem;padding-right:1rem}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--non-edit{padding-left:0;cursor:default}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-icon{height:1rem;fill:var(--cds-icon-secondary, #525252)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--date{font-family:'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--selection{justify-content:flex-start}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols) .c4p--datagrid__inline-edit-button-icon{display:none}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols):hover .c4p--datagrid__inline-edit-button-icon{display:block}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover{background-color:var(--cds-layer-active);color:var(--cds-text-primary, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover .c4p--datagrid__inline-edit-button-icon{fill:var(--cds-icon-primary, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active:not([data-disabled=true]){background-color:var(--cds-layer-active);color:var(--cds-text-primary, #161616);cursor:text}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:calc(-1 * 0.125rem)}@media screen and (prefers-contrast){.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline-style:dotted}}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button--disabled:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols){color:var(--cds-button-disabled, #c6c6c6);cursor:not-allowed}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label{overflow:hidden;padding-right:1rem;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label.c4p--datagrid__inline-edit-button-label-with-icon{padding-right:3rem}.c4p--datagrid__inline-edit--outer-cell-button .cds--text-input,.c4p--datagrid__inline-edit--outer-cell-button .cds--number input[type=number]{height:3rem}.c4p--datagrid__inline-edit-button-icon{position:absolute;right:1rem}.c4p--datagrid__table-with-inline-edit.cds--data-table .c4p--datagrid__cell-inline-edit{position:relative;padding:0}.c4p--datagrid__table-with-inline-edit.cds--data-table .c4p--datagrid__cell-inline-edit .c4p--datagrid__inline-edit-button--non-edit{padding-left:1rem}.c4p--datagrid__table-with-inline-edit.cds--data-table .c4p--datagrid__cell-inline-edit .cds--number input[type=number]{min-width:auto;padding-right:1rem}.c4p--datagrid__inline-edit--select .c4p--datagrid__inline-edit--select-item{padding-bottom:1rem;padding-left:1rem}.c4p--datagrid__inline-edit--select.cds--dropdown,.c4p--datagrid__inline-edit--date .cds--date-picker{width:inherit}.c4p--datagrid__inline-edit--select.cds--dropdown,.c4p--datagrid__inline-edit--date .cds--date-picker.cds--date-picker--single .cds--date-picker__input{width:100%;height:3rem;max-height:none}.c4p--datagrid__inline-edit--date .cds--date-picker-container{width:inherit}.c4p--datagrid__inline-edit--date.cds--date-picker.cds--date-picker--single .cds--date-picker__input{overflow:hidden;width:100%;max-width:none;padding-right:2rem;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid .cds--data-table .c4p--datagrid__carbon-row-hover-active td{border-top-color:var(--cds-layer-hover);background-color:var(--cds-layer-hover)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::before{position:absolute;z-index:2;bottom:0;left:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-link-inverse, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::after{position:absolute;z-index:2;right:0;bottom:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-link-inverse, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .cds--data-table-content::before{position:absolute;z-index:2;top:0;right:0;left:0;width:var(--c4p--datagrid--grid-width);height:2px;background-color:var(--cds-link-inverse, #78a9ff)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::before,.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::after{height:calc(100% - 2px - var(--c4p--datagrid--grid-header-height))}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .c4p--datagrid__table-container{outline:2px solid var(--cds-link-inverse, #78a9ff);outline-offset:-2px}.c4p--datagrid .c4p--datagrid__grid-container-inline-edit .c4p--datagrid__table-container{padding-top:.125rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid]~.cds--form-requirement,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid] .cds--form-requirement{position:absolute;z-index:3;top:calc(100% - 0.125rem);width:100%;padding:.5rem 1.5rem .5rem .5rem;margin:0;background-color:var(--cds-layer-01, #f4f4f4);outline:.125rem solid var(--cds-support-error, #da1e28);outline-offset:calc(-1 * 0.125rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--list-box[data-invalid]:focus-within~.cds--form-requirement{outline:.125rem solid var(--cds-focus, #0f62fe)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--list-box__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--text-input__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number__invalid{z-index:4;top:calc(100% + 0.75rem + 0.125rem);right:.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number__invalid{top:calc(100% + 0.25rem + 0.125rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::before{position:absolute;top:0;left:.125rem;width:calc(100% - (0.125rem * 2));height:.125rem;background-color:var(--cds-layer-01, #f4f4f4);content:""}.c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::after{position:absolute;top:.125rem;left:.5rem;width:calc(100% - (0.5rem * 2));height:1px;background-color:var(--cds-layer-accent-01, #e0e0e0);content:""}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::before{background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::after{background-color:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--text-input:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number input[type=number]:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number input[type=number]:focus~.cds--number__controls .cds--number__control-btn:hover,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number__control-btn:focus{outline-color:var(--cds-support-error, #da1e28)}.c4p--datagrid .cds--text-input:focus{background:var(--cds-field-01, #f4f4f4)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number input[type=number][data-invalid]:focus~.cds--number__controls .cds--number__control-btn.up-icon::after{background-color:var(--cds-support-error, #da1e28)}.c4p--datagrid__datagridWrap{display:block;width:100%}.c4p--datagrid__datagridWrap :global(.cds--checkbox){display:none}.c4p--datagrid .c4p--datagrid__row-size-options-container .cds--popover-container .cds--btn--icon-only{display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;padding-top:0}.c4p--datagrid .c4p--datagrid__row-size-options-container .c4p--datagrid__row-size-dropdown{padding:1rem;background-color:var(--cds-layer)}.c4p--datagrid__datagridWrap-simple{display:flex;width:100%;height:100%;flex-direction:column}.c4p--datagrid__datagridWrap-simple :global .cds--pagination{overflow-x:unset}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button{color:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:hover{background-color:#0050e6}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:focus,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:focus{box-shadow:none}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button svg path,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button svg path{fill:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button.c4p--loading:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button.c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer{background-color:#0f62fe;color:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading{animation-duration:700ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header-container{align-items:center}.c4p--edit-update-cards:not(.c4p--edit-update-cards__actions-bottom)#c4p--edit-update-cards--edit .c4p--card__header{background-color:#0f62fe;color:#fff}/*# sourceMappingURL=index.min.css.map */
8
+ );width:1px;height:var(--c4p--datagrid--indicator-height);border-left:1px solid var(--cds-border-subtle-selected-01, #c6c6c6);content:""}.c4p--datagrid .cds--data-table-header{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header{display:flex;flex-wrap:wrap}.c4p--datagrid__dense-header .cds--data-table-header{flex:1 1 auto;padding-bottom:1rem}.c4p--datagrid__dense-header .c4p--datagrid__table-toolbar{display:flex;flex:1 0 auto;align-items:flex-end}.c4p--datagrid__dense-header .cds--table-toolbar{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header .cds__table-container{flex:1 1 100%}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider{position:relative}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider::before{position:absolute;top:50%;left:0;width:1px;height:1rem;border-left:1px solid var(--cds-border-subtle-01, #c6c6c6);content:"";transform:translateY(-50%)}.c4p--datagrid .cds--data-table--selected:not(.c4p--datagrid__active-row){position:relative}.c4p--datagrid .cds--data-table--selected:not(.c4p--datagrid__active-row)::before{position:absolute;top:0;left:0;width:.25rem;height:100%;background-color:var(--cds-background-brand, #0f62fe);content:""}.c4p--datagrid__table-toolbar .cds--batch-summary__para{white-space:nowrap}.c4p--datagrid__table-toolbar .cds--batch-actions .cds--batch-actions--active{overflow-x:hidden}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu{display:flex;min-width:2.5rem;justify-content:center;margin-right:.75rem}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu{min-width:calc(6rem + 0.5rem)}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger{display:flex;width:100%;min-width:3rem;justify-content:center;padding:0;margin:0}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger .cds--btn__icon{margin:0}.c4p--datagrid .c4p--button-menu{height:3rem}.c4p--datagrid .c4p--datagrid__row-size-button{display:flex;width:3rem;height:3rem;justify-content:center}.c4p--datagrid__customize-columns-checkbox-wrapper.cds--form-item{flex:0 0 auto;margin-right:.5rem}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:10px;height:7px}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-track{background:var(--cds-layer)}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{border-radius:5px}.c4p--datagrid__virtualScrollContainer{width:100%}.c4p--datagrid .cds--modal{width:100%}.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger{flex-shrink:0;background-color:var(--cds-interactive, #0f62fe)}.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger svg{fill:var(--cds-background, #ffffff)}.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger:hover,.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger.cds--overflow-menu--open:hover,.cds--overflow-menu.c4p--datagrid__toolbar-menu__trigger.cds--overflow-menu--open{background-color:var(--cds-button-primary-hover, #0050e6)}.c4p--datagrid__toolbar-options.c4p--datagrid__toolbar-options{background-color:var(--cds-layer-02, #ffffff)}.c4p--datagrid__toolbar-options.cds--overflow-menu-options::after{background-color:rgba(0,0,0,0)}.c4p--datagrid__mobile-toolbar-modal .cds--modal-container{position:absolute}.c4p--datagrid__table-toolbar--sm .c4p--filter-summary,.c4p--datagrid__table-toolbar--xs .c4p--filter-summary{padding:0 .5rem}.c4p--datagrid .c4p--datagrid__head-wrap{background-color:var(--cds-layer-accent)}.c4p--datagrid .cds--action-list .cds--btn.c4p--button-menu{padding:0}.c4p--datagrid .cds--action-list .cds--btn__icon{margin-top:0}.c4p--datagrid .c4p--datagrid__col-resizer-range{position:absolute;z-index:2;top:0;right:calc(0.5rem * -1);width:1rem;height:100%;margin:0;-moz-appearance:initial;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus{outline:0}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus+.c4p--datagrid__col-resize-indicator::before{position:absolute;top:50%;left:50%;width:2px;height:var(--c4p--datagrid--header-height);background-color:var(--cds-focus, #0f62fe);content:"";transform:translate(-50%, -50%)}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus+.c4p--datagrid__col-resize-indicator{position:absolute;z-index:2;right:calc(0.5rem * -1);width:.5rem;height:.5rem;border-radius:100%;margin:0;background-color:var(--cds-focus, #0f62fe);transform:translate(-50%, 0)}.c4p--datagrid .c4p--datagrid__col-resizer-range:focus+.c4p--datagrid__col-resize-indicator::after{position:absolute;top:calc(var(--c4p--datagrid--row-height) - 20px);right:.25rem;width:1px;height:calc(var(--c4p--datagrid--grid-height) - var(--c4p--datagrid--row-height));background-color:var(--cds-layer-active-01, #c6c6c6);content:""}.c4p--datagrid .c4p--datagrid__col-resizer-range::-webkit-slider-thumb{width:16px;height:16px;border:none;border-radius:50%;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__col-resizer-range::-moz-range-thumb{visibility:hidden}.cds--data-table tr.c4p--datagrid__carbon-nested-row{border-left:1px solid rgba(0,0,0,0)}.cds--data-table tr.c4p--datagrid__carbon-nested-row .c4p--datagrid__cell{border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid .c4p--datagrid__expander-icon{transition:transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--datagrid .c4p--datagrid__expander-icon--open{transform:rotate(90deg)}.c4p--datagrid__expanded-row .c4p--datagrid__carbon-row-expanded td:first-child{border-bottom:none}.c4p--datagrid .c4p--datagrid__carbon-row-expandable{position:relative}.c4p--datagrid tr.c4p--datagrid__carbon-nested-row+:not(tr.c4p--datagrid__carbon-nested-row)::before{position:absolute;top:-1px;left:0;width:100%;height:1px;background-color:var(--cds-border-subtle);content:""}.c4p--datagrid tr.c4p--datagrid__carbon-nested-row td:first-child:empty,.c4p--datagrid tr.c4p--datagrid__carbon-nested-row .c4p--datagrid__expandable-row-cell{border-bottom:none}.cds--data-table td.c4p--datagrid__expandable-row-cell{padding-left:.5rem}.c4p--datagrid__carbon-row-expanded .c4p--datagrid__expandable-row-cell{border-bottom:none}.c4p--datagrid__expanded-row .cds--data-table-container{width:calc(100% - 2rem);border-left:2px solid var(--cds-background-brand, #0f62fe);margin-left:2rem;overflow-x:hidden}.c4p--datagrid__expanded-row .cds--data-table-container tr.c4p--datagrid__carbon-nested-row{border-left:none}.c4p--datagrid__expanded-row .cds--data-table-container th{padding-top:0;padding-bottom:0;border-top-color:var(--cds-layer-accent-01, #e0e0e0);background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid__sortableColumn .cds--table-header-label .header-title{display:inline-block;width:auto}.c4p--datagrid__sortableColumn .cds--table-header-label{display:block;width:100%;height:100%}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:focus,.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:active,.c4p--datagrid__sortableColumn .cds--table-header-label button:focus .c4p--datagrid__sortable-icon{background:none !important;color:var(--cds-text-primary, #161616) !important}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:focus+.c4p--datagrid__resizer,.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort:active+.c4p--datagrid__resizer{z-index:-1}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort{width:100%;min-width:100%;padding:0 1rem;border:none;background:none !important;color:var(--cds-text-primary, #161616) !important;font:inherit}.c4p--datagrid__sortableColumn .cds--table-header-label .cds--table-sort .c4p--datagrid__sortable-icon{fill:var(--cds-text-primary, #161616);opacity:0;visibility:hidden}.c4p--datagrid__sortableColumn .cds--table-sort.c4p--datagrid--table-sort{width:calc(100% + 2rem);margin:0 calc(-1 * 1rem)}.c4p--datagrid__sortableColumn:hover .cds--table-header-label .c4p--datagrid__sortable-icon,.c4p--datagrid__sortableColumn:focus-within .cds--table-header-label .c4p--datagrid__sortable-icon,.c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .cds--table-header-label .c4p--datagrid__sortable-icon{opacity:1;visibility:visible}.c4p--datagrid__right-align-header{width:100%;text-align:right}.c4p--datagrid__right-align-header button{text-align:right}.c4p--datagrid__right-align-cell-renderer{width:100%;padding-right:23px;text-align:right}.c4p--datagrid__right-align-cell-renderer.sortDisabled{padding-right:0}.c4p--datagrid__center-align-header,.c4p--datagrid__center-align-header .c4p--datagrid--table-sort{width:100%;text-align:center}.c4p--datagrid__center-align-cell-renderer{margin-right:auto;margin-left:auto}.c4p--datagrid__right-sticky-column-cell{position:sticky !important;right:0;display:flex;align-items:center;border-left:1px solid var(--cds-layer-active-02, #c6c6c6)}.c4p--datagrid__right-sticky-column-header{position:sticky !important;right:0}.c4p--datagrid__left-sticky-column-cell{position:sticky !important;left:0;display:flex;align-items:center;border-right:1px solid var(--cds-layer-active-02, #c6c6c6)}.c4p--datagrid__left-sticky-column-header{position:sticky !important;z-index:1;left:0}.c4p--datagrid__left-sticky-column-cell.c4p--datagrid__left-sticky-column-cell--with-extra-select-column,.c4p--datagrid__left-sticky-column-header.c4p--datagrid__left-sticky-column-header--with-extra-select-column{left:3rem}.c4p--datagrid__sticky-noShadow{box-shadow:none}.c4p--datagrid__sticky-column-noShadow .c4p--datagrid__right-sticky-column-cell{box-shadow:none}.c4p--datagrid__right-sticky-column-offset-scroll{right:6px !important}.c4p--datagrid__select-all-toggle-on.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__actions-column-cell{display:flex;flex-flow:column;justify-content:center}.c4p--datagrid__actions-column-content{display:flex;justify-content:center}.c4p--datagrid__actions-column-loading{margin-bottom:.5rem}.c4p--datagrid .c4p--datagrid__disabled-row-action-button{cursor:not-allowed}.c4p--datagrid .c4p--datagrid__disabled-row-action{pointer-events:none}.c4p--datagrid .c4p--datagrid__disabled-row-action svg{fill:var(--cds-layer-selected-disabled, #8d8d8d)}.c4p--datagrid__customize-columns-tearsheet .c4p--tearsheet__content{display:flex;flex-flow:column}.c4p--datagrid__customize-columns-tearsheet--actions input[role=searchbox]{height:3rem;padding-left:3rem;border-bottom:1px solid var(--cds-background-active, rgba(141, 141, 141, 0.5))}.cds--form-item.cds--checkbox-wrapper.c4p--datagrid__customize-columns-checkbox{display:flex;flex:initial;align-items:center;justify-content:center}.c4p--datagrid__customize-columns-column-list .c4p--datagrid__customize-columns-checkbox-visible-label{padding-left:.375rem}.c4p--datagrid__customize-columns-column-list .c4p--datagrid__customize-columns-checkbox-wrapper.cds--form-item{margin-bottom:0}.c4p--datagrid__customize-columns-column-list{position:relative;overflow:auto}.c4p--datagrid__customize-columns-select-all{align-items:center}.c4p--datagrid__customize-columns-select-all,.c4p--datagrid__customize-columns-select-all--selected{position:sticky;z-index:1;top:0;display:flex;height:3rem;padding-left:2.5rem;border-bottom:1px solid var(--cds-layer-active);background-color:var(--cds-layer)}.c4p--datagrid__customize-columns-select-all .cds--checkbox-label-text,.c4p--datagrid__customize-columns-select-all--selected .cds--checkbox-label-text{font-weight:600}.c4p--datagrid__customize-columns-select-all:hover{background-color:var(--cds-layer-hover)}.c4p--datagrid__customize-columns-select-all--selected{background-color:var(--cds-layer-selected)}.c4p--datagrid .c4p--datagrid__row-size-toggle-tip-content{background-color:var(--cds-layer-02, #ffffff);box-shadow:1px 4px 8px -3px var(--cds-overlay, rgba(22, 22, 22, 0.5)),-1px 6px 8px -5px var(--cds-overlay, rgba(22, 22, 22, 0.5))}.c4p--datagrid .c4p--datagrid__row-size-radio-button .cds--radio-button__label{color:var(--cds-text-primary, #161616)}.c4p--datagrid .c4p--datagrid__row-size-toggle-tip .cds--popover-caret{background-color:var(--cds-layer-02, #ffffff)}.c4p--datagrid .cds--popover--bottom-right.c4p--datagrid__row-height-settings-popover .cds--popover-caret{left:-4px}.c4p--datagrid__row-size-toggle-tip-button.cds--toggletip-button{display:flex;width:3rem;height:3rem;justify-content:center}.c4p--datagrid-filter-flyout__container{position:relative}.c4p--datagrid-filter-flyout{position:absolute;top:3rem;right:0;display:none;width:40.125rem;background-color:var(--cds-layer-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout--open{display:grid}.c4p--datagrid-filter-flyout--batch{min-height:21.625rem;grid-template-rows:1fr 3rem}.c4p--datagrid-filter-flyout--instant{min-height:17.625rem;grid-template-rows:1fr}.c4p--datagrid-filter-flyout__inner-container{padding:1rem 1rem 3rem 1rem}.c4p--datagrid-filter-flyout__inner-container::before{position:absolute;top:-0.4375rem;right:1px;display:block;width:2.875rem;height:.9375rem;background-color:var(--cds-layer-02, #ffffff);content:""}.c4p--datagrid-filter-flyout__title{display:block;font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin-bottom:1.5rem}.c4p--datagrid-filter-flyout__filters{display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr}.c4p--datagrid-filter-flyout__trigger.cds--btn{display:flex;width:3rem;height:3rem;justify-content:center}.c4p--datagrid-filter-flyout__trigger--open.cds--btn.cds--btn--icon-only{position:relative;background-color:var(--cds-layer-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout .cds--fieldset{margin-bottom:0}.c4p--datagrid-filter-panel__container{position:relative;width:to-rem(320px);height:clamp(var(--filter-panel-min-height),100%,100vh);border-top:1px var(--cds-layer-accent-01, #e0e0e0) solid;background-color:var(--cds-layer-01, #f4f4f4)}.c4p--datagrid-filter-panel--open{border-right:1px var(--cds-layer-accent-01, #e0e0e0) solid}.c4p--datagrid-filter-panel__container::before{position:absolute;top:-1px;left:0;display:block;width:to-rem(47px);height:1px;background-color:var(--cds-layer-01, #f4f4f4);content:""}.c4p--datagrid-filter-panel__inner-container{position:relative;z-index:0;overflow:auto;padding:0 1rem;overscroll-behavior:contain}.c4p--datagrid-filter-panel__inner-container .c4p--datagrid-filter-panel__category:last-of-type{padding-bottom:5rem}.c4p--datagrid-filter-panel{position:sticky;top:0}.c4p--datagrid-filter-panel__heading{display:flex;justify-content:space-between;padding-left:1rem;border-bottom:1px solid rgba(0,0,0,0)}.c4p--datagrid-filter-panel__heading--with-divider{border-bottom:1px solid var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid-filter-panel__title{padding:1rem 0;font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0)}.c4p--datagrid-filter-panel__search{padding:0 1rem 1.5rem}.c4p--datagrid-filter-panel__category-title{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px);margin-bottom:1rem;color:var(--cds-text-secondary, #525252)}.c4p--datagrid-filter-panel__category{padding-bottom:1.5rem}.c4p--datagrid-filter-panel__category>*:not(.c4p--datagrid-filter-panel__category-title,.bx--accordion){margin-bottom:1rem}.c4p--datagrid-filter-panel__action-set{position:sticky;z-index:1;bottom:0;height:to-rem(64px);margin-top:auto}.c4p--datagrid-filter-panel__container .cds--accordion__title{margin:0}.c4p--datagrid-filter-panel__container .cds--accordion__arrow{margin:.125rem 0 0}.c4p--datagrid-filter-panel__container .cds--accordion__content{padding-right:0;padding-left:0}.c4p--datagrid-filter-panel__container .cds--accordion__content>*:not(:last-child){margin-bottom:1rem}.cds--btn.c4p--datagrid-filter-panel-open-button{display:flex;width:3rem;height:3rem;justify-content:center;border-right:1px solid var(--cds-layer-accent-01, #e0e0e0);border-bottom:none}.c4p--datagrid__grid-container th.c4p--datagrid__select-all-toggle-on,.c4p--datagrid__grid-container td.c4p--datagrid__select-all-toggle-on{width:4.5rem !important;min-width:initial !important;box-sizing:border-box;flex:0 0 auto}th.c4p--datagrid__select-all-toggle-on{display:flex;align-items:center;justify-content:center}th.c4p--datagrid__select-all-toggle-on.button{margin-left:.125rem}.c4p--datagrid__select-all-toggle-overflow.cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after{width:10rem}.c4p--datagrid .c4p--datagrid__expanded-row-content{position:relative;padding:1rem 1rem 1.5rem 4rem}.c4p--datagrid .c4p--datagrid__expanded-row-content::before{position:absolute;top:-1px;right:0;width:calc(100% - 3rem);height:1px;background-color:var(--cds-layer-accent);content:""}.c4p--datagrid .c4p--datagrid__expanded-row-content::after{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-layer-accent);content:""}.c4p--datagrid__carbon-row.c4p--datagrid__carbon-row-expandable .c4p--datagrid__cell.c4p--datagrid__expandable-row-cell{padding:.5rem;padding-right:0}.c4p--datagrid__row-expander.cds--btn{display:flex;width:2rem;height:2rem;min-height:2rem;align-items:center;justify-content:center;padding:0}.c4p--datagrid__row-expander.cds--btn .c4p--datagrid__row-expander--icon{fill:var(--cds-layer-selected-inverse, #161616)}.c4p--datagrid .cds--data-table tbody tr:hover+.c4p--datagrid__expanded-row,.c4p--datagrid .c4p--datagrid__expanded-row:hover,.c4p--datagrid .c4p--datagrid__expandable-row--hover td{background:var(--cds-layer-hover)}.c4p--datagrid__draggable-handleStyle{display:flex;align-items:center;margin-right:.5rem}.c4p--datagrid__draggable-handleStyle.disabled{pointer-events:none}.c4p--datagrid__draggable-handleStyle.disabled svg{fill:var(--cds-icon-on-color-disabled, #8d8d8d)}.c4p--datagrid__draggable-underlay{position:absolute;width:100%}.c4p--datagrid__draggable-underlay-item{width:100%;height:3rem;border:2px dashed var(--cds-focus, #0f62fe);background-color:#edf5ff}.c4p--datagrid__draggable-handleHolder{position:relative;display:flex;height:3rem;border-bottom:1px solid var(--cds-layer-active);background-color:var(--cds-layer);cursor:grab}.c4p--datagrid__draggable-handleHolder:hover{background-color:var(--cds-layer-hover)}.c4p--datagrid__draggable-handleHolder:focus{box-shadow:inset 0 0 0 1px var(--cds-focus, #0f62fe);outline:none}.c4p--datagrid__draggable-handleHolder--selected{background-color:var(--cds-layer-selected)}.c4p--datagrid__draggable-handleHolder--dragging{z-index:2;background-color:var(--cds-highlight, #d0e2ff);color:var(--cds-text-primary, #161616);outline:none}.c4p--datagrid__draggable-handleHolder:active,.c4p--datagrid__draggable-handleHolder--dragging{cursor:grabbing}.c4p--datagrid__draggable-handleHolder-selected:hover{background-color:var(--cds-layer-selected-hover-01, #d1d1d1)}.c4p--datagrid__draggable-handleHolder-droppable{display:flex;width:100%;align-items:center;padding-left:1rem;line-height:1;transition-property:opacity}.c4p--datagrid__draggable-handleHolder-droppable.c4p--datagrid__draggable-handleHolder-droppable--origin{opacity:.5;transition:opacity 150ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--datagrid__draggable-handleHolder--sticky{color:var(--cds-text-on-color-disabled, #8d8d8d)}.c4p--datagrid__shared-ui--assistive-text{position:absolute;overflow:hidden;width:0;height:0;padding:0;border:0;clip:rect(0 0 0 0);text-transform:none;white-space:nowrap}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xs .cds--date-picker__input{height:1.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number__control-btn::after{height:calc(1.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-sm .cds--date-picker__input{height:2rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .cds--number__control-btn::after{height:calc(2rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-md .cds--date-picker__input{height:2.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .cds--number__control-btn::after{height:calc(2.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-lg .cds--date-picker__input{height:3rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .cds--number__control-btn::after{height:calc(3rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xl .cds--date-picker__input{height:4rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .cds--number__control-btn::after{height:calc(4rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .c4p--datagrid__inline-edit--select .cds--list-box{max-height:none}.c4p--datagrid{--c4p--datagrid--grid-header-height: 0}.c4p--datagrid__inline-edit-cell{display:flex;height:100%;align-items:center}.c4p--datagrid .c4p--inline-edit__after-input-elements{display:flex;align-items:center}.c4p--datagrid__inline-edit--outer-cell-button{width:100%;height:calc(100% + 2px)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button{position:relative;display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;padding-left:1rem;color:var(--cds-text-secondary, #525252);cursor:pointer;outline:0}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__label-icon{height:1rem;padding-right:1rem}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--non-edit{padding-left:0;cursor:default}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-icon{height:1rem;fill:var(--cds-icon-secondary, #525252)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--date{font-family:'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--selection{justify-content:flex-start}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols) .c4p--datagrid__inline-edit-button-icon{display:none}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols):hover .c4p--datagrid__inline-edit-button-icon{display:block}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover{background-color:var(--cds-layer-active);color:var(--cds-text-primary, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover .c4p--datagrid__inline-edit-button-icon{fill:var(--cds-icon-primary, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active:not([data-disabled=true]){background-color:var(--cds-layer-active);color:var(--cds-text-primary, #161616);cursor:text}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:calc(-1 * 0.125rem)}@media screen and (prefers-contrast){.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline-style:dotted}}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button--disabled:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols){color:var(--cds-button-disabled, #c6c6c6);cursor:not-allowed}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label{overflow:hidden;padding-right:1rem;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label.c4p--datagrid__inline-edit-button-label-with-icon{padding-right:3rem}.c4p--datagrid__inline-edit--outer-cell-button .cds--text-input,.c4p--datagrid__inline-edit--outer-cell-button .cds--number input[type=number]{height:3rem}.c4p--datagrid__inline-edit-button-icon{position:absolute;right:1rem}.c4p--datagrid__table-with-inline-edit.cds--data-table .c4p--datagrid__cell-inline-edit{position:relative;padding:0}.c4p--datagrid__table-with-inline-edit.cds--data-table .c4p--datagrid__cell-inline-edit .c4p--datagrid__inline-edit-button--non-edit{padding-left:1rem}.c4p--datagrid__table-with-inline-edit.cds--data-table .c4p--datagrid__cell-inline-edit .cds--number input[type=number]{min-width:auto;padding-right:1rem}.c4p--datagrid__inline-edit--select .c4p--datagrid__inline-edit--select-item{padding-bottom:1rem;padding-left:1rem}.c4p--datagrid__inline-edit--select.cds--dropdown,.c4p--datagrid__inline-edit--date .cds--date-picker{width:inherit}.c4p--datagrid__inline-edit--select.cds--dropdown,.c4p--datagrid__inline-edit--date .cds--date-picker.cds--date-picker--single .cds--date-picker__input{width:100%;height:3rem;max-height:none}.c4p--datagrid__inline-edit--date .cds--date-picker-container{width:inherit}.c4p--datagrid__inline-edit--date.cds--date-picker.cds--date-picker--single .cds--date-picker__input{overflow:hidden;width:100%;max-width:none;padding-right:2rem;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid .cds--data-table .c4p--datagrid__carbon-row-hover-active td{border-top-color:var(--cds-layer-hover);background-color:var(--cds-layer-hover)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::before{position:absolute;z-index:2;bottom:0;left:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-link-inverse, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::after{position:absolute;z-index:2;right:0;bottom:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-link-inverse, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .cds--data-table-content::before{position:absolute;z-index:2;top:0;right:0;left:0;width:var(--c4p--datagrid--grid-width);height:2px;background-color:var(--cds-link-inverse, #78a9ff)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::before,.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::after{height:calc(100% - 2px - var(--c4p--datagrid--grid-header-height))}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .c4p--datagrid__table-container{outline:2px solid var(--cds-link-inverse, #78a9ff);outline-offset:-2px}.c4p--datagrid .c4p--datagrid__grid-container-inline-edit .c4p--datagrid__table-container{padding-top:.125rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid]~.cds--form-requirement,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid] .cds--form-requirement{position:absolute;z-index:3;top:calc(100% - 0.125rem);width:100%;padding:.5rem 1.5rem .5rem .5rem;margin:0;background-color:var(--cds-layer-01, #f4f4f4);outline:.125rem solid var(--cds-support-error, #da1e28);outline-offset:calc(-1 * 0.125rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--list-box[data-invalid]:focus-within~.cds--form-requirement{outline:.125rem solid var(--cds-focus, #0f62fe)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--list-box__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--text-input__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number__invalid{z-index:4;top:calc(100% + 0.75rem + 0.125rem);right:.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number__invalid{top:calc(100% + 0.25rem + 0.125rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::before{position:absolute;top:0;left:.125rem;width:calc(100% - (0.125rem * 2));height:.125rem;background-color:var(--cds-layer-01, #f4f4f4);content:""}.c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::after{position:absolute;top:.125rem;left:.5rem;width:calc(100% - (0.5rem * 2));height:1px;background-color:var(--cds-layer-accent-01, #e0e0e0);content:""}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::before{background-color:var(--cds-layer-accent-01, #e0e0e0)}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--form-requirement::after{background-color:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--text-input:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number input[type=number]:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number input[type=number]:focus~.cds--number__controls .cds--number__control-btn:hover,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number__control-btn:focus{outline-color:var(--cds-support-error, #da1e28)}.c4p--datagrid .cds--text-input:focus{background:var(--cds-field-01, #f4f4f4)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .cds--number input[type=number][data-invalid]:focus~.cds--number__controls .cds--number__control-btn.up-icon::after{background-color:var(--cds-support-error, #da1e28)}.c4p--datagrid__datagridWrap{display:block;width:100%}.c4p--datagrid__datagridWrap :global(.cds--checkbox){display:none}.c4p--datagrid .c4p--datagrid__row-size-options-container .cds--popover-container .cds--btn--icon-only{display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;padding-top:0}.c4p--datagrid .c4p--datagrid__row-size-options-container .c4p--datagrid__row-size-dropdown{padding:1rem;background-color:var(--cds-layer)}.c4p--datagrid__datagridWrap-simple{display:flex;width:100%;height:100%;flex-direction:column}.c4p--datagrid__datagridWrap-simple :global .cds--pagination{overflow-x:unset}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button{color:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:hover{background-color:#0050e6}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:focus,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:focus{box-shadow:none}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button svg path,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button svg path{fill:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button.c4p--loading:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button.c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer{background-color:#0f62fe;color:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading{animation-duration:700ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header-container{align-items:center}.c4p--edit-update-cards:not(.c4p--edit-update-cards__actions-bottom)#c4p--edit-update-cards--edit .c4p--card__header{background-color:#0f62fe;color:#fff}/*# sourceMappingURL=index.min.css.map */