@carbon/web-components 2.62.0 → 2.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/bin/create-prefixed-build.js +157 -0
- package/custom-elements.json +2074 -360
- package/es/components/accordion/accordion.scss.js +1 -1
- package/es/components/action-set/action-set.scss.js +1 -1
- package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
- package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
- package/es/components/ai-label/ai-label-action-button.js +4 -3
- package/es/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/ai-label/ai-label.scss.js.map +1 -1
- package/es/components/ai-label/index.d.ts +1 -0
- package/es/components/ai-label/index.d.ts.map +1 -1
- package/es/components/ai-label/index.js +1 -0
- package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
- package/es/components/big-number/big-number-skeleton.d.ts +21 -0
- package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/es/components/big-number/big-number-skeleton.js +62 -0
- package/es/components/big-number/big-number-skeleton.js.map +1 -0
- package/es/components/big-number/big-number-skeleton.scss.js +14 -0
- package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es/components/big-number/big-number.d.ts +35 -0
- package/es/components/big-number/big-number.d.ts.map +1 -0
- package/es/components/big-number/big-number.js +171 -0
- package/es/components/big-number/big-number.js.map +1 -0
- package/es/components/big-number/big-number.scss.js +14 -0
- package/es/components/big-number/big-number.scss.js.map +1 -0
- package/es/components/big-number/constants.d.ts +20 -0
- package/es/components/big-number/constants.d.ts.map +1 -0
- package/es/components/big-number/constants.js +32 -0
- package/es/components/big-number/constants.js.map +1 -0
- package/es/components/big-number/index.d.ts +8 -0
- package/es/components/big-number/index.d.ts.map +1 -0
- package/es/components/big-number/index.js +8 -0
- package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.js +2 -1
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +2 -2
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +1 -1
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.scss.js +1 -1
- package/es/components/card/card-action.d.ts +27 -0
- package/es/components/card/card-action.d.ts.map +1 -0
- package/es/components/card/card-action.js +52 -0
- package/es/components/card/card-action.js.map +1 -0
- package/es/components/card/card-actions.d.ts +36 -0
- package/es/components/card/card-actions.d.ts.map +1 -0
- package/es/components/card/card-actions.js +171 -0
- package/es/components/card/card-actions.js.map +1 -0
- package/es/components/card/card-body.d.ts +23 -0
- package/es/components/card/card-body.d.ts.map +1 -0
- package/es/components/card/card-body.js +54 -0
- package/es/components/card/card-body.js.map +1 -0
- package/es/components/card/card-context.d.ts +20 -0
- package/es/components/card/card-context.d.ts.map +1 -0
- package/es/components/card/card-context.js +29 -0
- package/es/components/card/card-context.js.map +1 -0
- package/es/components/card/card-footer.d.ts +34 -0
- package/es/components/card/card-footer.d.ts.map +1 -0
- package/es/components/card/card-footer.js +75 -0
- package/es/components/card/card-footer.js.map +1 -0
- package/es/components/card/card-header-media.d.ts +19 -0
- package/es/components/card/card-header-media.d.ts.map +1 -0
- package/es/components/card/card-header-media.js +39 -0
- package/es/components/card/card-header-media.js.map +1 -0
- package/es/components/card/card-header.d.ts +23 -0
- package/es/components/card/card-header.d.ts.map +1 -0
- package/es/components/card/card-header.js +70 -0
- package/es/components/card/card-header.js.map +1 -0
- package/es/components/card/card-media.d.ts +37 -0
- package/es/components/card/card-media.d.ts.map +1 -0
- package/es/components/card/card-media.js +79 -0
- package/es/components/card/card-media.js.map +1 -0
- package/es/components/card/card-title-media.d.ts +19 -0
- package/es/components/card/card-title-media.d.ts.map +1 -0
- package/es/components/card/card-title-media.js +39 -0
- package/es/components/card/card-title-media.js.map +1 -0
- package/es/components/card/card-title.d.ts +52 -0
- package/es/components/card/card-title.d.ts.map +1 -0
- package/es/components/card/card-title.js +144 -0
- package/es/components/card/card-title.js.map +1 -0
- package/es/components/card/card.d.ts +69 -0
- package/es/components/card/card.d.ts.map +1 -0
- package/es/components/card/card.js +185 -0
- package/es/components/card/card.js.map +1 -0
- package/es/components/card/card.scss.js +14 -0
- package/es/components/card/card.scss.js.map +1 -0
- package/es/components/card/defs.d.ts +33 -0
- package/es/components/card/defs.d.ts.map +1 -0
- package/es/components/card/defs.js +46 -0
- package/es/components/card/defs.js.map +1 -0
- package/es/components/card/index.d.ts +17 -0
- package/es/components/card/index.d.ts.map +1 -0
- package/es/components/card/index.js +17 -0
- package/es/components/checkbox/checkbox.scss.js +1 -1
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
- package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
- package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/index.js +8 -0
- package/es/components/coachmark/coachmark-body.d.ts +31 -0
- package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-body.js +39 -0
- package/es/components/coachmark/coachmark-body.js.map +1 -0
- package/es/components/coachmark/coachmark-body.scss.js +14 -0
- package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-context.d.ts +12 -0
- package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-context.js +39 -0
- package/es/components/coachmark/coachmark-context.js.map +1 -0
- package/es/components/coachmark/coachmark-header.d.ts +41 -0
- package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-header.js +95 -0
- package/es/components/coachmark/coachmark-header.js.map +1 -0
- package/es/components/coachmark/coachmark-header.scss.js +14 -0
- package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
- package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-helpers.js +33 -0
- package/es/components/coachmark/coachmark-helpers.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.js +8 -0
- package/es/components/coachmark/coachmark.d.ts +97 -0
- package/es/components/coachmark/coachmark.d.ts.map +1 -0
- package/es/components/coachmark/coachmark.js +290 -0
- package/es/components/coachmark/coachmark.js.map +1 -0
- package/es/components/coachmark/coachmark.scss.js +14 -0
- package/es/components/coachmark/coachmark.scss.js.map +1 -0
- package/es/components/coachmark/index.d.ts +10 -0
- package/es/components/coachmark/index.d.ts.map +1 -0
- package/es/components/coachmark/index.js +10 -0
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-box/combo-box.d.ts.map +1 -1
- package/es/components/combo-box/combo-box.js +5 -12
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/combo-box/combo-box.scss.js.map +1 -1
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/contained-list/contained-list.scss.js +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/copy/index.d.ts +9 -0
- package/es/components/copy/index.d.ts.map +1 -0
- package/es/components/copy/index.js +9 -0
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -1
- package/es/components/date-picker/date-picker.scss.js.map +1 -1
- package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
- package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
- package/es/components/dialog/dialog.scss.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +2 -1
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +13 -15
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +1 -1
- package/es/components/dropdown/dropdown.scss.js.map +1 -1
- package/es/components/edit-in-place/defs.d.ts +30 -0
- package/es/components/edit-in-place/defs.d.ts.map +1 -0
- package/es/components/edit-in-place/defs.js +43 -0
- package/es/components/edit-in-place/defs.js.map +1 -0
- package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
- package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
- package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
- package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
- package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
- package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
- package/es/components/edit-in-place/edit-in-place.js +453 -0
- package/es/components/edit-in-place/edit-in-place.js.map +1 -0
- package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
- package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
- package/es/components/edit-in-place/index.d.ts +10 -0
- package/es/components/edit-in-place/index.d.ts.map +1 -0
- package/es/components/edit-in-place/index.js +20 -0
- package/es/components/edit-in-place/index.js.map +1 -0
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
- package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
- package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
- package/es/components/fluid-form/fluid-form.scss.js +1 -1
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +1 -1
- package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
- package/es/components/fluid-select/fluid-select.scss.js +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es/components/form/form-item.scss.js +1 -1
- package/es/components/form/form.scss.js +1 -1
- package/es/components/form-group/form-group.scss.js +1 -1
- package/es/components/grid/column-hang.scss.js +1 -1
- package/es/components/grid/grid.scss.js +1 -1
- package/es/components/icon-button/icon-button.d.ts +1 -1
- package/es/components/icon-button/icon-button.js +1 -1
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/inline-loading/inline-loading.scss.js +1 -1
- package/es/components/layer/layer.scss.js +1 -1
- package/es/components/layout/layout.scss.js +1 -1
- package/es/components/link/link.d.ts +2 -1
- package/es/components/link/link.d.ts.map +1 -1
- package/es/components/link/link.js +1 -1
- package/es/components/link/link.js.map +1 -1
- package/es/components/loading/loading.scss.js +1 -1
- package/es/components/menu/menu-item.d.ts.map +1 -1
- package/es/components/menu/menu-item.js +2 -6
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu-item.scss.js +1 -1
- package/es/components/menu/menu-item.scss.js.map +1 -1
- package/es/components/menu/menu.d.ts +10 -0
- package/es/components/menu/menu.d.ts.map +1 -1
- package/es/components/menu/menu.js +17 -11
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/menu/menu.scss.js +1 -1
- package/es/components/menu/menu.scss.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/multi-select/multi-select-item.d.ts +1 -1
- package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/es/components/multi-select/multi-select-item.js +5 -1
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.d.ts +2 -1
- package/es/components/multi-select/multi-select.d.ts.map +1 -1
- package/es/components/multi-select/multi-select.js +15 -14
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +1 -1
- package/es/components/multi-select/multi-select.scss.js.map +1 -1
- package/es/components/notification/actionable-notification-button.d.ts +1 -1
- package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
- package/es/components/notification/actionable-notification-button.js +2 -2
- package/es/components/notification/actionable-notification-button.js.map +1 -1
- package/es/components/notification/actionable-notification.d.ts.map +1 -1
- package/es/components/notification/actionable-notification.js +4 -4
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.scss.js +1 -1
- package/es/components/number-input/number-input.scss.js.map +1 -1
- package/es/components/options-tile/index.d.ts +8 -0
- package/es/components/options-tile/index.d.ts.map +1 -0
- package/es/components/options-tile/index.js +8 -0
- package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
- package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
- package/es/components/options-tile/option-tile-helpers.js +163 -0
- package/es/components/options-tile/option-tile-helpers.js.map +1 -0
- package/es/components/options-tile/options-tile.d.ts +91 -0
- package/es/components/options-tile/options-tile.d.ts.map +1 -0
- package/es/components/options-tile/options-tile.js +208 -0
- package/es/components/options-tile/options-tile.js.map +1 -0
- package/es/components/options-tile/options-tile.scss.js +14 -0
- package/es/components/options-tile/options-tile.scss.js.map +1 -0
- package/es/components/overflow-menu/overflow-menu.js +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/page-header/index.d.ts +1 -0
- package/es/components/page-header/index.d.ts.map +1 -1
- package/es/components/page-header/index.js +1 -0
- package/es/components/page-header/page-header-tabs.d.ts +1 -1
- package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
- package/es/components/page-header/page-header-tabs.js +1 -2
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header.d.ts +1 -1
- package/es/components/page-header/page-header.d.ts.map +1 -1
- package/es/components/page-header/page-header.js +1 -2
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/page-header/page-header.scss.js +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es/components/password-input/password-input.scss.js +1 -1
- package/es/components/popover/popover.scss.js +1 -1
- package/es/components/progress-bar/progress-bar.scss.js +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -1
- package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
- package/es/components/search/search.d.ts.map +1 -1
- package/es/components/search/search.js +2 -0
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +1 -1
- package/es/components/search/search.scss.js.map +1 -1
- package/es/components/select/select.scss.js +1 -1
- package/es/components/select/select.scss.js.map +1 -1
- package/es/components/side-panel/side-panel.js +2 -2
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/side-panel/side-panel.scss.js +1 -1
- package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
- package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider.scss.js +1 -1
- package/es/components/slider/slider.scss.js.map +1 -1
- package/es/components/slug/index.d.ts +1 -0
- package/es/components/slug/index.d.ts.map +1 -1
- package/es/components/slug/index.js +1 -0
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/structured-list/structured-list.scss.js +1 -1
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tabs/tabs.scss.js.map +1 -1
- package/es/components/tag/dismissible-tag.d.ts +1 -1
- package/es/components/tag/dismissible-tag.d.ts.map +1 -1
- package/es/components/tag/dismissible-tag.js +24 -15
- package/es/components/tag/dismissible-tag.js.map +1 -1
- package/es/components/tag/tag.d.ts.map +1 -1
- package/es/components/tag/tag.js +1 -1
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/tag/tag.scss.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -1
- package/es/components/text-input/text-input.scss.js.map +1 -1
- package/es/components/textarea/textarea.scss.js +1 -1
- package/es/components/tile/clickable-tile.d.ts +2 -1
- package/es/components/tile/clickable-tile.d.ts.map +1 -1
- package/es/components/tile/clickable-tile.js +1 -1
- package/es/components/tile/clickable-tile.js.map +1 -1
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -1
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/components/ui-shell/side-nav.scss.js +1 -1
- package/es/components/user-avatar/index.d.ts +8 -0
- package/es/components/user-avatar/index.d.ts.map +1 -0
- package/es/components/user-avatar/index.js +8 -0
- package/es/components/user-avatar/user-avatar.d.ts +84 -0
- package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/es/components/user-avatar/user-avatar.js +151 -0
- package/es/components/user-avatar/user-avatar.js.map +1 -0
- package/es/components/user-avatar/user-avatar.scss.js +14 -0
- package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
- package/es/globals/controllers/floating-controller.d.ts.map +1 -1
- package/es/globals/controllers/floating-controller.js.map +1 -1
- package/es/globals/decorators/carbon-element.d.ts +8 -0
- package/es/globals/decorators/carbon-element.d.ts.map +1 -1
- package/es/globals/decorators/carbon-element.js +8 -0
- package/es/globals/decorators/carbon-element.js.map +1 -1
- package/es/globals/internal/collection-helpers.d.ts +5 -5
- package/es/globals/internal/collection-helpers.d.ts.map +1 -1
- package/es/globals/internal/collection-helpers.js +1 -1
- package/es/globals/internal/collection-helpers.js.map +1 -1
- package/es/globals/internal/getSupportedLocale.d.ts +12 -0
- package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
- package/es/globals/internal/getSupportedLocale.js +29 -0
- package/es/globals/internal/getSupportedLocale.js.map +1 -0
- package/es/globals/mixins/on.d.ts +2 -2
- package/es/globals/mixins/on.d.ts.map +1 -1
- package/es/globals/mixins/on.js +4 -4
- package/es/globals/mixins/on.js.map +1 -1
- package/es/globals/register.d.ts +89 -0
- package/es/globals/register.d.ts.map +1 -0
- package/es/globals/register.js +56 -0
- package/es/globals/register.js.map +1 -0
- package/es/globals/settings.d.ts +1 -1
- package/es/globals/settings.d.ts.map +1 -1
- package/es/globals/settings.js +1 -0
- package/es/globals/settings.js.map +1 -1
- package/es/index.d.ts +10 -0
- package/es/index.d.ts.map +1 -1
- package/es/index.js +13 -3
- package/es-custom/components/accordion/accordion.scss.js +1 -1
- package/es-custom/components/action-set/action-set.scss.js +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
- package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
- package/es-custom/components/ai-label/index.d.ts +1 -0
- package/es-custom/components/ai-label/index.d.ts.map +1 -1
- package/es-custom/components/ai-label/index.js +1 -0
- package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
- package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
- package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/es-custom/components/big-number/big-number-skeleton.js +62 -0
- package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es-custom/components/big-number/big-number.d.ts +35 -0
- package/es-custom/components/big-number/big-number.d.ts.map +1 -0
- package/es-custom/components/big-number/big-number.js +171 -0
- package/es-custom/components/big-number/big-number.js.map +1 -0
- package/es-custom/components/big-number/big-number.scss.js +14 -0
- package/es-custom/components/big-number/big-number.scss.js.map +1 -0
- package/es-custom/components/big-number/constants.d.ts +20 -0
- package/es-custom/components/big-number/constants.d.ts.map +1 -0
- package/es-custom/components/big-number/constants.js +32 -0
- package/es-custom/components/big-number/constants.js.map +1 -0
- package/es-custom/components/big-number/index.d.ts +8 -0
- package/es-custom/components/big-number/index.d.ts.map +1 -0
- package/es-custom/components/big-number/index.js +8 -0
- package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
- package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
- package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.d.ts.map +1 -1
- package/es-custom/components/button/button.js +1 -1
- package/es-custom/components/button/button.js.map +1 -1
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/card/card-action.d.ts +27 -0
- package/es-custom/components/card/card-action.d.ts.map +1 -0
- package/es-custom/components/card/card-action.js +52 -0
- package/es-custom/components/card/card-action.js.map +1 -0
- package/es-custom/components/card/card-actions.d.ts +36 -0
- package/es-custom/components/card/card-actions.d.ts.map +1 -0
- package/es-custom/components/card/card-actions.js +171 -0
- package/es-custom/components/card/card-actions.js.map +1 -0
- package/es-custom/components/card/card-body.d.ts +23 -0
- package/es-custom/components/card/card-body.d.ts.map +1 -0
- package/es-custom/components/card/card-body.js +54 -0
- package/es-custom/components/card/card-body.js.map +1 -0
- package/es-custom/components/card/card-context.d.ts +20 -0
- package/es-custom/components/card/card-context.d.ts.map +1 -0
- package/es-custom/components/card/card-context.js +29 -0
- package/es-custom/components/card/card-context.js.map +1 -0
- package/es-custom/components/card/card-footer.d.ts +34 -0
- package/es-custom/components/card/card-footer.d.ts.map +1 -0
- package/es-custom/components/card/card-footer.js +75 -0
- package/es-custom/components/card/card-footer.js.map +1 -0
- package/es-custom/components/card/card-header-media.d.ts +19 -0
- package/es-custom/components/card/card-header-media.d.ts.map +1 -0
- package/es-custom/components/card/card-header-media.js +39 -0
- package/es-custom/components/card/card-header-media.js.map +1 -0
- package/es-custom/components/card/card-header.d.ts +23 -0
- package/es-custom/components/card/card-header.d.ts.map +1 -0
- package/es-custom/components/card/card-header.js +70 -0
- package/es-custom/components/card/card-header.js.map +1 -0
- package/es-custom/components/card/card-media.d.ts +37 -0
- package/es-custom/components/card/card-media.d.ts.map +1 -0
- package/es-custom/components/card/card-media.js +79 -0
- package/es-custom/components/card/card-media.js.map +1 -0
- package/es-custom/components/card/card-title-media.d.ts +19 -0
- package/es-custom/components/card/card-title-media.d.ts.map +1 -0
- package/es-custom/components/card/card-title-media.js +39 -0
- package/es-custom/components/card/card-title-media.js.map +1 -0
- package/es-custom/components/card/card-title.d.ts +52 -0
- package/es-custom/components/card/card-title.d.ts.map +1 -0
- package/es-custom/components/card/card-title.js +144 -0
- package/es-custom/components/card/card-title.js.map +1 -0
- package/es-custom/components/card/card.d.ts +69 -0
- package/es-custom/components/card/card.d.ts.map +1 -0
- package/es-custom/components/card/card.js +185 -0
- package/es-custom/components/card/card.js.map +1 -0
- package/es-custom/components/card/card.scss.js +14 -0
- package/es-custom/components/card/card.scss.js.map +1 -0
- package/es-custom/components/card/defs.d.ts +33 -0
- package/es-custom/components/card/defs.d.ts.map +1 -0
- package/es-custom/components/card/defs.js +46 -0
- package/es-custom/components/card/defs.js.map +1 -0
- package/es-custom/components/card/index.d.ts +17 -0
- package/es-custom/components/card/index.d.ts.map +1 -0
- package/es-custom/components/card/index.js +17 -0
- package/es-custom/components/checkbox/checkbox.scss.js +1 -1
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
- package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
- package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-body.js +39 -0
- package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
- package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-context.js +39 -0
- package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
- package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.js +95 -0
- package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
- package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
- package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
- package/es-custom/components/coachmark/coachmark.d.ts +97 -0
- package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark.js +290 -0
- package/es-custom/components/coachmark/coachmark.js.map +1 -0
- package/es-custom/components/coachmark/coachmark.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
- package/es-custom/components/coachmark/index.d.ts +10 -0
- package/es-custom/components/coachmark/index.d.ts.map +1 -0
- package/es-custom/components/coachmark/index.js +10 -0
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
- package/es-custom/components/combo-box/combo-box.js +5 -12
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/contained-list/contained-list.scss.js +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/copy/index.d.ts +9 -0
- package/es-custom/components/copy/index.d.ts.map +1 -0
- package/es-custom/components/copy/index.js +9 -0
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
- package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
- package/es-custom/components/dialog/dialog.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +2 -1
- package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +13 -15
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
- package/es-custom/components/edit-in-place/defs.d.ts +30 -0
- package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/defs.js +43 -0
- package/es-custom/components/edit-in-place/defs.js.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
- package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
- package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
- package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
- package/es-custom/components/edit-in-place/index.d.ts +10 -0
- package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/index.js +20 -0
- package/es-custom/components/edit-in-place/index.js.map +1 -0
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
- package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es-custom/components/form/form-item.scss.js +1 -1
- package/es-custom/components/form/form.scss.js +1 -1
- package/es-custom/components/form-group/form-group.scss.js +1 -1
- package/es-custom/components/grid/column-hang.scss.js +1 -1
- package/es-custom/components/grid/grid.scss.js +1 -1
- package/es-custom/components/icon-button/icon-button.d.ts +1 -1
- package/es-custom/components/icon-button/icon-button.js +1 -1
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
- package/es-custom/components/layer/layer.scss.js +1 -1
- package/es-custom/components/layout/layout.scss.js +1 -1
- package/es-custom/components/link/link.d.ts +2 -1
- package/es-custom/components/link/link.d.ts.map +1 -1
- package/es-custom/components/link/link.js +1 -1
- package/es-custom/components/link/link.js.map +1 -1
- package/es-custom/components/loading/loading.scss.js +1 -1
- package/es-custom/components/menu/menu-item.d.ts.map +1 -1
- package/es-custom/components/menu/menu-item.js +2 -6
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu-item.scss.js +1 -1
- package/es-custom/components/menu/menu-item.scss.js.map +1 -1
- package/es-custom/components/menu/menu.d.ts +10 -0
- package/es-custom/components/menu/menu.d.ts.map +1 -1
- package/es-custom/components/menu/menu.js +17 -11
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/menu/menu.scss.js +1 -1
- package/es-custom/components/menu/menu.scss.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
- package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/es-custom/components/multi-select/multi-select-item.js +5 -1
- package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.d.ts +2 -1
- package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +15 -14
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
- package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.js +2 -2
- package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
- package/es-custom/components/notification/actionable-notification.js +4 -4
- package/es-custom/components/notification/actionable-notification.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.scss.js +1 -1
- package/es-custom/components/number-input/number-input.scss.js.map +1 -1
- package/es-custom/components/options-tile/index.d.ts +8 -0
- package/es-custom/components/options-tile/index.d.ts.map +1 -0
- package/es-custom/components/options-tile/index.js +8 -0
- package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
- package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
- package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
- package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.d.ts +91 -0
- package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
- package/es-custom/components/options-tile/options-tile.js +208 -0
- package/es-custom/components/options-tile/options-tile.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.scss.js +14 -0
- package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
- package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/page-header/index.d.ts +1 -0
- package/es-custom/components/page-header/index.d.ts.map +1 -1
- package/es-custom/components/page-header/index.js +1 -0
- package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
- package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.js +1 -2
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header.d.ts +1 -1
- package/es-custom/components/page-header/page-header.d.ts.map +1 -1
- package/es-custom/components/page-header/page-header.js +1 -2
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -1
- package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -1
- package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
- package/es-custom/components/search/search.d.ts.map +1 -1
- package/es-custom/components/search/search.js +2 -0
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +1 -1
- package/es-custom/components/search/search.scss.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -1
- package/es-custom/components/select/select.scss.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.js +2 -2
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.scss.js +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -1
- package/es-custom/components/slider/slider.scss.js.map +1 -1
- package/es-custom/components/slug/index.d.ts +1 -0
- package/es-custom/components/slug/index.d.ts.map +1 -1
- package/es-custom/components/slug/index.js +1 -0
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/structured-list/structured-list.scss.js +1 -1
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tabs/tabs.scss.js.map +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
- package/es-custom/components/tag/dismissible-tag.js +24 -15
- package/es-custom/components/tag/dismissible-tag.js.map +1 -1
- package/es-custom/components/tag/tag.d.ts.map +1 -1
- package/es-custom/components/tag/tag.js +1 -1
- package/es-custom/components/tag/tag.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/tag/tag.scss.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -1
- package/es-custom/components/text-input/text-input.scss.js.map +1 -1
- package/es-custom/components/textarea/textarea.scss.js +1 -1
- package/es-custom/components/tile/clickable-tile.d.ts +2 -1
- package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
- package/es-custom/components/tile/clickable-tile.js +1 -1
- package/es-custom/components/tile/clickable-tile.js.map +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -1
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
- package/es-custom/components/user-avatar/index.d.ts +8 -0
- package/es-custom/components/user-avatar/index.d.ts.map +1 -0
- package/es-custom/components/user-avatar/index.js +8 -0
- package/es-custom/components/user-avatar/user-avatar.d.ts +84 -0
- package/es-custom/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.js +151 -0
- package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.scss.js +14 -0
- package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
- package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
- package/es-custom/globals/controllers/floating-controller.js.map +1 -1
- package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
- package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
- package/es-custom/globals/decorators/carbon-element.js +18 -1
- package/es-custom/globals/decorators/carbon-element.js.map +1 -1
- package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
- package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
- package/es-custom/globals/internal/collection-helpers.js +1 -1
- package/es-custom/globals/internal/collection-helpers.js.map +1 -1
- package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
- package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
- package/es-custom/globals/internal/getSupportedLocale.js +29 -0
- package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
- package/es-custom/globals/mixins/on.d.ts +2 -2
- package/es-custom/globals/mixins/on.d.ts.map +1 -1
- package/es-custom/globals/mixins/on.js +4 -4
- package/es-custom/globals/mixins/on.js.map +1 -1
- package/es-custom/globals/register.d.ts +89 -0
- package/es-custom/globals/register.d.ts.map +1 -0
- package/es-custom/globals/register.js +56 -0
- package/es-custom/globals/register.js.map +1 -0
- package/es-custom/globals/settings.d.ts +1 -1
- package/es-custom/globals/settings.d.ts.map +1 -1
- package/es-custom/globals/settings.js +1 -0
- package/es-custom/globals/settings.js.map +1 -1
- package/es-custom/index.d.ts +10 -0
- package/es-custom/index.d.ts.map +1 -1
- package/es-custom/index.js +13 -3
- package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
- package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
- package/lib/components/ai-label/index.d.ts +1 -0
- package/lib/components/ai-label/index.d.ts.map +1 -1
- package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
- package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/lib/components/big-number/big-number.d.ts +35 -0
- package/lib/components/big-number/big-number.d.ts.map +1 -0
- package/lib/components/big-number/constants.d.ts +20 -0
- package/lib/components/big-number/constants.d.ts.map +1 -0
- package/lib/components/big-number/index.d.ts +8 -0
- package/lib/components/big-number/index.d.ts.map +1 -0
- package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/lib/components/button/button.d.ts.map +1 -1
- package/lib/components/card/card-action.d.ts +27 -0
- package/lib/components/card/card-action.d.ts.map +1 -0
- package/lib/components/card/card-actions.d.ts +36 -0
- package/lib/components/card/card-actions.d.ts.map +1 -0
- package/lib/components/card/card-body.d.ts +23 -0
- package/lib/components/card/card-body.d.ts.map +1 -0
- package/lib/components/card/card-context.d.ts +20 -0
- package/lib/components/card/card-context.d.ts.map +1 -0
- package/lib/components/card/card-footer.d.ts +34 -0
- package/lib/components/card/card-footer.d.ts.map +1 -0
- package/lib/components/card/card-header-media.d.ts +19 -0
- package/lib/components/card/card-header-media.d.ts.map +1 -0
- package/lib/components/card/card-header.d.ts +23 -0
- package/lib/components/card/card-header.d.ts.map +1 -0
- package/lib/components/card/card-media.d.ts +37 -0
- package/lib/components/card/card-media.d.ts.map +1 -0
- package/lib/components/card/card-title-media.d.ts +19 -0
- package/lib/components/card/card-title-media.d.ts.map +1 -0
- package/lib/components/card/card-title.d.ts +52 -0
- package/lib/components/card/card-title.d.ts.map +1 -0
- package/lib/components/card/card.d.ts +69 -0
- package/lib/components/card/card.d.ts.map +1 -0
- package/lib/components/card/defs.d.ts +33 -0
- package/lib/components/card/defs.d.ts.map +1 -0
- package/lib/components/card/defs.js +48 -0
- package/lib/components/card/defs.js.map +1 -0
- package/lib/components/card/index.d.ts +17 -0
- package/lib/components/card/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
- package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-body.d.ts +31 -0
- package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-context.d.ts +12 -0
- package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-header.d.ts +41 -0
- package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
- package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark.d.ts +97 -0
- package/lib/components/coachmark/coachmark.d.ts.map +1 -0
- package/lib/components/coachmark/index.d.ts +10 -0
- package/lib/components/coachmark/index.d.ts.map +1 -0
- package/lib/components/combo-box/combo-box.d.ts.map +1 -1
- package/lib/components/copy/index.d.ts +9 -0
- package/lib/components/copy/index.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.d.ts +2 -1
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/edit-in-place/defs.d.ts +30 -0
- package/lib/components/edit-in-place/defs.d.ts.map +1 -0
- package/lib/components/edit-in-place/defs.js +45 -0
- package/lib/components/edit-in-place/defs.js.map +1 -0
- package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
- package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
- package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
- package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
- package/lib/components/edit-in-place/index.d.ts +10 -0
- package/lib/components/edit-in-place/index.d.ts.map +1 -0
- package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
- package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
- package/lib/components/icon-button/icon-button.d.ts +1 -1
- package/lib/components/link/link.d.ts +2 -1
- package/lib/components/link/link.d.ts.map +1 -1
- package/lib/components/menu/menu-item.d.ts.map +1 -1
- package/lib/components/menu/menu.d.ts +10 -0
- package/lib/components/menu/menu.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select-item.d.ts +1 -1
- package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select.d.ts +2 -1
- package/lib/components/multi-select/multi-select.d.ts.map +1 -1
- package/lib/components/notification/actionable-notification-button.d.ts +1 -1
- package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
- package/lib/components/notification/actionable-notification.d.ts.map +1 -1
- package/lib/components/options-tile/index.d.ts +8 -0
- package/lib/components/options-tile/index.d.ts.map +1 -0
- package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
- package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
- package/lib/components/options-tile/options-tile.d.ts +91 -0
- package/lib/components/options-tile/options-tile.d.ts.map +1 -0
- package/lib/components/page-header/index.d.ts +1 -0
- package/lib/components/page-header/index.d.ts.map +1 -1
- package/lib/components/page-header/page-header-tabs.d.ts +1 -1
- package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
- package/lib/components/page-header/page-header.d.ts +1 -1
- package/lib/components/page-header/page-header.d.ts.map +1 -1
- package/lib/components/search/search.d.ts.map +1 -1
- package/lib/components/slug/index.d.ts +1 -0
- package/lib/components/slug/index.d.ts.map +1 -1
- package/lib/components/tag/dismissible-tag.d.ts +1 -1
- package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
- package/lib/components/tag/tag.d.ts.map +1 -1
- package/lib/components/tile/clickable-tile.d.ts +2 -1
- package/lib/components/tile/clickable-tile.d.ts.map +1 -1
- package/lib/components/user-avatar/index.d.ts +8 -0
- package/lib/components/user-avatar/index.d.ts.map +1 -0
- package/lib/components/user-avatar/user-avatar.d.ts +84 -0
- package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
- package/lib/globals/controllers/floating-controller.js.map +1 -1
- package/lib/globals/decorators/carbon-element.d.ts +8 -0
- package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
- package/lib/globals/internal/collection-helpers.d.ts +5 -5
- package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
- package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
- package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
- package/lib/globals/mixins/on.d.ts +2 -2
- package/lib/globals/mixins/on.d.ts.map +1 -1
- package/lib/globals/register.d.ts +89 -0
- package/lib/globals/register.d.ts.map +1 -0
- package/lib/globals/register.js +61 -0
- package/lib/globals/register.js.map +1 -0
- package/lib/globals/settings.d.ts +1 -1
- package/lib/globals/settings.d.ts.map +1 -1
- package/lib/globals/settings.js +1 -0
- package/lib/globals/settings.js.map +1 -1
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -1
- package/package.json +16 -10
- package/scss/components/ai-label/ai-label.scss +24 -33
- package/scss/components/big-number/big-number-skeleton.scss +58 -0
- package/scss/components/big-number/big-number.scss +29 -0
- package/scss/components/big-number/story-styles.scss +48 -0
- package/scss/components/card/card-story.scss +29 -0
- package/scss/components/card/card.scss +212 -0
- package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
- package/scss/components/coachmark/coachmark-body.scss +16 -0
- package/scss/components/coachmark/coachmark-header.scss +28 -0
- package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
- package/scss/components/coachmark/coachmark.scss +42 -0
- package/scss/components/coachmark/story-styles.scss +37 -0
- package/scss/components/combo-box/combo-box.scss +63 -6
- package/scss/components/data-table/_table-action.scss +5 -3
- package/scss/components/date-picker/date-picker.scss +70 -2
- package/scss/components/date-picker/next/components/date-picker.scss +28 -2
- package/scss/components/dropdown/dropdown.scss +39 -4
- package/scss/components/edit-in-place/edit-in-place.scss +127 -0
- package/scss/components/edit-in-place/story-styles.scss +61 -0
- package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
- package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
- package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
- package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
- package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
- package/scss/components/fluid-search/fluid-search.scss +6 -3
- package/scss/components/menu/menu-item.scss +9 -1
- package/scss/components/menu/menu.scss +32 -1
- package/scss/components/multi-select/multi-select.scss +130 -28
- package/scss/components/number-input/number-input.scss +35 -1
- package/scss/components/options-tile/options-tile.scss +157 -0
- package/scss/components/options-tile/story-styles.scss +32 -0
- package/scss/components/search/search.scss +7 -0
- package/scss/components/select/select.scss +7 -3
- package/scss/components/slider/slider.scss +9 -2
- package/scss/components/tabs/tabs.scss +9 -2
- package/scss/components/tag/tag-story.scss +19 -0
- package/scss/components/tag/tag.scss +15 -11
- package/scss/components/text-input/text-input.scss +22 -0
- package/scss/components/user-avatar/story-styles.scss +53 -0
- package/scss/components/user-avatar/user-avatar.scss +113 -0
- package/telemetry.yml +67 -0
|
@@ -12,7 +12,7 @@ import page_header_default$1 from "./page-header.scss.js";
|
|
|
12
12
|
import { LitElement, html } from "lit";
|
|
13
13
|
//#region src/components/page-header/page-header.ts
|
|
14
14
|
/**
|
|
15
|
-
* Copyright IBM Corp. 2019,
|
|
15
|
+
* Copyright IBM Corp. 2019, 2026
|
|
16
16
|
*
|
|
17
17
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
18
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -30,7 +30,6 @@ import { LitElement, html } from "lit";
|
|
|
30
30
|
*/
|
|
31
31
|
let CDSPageHeader = class CDSPageHeader extends LitElement {
|
|
32
32
|
render() {
|
|
33
|
-
const {} = this;
|
|
34
33
|
return html` <slot></slot>`;
|
|
35
34
|
}
|
|
36
35
|
static {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019,
|
|
1
|
+
{"version":3,"file":"page-header.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/**\n * @deprecated PageHeader has moved to Carbon for IBM Products.\n * See https://github.com/carbon-design-system/carbon/issues/21926\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header.\n * @deprecated This component has moved to Carbon for IBM Products and is now maintained in\n * `@carbon/ibm-products-web-components`.\n * See https://github.com/carbon-design-system/carbon/issues/21926\n * @element cds-custom-page-header\n */\n@customElement(`${prefix}-page-header`)\nclass CDSPageHeader extends LitElement {\n render() {\n return html` <slot></slot>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeader;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,IAAA,gBAAA,MACM,sBAAsB,WAAW;CACrC,SAAS;EACP,OAAO,IAAI;CACb;;gBAEgBA;;AAClB;4BAPCC,cAAc,iBAAuB,CAAA,GAAA,aAAA;AAStC,IAAA,sBAAe"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
9
|
//#region src/components/page-header/page-header.scss?lit
|
|
10
|
-
var page_header_default = css([".cds-custom--page-header,:host(cds-custom-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb-bar,:host(cds-custom-page-header-breadcrumb){block-size:2.5rem}.cds-custom--page-header__breadcrumb-bar .cds-custom--subgrid,:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid{block-size:100%}.cds-custom--page-header__breadcrumb-container{display:inline-flex;align-items:center;justify-content:space-between;block-size:100%;inline-size:100%}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid{padding-inline-end:0}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid-column{margin-inline-end:0}.cds-custom--page-header__breadcrumb-bar-border,:host(cds-custom-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb__icon,:host(cds-custom-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}.cds-custom--page-header__breadcrumb__actions{display:inline-flex}.cds-custom--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds-custom--page-header__breadcrumb-wrapper{display:inline-flex}.cds-custom--page-header__content,:host(cds-custom-page-header-content){padding:1.5rem 0}@media (max-width:41.98rem){.cds-custom--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds-custom--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(var(--pageheader-title-grid-width,0),1fr);margin-block-end:1rem;min-block-size:2.5rem}.cds-custom--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds-custom--page-header__content__title-container{display:flex}.cds-custom--page-header__content__title-container .cds-custom--definition-term{border-block-end:none}.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions]){display:flex}.cds-custom--page-header__content__title,:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);line-height:var(--cds-productive-heading-04-line-height,1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}.cds-custom--page-header__content:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])) .cds-custom--page-header__content__title,:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])):host(cds-custom-page-header-content) .cds-custom--page-header__content__title{-webkit-line-clamp:1}.cds-custom--page-header__content__icon,:host(cds-custom-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}.cds-custom--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds-custom--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds-custom--page-header__content__page-actions .cds-custom--menu-button__trigger:not(.cds-custom--btn--ghost){min-inline-size:0}.cds-custom--page-header__content__subtitle{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);line-height:var(--cds-productive-heading-03-line-height,1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0);margin-block-end:.5rem}.cds-custom--page-header__content__body,:host(cds-custom-page-header-content-text){font-size:var(--cds-body-01-font-size,.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,.16px);margin-block-start:.5rem;max-inline-size:40rem}[data-hidden]:not([data-fixed]){display:none}.cds-custom--page-header__hero-image,:host(cds-custom-page-header-hero-image){display:flex;overflow:hidden;align-items:center;justify-content:flex-end;block-size:100%}.cds-custom--page-header__tab-bar,:host(cds-custom-page-header-tabs){margin-inline-start:-1rem}.cds-custom--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds-custom--page-header__tags,:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){display:flex;align-items:center;justify-content:right}.cds-custom--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds-custom--page-header__tag-item{flex-shrink:0}:host(cds-custom-page-header){display:block}:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{--cds-grid-gutter-start:calc(var(--cds-grid-gutter)/2);--cds-grid-gutter-end:calc(var(--cds-grid-gutter)/2);--cds-grid-column-hang:calc(var(--cds-grid-gutter)/2);display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));inline-size:100%;margin-inline:auto;max-inline-size:99rem;padding-inline:var(--cds-grid-margin)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-content) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--full-width{max-inline-size:100%}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,:host(cds-custom-page-header-content) .cds-custom--css-grid-column,:host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{--cds-grid-mode-start:var(--cds-grid-gutter-start);--cds-grid-mode-end:var(--cds-grid-gutter-end);margin-inline:var(--cds-grid-gutter-start) var(--cds-grid-gutter-end)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-content) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--with-row-gap{row-gap:var(--cds-grid-gutter)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap{row-gap:calc(var(--cds-grid-gutter)/2)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--start,:host(cds-custom-page-header-content) .cds-custom--css-grid--start,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--start{margin-inline-start:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--end,:host(cds-custom-page-header-content) .cds-custom--css-grid--end,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--end{margin-inline-end:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,:host(cds-custom-page-header-content) .cds-custom--subgrid,:host(cds-custom-page-header-tabs) .cds-custom--subgrid{display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));margin-inline:calc(var(--cds-grid-mode-start)*-1) calc(var(--cds-grid-mode-end)*-1)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--wide,:host(cds-custom-page-header-content) .cds-custom--subgrid--wide,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--with-row-gap{row-gap:2rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap{row-gap:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap{row-gap:.0625rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,:host(cds-custom-page-header-content) .cds-custom--grid-column-hang,:host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-0,:host(cds-custom-page-header-content) .cds-custom--col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-1,:host(cds-custom-page-header-content) .cds-custom--col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-2,:host(cds-custom-page-header-content) .cds-custom--col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-3,:host(cds-custom-page-header-content) .cds-custom--col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-4,:host(cds-custom-page-header-content) .cds-custom--col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-5,:host(cds-custom-page-header-content) .cds-custom--col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-6,:host(cds-custom-page-header-content) .cds-custom--col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-7,:host(cds-custom-page-header-content) .cds-custom--col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-8,:host(cds-custom-page-header-content) .cds-custom--col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-9,:host(cds-custom-page-header-content) .cds-custom--col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-10,:host(cds-custom-page-header-content) .cds-custom--col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-11,:host(cds-custom-page-header-content) .cds-custom--col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-12,:host(cds-custom-page-header-content) .cds-custom--col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-13,:host(cds-custom-page-header-content) .cds-custom--col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-14,:host(cds-custom-page-header-content) .cds-custom--col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-15,:host(cds-custom-page-header-content) .cds-custom--col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-16,:host(cds-custom-page-header-content) .cds-custom--col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-auto,:host(cds-custom-page-header-content) .cds-custom--col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-100,:host(cds-custom-page-header-content) .cds-custom--col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-1,:host(cds-custom-page-header-content) .cds-custom--col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-2,:host(cds-custom-page-header-content) .cds-custom--col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-3,:host(cds-custom-page-header-content) .cds-custom--col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-4,:host(cds-custom-page-header-content) .cds-custom--col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-5,:host(cds-custom-page-header-content) .cds-custom--col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-6,:host(cds-custom-page-header-content) .cds-custom--col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-7,:host(cds-custom-page-header-content) .cds-custom--col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-8,:host(cds-custom-page-header-content) .cds-custom--col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-9,:host(cds-custom-page-header-content) .cds-custom--col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-10,:host(cds-custom-page-header-content) .cds-custom--col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-11,:host(cds-custom-page-header-content) .cds-custom--col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-12,:host(cds-custom-page-header-content) .cds-custom--col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-13,:host(cds-custom-page-header-content) .cds-custom--col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-14,:host(cds-custom-page-header-content) .cds-custom--col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-15,:host(cds-custom-page-header-content) .cds-custom--col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-16,:host(cds-custom-page-header-content) .cds-custom--col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-2,:host(cds-custom-page-header-content) .cds-custom--col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-3,:host(cds-custom-page-header-content) .cds-custom--col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-4,:host(cds-custom-page-header-content) .cds-custom--col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-5,:host(cds-custom-page-header-content) .cds-custom--col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-6,:host(cds-custom-page-header-content) .cds-custom--col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-7,:host(cds-custom-page-header-content) .cds-custom--col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-8,:host(cds-custom-page-header-content) .cds-custom--col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-9,:host(cds-custom-page-header-content) .cds-custom--col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-10,:host(cds-custom-page-header-content) .cds-custom--col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-11,:host(cds-custom-page-header-content) .cds-custom--col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-12,:host(cds-custom-page-header-content) .cds-custom--col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-13,:host(cds-custom-page-header-content) .cds-custom--col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-14,:host(cds-custom-page-header-content) .cds-custom--col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-15,:host(cds-custom-page-header-content) .cds-custom--col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-16,:host(cds-custom-page-header-content) .cds-custom--col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-17,:host(cds-custom-page-header-content) .cds-custom--col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-auto,:host(cds-custom-page-header-content) .cds-custom--col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-auto,:host(cds-custom-page-header-content) .cds-custom--col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-end-auto{grid-column-end:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-auto{grid-column-end:auto}}:host(cds-custom-page-header-breadcrumb),:host(cds-custom-page-header-content),:host(cds-custom-page-header-tabs){display:block}:host(cds-custom-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid{margin-inline-end:0;padding-inline-end:0}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid-column{margin-inline-end:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{margin:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title-wrapper{grid-template-columns:auto minmax(auto,auto)}:host(cds-custom-page-header-content[contextual-actions]) .cds-custom--page-header__content__title{-webkit-line-clamp:1}:host(cds-custom-page-header-content-text){display:block;margin-block-start:1rem}:host(cds-custom-page-header-content-text) .cds-custom--page-header__content__subtitle{margin-block-start:0}:host(cds-custom-page-header-hero-image){position:relative}:host(cds-custom-page-header-hero-image):before{block-size:0;content:\"\";float:inline-start;inline-size:1px;margin-inline-start:-1px;padding-block-start:66.6666666667%}@media (min-width:66rem){:host(cds-custom-page-header-hero-image):before{padding-block-start:50%}}:host(cds-custom-page-header-hero-image):after{display:table;clear:both;content:\"\"}:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{display:flex;justify-content:space-between;inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{inline-size:auto}cds-custom-definition-tooltip::part(definition-term){border:none}:host(cds-custom-page-header-tabs) ::slotted(cds-custom-tabs){--tabs-overflow-button-background:$layer-01}"]);
|
|
10
|
+
var page_header_default = css([".cds-custom--page-header,:host(cds-custom-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb-bar,:host(cds-custom-page-header-breadcrumb){block-size:2.5rem}.cds-custom--page-header__breadcrumb-bar .cds-custom--subgrid,:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid{block-size:100%}.cds-custom--page-header__breadcrumb-container{display:inline-flex;align-items:center;justify-content:space-between;block-size:100%;inline-size:100%}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid{padding-inline-end:0}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid-column{margin-inline-end:0}.cds-custom--page-header__breadcrumb-bar-border,:host(cds-custom-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb__icon,:host(cds-custom-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}.cds-custom--page-header__breadcrumb__actions{display:inline-flex}.cds-custom--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds-custom--page-header__breadcrumb-wrapper{display:inline-flex}.cds-custom--page-header__content,:host(cds-custom-page-header-content){padding:1.5rem 0}@media (max-width:41.98rem){.cds-custom--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds-custom--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(var(--pageheader-title-grid-width,0),1fr);margin-block-end:1rem;min-block-size:2.5rem}.cds-custom--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds-custom--page-header__content__title-container{display:flex}.cds-custom--page-header__content__title-container .cds-custom--definition-term{border-block-end:none}.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions]){display:flex}.cds-custom--page-header__content__title,:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);line-height:var(--cds-productive-heading-04-line-height,1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}.cds-custom--page-header__content:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])) .cds-custom--page-header__content__title,:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])):host(cds-custom-page-header-content) .cds-custom--page-header__content__title{-webkit-line-clamp:1}.cds-custom--page-header__content__icon,:host(cds-custom-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}.cds-custom--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds-custom--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds-custom--page-header__content__page-actions .cds-custom--menu-button__trigger:not(.cds-custom--btn--ghost){min-inline-size:0}.cds-custom--page-header__content__subtitle{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);line-height:var(--cds-productive-heading-03-line-height,1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0);margin-block-end:.5rem}.cds-custom--page-header__content__body,:host(cds-custom-page-header-content-text){font-size:var(--cds-body-01-font-size,.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,.16px);margin-block-start:.5rem;max-inline-size:40rem}[data-hidden]:not([data-fixed]){display:none}.cds-custom--page-header__hero-image,:host(cds-custom-page-header-hero-image){display:flex;overflow:hidden;align-items:center;justify-content:flex-end;block-size:100%}.cds-custom--page-header__tab-bar,:host(cds-custom-page-header-tabs){margin-inline-start:-1rem}.cds-custom--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds-custom--page-header__tags,:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){display:flex;align-items:center;justify-content:right}.cds-custom--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds-custom--page-header__tag-item{flex-shrink:0}:host(cds-custom-page-header){display:block}:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{--cds-grid-gutter-start:calc(.5 * var(--cds-grid-gutter));--cds-grid-gutter-end:calc(.5 * var(--cds-grid-gutter));--cds-grid-column-hang:calc(.5 * var(--cds-grid-gutter));display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));inline-size:100%;margin-inline:auto;max-inline-size:99rem;padding-inline:var(--cds-grid-margin)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-content) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--full-width{max-inline-size:100%}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,:host(cds-custom-page-header-content) .cds-custom--css-grid-column,:host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{--cds-grid-mode-start:var(--cds-grid-gutter-start);--cds-grid-mode-end:var(--cds-grid-gutter-end);margin-inline:var(--cds-grid-gutter-start) var(--cds-grid-gutter-end)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-content) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--with-row-gap{row-gap:var(--cds-grid-gutter)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap{row-gap:calc(.5 * var(--cds-grid-gutter))}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--start,:host(cds-custom-page-header-content) .cds-custom--css-grid--start,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--start{margin-inline-start:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--end,:host(cds-custom-page-header-content) .cds-custom--css-grid--end,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--end{margin-inline-end:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,:host(cds-custom-page-header-content) .cds-custom--subgrid,:host(cds-custom-page-header-tabs) .cds-custom--subgrid{display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));margin-inline:calc(-1 * var(--cds-grid-mode-start)) calc(-1 * var(--cds-grid-mode-end))}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--subgrid{margin-inline:calc(-1 * var(--cds-grid-mode-end)) calc(-1 * var(--cds-grid-mode-start))}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--wide,:host(cds-custom-page-header-content) .cds-custom--subgrid--wide,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--with-row-gap{row-gap:2rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap{row-gap:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap{row-gap:.0625rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,:host(cds-custom-page-header-content) .cds-custom--grid-column-hang,:host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-0,:host(cds-custom-page-header-content) .cds-custom--col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-1,:host(cds-custom-page-header-content) .cds-custom--col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-2,:host(cds-custom-page-header-content) .cds-custom--col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-3,:host(cds-custom-page-header-content) .cds-custom--col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-4,:host(cds-custom-page-header-content) .cds-custom--col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-5,:host(cds-custom-page-header-content) .cds-custom--col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-6,:host(cds-custom-page-header-content) .cds-custom--col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-7,:host(cds-custom-page-header-content) .cds-custom--col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-8,:host(cds-custom-page-header-content) .cds-custom--col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-9,:host(cds-custom-page-header-content) .cds-custom--col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-10,:host(cds-custom-page-header-content) .cds-custom--col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-11,:host(cds-custom-page-header-content) .cds-custom--col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-12,:host(cds-custom-page-header-content) .cds-custom--col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-13,:host(cds-custom-page-header-content) .cds-custom--col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-14,:host(cds-custom-page-header-content) .cds-custom--col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-15,:host(cds-custom-page-header-content) .cds-custom--col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-16,:host(cds-custom-page-header-content) .cds-custom--col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-auto,:host(cds-custom-page-header-content) .cds-custom--col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-100,:host(cds-custom-page-header-content) .cds-custom--col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-1,:host(cds-custom-page-header-content) .cds-custom--col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-2,:host(cds-custom-page-header-content) .cds-custom--col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-3,:host(cds-custom-page-header-content) .cds-custom--col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-4,:host(cds-custom-page-header-content) .cds-custom--col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-5,:host(cds-custom-page-header-content) .cds-custom--col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-6,:host(cds-custom-page-header-content) .cds-custom--col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-7,:host(cds-custom-page-header-content) .cds-custom--col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-8,:host(cds-custom-page-header-content) .cds-custom--col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-9,:host(cds-custom-page-header-content) .cds-custom--col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-10,:host(cds-custom-page-header-content) .cds-custom--col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-11,:host(cds-custom-page-header-content) .cds-custom--col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-12,:host(cds-custom-page-header-content) .cds-custom--col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-13,:host(cds-custom-page-header-content) .cds-custom--col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-14,:host(cds-custom-page-header-content) .cds-custom--col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-15,:host(cds-custom-page-header-content) .cds-custom--col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-16,:host(cds-custom-page-header-content) .cds-custom--col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-2,:host(cds-custom-page-header-content) .cds-custom--col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-3,:host(cds-custom-page-header-content) .cds-custom--col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-4,:host(cds-custom-page-header-content) .cds-custom--col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-5,:host(cds-custom-page-header-content) .cds-custom--col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-6,:host(cds-custom-page-header-content) .cds-custom--col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-7,:host(cds-custom-page-header-content) .cds-custom--col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-8,:host(cds-custom-page-header-content) .cds-custom--col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-9,:host(cds-custom-page-header-content) .cds-custom--col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-10,:host(cds-custom-page-header-content) .cds-custom--col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-11,:host(cds-custom-page-header-content) .cds-custom--col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-12,:host(cds-custom-page-header-content) .cds-custom--col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-13,:host(cds-custom-page-header-content) .cds-custom--col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-14,:host(cds-custom-page-header-content) .cds-custom--col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-15,:host(cds-custom-page-header-content) .cds-custom--col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-16,:host(cds-custom-page-header-content) .cds-custom--col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-17,:host(cds-custom-page-header-content) .cds-custom--col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-auto,:host(cds-custom-page-header-content) .cds-custom--col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-auto,:host(cds-custom-page-header-content) .cds-custom--col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-end-auto{grid-column-end:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-auto{grid-column-end:auto}}:host(cds-custom-page-header-breadcrumb),:host(cds-custom-page-header-content),:host(cds-custom-page-header-tabs){display:block}:host(cds-custom-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid{margin-inline-end:0;padding-inline-end:0}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid-column{margin-inline-end:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{margin:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title-wrapper{grid-template-columns:auto minmax(auto,auto)}:host(cds-custom-page-header-content[contextual-actions]) .cds-custom--page-header__content__title{-webkit-line-clamp:1}:host(cds-custom-page-header-content-text){display:block;margin-block-start:1rem}:host(cds-custom-page-header-content-text) .cds-custom--page-header__content__subtitle{margin-block-start:0}:host(cds-custom-page-header-hero-image){position:relative}:host(cds-custom-page-header-hero-image):before{block-size:0;content:\"\";float:inline-start;inline-size:1px;margin-inline-start:-1px;padding-block-start:66.6666666667%}@media (min-width:66rem){:host(cds-custom-page-header-hero-image):before{padding-block-start:50%}}:host(cds-custom-page-header-hero-image):after{display:table;clear:both;content:\"\"}:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{display:flex;justify-content:space-between;inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{inline-size:auto}cds-custom-definition-tooltip::part(definition-term){border:none}:host(cds-custom-page-header-tabs) ::slotted(cds-custom-tabs){--tabs-overflow-button-background:$layer-01}"]);
|
|
11
11
|
//#endregion
|
|
12
12
|
export { page_header_default as default };
|
|
13
13
|
|