@swisspost/design-system-styles 9.0.0-next.5 → 9.0.0-next.6
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/basics.css +3 -1
- package/cargo-external.css +7 -0
- package/cargo-external.scss +8 -0
- package/cargo-internal.css +7 -0
- package/cargo-internal.scss +8 -0
- package/cargo-tokens-external.css +1 -0
- package/cargo-tokens-external.scss +8 -0
- package/cargo-tokens-internal.css +1 -0
- package/cargo-tokens-internal.scss +8 -0
- package/components/_form-check.scss +170 -0
- package/components/_index.scss +6 -2
- package/components/banner.css +1 -0
- package/components/banner.scss +107 -0
- package/components/blockquote.css +1 -0
- package/components/blockquote.scss +46 -0
- package/components/breadcrumb.css +1 -1
- package/components/card-control.css +1 -1
- package/components/card-control.scss +12 -7
- package/components/card.css +1 -1
- package/components/card.scss +1 -5
- package/components/carousel.css +1 -1
- package/components/carousel.scss +2 -11
- package/components/checkbox.css +1 -0
- package/components/checkbox.scss +127 -0
- package/components/chip.css +1 -1
- package/components/close.css +1 -1
- package/components/datatable.css +1 -3
- package/components/dialog.css +1 -1
- package/components/dialog.scss +1 -1
- package/components/dropdown.css +1 -1
- package/components/floating-label.css +1 -1
- package/components/floating-label.scss +84 -251
- package/components/form-hint.css +1 -0
- package/components/form-hint.scss +16 -0
- package/components/form-range.css +1 -1
- package/components/form-range.scss +1 -1
- package/components/form-select.css +1 -1
- package/components/form-select.scss +224 -54
- package/components/form-validation.css +1 -1
- package/components/form-validation.scss +0 -31
- package/components/forms.css +1 -1
- package/components/forms.scss +96 -94
- package/components/grid.css +1 -1
- package/components/intranet-header/_nav-overflow.scss +2 -2
- package/components/intranet-header/_scaffolding.scss +1 -1
- package/components/intranet-header/_searchbox.scss +1 -1
- package/components/intranet-header/_top-navigation.scss +1 -1
- package/components/modal.css +2 -2
- package/components/offcanvas.css +1 -1
- package/components/product-card.css +1 -1
- package/components/radio-button.css +1 -0
- package/components/radio-button.scss +117 -0
- package/components/sizing.css +1 -1
- package/components/stepper.css +1 -1
- package/components/stepper.scss +3 -2
- package/components/subnavigation.css +1 -1
- package/components/switch.css +1 -0
- package/components/switch.scss +223 -0
- package/components/tables.css +1 -1
- package/components/tabs/_tabs-wrapper.scss +2 -1
- package/components/tabs/index.css +1 -1
- package/components/timepicker.scss +5 -2
- package/components/toast.css +1 -1
- package/components/toast.scss +20 -15
- package/elements/_index.scss +1 -0
- package/elements/list-bullet.css +1 -1
- package/elements/list-bullet.scss +2 -0
- package/elements/reset.css +1 -1
- package/elements/reset.scss +6 -0
- package/elements/segmented-button.css +3 -0
- package/elements/segmented-button.scss +187 -0
- package/elements.css +3 -1
- package/functions/_forms.scss +8 -3
- package/index.css +4 -4
- package/intranet.css +4 -4
- package/layouts/portal/_grid.scss +0 -20
- package/mixins/_forms.scss +27 -32
- package/mixins/_notification.scss +40 -27
- package/mixins/_utilities.scss +7 -18
- package/package.json +3 -3
- package/palettes/_mixins.scss +74 -0
- package/palettes/_utilities.scss +3 -0
- package/palettes/_variables.scss +2 -0
- package/palettes/cargo-palettes.css +1 -0
- package/palettes/cargo-palettes.scss +3 -0
- package/palettes/post-palettes.css +1 -0
- package/palettes/post-palettes.scss +3 -0
- package/placeholders/_close.scss +1 -4
- package/post-external.css +4 -4
- package/post-external.scss +5 -1
- package/post-internal.css +4 -4
- package/post-internal.scss +5 -1
- package/post-tokens-external.css +1 -1
- package/post-tokens-internal.css +1 -1
- package/themes/bootstrap/_forms.scss +0 -4
- package/themes/bootstrap/_overrides-variables.scss +0 -1
- package/themes/bootstrap/_utilities.scss +4 -0
- package/tokens/_cargo-theme.scss +8 -0
- package/tokens/_palettes.scss +9 -0
- package/tokens/temp/_channel.scss +1 -1
- package/tokens/temp/_components.scss +35 -27
- package/tokens/temp/_core.scss +2 -1
- package/tokens/temp/_device.scss +3 -3
- package/tokens/temp/_elements.scss +1 -1
- package/tokens/temp/_helpers.scss +1 -1
- package/tokens/temp/_index.scss +1 -1
- package/tokens/temp/_palettes.scss +1 -1
- package/tokens/temp/_scheme.scss +1 -1
- package/tokens/temp/_theme.scss +1 -1
- package/tokens/temp/_utilities.scss +1 -1
- package/tokens/temp/palettes/_cargo-dark.scss +19 -0
- package/tokens/temp/palettes/_cargo-light.scss +19 -0
- package/tokens/temp/palettes/_post-dark.scss +19 -0
- package/tokens/temp/palettes/_post-light.scss +19 -0
- package/utilities/_variables.scss +12 -0
- package/utilities/temp/_legacy.scss +1 -1
- package/variables/_breakpoints.scss +1 -5
- package/variables/_color.scss +0 -27
- package/variables/_grid.scss +2 -12
- package/variables/_spacing.scss +0 -8
- package/variables/_type.scss +0 -8
- package/variables/components/_close.scss +2 -2
- package/variables/components/_form-check.scss +0 -41
- package/variables/components/_forms.scss +8 -83
- package/variables/components/_index.scss +0 -1
- package/variables/components/_notification.scss +43 -36
- package/components/alert.css +0 -1
- package/components/alert.scss +0 -133
- package/components/form-check.css +0 -1
- package/components/form-check.scss +0 -297
- package/components/topic-teaser.css +0 -1
- package/components/topic-teaser.scss +0 -196
- package/layouts/portal/_variables.scss +0 -8
- package/themes/bootstrap/forms/_floating-labels.scss +0 -2
- package/themes/bootstrap/forms/_form-control.scss +0 -2
- package/themes/bootstrap/forms/_form-select.scss +0 -2
- package/themes/bootstrap/forms/_form-text.scss +0 -2
- package/variables/components/_form-select.scss +0 -13
- package/variables/components/_topic-teaser.scss +0 -32
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
:root{--post-core-color-brand-postyellow: #ffcc00;--post-core-color-brand-black: #000000;--post-core-color-brand-white: #ffffff;--post-core-color-notification-green: #107800;--post-core-color-notification-red: #b20000;--post-core-color-notification-orange: #d93d00;--post-core-color-notification-blue: #0050a1;--post-core-color-notification-green-light: #c3ddbf;--post-core-color-notification-red-light: #ebbfbf;--post-core-color-notification-orange-light: #f5cebf;--post-core-color-notification-blue-light: #bfd3e7;--post-core-color-notification-green-night: #55e543;--post-core-color-notification-red-night: #ffc2c2;--post-core-color-sandgrey-100: #050400;--post-core-color-sandgrey-000: #fcfcfc;--post-core-color-sandgrey-002: #fafafa;--post-core-color-sandgrey-006: #f0efed;--post-core-color-sandgrey-012: #e1e0dc;--post-core-color-sandgrey-020: #cdccc8;--post-core-color-sandgrey-030: #b4b3af;--post-core-color-sandgrey-040: #9b9a96;--post-core-color-sandgrey-050: #82817d;--post-core-color-sandgrey-060: #696864;--post-core-color-sandgrey-070: #504f4b;--post-core-color-sandgrey-080: #373632;--post-core-color-sandgrey-090: #1e1d19;--post-core-color-sandgrey-alpha-darksand-10: rgba(5, 4, 0, 0.1);--post-core-color-sandgrey-alpha-darksand-20: rgba(5, 4, 0, 0.2);--post-core-color-sandgrey-alpha-darksand-30: rgba(5, 4, 0, 0.3);--post-core-color-sandgrey-alpha-darksand-40: rgba(5, 4, 0, 0.4);--post-core-color-sandgrey-alpha-darksand-50: rgba(5, 4, 0, 0.5);--post-core-color-sandgrey-alpha-darksand-60: rgba(5, 4, 0, 0.6);--post-core-color-sandgrey-alpha-darksand-70: rgba(5, 4, 0, 0.7);--post-core-color-sandgrey-alpha-darksand-80: rgba(5, 4, 0, 0.8);--post-core-color-sandgrey-alpha-darksand-90: rgba(5, 4, 0, 0.9);--post-core-color-sandgrey-alpha-lightsand-10: rgba(252, 252, 252, 0.1);--post-core-color-sandgrey-alpha-lightsand-20: rgba(252, 252, 252, 0.2);--post-core-color-sandgrey-alpha-lightsand-30: rgba(252, 252, 252, 0.3);--post-core-color-sandgrey-alpha-lightsand-40: rgba(252, 252, 252, 0.4);--post-core-color-sandgrey-alpha-lightsand-50: rgba(252, 252, 252, 0.5);--post-core-color-sandgrey-alpha-lightsand-60: rgba(252, 252, 252, 0.6);--post-core-color-sandgrey-alpha-lightsand-70: rgba(252, 252, 252, 0.7);--post-core-color-sandgrey-alpha-lightsand-80: rgba(252, 252, 252, 0.8);--post-core-color-sandgrey-alpha-lightsand-90: rgba(252, 252, 252, 0.9);--post-core-color-colorless: rgba(255, 255, 255, 0);--post-core-color-cargo-green: #00411c;--post-core-color-cargo-blue: #aadcff;--post-core-dimension-0: 0rem;--post-core-dimension-1: 1px;--post-core-dimension-2: 2px;--post-core-dimension-3: 3px;--post-core-dimension-4: 4px;--post-core-dimension-5: 5px;--post-core-dimension-6: 6px;--post-core-dimension-7: 7px;--post-core-dimension-8: 8px;--post-core-dimension-9: 9px;--post-core-dimension-10: 10px;--post-core-dimension-11: 11px;--post-core-dimension-12: 12px;--post-core-dimension-13: 13px;--post-core-dimension-14: 14px;--post-core-dimension-15: 15px;--post-core-dimension-16: 16px;--post-core-dimension-17: 17px;--post-core-dimension-18: 18px;--post-core-dimension-19: 19px;--post-core-dimension-20: 20px;--post-core-dimension-22: 22px;--post-core-dimension-23: 23px;--post-core-dimension-24: 24px;--post-core-dimension-26: 26px;--post-core-dimension-28: 28px;--post-core-dimension-30: 30px;--post-core-dimension-32: 32px;--post-core-dimension-34: 34px;--post-core-dimension-36: 36px;--post-core-dimension-40: 40px;--post-core-dimension-42: 42px;--post-core-dimension-46: 46px;--post-core-dimension-48: 48px;--post-core-dimension-50: 50px;--post-core-dimension-56: 56px;--post-core-dimension-64: 64px;--post-core-dimension-72: 72px;--post-core-dimension-78: 78px;--post-core-dimension-80: 80px;--post-core-dimension-82: 82px;--post-core-dimension-88: 88px;--post-core-dimension-96: 96px;--post-core-dimension-100: 100px;--post-core-dimension-112: 112px;--post-core-dimension-1280: 1280px;--post-core-dimension-5-5: 5.5px;--post-core-dimension-6-5: 6.5px;--post-core-dimension-4-5: 4.5px;--post-core-dimension-7-5: 7.5px;--post-core-dimension-1-5: 1.5px;--post-core-dimension-8-5: 8.5px;--post-core-dimension-3-5: 3.5px;--post-core-dimension-n2: -2px;--post-core-dimension-15-5: 15.5px;--post-core-dimension-16-5: 16.5px;--post-core-dimension-17-5: 17.5px;--post-core-dimension-26-5: 26.5px;--post-core-dimension-25-5: 25.5px;--post-core-dimension-24-5: 24.5px;--post-core-font-weight-300: 300;--post-core-font-weight-400: 400;--post-core-font-weight-500: 500;--post-core-font-weight-700: 700;--post-core-font-weight-900: 900;--post-core-font-size-10: 10px;--post-core-font-size-12: 12px;--post-core-font-size-14: 14px;--post-core-font-size-16: 16px;--post-core-font-size-18: 18px;--post-core-font-size-20: 20px;--post-core-font-size-22: 22px;--post-core-font-size-24: 24px;--post-core-font-size-26: 26px;--post-core-font-size-28: 28px;--post-core-font-size-30: 30px;--post-core-font-size-32: 32px;--post-core-font-size-34: 34px;--post-core-font-size-36: 36px;--post-core-font-size-40: 40px;--post-core-line-height-100: 1;--post-core-line-height-120: 1.2;--post-core-line-height-140: 1.4;--post-core-line-height-150: 1.5;--post-core-letter-spacing-default: 0.0012em;--post-core-letter-spacing-none: 0rem;--post-core-font-family-frutiger: "Frutiger Neue for Post";--post-core-font-family-swiss-post: "Swiss Post Sans v005";--post-core-font-family-caveat: Caveat;--post-core-elevation-1: 0 1px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.16);--post-core-elevation-2: 0 2px 4px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.16);--post-core-elevation-3: 0 4px 8px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.16);--post-core-elevation-4: 0 8px 16px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.16);--post-core-elevation-5: 0 14px 28px 0 rgba(0,0,0,0.24), 0 0 8px 0 rgba(0,0,0,0.24);--post-core-border-focus: var(--post-core-color-sandgrey-100) var(--post-core-dimension-2) solid;--post-core-border-disabled: var(--post-core-color-sandgrey-060) var(--post-core-dimension-2) dashed;--post-core-border-default: var(--post-core-color-sandgrey-100) var(--post-core-dimension-2) solid;--post-core-border-style-solid: solid;--post-core-border-style-dash: dashed;--post-core-text-decoration-underline: underline;--post-core-text-decoration-line-through: line-through;--post-core-text-decoration-none: none;--post-core-bg-scheme-light: light;--post-core-bg-scheme-dark: dark}.palette-default[data-color-scheme=light],.palette-default:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-default:not([data-color-scheme=dark]):not([data-color-scheme=dark] *),.palette-alternate[data-color-scheme=light],.palette-alternate:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-alternate:not([data-color-scheme=dark]):not([data-color-scheme=dark] *),.palette-accent[data-color-scheme=light],.palette-accent:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-accent:not([data-color-scheme=dark]):not([data-color-scheme=dark] *),.palette-accent[data-color-scheme=dark],.palette-accent:where([data-color-scheme=dark] :not([data-color-scheme=dark])),:root,[data-color-scheme=light]{--post-scheme-color-signal-success-dark: var(--post-core-color-notification-green);--post-scheme-color-signal-success-light: var(--post-core-color-notification-green-light);--post-scheme-color-signal-error-dark: var(--post-core-color-notification-red);--post-scheme-color-signal-error-light: var(--post-core-color-notification-red-light);--post-scheme-color-signal-warning-dark: var(--post-core-color-notification-orange);--post-scheme-color-signal-warning-light: var(--post-core-color-notification-orange-light);--post-scheme-color-signal-information-dark: var(--post-core-color-notification-blue);--post-scheme-color-signal-information-light: var(--post-core-color-notification-blue-light);--post-scheme-color-signal-neutral-dark: var(--post-core-color-sandgrey-100);--post-scheme-color-signal-neutral: var(--post-core-color-sandgrey-006);--post-scheme-color-signal-success-solo: var(--post-core-color-notification-green);--post-scheme-color-signal-error-solo: var(--post-core-color-notification-red);--post-scheme-color-interactive-button-primary-enabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-enabled-bg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-primary-enabled-stroke: var(--post-scheme-color-interactive-button-primary-enabled-bg);--post-scheme-color-interactive-button-primary-enabled-fg-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-primary-enabled-bg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-enabled-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-hover-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-hover-bg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-primary-hover-stroke: var(--post-scheme-color-interactive-button-primary-hover-bg);--post-scheme-color-interactive-button-primary-hover-fg-inverted: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-primary-hover-bg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-hover-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-disabled-fg: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-primary-disabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-disabled-stroke: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-primary-disabled-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-disabled-bg-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-primary-disabled-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-enabled-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-secondary-enabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-enabled-stroke: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-secondary-enabled-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-enabled-bg-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-secondary-enabled-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-hover-fg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-secondary-hover-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-hover-stroke: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-secondary-hover-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-hover-bg-inverted: var(--post-core-color-sandgrey-alpha-lightsand-10);--post-scheme-color-interactive-button-secondary-hover-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-disabled-fg: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-secondary-disabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-disabled-stroke: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-secondary-disabled-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-disabled-bg-inverted: var(--post-core-color-sandgrey-alpha-lightsand-30);--post-scheme-color-interactive-button-secondary-disabled-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-enabled-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-tertiary-enabled-bg: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-enabled-stroke: var(--post-scheme-color-interactive-button-tertiary-enabled-bg);--post-scheme-color-interactive-button-tertiary-enabled-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-enabled-bg-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-enabled-stroke-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-hover-fg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-tertiary-hover-bg: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-hover-stroke: var(--post-scheme-color-interactive-button-tertiary-hover-bg);--post-scheme-color-interactive-button-tertiary-hover-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-hover-bg-inverted: var(--post-core-color-sandgrey-alpha-lightsand-10);--post-scheme-color-interactive-button-tertiary-hover-stroke-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-disabled-fg: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-tertiary-disabled-bg: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-disabled-stroke: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-tertiary-disabled-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-disabled-bg-inverted: var(--post-core-color-sandgrey-alpha-lightsand-30);--post-scheme-color-interactive-button-tertiary-disabled-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-enabled-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-segmented-enabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-enabled-stroke: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-segmented-hover-fg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-segmented-hover-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-hover-stroke: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-segmented-selected-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-selected-bg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-segmented-selected-stroke: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-focus-stroke: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-focus-stroke-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-text_input-enabled-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-text_input-enabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-text_input-enabled-stroke: var(--post-scheme-color-interactive-text_input-enabled-fg);--post-scheme-color-interactive-text_input-hover-fg-label: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-text_input-hover-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-text_input-hover-fg-value: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-text_input-hover-stroke: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-enabled-bg1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-enabled-fg1: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-enabled-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-enabled-stroke: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-enabled-fg3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-enabled-bg2: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-enabled-stroke3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-hover-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-hover-fg1: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-hover-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-hover-stroke: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-hover-fg3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-hover-bg2: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-hover-stroke3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-fg1: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-stroke: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-bg2: var(--post-core-color-sandgrey-012);--post-scheme-color-interactive-primary-disabled-fg3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-bg3: var(--post-core-color-sandgrey-012);--post-scheme-color-interactive-primary-disabled-stroke2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-bg4: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-stroke3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-bg1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-fg1: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-selected-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-selected-stroke1: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-selected-fg3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-bg2: var(--post-core-color-notification-green);--post-scheme-color-interactive-primary-selected-stroke4: var(--post-core-color-notification-green);--post-scheme-color-interactive-primary-selected-stroke2: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-stroke3: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-bg4: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-info-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-info-bg: var(--post-scheme-color-signal-information-light);--post-scheme-color-interactive-notification-info-icon: var(--post-scheme-color-signal-information-dark);--post-scheme-color-interactive-notification-info-stroke: var(--post-scheme-color-signal-information-dark);--post-scheme-color-interactive-notification-success-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-success-bg: var(--post-scheme-color-signal-success-light);--post-scheme-color-interactive-notification-success-icon: var(--post-scheme-color-signal-success-dark);--post-scheme-color-interactive-notification-success-stroke: var(--post-scheme-color-signal-success-dark);--post-scheme-color-interactive-notification-warning-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-warning-bg: var(--post-scheme-color-signal-warning-light);--post-scheme-color-interactive-notification-warning-icon: var(--post-scheme-color-signal-warning-dark);--post-scheme-color-interactive-notification-warning-stroke: var(--post-scheme-color-signal-warning-dark);--post-scheme-color-interactive-notification-error-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-error-bg: var(--post-scheme-color-signal-error-light);--post-scheme-color-interactive-notification-error-icon: var(--post-scheme-color-signal-error-dark);--post-scheme-color-interactive-notification-error-stroke: var(--post-scheme-color-signal-error-dark);--post-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-002);--post-scheme-color-surface-default-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-default-stroke: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-accent1-bg: var(--post-core-color-brand-white);--post-scheme-color-surface-accent1-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-alternate-bg: var(--post-core-color-sandgrey-006);--post-scheme-color-surface-alternate-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-brand-bg: var(--post-core-color-brand-postyellow);--post-scheme-color-surface-brand-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-accent-bg: var(--post-core-color-sandgrey-080);--post-scheme-color-surface-accent-fg: var(--post-core-color-brand-white);--post-scheme-color-surface-accent-fg-accent: var(--post-core-color-brand-postyellow);--post-scheme-color-notification-badge-bg: var(--post-core-color-notification-red);--post-scheme-color-notification-badge-fg: var(--post-core-color-brand-white);--post-scheme-color-notification-badge-stroke: var(--post-core-color-brand-white);--post-scheme-color-notification-popover-hover: var(--post-core-color-sandgrey-020);--post-scheme-accent-bg-scheme-1: var(--post-core-bg-scheme-light);--post-scheme-accent-bg-scheme-2: var(--post-core-bg-scheme-dark);--post-cargo-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-002);--post-cargo-scheme-color-surface-default-fg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-default-stroke: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-accent1-bg: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-accent1-fg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-alternate-bg: var(--post-core-color-sandgrey-006);--post-cargo-scheme-color-surface-alternate-fg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-brand-bg: var(--post-core-color-cargo-green);--post-cargo-scheme-color-surface-brand-fg: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-brand-fg-accent: var(--post-core-color-cargo-blue);--post-cargo-scheme-color-surface-accent-bg: var(--post-core-color-cargo-blue);--post-cargo-scheme-color-surface-accent-fg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-accent-fg-accent: var(--post-core-color-cargo-green)}.palette-default[data-color-scheme=dark],.palette-default:where([data-color-scheme=dark] :not([data-color-scheme=dark])),.palette-alternate[data-color-scheme=dark],.palette-alternate:where([data-color-scheme=dark] :not([data-color-scheme=dark])),.palette-brand[data-color-scheme=light],.palette-brand:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-brand:not([data-color-scheme=dark]):not([data-color-scheme=dark] *),.palette-brand[data-color-scheme=dark],.palette-brand:where([data-color-scheme=dark] :not([data-color-scheme=dark])),[data-color-scheme=dark]{--post-scheme-color-signal-success-dark: var(--post-core-color-notification-green);--post-scheme-color-signal-success-light: var(--post-core-color-notification-green-light);--post-scheme-color-signal-error-dark: var(--post-core-color-notification-red);--post-scheme-color-signal-error-light: var(--post-core-color-notification-red-light);--post-scheme-color-signal-warning-dark: var(--post-core-color-notification-orange);--post-scheme-color-signal-warning-light: var(--post-core-color-notification-orange-light);--post-scheme-color-signal-information-dark: var(--post-core-color-notification-blue);--post-scheme-color-signal-information-light: var(--post-core-color-notification-blue-light);--post-scheme-color-signal-neutral-dark: var(--post-core-color-sandgrey-100);--post-scheme-color-signal-neutral: var(--post-core-color-sandgrey-006);--post-scheme-color-signal-success-solo: var(--post-core-color-notification-green-night);--post-scheme-color-signal-error-solo: var(--post-core-color-notification-red-night);--post-scheme-color-interactive-button-primary-enabled-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-primary-enabled-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-enabled-stroke: var(--post-scheme-color-interactive-button-primary-enabled-bg);--post-scheme-color-interactive-button-primary-enabled-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-enabled-bg-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-primary-enabled-stroke-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-primary-hover-fg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-primary-hover-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-hover-stroke: var(--post-scheme-color-interactive-button-primary-hover-bg);--post-scheme-color-interactive-button-primary-hover-fg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-hover-bg-inverted: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-primary-hover-stroke-inverted: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-primary-disabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-disabled-bg: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-primary-disabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-disabled-fg-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-primary-disabled-bg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-primary-disabled-stroke-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-secondary-enabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-enabled-bg: var(--post-core-color-colorless);--post-scheme-color-interactive-button-secondary-enabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-enabled-fg-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-secondary-enabled-bg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-enabled-stroke-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-secondary-hover-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-hover-bg: var(--post-core-color-sandgrey-alpha-lightsand-10);--post-scheme-color-interactive-button-secondary-hover-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-hover-fg-inverted: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-secondary-hover-bg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-hover-stroke-inverted: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-secondary-disabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-disabled-bg: var(--post-core-color-sandgrey-alpha-lightsand-30);--post-scheme-color-interactive-button-secondary-disabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-disabled-fg-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-secondary-disabled-bg-inverted: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-secondary-disabled-stroke-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-tertiary-enabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-enabled-bg: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-enabled-stroke: var(--post-scheme-color-interactive-button-tertiary-enabled-bg);--post-scheme-color-interactive-button-tertiary-enabled-fg-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-tertiary-enabled-bg-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-enabled-stroke-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-hover-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-hover-bg: var(--post-core-color-sandgrey-alpha-lightsand-10);--post-scheme-color-interactive-button-tertiary-hover-stroke: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-hover-fg-inverted: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-tertiary-hover-bg-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-hover-stroke-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-disabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-disabled-bg: var(--post-core-color-sandgrey-alpha-lightsand-30);--post-scheme-color-interactive-button-tertiary-disabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-tertiary-disabled-fg-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-tertiary-disabled-bg-inverted: var(--post-core-color-colorless);--post-scheme-color-interactive-button-tertiary-disabled-stroke-inverted: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-button-segmented-enabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-enabled-bg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-segmented-enabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-hover-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-hover-bg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-button-segmented-hover-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-selected-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-button-segmented-selected-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-button-segmented-selected-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-focus-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-focus-stroke-inverted: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-text_input-enabled-fg: var(--post-core-color-brand-white);--post-scheme-color-interactive-text_input-enabled-bg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-text_input-enabled-stroke: var(--post-scheme-color-interactive-text_input-enabled-fg);--post-scheme-color-interactive-text_input-hover-fg-label: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-text_input-hover-bg: var(--post-core-color-brand-white);--post-scheme-color-interactive-text_input-hover-fg-value: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-text_input-hover-stroke: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-enabled-bg1: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-enabled-fg1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-enabled-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-enabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-enabled-fg3: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-enabled-bg2: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-enabled-stroke3: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-hover-bg: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-hover-fg1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-hover-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-hover-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-hover-fg3: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-hover-bg2: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-hover-stroke3: var(--post-core-color-sandgrey-070);--post-scheme-color-interactive-primary-disabled-bg: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-fg1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-fg2: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-stroke: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-bg2: var(--post-core-color-sandgrey-012);--post-scheme-color-interactive-primary-disabled-fg3: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-disabled-bg3: var(--post-core-color-sandgrey-012);--post-scheme-color-interactive-primary-disabled-stroke2: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-bg4: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-disabled-stroke3: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-selected-bg1: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-selected-fg1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-fg2: var(--post-core-color-sandgrey-060);--post-scheme-color-interactive-primary-selected-stroke1: var(--post-core-color-brand-white);--post-scheme-color-interactive-primary-selected-fg3: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-selected-bg2: var(--post-core-color-notification-green);--post-scheme-color-interactive-primary-selected-stroke4: var(--post-core-color-notification-green);--post-scheme-color-interactive-primary-selected-stroke2: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-selected-stroke3: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-primary-selected-bg4: var(--post-core-color-brand-white);--post-scheme-color-interactive-notification-info-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-info-bg: var(--post-scheme-color-signal-information-light);--post-scheme-color-interactive-notification-info-icon: var(--post-scheme-color-signal-information-dark);--post-scheme-color-interactive-notification-info-stroke: var(--post-scheme-color-signal-information-dark);--post-scheme-color-interactive-notification-success-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-success-bg: var(--post-scheme-color-signal-success-light);--post-scheme-color-interactive-notification-success-icon: var(--post-scheme-color-signal-success-dark);--post-scheme-color-interactive-notification-success-stroke: var(--post-scheme-color-signal-success-dark);--post-scheme-color-interactive-notification-warning-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-warning-bg: var(--post-scheme-color-signal-warning-light);--post-scheme-color-interactive-notification-warning-icon: var(--post-scheme-color-signal-warning-dark);--post-scheme-color-interactive-notification-warning-stroke: var(--post-scheme-color-signal-warning-dark);--post-scheme-color-interactive-notification-error-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-interactive-notification-error-bg: var(--post-scheme-color-signal-error-light);--post-scheme-color-interactive-notification-error-icon: var(--post-scheme-color-signal-error-dark);--post-scheme-color-interactive-notification-error-stroke: var(--post-scheme-color-signal-error-dark);--post-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-080);--post-scheme-color-surface-default-fg: var(--post-core-color-brand-white);--post-scheme-color-surface-default-stroke: var(--post-core-color-brand-white);--post-scheme-color-surface-accent1-bg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-accent1-fg: var(--post-core-color-brand-white);--post-scheme-color-surface-alternate-bg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-alternate-fg: var(--post-core-color-brand-white);--post-scheme-color-surface-brand-bg: var(--post-core-color-brand-postyellow);--post-scheme-color-surface-brand-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-accent-bg: var(--post-core-color-sandgrey-002);--post-scheme-color-surface-accent-fg: var(--post-core-color-sandgrey-100);--post-scheme-color-surface-accent-fg-accent: var(--post-core-color-brand-postyellow);--post-scheme-color-notification-badge-bg: var(--post-core-color-notification-red);--post-scheme-color-notification-badge-fg: var(--post-core-color-brand-white);--post-scheme-color-notification-badge-stroke: var(--post-core-color-brand-white);--post-scheme-color-notification-popover-hover: var(--post-core-color-sandgrey-020);--post-scheme-accent-bg-scheme-1: var(--post-core-bg-scheme-dark);--post-scheme-accent-bg-scheme-2: var(--post-core-bg-scheme-light);--post-cargo-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-080);--post-cargo-scheme-color-surface-default-fg: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-default-stroke: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-accent1-bg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-accent1-fg: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-alternate-bg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-alternate-fg: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-brand-bg: var(--post-core-color-cargo-green);--post-cargo-scheme-color-surface-brand-fg: var(--post-core-color-brand-white);--post-cargo-scheme-color-surface-brand-fg-accent: var(--post-core-color-cargo-blue);--post-cargo-scheme-color-surface-accent-bg: var(--post-core-color-cargo-blue);--post-cargo-scheme-color-surface-accent-fg: var(--post-core-color-sandgrey-100);--post-cargo-scheme-color-surface-accent-fg-accent: var(--post-core-color-cargo-green)}@media screen and (max-width: 599.99px){:root{--post-device-font-size-1: var(--post-core-font-size-32);--post-device-font-size-2: var(--post-core-font-size-28);--post-device-font-size-3: var(--post-core-font-size-24);--post-device-font-size-4: var(--post-core-font-size-20);--post-device-font-size-5: var(--post-core-font-size-18);--post-device-font-size-6: var(--post-core-font-size-14);--post-device-font-size-7: var(--post-core-font-size-14);--post-device-font-size-8: var(--post-core-font-size-16);--post-device-font-size-9: var(--post-core-font-size-14);--post-device-font-size-10: var(--post-core-font-size-12);--post-device-font-size-11: var(--post-core-font-size-12);--post-device-font-size-heading-xs: var(--post-core-font-size-14);--post-device-font-size-heading-s: var(--post-core-font-size-18);--post-device-font-size-heading-m: var(--post-core-font-size-20);--post-device-font-size-heading-l: var(--post-core-font-size-24);--post-device-font-size-heading-xl: var(--post-core-font-size-28);--post-device-font-size-heading-xxl: var(--post-core-font-size-32);--post-device-font-size-text-xs: var(--post-core-font-size-12);--post-device-font-size-text-s: var(--post-core-font-size-14);--post-device-font-size-text-m: var(--post-core-font-size-16);--post-device-font-size-text-l: var(--post-core-font-size-18);--post-device-font-size-text-xl: var(--post-core-font-size-20);--post-device-font-size-text-xxs: var(--post-core-font-size-10);--post-device-elevation-100: var(--post-core-elevation-1);--post-device-elevation-200: var(--post-core-elevation-2);--post-device-elevation-300: var(--post-core-elevation-3);--post-device-elevation-400: var(--post-core-elevation-4);--post-device-elevation-500: var(--post-core-elevation-5);--post-device-font-family-default: var(--post-core-font-family-swiss-post);--post-device-spacing-gap-1: var(--post-core-dimension-8);--post-device-spacing-gap-2: var(--post-core-dimension-2);--post-device-spacing-gap-3: var(--post-core-dimension-12);--post-device-spacing-gap-4: var(--post-core-dimension-8);--post-device-spacing-gap-5: var(--post-core-dimension-8);--post-device-spacing-gap-6: var(--post-core-dimension-n2);--post-device-spacing-gap-7: var(--post-core-dimension-16);--post-device-spacing-gap-block-1: var(--post-core-dimension-4);--post-device-spacing-gap-block-2: var(--post-core-dimension-16);--post-device-spacing-gap-block-3: var(--post-core-dimension-8);--post-device-spacing-gap-inline-1: var(--post-core-dimension-6);--post-device-spacing-gap-inline-2: var(--post-core-dimension-8);--post-device-spacing-gap-inline-3: var(--post-core-dimension-12);--post-device-spacing-gap-inline-4: var(--post-core-dimension-4);--post-device-spacing-gap-inline-5: var(--post-core-dimension-2);--post-device-spacing-gap-inline-6: var(--post-core-dimension-16);--post-device-spacing-gap-inline-7: var(--post-core-dimension-12);--post-device-spacing-gap-inline-8: var(--post-core-dimension-8);--post-device-spacing-gap-inline-9: var(--post-core-dimension-6);--post-device-spacing-gap-inline-10: var(--post-core-dimension-4);--post-device-spacing-gap-inline-11: var(--post-core-dimension-4);--post-device-spacing-gap-inline-12: var(--post-core-dimension-4);--post-device-spacing-gap-inline-13: var(--post-core-dimension-0);--post-device-spacing-padding-1: var(--post-core-dimension-2);--post-device-spacing-padding-2: var(--post-core-dimension-2);--post-device-spacing-padding-3: var(--post-core-dimension-10);--post-device-spacing-padding-4: var(--post-core-dimension-2);--post-device-spacing-padding-5: var(--post-core-dimension-16);--post-device-spacing-padding-6: var(--post-core-dimension-32);--post-device-spacing-padding-7: var(--post-core-dimension-8-5);--post-device-spacing-padding-8: var(--post-core-dimension-5);--post-device-spacing-padding-9: var(--post-core-dimension-15);--post-device-spacing-padding-10: var(--post-core-dimension-14);--post-device-spacing-padding-11: var(--post-core-dimension-14);--post-device-spacing-padding-12: var(--post-core-dimension-1);--post-device-spacing-padding-13: var(--post-core-dimension-12);--post-device-spacing-padding-14: var(--post-core-dimension-10);--post-device-spacing-padding-15: var(--post-core-dimension-8);--post-device-spacing-padding-16: var(--post-core-dimension-2);--post-device-spacing-padding-17: var(--post-core-dimension-8);--post-device-spacing-padding-18: var(--post-core-dimension-4);--post-device-spacing-padding-19: var(--post-core-dimension-12);--post-device-spacing-padding-20: var(--post-core-dimension-10);--post-device-spacing-padding-21: var(--post-core-dimension-16);--post-device-spacing-padding-inline-1: var(--post-core-dimension-14);--post-device-spacing-padding-inline-3: var(--post-core-dimension-12);--post-device-spacing-padding-inline-4: var(--post-core-dimension-12);--post-device-spacing-padding-inline-5: var(--post-core-dimension-14);--post-device-spacing-padding-inline-6: var(--post-core-dimension-12);--post-device-spacing-padding-inline-7: var(--post-core-dimension-8);--post-device-spacing-padding-inline-8: var(--post-core-dimension-0);--post-device-spacing-padding-inline-9: var(--post-core-dimension-0);--post-device-spacing-padding-block-1: var(--post-core-dimension-10);--post-device-spacing-padding-block-2: var(--post-core-dimension-5-5);--post-device-spacing-padding-block-3: var(--post-core-dimension-6-5);--post-device-spacing-padding-block-4: var(--post-core-dimension-5);--post-device-spacing-padding-block-5: var(--post-core-dimension-6);--post-device-spacing-padding-block-6: var(--post-core-dimension-1-5);--post-device-spacing-padding-block-7: var(--post-core-dimension-0);--post-device-spacing-padding-block-8: var(--post-core-dimension-4);--post-device-spacing-padding-block-9: var(--post-core-dimension-1-5);--post-device-spacing-padding-block-10: var(--post-core-dimension-16);--post-device-spacing-padding-block-11: var(--post-core-dimension-3);--post-device-spacing-padding-block-12: var(--post-core-dimension-6);--post-device-spacing-padding-block-13: var(--post-core-dimension-8);--post-device-spacing-padding-block-14: var(--post-core-dimension-6);--post-device-spacing-padding-block-15: var(--post-core-dimension-3-5);--post-device-spacing-padding-block-16: var(--post-core-dimension-8);--post-device-spacing-padding-block-17: var(--post-core-dimension-5);--post-device-spacing-padding-block-18: var(--post-core-dimension-0);--post-device-spacing-padding-block-19: var(--post-core-dimension-0);--post-device-spacing-padding-block-20: var(--post-core-dimension-1-5);--post-device-spacing-padding-block-21: var(--post-core-dimension-24);--post-device-spacing-padding-block-22: var(--post-core-dimension-12);--post-device-spacing-padding-block-23: var(--post-core-dimension-11);--post-device-spacing-padding-block-24: var(--post-core-dimension-2);--post-device-spacing-padding-block-25: var(--post-core-dimension-16);--post-device-spacing-padding-block-26: var(--post-core-dimension-26-5);--post-device-spacing-padding-block-27: var(--post-core-dimension-17-5);--post-device-spacing-padding-block-28: var(--post-core-dimension-17-5);--post-device-spacing-padding-block-29: var(--post-core-dimension-24-5);--post-device-spacing-padding-block-30: var(--post-core-dimension-8-5);--post-device-spacing-margin-1: var(--post-core-dimension-24);--post-device-spacing-margin-2: var(--post-core-dimension-16);--post-device-spacing-margin-3: var(--post-core-dimension-8);--post-device-spacing-margin-4: var(--post-core-dimension-8);--post-device-spacing-margin-5: var(--post-core-dimension-24);--post-device-spacing-margin-6: var(--post-core-dimension-0);--post-device-sizing-interactive-icon-height: var(--post-core-dimension-20);--post-device-sizing-interactive-icon-width: var(--post-core-dimension-20);--post-device-sizing-interactive-icon-size: var(--post-core-dimension-20);--post-device-sizing-interactive-icon-size2: var(--post-core-dimension-20);--post-device-sizing-interactive-icon-size3: var(--post-core-dimension-40);--post-device-sizing-interactive-icon-size4: var(--post-core-dimension-16);--post-device-sizing-interactive-textfields-icon: var(--post-core-dimension-32);--post-device-sizing-interactive-stepper-indicator: var(--post-core-dimension-32);--post-device-sizing-interactive-button-height-1: var(--post-core-dimension-32);--post-device-sizing-interactive-button-height-2: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-3: var(--post-core-dimension-24);--post-device-sizing-interactive-button-height-4: var(--post-core-dimension-28);--post-device-sizing-interactive-button-height-5: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-6: var(--post-core-dimension-56);--post-device-sizing-interactive-button-appstore-width-google: 135px;--post-device-sizing-interactive-button-appstore-width-apple: 119.66px;--post-device-sizing-interactive-button-icon-1: var(--post-core-dimension-16);--post-device-sizing-interactive-button-icon-2: var(--post-core-dimension-12);--post-device-sizing-interactive-button-icon-3: var(--post-core-dimension-18);--post-device-sizing-interactive-button-icon-4: var(--post-core-dimension-16);--post-device-sizing-interactive-button-icon-5: var(--post-core-dimension-14);--post-device-sizing-interactive-button-icon-6: var(--post-core-dimension-6);--post-device-sizing-interactive-footer-socialmedia: var(--post-core-dimension-24);--post-device-sizing-notification-1: var(--post-core-dimension-24);--post-device-sizing-notification-2: var(--post-core-dimension-16);--post-device-sizing-notification-3: var(--post-core-dimension-16);--post-device-sizing-notification-icon-1: var(--post-core-dimension-28);--post-device-sizing-notification-icon-2: var(--post-core-dimension-40);--post-device-sizing-notification-icon-3: var(--post-core-dimension-24);--post-device-sizing-notification-icon-4: var(--post-core-dimension-32);--post-device-sizing-icon-1: var(--post-core-dimension-12);--post-device-sizing-icon-2: var(--post-core-dimension-24);--post-device-sizing-icon-3: var(--post-core-dimension-12);--post-device-sizing-logo-1: var(--post-core-dimension-56);--post-device-border-radius-1: var(--post-core-dimension-4);--post-device-border-radius-2: var(--post-core-dimension-8);--post-device-border-radius-round: var(--post-core-dimension-100);--post-device-border-radius-focus: var(--post-core-dimension-4);--post-device-font-weight-bold: var(--post-core-font-weight-700);--post-device-font-weight-regular: var(--post-core-font-weight-400);--post-device-font-weight-medium: var(--post-core-font-weight-500);--post-device-font-weight-black: var(--post-core-font-weight-900);--post-device-line-height-heading: var(--post-core-line-height-120);--post-device-line-height-content: var(--post-core-line-height-150);--post-device-line-height-legend: var(--post-core-line-height-120);--post-device-line-height-label: var(--post-core-line-height-150);--post-device-line-height-link: var(--post-core-line-height-150);--post-device-border-width-default: var(--post-core-dimension-2);--post-device-border-width-focus: var(--post-core-dimension-2);--post-device-border-width-alternative2: var(--post-core-dimension-3);--post-device-border-width-alternative1: var(--post-core-dimension-1);--post-device-border-width-quote: var(--post-core-dimension-4);--post-device-grid-sizing-gutter: var(--post-core-dimension-16);--post-device-grid-sizing-container-max-width: var(--post-core-dimension-1280);--post-device-grid-padding-inline-container: var(--post-core-dimension-16);--post-device-position-1: var(--post-core-dimension-16);--post-device-position-2: var(--post-core-dimension-14);--post-device-position-3: var(--post-core-dimension-46)}}@media screen and (min-width: 600px)and (max-width: 1023.99px){:root{--post-device-font-size-1: var(--post-core-font-size-36);--post-device-font-size-2: var(--post-core-font-size-32);--post-device-font-size-3: var(--post-core-font-size-28);--post-device-font-size-4: var(--post-core-font-size-24);--post-device-font-size-5: var(--post-core-font-size-20);--post-device-font-size-6: var(--post-core-font-size-16);--post-device-font-size-7: var(--post-core-font-size-16);--post-device-font-size-8: var(--post-core-font-size-16);--post-device-font-size-9: var(--post-core-font-size-14);--post-device-font-size-10: var(--post-core-font-size-12);--post-device-font-size-11: var(--post-core-font-size-12);--post-device-font-size-heading-xs: var(--post-core-font-size-16);--post-device-font-size-heading-s: var(--post-core-font-size-20);--post-device-font-size-heading-m: var(--post-core-font-size-24);--post-device-font-size-heading-l: var(--post-core-font-size-28);--post-device-font-size-heading-xl: var(--post-core-font-size-32);--post-device-font-size-heading-xxl: var(--post-core-font-size-36);--post-device-font-size-text-xs: var(--post-core-font-size-12);--post-device-font-size-text-s: var(--post-core-font-size-14);--post-device-font-size-text-m: var(--post-core-font-size-16);--post-device-font-size-text-l: var(--post-core-font-size-18);--post-device-font-size-text-xl: var(--post-core-font-size-20);--post-device-font-size-text-xxs: var(--post-core-font-size-10);--post-device-elevation-100: var(--post-core-elevation-1);--post-device-elevation-200: var(--post-core-elevation-2);--post-device-elevation-300: var(--post-core-elevation-3);--post-device-elevation-400: var(--post-core-elevation-4);--post-device-elevation-500: var(--post-core-elevation-5);--post-device-font-family-default: var(--post-core-font-family-swiss-post);--post-device-spacing-gap-1: var(--post-core-dimension-8);--post-device-spacing-gap-2: var(--post-core-dimension-2);--post-device-spacing-gap-3: var(--post-core-dimension-12);--post-device-spacing-gap-4: var(--post-core-dimension-16);--post-device-spacing-gap-5: var(--post-core-dimension-24);--post-device-spacing-gap-6: var(--post-core-dimension-0);--post-device-spacing-gap-7: var(--post-core-dimension-16);--post-device-spacing-gap-block-1: var(--post-core-dimension-4);--post-device-spacing-gap-block-2: var(--post-core-dimension-16);--post-device-spacing-gap-block-3: var(--post-core-dimension-8);--post-device-spacing-gap-inline-1: var(--post-core-dimension-8);--post-device-spacing-gap-inline-2: var(--post-core-dimension-12);--post-device-spacing-gap-inline-3: var(--post-core-dimension-12);--post-device-spacing-gap-inline-4: var(--post-core-dimension-4);--post-device-spacing-gap-inline-5: var(--post-core-dimension-2);--post-device-spacing-gap-inline-6: var(--post-core-dimension-16);--post-device-spacing-gap-inline-7: var(--post-core-dimension-16);--post-device-spacing-gap-inline-8: var(--post-core-dimension-10);--post-device-spacing-gap-inline-9: var(--post-core-dimension-8);--post-device-spacing-gap-inline-10: var(--post-core-dimension-6);--post-device-spacing-gap-inline-11: var(--post-core-dimension-6);--post-device-spacing-gap-inline-12: var(--post-core-dimension-6);--post-device-spacing-gap-inline-13: var(--post-core-dimension-1);--post-device-spacing-padding-1: var(--post-core-dimension-1);--post-device-spacing-padding-2: var(--post-core-dimension-2);--post-device-spacing-padding-3: var(--post-core-dimension-10);--post-device-spacing-padding-4: var(--post-core-dimension-0);--post-device-spacing-padding-5: var(--post-core-dimension-16);--post-device-spacing-padding-6: var(--post-core-dimension-32);--post-device-spacing-padding-7: var(--post-core-dimension-8-5);--post-device-spacing-padding-8: var(--post-core-dimension-5);--post-device-spacing-padding-9: var(--post-core-dimension-15);--post-device-spacing-padding-10: var(--post-core-dimension-22);--post-device-spacing-padding-11: var(--post-core-dimension-14);--post-device-spacing-padding-12: var(--post-core-dimension-1);--post-device-spacing-padding-13: var(--post-core-dimension-14);--post-device-spacing-padding-14: var(--post-core-dimension-12);--post-device-spacing-padding-15: var(--post-core-dimension-8);--post-device-spacing-padding-16: var(--post-core-dimension-4);--post-device-spacing-padding-17: var(--post-core-dimension-16);--post-device-spacing-padding-18: var(--post-core-dimension-0);--post-device-spacing-padding-19: var(--post-core-dimension-16);--post-device-spacing-padding-20: var(--post-core-dimension-14);--post-device-spacing-padding-21: var(--post-core-dimension-16);--post-device-spacing-padding-inline-1: var(--post-core-dimension-14);--post-device-spacing-padding-inline-3: var(--post-core-dimension-12);--post-device-spacing-padding-inline-4: var(--post-core-dimension-12);--post-device-spacing-padding-inline-5: var(--post-core-dimension-18);--post-device-spacing-padding-inline-6: var(--post-core-dimension-14);--post-device-spacing-padding-inline-7: var(--post-core-dimension-10);--post-device-spacing-padding-inline-8: var(--post-core-dimension-2);--post-device-spacing-padding-inline-9: var(--post-core-dimension-2);--post-device-spacing-padding-block-1: var(--post-core-dimension-10);--post-device-spacing-padding-block-2: var(--post-core-dimension-4);--post-device-spacing-padding-block-3: var(--post-core-dimension-5);--post-device-spacing-padding-block-4: var(--post-core-dimension-5);--post-device-spacing-padding-block-5: var(--post-core-dimension-6);--post-device-spacing-padding-block-6: var(--post-core-dimension-0);--post-device-spacing-padding-block-7: var(--post-core-dimension-0);--post-device-spacing-padding-block-8: var(--post-core-dimension-8);--post-device-spacing-padding-block-9: var(--post-core-dimension-0);--post-device-spacing-padding-block-10: var(--post-core-dimension-16);--post-device-spacing-padding-block-11: var(--post-core-dimension-0);--post-device-spacing-padding-block-12: var(--post-core-dimension-6);--post-device-spacing-padding-block-13: var(--post-core-dimension-8);--post-device-spacing-padding-block-14: var(--post-core-dimension-8-5);--post-device-spacing-padding-block-15: var(--post-core-dimension-3-5);--post-device-spacing-padding-block-16: var(--post-core-dimension-12);--post-device-spacing-padding-block-17: var(--post-core-dimension-9);--post-device-spacing-padding-block-18: var(--post-core-dimension-0);--post-device-spacing-padding-block-19: var(--post-core-dimension-0);--post-device-spacing-padding-block-20: var(--post-core-dimension-0);--post-device-spacing-padding-block-21: var(--post-core-dimension-32);--post-device-spacing-padding-block-22: var(--post-core-dimension-16);--post-device-spacing-padding-block-23: var(--post-core-dimension-15);--post-device-spacing-padding-block-24: var(--post-core-dimension-0);--post-device-spacing-padding-block-25: var(--post-core-dimension-24);--post-device-spacing-padding-block-26: var(--post-core-dimension-23);--post-device-spacing-padding-block-27: var(--post-core-dimension-12);--post-device-spacing-padding-block-28: var(--post-core-dimension-16);--post-device-spacing-padding-block-29: var(--post-core-dimension-23);--post-device-spacing-padding-block-30: var(--post-core-dimension-7);--post-device-spacing-margin-1: var(--post-core-dimension-40);--post-device-spacing-margin-2: var(--post-core-dimension-24);--post-device-spacing-margin-3: var(--post-core-dimension-16);--post-device-spacing-margin-4: var(--post-core-dimension-16);--post-device-spacing-margin-5: var(--post-core-dimension-32);--post-device-spacing-margin-6: var(--post-core-dimension-32);--post-device-sizing-interactive-icon-height: var(--post-core-dimension-22);--post-device-sizing-interactive-icon-width: var(--post-core-dimension-22);--post-device-sizing-interactive-icon-size: var(--post-core-dimension-22);--post-device-sizing-interactive-icon-size2: var(--post-core-dimension-24);--post-device-sizing-interactive-icon-size3: var(--post-core-dimension-40);--post-device-sizing-interactive-icon-size4: var(--post-core-dimension-16);--post-device-sizing-interactive-textfields-icon: var(--post-core-dimension-32);--post-device-sizing-interactive-stepper-indicator: var(--post-core-dimension-32);--post-device-sizing-interactive-button-height-1: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-2: var(--post-core-dimension-48);--post-device-sizing-interactive-button-height-3: var(--post-core-dimension-32);--post-device-sizing-interactive-button-height-4: var(--post-core-dimension-34);--post-device-sizing-interactive-button-height-5: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-6: var(--post-core-dimension-56);--post-device-sizing-interactive-button-appstore-width-google: 135px;--post-device-sizing-interactive-button-appstore-width-apple: 119.66px;--post-device-sizing-interactive-button-icon-1: var(--post-core-dimension-20);--post-device-sizing-interactive-button-icon-2: var(--post-core-dimension-16);--post-device-sizing-interactive-button-icon-3: var(--post-core-dimension-20);--post-device-sizing-interactive-button-icon-4: var(--post-core-dimension-16);--post-device-sizing-interactive-button-icon-5: var(--post-core-dimension-14);--post-device-sizing-interactive-button-icon-6: var(--post-core-dimension-6);--post-device-sizing-interactive-footer-socialmedia: var(--post-core-dimension-32);--post-device-sizing-notification-1: var(--post-core-dimension-24);--post-device-sizing-notification-2: var(--post-core-dimension-16);--post-device-sizing-notification-3: var(--post-core-dimension-8);--post-device-sizing-notification-icon-1: var(--post-core-dimension-28);--post-device-sizing-notification-icon-2: var(--post-core-dimension-48);--post-device-sizing-notification-icon-3: var(--post-core-dimension-24);--post-device-sizing-notification-icon-4: var(--post-core-dimension-40);--post-device-sizing-icon-1: var(--post-core-dimension-16);--post-device-sizing-icon-2: var(--post-core-dimension-24);--post-device-sizing-icon-3: var(--post-core-dimension-14);--post-device-sizing-logo-1: var(--post-core-dimension-64);--post-device-border-radius-1: var(--post-core-dimension-4);--post-device-border-radius-2: var(--post-core-dimension-8);--post-device-border-radius-round: var(--post-core-dimension-100);--post-device-border-radius-focus: var(--post-core-dimension-4);--post-device-font-weight-bold: var(--post-core-font-weight-700);--post-device-font-weight-regular: var(--post-core-font-weight-400);--post-device-font-weight-medium: var(--post-core-font-weight-500);--post-device-font-weight-black: var(--post-core-font-weight-900);--post-device-line-height-heading: var(--post-core-line-height-120);--post-device-line-height-content: var(--post-core-line-height-150);--post-device-line-height-legend: var(--post-core-line-height-120);--post-device-line-height-label: var(--post-core-line-height-150);--post-device-line-height-link: var(--post-core-line-height-150);--post-device-border-width-default: var(--post-core-dimension-2);--post-device-border-width-focus: var(--post-core-dimension-2);--post-device-border-width-alternative2: var(--post-core-dimension-3);--post-device-border-width-alternative1: var(--post-core-dimension-1);--post-device-border-width-quote: var(--post-core-dimension-6);--post-device-grid-sizing-gutter: var(--post-core-dimension-16);--post-device-grid-sizing-container-max-width: var(--post-core-dimension-1280);--post-device-grid-padding-inline-container: var(--post-core-dimension-24);--post-device-position-1: var(--post-core-dimension-40);--post-device-position-2: var(--post-core-dimension-14);--post-device-position-3: var(--post-core-dimension-46)}}@media screen and (min-width: 1024px){:root{--post-device-font-size-1: var(--post-core-font-size-40);--post-device-font-size-2: var(--post-core-font-size-36);--post-device-font-size-3: var(--post-core-font-size-32);--post-device-font-size-4: var(--post-core-font-size-28);--post-device-font-size-5: var(--post-core-font-size-24);--post-device-font-size-6: var(--post-core-font-size-20);--post-device-font-size-7: var(--post-core-font-size-16);--post-device-font-size-8: var(--post-core-font-size-16);--post-device-font-size-9: var(--post-core-font-size-14);--post-device-font-size-10: var(--post-core-font-size-14);--post-device-font-size-11: var(--post-core-font-size-12);--post-device-font-size-heading-xs: var(--post-core-font-size-20);--post-device-font-size-heading-s: var(--post-core-font-size-24);--post-device-font-size-heading-m: var(--post-core-font-size-28);--post-device-font-size-heading-l: var(--post-core-font-size-32);--post-device-font-size-heading-xl: var(--post-core-font-size-36);--post-device-font-size-heading-xxl: var(--post-core-font-size-40);--post-device-font-size-text-xs: var(--post-core-font-size-12);--post-device-font-size-text-s: var(--post-core-font-size-14);--post-device-font-size-text-m: var(--post-core-font-size-16);--post-device-font-size-text-l: var(--post-core-font-size-18);--post-device-font-size-text-xl: var(--post-core-font-size-20);--post-device-font-size-text-xxs: var(--post-core-font-size-10);--post-device-elevation-100: var(--post-core-elevation-1);--post-device-elevation-200: var(--post-core-elevation-2);--post-device-elevation-300: var(--post-core-elevation-3);--post-device-elevation-400: var(--post-core-elevation-4);--post-device-elevation-500: var(--post-core-elevation-5);--post-device-font-family-default: var(--post-core-font-family-swiss-post);--post-device-spacing-gap-1: var(--post-core-dimension-8);--post-device-spacing-gap-2: var(--post-core-dimension-2);--post-device-spacing-gap-3: var(--post-core-dimension-12);--post-device-spacing-gap-4: var(--post-core-dimension-16);--post-device-spacing-gap-5: var(--post-core-dimension-24);--post-device-spacing-gap-6: var(--post-core-dimension-0);--post-device-spacing-gap-7: var(--post-core-dimension-16);--post-device-spacing-gap-block-1: var(--post-core-dimension-8);--post-device-spacing-gap-block-2: var(--post-core-dimension-16);--post-device-spacing-gap-block-3: var(--post-core-dimension-16);--post-device-spacing-gap-inline-1: var(--post-core-dimension-8);--post-device-spacing-gap-inline-2: var(--post-core-dimension-16);--post-device-spacing-gap-inline-3: var(--post-core-dimension-12);--post-device-spacing-gap-inline-4: var(--post-core-dimension-4);--post-device-spacing-gap-inline-5: var(--post-core-dimension-2);--post-device-spacing-gap-inline-6: var(--post-core-dimension-24);--post-device-spacing-gap-inline-7: var(--post-core-dimension-18);--post-device-spacing-gap-inline-8: var(--post-core-dimension-12);--post-device-spacing-gap-inline-9: var(--post-core-dimension-10);--post-device-spacing-gap-inline-10: var(--post-core-dimension-8);--post-device-spacing-gap-inline-11: var(--post-core-dimension-6);--post-device-spacing-gap-inline-12: var(--post-core-dimension-8);--post-device-spacing-gap-inline-13: var(--post-core-dimension-1);--post-device-spacing-padding-1: var(--post-core-dimension-0);--post-device-spacing-padding-2: var(--post-core-dimension-2);--post-device-spacing-padding-3: var(--post-core-dimension-10);--post-device-spacing-padding-4: var(--post-core-dimension-0);--post-device-spacing-padding-5: var(--post-core-dimension-16);--post-device-spacing-padding-6: var(--post-core-dimension-32);--post-device-spacing-padding-7: var(--post-core-dimension-8-5);--post-device-spacing-padding-8: var(--post-core-dimension-5);--post-device-spacing-padding-9: var(--post-core-dimension-19);--post-device-spacing-padding-10: var(--post-core-dimension-22);--post-device-spacing-padding-11: var(--post-core-dimension-14);--post-device-spacing-padding-12: var(--post-core-dimension-1);--post-device-spacing-padding-13: var(--post-core-dimension-16);--post-device-spacing-padding-14: var(--post-core-dimension-14);--post-device-spacing-padding-15: var(--post-core-dimension-8);--post-device-spacing-padding-16: var(--post-core-dimension-4);--post-device-spacing-padding-17: var(--post-core-dimension-16);--post-device-spacing-padding-18: var(--post-core-dimension-0);--post-device-spacing-padding-19: var(--post-core-dimension-17-5);--post-device-spacing-padding-20: var(--post-core-dimension-15-5);--post-device-spacing-padding-21: var(--post-core-dimension-16);--post-device-spacing-padding-inline-1: var(--post-core-dimension-14);--post-device-spacing-padding-inline-3: var(--post-core-dimension-16);--post-device-spacing-padding-inline-4: var(--post-core-dimension-12);--post-device-spacing-padding-inline-5: var(--post-core-dimension-22);--post-device-spacing-padding-inline-6: var(--post-core-dimension-18);--post-device-spacing-padding-inline-7: var(--post-core-dimension-14);--post-device-spacing-padding-inline-8: var(--post-core-dimension-2);--post-device-spacing-padding-inline-9: var(--post-core-dimension-0);--post-device-spacing-padding-block-1: var(--post-core-dimension-11);--post-device-spacing-padding-block-2: var(--post-core-dimension-4);--post-device-spacing-padding-block-3: var(--post-core-dimension-4-5);--post-device-spacing-padding-block-4: var(--post-core-dimension-7-5);--post-device-spacing-padding-block-5: var(--post-core-dimension-6);--post-device-spacing-padding-block-6: var(--post-core-dimension-1);--post-device-spacing-padding-block-7: var(--post-core-dimension-1);--post-device-spacing-padding-block-8: var(--post-core-dimension-8);--post-device-spacing-padding-block-9: var(--post-core-dimension-0);--post-device-spacing-padding-block-10: var(--post-core-dimension-24);--post-device-spacing-padding-block-11: var(--post-core-dimension-4);--post-device-spacing-padding-block-12: var(--post-core-dimension-10);--post-device-spacing-padding-block-13: var(--post-core-dimension-16);--post-device-spacing-padding-block-14: var(--post-core-dimension-8);--post-device-spacing-padding-block-15: var(--post-core-dimension-5);--post-device-spacing-padding-block-16: var(--post-core-dimension-13);--post-device-spacing-padding-block-17: var(--post-core-dimension-10);--post-device-spacing-padding-block-18: var(--post-core-dimension-3);--post-device-spacing-padding-block-19: var(--post-core-dimension-1);--post-device-spacing-padding-block-20: var(--post-core-dimension-0);--post-device-spacing-padding-block-21: var(--post-core-dimension-32);--post-device-spacing-padding-block-22: var(--post-core-dimension-17);--post-device-spacing-padding-block-23: var(--post-core-dimension-16);--post-device-spacing-padding-block-24: var(--post-core-dimension-3);--post-device-spacing-padding-block-25: var(--post-core-dimension-24);--post-device-spacing-padding-block-26: var(--post-core-dimension-26);--post-device-spacing-padding-block-27: var(--post-core-dimension-17);--post-device-spacing-padding-block-28: var(--post-core-dimension-17);--post-device-spacing-padding-block-29: var(--post-core-dimension-25-5);--post-device-spacing-padding-block-30: var(--post-core-dimension-6-5);--post-device-spacing-margin-1: var(--post-core-dimension-40);--post-device-spacing-margin-2: var(--post-core-dimension-24);--post-device-spacing-margin-3: var(--post-core-dimension-16);--post-device-spacing-margin-4: var(--post-core-dimension-24);--post-device-spacing-margin-5: var(--post-core-dimension-40);--post-device-spacing-margin-6: var(--post-core-dimension-32);--post-device-sizing-interactive-icon-height: var(--post-core-dimension-24);--post-device-sizing-interactive-icon-width: var(--post-core-dimension-24);--post-device-sizing-interactive-icon-size: var(--post-core-dimension-24);--post-device-sizing-interactive-icon-size2: var(--post-core-dimension-24);--post-device-sizing-interactive-icon-size3: var(--post-core-dimension-40);--post-device-sizing-interactive-icon-size4: var(--post-core-dimension-16);--post-device-sizing-interactive-textfields-icon: var(--post-core-dimension-32);--post-device-sizing-interactive-stepper-indicator: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-1: var(--post-core-dimension-48);--post-device-sizing-interactive-button-height-2: var(--post-core-dimension-56);--post-device-sizing-interactive-button-height-3: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-4: var(--post-core-dimension-40);--post-device-sizing-interactive-button-height-5: var(--post-core-dimension-48);--post-device-sizing-interactive-button-height-6: var(--post-core-dimension-64);--post-device-sizing-interactive-button-appstore-width-google: 162px;--post-device-sizing-interactive-button-appstore-width-apple: 143.6px;--post-device-sizing-interactive-button-icon-1: var(--post-core-dimension-24);--post-device-sizing-interactive-button-icon-2: var(--post-core-dimension-20);--post-device-sizing-interactive-button-icon-3: var(--post-core-dimension-24);--post-device-sizing-interactive-button-icon-4: var(--post-core-dimension-20);--post-device-sizing-interactive-button-icon-5: var(--post-core-dimension-16);--post-device-sizing-interactive-button-icon-6: var(--post-core-dimension-8);--post-device-sizing-interactive-footer-socialmedia: var(--post-core-dimension-40);--post-device-sizing-notification-1: var(--post-core-dimension-24);--post-device-sizing-notification-2: var(--post-core-dimension-16);--post-device-sizing-notification-3: var(--post-core-dimension-8);--post-device-sizing-notification-icon-1: var(--post-core-dimension-28);--post-device-sizing-notification-icon-2: var(--post-core-dimension-64);--post-device-sizing-notification-icon-3: var(--post-core-dimension-32);--post-device-sizing-notification-icon-4: var(--post-core-dimension-48);--post-device-sizing-icon-1: var(--post-core-dimension-24);--post-device-sizing-icon-2: var(--post-core-dimension-30);--post-device-sizing-icon-3: var(--post-core-dimension-16);--post-device-sizing-logo-1: var(--post-core-dimension-72);--post-device-border-radius-1: var(--post-core-dimension-4);--post-device-border-radius-2: var(--post-core-dimension-8);--post-device-border-radius-round: var(--post-core-dimension-100);--post-device-border-radius-focus: var(--post-core-dimension-4);--post-device-font-weight-bold: var(--post-core-font-weight-700);--post-device-font-weight-regular: var(--post-core-font-weight-400);--post-device-font-weight-medium: var(--post-core-font-weight-500);--post-device-font-weight-black: var(--post-core-font-weight-900);--post-device-line-height-heading: var(--post-core-line-height-120);--post-device-line-height-content: var(--post-core-line-height-150);--post-device-line-height-legend: var(--post-core-line-height-120);--post-device-line-height-label: var(--post-core-line-height-150);--post-device-line-height-link: var(--post-core-line-height-150);--post-device-border-width-default: var(--post-core-dimension-2);--post-device-border-width-focus: var(--post-core-dimension-2);--post-device-border-width-alternative2: var(--post-core-dimension-3);--post-device-border-width-alternative1: var(--post-core-dimension-1);--post-device-border-width-quote: var(--post-core-dimension-8);--post-device-grid-sizing-gutter: var(--post-core-dimension-24);--post-device-grid-sizing-container-max-width: var(--post-core-dimension-1280);--post-device-grid-padding-inline-container: var(--post-core-dimension-40);--post-device-position-1: var(--post-core-dimension-40);--post-device-position-2: var(--post-core-dimension-14);--post-device-position-3: var(--post-core-dimension-46)}}:root{--post-channel-sizing-interactive-height-filler: var(--post-core-dimension-24)}:root{--post-theme-palettes-bg-scheme-brand: var(--post-core-bg-scheme-dark);--post-theme-palettes-bg-scheme-emphasis: var(--post-core-bg-scheme-light);--post-theme-palettes-bg-scheme-default: var(--post-scheme-accent-bg-scheme-1);--post-theme-palettes-bg-scheme-alternate: var(--post-scheme-accent-bg-scheme-1);--post-theme-color-palettes-default-bg: var(--post-cargo-scheme-color-surface-default-bg);--post-theme-color-palettes-default-fg: var(--post-cargo-scheme-color-surface-default-fg);--post-theme-color-palettes-brand-bg: var(--post-cargo-scheme-color-surface-brand-bg);--post-theme-color-palettes-brand-fg: var(--post-cargo-scheme-color-surface-brand-fg-accent);--post-theme-color-palettes-accent-bg: var(--post-cargo-scheme-color-surface-accent-bg);--post-theme-color-palettes-accent-fg: var(--post-cargo-scheme-color-surface-accent-fg-accent);--post-theme-color-palettes-alternate-bg: var(--post-cargo-scheme-color-surface-alternate-bg);--post-theme-color-palettes-alternate-fg: var(--post-cargo-scheme-color-surface-alternate-fg)}.palette-text{color:var(--post-current-palette-fg)}body{background-color:var(--post-current-palette-bg) !important}body:not([data-color-scheme=dark]){--post-current-palette-fg: #050400;--post-current-palette-bg: #fafafa}body[data-color-scheme=dark]{--post-current-palette-fg: #ffffff;--post-current-palette-bg: #373632}.palette-default{color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-current-palette-bg) !important}.palette-default[data-color-scheme=light],.palette-default:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-default:not([data-color-scheme=dark]):not([data-color-scheme=dark] *){--post-current-palette-fg: #050400;--post-current-palette-bg: #fafafa}.palette-default[data-color-scheme=dark],.palette-default:where([data-color-scheme=dark] :not([data-color-scheme=dark])){--post-current-palette-fg: #ffffff;--post-current-palette-bg: #373632}.palette-alternate{color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-current-palette-bg) !important}.palette-alternate[data-color-scheme=light],.palette-alternate:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-alternate:not([data-color-scheme=dark]):not([data-color-scheme=dark] *){--post-current-palette-fg: #050400;--post-current-palette-bg: #f0efed}.palette-alternate[data-color-scheme=dark],.palette-alternate:where([data-color-scheme=dark] :not([data-color-scheme=dark])){--post-current-palette-fg: #ffffff;--post-current-palette-bg: #050400}.palette-brand{color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-current-palette-bg) !important}.palette-brand[data-color-scheme=light],.palette-brand:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-brand:not([data-color-scheme=dark]):not([data-color-scheme=dark] *){--post-current-palette-fg: #aadcff;--post-current-palette-bg: #00411c}.palette-brand[data-color-scheme=dark],.palette-brand:where([data-color-scheme=dark] :not([data-color-scheme=dark])){--post-current-palette-fg: #aadcff;--post-current-palette-bg: #00411c}.palette-accent{color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-current-palette-bg) !important}.palette-accent[data-color-scheme=light],.palette-accent:where([data-color-scheme=light] :not([data-color-scheme=dark])),.palette-accent:not([data-color-scheme=dark]):not([data-color-scheme=dark] *){--post-current-palette-fg: #00411c;--post-current-palette-bg: #aadcff}.palette-accent[data-color-scheme=dark],.palette-accent:where([data-color-scheme=dark] :not([data-color-scheme=dark])){--post-current-palette-fg: #00411c;--post-current-palette-bg: #aadcff}:where(post-list,post-list-item,post-accordion,post-accordion-item,post-alert,post-card-control,post-collapsible,post-icon,post-logo,post-popover,post-popovercontainer,post-rating,post-tab-header,post-tab-panel,post-tabs,post-tag,post-tooltip):not(:defined){visibility:hidden}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-error{color:#fff !important;background-color:RGBA(var(--bs-error-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(251, 250, 249, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(251, 250, 249, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(35, 108, 23, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(35, 108, 23, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(246, 177, 51, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(246, 177, 51, var(--bs-link-underline-opacity, 1)) !important}.link-error{color:RGBA(var(--bs-error-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-error-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-error:hover,.link-error:focus{color:RGBA(132, 18, 32, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(132, 18, 32, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(214, 233, 241, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(214, 233, 241, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 600px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 780px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1024px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1280px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-error{--bs-focus-ring-color: rgba(var(--bs-error-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-error{--bs-border-opacity: 1;border-color:rgba(var(--bs-error-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-tiny{font-size:0.8125rem !important}.fs-small{font-size:0.9375rem !important}.fs-regular{font-size:1rem !important}.fs-bigger-regular{font-size:1.0625rem !important}.fs-medium{font-size:1.25rem !important}.fs-large{font-size:calc(1.275rem + 0.3vw) !important}.fs-small-big{font-size:calc(1.3rem + 0.6vw) !important}.fs-big{font-size:calc(1.325rem + 0.9vw) !important}.fs-bigger-big{font-size:calc(1.375rem + 1.5vw) !important}.fs-small-huge{font-size:calc(1.425rem + 2.1vw) !important}.fs-huge{font-size:calc(1.475rem + 2.7vw) !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.2 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:1.5 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-error{--bs-text-opacity: 1;color:rgba(var(--bs-error-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-error{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-error-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 600px){.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 780px){.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 1024px){.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1280px){.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1200px){.fs-large{font-size:1.5rem !important}.fs-small-big{font-size:1.75rem !important}.fs-big{font-size:2rem !important}.fs-bigger-big{font-size:2.5rem !important}.fs-small-huge{font-size:3rem !important}.fs-huge{font-size:3.5rem !important}}.accordion-item,.bg-yellow .accordion-item,.bg-white .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item,.bg-dark .accordion-item,.bg-black .accordion-item,.bg-primary .accordion-item,.bg-secondary .accordion-item,.bg-success .accordion-item,.bg-warning .accordion-item,.bg-error .accordion-item,.bg-info .accordion-item,.bg-success-background .accordion-item,.bg-warning-background .accordion-item,.bg-error-background .accordion-item,.bg-yellow,.bg-white,.bg-light,.bg-gray,.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-warning,.bg-error,.bg-info,.bg-success-background,.bg-warning-background,.bg-error-background{--post-bg-opacity: 1;background-color:rgba(var(--post-bg-rgb), var(--post-bg-opacity)) !important;color:var(--post-contrast-color) !important}.accordion-item,.bg-yellow .accordion-item,.bg-white .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item,.bg-dark .accordion-item,.bg-black .accordion-item,.bg-primary .accordion-item,.bg-secondary .accordion-item,.bg-success .accordion-item,.bg-warning .accordion-item,.bg-error .accordion-item,.bg-info .accordion-item,.bg-success-background .accordion-item,.bg-warning-background .accordion-item,.bg-error-background .accordion-item,.bg-yellow,.bg-white,.bg-light,.bg-gray,.bg-warning,.bg-info,.bg-success-background,.bg-warning-background,.bg-error-background{--post-contrast-color: #000;--post-focus-color: #1976c8;--post-contrast-color-inverted: #fff;--post-gray-10: hsl(0, 0%, 90%);--post-gray-20: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-60: hsl(0, 0%, 40%);--post-gray-80: hsl(0, 0%, 20%);--post-yellow: #fc0;--post-white: #fff;--post-light: #faf9f8;--post-gray: #f4f3f1;--post-dark: hsl(0, 0%, 20%);--post-black: #000;--post-primary: hsl(0, 0%, 20%);--post-secondary: hsl(0, 0%, 40%);--post-success: #2c871d;--post-warning: #f49e00;--post-error: #a51728;--post-info: #cce4ee;--post-success-background: #c0debb;--post-warning-background: #fce2b2;--post-error-background: #ffdade;--post-contrast-color-rgb: 0, 0, 0;--post-contrast-color-inverted-rgb: 255, 255, 255;--post-gray-10-rgb: 230, 230, 230;--post-gray-20-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-60-rgb: 102, 102, 102;--post-gray-80-rgb: 51, 51, 51;--post-black-alpha-10-rgba: rgba(0, 0, 0, 0.1);--post-black-alpha-20-rgba: rgba(0, 0, 0, 0.2);--post-black-alpha-40-rgba: rgba(0, 0, 0, 0.4);--post-black-alpha-60-rgba: rgba(0, 0, 0, 0.6);--post-black-alpha-80-rgba: rgba(0, 0, 0, 0.8);--post-white-alpha-10-rgba: rgba(255, 255, 255, 0.1);--post-white-alpha-20-rgba: rgba(255, 255, 255, 0.2);--post-white-alpha-40-rgba: rgba(255, 255, 255, 0.4);--post-white-alpha-60-rgba: rgba(255, 255, 255, 0.6);--post-white-alpha-80-rgba: rgba(255, 255, 255, 0.8);--post-yellow-rgb: 255, 204, 0;--post-white-rgb: 255, 255, 255;--post-light-rgb: 250, 249, 248;--post-gray-rgb: 244, 243, 241;--post-dark-rgb: 51, 51, 51;--post-black-rgb: 0, 0, 0;--post-primary-rgb: 51, 51, 51;--post-secondary-rgb: 102, 102, 102;--post-success-rgb: 44, 135, 29;--post-warning-rgb: 244, 158, 0;--post-error-rgb: 165, 23, 40;--post-info-rgb: 204, 228, 238;--post-success-background-rgb: 192, 222, 187;--post-warning-background-rgb: 252, 226, 178;--post-error-background-rgb: 255, 218, 222}.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error{--post-contrast-color: #fff;--post-focus-color: #fff;--post-contrast-color-inverted: #000;--post-dark: #faf9f8;--post-light: hsl(0, 0%, 20%);--post-gray-80: hsl(0, 0%, 90%);--post-gray-60: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-20: hsl(0, 0%, 40%);--post-gray-10: hsl(0, 0%, 20%);--post-contrast-color-rgb: 255, 255, 255;--post-contrast-color-inverted-rgb: 0, 0, 0;--post-dark-rgb: 250, 249, 248;--post-light-rgb: 51, 51, 51;--post-gray-80-rgb: 230, 230, 230;--post-gray-60-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-20-rgb: 102, 102, 102;--post-gray-10-rgb: 51, 51, 51}.bold{font-weight:700}.light{font-weight:300}.regular{font-weight:400}.h-visuallyhidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}@media(min-width: 780px){.h-visuallyhidden-up-md{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}@media(max-width: 599.98px){.h-visuallyhidden-down-rg{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}@media(max-width: 1023.98px){.h-visuallyhidden-down-lg{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}.h-clearfix::after{display:block;clear:both;content:""}span.spacer{display:block;width:1rem;height:1rem}.no-toggle-arrow::after{display:none !important}.bg-yellow{--post-bg-rgb: 255, 204, 0}.bg-white{--post-bg-rgb: 255, 255, 255}.bg-light{--post-bg-rgb: 250, 249, 248}.bg-gray{--post-bg-rgb: 244, 243, 241}.bg-dark{--post-bg-rgb: 51, 51, 51}.bg-black{--post-bg-rgb: 0, 0, 0}.bg-primary{--post-bg-rgb: 51, 51, 51}.bg-secondary{--post-bg-rgb: 102, 102, 102}.bg-success{--post-bg-rgb: 44, 135, 29}.bg-warning{--post-bg-rgb: 244, 158, 0}.bg-error{--post-bg-rgb: 165, 23, 40}.bg-info{--post-bg-rgb: 204, 228, 238}.bg-success-background{--post-bg-rgb: 192, 222, 187}.bg-warning-background{--post-bg-rgb: 252, 226, 178}.bg-error-background{--post-bg-rgb: 255, 218, 222}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:inline-start !important}.float-end{float:inline-end !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.m-0{margin:var(--post-core-dimension-0) !important}.m-1{margin:var(--post-core-dimension-1) !important}.m-2{margin:var(--post-core-dimension-2) !important}.m-3{margin:var(--post-core-dimension-3) !important}.m-4{margin:var(--post-core-dimension-4) !important}.m-5{margin:var(--post-core-dimension-5) !important}.m-6{margin:var(--post-core-dimension-6) !important}.m-8{margin:var(--post-core-dimension-8) !important}.m-10{margin:var(--post-core-dimension-10) !important}.m-11{margin:var(--post-core-dimension-11) !important}.m-12{margin:var(--post-core-dimension-12) !important}.m-14{margin:var(--post-core-dimension-14) !important}.m-15{margin:var(--post-core-dimension-15) !important}.m-16{margin:var(--post-core-dimension-16) !important}.m-18{margin:var(--post-core-dimension-18) !important}.m-19{margin:var(--post-core-dimension-19) !important}.m-20{margin:var(--post-core-dimension-20) !important}.m-22{margin:var(--post-core-dimension-22) !important}.m-24{margin:var(--post-core-dimension-24) !important}.m-26{margin:var(--post-core-dimension-26) !important}.m-28{margin:var(--post-core-dimension-28) !important}.m-30{margin:var(--post-core-dimension-30) !important}.m-32{margin:var(--post-core-dimension-32) !important}.m-34{margin:var(--post-core-dimension-34) !important}.m-36{margin:var(--post-core-dimension-36) !important}.m-40{margin:var(--post-core-dimension-40) !important}.m-48{margin:var(--post-core-dimension-48) !important}.m-56{margin:var(--post-core-dimension-56) !important}.m-64{margin:var(--post-core-dimension-64) !important}.m-78{margin:var(--post-core-dimension-78) !important}.m-80{margin:var(--post-core-dimension-80) !important}.m-96{margin:var(--post-core-dimension-96) !important}.m-100{margin:var(--post-core-dimension-100) !important}.m-112{margin:var(--post-core-dimension-112) !important}.m-auto{margin:auto !important}.mx-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:var(--post-core-dimension-0) !important}.mt-1{margin-top:var(--post-core-dimension-1) !important}.mt-2{margin-top:var(--post-core-dimension-2) !important}.mt-3{margin-top:var(--post-core-dimension-3) !important}.mt-4{margin-top:var(--post-core-dimension-4) !important}.mt-5{margin-top:var(--post-core-dimension-5) !important}.mt-6{margin-top:var(--post-core-dimension-6) !important}.mt-8{margin-top:var(--post-core-dimension-8) !important}.mt-10{margin-top:var(--post-core-dimension-10) !important}.mt-11{margin-top:var(--post-core-dimension-11) !important}.mt-12{margin-top:var(--post-core-dimension-12) !important}.mt-14{margin-top:var(--post-core-dimension-14) !important}.mt-15{margin-top:var(--post-core-dimension-15) !important}.mt-16{margin-top:var(--post-core-dimension-16) !important}.mt-18{margin-top:var(--post-core-dimension-18) !important}.mt-19{margin-top:var(--post-core-dimension-19) !important}.mt-20{margin-top:var(--post-core-dimension-20) !important}.mt-22{margin-top:var(--post-core-dimension-22) !important}.mt-24{margin-top:var(--post-core-dimension-24) !important}.mt-26{margin-top:var(--post-core-dimension-26) !important}.mt-28{margin-top:var(--post-core-dimension-28) !important}.mt-30{margin-top:var(--post-core-dimension-30) !important}.mt-32{margin-top:var(--post-core-dimension-32) !important}.mt-34{margin-top:var(--post-core-dimension-34) !important}.mt-36{margin-top:var(--post-core-dimension-36) !important}.mt-40{margin-top:var(--post-core-dimension-40) !important}.mt-48{margin-top:var(--post-core-dimension-48) !important}.mt-56{margin-top:var(--post-core-dimension-56) !important}.mt-64{margin-top:var(--post-core-dimension-64) !important}.mt-78{margin-top:var(--post-core-dimension-78) !important}.mt-80{margin-top:var(--post-core-dimension-80) !important}.mt-96{margin-top:var(--post-core-dimension-96) !important}.mt-100{margin-top:var(--post-core-dimension-100) !important}.mt-112{margin-top:var(--post-core-dimension-112) !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:var(--post-core-dimension-0) !important}.me-1{margin-right:var(--post-core-dimension-1) !important}.me-2{margin-right:var(--post-core-dimension-2) !important}.me-3{margin-right:var(--post-core-dimension-3) !important}.me-4{margin-right:var(--post-core-dimension-4) !important}.me-5{margin-right:var(--post-core-dimension-5) !important}.me-6{margin-right:var(--post-core-dimension-6) !important}.me-8{margin-right:var(--post-core-dimension-8) !important}.me-10{margin-right:var(--post-core-dimension-10) !important}.me-11{margin-right:var(--post-core-dimension-11) !important}.me-12{margin-right:var(--post-core-dimension-12) !important}.me-14{margin-right:var(--post-core-dimension-14) !important}.me-15{margin-right:var(--post-core-dimension-15) !important}.me-16{margin-right:var(--post-core-dimension-16) !important}.me-18{margin-right:var(--post-core-dimension-18) !important}.me-19{margin-right:var(--post-core-dimension-19) !important}.me-20{margin-right:var(--post-core-dimension-20) !important}.me-22{margin-right:var(--post-core-dimension-22) !important}.me-24{margin-right:var(--post-core-dimension-24) !important}.me-26{margin-right:var(--post-core-dimension-26) !important}.me-28{margin-right:var(--post-core-dimension-28) !important}.me-30{margin-right:var(--post-core-dimension-30) !important}.me-32{margin-right:var(--post-core-dimension-32) !important}.me-34{margin-right:var(--post-core-dimension-34) !important}.me-36{margin-right:var(--post-core-dimension-36) !important}.me-40{margin-right:var(--post-core-dimension-40) !important}.me-48{margin-right:var(--post-core-dimension-48) !important}.me-56{margin-right:var(--post-core-dimension-56) !important}.me-64{margin-right:var(--post-core-dimension-64) !important}.me-78{margin-right:var(--post-core-dimension-78) !important}.me-80{margin-right:var(--post-core-dimension-80) !important}.me-96{margin-right:var(--post-core-dimension-96) !important}.me-100{margin-right:var(--post-core-dimension-100) !important}.me-112{margin-right:var(--post-core-dimension-112) !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:var(--post-core-dimension-0) !important}.ms-1{margin-left:var(--post-core-dimension-1) !important}.ms-2{margin-left:var(--post-core-dimension-2) !important}.ms-3{margin-left:var(--post-core-dimension-3) !important}.ms-4{margin-left:var(--post-core-dimension-4) !important}.ms-5{margin-left:var(--post-core-dimension-5) !important}.ms-6{margin-left:var(--post-core-dimension-6) !important}.ms-8{margin-left:var(--post-core-dimension-8) !important}.ms-10{margin-left:var(--post-core-dimension-10) !important}.ms-11{margin-left:var(--post-core-dimension-11) !important}.ms-12{margin-left:var(--post-core-dimension-12) !important}.ms-14{margin-left:var(--post-core-dimension-14) !important}.ms-15{margin-left:var(--post-core-dimension-15) !important}.ms-16{margin-left:var(--post-core-dimension-16) !important}.ms-18{margin-left:var(--post-core-dimension-18) !important}.ms-19{margin-left:var(--post-core-dimension-19) !important}.ms-20{margin-left:var(--post-core-dimension-20) !important}.ms-22{margin-left:var(--post-core-dimension-22) !important}.ms-24{margin-left:var(--post-core-dimension-24) !important}.ms-26{margin-left:var(--post-core-dimension-26) !important}.ms-28{margin-left:var(--post-core-dimension-28) !important}.ms-30{margin-left:var(--post-core-dimension-30) !important}.ms-32{margin-left:var(--post-core-dimension-32) !important}.ms-34{margin-left:var(--post-core-dimension-34) !important}.ms-36{margin-left:var(--post-core-dimension-36) !important}.ms-40{margin-left:var(--post-core-dimension-40) !important}.ms-48{margin-left:var(--post-core-dimension-48) !important}.ms-56{margin-left:var(--post-core-dimension-56) !important}.ms-64{margin-left:var(--post-core-dimension-64) !important}.ms-78{margin-left:var(--post-core-dimension-78) !important}.ms-80{margin-left:var(--post-core-dimension-80) !important}.ms-96{margin-left:var(--post-core-dimension-96) !important}.ms-100{margin-left:var(--post-core-dimension-100) !important}.ms-112{margin-left:var(--post-core-dimension-112) !important}.ms-auto{margin-left:auto !important}.p-0{padding:var(--post-core-dimension-0) !important}.p-1{padding:var(--post-core-dimension-1) !important}.p-2{padding:var(--post-core-dimension-2) !important}.p-3{padding:var(--post-core-dimension-3) !important}.p-4{padding:var(--post-core-dimension-4) !important}.p-5{padding:var(--post-core-dimension-5) !important}.p-6{padding:var(--post-core-dimension-6) !important}.p-8{padding:var(--post-core-dimension-8) !important}.p-10{padding:var(--post-core-dimension-10) !important}.p-11{padding:var(--post-core-dimension-11) !important}.p-12{padding:var(--post-core-dimension-12) !important}.p-14{padding:var(--post-core-dimension-14) !important}.p-15{padding:var(--post-core-dimension-15) !important}.p-16{padding:var(--post-core-dimension-16) !important}.p-18{padding:var(--post-core-dimension-18) !important}.p-19{padding:var(--post-core-dimension-19) !important}.p-20{padding:var(--post-core-dimension-20) !important}.p-22{padding:var(--post-core-dimension-22) !important}.p-24{padding:var(--post-core-dimension-24) !important}.p-26{padding:var(--post-core-dimension-26) !important}.p-28{padding:var(--post-core-dimension-28) !important}.p-30{padding:var(--post-core-dimension-30) !important}.p-32{padding:var(--post-core-dimension-32) !important}.p-34{padding:var(--post-core-dimension-34) !important}.p-36{padding:var(--post-core-dimension-36) !important}.p-40{padding:var(--post-core-dimension-40) !important}.p-48{padding:var(--post-core-dimension-48) !important}.p-56{padding:var(--post-core-dimension-56) !important}.p-64{padding:var(--post-core-dimension-64) !important}.p-78{padding:var(--post-core-dimension-78) !important}.p-80{padding:var(--post-core-dimension-80) !important}.p-96{padding:var(--post-core-dimension-96) !important}.p-100{padding:var(--post-core-dimension-100) !important}.p-112{padding:var(--post-core-dimension-112) !important}.px-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-0{padding-top:var(--post-core-dimension-0) !important}.pt-1{padding-top:var(--post-core-dimension-1) !important}.pt-2{padding-top:var(--post-core-dimension-2) !important}.pt-3{padding-top:var(--post-core-dimension-3) !important}.pt-4{padding-top:var(--post-core-dimension-4) !important}.pt-5{padding-top:var(--post-core-dimension-5) !important}.pt-6{padding-top:var(--post-core-dimension-6) !important}.pt-8{padding-top:var(--post-core-dimension-8) !important}.pt-10{padding-top:var(--post-core-dimension-10) !important}.pt-11{padding-top:var(--post-core-dimension-11) !important}.pt-12{padding-top:var(--post-core-dimension-12) !important}.pt-14{padding-top:var(--post-core-dimension-14) !important}.pt-15{padding-top:var(--post-core-dimension-15) !important}.pt-16{padding-top:var(--post-core-dimension-16) !important}.pt-18{padding-top:var(--post-core-dimension-18) !important}.pt-19{padding-top:var(--post-core-dimension-19) !important}.pt-20{padding-top:var(--post-core-dimension-20) !important}.pt-22{padding-top:var(--post-core-dimension-22) !important}.pt-24{padding-top:var(--post-core-dimension-24) !important}.pt-26{padding-top:var(--post-core-dimension-26) !important}.pt-28{padding-top:var(--post-core-dimension-28) !important}.pt-30{padding-top:var(--post-core-dimension-30) !important}.pt-32{padding-top:var(--post-core-dimension-32) !important}.pt-34{padding-top:var(--post-core-dimension-34) !important}.pt-36{padding-top:var(--post-core-dimension-36) !important}.pt-40{padding-top:var(--post-core-dimension-40) !important}.pt-48{padding-top:var(--post-core-dimension-48) !important}.pt-56{padding-top:var(--post-core-dimension-56) !important}.pt-64{padding-top:var(--post-core-dimension-64) !important}.pt-78{padding-top:var(--post-core-dimension-78) !important}.pt-80{padding-top:var(--post-core-dimension-80) !important}.pt-96{padding-top:var(--post-core-dimension-96) !important}.pt-100{padding-top:var(--post-core-dimension-100) !important}.pt-112{padding-top:var(--post-core-dimension-112) !important}.pe-0{padding-right:var(--post-core-dimension-0) !important}.pe-1{padding-right:var(--post-core-dimension-1) !important}.pe-2{padding-right:var(--post-core-dimension-2) !important}.pe-3{padding-right:var(--post-core-dimension-3) !important}.pe-4{padding-right:var(--post-core-dimension-4) !important}.pe-5{padding-right:var(--post-core-dimension-5) !important}.pe-6{padding-right:var(--post-core-dimension-6) !important}.pe-8{padding-right:var(--post-core-dimension-8) !important}.pe-10{padding-right:var(--post-core-dimension-10) !important}.pe-11{padding-right:var(--post-core-dimension-11) !important}.pe-12{padding-right:var(--post-core-dimension-12) !important}.pe-14{padding-right:var(--post-core-dimension-14) !important}.pe-15{padding-right:var(--post-core-dimension-15) !important}.pe-16{padding-right:var(--post-core-dimension-16) !important}.pe-18{padding-right:var(--post-core-dimension-18) !important}.pe-19{padding-right:var(--post-core-dimension-19) !important}.pe-20{padding-right:var(--post-core-dimension-20) !important}.pe-22{padding-right:var(--post-core-dimension-22) !important}.pe-24{padding-right:var(--post-core-dimension-24) !important}.pe-26{padding-right:var(--post-core-dimension-26) !important}.pe-28{padding-right:var(--post-core-dimension-28) !important}.pe-30{padding-right:var(--post-core-dimension-30) !important}.pe-32{padding-right:var(--post-core-dimension-32) !important}.pe-34{padding-right:var(--post-core-dimension-34) !important}.pe-36{padding-right:var(--post-core-dimension-36) !important}.pe-40{padding-right:var(--post-core-dimension-40) !important}.pe-48{padding-right:var(--post-core-dimension-48) !important}.pe-56{padding-right:var(--post-core-dimension-56) !important}.pe-64{padding-right:var(--post-core-dimension-64) !important}.pe-78{padding-right:var(--post-core-dimension-78) !important}.pe-80{padding-right:var(--post-core-dimension-80) !important}.pe-96{padding-right:var(--post-core-dimension-96) !important}.pe-100{padding-right:var(--post-core-dimension-100) !important}.pe-112{padding-right:var(--post-core-dimension-112) !important}.pb-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-0{padding-left:var(--post-core-dimension-0) !important}.ps-1{padding-left:var(--post-core-dimension-1) !important}.ps-2{padding-left:var(--post-core-dimension-2) !important}.ps-3{padding-left:var(--post-core-dimension-3) !important}.ps-4{padding-left:var(--post-core-dimension-4) !important}.ps-5{padding-left:var(--post-core-dimension-5) !important}.ps-6{padding-left:var(--post-core-dimension-6) !important}.ps-8{padding-left:var(--post-core-dimension-8) !important}.ps-10{padding-left:var(--post-core-dimension-10) !important}.ps-11{padding-left:var(--post-core-dimension-11) !important}.ps-12{padding-left:var(--post-core-dimension-12) !important}.ps-14{padding-left:var(--post-core-dimension-14) !important}.ps-15{padding-left:var(--post-core-dimension-15) !important}.ps-16{padding-left:var(--post-core-dimension-16) !important}.ps-18{padding-left:var(--post-core-dimension-18) !important}.ps-19{padding-left:var(--post-core-dimension-19) !important}.ps-20{padding-left:var(--post-core-dimension-20) !important}.ps-22{padding-left:var(--post-core-dimension-22) !important}.ps-24{padding-left:var(--post-core-dimension-24) !important}.ps-26{padding-left:var(--post-core-dimension-26) !important}.ps-28{padding-left:var(--post-core-dimension-28) !important}.ps-30{padding-left:var(--post-core-dimension-30) !important}.ps-32{padding-left:var(--post-core-dimension-32) !important}.ps-34{padding-left:var(--post-core-dimension-34) !important}.ps-36{padding-left:var(--post-core-dimension-36) !important}.ps-40{padding-left:var(--post-core-dimension-40) !important}.ps-48{padding-left:var(--post-core-dimension-48) !important}.ps-56{padding-left:var(--post-core-dimension-56) !important}.ps-64{padding-left:var(--post-core-dimension-64) !important}.ps-78{padding-left:var(--post-core-dimension-78) !important}.ps-80{padding-left:var(--post-core-dimension-80) !important}.ps-96{padding-left:var(--post-core-dimension-96) !important}.ps-100{padding-left:var(--post-core-dimension-100) !important}.ps-112{padding-left:var(--post-core-dimension-112) !important}.gap-0{gap:var(--post-core-dimension-0) !important}.gap-1{gap:var(--post-core-dimension-1) !important}.gap-2{gap:var(--post-core-dimension-2) !important}.gap-3{gap:var(--post-core-dimension-3) !important}.gap-4{gap:var(--post-core-dimension-4) !important}.gap-5{gap:var(--post-core-dimension-5) !important}.gap-6{gap:var(--post-core-dimension-6) !important}.gap-8{gap:var(--post-core-dimension-8) !important}.gap-10{gap:var(--post-core-dimension-10) !important}.gap-11{gap:var(--post-core-dimension-11) !important}.gap-12{gap:var(--post-core-dimension-12) !important}.gap-14{gap:var(--post-core-dimension-14) !important}.gap-15{gap:var(--post-core-dimension-15) !important}.gap-16{gap:var(--post-core-dimension-16) !important}.gap-18{gap:var(--post-core-dimension-18) !important}.gap-19{gap:var(--post-core-dimension-19) !important}.gap-20{gap:var(--post-core-dimension-20) !important}.gap-22{gap:var(--post-core-dimension-22) !important}.gap-24{gap:var(--post-core-dimension-24) !important}.gap-26{gap:var(--post-core-dimension-26) !important}.gap-28{gap:var(--post-core-dimension-28) !important}.gap-30{gap:var(--post-core-dimension-30) !important}.gap-32{gap:var(--post-core-dimension-32) !important}.gap-34{gap:var(--post-core-dimension-34) !important}.gap-36{gap:var(--post-core-dimension-36) !important}.gap-40{gap:var(--post-core-dimension-40) !important}.gap-48{gap:var(--post-core-dimension-48) !important}.gap-56{gap:var(--post-core-dimension-56) !important}.gap-64{gap:var(--post-core-dimension-64) !important}.gap-78{gap:var(--post-core-dimension-78) !important}.gap-80{gap:var(--post-core-dimension-80) !important}.gap-96{gap:var(--post-core-dimension-96) !important}.gap-100{gap:var(--post-core-dimension-100) !important}.gap-112{gap:var(--post-core-dimension-112) !important}.row-gap-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-112{column-gap:var(--post-core-dimension-112) !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}@media screen and (min-width: 600px){.float-sm-start{float:inline-start !important}.float-sm-end{float:inline-end !important}.float-sm-none{float:none !important}.m-sm-0{margin:var(--post-core-dimension-0) !important}.m-sm-1{margin:var(--post-core-dimension-1) !important}.m-sm-2{margin:var(--post-core-dimension-2) !important}.m-sm-3{margin:var(--post-core-dimension-3) !important}.m-sm-4{margin:var(--post-core-dimension-4) !important}.m-sm-5{margin:var(--post-core-dimension-5) !important}.m-sm-6{margin:var(--post-core-dimension-6) !important}.m-sm-8{margin:var(--post-core-dimension-8) !important}.m-sm-10{margin:var(--post-core-dimension-10) !important}.m-sm-11{margin:var(--post-core-dimension-11) !important}.m-sm-12{margin:var(--post-core-dimension-12) !important}.m-sm-14{margin:var(--post-core-dimension-14) !important}.m-sm-15{margin:var(--post-core-dimension-15) !important}.m-sm-16{margin:var(--post-core-dimension-16) !important}.m-sm-18{margin:var(--post-core-dimension-18) !important}.m-sm-19{margin:var(--post-core-dimension-19) !important}.m-sm-20{margin:var(--post-core-dimension-20) !important}.m-sm-22{margin:var(--post-core-dimension-22) !important}.m-sm-24{margin:var(--post-core-dimension-24) !important}.m-sm-26{margin:var(--post-core-dimension-26) !important}.m-sm-28{margin:var(--post-core-dimension-28) !important}.m-sm-30{margin:var(--post-core-dimension-30) !important}.m-sm-32{margin:var(--post-core-dimension-32) !important}.m-sm-34{margin:var(--post-core-dimension-34) !important}.m-sm-36{margin:var(--post-core-dimension-36) !important}.m-sm-40{margin:var(--post-core-dimension-40) !important}.m-sm-48{margin:var(--post-core-dimension-48) !important}.m-sm-56{margin:var(--post-core-dimension-56) !important}.m-sm-64{margin:var(--post-core-dimension-64) !important}.m-sm-78{margin:var(--post-core-dimension-78) !important}.m-sm-80{margin:var(--post-core-dimension-80) !important}.m-sm-96{margin:var(--post-core-dimension-96) !important}.m-sm-100{margin:var(--post-core-dimension-100) !important}.m-sm-112{margin:var(--post-core-dimension-112) !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-sm-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-sm-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-sm-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-sm-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-sm-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-sm-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-sm-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-sm-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-sm-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-sm-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-sm-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-sm-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-sm-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-sm-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-sm-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-sm-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-sm-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-sm-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-sm-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-sm-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-sm-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-sm-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-sm-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-sm-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-sm-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-sm-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-sm-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-sm-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-sm-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-sm-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-sm-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-sm-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-sm-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-sm-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-sm-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-sm-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-sm-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-sm-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-sm-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-sm-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-sm-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-sm-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-sm-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-sm-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-sm-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-sm-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-sm-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-sm-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-sm-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-sm-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-sm-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-sm-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-sm-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-sm-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-sm-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-sm-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-sm-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-sm-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-sm-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-sm-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-sm-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-sm-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-sm-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-sm-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-sm-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-sm-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:var(--post-core-dimension-0) !important}.mt-sm-1{margin-top:var(--post-core-dimension-1) !important}.mt-sm-2{margin-top:var(--post-core-dimension-2) !important}.mt-sm-3{margin-top:var(--post-core-dimension-3) !important}.mt-sm-4{margin-top:var(--post-core-dimension-4) !important}.mt-sm-5{margin-top:var(--post-core-dimension-5) !important}.mt-sm-6{margin-top:var(--post-core-dimension-6) !important}.mt-sm-8{margin-top:var(--post-core-dimension-8) !important}.mt-sm-10{margin-top:var(--post-core-dimension-10) !important}.mt-sm-11{margin-top:var(--post-core-dimension-11) !important}.mt-sm-12{margin-top:var(--post-core-dimension-12) !important}.mt-sm-14{margin-top:var(--post-core-dimension-14) !important}.mt-sm-15{margin-top:var(--post-core-dimension-15) !important}.mt-sm-16{margin-top:var(--post-core-dimension-16) !important}.mt-sm-18{margin-top:var(--post-core-dimension-18) !important}.mt-sm-19{margin-top:var(--post-core-dimension-19) !important}.mt-sm-20{margin-top:var(--post-core-dimension-20) !important}.mt-sm-22{margin-top:var(--post-core-dimension-22) !important}.mt-sm-24{margin-top:var(--post-core-dimension-24) !important}.mt-sm-26{margin-top:var(--post-core-dimension-26) !important}.mt-sm-28{margin-top:var(--post-core-dimension-28) !important}.mt-sm-30{margin-top:var(--post-core-dimension-30) !important}.mt-sm-32{margin-top:var(--post-core-dimension-32) !important}.mt-sm-34{margin-top:var(--post-core-dimension-34) !important}.mt-sm-36{margin-top:var(--post-core-dimension-36) !important}.mt-sm-40{margin-top:var(--post-core-dimension-40) !important}.mt-sm-48{margin-top:var(--post-core-dimension-48) !important}.mt-sm-56{margin-top:var(--post-core-dimension-56) !important}.mt-sm-64{margin-top:var(--post-core-dimension-64) !important}.mt-sm-78{margin-top:var(--post-core-dimension-78) !important}.mt-sm-80{margin-top:var(--post-core-dimension-80) !important}.mt-sm-96{margin-top:var(--post-core-dimension-96) !important}.mt-sm-100{margin-top:var(--post-core-dimension-100) !important}.mt-sm-112{margin-top:var(--post-core-dimension-112) !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:var(--post-core-dimension-0) !important}.me-sm-1{margin-right:var(--post-core-dimension-1) !important}.me-sm-2{margin-right:var(--post-core-dimension-2) !important}.me-sm-3{margin-right:var(--post-core-dimension-3) !important}.me-sm-4{margin-right:var(--post-core-dimension-4) !important}.me-sm-5{margin-right:var(--post-core-dimension-5) !important}.me-sm-6{margin-right:var(--post-core-dimension-6) !important}.me-sm-8{margin-right:var(--post-core-dimension-8) !important}.me-sm-10{margin-right:var(--post-core-dimension-10) !important}.me-sm-11{margin-right:var(--post-core-dimension-11) !important}.me-sm-12{margin-right:var(--post-core-dimension-12) !important}.me-sm-14{margin-right:var(--post-core-dimension-14) !important}.me-sm-15{margin-right:var(--post-core-dimension-15) !important}.me-sm-16{margin-right:var(--post-core-dimension-16) !important}.me-sm-18{margin-right:var(--post-core-dimension-18) !important}.me-sm-19{margin-right:var(--post-core-dimension-19) !important}.me-sm-20{margin-right:var(--post-core-dimension-20) !important}.me-sm-22{margin-right:var(--post-core-dimension-22) !important}.me-sm-24{margin-right:var(--post-core-dimension-24) !important}.me-sm-26{margin-right:var(--post-core-dimension-26) !important}.me-sm-28{margin-right:var(--post-core-dimension-28) !important}.me-sm-30{margin-right:var(--post-core-dimension-30) !important}.me-sm-32{margin-right:var(--post-core-dimension-32) !important}.me-sm-34{margin-right:var(--post-core-dimension-34) !important}.me-sm-36{margin-right:var(--post-core-dimension-36) !important}.me-sm-40{margin-right:var(--post-core-dimension-40) !important}.me-sm-48{margin-right:var(--post-core-dimension-48) !important}.me-sm-56{margin-right:var(--post-core-dimension-56) !important}.me-sm-64{margin-right:var(--post-core-dimension-64) !important}.me-sm-78{margin-right:var(--post-core-dimension-78) !important}.me-sm-80{margin-right:var(--post-core-dimension-80) !important}.me-sm-96{margin-right:var(--post-core-dimension-96) !important}.me-sm-100{margin-right:var(--post-core-dimension-100) !important}.me-sm-112{margin-right:var(--post-core-dimension-112) !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-sm-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-sm-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-sm-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-sm-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-sm-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-sm-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-sm-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-sm-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-sm-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-sm-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-sm-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-sm-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-sm-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-sm-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-sm-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-sm-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-sm-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-sm-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-sm-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-sm-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-sm-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-sm-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-sm-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-sm-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-sm-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-sm-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-sm-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-sm-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-sm-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-sm-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-sm-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-sm-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-sm-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:var(--post-core-dimension-0) !important}.ms-sm-1{margin-left:var(--post-core-dimension-1) !important}.ms-sm-2{margin-left:var(--post-core-dimension-2) !important}.ms-sm-3{margin-left:var(--post-core-dimension-3) !important}.ms-sm-4{margin-left:var(--post-core-dimension-4) !important}.ms-sm-5{margin-left:var(--post-core-dimension-5) !important}.ms-sm-6{margin-left:var(--post-core-dimension-6) !important}.ms-sm-8{margin-left:var(--post-core-dimension-8) !important}.ms-sm-10{margin-left:var(--post-core-dimension-10) !important}.ms-sm-11{margin-left:var(--post-core-dimension-11) !important}.ms-sm-12{margin-left:var(--post-core-dimension-12) !important}.ms-sm-14{margin-left:var(--post-core-dimension-14) !important}.ms-sm-15{margin-left:var(--post-core-dimension-15) !important}.ms-sm-16{margin-left:var(--post-core-dimension-16) !important}.ms-sm-18{margin-left:var(--post-core-dimension-18) !important}.ms-sm-19{margin-left:var(--post-core-dimension-19) !important}.ms-sm-20{margin-left:var(--post-core-dimension-20) !important}.ms-sm-22{margin-left:var(--post-core-dimension-22) !important}.ms-sm-24{margin-left:var(--post-core-dimension-24) !important}.ms-sm-26{margin-left:var(--post-core-dimension-26) !important}.ms-sm-28{margin-left:var(--post-core-dimension-28) !important}.ms-sm-30{margin-left:var(--post-core-dimension-30) !important}.ms-sm-32{margin-left:var(--post-core-dimension-32) !important}.ms-sm-34{margin-left:var(--post-core-dimension-34) !important}.ms-sm-36{margin-left:var(--post-core-dimension-36) !important}.ms-sm-40{margin-left:var(--post-core-dimension-40) !important}.ms-sm-48{margin-left:var(--post-core-dimension-48) !important}.ms-sm-56{margin-left:var(--post-core-dimension-56) !important}.ms-sm-64{margin-left:var(--post-core-dimension-64) !important}.ms-sm-78{margin-left:var(--post-core-dimension-78) !important}.ms-sm-80{margin-left:var(--post-core-dimension-80) !important}.ms-sm-96{margin-left:var(--post-core-dimension-96) !important}.ms-sm-100{margin-left:var(--post-core-dimension-100) !important}.ms-sm-112{margin-left:var(--post-core-dimension-112) !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:var(--post-core-dimension-0) !important}.p-sm-1{padding:var(--post-core-dimension-1) !important}.p-sm-2{padding:var(--post-core-dimension-2) !important}.p-sm-3{padding:var(--post-core-dimension-3) !important}.p-sm-4{padding:var(--post-core-dimension-4) !important}.p-sm-5{padding:var(--post-core-dimension-5) !important}.p-sm-6{padding:var(--post-core-dimension-6) !important}.p-sm-8{padding:var(--post-core-dimension-8) !important}.p-sm-10{padding:var(--post-core-dimension-10) !important}.p-sm-11{padding:var(--post-core-dimension-11) !important}.p-sm-12{padding:var(--post-core-dimension-12) !important}.p-sm-14{padding:var(--post-core-dimension-14) !important}.p-sm-15{padding:var(--post-core-dimension-15) !important}.p-sm-16{padding:var(--post-core-dimension-16) !important}.p-sm-18{padding:var(--post-core-dimension-18) !important}.p-sm-19{padding:var(--post-core-dimension-19) !important}.p-sm-20{padding:var(--post-core-dimension-20) !important}.p-sm-22{padding:var(--post-core-dimension-22) !important}.p-sm-24{padding:var(--post-core-dimension-24) !important}.p-sm-26{padding:var(--post-core-dimension-26) !important}.p-sm-28{padding:var(--post-core-dimension-28) !important}.p-sm-30{padding:var(--post-core-dimension-30) !important}.p-sm-32{padding:var(--post-core-dimension-32) !important}.p-sm-34{padding:var(--post-core-dimension-34) !important}.p-sm-36{padding:var(--post-core-dimension-36) !important}.p-sm-40{padding:var(--post-core-dimension-40) !important}.p-sm-48{padding:var(--post-core-dimension-48) !important}.p-sm-56{padding:var(--post-core-dimension-56) !important}.p-sm-64{padding:var(--post-core-dimension-64) !important}.p-sm-78{padding:var(--post-core-dimension-78) !important}.p-sm-80{padding:var(--post-core-dimension-80) !important}.p-sm-96{padding:var(--post-core-dimension-96) !important}.p-sm-100{padding:var(--post-core-dimension-100) !important}.p-sm-112{padding:var(--post-core-dimension-112) !important}.px-sm-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-sm-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-sm-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-sm-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-sm-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-sm-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-sm-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-sm-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-sm-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-sm-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-sm-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-sm-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-sm-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-sm-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-sm-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-sm-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-sm-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-sm-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-sm-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-sm-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-sm-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-sm-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-sm-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-sm-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-sm-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-sm-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-sm-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-sm-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-sm-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-sm-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-sm-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-sm-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-sm-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-sm-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-sm-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-sm-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-sm-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-sm-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-sm-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-sm-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-sm-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-sm-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-sm-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-sm-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-sm-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-sm-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-sm-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-sm-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-sm-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-sm-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-sm-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-sm-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-sm-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-sm-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-sm-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-sm-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-sm-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-sm-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-sm-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-sm-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-sm-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-sm-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-sm-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-sm-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-sm-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-sm-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-sm-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-sm-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-sm-0{padding-top:var(--post-core-dimension-0) !important}.pt-sm-1{padding-top:var(--post-core-dimension-1) !important}.pt-sm-2{padding-top:var(--post-core-dimension-2) !important}.pt-sm-3{padding-top:var(--post-core-dimension-3) !important}.pt-sm-4{padding-top:var(--post-core-dimension-4) !important}.pt-sm-5{padding-top:var(--post-core-dimension-5) !important}.pt-sm-6{padding-top:var(--post-core-dimension-6) !important}.pt-sm-8{padding-top:var(--post-core-dimension-8) !important}.pt-sm-10{padding-top:var(--post-core-dimension-10) !important}.pt-sm-11{padding-top:var(--post-core-dimension-11) !important}.pt-sm-12{padding-top:var(--post-core-dimension-12) !important}.pt-sm-14{padding-top:var(--post-core-dimension-14) !important}.pt-sm-15{padding-top:var(--post-core-dimension-15) !important}.pt-sm-16{padding-top:var(--post-core-dimension-16) !important}.pt-sm-18{padding-top:var(--post-core-dimension-18) !important}.pt-sm-19{padding-top:var(--post-core-dimension-19) !important}.pt-sm-20{padding-top:var(--post-core-dimension-20) !important}.pt-sm-22{padding-top:var(--post-core-dimension-22) !important}.pt-sm-24{padding-top:var(--post-core-dimension-24) !important}.pt-sm-26{padding-top:var(--post-core-dimension-26) !important}.pt-sm-28{padding-top:var(--post-core-dimension-28) !important}.pt-sm-30{padding-top:var(--post-core-dimension-30) !important}.pt-sm-32{padding-top:var(--post-core-dimension-32) !important}.pt-sm-34{padding-top:var(--post-core-dimension-34) !important}.pt-sm-36{padding-top:var(--post-core-dimension-36) !important}.pt-sm-40{padding-top:var(--post-core-dimension-40) !important}.pt-sm-48{padding-top:var(--post-core-dimension-48) !important}.pt-sm-56{padding-top:var(--post-core-dimension-56) !important}.pt-sm-64{padding-top:var(--post-core-dimension-64) !important}.pt-sm-78{padding-top:var(--post-core-dimension-78) !important}.pt-sm-80{padding-top:var(--post-core-dimension-80) !important}.pt-sm-96{padding-top:var(--post-core-dimension-96) !important}.pt-sm-100{padding-top:var(--post-core-dimension-100) !important}.pt-sm-112{padding-top:var(--post-core-dimension-112) !important}.pe-sm-0{padding-right:var(--post-core-dimension-0) !important}.pe-sm-1{padding-right:var(--post-core-dimension-1) !important}.pe-sm-2{padding-right:var(--post-core-dimension-2) !important}.pe-sm-3{padding-right:var(--post-core-dimension-3) !important}.pe-sm-4{padding-right:var(--post-core-dimension-4) !important}.pe-sm-5{padding-right:var(--post-core-dimension-5) !important}.pe-sm-6{padding-right:var(--post-core-dimension-6) !important}.pe-sm-8{padding-right:var(--post-core-dimension-8) !important}.pe-sm-10{padding-right:var(--post-core-dimension-10) !important}.pe-sm-11{padding-right:var(--post-core-dimension-11) !important}.pe-sm-12{padding-right:var(--post-core-dimension-12) !important}.pe-sm-14{padding-right:var(--post-core-dimension-14) !important}.pe-sm-15{padding-right:var(--post-core-dimension-15) !important}.pe-sm-16{padding-right:var(--post-core-dimension-16) !important}.pe-sm-18{padding-right:var(--post-core-dimension-18) !important}.pe-sm-19{padding-right:var(--post-core-dimension-19) !important}.pe-sm-20{padding-right:var(--post-core-dimension-20) !important}.pe-sm-22{padding-right:var(--post-core-dimension-22) !important}.pe-sm-24{padding-right:var(--post-core-dimension-24) !important}.pe-sm-26{padding-right:var(--post-core-dimension-26) !important}.pe-sm-28{padding-right:var(--post-core-dimension-28) !important}.pe-sm-30{padding-right:var(--post-core-dimension-30) !important}.pe-sm-32{padding-right:var(--post-core-dimension-32) !important}.pe-sm-34{padding-right:var(--post-core-dimension-34) !important}.pe-sm-36{padding-right:var(--post-core-dimension-36) !important}.pe-sm-40{padding-right:var(--post-core-dimension-40) !important}.pe-sm-48{padding-right:var(--post-core-dimension-48) !important}.pe-sm-56{padding-right:var(--post-core-dimension-56) !important}.pe-sm-64{padding-right:var(--post-core-dimension-64) !important}.pe-sm-78{padding-right:var(--post-core-dimension-78) !important}.pe-sm-80{padding-right:var(--post-core-dimension-80) !important}.pe-sm-96{padding-right:var(--post-core-dimension-96) !important}.pe-sm-100{padding-right:var(--post-core-dimension-100) !important}.pe-sm-112{padding-right:var(--post-core-dimension-112) !important}.pb-sm-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-sm-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-sm-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-sm-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-sm-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-sm-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-sm-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-sm-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-sm-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-sm-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-sm-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-sm-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-sm-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-sm-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-sm-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-sm-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-sm-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-sm-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-sm-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-sm-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-sm-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-sm-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-sm-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-sm-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-sm-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-sm-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-sm-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-sm-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-sm-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-sm-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-sm-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-sm-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-sm-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-sm-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-sm-0{padding-left:var(--post-core-dimension-0) !important}.ps-sm-1{padding-left:var(--post-core-dimension-1) !important}.ps-sm-2{padding-left:var(--post-core-dimension-2) !important}.ps-sm-3{padding-left:var(--post-core-dimension-3) !important}.ps-sm-4{padding-left:var(--post-core-dimension-4) !important}.ps-sm-5{padding-left:var(--post-core-dimension-5) !important}.ps-sm-6{padding-left:var(--post-core-dimension-6) !important}.ps-sm-8{padding-left:var(--post-core-dimension-8) !important}.ps-sm-10{padding-left:var(--post-core-dimension-10) !important}.ps-sm-11{padding-left:var(--post-core-dimension-11) !important}.ps-sm-12{padding-left:var(--post-core-dimension-12) !important}.ps-sm-14{padding-left:var(--post-core-dimension-14) !important}.ps-sm-15{padding-left:var(--post-core-dimension-15) !important}.ps-sm-16{padding-left:var(--post-core-dimension-16) !important}.ps-sm-18{padding-left:var(--post-core-dimension-18) !important}.ps-sm-19{padding-left:var(--post-core-dimension-19) !important}.ps-sm-20{padding-left:var(--post-core-dimension-20) !important}.ps-sm-22{padding-left:var(--post-core-dimension-22) !important}.ps-sm-24{padding-left:var(--post-core-dimension-24) !important}.ps-sm-26{padding-left:var(--post-core-dimension-26) !important}.ps-sm-28{padding-left:var(--post-core-dimension-28) !important}.ps-sm-30{padding-left:var(--post-core-dimension-30) !important}.ps-sm-32{padding-left:var(--post-core-dimension-32) !important}.ps-sm-34{padding-left:var(--post-core-dimension-34) !important}.ps-sm-36{padding-left:var(--post-core-dimension-36) !important}.ps-sm-40{padding-left:var(--post-core-dimension-40) !important}.ps-sm-48{padding-left:var(--post-core-dimension-48) !important}.ps-sm-56{padding-left:var(--post-core-dimension-56) !important}.ps-sm-64{padding-left:var(--post-core-dimension-64) !important}.ps-sm-78{padding-left:var(--post-core-dimension-78) !important}.ps-sm-80{padding-left:var(--post-core-dimension-80) !important}.ps-sm-96{padding-left:var(--post-core-dimension-96) !important}.ps-sm-100{padding-left:var(--post-core-dimension-100) !important}.ps-sm-112{padding-left:var(--post-core-dimension-112) !important}.gap-sm-0{gap:var(--post-core-dimension-0) !important}.gap-sm-1{gap:var(--post-core-dimension-1) !important}.gap-sm-2{gap:var(--post-core-dimension-2) !important}.gap-sm-3{gap:var(--post-core-dimension-3) !important}.gap-sm-4{gap:var(--post-core-dimension-4) !important}.gap-sm-5{gap:var(--post-core-dimension-5) !important}.gap-sm-6{gap:var(--post-core-dimension-6) !important}.gap-sm-8{gap:var(--post-core-dimension-8) !important}.gap-sm-10{gap:var(--post-core-dimension-10) !important}.gap-sm-11{gap:var(--post-core-dimension-11) !important}.gap-sm-12{gap:var(--post-core-dimension-12) !important}.gap-sm-14{gap:var(--post-core-dimension-14) !important}.gap-sm-15{gap:var(--post-core-dimension-15) !important}.gap-sm-16{gap:var(--post-core-dimension-16) !important}.gap-sm-18{gap:var(--post-core-dimension-18) !important}.gap-sm-19{gap:var(--post-core-dimension-19) !important}.gap-sm-20{gap:var(--post-core-dimension-20) !important}.gap-sm-22{gap:var(--post-core-dimension-22) !important}.gap-sm-24{gap:var(--post-core-dimension-24) !important}.gap-sm-26{gap:var(--post-core-dimension-26) !important}.gap-sm-28{gap:var(--post-core-dimension-28) !important}.gap-sm-30{gap:var(--post-core-dimension-30) !important}.gap-sm-32{gap:var(--post-core-dimension-32) !important}.gap-sm-34{gap:var(--post-core-dimension-34) !important}.gap-sm-36{gap:var(--post-core-dimension-36) !important}.gap-sm-40{gap:var(--post-core-dimension-40) !important}.gap-sm-48{gap:var(--post-core-dimension-48) !important}.gap-sm-56{gap:var(--post-core-dimension-56) !important}.gap-sm-64{gap:var(--post-core-dimension-64) !important}.gap-sm-78{gap:var(--post-core-dimension-78) !important}.gap-sm-80{gap:var(--post-core-dimension-80) !important}.gap-sm-96{gap:var(--post-core-dimension-96) !important}.gap-sm-100{gap:var(--post-core-dimension-100) !important}.gap-sm-112{gap:var(--post-core-dimension-112) !important}.row-gap-sm-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-sm-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-sm-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-sm-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-sm-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-sm-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-sm-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-sm-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-sm-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-sm-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-sm-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-sm-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-sm-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-sm-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-sm-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-sm-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-sm-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-sm-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-sm-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-sm-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-sm-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-sm-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-sm-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-sm-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-sm-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-sm-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-sm-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-sm-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-sm-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-sm-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-sm-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-sm-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-sm-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-sm-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-sm-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-sm-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-sm-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-sm-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-sm-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-sm-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-sm-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-sm-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-sm-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-sm-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-sm-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-sm-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-sm-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-sm-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-sm-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-sm-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-sm-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-sm-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-sm-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-sm-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-sm-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-sm-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-sm-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-sm-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-sm-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-sm-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-sm-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-sm-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-sm-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-sm-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-sm-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-sm-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-sm-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-sm-112{column-gap:var(--post-core-dimension-112) !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}}@media screen and (min-width: 780px){.float-md-start{float:inline-start !important}.float-md-end{float:inline-end !important}.float-md-none{float:none !important}.m-md-0{margin:var(--post-core-dimension-0) !important}.m-md-1{margin:var(--post-core-dimension-1) !important}.m-md-2{margin:var(--post-core-dimension-2) !important}.m-md-3{margin:var(--post-core-dimension-3) !important}.m-md-4{margin:var(--post-core-dimension-4) !important}.m-md-5{margin:var(--post-core-dimension-5) !important}.m-md-6{margin:var(--post-core-dimension-6) !important}.m-md-8{margin:var(--post-core-dimension-8) !important}.m-md-10{margin:var(--post-core-dimension-10) !important}.m-md-11{margin:var(--post-core-dimension-11) !important}.m-md-12{margin:var(--post-core-dimension-12) !important}.m-md-14{margin:var(--post-core-dimension-14) !important}.m-md-15{margin:var(--post-core-dimension-15) !important}.m-md-16{margin:var(--post-core-dimension-16) !important}.m-md-18{margin:var(--post-core-dimension-18) !important}.m-md-19{margin:var(--post-core-dimension-19) !important}.m-md-20{margin:var(--post-core-dimension-20) !important}.m-md-22{margin:var(--post-core-dimension-22) !important}.m-md-24{margin:var(--post-core-dimension-24) !important}.m-md-26{margin:var(--post-core-dimension-26) !important}.m-md-28{margin:var(--post-core-dimension-28) !important}.m-md-30{margin:var(--post-core-dimension-30) !important}.m-md-32{margin:var(--post-core-dimension-32) !important}.m-md-34{margin:var(--post-core-dimension-34) !important}.m-md-36{margin:var(--post-core-dimension-36) !important}.m-md-40{margin:var(--post-core-dimension-40) !important}.m-md-48{margin:var(--post-core-dimension-48) !important}.m-md-56{margin:var(--post-core-dimension-56) !important}.m-md-64{margin:var(--post-core-dimension-64) !important}.m-md-78{margin:var(--post-core-dimension-78) !important}.m-md-80{margin:var(--post-core-dimension-80) !important}.m-md-96{margin:var(--post-core-dimension-96) !important}.m-md-100{margin:var(--post-core-dimension-100) !important}.m-md-112{margin:var(--post-core-dimension-112) !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-md-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-md-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-md-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-md-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-md-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-md-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-md-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-md-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-md-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-md-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-md-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-md-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-md-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-md-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-md-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-md-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-md-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-md-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-md-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-md-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-md-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-md-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-md-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-md-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-md-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-md-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-md-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-md-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-md-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-md-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-md-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-md-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-md-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-md-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-md-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-md-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-md-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-md-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-md-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-md-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-md-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-md-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-md-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-md-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-md-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-md-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-md-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-md-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-md-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-md-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-md-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-md-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-md-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-md-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-md-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-md-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-md-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-md-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-md-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-md-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-md-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-md-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-md-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-md-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-md-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-md-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:var(--post-core-dimension-0) !important}.mt-md-1{margin-top:var(--post-core-dimension-1) !important}.mt-md-2{margin-top:var(--post-core-dimension-2) !important}.mt-md-3{margin-top:var(--post-core-dimension-3) !important}.mt-md-4{margin-top:var(--post-core-dimension-4) !important}.mt-md-5{margin-top:var(--post-core-dimension-5) !important}.mt-md-6{margin-top:var(--post-core-dimension-6) !important}.mt-md-8{margin-top:var(--post-core-dimension-8) !important}.mt-md-10{margin-top:var(--post-core-dimension-10) !important}.mt-md-11{margin-top:var(--post-core-dimension-11) !important}.mt-md-12{margin-top:var(--post-core-dimension-12) !important}.mt-md-14{margin-top:var(--post-core-dimension-14) !important}.mt-md-15{margin-top:var(--post-core-dimension-15) !important}.mt-md-16{margin-top:var(--post-core-dimension-16) !important}.mt-md-18{margin-top:var(--post-core-dimension-18) !important}.mt-md-19{margin-top:var(--post-core-dimension-19) !important}.mt-md-20{margin-top:var(--post-core-dimension-20) !important}.mt-md-22{margin-top:var(--post-core-dimension-22) !important}.mt-md-24{margin-top:var(--post-core-dimension-24) !important}.mt-md-26{margin-top:var(--post-core-dimension-26) !important}.mt-md-28{margin-top:var(--post-core-dimension-28) !important}.mt-md-30{margin-top:var(--post-core-dimension-30) !important}.mt-md-32{margin-top:var(--post-core-dimension-32) !important}.mt-md-34{margin-top:var(--post-core-dimension-34) !important}.mt-md-36{margin-top:var(--post-core-dimension-36) !important}.mt-md-40{margin-top:var(--post-core-dimension-40) !important}.mt-md-48{margin-top:var(--post-core-dimension-48) !important}.mt-md-56{margin-top:var(--post-core-dimension-56) !important}.mt-md-64{margin-top:var(--post-core-dimension-64) !important}.mt-md-78{margin-top:var(--post-core-dimension-78) !important}.mt-md-80{margin-top:var(--post-core-dimension-80) !important}.mt-md-96{margin-top:var(--post-core-dimension-96) !important}.mt-md-100{margin-top:var(--post-core-dimension-100) !important}.mt-md-112{margin-top:var(--post-core-dimension-112) !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:var(--post-core-dimension-0) !important}.me-md-1{margin-right:var(--post-core-dimension-1) !important}.me-md-2{margin-right:var(--post-core-dimension-2) !important}.me-md-3{margin-right:var(--post-core-dimension-3) !important}.me-md-4{margin-right:var(--post-core-dimension-4) !important}.me-md-5{margin-right:var(--post-core-dimension-5) !important}.me-md-6{margin-right:var(--post-core-dimension-6) !important}.me-md-8{margin-right:var(--post-core-dimension-8) !important}.me-md-10{margin-right:var(--post-core-dimension-10) !important}.me-md-11{margin-right:var(--post-core-dimension-11) !important}.me-md-12{margin-right:var(--post-core-dimension-12) !important}.me-md-14{margin-right:var(--post-core-dimension-14) !important}.me-md-15{margin-right:var(--post-core-dimension-15) !important}.me-md-16{margin-right:var(--post-core-dimension-16) !important}.me-md-18{margin-right:var(--post-core-dimension-18) !important}.me-md-19{margin-right:var(--post-core-dimension-19) !important}.me-md-20{margin-right:var(--post-core-dimension-20) !important}.me-md-22{margin-right:var(--post-core-dimension-22) !important}.me-md-24{margin-right:var(--post-core-dimension-24) !important}.me-md-26{margin-right:var(--post-core-dimension-26) !important}.me-md-28{margin-right:var(--post-core-dimension-28) !important}.me-md-30{margin-right:var(--post-core-dimension-30) !important}.me-md-32{margin-right:var(--post-core-dimension-32) !important}.me-md-34{margin-right:var(--post-core-dimension-34) !important}.me-md-36{margin-right:var(--post-core-dimension-36) !important}.me-md-40{margin-right:var(--post-core-dimension-40) !important}.me-md-48{margin-right:var(--post-core-dimension-48) !important}.me-md-56{margin-right:var(--post-core-dimension-56) !important}.me-md-64{margin-right:var(--post-core-dimension-64) !important}.me-md-78{margin-right:var(--post-core-dimension-78) !important}.me-md-80{margin-right:var(--post-core-dimension-80) !important}.me-md-96{margin-right:var(--post-core-dimension-96) !important}.me-md-100{margin-right:var(--post-core-dimension-100) !important}.me-md-112{margin-right:var(--post-core-dimension-112) !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-md-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-md-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-md-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-md-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-md-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-md-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-md-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-md-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-md-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-md-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-md-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-md-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-md-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-md-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-md-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-md-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-md-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-md-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-md-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-md-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-md-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-md-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-md-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-md-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-md-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-md-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-md-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-md-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-md-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-md-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-md-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-md-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-md-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:var(--post-core-dimension-0) !important}.ms-md-1{margin-left:var(--post-core-dimension-1) !important}.ms-md-2{margin-left:var(--post-core-dimension-2) !important}.ms-md-3{margin-left:var(--post-core-dimension-3) !important}.ms-md-4{margin-left:var(--post-core-dimension-4) !important}.ms-md-5{margin-left:var(--post-core-dimension-5) !important}.ms-md-6{margin-left:var(--post-core-dimension-6) !important}.ms-md-8{margin-left:var(--post-core-dimension-8) !important}.ms-md-10{margin-left:var(--post-core-dimension-10) !important}.ms-md-11{margin-left:var(--post-core-dimension-11) !important}.ms-md-12{margin-left:var(--post-core-dimension-12) !important}.ms-md-14{margin-left:var(--post-core-dimension-14) !important}.ms-md-15{margin-left:var(--post-core-dimension-15) !important}.ms-md-16{margin-left:var(--post-core-dimension-16) !important}.ms-md-18{margin-left:var(--post-core-dimension-18) !important}.ms-md-19{margin-left:var(--post-core-dimension-19) !important}.ms-md-20{margin-left:var(--post-core-dimension-20) !important}.ms-md-22{margin-left:var(--post-core-dimension-22) !important}.ms-md-24{margin-left:var(--post-core-dimension-24) !important}.ms-md-26{margin-left:var(--post-core-dimension-26) !important}.ms-md-28{margin-left:var(--post-core-dimension-28) !important}.ms-md-30{margin-left:var(--post-core-dimension-30) !important}.ms-md-32{margin-left:var(--post-core-dimension-32) !important}.ms-md-34{margin-left:var(--post-core-dimension-34) !important}.ms-md-36{margin-left:var(--post-core-dimension-36) !important}.ms-md-40{margin-left:var(--post-core-dimension-40) !important}.ms-md-48{margin-left:var(--post-core-dimension-48) !important}.ms-md-56{margin-left:var(--post-core-dimension-56) !important}.ms-md-64{margin-left:var(--post-core-dimension-64) !important}.ms-md-78{margin-left:var(--post-core-dimension-78) !important}.ms-md-80{margin-left:var(--post-core-dimension-80) !important}.ms-md-96{margin-left:var(--post-core-dimension-96) !important}.ms-md-100{margin-left:var(--post-core-dimension-100) !important}.ms-md-112{margin-left:var(--post-core-dimension-112) !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:var(--post-core-dimension-0) !important}.p-md-1{padding:var(--post-core-dimension-1) !important}.p-md-2{padding:var(--post-core-dimension-2) !important}.p-md-3{padding:var(--post-core-dimension-3) !important}.p-md-4{padding:var(--post-core-dimension-4) !important}.p-md-5{padding:var(--post-core-dimension-5) !important}.p-md-6{padding:var(--post-core-dimension-6) !important}.p-md-8{padding:var(--post-core-dimension-8) !important}.p-md-10{padding:var(--post-core-dimension-10) !important}.p-md-11{padding:var(--post-core-dimension-11) !important}.p-md-12{padding:var(--post-core-dimension-12) !important}.p-md-14{padding:var(--post-core-dimension-14) !important}.p-md-15{padding:var(--post-core-dimension-15) !important}.p-md-16{padding:var(--post-core-dimension-16) !important}.p-md-18{padding:var(--post-core-dimension-18) !important}.p-md-19{padding:var(--post-core-dimension-19) !important}.p-md-20{padding:var(--post-core-dimension-20) !important}.p-md-22{padding:var(--post-core-dimension-22) !important}.p-md-24{padding:var(--post-core-dimension-24) !important}.p-md-26{padding:var(--post-core-dimension-26) !important}.p-md-28{padding:var(--post-core-dimension-28) !important}.p-md-30{padding:var(--post-core-dimension-30) !important}.p-md-32{padding:var(--post-core-dimension-32) !important}.p-md-34{padding:var(--post-core-dimension-34) !important}.p-md-36{padding:var(--post-core-dimension-36) !important}.p-md-40{padding:var(--post-core-dimension-40) !important}.p-md-48{padding:var(--post-core-dimension-48) !important}.p-md-56{padding:var(--post-core-dimension-56) !important}.p-md-64{padding:var(--post-core-dimension-64) !important}.p-md-78{padding:var(--post-core-dimension-78) !important}.p-md-80{padding:var(--post-core-dimension-80) !important}.p-md-96{padding:var(--post-core-dimension-96) !important}.p-md-100{padding:var(--post-core-dimension-100) !important}.p-md-112{padding:var(--post-core-dimension-112) !important}.px-md-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-md-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-md-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-md-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-md-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-md-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-md-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-md-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-md-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-md-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-md-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-md-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-md-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-md-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-md-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-md-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-md-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-md-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-md-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-md-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-md-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-md-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-md-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-md-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-md-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-md-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-md-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-md-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-md-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-md-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-md-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-md-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-md-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-md-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-md-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-md-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-md-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-md-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-md-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-md-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-md-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-md-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-md-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-md-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-md-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-md-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-md-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-md-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-md-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-md-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-md-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-md-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-md-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-md-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-md-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-md-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-md-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-md-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-md-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-md-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-md-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-md-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-md-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-md-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-md-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-md-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-md-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-md-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-md-0{padding-top:var(--post-core-dimension-0) !important}.pt-md-1{padding-top:var(--post-core-dimension-1) !important}.pt-md-2{padding-top:var(--post-core-dimension-2) !important}.pt-md-3{padding-top:var(--post-core-dimension-3) !important}.pt-md-4{padding-top:var(--post-core-dimension-4) !important}.pt-md-5{padding-top:var(--post-core-dimension-5) !important}.pt-md-6{padding-top:var(--post-core-dimension-6) !important}.pt-md-8{padding-top:var(--post-core-dimension-8) !important}.pt-md-10{padding-top:var(--post-core-dimension-10) !important}.pt-md-11{padding-top:var(--post-core-dimension-11) !important}.pt-md-12{padding-top:var(--post-core-dimension-12) !important}.pt-md-14{padding-top:var(--post-core-dimension-14) !important}.pt-md-15{padding-top:var(--post-core-dimension-15) !important}.pt-md-16{padding-top:var(--post-core-dimension-16) !important}.pt-md-18{padding-top:var(--post-core-dimension-18) !important}.pt-md-19{padding-top:var(--post-core-dimension-19) !important}.pt-md-20{padding-top:var(--post-core-dimension-20) !important}.pt-md-22{padding-top:var(--post-core-dimension-22) !important}.pt-md-24{padding-top:var(--post-core-dimension-24) !important}.pt-md-26{padding-top:var(--post-core-dimension-26) !important}.pt-md-28{padding-top:var(--post-core-dimension-28) !important}.pt-md-30{padding-top:var(--post-core-dimension-30) !important}.pt-md-32{padding-top:var(--post-core-dimension-32) !important}.pt-md-34{padding-top:var(--post-core-dimension-34) !important}.pt-md-36{padding-top:var(--post-core-dimension-36) !important}.pt-md-40{padding-top:var(--post-core-dimension-40) !important}.pt-md-48{padding-top:var(--post-core-dimension-48) !important}.pt-md-56{padding-top:var(--post-core-dimension-56) !important}.pt-md-64{padding-top:var(--post-core-dimension-64) !important}.pt-md-78{padding-top:var(--post-core-dimension-78) !important}.pt-md-80{padding-top:var(--post-core-dimension-80) !important}.pt-md-96{padding-top:var(--post-core-dimension-96) !important}.pt-md-100{padding-top:var(--post-core-dimension-100) !important}.pt-md-112{padding-top:var(--post-core-dimension-112) !important}.pe-md-0{padding-right:var(--post-core-dimension-0) !important}.pe-md-1{padding-right:var(--post-core-dimension-1) !important}.pe-md-2{padding-right:var(--post-core-dimension-2) !important}.pe-md-3{padding-right:var(--post-core-dimension-3) !important}.pe-md-4{padding-right:var(--post-core-dimension-4) !important}.pe-md-5{padding-right:var(--post-core-dimension-5) !important}.pe-md-6{padding-right:var(--post-core-dimension-6) !important}.pe-md-8{padding-right:var(--post-core-dimension-8) !important}.pe-md-10{padding-right:var(--post-core-dimension-10) !important}.pe-md-11{padding-right:var(--post-core-dimension-11) !important}.pe-md-12{padding-right:var(--post-core-dimension-12) !important}.pe-md-14{padding-right:var(--post-core-dimension-14) !important}.pe-md-15{padding-right:var(--post-core-dimension-15) !important}.pe-md-16{padding-right:var(--post-core-dimension-16) !important}.pe-md-18{padding-right:var(--post-core-dimension-18) !important}.pe-md-19{padding-right:var(--post-core-dimension-19) !important}.pe-md-20{padding-right:var(--post-core-dimension-20) !important}.pe-md-22{padding-right:var(--post-core-dimension-22) !important}.pe-md-24{padding-right:var(--post-core-dimension-24) !important}.pe-md-26{padding-right:var(--post-core-dimension-26) !important}.pe-md-28{padding-right:var(--post-core-dimension-28) !important}.pe-md-30{padding-right:var(--post-core-dimension-30) !important}.pe-md-32{padding-right:var(--post-core-dimension-32) !important}.pe-md-34{padding-right:var(--post-core-dimension-34) !important}.pe-md-36{padding-right:var(--post-core-dimension-36) !important}.pe-md-40{padding-right:var(--post-core-dimension-40) !important}.pe-md-48{padding-right:var(--post-core-dimension-48) !important}.pe-md-56{padding-right:var(--post-core-dimension-56) !important}.pe-md-64{padding-right:var(--post-core-dimension-64) !important}.pe-md-78{padding-right:var(--post-core-dimension-78) !important}.pe-md-80{padding-right:var(--post-core-dimension-80) !important}.pe-md-96{padding-right:var(--post-core-dimension-96) !important}.pe-md-100{padding-right:var(--post-core-dimension-100) !important}.pe-md-112{padding-right:var(--post-core-dimension-112) !important}.pb-md-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-md-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-md-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-md-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-md-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-md-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-md-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-md-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-md-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-md-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-md-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-md-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-md-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-md-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-md-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-md-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-md-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-md-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-md-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-md-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-md-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-md-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-md-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-md-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-md-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-md-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-md-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-md-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-md-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-md-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-md-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-md-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-md-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-md-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-md-0{padding-left:var(--post-core-dimension-0) !important}.ps-md-1{padding-left:var(--post-core-dimension-1) !important}.ps-md-2{padding-left:var(--post-core-dimension-2) !important}.ps-md-3{padding-left:var(--post-core-dimension-3) !important}.ps-md-4{padding-left:var(--post-core-dimension-4) !important}.ps-md-5{padding-left:var(--post-core-dimension-5) !important}.ps-md-6{padding-left:var(--post-core-dimension-6) !important}.ps-md-8{padding-left:var(--post-core-dimension-8) !important}.ps-md-10{padding-left:var(--post-core-dimension-10) !important}.ps-md-11{padding-left:var(--post-core-dimension-11) !important}.ps-md-12{padding-left:var(--post-core-dimension-12) !important}.ps-md-14{padding-left:var(--post-core-dimension-14) !important}.ps-md-15{padding-left:var(--post-core-dimension-15) !important}.ps-md-16{padding-left:var(--post-core-dimension-16) !important}.ps-md-18{padding-left:var(--post-core-dimension-18) !important}.ps-md-19{padding-left:var(--post-core-dimension-19) !important}.ps-md-20{padding-left:var(--post-core-dimension-20) !important}.ps-md-22{padding-left:var(--post-core-dimension-22) !important}.ps-md-24{padding-left:var(--post-core-dimension-24) !important}.ps-md-26{padding-left:var(--post-core-dimension-26) !important}.ps-md-28{padding-left:var(--post-core-dimension-28) !important}.ps-md-30{padding-left:var(--post-core-dimension-30) !important}.ps-md-32{padding-left:var(--post-core-dimension-32) !important}.ps-md-34{padding-left:var(--post-core-dimension-34) !important}.ps-md-36{padding-left:var(--post-core-dimension-36) !important}.ps-md-40{padding-left:var(--post-core-dimension-40) !important}.ps-md-48{padding-left:var(--post-core-dimension-48) !important}.ps-md-56{padding-left:var(--post-core-dimension-56) !important}.ps-md-64{padding-left:var(--post-core-dimension-64) !important}.ps-md-78{padding-left:var(--post-core-dimension-78) !important}.ps-md-80{padding-left:var(--post-core-dimension-80) !important}.ps-md-96{padding-left:var(--post-core-dimension-96) !important}.ps-md-100{padding-left:var(--post-core-dimension-100) !important}.ps-md-112{padding-left:var(--post-core-dimension-112) !important}.gap-md-0{gap:var(--post-core-dimension-0) !important}.gap-md-1{gap:var(--post-core-dimension-1) !important}.gap-md-2{gap:var(--post-core-dimension-2) !important}.gap-md-3{gap:var(--post-core-dimension-3) !important}.gap-md-4{gap:var(--post-core-dimension-4) !important}.gap-md-5{gap:var(--post-core-dimension-5) !important}.gap-md-6{gap:var(--post-core-dimension-6) !important}.gap-md-8{gap:var(--post-core-dimension-8) !important}.gap-md-10{gap:var(--post-core-dimension-10) !important}.gap-md-11{gap:var(--post-core-dimension-11) !important}.gap-md-12{gap:var(--post-core-dimension-12) !important}.gap-md-14{gap:var(--post-core-dimension-14) !important}.gap-md-15{gap:var(--post-core-dimension-15) !important}.gap-md-16{gap:var(--post-core-dimension-16) !important}.gap-md-18{gap:var(--post-core-dimension-18) !important}.gap-md-19{gap:var(--post-core-dimension-19) !important}.gap-md-20{gap:var(--post-core-dimension-20) !important}.gap-md-22{gap:var(--post-core-dimension-22) !important}.gap-md-24{gap:var(--post-core-dimension-24) !important}.gap-md-26{gap:var(--post-core-dimension-26) !important}.gap-md-28{gap:var(--post-core-dimension-28) !important}.gap-md-30{gap:var(--post-core-dimension-30) !important}.gap-md-32{gap:var(--post-core-dimension-32) !important}.gap-md-34{gap:var(--post-core-dimension-34) !important}.gap-md-36{gap:var(--post-core-dimension-36) !important}.gap-md-40{gap:var(--post-core-dimension-40) !important}.gap-md-48{gap:var(--post-core-dimension-48) !important}.gap-md-56{gap:var(--post-core-dimension-56) !important}.gap-md-64{gap:var(--post-core-dimension-64) !important}.gap-md-78{gap:var(--post-core-dimension-78) !important}.gap-md-80{gap:var(--post-core-dimension-80) !important}.gap-md-96{gap:var(--post-core-dimension-96) !important}.gap-md-100{gap:var(--post-core-dimension-100) !important}.gap-md-112{gap:var(--post-core-dimension-112) !important}.row-gap-md-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-md-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-md-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-md-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-md-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-md-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-md-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-md-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-md-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-md-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-md-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-md-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-md-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-md-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-md-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-md-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-md-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-md-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-md-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-md-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-md-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-md-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-md-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-md-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-md-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-md-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-md-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-md-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-md-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-md-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-md-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-md-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-md-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-md-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-md-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-md-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-md-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-md-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-md-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-md-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-md-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-md-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-md-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-md-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-md-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-md-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-md-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-md-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-md-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-md-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-md-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-md-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-md-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-md-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-md-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-md-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-md-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-md-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-md-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-md-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-md-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-md-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-md-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-md-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-md-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-md-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-md-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-md-112{column-gap:var(--post-core-dimension-112) !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}}@media screen and (min-width: 1024px){.float-lg-start{float:inline-start !important}.float-lg-end{float:inline-end !important}.float-lg-none{float:none !important}.m-lg-0{margin:var(--post-core-dimension-0) !important}.m-lg-1{margin:var(--post-core-dimension-1) !important}.m-lg-2{margin:var(--post-core-dimension-2) !important}.m-lg-3{margin:var(--post-core-dimension-3) !important}.m-lg-4{margin:var(--post-core-dimension-4) !important}.m-lg-5{margin:var(--post-core-dimension-5) !important}.m-lg-6{margin:var(--post-core-dimension-6) !important}.m-lg-8{margin:var(--post-core-dimension-8) !important}.m-lg-10{margin:var(--post-core-dimension-10) !important}.m-lg-11{margin:var(--post-core-dimension-11) !important}.m-lg-12{margin:var(--post-core-dimension-12) !important}.m-lg-14{margin:var(--post-core-dimension-14) !important}.m-lg-15{margin:var(--post-core-dimension-15) !important}.m-lg-16{margin:var(--post-core-dimension-16) !important}.m-lg-18{margin:var(--post-core-dimension-18) !important}.m-lg-19{margin:var(--post-core-dimension-19) !important}.m-lg-20{margin:var(--post-core-dimension-20) !important}.m-lg-22{margin:var(--post-core-dimension-22) !important}.m-lg-24{margin:var(--post-core-dimension-24) !important}.m-lg-26{margin:var(--post-core-dimension-26) !important}.m-lg-28{margin:var(--post-core-dimension-28) !important}.m-lg-30{margin:var(--post-core-dimension-30) !important}.m-lg-32{margin:var(--post-core-dimension-32) !important}.m-lg-34{margin:var(--post-core-dimension-34) !important}.m-lg-36{margin:var(--post-core-dimension-36) !important}.m-lg-40{margin:var(--post-core-dimension-40) !important}.m-lg-48{margin:var(--post-core-dimension-48) !important}.m-lg-56{margin:var(--post-core-dimension-56) !important}.m-lg-64{margin:var(--post-core-dimension-64) !important}.m-lg-78{margin:var(--post-core-dimension-78) !important}.m-lg-80{margin:var(--post-core-dimension-80) !important}.m-lg-96{margin:var(--post-core-dimension-96) !important}.m-lg-100{margin:var(--post-core-dimension-100) !important}.m-lg-112{margin:var(--post-core-dimension-112) !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-lg-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-lg-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-lg-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-lg-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-lg-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-lg-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-lg-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-lg-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-lg-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-lg-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-lg-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-lg-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-lg-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-lg-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-lg-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-lg-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-lg-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-lg-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-lg-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-lg-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-lg-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-lg-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-lg-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-lg-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-lg-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-lg-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-lg-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-lg-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-lg-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-lg-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-lg-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-lg-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-lg-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-lg-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-lg-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-lg-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-lg-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-lg-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-lg-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-lg-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-lg-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-lg-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-lg-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-lg-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-lg-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-lg-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-lg-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-lg-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-lg-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-lg-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-lg-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-lg-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-lg-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-lg-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-lg-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-lg-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-lg-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-lg-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-lg-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-lg-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-lg-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-lg-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-lg-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-lg-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-lg-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-lg-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:var(--post-core-dimension-0) !important}.mt-lg-1{margin-top:var(--post-core-dimension-1) !important}.mt-lg-2{margin-top:var(--post-core-dimension-2) !important}.mt-lg-3{margin-top:var(--post-core-dimension-3) !important}.mt-lg-4{margin-top:var(--post-core-dimension-4) !important}.mt-lg-5{margin-top:var(--post-core-dimension-5) !important}.mt-lg-6{margin-top:var(--post-core-dimension-6) !important}.mt-lg-8{margin-top:var(--post-core-dimension-8) !important}.mt-lg-10{margin-top:var(--post-core-dimension-10) !important}.mt-lg-11{margin-top:var(--post-core-dimension-11) !important}.mt-lg-12{margin-top:var(--post-core-dimension-12) !important}.mt-lg-14{margin-top:var(--post-core-dimension-14) !important}.mt-lg-15{margin-top:var(--post-core-dimension-15) !important}.mt-lg-16{margin-top:var(--post-core-dimension-16) !important}.mt-lg-18{margin-top:var(--post-core-dimension-18) !important}.mt-lg-19{margin-top:var(--post-core-dimension-19) !important}.mt-lg-20{margin-top:var(--post-core-dimension-20) !important}.mt-lg-22{margin-top:var(--post-core-dimension-22) !important}.mt-lg-24{margin-top:var(--post-core-dimension-24) !important}.mt-lg-26{margin-top:var(--post-core-dimension-26) !important}.mt-lg-28{margin-top:var(--post-core-dimension-28) !important}.mt-lg-30{margin-top:var(--post-core-dimension-30) !important}.mt-lg-32{margin-top:var(--post-core-dimension-32) !important}.mt-lg-34{margin-top:var(--post-core-dimension-34) !important}.mt-lg-36{margin-top:var(--post-core-dimension-36) !important}.mt-lg-40{margin-top:var(--post-core-dimension-40) !important}.mt-lg-48{margin-top:var(--post-core-dimension-48) !important}.mt-lg-56{margin-top:var(--post-core-dimension-56) !important}.mt-lg-64{margin-top:var(--post-core-dimension-64) !important}.mt-lg-78{margin-top:var(--post-core-dimension-78) !important}.mt-lg-80{margin-top:var(--post-core-dimension-80) !important}.mt-lg-96{margin-top:var(--post-core-dimension-96) !important}.mt-lg-100{margin-top:var(--post-core-dimension-100) !important}.mt-lg-112{margin-top:var(--post-core-dimension-112) !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:var(--post-core-dimension-0) !important}.me-lg-1{margin-right:var(--post-core-dimension-1) !important}.me-lg-2{margin-right:var(--post-core-dimension-2) !important}.me-lg-3{margin-right:var(--post-core-dimension-3) !important}.me-lg-4{margin-right:var(--post-core-dimension-4) !important}.me-lg-5{margin-right:var(--post-core-dimension-5) !important}.me-lg-6{margin-right:var(--post-core-dimension-6) !important}.me-lg-8{margin-right:var(--post-core-dimension-8) !important}.me-lg-10{margin-right:var(--post-core-dimension-10) !important}.me-lg-11{margin-right:var(--post-core-dimension-11) !important}.me-lg-12{margin-right:var(--post-core-dimension-12) !important}.me-lg-14{margin-right:var(--post-core-dimension-14) !important}.me-lg-15{margin-right:var(--post-core-dimension-15) !important}.me-lg-16{margin-right:var(--post-core-dimension-16) !important}.me-lg-18{margin-right:var(--post-core-dimension-18) !important}.me-lg-19{margin-right:var(--post-core-dimension-19) !important}.me-lg-20{margin-right:var(--post-core-dimension-20) !important}.me-lg-22{margin-right:var(--post-core-dimension-22) !important}.me-lg-24{margin-right:var(--post-core-dimension-24) !important}.me-lg-26{margin-right:var(--post-core-dimension-26) !important}.me-lg-28{margin-right:var(--post-core-dimension-28) !important}.me-lg-30{margin-right:var(--post-core-dimension-30) !important}.me-lg-32{margin-right:var(--post-core-dimension-32) !important}.me-lg-34{margin-right:var(--post-core-dimension-34) !important}.me-lg-36{margin-right:var(--post-core-dimension-36) !important}.me-lg-40{margin-right:var(--post-core-dimension-40) !important}.me-lg-48{margin-right:var(--post-core-dimension-48) !important}.me-lg-56{margin-right:var(--post-core-dimension-56) !important}.me-lg-64{margin-right:var(--post-core-dimension-64) !important}.me-lg-78{margin-right:var(--post-core-dimension-78) !important}.me-lg-80{margin-right:var(--post-core-dimension-80) !important}.me-lg-96{margin-right:var(--post-core-dimension-96) !important}.me-lg-100{margin-right:var(--post-core-dimension-100) !important}.me-lg-112{margin-right:var(--post-core-dimension-112) !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-lg-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-lg-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-lg-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-lg-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-lg-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-lg-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-lg-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-lg-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-lg-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-lg-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-lg-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-lg-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-lg-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-lg-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-lg-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-lg-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-lg-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-lg-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-lg-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-lg-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-lg-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-lg-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-lg-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-lg-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-lg-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-lg-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-lg-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-lg-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-lg-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-lg-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-lg-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-lg-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-lg-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:var(--post-core-dimension-0) !important}.ms-lg-1{margin-left:var(--post-core-dimension-1) !important}.ms-lg-2{margin-left:var(--post-core-dimension-2) !important}.ms-lg-3{margin-left:var(--post-core-dimension-3) !important}.ms-lg-4{margin-left:var(--post-core-dimension-4) !important}.ms-lg-5{margin-left:var(--post-core-dimension-5) !important}.ms-lg-6{margin-left:var(--post-core-dimension-6) !important}.ms-lg-8{margin-left:var(--post-core-dimension-8) !important}.ms-lg-10{margin-left:var(--post-core-dimension-10) !important}.ms-lg-11{margin-left:var(--post-core-dimension-11) !important}.ms-lg-12{margin-left:var(--post-core-dimension-12) !important}.ms-lg-14{margin-left:var(--post-core-dimension-14) !important}.ms-lg-15{margin-left:var(--post-core-dimension-15) !important}.ms-lg-16{margin-left:var(--post-core-dimension-16) !important}.ms-lg-18{margin-left:var(--post-core-dimension-18) !important}.ms-lg-19{margin-left:var(--post-core-dimension-19) !important}.ms-lg-20{margin-left:var(--post-core-dimension-20) !important}.ms-lg-22{margin-left:var(--post-core-dimension-22) !important}.ms-lg-24{margin-left:var(--post-core-dimension-24) !important}.ms-lg-26{margin-left:var(--post-core-dimension-26) !important}.ms-lg-28{margin-left:var(--post-core-dimension-28) !important}.ms-lg-30{margin-left:var(--post-core-dimension-30) !important}.ms-lg-32{margin-left:var(--post-core-dimension-32) !important}.ms-lg-34{margin-left:var(--post-core-dimension-34) !important}.ms-lg-36{margin-left:var(--post-core-dimension-36) !important}.ms-lg-40{margin-left:var(--post-core-dimension-40) !important}.ms-lg-48{margin-left:var(--post-core-dimension-48) !important}.ms-lg-56{margin-left:var(--post-core-dimension-56) !important}.ms-lg-64{margin-left:var(--post-core-dimension-64) !important}.ms-lg-78{margin-left:var(--post-core-dimension-78) !important}.ms-lg-80{margin-left:var(--post-core-dimension-80) !important}.ms-lg-96{margin-left:var(--post-core-dimension-96) !important}.ms-lg-100{margin-left:var(--post-core-dimension-100) !important}.ms-lg-112{margin-left:var(--post-core-dimension-112) !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:var(--post-core-dimension-0) !important}.p-lg-1{padding:var(--post-core-dimension-1) !important}.p-lg-2{padding:var(--post-core-dimension-2) !important}.p-lg-3{padding:var(--post-core-dimension-3) !important}.p-lg-4{padding:var(--post-core-dimension-4) !important}.p-lg-5{padding:var(--post-core-dimension-5) !important}.p-lg-6{padding:var(--post-core-dimension-6) !important}.p-lg-8{padding:var(--post-core-dimension-8) !important}.p-lg-10{padding:var(--post-core-dimension-10) !important}.p-lg-11{padding:var(--post-core-dimension-11) !important}.p-lg-12{padding:var(--post-core-dimension-12) !important}.p-lg-14{padding:var(--post-core-dimension-14) !important}.p-lg-15{padding:var(--post-core-dimension-15) !important}.p-lg-16{padding:var(--post-core-dimension-16) !important}.p-lg-18{padding:var(--post-core-dimension-18) !important}.p-lg-19{padding:var(--post-core-dimension-19) !important}.p-lg-20{padding:var(--post-core-dimension-20) !important}.p-lg-22{padding:var(--post-core-dimension-22) !important}.p-lg-24{padding:var(--post-core-dimension-24) !important}.p-lg-26{padding:var(--post-core-dimension-26) !important}.p-lg-28{padding:var(--post-core-dimension-28) !important}.p-lg-30{padding:var(--post-core-dimension-30) !important}.p-lg-32{padding:var(--post-core-dimension-32) !important}.p-lg-34{padding:var(--post-core-dimension-34) !important}.p-lg-36{padding:var(--post-core-dimension-36) !important}.p-lg-40{padding:var(--post-core-dimension-40) !important}.p-lg-48{padding:var(--post-core-dimension-48) !important}.p-lg-56{padding:var(--post-core-dimension-56) !important}.p-lg-64{padding:var(--post-core-dimension-64) !important}.p-lg-78{padding:var(--post-core-dimension-78) !important}.p-lg-80{padding:var(--post-core-dimension-80) !important}.p-lg-96{padding:var(--post-core-dimension-96) !important}.p-lg-100{padding:var(--post-core-dimension-100) !important}.p-lg-112{padding:var(--post-core-dimension-112) !important}.px-lg-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-lg-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-lg-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-lg-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-lg-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-lg-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-lg-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-lg-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-lg-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-lg-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-lg-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-lg-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-lg-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-lg-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-lg-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-lg-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-lg-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-lg-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-lg-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-lg-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-lg-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-lg-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-lg-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-lg-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-lg-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-lg-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-lg-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-lg-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-lg-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-lg-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-lg-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-lg-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-lg-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-lg-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-lg-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-lg-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-lg-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-lg-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-lg-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-lg-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-lg-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-lg-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-lg-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-lg-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-lg-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-lg-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-lg-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-lg-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-lg-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-lg-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-lg-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-lg-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-lg-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-lg-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-lg-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-lg-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-lg-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-lg-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-lg-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-lg-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-lg-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-lg-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-lg-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-lg-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-lg-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-lg-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-lg-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-lg-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-lg-0{padding-top:var(--post-core-dimension-0) !important}.pt-lg-1{padding-top:var(--post-core-dimension-1) !important}.pt-lg-2{padding-top:var(--post-core-dimension-2) !important}.pt-lg-3{padding-top:var(--post-core-dimension-3) !important}.pt-lg-4{padding-top:var(--post-core-dimension-4) !important}.pt-lg-5{padding-top:var(--post-core-dimension-5) !important}.pt-lg-6{padding-top:var(--post-core-dimension-6) !important}.pt-lg-8{padding-top:var(--post-core-dimension-8) !important}.pt-lg-10{padding-top:var(--post-core-dimension-10) !important}.pt-lg-11{padding-top:var(--post-core-dimension-11) !important}.pt-lg-12{padding-top:var(--post-core-dimension-12) !important}.pt-lg-14{padding-top:var(--post-core-dimension-14) !important}.pt-lg-15{padding-top:var(--post-core-dimension-15) !important}.pt-lg-16{padding-top:var(--post-core-dimension-16) !important}.pt-lg-18{padding-top:var(--post-core-dimension-18) !important}.pt-lg-19{padding-top:var(--post-core-dimension-19) !important}.pt-lg-20{padding-top:var(--post-core-dimension-20) !important}.pt-lg-22{padding-top:var(--post-core-dimension-22) !important}.pt-lg-24{padding-top:var(--post-core-dimension-24) !important}.pt-lg-26{padding-top:var(--post-core-dimension-26) !important}.pt-lg-28{padding-top:var(--post-core-dimension-28) !important}.pt-lg-30{padding-top:var(--post-core-dimension-30) !important}.pt-lg-32{padding-top:var(--post-core-dimension-32) !important}.pt-lg-34{padding-top:var(--post-core-dimension-34) !important}.pt-lg-36{padding-top:var(--post-core-dimension-36) !important}.pt-lg-40{padding-top:var(--post-core-dimension-40) !important}.pt-lg-48{padding-top:var(--post-core-dimension-48) !important}.pt-lg-56{padding-top:var(--post-core-dimension-56) !important}.pt-lg-64{padding-top:var(--post-core-dimension-64) !important}.pt-lg-78{padding-top:var(--post-core-dimension-78) !important}.pt-lg-80{padding-top:var(--post-core-dimension-80) !important}.pt-lg-96{padding-top:var(--post-core-dimension-96) !important}.pt-lg-100{padding-top:var(--post-core-dimension-100) !important}.pt-lg-112{padding-top:var(--post-core-dimension-112) !important}.pe-lg-0{padding-right:var(--post-core-dimension-0) !important}.pe-lg-1{padding-right:var(--post-core-dimension-1) !important}.pe-lg-2{padding-right:var(--post-core-dimension-2) !important}.pe-lg-3{padding-right:var(--post-core-dimension-3) !important}.pe-lg-4{padding-right:var(--post-core-dimension-4) !important}.pe-lg-5{padding-right:var(--post-core-dimension-5) !important}.pe-lg-6{padding-right:var(--post-core-dimension-6) !important}.pe-lg-8{padding-right:var(--post-core-dimension-8) !important}.pe-lg-10{padding-right:var(--post-core-dimension-10) !important}.pe-lg-11{padding-right:var(--post-core-dimension-11) !important}.pe-lg-12{padding-right:var(--post-core-dimension-12) !important}.pe-lg-14{padding-right:var(--post-core-dimension-14) !important}.pe-lg-15{padding-right:var(--post-core-dimension-15) !important}.pe-lg-16{padding-right:var(--post-core-dimension-16) !important}.pe-lg-18{padding-right:var(--post-core-dimension-18) !important}.pe-lg-19{padding-right:var(--post-core-dimension-19) !important}.pe-lg-20{padding-right:var(--post-core-dimension-20) !important}.pe-lg-22{padding-right:var(--post-core-dimension-22) !important}.pe-lg-24{padding-right:var(--post-core-dimension-24) !important}.pe-lg-26{padding-right:var(--post-core-dimension-26) !important}.pe-lg-28{padding-right:var(--post-core-dimension-28) !important}.pe-lg-30{padding-right:var(--post-core-dimension-30) !important}.pe-lg-32{padding-right:var(--post-core-dimension-32) !important}.pe-lg-34{padding-right:var(--post-core-dimension-34) !important}.pe-lg-36{padding-right:var(--post-core-dimension-36) !important}.pe-lg-40{padding-right:var(--post-core-dimension-40) !important}.pe-lg-48{padding-right:var(--post-core-dimension-48) !important}.pe-lg-56{padding-right:var(--post-core-dimension-56) !important}.pe-lg-64{padding-right:var(--post-core-dimension-64) !important}.pe-lg-78{padding-right:var(--post-core-dimension-78) !important}.pe-lg-80{padding-right:var(--post-core-dimension-80) !important}.pe-lg-96{padding-right:var(--post-core-dimension-96) !important}.pe-lg-100{padding-right:var(--post-core-dimension-100) !important}.pe-lg-112{padding-right:var(--post-core-dimension-112) !important}.pb-lg-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-lg-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-lg-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-lg-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-lg-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-lg-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-lg-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-lg-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-lg-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-lg-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-lg-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-lg-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-lg-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-lg-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-lg-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-lg-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-lg-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-lg-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-lg-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-lg-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-lg-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-lg-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-lg-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-lg-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-lg-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-lg-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-lg-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-lg-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-lg-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-lg-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-lg-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-lg-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-lg-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-lg-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-lg-0{padding-left:var(--post-core-dimension-0) !important}.ps-lg-1{padding-left:var(--post-core-dimension-1) !important}.ps-lg-2{padding-left:var(--post-core-dimension-2) !important}.ps-lg-3{padding-left:var(--post-core-dimension-3) !important}.ps-lg-4{padding-left:var(--post-core-dimension-4) !important}.ps-lg-5{padding-left:var(--post-core-dimension-5) !important}.ps-lg-6{padding-left:var(--post-core-dimension-6) !important}.ps-lg-8{padding-left:var(--post-core-dimension-8) !important}.ps-lg-10{padding-left:var(--post-core-dimension-10) !important}.ps-lg-11{padding-left:var(--post-core-dimension-11) !important}.ps-lg-12{padding-left:var(--post-core-dimension-12) !important}.ps-lg-14{padding-left:var(--post-core-dimension-14) !important}.ps-lg-15{padding-left:var(--post-core-dimension-15) !important}.ps-lg-16{padding-left:var(--post-core-dimension-16) !important}.ps-lg-18{padding-left:var(--post-core-dimension-18) !important}.ps-lg-19{padding-left:var(--post-core-dimension-19) !important}.ps-lg-20{padding-left:var(--post-core-dimension-20) !important}.ps-lg-22{padding-left:var(--post-core-dimension-22) !important}.ps-lg-24{padding-left:var(--post-core-dimension-24) !important}.ps-lg-26{padding-left:var(--post-core-dimension-26) !important}.ps-lg-28{padding-left:var(--post-core-dimension-28) !important}.ps-lg-30{padding-left:var(--post-core-dimension-30) !important}.ps-lg-32{padding-left:var(--post-core-dimension-32) !important}.ps-lg-34{padding-left:var(--post-core-dimension-34) !important}.ps-lg-36{padding-left:var(--post-core-dimension-36) !important}.ps-lg-40{padding-left:var(--post-core-dimension-40) !important}.ps-lg-48{padding-left:var(--post-core-dimension-48) !important}.ps-lg-56{padding-left:var(--post-core-dimension-56) !important}.ps-lg-64{padding-left:var(--post-core-dimension-64) !important}.ps-lg-78{padding-left:var(--post-core-dimension-78) !important}.ps-lg-80{padding-left:var(--post-core-dimension-80) !important}.ps-lg-96{padding-left:var(--post-core-dimension-96) !important}.ps-lg-100{padding-left:var(--post-core-dimension-100) !important}.ps-lg-112{padding-left:var(--post-core-dimension-112) !important}.gap-lg-0{gap:var(--post-core-dimension-0) !important}.gap-lg-1{gap:var(--post-core-dimension-1) !important}.gap-lg-2{gap:var(--post-core-dimension-2) !important}.gap-lg-3{gap:var(--post-core-dimension-3) !important}.gap-lg-4{gap:var(--post-core-dimension-4) !important}.gap-lg-5{gap:var(--post-core-dimension-5) !important}.gap-lg-6{gap:var(--post-core-dimension-6) !important}.gap-lg-8{gap:var(--post-core-dimension-8) !important}.gap-lg-10{gap:var(--post-core-dimension-10) !important}.gap-lg-11{gap:var(--post-core-dimension-11) !important}.gap-lg-12{gap:var(--post-core-dimension-12) !important}.gap-lg-14{gap:var(--post-core-dimension-14) !important}.gap-lg-15{gap:var(--post-core-dimension-15) !important}.gap-lg-16{gap:var(--post-core-dimension-16) !important}.gap-lg-18{gap:var(--post-core-dimension-18) !important}.gap-lg-19{gap:var(--post-core-dimension-19) !important}.gap-lg-20{gap:var(--post-core-dimension-20) !important}.gap-lg-22{gap:var(--post-core-dimension-22) !important}.gap-lg-24{gap:var(--post-core-dimension-24) !important}.gap-lg-26{gap:var(--post-core-dimension-26) !important}.gap-lg-28{gap:var(--post-core-dimension-28) !important}.gap-lg-30{gap:var(--post-core-dimension-30) !important}.gap-lg-32{gap:var(--post-core-dimension-32) !important}.gap-lg-34{gap:var(--post-core-dimension-34) !important}.gap-lg-36{gap:var(--post-core-dimension-36) !important}.gap-lg-40{gap:var(--post-core-dimension-40) !important}.gap-lg-48{gap:var(--post-core-dimension-48) !important}.gap-lg-56{gap:var(--post-core-dimension-56) !important}.gap-lg-64{gap:var(--post-core-dimension-64) !important}.gap-lg-78{gap:var(--post-core-dimension-78) !important}.gap-lg-80{gap:var(--post-core-dimension-80) !important}.gap-lg-96{gap:var(--post-core-dimension-96) !important}.gap-lg-100{gap:var(--post-core-dimension-100) !important}.gap-lg-112{gap:var(--post-core-dimension-112) !important}.row-gap-lg-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-lg-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-lg-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-lg-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-lg-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-lg-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-lg-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-lg-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-lg-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-lg-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-lg-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-lg-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-lg-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-lg-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-lg-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-lg-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-lg-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-lg-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-lg-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-lg-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-lg-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-lg-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-lg-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-lg-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-lg-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-lg-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-lg-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-lg-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-lg-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-lg-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-lg-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-lg-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-lg-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-lg-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-lg-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-lg-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-lg-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-lg-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-lg-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-lg-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-lg-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-lg-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-lg-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-lg-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-lg-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-lg-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-lg-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-lg-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-lg-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-lg-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-lg-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-lg-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-lg-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-lg-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-lg-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-lg-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-lg-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-lg-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-lg-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-lg-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-lg-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-lg-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-lg-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-lg-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-lg-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-lg-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-lg-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-lg-112{column-gap:var(--post-core-dimension-112) !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}}@media screen and (min-width: 1280px){.float-xl-start{float:inline-start !important}.float-xl-end{float:inline-end !important}.float-xl-none{float:none !important}.m-xl-0{margin:var(--post-core-dimension-0) !important}.m-xl-1{margin:var(--post-core-dimension-1) !important}.m-xl-2{margin:var(--post-core-dimension-2) !important}.m-xl-3{margin:var(--post-core-dimension-3) !important}.m-xl-4{margin:var(--post-core-dimension-4) !important}.m-xl-5{margin:var(--post-core-dimension-5) !important}.m-xl-6{margin:var(--post-core-dimension-6) !important}.m-xl-8{margin:var(--post-core-dimension-8) !important}.m-xl-10{margin:var(--post-core-dimension-10) !important}.m-xl-11{margin:var(--post-core-dimension-11) !important}.m-xl-12{margin:var(--post-core-dimension-12) !important}.m-xl-14{margin:var(--post-core-dimension-14) !important}.m-xl-15{margin:var(--post-core-dimension-15) !important}.m-xl-16{margin:var(--post-core-dimension-16) !important}.m-xl-18{margin:var(--post-core-dimension-18) !important}.m-xl-19{margin:var(--post-core-dimension-19) !important}.m-xl-20{margin:var(--post-core-dimension-20) !important}.m-xl-22{margin:var(--post-core-dimension-22) !important}.m-xl-24{margin:var(--post-core-dimension-24) !important}.m-xl-26{margin:var(--post-core-dimension-26) !important}.m-xl-28{margin:var(--post-core-dimension-28) !important}.m-xl-30{margin:var(--post-core-dimension-30) !important}.m-xl-32{margin:var(--post-core-dimension-32) !important}.m-xl-34{margin:var(--post-core-dimension-34) !important}.m-xl-36{margin:var(--post-core-dimension-36) !important}.m-xl-40{margin:var(--post-core-dimension-40) !important}.m-xl-48{margin:var(--post-core-dimension-48) !important}.m-xl-56{margin:var(--post-core-dimension-56) !important}.m-xl-64{margin:var(--post-core-dimension-64) !important}.m-xl-78{margin:var(--post-core-dimension-78) !important}.m-xl-80{margin:var(--post-core-dimension-80) !important}.m-xl-96{margin:var(--post-core-dimension-96) !important}.m-xl-100{margin:var(--post-core-dimension-100) !important}.m-xl-112{margin:var(--post-core-dimension-112) !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-xl-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-xl-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-xl-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-xl-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-xl-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-xl-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-xl-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-xl-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-xl-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-xl-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-xl-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-xl-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-xl-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-xl-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-xl-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-xl-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-xl-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-xl-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-xl-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-xl-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-xl-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-xl-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-xl-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-xl-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-xl-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-xl-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-xl-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-xl-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-xl-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-xl-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-xl-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-xl-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-xl-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-xl-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-xl-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-xl-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-xl-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-xl-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-xl-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-xl-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-xl-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-xl-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-xl-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-xl-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-xl-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-xl-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-xl-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-xl-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-xl-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-xl-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-xl-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-xl-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-xl-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-xl-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-xl-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-xl-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-xl-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-xl-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-xl-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-xl-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-xl-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-xl-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-xl-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-xl-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-xl-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-xl-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:var(--post-core-dimension-0) !important}.mt-xl-1{margin-top:var(--post-core-dimension-1) !important}.mt-xl-2{margin-top:var(--post-core-dimension-2) !important}.mt-xl-3{margin-top:var(--post-core-dimension-3) !important}.mt-xl-4{margin-top:var(--post-core-dimension-4) !important}.mt-xl-5{margin-top:var(--post-core-dimension-5) !important}.mt-xl-6{margin-top:var(--post-core-dimension-6) !important}.mt-xl-8{margin-top:var(--post-core-dimension-8) !important}.mt-xl-10{margin-top:var(--post-core-dimension-10) !important}.mt-xl-11{margin-top:var(--post-core-dimension-11) !important}.mt-xl-12{margin-top:var(--post-core-dimension-12) !important}.mt-xl-14{margin-top:var(--post-core-dimension-14) !important}.mt-xl-15{margin-top:var(--post-core-dimension-15) !important}.mt-xl-16{margin-top:var(--post-core-dimension-16) !important}.mt-xl-18{margin-top:var(--post-core-dimension-18) !important}.mt-xl-19{margin-top:var(--post-core-dimension-19) !important}.mt-xl-20{margin-top:var(--post-core-dimension-20) !important}.mt-xl-22{margin-top:var(--post-core-dimension-22) !important}.mt-xl-24{margin-top:var(--post-core-dimension-24) !important}.mt-xl-26{margin-top:var(--post-core-dimension-26) !important}.mt-xl-28{margin-top:var(--post-core-dimension-28) !important}.mt-xl-30{margin-top:var(--post-core-dimension-30) !important}.mt-xl-32{margin-top:var(--post-core-dimension-32) !important}.mt-xl-34{margin-top:var(--post-core-dimension-34) !important}.mt-xl-36{margin-top:var(--post-core-dimension-36) !important}.mt-xl-40{margin-top:var(--post-core-dimension-40) !important}.mt-xl-48{margin-top:var(--post-core-dimension-48) !important}.mt-xl-56{margin-top:var(--post-core-dimension-56) !important}.mt-xl-64{margin-top:var(--post-core-dimension-64) !important}.mt-xl-78{margin-top:var(--post-core-dimension-78) !important}.mt-xl-80{margin-top:var(--post-core-dimension-80) !important}.mt-xl-96{margin-top:var(--post-core-dimension-96) !important}.mt-xl-100{margin-top:var(--post-core-dimension-100) !important}.mt-xl-112{margin-top:var(--post-core-dimension-112) !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:var(--post-core-dimension-0) !important}.me-xl-1{margin-right:var(--post-core-dimension-1) !important}.me-xl-2{margin-right:var(--post-core-dimension-2) !important}.me-xl-3{margin-right:var(--post-core-dimension-3) !important}.me-xl-4{margin-right:var(--post-core-dimension-4) !important}.me-xl-5{margin-right:var(--post-core-dimension-5) !important}.me-xl-6{margin-right:var(--post-core-dimension-6) !important}.me-xl-8{margin-right:var(--post-core-dimension-8) !important}.me-xl-10{margin-right:var(--post-core-dimension-10) !important}.me-xl-11{margin-right:var(--post-core-dimension-11) !important}.me-xl-12{margin-right:var(--post-core-dimension-12) !important}.me-xl-14{margin-right:var(--post-core-dimension-14) !important}.me-xl-15{margin-right:var(--post-core-dimension-15) !important}.me-xl-16{margin-right:var(--post-core-dimension-16) !important}.me-xl-18{margin-right:var(--post-core-dimension-18) !important}.me-xl-19{margin-right:var(--post-core-dimension-19) !important}.me-xl-20{margin-right:var(--post-core-dimension-20) !important}.me-xl-22{margin-right:var(--post-core-dimension-22) !important}.me-xl-24{margin-right:var(--post-core-dimension-24) !important}.me-xl-26{margin-right:var(--post-core-dimension-26) !important}.me-xl-28{margin-right:var(--post-core-dimension-28) !important}.me-xl-30{margin-right:var(--post-core-dimension-30) !important}.me-xl-32{margin-right:var(--post-core-dimension-32) !important}.me-xl-34{margin-right:var(--post-core-dimension-34) !important}.me-xl-36{margin-right:var(--post-core-dimension-36) !important}.me-xl-40{margin-right:var(--post-core-dimension-40) !important}.me-xl-48{margin-right:var(--post-core-dimension-48) !important}.me-xl-56{margin-right:var(--post-core-dimension-56) !important}.me-xl-64{margin-right:var(--post-core-dimension-64) !important}.me-xl-78{margin-right:var(--post-core-dimension-78) !important}.me-xl-80{margin-right:var(--post-core-dimension-80) !important}.me-xl-96{margin-right:var(--post-core-dimension-96) !important}.me-xl-100{margin-right:var(--post-core-dimension-100) !important}.me-xl-112{margin-right:var(--post-core-dimension-112) !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-xl-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-xl-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-xl-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-xl-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-xl-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-xl-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-xl-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-xl-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-xl-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-xl-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-xl-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-xl-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-xl-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-xl-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-xl-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-xl-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-xl-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-xl-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-xl-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-xl-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-xl-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-xl-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-xl-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-xl-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-xl-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-xl-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-xl-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-xl-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-xl-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-xl-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-xl-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-xl-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-xl-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:var(--post-core-dimension-0) !important}.ms-xl-1{margin-left:var(--post-core-dimension-1) !important}.ms-xl-2{margin-left:var(--post-core-dimension-2) !important}.ms-xl-3{margin-left:var(--post-core-dimension-3) !important}.ms-xl-4{margin-left:var(--post-core-dimension-4) !important}.ms-xl-5{margin-left:var(--post-core-dimension-5) !important}.ms-xl-6{margin-left:var(--post-core-dimension-6) !important}.ms-xl-8{margin-left:var(--post-core-dimension-8) !important}.ms-xl-10{margin-left:var(--post-core-dimension-10) !important}.ms-xl-11{margin-left:var(--post-core-dimension-11) !important}.ms-xl-12{margin-left:var(--post-core-dimension-12) !important}.ms-xl-14{margin-left:var(--post-core-dimension-14) !important}.ms-xl-15{margin-left:var(--post-core-dimension-15) !important}.ms-xl-16{margin-left:var(--post-core-dimension-16) !important}.ms-xl-18{margin-left:var(--post-core-dimension-18) !important}.ms-xl-19{margin-left:var(--post-core-dimension-19) !important}.ms-xl-20{margin-left:var(--post-core-dimension-20) !important}.ms-xl-22{margin-left:var(--post-core-dimension-22) !important}.ms-xl-24{margin-left:var(--post-core-dimension-24) !important}.ms-xl-26{margin-left:var(--post-core-dimension-26) !important}.ms-xl-28{margin-left:var(--post-core-dimension-28) !important}.ms-xl-30{margin-left:var(--post-core-dimension-30) !important}.ms-xl-32{margin-left:var(--post-core-dimension-32) !important}.ms-xl-34{margin-left:var(--post-core-dimension-34) !important}.ms-xl-36{margin-left:var(--post-core-dimension-36) !important}.ms-xl-40{margin-left:var(--post-core-dimension-40) !important}.ms-xl-48{margin-left:var(--post-core-dimension-48) !important}.ms-xl-56{margin-left:var(--post-core-dimension-56) !important}.ms-xl-64{margin-left:var(--post-core-dimension-64) !important}.ms-xl-78{margin-left:var(--post-core-dimension-78) !important}.ms-xl-80{margin-left:var(--post-core-dimension-80) !important}.ms-xl-96{margin-left:var(--post-core-dimension-96) !important}.ms-xl-100{margin-left:var(--post-core-dimension-100) !important}.ms-xl-112{margin-left:var(--post-core-dimension-112) !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:var(--post-core-dimension-0) !important}.p-xl-1{padding:var(--post-core-dimension-1) !important}.p-xl-2{padding:var(--post-core-dimension-2) !important}.p-xl-3{padding:var(--post-core-dimension-3) !important}.p-xl-4{padding:var(--post-core-dimension-4) !important}.p-xl-5{padding:var(--post-core-dimension-5) !important}.p-xl-6{padding:var(--post-core-dimension-6) !important}.p-xl-8{padding:var(--post-core-dimension-8) !important}.p-xl-10{padding:var(--post-core-dimension-10) !important}.p-xl-11{padding:var(--post-core-dimension-11) !important}.p-xl-12{padding:var(--post-core-dimension-12) !important}.p-xl-14{padding:var(--post-core-dimension-14) !important}.p-xl-15{padding:var(--post-core-dimension-15) !important}.p-xl-16{padding:var(--post-core-dimension-16) !important}.p-xl-18{padding:var(--post-core-dimension-18) !important}.p-xl-19{padding:var(--post-core-dimension-19) !important}.p-xl-20{padding:var(--post-core-dimension-20) !important}.p-xl-22{padding:var(--post-core-dimension-22) !important}.p-xl-24{padding:var(--post-core-dimension-24) !important}.p-xl-26{padding:var(--post-core-dimension-26) !important}.p-xl-28{padding:var(--post-core-dimension-28) !important}.p-xl-30{padding:var(--post-core-dimension-30) !important}.p-xl-32{padding:var(--post-core-dimension-32) !important}.p-xl-34{padding:var(--post-core-dimension-34) !important}.p-xl-36{padding:var(--post-core-dimension-36) !important}.p-xl-40{padding:var(--post-core-dimension-40) !important}.p-xl-48{padding:var(--post-core-dimension-48) !important}.p-xl-56{padding:var(--post-core-dimension-56) !important}.p-xl-64{padding:var(--post-core-dimension-64) !important}.p-xl-78{padding:var(--post-core-dimension-78) !important}.p-xl-80{padding:var(--post-core-dimension-80) !important}.p-xl-96{padding:var(--post-core-dimension-96) !important}.p-xl-100{padding:var(--post-core-dimension-100) !important}.p-xl-112{padding:var(--post-core-dimension-112) !important}.px-xl-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-xl-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-xl-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-xl-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-xl-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-xl-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-xl-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-xl-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-xl-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-xl-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-xl-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-xl-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-xl-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-xl-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-xl-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-xl-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-xl-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-xl-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-xl-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-xl-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-xl-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-xl-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-xl-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-xl-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-xl-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-xl-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-xl-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-xl-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-xl-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-xl-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-xl-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-xl-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-xl-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-xl-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-xl-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-xl-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-xl-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-xl-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-xl-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-xl-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-xl-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-xl-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-xl-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-xl-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-xl-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-xl-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-xl-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-xl-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-xl-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-xl-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-xl-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-xl-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-xl-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-xl-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-xl-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-xl-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-xl-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-xl-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-xl-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-xl-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-xl-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-xl-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-xl-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-xl-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-xl-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-xl-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-xl-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-xl-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-xl-0{padding-top:var(--post-core-dimension-0) !important}.pt-xl-1{padding-top:var(--post-core-dimension-1) !important}.pt-xl-2{padding-top:var(--post-core-dimension-2) !important}.pt-xl-3{padding-top:var(--post-core-dimension-3) !important}.pt-xl-4{padding-top:var(--post-core-dimension-4) !important}.pt-xl-5{padding-top:var(--post-core-dimension-5) !important}.pt-xl-6{padding-top:var(--post-core-dimension-6) !important}.pt-xl-8{padding-top:var(--post-core-dimension-8) !important}.pt-xl-10{padding-top:var(--post-core-dimension-10) !important}.pt-xl-11{padding-top:var(--post-core-dimension-11) !important}.pt-xl-12{padding-top:var(--post-core-dimension-12) !important}.pt-xl-14{padding-top:var(--post-core-dimension-14) !important}.pt-xl-15{padding-top:var(--post-core-dimension-15) !important}.pt-xl-16{padding-top:var(--post-core-dimension-16) !important}.pt-xl-18{padding-top:var(--post-core-dimension-18) !important}.pt-xl-19{padding-top:var(--post-core-dimension-19) !important}.pt-xl-20{padding-top:var(--post-core-dimension-20) !important}.pt-xl-22{padding-top:var(--post-core-dimension-22) !important}.pt-xl-24{padding-top:var(--post-core-dimension-24) !important}.pt-xl-26{padding-top:var(--post-core-dimension-26) !important}.pt-xl-28{padding-top:var(--post-core-dimension-28) !important}.pt-xl-30{padding-top:var(--post-core-dimension-30) !important}.pt-xl-32{padding-top:var(--post-core-dimension-32) !important}.pt-xl-34{padding-top:var(--post-core-dimension-34) !important}.pt-xl-36{padding-top:var(--post-core-dimension-36) !important}.pt-xl-40{padding-top:var(--post-core-dimension-40) !important}.pt-xl-48{padding-top:var(--post-core-dimension-48) !important}.pt-xl-56{padding-top:var(--post-core-dimension-56) !important}.pt-xl-64{padding-top:var(--post-core-dimension-64) !important}.pt-xl-78{padding-top:var(--post-core-dimension-78) !important}.pt-xl-80{padding-top:var(--post-core-dimension-80) !important}.pt-xl-96{padding-top:var(--post-core-dimension-96) !important}.pt-xl-100{padding-top:var(--post-core-dimension-100) !important}.pt-xl-112{padding-top:var(--post-core-dimension-112) !important}.pe-xl-0{padding-right:var(--post-core-dimension-0) !important}.pe-xl-1{padding-right:var(--post-core-dimension-1) !important}.pe-xl-2{padding-right:var(--post-core-dimension-2) !important}.pe-xl-3{padding-right:var(--post-core-dimension-3) !important}.pe-xl-4{padding-right:var(--post-core-dimension-4) !important}.pe-xl-5{padding-right:var(--post-core-dimension-5) !important}.pe-xl-6{padding-right:var(--post-core-dimension-6) !important}.pe-xl-8{padding-right:var(--post-core-dimension-8) !important}.pe-xl-10{padding-right:var(--post-core-dimension-10) !important}.pe-xl-11{padding-right:var(--post-core-dimension-11) !important}.pe-xl-12{padding-right:var(--post-core-dimension-12) !important}.pe-xl-14{padding-right:var(--post-core-dimension-14) !important}.pe-xl-15{padding-right:var(--post-core-dimension-15) !important}.pe-xl-16{padding-right:var(--post-core-dimension-16) !important}.pe-xl-18{padding-right:var(--post-core-dimension-18) !important}.pe-xl-19{padding-right:var(--post-core-dimension-19) !important}.pe-xl-20{padding-right:var(--post-core-dimension-20) !important}.pe-xl-22{padding-right:var(--post-core-dimension-22) !important}.pe-xl-24{padding-right:var(--post-core-dimension-24) !important}.pe-xl-26{padding-right:var(--post-core-dimension-26) !important}.pe-xl-28{padding-right:var(--post-core-dimension-28) !important}.pe-xl-30{padding-right:var(--post-core-dimension-30) !important}.pe-xl-32{padding-right:var(--post-core-dimension-32) !important}.pe-xl-34{padding-right:var(--post-core-dimension-34) !important}.pe-xl-36{padding-right:var(--post-core-dimension-36) !important}.pe-xl-40{padding-right:var(--post-core-dimension-40) !important}.pe-xl-48{padding-right:var(--post-core-dimension-48) !important}.pe-xl-56{padding-right:var(--post-core-dimension-56) !important}.pe-xl-64{padding-right:var(--post-core-dimension-64) !important}.pe-xl-78{padding-right:var(--post-core-dimension-78) !important}.pe-xl-80{padding-right:var(--post-core-dimension-80) !important}.pe-xl-96{padding-right:var(--post-core-dimension-96) !important}.pe-xl-100{padding-right:var(--post-core-dimension-100) !important}.pe-xl-112{padding-right:var(--post-core-dimension-112) !important}.pb-xl-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-xl-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-xl-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-xl-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-xl-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-xl-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-xl-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-xl-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-xl-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-xl-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-xl-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-xl-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-xl-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-xl-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-xl-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-xl-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-xl-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-xl-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-xl-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-xl-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-xl-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-xl-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-xl-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-xl-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-xl-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-xl-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-xl-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-xl-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-xl-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-xl-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-xl-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-xl-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-xl-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-xl-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-xl-0{padding-left:var(--post-core-dimension-0) !important}.ps-xl-1{padding-left:var(--post-core-dimension-1) !important}.ps-xl-2{padding-left:var(--post-core-dimension-2) !important}.ps-xl-3{padding-left:var(--post-core-dimension-3) !important}.ps-xl-4{padding-left:var(--post-core-dimension-4) !important}.ps-xl-5{padding-left:var(--post-core-dimension-5) !important}.ps-xl-6{padding-left:var(--post-core-dimension-6) !important}.ps-xl-8{padding-left:var(--post-core-dimension-8) !important}.ps-xl-10{padding-left:var(--post-core-dimension-10) !important}.ps-xl-11{padding-left:var(--post-core-dimension-11) !important}.ps-xl-12{padding-left:var(--post-core-dimension-12) !important}.ps-xl-14{padding-left:var(--post-core-dimension-14) !important}.ps-xl-15{padding-left:var(--post-core-dimension-15) !important}.ps-xl-16{padding-left:var(--post-core-dimension-16) !important}.ps-xl-18{padding-left:var(--post-core-dimension-18) !important}.ps-xl-19{padding-left:var(--post-core-dimension-19) !important}.ps-xl-20{padding-left:var(--post-core-dimension-20) !important}.ps-xl-22{padding-left:var(--post-core-dimension-22) !important}.ps-xl-24{padding-left:var(--post-core-dimension-24) !important}.ps-xl-26{padding-left:var(--post-core-dimension-26) !important}.ps-xl-28{padding-left:var(--post-core-dimension-28) !important}.ps-xl-30{padding-left:var(--post-core-dimension-30) !important}.ps-xl-32{padding-left:var(--post-core-dimension-32) !important}.ps-xl-34{padding-left:var(--post-core-dimension-34) !important}.ps-xl-36{padding-left:var(--post-core-dimension-36) !important}.ps-xl-40{padding-left:var(--post-core-dimension-40) !important}.ps-xl-48{padding-left:var(--post-core-dimension-48) !important}.ps-xl-56{padding-left:var(--post-core-dimension-56) !important}.ps-xl-64{padding-left:var(--post-core-dimension-64) !important}.ps-xl-78{padding-left:var(--post-core-dimension-78) !important}.ps-xl-80{padding-left:var(--post-core-dimension-80) !important}.ps-xl-96{padding-left:var(--post-core-dimension-96) !important}.ps-xl-100{padding-left:var(--post-core-dimension-100) !important}.ps-xl-112{padding-left:var(--post-core-dimension-112) !important}.gap-xl-0{gap:var(--post-core-dimension-0) !important}.gap-xl-1{gap:var(--post-core-dimension-1) !important}.gap-xl-2{gap:var(--post-core-dimension-2) !important}.gap-xl-3{gap:var(--post-core-dimension-3) !important}.gap-xl-4{gap:var(--post-core-dimension-4) !important}.gap-xl-5{gap:var(--post-core-dimension-5) !important}.gap-xl-6{gap:var(--post-core-dimension-6) !important}.gap-xl-8{gap:var(--post-core-dimension-8) !important}.gap-xl-10{gap:var(--post-core-dimension-10) !important}.gap-xl-11{gap:var(--post-core-dimension-11) !important}.gap-xl-12{gap:var(--post-core-dimension-12) !important}.gap-xl-14{gap:var(--post-core-dimension-14) !important}.gap-xl-15{gap:var(--post-core-dimension-15) !important}.gap-xl-16{gap:var(--post-core-dimension-16) !important}.gap-xl-18{gap:var(--post-core-dimension-18) !important}.gap-xl-19{gap:var(--post-core-dimension-19) !important}.gap-xl-20{gap:var(--post-core-dimension-20) !important}.gap-xl-22{gap:var(--post-core-dimension-22) !important}.gap-xl-24{gap:var(--post-core-dimension-24) !important}.gap-xl-26{gap:var(--post-core-dimension-26) !important}.gap-xl-28{gap:var(--post-core-dimension-28) !important}.gap-xl-30{gap:var(--post-core-dimension-30) !important}.gap-xl-32{gap:var(--post-core-dimension-32) !important}.gap-xl-34{gap:var(--post-core-dimension-34) !important}.gap-xl-36{gap:var(--post-core-dimension-36) !important}.gap-xl-40{gap:var(--post-core-dimension-40) !important}.gap-xl-48{gap:var(--post-core-dimension-48) !important}.gap-xl-56{gap:var(--post-core-dimension-56) !important}.gap-xl-64{gap:var(--post-core-dimension-64) !important}.gap-xl-78{gap:var(--post-core-dimension-78) !important}.gap-xl-80{gap:var(--post-core-dimension-80) !important}.gap-xl-96{gap:var(--post-core-dimension-96) !important}.gap-xl-100{gap:var(--post-core-dimension-100) !important}.gap-xl-112{gap:var(--post-core-dimension-112) !important}.row-gap-xl-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-xl-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-xl-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-xl-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-xl-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-xl-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-xl-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-xl-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-xl-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-xl-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-xl-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-xl-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-xl-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-xl-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-xl-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-xl-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-xl-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-xl-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-xl-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-xl-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-xl-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-xl-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-xl-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-xl-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-xl-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-xl-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-xl-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-xl-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-xl-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-xl-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-xl-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-xl-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-xl-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-xl-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-xl-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-xl-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-xl-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-xl-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-xl-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-xl-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-xl-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-xl-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-xl-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-xl-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-xl-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-xl-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-xl-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-xl-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-xl-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-xl-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-xl-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-xl-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-xl-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-xl-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-xl-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-xl-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-xl-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-xl-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-xl-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-xl-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-xl-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-xl-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-xl-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-xl-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-xl-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-xl-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-xl-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-xl-112{column-gap:var(--post-core-dimension-112) !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}}*,*::before,*::after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;margin:0}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;hyphens:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{caption-side:bottom;border-collapse:collapse}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}fieldset,legend{padding:0}fieldset{border:0}input,select,textarea{margin:0}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:900;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlk.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlk.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:900;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlkIt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlkIt.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:700;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:700;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:400;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:400;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff") format("woff")}body{font-family:var(--post-device-font-family-default);font-size:var(--post-device-font-size-6);font-weight:var(--post-device-font-weight-regular);line-height:var(--post-device-line-height-content);letter-spacing:var(--post-core-letter-spacing-default);color:var(--post-scheme-color-surface-default-fg)}a{-webkit-text-decoration:var(--post-core-text-decoration-underline);text-decoration:var(--post-core-text-decoration-underline);border-radius:var(--post-device-border-radius-focus);color:inherit}a:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}a{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){a:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a,a:focus{color:LinkText !important}a:hover{text-decoration-thickness:2px}a:visited{color:VisitedText}}@counter-style post-bullet{system:extends disc;suffix:" "}ul{list-style:post-bullet;margin-block:var(--post-device-spacing-padding-block-8);padding-inline-start:calc(var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-10))}ul>li::marker{line-height:1}ul.list-bullet{list-style:none}ul.list-bullet>li{margin:0;padding-inline:0;padding-block:var(--post-device-spacing-padding-block-6)}ul.list-bullet>li~li{margin-block-start:var(--post-device-spacing-gap-1)}ul.list-bullet>li::before{display:block;content:"";box-sizing:content-box;position:absolute;margin-block-start:calc(var(--post-device-line-height-content)*.5em - var(--post-device-sizing-interactive-button-icon-6)*.5);margin-inline-start:calc(var(--post-device-sizing-notification-icon-3)*-0.5 + var(--post-device-sizing-interactive-button-icon-6)*-0.5 + var(--post-device-spacing-gap-inline-10)*-1);width:var(--post-device-sizing-interactive-button-icon-6);height:var(--post-device-sizing-interactive-button-icon-6);background-color:currentColor;border-radius:50%}p{margin-block:var(--post-device-spacing-margin-3)}p:first-child{margin-block-start:0}p:last-child{margin-block-end:0}legend{font-weight:var(--post-device-font-weight-bold);line-height:var(--post-device-line-height-legend);width:100%}legend.large{font-size:var(--post-device-font-size-3);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-4);padding-block-end:var(--post-device-spacing-padding-17);border-bottom:var(--post-core-color-sandgrey-100) var(--post-device-border-width-default) var(--post-core-border-style-solid)}/*!
|
|
2
|
+
* Copyright 2021 by Swiss Post, Information Technology
|
|
3
|
+
*/.segmented-button-container{container-name:post-segmented-container;container-type:inline-size}.segmented-button>legend{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.segmented-button>legend:not(caption){position:absolute !important}.segmented-button{display:flex;gap:var(--post-device-spacing-gap-inline-13);align-items:stretch;outline:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke);outline-offset:calc(var(--post-device-border-width-default)*-1);background-color:var(--post-scheme-color-interactive-primary-enabled-bg1);border-radius:var(--post-device-border-radius-round);box-shadow:var(--post-device-elevation-200)}.segmented-button label{flex:0 1 100%;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;padding-inline:var(--post-device-spacing-padding-11);height:var(--post-device-sizing-interactive-button-height-2);border-radius:inherit;cursor:pointer;font-weight:var(--post-device-font-weight-bold);color:var(--post-scheme-color-interactive-primary-enabled-fg1);text-align:center;line-height:1.2;overflow-wrap:anywhere}.segmented-button label input{appearance:none !important;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;inset:0;margin:0;padding:0;border:var(--post-device-border-width-default) solid rgba(0,0,0,0);border-radius:inherit}.segmented-button label input{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.segmented-button label input:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.segmented-button label input:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.segmented-button label input:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.segmented-button label input:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.segmented-button label:last-of-type{z-index:1}.segmented-button label:not(:last-of-type):hover{z-index:3}.segmented-button label:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}.segmented-button label:hover input{border-color:var(--post-scheme-color-interactive-primary-hover-stroke)}.segmented-button label:has(input:checked){color:var(--post-scheme-color-interactive-primary-selected-fg3)}.segmented-button label:has(input:checked)~:last-of-type::after,.segmented-button label:has(input:checked):last-of-type::after{display:block;content:"";position:absolute;inset:0;z-index:-1;background-color:var(--post-scheme-color-interactive-primary-selected-bg4);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-selected-stroke1);border-radius:inherit;transition:transform .4s cubic-bezier(0.25, 1.4, 0.5, 0.9)}.segmented-button label:has(input:checked):hover input{border-color:var(--post-scheme-color-interactive-primary-selected-stroke1)}.segmented-button label:nth-last-of-type(2):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-100% - 1 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(3):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-200% - 2 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(4):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-300% - 3 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(5):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-400% - 4 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(6):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-500% - 5 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(7):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-600% - 6 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(8):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-700% - 7 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(9):has(input:checked)~label:last-of-type::after{transform:translateX(calc(-800% - 8 * var(--post-device-spacing-gap-inline-13)))}@container post-segmented-container (max-width: 600px){.segmented-button{flex-direction:column;border-radius:var(--post-device-border-radius-2)}.segmented-button label{flex:1 0 auto;border-radius:0}.segmented-button label:first-of-type{border-top-left-radius:inherit;border-top-right-radius:inherit}.segmented-button label:first-of-type:has(input:checked)~:last-of-type::after{border-top-left-radius:var(--post-device-border-radius-2);border-top-right-radius:var(--post-device-border-radius-2);border-bottom-left-radius:0;border-bottom-right-radius:0}.segmented-button label:last-of-type{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.segmented-button label:last-of-type::after{border-radius:0}.segmented-button label:last-of-type:has(input:checked)::after{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--post-device-border-radius-2);border-bottom-right-radius:var(--post-device-border-radius-2)}.segmented-button label:not(:first-of-type,:last-of-type):has(input:checked)~:last-of-type::after{border-radius:0}.segmented-button label input{border-top-color:var(--post-scheme-color-interactive-primary-enabled-stroke)}.segmented-button label:not(:first-of-type) input{top:calc(var(--post-device-border-width-default)*-1)}.segmented-button label:not(:first-of-type):has(input:checked) input{top:calc(var(--post-device-border-width-default)*-0.5)}.segmented-button label:not(:last-of-type) input{bottom:calc(var(--post-device-spacing-gap-inline-13)*-1)}.segmented-button label:hover input{border-color:var(--post-scheme-color-interactive-primary-hover-stroke)}.segmented-button label:nth-last-of-type(2):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-100% - 1 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(3):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-200% - 2 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(4):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-300% - 3 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(5):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-400% - 4 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(6):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-500% - 5 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(7):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-600% - 6 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(8):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-700% - 7 * var(--post-device-spacing-gap-inline-13)))}.segmented-button label:nth-last-of-type(9):has(input:checked)~label:last-of-type::after{transform:translateY(calc(-800% - 8 * var(--post-device-spacing-gap-inline-13)))}}ol{display:grid;grid-template-columns:[marker] auto [item] 1fr;list-style:none;counter-reset:ol;padding:var(--post-device-spacing-gap-1);gap:var(--post-device-spacing-padding-block-8)}ol>li{display:grid;grid-template-columns:subgrid;counter-increment:ol;column-gap:var(--post-device-spacing-gap-inline-10);grid-column:span 2}ol>li::before{text-align:right;content:counter(ol) ".";grid-column:marker;grid-row:span 30000}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6){line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-black)}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6):first-child{margin-block-start:0}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6):last-child{margin-block-end:0}h1,.h1{font-size:var(--post-device-font-size-1);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-2)}h2,.h2{font-size:var(--post-device-font-size-2);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-2)}h3,.h3{font-size:var(--post-device-font-size-3);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h4,.h4{font-size:var(--post-device-font-size-4);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h5,.h5{font-size:var(--post-device-font-size-5);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h6,.h6{font-size:var(--post-device-font-size-6);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}.accordion-item{border-block:2px solid #666;--post-bg-rgb: 244, 243, 241}.bg-yellow .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-white .accordion-item{--post-bg-rgb: 244, 243, 241}.bg-light .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-gray .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-dark .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-black .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-primary .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-secondary .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-success .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-warning .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-error .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-info .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-success-background .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-warning-background .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-error-background .accordion-item{--post-bg-rgb: 255, 255, 255}.accordion-item+.accordion-item{border-block-start:0}.accordion-header{color:#333;font-size:1rem;font-weight:700;line-height:1.5;margin:0}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;width:100%;position:relative;padding-block:1rem;padding-inline-start:1rem;padding-inline-end:3rem;text-align:start;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;outline:none}.accordion-button:focus-visible{outline:2px solid #1976c8}.accordion-button:hover{color:#000;background-color:#e6e6e6}.accordion-button:disabled{opacity:.4;pointer-events:none}.accordion-button::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:"";display:block;height:1.5rem;width:1.5rem;position:absolute;inset-inline-end:1rem;inset-block-start:50%;transform:translateY(-50%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.accordion-button.collapsed::after{transform:translateY(-50%) rotate(-180deg)}.accordion-button>.text-truncate{display:block}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}}.accordion-body{padding:.5rem 1rem 1rem;font-weight:400}.accordion-button>*,.accordion-body>:first-child{margin-block-start:0 !important}.accordion-button>*,.accordion-body>:last-child{margin-block-end:0 !important}.app-store-badge{display:inline-flex;border-radius:var(--post-device-border-radius-1)}.app-store-badge img{display:block;height:var(--post-device-sizing-interactive-button-height-5)}a:where(:has(post-avatar:only-child)),button:where(:has(post-avatar:only-child)){display:inline-flex;padding:0;background-color:rgba(0,0,0,0);border:0 none;border-radius:var(--post-device-border-radius-round);text-decoration:none}a:hover post-avatar,button:hover post-avatar{--post-avatar-bg: var(--post-scheme-color-interactive-primary-hover-bg2);--post-avatar-fg: var(--post-scheme-color-interactive-primary-hover-fg3)}a:hover post-avatar::after,button:hover post-avatar::after{background-color:var(--post-core-color-sandgrey-alpha-lightsand-50)}.chip-sm.chip-filter>.chip-filter-label>.badge,.badge.badge-sm{--post-badge-height: 1rem;--post-badge-padding-x: 0.25rem;font-size:10px}.badge{--post-badge-height: 1.5rem;--post-badge-padding-x: 0.5rem;display:inline-flex;align-items:center;justify-content:center;box-sizing:content-box;height:var(--post-badge-height);min-width:calc(var(--post-badge-height) - 2*var(--post-badge-padding-x));padding-inline:var(--post-badge-padding-x);border:#fff solid 2px;border-radius:50rem;font-size:.75rem;background-color:#a51728;color:#fff}.badge:empty{--post-badge-height: 0.5rem;--post-badge-padding-x: 0%}.banner,.alert{min-height:calc(var(--post-device-sizing-notification-icon-2) + 2*var(--post-device-spacing-padding-10));box-sizing:border-box;box-shadow:var(--post-device-elevation-100);border-radius:var(--post-device-border-radius-2);padding:var(--post-device-spacing-padding-10) var(--post-device-spacing-padding-10);padding-inline-start:calc(var(--post-device-spacing-padding-10) + var(--post-device-sizing-notification-icon-2) + var(--post-device-spacing-gap-inline-6));font-weight:400;border-style:var(--post-core-border-style-solid);border-width:var(--post-device-border-width-default);position:relative;color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-scheme-color-signal-neutral);border-color:var(--post-scheme-color-signal-neutral-dark);color-scheme:var(--post-core-bg-scheme-light)}.banner:not(.no-icon)::before,.alert:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-signal-neutral-dark)}.banner:has(>post-icon)::before,.alert:has(>post-icon)::before{content:none}.banner>post-icon,.alert>post-icon{background-color:var(--post-scheme-color-signal-neutral);color:var(--post-scheme-color-signal-neutral-dark)}.banner::before,.alert::before{content:"";display:block}.banner::before,.banner>post-icon,.alert::before,.alert>post-icon{position:absolute;height:var(--post-device-sizing-notification-icon-2);width:var(--post-device-sizing-notification-icon-2);left:var(--post-device-spacing-padding-10);top:var(--post-device-spacing-padding-10)}.banner.no-icon,.alert.no-icon{min-height:calc(2*var(--post-device-spacing-padding-10) + 1.5rem);padding-inline-start:var(--post-device-spacing-padding-10)}.banner.no-icon::before,.alert.no-icon::before{content:unset}.banner.no-icon>post-icon,.alert.no-icon>post-icon{display:none}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner,.alert{filter:none !important;border:2px solid CanvasText}}.banner:not(.banner-action):not(.alert-action),.alert:not(.banner-action):not(.alert-action){display:flex;flex-direction:column;justify-content:center;gap:.25rem}.banner:not(.banner-action):not(.alert-action) a,.alert:not(.banner-action):not(.alert-action) a{font-weight:400}.banner:not(.banner-action):not(.alert-action) hr,.alert:not(.banner-action):not(.alert-action) hr{margin-block:.5rem .75rem !important}.banner:not(.banner-action):not(.alert-action)>*,.alert:not(.banner-action):not(.alert-action)>*{margin:0}.banner-container{border:unset;background-color:rgba(0,0,0,0)}.banner-dismissible,.alert-dismissible{pointer-events:auto;position:relative}.banner-dismissible:not(.banner-action):not(.alert-action),.alert-dismissible:not(.banner-action):not(.alert-action){padding-inline-end:calc(var(--post-device-spacing-padding-10) + var(--post-device-spacing-gap-inline-6) + 1.5rem)}.banner-dismissible>.btn-close,.alert-dismissible>.btn-close{position:absolute;inset-block-start:1rem;inset-inline-end:var(--post-device-spacing-padding-10)}.banner-buttons,.alert-buttons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row-reverse;margin-block-start:var(--post-device-spacing-padding-block-10);gap:var(--post-device-spacing-gap-1)}@media(max-width: 779.98px){.banner-buttons,.alert-buttons{flex-direction:column}}.banner-action>.banner-content,.banner-action>.alert-content,.alert-action>.banner-content,.alert-action>.alert-content{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.banner-action>.banner-content a,.banner-action>.alert-content a,.alert-action>.banner-content a,.alert-action>.alert-content a{font-weight:400}.banner-action>.banner-content hr,.banner-action>.alert-content hr,.alert-action>.banner-content hr,.alert-action>.alert-content hr{margin-block:.5rem .75rem !important}.banner-action>.banner-content>*,.banner-action>.alert-content>*,.alert-action>.banner-content>*,.alert-action>.alert-content>*{margin:0}@media(max-width: 779.98px){.banner-action,.alert-action{flex-direction:column;align-items:stretch}.banner-action>.banner-content,.banner-action>.alert-content,.alert-action>.banner-content,.alert-action>.alert-content{padding-inline-start:var(--post-device-spacing-gap-inline-6)var(--post-device-sizing-notification-icon-2);padding-inline-end:var(--post-device-spacing-gap-inline-6)1.5rem}.banner-action.no-icon>.banner-content,.banner-action.no-icon>.alert-content,.alert-action.no-icon>.banner-content,.alert-action.no-icon>.alert-content{padding-inline-start:0}.banner-action>.banner-buttons,.banner-action>.alert-buttons,.alert-action>.banner-buttons,.alert-action>.alert-buttons{display:flex}.banner-action>.banner-buttons>.btn,.banner-action>.banner-buttons>::slotted(.btn),.banner-action>.alert-buttons>.btn,.banner-action>.alert-buttons>::slotted(.btn),.alert-action>.banner-buttons>.btn,.alert-action>.banner-buttons>::slotted(.btn),.alert-action>.alert-buttons>.btn,.alert-action>.alert-buttons>::slotted(.btn){flex:1 0 0;width:100%}.banner-action>.banner-buttons>.btn:first-child,.banner-action>.banner-buttons>::slotted(.btn:first-child),.banner-action>.alert-buttons>.btn:first-child,.banner-action>.alert-buttons>::slotted(.btn:first-child),.alert-action>.banner-buttons>.btn:first-child,.alert-action>.banner-buttons>::slotted(.btn:first-child),.alert-action>.alert-buttons>.btn:first-child,.alert-action>.alert-buttons>::slotted(.btn:first-child){margin-inline-start:0}}.banner-neutral,.alert-neutral{background-color:var(--post-scheme-color-signal-neutral);border-color:var(--post-scheme-color-signal-neutral-dark);color-scheme:var(--post-core-bg-scheme-light)}.banner-neutral:not(.no-icon)::before,.alert-neutral:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-signal-neutral-dark)}.banner-neutral:has(>post-icon)::before,.alert-neutral:has(>post-icon)::before{content:none}.banner-neutral>post-icon,.alert-neutral>post-icon{background-color:var(--post-scheme-color-signal-neutral);color:var(--post-scheme-color-signal-neutral-dark)}.banner-success,.alert-success{background-color:var(--post-scheme-color-interactive-notification-success-bg);border-color:var(--post-scheme-color-interactive-notification-success-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-success:not(.no-icon)::before,.alert-success:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-success-icon)}.banner-success:has(>post-icon)::before,.alert-success:has(>post-icon)::before{content:none}.banner-success>post-icon,.alert-success>post-icon{background-color:var(--post-scheme-color-interactive-notification-success-bg);color:var(--post-scheme-color-interactive-notification-success-icon)}.banner-warning,.alert-warning{background-color:var(--post-scheme-color-interactive-notification-warning-bg);border-color:var(--post-scheme-color-interactive-notification-warning-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-warning:not(.no-icon)::before,.alert-warning:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-warning-icon)}.banner-warning:has(>post-icon)::before,.alert-warning:has(>post-icon)::before{content:none}.banner-warning>post-icon,.alert-warning>post-icon{background-color:var(--post-scheme-color-interactive-notification-warning-bg);color:var(--post-scheme-color-interactive-notification-warning-icon)}.banner-error,.alert-error{background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-error:not(.no-icon)::before,.alert-error:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-error-icon)}.banner-error:has(>post-icon)::before,.alert-error:has(>post-icon)::before{content:none}.banner-error>post-icon,.alert-error>post-icon{background-color:var(--post-scheme-color-interactive-notification-error-bg);color:var(--post-scheme-color-interactive-notification-error-icon)}.banner-info,.alert-info{background-color:var(--post-scheme-color-interactive-notification-info-bg);border-color:var(--post-scheme-color-interactive-notification-info-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-info:not(.no-icon)::before,.alert-info:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.33 25.33v-16h-4.67V12h2v13.33h-2V28h6.67v-2.67zM14.67 4h2.67v2.67h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.33 25.33v-16h-4.67V12h2v13.33h-2V28h6.67v-2.67zM14.67 4h2.67v2.67h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-info-icon)}.banner-info:has(>post-icon)::before,.alert-info:has(>post-icon)::before{content:none}.banner-info>post-icon,.alert-info>post-icon{background-color:var(--post-scheme-color-interactive-notification-info-bg);color:var(--post-scheme-color-interactive-notification-info-icon)}.banner-danger,.alert-danger{background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-danger:not(.no-icon)::before,.alert-danger:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-error-icon)}.banner-danger:has(>post-icon)::before,.alert-danger:has(>post-icon)::before{content:none}.banner-danger>post-icon,.alert-danger>post-icon{background-color:var(--post-scheme-color-interactive-notification-error-bg);color:var(--post-scheme-color-interactive-notification-error-icon)}.breadcrumb{--bs-breadcrumb-padding-x: 1rem;--bs-breadcrumb-padding-y: 0.75rem;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: hsl(0, 0%, 80%);--bs-breadcrumb-border-radius: 4px;--bs-breadcrumb-divider-color: hsl(0, 0%, 40%);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: hsl(0, 0%, 40%);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.subnavigation-link,.datatable-paginated-footer .datatable-row-count-label,.datatable-paginated-footer .datatable-row-count-input,.breadcrumb{font-size:.9375rem;font-size:1rem}@media(min-width: 1024px){.subnavigation-link,.datatable-paginated-footer .datatable-row-count-label,.datatable-paginated-footer .datatable-row-count-input,.breadcrumb{font-size:1.0625rem}}.breadcrumb{flex-wrap:nowrap;height:2.5rem;overflow:hidden;font-weight:400;white-space:nowrap}.blockquote{font-size:var(--post-device-font-size-5);font-weight:var(--post-device-font-weight-bold);margin:var(--post-device-spacing-margin-5) var(--post-device-spacing-margin-6);padding:0 var(--post-core-dimension-24) 0 var(--post-core-dimension-20);border-inline-start:var(--post-device-border-width-quote) var(--post-core-border-style-solid) var(--post-scheme-color-surface-default-stroke)}figure:has(.blockquote){margin:var(--post-device-spacing-margin-5) var(--post-device-spacing-margin-6);padding:0 var(--post-core-dimension-24) 0 var(--post-core-dimension-20);border-inline-start:var(--post-device-border-width-quote) var(--post-core-border-style-solid) var(--post-scheme-color-surface-default-stroke)}figure:has(.blockquote) .blockquote{margin:0;padding:0;border-width:0;border-style:none;border-color:rgba(0,0,0,0)}figure:has(.blockquote) .blockquote q{quotes:"«" "»" "‹" "›"}figure:has(.blockquote) .blockquote q:lang(en){quotes:'"' '"' "'" "'"}figcaption.blockquote-footer{margin-top:var(--post-core-dimension-16)}figcaption.blockquote-footer cite{font-style:inherit}.btn{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;color:var(--post-gray-80);font-family:inherit;font-weight:var(--post-device-font-weight-bold);text-decoration:none !important;white-space:nowrap;min-height:var(--post-device-sizing-interactive-button-height-1);gap:var(--post-device-spacing-gap-inline-10);padding:0 var(--post-device-spacing-padding-inline-6)}.btn>post-icon{width:var(--post-device-sizing-interactive-button-icon-4);height:var(--post-device-sizing-interactive-button-icon-4)}.btn:disabled{border-style:var(--post-core-border-style-dash)}.btn{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn{border-color:ButtonBorder;background-color:ButtonFace}.btn:not(:disabled,.disabled):hover{border-color:highlight}.btn:disabled{border-color:GrayText !important}}.btn-primary{box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-primary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-primary-enabled-bg);color:var(--post-scheme-color-interactive-button-primary-enabled-fg)}.btn-primary:disabled{border-color:var(--post-scheme-color-interactive-button-primary-disabled-stroke);background-color:var(--post-scheme-color-interactive-button-primary-disabled-bg);color:var(--post-scheme-color-interactive-button-primary-disabled-fg)}.btn-primary:not(:disabled):hover,.btn-primary.pretend-hover{border-color:var(--post-scheme-color-interactive-button-primary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-primary-hover-bg);color:var(--post-scheme-color-interactive-button-primary-hover-fg)}.btn-default{box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-secondary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-enabled-bg);color:var(--post-scheme-color-interactive-button-secondary-enabled-fg)}.btn-default:disabled{border-color:var(--post-scheme-color-interactive-button-secondary-disabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-disabled-bg);color:var(--post-scheme-color-interactive-button-secondary-disabled-fg)}.btn-default:not(:disabled):hover,.btn-default.pretend-hover{border-color:var(--post-scheme-color-interactive-button-secondary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-hover-bg);color:var(--post-scheme-color-interactive-button-secondary-hover-fg)}.btn-secondary{box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-secondary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-enabled-bg);color:var(--post-scheme-color-interactive-button-secondary-enabled-fg)}.btn-secondary:disabled{border-color:var(--post-scheme-color-interactive-button-secondary-disabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-disabled-bg);color:var(--post-scheme-color-interactive-button-secondary-disabled-fg)}.btn-secondary:not(:disabled):hover,.btn-secondary.pretend-hover{border-color:var(--post-scheme-color-interactive-button-secondary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-hover-bg);color:var(--post-scheme-color-interactive-button-secondary-hover-fg)}.btn-tertiary{border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}.btn-tertiary:disabled{border-color:var(--post-scheme-color-interactive-button-tertiary-disabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-disabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-disabled-fg)}.btn-tertiary:not(:disabled):hover,.btn-tertiary.pretend-hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.btn-link{border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}.btn-link:disabled{border-color:var(--post-scheme-color-interactive-button-tertiary-disabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-disabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-disabled-fg)}.btn-link:not(:disabled):hover,.btn-link.pretend-hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-link,.btn-tertiary{color:linktext;text-decoration:underline !important}}.btn-link{padding-inline-start:0;padding-inline-end:0}.btn-sm{min-height:var(--post-device-sizing-interactive-button-height-4);gap:var(--post-device-spacing-gap-inline-11);padding:0 var(--post-device-spacing-padding-inline-7)}.btn-sm>post-icon{width:var(--post-device-sizing-interactive-button-icon-5);height:var(--post-device-sizing-interactive-button-icon-5)}.btn-lg{min-height:var(--post-device-sizing-interactive-button-height-2);gap:var(--post-device-spacing-gap-inline-1);padding:0 var(--post-device-spacing-padding-inline-5)}.btn-lg>post-icon{width:var(--post-device-sizing-interactive-button-icon-3);height:var(--post-device-sizing-interactive-button-icon-3)}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--post-device-border-radius-round)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(2px*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.84375rem;padding-left:.84375rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(2px*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group{max-width:100%;flex-wrap:wrap;row-gap:.25rem;padding-inline-start:2px}.btn-group>.btn{white-space:normal;cursor:pointer;flex:0 1 auto;margin-inline-start:-2px}.btn-group>.btn-secondary{border-color:#ccc}.btn-group>.btn-secondary.active,.btn-group>.btn-check:checked+.btn-secondary{background-color:#fc0;color:#000}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-group>.btn-secondary.active,.btn-group>.btn-check:checked+.btn-secondary{background-color:Highlight}}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check+.btn{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.btn-check:is(:focus-visible,:has(:focus-visible),.pretend-focus)+.btn{outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-check:is(:focus-visible,:has(:focus-visible),.pretend-focus)+.btn{outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn-check:is(:focus-visible,:focus-within,.pretend-focus)+.btn{outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-check:is(:focus-visible,:focus-within,.pretend-focus)+.btn{outline-color:Highlight !important}}}.card{--bs-card-spacer-y: 1.25rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: 1px;--bs-card-border-color: hsl(0, 0%, 80%);--bs-card-border-radius: 2px;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(2px - 1px);--bs-card-cap-padding-y: 0.625rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: #faf9f8;--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: #000;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 15px;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 600px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-group{margin-top:1px;margin-left:1px;box-shadow:0 0 8px 0 rgba(0,0,0,.4)}.card{transition:box-shadow .25s;border:0;border-radius:0;outline:1px solid #ccc;box-shadow:0 0 8px 0 rgba(0,0,0,.4);color:#000}.card.product-card,.card.card-button{box-shadow:none}.card.product-card:hover,.card.product-card:focus,.card.card-button:hover,.card.card-button:focus{z-index:1;box-shadow:0 0 8px 0 rgba(0,0,0,.4)}.card+.card{margin-top:12px}.card-group>.card{margin-right:1px;margin-bottom:1px;box-shadow:none}.card-group>.card+.card{margin-top:0}.card .list-group-item{padding:1.25rem 1rem;border-color:#ccc}.card .link-icon{text-decoration:none}.card .link-icon post-icon{width:1.5rem;height:1.5rem;margin-right:.5rem}.card>.list-group+.card-footer,.card .card-body~.card-body{border-top:1px solid #ccc}.card-header>*:first-child,.card-body>*:first-child,.card-footer>*:first-child,.list-group-item>*:first-child{margin-top:0}.card-header>*:last-child,.card-body>*:last-child,.card-footer>*:last-child,.list-group-item>*:last-child{margin-bottom:0}.card-header,.card-footer,.card-body{padding:1.25rem 1rem}@media(max-width: 599.98px){.product-card .card-header,.card-button .card-header,.product-card .card-footer,.card-button .card-footer,.product-card .card-body,.card-button .card-body{padding:1rem}}@media(min-width: 600px)and (max-width: 779.98px){.product-card .card-header,.card-button .card-header,.product-card .card-footer,.card-button .card-footer,.product-card .card-body,.card-button .card-body{padding:1.5rem}}@media(min-width: 780px){.product-card .card-header,.card-button .card-header,.product-card .card-footer,.card-button .card-footer,.product-card .card-body,.card-button .card-body{padding:2rem}}.card-white .card-header,.card-white .card-footer,.card-white .card-body{background:#fff}.card-header{align-items:center}.card-header>*:not(:last-child){margin-right:1rem}.product-card{text-decoration:none}.product-card:hover,.product-card:focus{color:inherit;text-decoration:none}.product-card .link-icon{display:flex;align-items:center;transition:opacity 250ms;opacity:.75}.product-card .link-icon:hover,.product-card .link-icon:focus{opacity:1}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.card img{height:100%}.card-group .card img{height:auto;max-height:50%}.card-group .card>.card-header,.card-group .card>.card-footer{flex:0 0 auto}}.card-links{display:flex;flex-wrap:wrap;justify-content:space-between;padding-right:.5rem;padding-left:.5rem}.card-links a{display:inline-flex;align-items:center;padding-inline:.5rem;gap:.5rem;color:#666;text-decoration:none;-ms-flex-align:center}.card-links a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.667 5.333H18.8L29.467 16H0v1.333h29.467L18.8 28h1.867L32 16.667z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.667 5.333H18.8L29.467 16H0v1.333h29.467L18.8 28h1.867L32 16.667z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:"";display:inline-block;width:1.5rem;height:1.5rem}.card-links a:hover,.card-links a:focus{color:#000}fieldset .radio-button-card:not(:last-child),fieldset .checkbox-button-card:not(:last-child){margin-bottom:1rem}.radio-button-card,.checkbox-button-card{--post-card-control-border-color: hsl(0, 0%, 40%);--post-card-control-bg: #fff;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff;display:grid;grid-template:"input label icon" "input content content"/min-content auto min-content;align-items:center;gap:0 .5rem;position:relative;padding:1rem;width:100%;background-color:var(--post-card-control-bg);border:2px solid var(--post-card-control-border-color);border-radius:4px;color:var(--post-card-control-color);cursor:pointer}.radio-button-card>input,.checkbox-button-card>input{grid-area:input;position:relative;z-index:2;margin:.25rem 0;background-color:var(--post-card-control-input-bg) !important;border-color:var(--post-card-control-input-border-color) !important;color:var(--post-card-control-input-border-color) !important;cursor:inherit;transition:none;outline:none !important}.radio-button-card>input:hover:not([disabled])~label,.checkbox-button-card>input:hover:not([disabled])~label{color:var(--post-contrast-color);background-color:rgba(0,0,0,0) !important}.radio-button-card>input:focus,.radio-button-card>input:focus-visible,.checkbox-button-card>input:focus,.checkbox-button-card>input:focus-visible{box-shadow:none}.radio-button-card>input~label,.checkbox-button-card>input~label{color:inherit !important}.radio-button-card label,.checkbox-button-card label{grid-area:label;margin:.25rem 0;padding:0;border-radius:inherit;transition:none}.radio-button-card label::before,.checkbox-button-card label::before{display:block;content:"";position:absolute;inset:-2px;border-radius:inherit}.radio-button-card label>*,.checkbox-button-card label>*{display:block;position:relative;z-index:2}.radio-button-card label:not(:has(+post-icon)),.checkbox-button-card label:not(:has(+post-icon)){grid-area:1/label/1/icon}.radio-button-card .card-control--content,.checkbox-button-card .card-control--content{grid-area:content}.radio-button-card post-icon,.checkbox-button-card post-icon{grid-area:icon;width:2rem;height:2rem;pointer-events:none}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #000;--post-card-control-bg: #fc0}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: hsl(0, 0%, 20%);--post-card-control-bg: hsl(0, 0%, 40%);--post-card-control-color: #fff;--post-card-control-input-border-color: #000}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-offset:2px;outline:2px solid #1976c8}.radio-button-card:where(:has(input:disabled),.disabled),.checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: hsl(0, 0%, 40%);--post-card-control-bg: transparent;--post-card-control-color: hsl(0, 0%, 40%);--post-card-control-input-border-color: hsl(0, 0%, 40%);--post-card-control-input-bg: transparent;border-style:dashed;cursor:default}.radio-button-card:where(:has(input:disabled),.disabled) input.form-check-input[type],.checkbox-button-card:where(:has(input:disabled),.disabled) input.form-check-input[type]{padding:2px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.radio-button-card,.checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field;outline:2px solid Field;outline-offset:-4px}.radio-button-card input.form-check-input[type],.checkbox-button-card input.form-check-input[type]{outline:2px solid Field;background-color:Field !important}.radio-button-card input.form-check-input[type]::after,.checkbox-button-card input.form-check-input[type]::after{border-color:Field !important}.radio-button-card label.form-check-label,.radio-button-card .card-control--content,.checkbox-button-card label.form-check-label,.checkbox-button-card .card-control--content{background-color:var(--post-card-control-bg) !important}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked) input.form-check-input[type]::after,.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked) input.form-check-input[type]::after{background-color:FieldText !important}.radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.radio-button-card:where(:has(input:disabled),.disabled),.checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;position:relative;background-color:Field}.radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked)::before,.checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked)::before{display:block;content:"";position:absolute;inset:2px;background-color:SelectedItem;z-index:1}.radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked)>*,.checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked)>*{position:relative;z-index:2}.radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked) input.form-check-input[type]::after,.checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked) input.form-check-input[type]::after{background-color:FieldText !important}}.bg-dark .radio-button-card,.bg-dark .checkbox-button-card{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked),.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked){--post-card-control-bg: #fc0}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-color:#fff}.bg-dark .radio-button-card:where(:has(input:disabled),.disabled),.bg-dark .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: color.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: color.$white-alpha-80;--post-card-control-input-border-color: color.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.bg-dark .radio-button-card,.bg-dark .checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.bg-dark .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-dark .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.bg-dark .radio-button-card:where(:has(input:disabled),.disabled),.bg-dark .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.bg-dark .radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.bg-dark .checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.bg-black .radio-button-card,.bg-black .checkbox-button-card{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked),.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked){--post-card-control-bg: #fc0}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-color:#fff}.bg-black .radio-button-card:where(:has(input:disabled),.disabled),.bg-black .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: color.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: color.$white-alpha-80;--post-card-control-input-border-color: color.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.bg-black .radio-button-card,.bg-black .checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.bg-black .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-black .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.bg-black .radio-button-card:where(:has(input:disabled),.disabled),.bg-black .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.bg-black .radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.bg-black .checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.bg-primary .radio-button-card,.bg-primary .checkbox-button-card{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked),.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked){--post-card-control-bg: #fc0}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-color:#fff}.bg-primary .radio-button-card:where(:has(input:disabled),.disabled),.bg-primary .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: color.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: color.$white-alpha-80;--post-card-control-input-border-color: color.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.bg-primary .radio-button-card,.bg-primary .checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.bg-primary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-primary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.bg-primary .radio-button-card:where(:has(input:disabled),.disabled),.bg-primary .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.bg-primary .radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.bg-primary .checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.bg-secondary .radio-button-card,.bg-secondary .checkbox-button-card{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked),.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked){--post-card-control-bg: #fc0}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-color:#fff}.bg-secondary .radio-button-card:where(:has(input:disabled),.disabled),.bg-secondary .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: color.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: color.$white-alpha-80;--post-card-control-input-border-color: color.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.bg-secondary .radio-button-card,.bg-secondary .checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.bg-secondary .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-secondary .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.bg-secondary .radio-button-card:where(:has(input:disabled),.disabled),.bg-secondary .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.bg-secondary .radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.bg-secondary .checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.bg-success .radio-button-card,.bg-success .checkbox-button-card{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked),.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked){--post-card-control-bg: #fc0}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-color:#fff}.bg-success .radio-button-card:where(:has(input:disabled),.disabled),.bg-success .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: color.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: color.$white-alpha-80;--post-card-control-input-border-color: color.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.bg-success .radio-button-card,.bg-success .checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.bg-success .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-success .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.bg-success .radio-button-card:where(:has(input:disabled),.disabled),.bg-success .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.bg-success .radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.bg-success .checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.bg-error .radio-button-card,.bg-error .checkbox-button-card{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid),.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid){--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked),.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:invalid),:has(input[aria-invalid]),:has(input.is-invalid),.is-invalid):where(:has(input:checked),.checked){--post-card-control-bg: #fc0}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before,.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)) input:focus-visible~label::before{outline-color:#fff}.bg-error .radio-button-card:where(:has(input:disabled),.disabled),.bg-error .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: color.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: color.$white-alpha-80;--post-card-control-input-border-color: color.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.bg-error .radio-button-card,.bg-error .checkbox-button-card{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked),.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:has(input:checked),.checked){--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.bg-error .radio-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover),.bg-error .checkbox-button-card:where(:not(:has(input:disabled)),:not(.disabled)):where(:hover){--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.bg-error .radio-button-card:where(:has(input:disabled),.disabled),.bg-error .checkbox-button-card:where(:has(input:disabled),.disabled){--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.bg-error .radio-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked),.bg-error .checkbox-button-card:where(:has(input:disabled),.disabled):where(:has(input:checked),.checked){--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")*/}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")*/}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.carousel:focus-visible{outline:rgba(0,0,0,0);box-shadow:0 0 0 2px #fff,0 0 0 4px #000,0 0 12px 5px rgba(0,0,0,.24)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.carousel:focus-visible{border-radius:4px;outline:2px solid highlight;outline-offset:.25rem;box-shadow:none}}.carousel-inner{padding-bottom:calc(10% - .5rem)}@media(max-width: 599.98px){.carousel-inner{padding-bottom:1.5rem}}@media(max-width: 779.98px){.carousel-inner{padding-bottom:calc(10% - 1rem)}}.carousel-inner img{aspect-ratio:16/9;object-fit:cover}.carousel-caption{bottom:-5rem;left:0;width:40%;padding:2rem;padding-bottom:5rem;color:#fff;text-align:left}@media(min-width: 1024px){.carousel-caption{bottom:-7rem}}@media(max-width: 1023.98px){.carousel-caption{width:50%;padding:1.5rem;padding-bottom:5rem}}@media(max-width: 779.98px){.carousel-caption{width:55%}}@media(max-width: 599.98px){.carousel-caption{position:relative;bottom:0;width:calc(100% - 2rem);margin-top:-3rem;margin-left:1rem}}.carousel-caption .bold{margin-bottom:0;font-size:1.75rem;font-weight:700}.carousel-caption .subtitle,.carousel-caption .light{font-size:1.75rem;font-weight:300}.carousel-caption::before{content:"";position:absolute;z-index:0;bottom:3rem;left:0;width:192px;border-bottom:10px solid #fc0}@media(max-width: 1023.98px){.carousel-caption::before{bottom:2.5rem}}.caption-right .carousel-caption{right:0;left:auto}.caption-light .carousel-caption{background-color:rgba(250,249,248,.85);color:#000}.carousel-indicators{right:2%;bottom:3.5rem;left:inherit;margin:0;float:right;text-align:right}@media(max-width: 1023.98px){.carousel-indicators{bottom:2rem}}@media(max-width: 599.98px){.carousel-indicators{right:0;bottom:.8rem;left:0}}.caption-right .carousel-indicators{right:auto;left:2%;float:left;text-align:left}.carousel-indicators [data-bs-target]{width:.75rem;height:.75rem;border:1px #000 solid;border-radius:50%;background-color:rgba(0,0,0,0)}.carousel-indicators [data-bs-target]:not(:last-child){margin-right:1rem}.carousel-indicators [data-bs-target].active{border-color:#fc0;background-color:#fc0}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.carousel-indicators [data-bs-target].active{border-color:highlight;background-color:highlight}}.carousel-control-prev,.carousel-control-next{display:none}.chip-dismissible{position:relative;padding-inline-start:.5rem;gap:.5rem;outline:none !important;border-radius:50rem;display:inline-flex;align-items:center;height:var(--post-device-sizing-interactive-button-height-1);max-width:100%;padding-inline:1rem;border:2px solid #666;gap:.5rem;line-height:1.5;font-size:1rem;font-weight:400;color:#333;background-color:#fff;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.chip-dismissible>.chip-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.chip-dismissible::before,.chip-dismissible::after{content:"";display:inline-block;flex:0 0 auto;height:1.5rem;width:1.5rem;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.chip-dismissible::before{border-radius:50%}.chip-dismissible:hover::before{background-color:#ccc;border:1px solid #666}.chip-dismissible::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;position:absolute;top:50%;transform:translateY(-50%)}.chip-dismissible::before{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.chip-dismissible:is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{outline-style:var(--post-core-border-style-solid) !important;background-color:#ccc}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-dismissible:is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.chip-dismissible:is(:focus-visible,:focus-within,.pretend-focus)::before{outline-style:var(--post-core-border-style-solid) !important;background-color:#ccc}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-dismissible:is(:focus-visible,:focus-within,.pretend-focus)::before{outline-color:Highlight !important}}}.chip-dismissible:disabled{pointer-events:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);border-color:var(--post-scheme-color-interactive-primary-disabled-stroke);border-style:var(--post-core-border-style-dash);background-clip:padding-box}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-dismissible:disabled{color:GrayText;border-color:GrayText}}.chip-filter{display:inline-block;max-width:100%}.chip-filter{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.chip-filter:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:50rem;width:-moz-fit-content;width:fit-content}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.chip-filter:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:50rem;width:-moz-fit-content;width:fit-content}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.chip-filter-label{cursor:pointer;border-radius:50rem;display:inline-flex;align-items:center;height:var(--post-device-sizing-interactive-button-height-1);max-width:100%;padding-inline:1rem;border:2px solid #666;gap:.5rem;line-height:1.5;font-size:1rem;font-weight:400;color:#333;background-color:#fff;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.chip-filter-label>.chip-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.chip-filter-label>.badge{box-sizing:border-box;min-width:var(--post-badge-height);padding-inline:calc(var(--post-badge-padding-x)*.75);color:#000;background-color:#ccc;border:2px solid #666;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.chip-filter-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.chip-filter-input:checked+.chip-filter-label{color:#000;background-color:#fc0}.chip-filter-input:checked+.chip-filter-label>.badge{background-color:#fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter-input:checked+.chip-filter-label{border-color:Highlight}}.chip-filter-input:checked:disabled+.chip-filter-label{background-color:#f4f3f1}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter-input:checked:disabled+.chip-filter-label>.chip-text{text-decoration:underline}}.chip-filter-input:checked:not(:disabled)+.chip-filter-label>.chip-text{text-decoration:underline;transition:-webkit-text-decoration 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:text-decoration 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:text-decoration 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration 150ms cubic-bezier(0.4, 0, 0.2, 1)}.chip-filter-input:checked:not(:disabled)+.chip-filter-label:hover>.chip-text{text-decoration-color:rgba(0,0,0,0)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter-input:checked:not(:disabled)+.chip-filter-label:hover>.chip-text{text-decoration-color:initial}}.chip-filter-input:not(:checked)+.chip-filter-label:hover{color:#000;background-color:#ccc}.chip-filter-input:not(:checked)+.chip-filter-label:hover>.badge{background-color:#fff}.chip-filter-input:disabled+.chip-filter-label{pointer-events:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);border-color:var(--post-scheme-color-interactive-primary-disabled-stroke);border-style:var(--post-core-border-style-dash);background-clip:padding-box;background-color:#fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter-input:disabled+.chip-filter-label>.badge{color:GrayText;border-color:GrayText}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.chip-filter-input:disabled+.chip-filter-label{color:GrayText;border-color:GrayText}}.chip-sm.chip-dismissible{height:2rem;font-size:.875rem;gap:.375rem;padding-inline:.75rem;padding-inline-start:.5rem;gap:.375rem}.chip-sm.chip-dismissible::before,.chip-sm.chip-dismissible::after{height:1rem;width:1rem}.chip-sm.chip-filter>.chip-filter-label{height:2rem;font-size:.875rem;gap:.375rem;padding-inline:.75rem}.chip-sm.chip-filter>.chip-filter-label>.badge{line-height:1;border-width:1px;padding-inline:calc(var(--post-badge-padding-x)*1.2)}.toast-close-button,.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:var(--post-device-border-radius-round);color:#000;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.toast-close-button,.btn-close{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.toast-close-button:is(:focus-visible,:has(:focus-visible),.pretend-focus),.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.toast-close-button:is(:focus-visible,:has(:focus-visible),.pretend-focus),.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.toast-close-button:is(:focus-visible,:focus-within,.pretend-focus),.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.toast-close-button:is(:focus-visible,:focus-within,.pretend-focus),.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.toast-close-button::before,.btn-close::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:"";display:block;height:1.5rem;width:1.5rem}.toast-close-button:focus,.btn-close:focus,.toast-close-button:not(:disabled):hover,.btn-close:not(:disabled):hover,.pretend-hover.toast-close-button,.pretend-hover.btn-close{color:#000}.toast-close-button:disabled,.btn-close:disabled{color:var(--post-gray-40)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.toast-close-button,.btn-close{color:CanvasText;forced-color-adjust:none}.toast-close-button:focus,.btn-close:focus,.toast-close-button:not(:disabled):hover,.btn-close:not(:disabled):hover,.pretend-hover.toast-close-button,.pretend-hover.btn-close{color:Highlight}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}.elevation-1{box-shadow:.25px 1px 1px rgba(0,0,0,.1),1px 2px 2.5px 1px rgba(0,0,0,.1)}.elevation-2{box-shadow:.25px 1.5px 2px rgba(0,0,0,.1),2px 2px 5px 2px rgba(0,0,0,.11)}.elevation-3{box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12)}.elevation-4{box-shadow:.75px 4.5px 6px rgba(0,0,0,.1),2px 6px 15px 6px rgba(0,0,0,.13)}.elevation-5{box-shadow:1px 6px 8px rgba(0,0,0,.1),2px 8px 20px 8px rgba(0,0,0,.14)}.error-container{overflow-x:hidden}.error-container--image{max-width:150%;margin:10vw 0 0 3rem;object-fit:contain}.form-footer{border-block-start-width:var(--post-device-border-width-default);border-block-start-color:var(--post-scheme-color-surface-default-stroke);border-block-start-style:var(--post-core-border-style-solid);padding-block-start:var(--post-device-spacing-padding-block-21);gap:var(--post-device-spacing-gap-4);display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width: 780px){.form-footer{flex-direction:row-reverse}.form-footer>.btn{margin-right:auto}}.form-footer-primary-actions{display:flex;flex-direction:column;gap:var(--post-device-spacing-gap-4)}@media screen and (min-width: 780px){.form-footer-primary-actions{flex-direction:row-reverse;margin-left:auto}}.form-range{width:100%;height:2.4rem;padding:0;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(51,51,51,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(51,51,51,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:2rem;height:2rem;margin-top:-0.9rem;appearance:none;background-color:#fff;border:2px solid #000;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#fff}.form-range::-webkit-slider-runnable-track{width:100%;height:.2rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#ccc;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:2rem;height:2rem;appearance:none;background-color:#fff;border:2px solid #000;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#fff}.form-range::-moz-range-track{width:100%;height:.2rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#ccc;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#fff}.form-range:disabled::-moz-range-thumb{background-color:#fff}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.875rem 1.125rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:2px solid #333;border-radius:0}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.75rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem 1rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4.5rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(2px*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.form-range-wrapper{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.form-range-wrapper:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-range-wrapper:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.form-range-wrapper:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-range-wrapper:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}:not(.form-range-wrapper)>.form-range{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}:not(.form-range-wrapper)>.form-range:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:not(.form-range-wrapper)>.form-range:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){:not(.form-range-wrapper)>.form-range:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:not(.form-range-wrapper)>.form-range:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-range::-webkit-slider-container{overflow-x:clip}.form-range::-moz-range-thumb{border-radius:50%;box-sizing:border-box;cursor:pointer}.form-range::-webkit-slider-runnable-track{height:4px}.form-range::-webkit-slider-thumb{clip-path:polygon(0 calc(50% - 2px), 1px calc(50% - 6px), 1px 0, 32px 0, 32px 32px, 1px 32px, 1px calc(50% + 6px), 0 calc(50% + 2px), -100vw calc(50% + 2px), -100vw calc(50% - 2px))}.form-range::-moz-range-track,.form-range::-moz-range-progress{height:4px}.form-range:not(:disabled,.disabled)::-webkit-slider-runnable-track{background-color:#ccc}.form-range:not(:disabled,.disabled)::-moz-range-progress{background-color:#000}.form-range:not(:disabled,.disabled)::-webkit-slider-thumb{box-shadow:calc(-100vw - 32px) 0 0 100vw #000}.form-range:not(:disabled,.disabled):hover::-webkit-slider-thumb{border-width:3px}.form-range:not(:disabled,.disabled):hover::-moz-range-thumb{border-width:3px}.form-range:not(:disabled,.disabled):focus::-moz-range-thumb{box-shadow:none}.form-range:not(:disabled,.disabled):is(:focus-visible,:has(:focus-visible),.pretend-focus)::-moz-range-thumb{outline:none}@supports not selector(:has(:focus-visible)){.form-range:not(:disabled,.disabled):is(:focus-visible,:focus-within,.pretend-focus)::-moz-range-thumb{outline:none}}.form-range:disabled::-webkit-slider-thumb,.form-range.disabled::-webkit-slider-thumb{border-color:var(--post-gray-40);border-style:dashed;box-shadow:calc(-100vw - 32px) 0 0 100vw #999}.form-range:disabled::-moz-range-thumb,.form-range.disabled::-moz-range-thumb{border-color:var(--post-gray-40);border-style:dashed}.form-range:disabled::-moz-range-progress,.form-range.disabled::-moz-range-progress{background-color:#999}.form-range+.form-hint{margin-top:1rem;transform:translateY(-1.2rem)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-range{forced-color-adjust:none}.form-range::-webkit-slider-thumb{box-shadow:calc(-100vw - 32px) 0 0 100vw SelectedItem !important}.form-range::-moz-range-progress{background-color:SelectedItem !important}.form-range:not(:disabled,.disabled)::-webkit-slider-runnable-track{background-color:ButtonBorder}.form-range:not(:disabled,.disabled)::-webkit-slider-thumb{background-color:ButtonFace;border-color:ButtonBorder}.form-range:not(:disabled,.disabled)::-moz-range-track{background-color:ButtonText}.form-range:not(:disabled,.disabled)::-moz-range-thumb{background-color:ButtonFace;border-color:ButtonText}.form-range:not(:disabled,.disabled):hover::-webkit-slider-thumb{border-color:Highlight}.form-range:not(:disabled,.disabled):hover::-moz-range-thumb{border-color:Highlight}.form-range:disabled::-moz-range-progress,.form-range.disabled::-moz-range-progress{background-color:GrayText !important}.form-range:disabled::-webkit-slider-thumb,.form-range.disabled::-webkit-slider-thumb{background-color:ButtonFace;border-color:GrayText;box-shadow:calc(-100vw - 32px) 0 0 100vw GrayText !important}.form-range:disabled::-moz-range-thumb,.form-range.disabled::-moz-range-thumb{background-color:ButtonFace;border-color:GrayText}}.form-select{display:block;width:100%;font-family:var(--post-device-font-family-default);appearance:none;position:relative;min-height:var(--post-device-sizing-interactive-button-height-6);padding-block:var(--post-device-spacing-padding-block-1);padding-inline-start:var(--post-device-spacing-padding-inline-1);padding-inline-end:var(--post-core-dimension-48);background-color:var(--post-scheme-color-interactive-primary-enabled-bg1);background-repeat:no-repeat;background-size:var(--post-device-sizing-notification-1);background-position:center right var(--post-device-position-2);border-width:var(--post-device-border-width-default);border-color:var(--post-scheme-color-interactive-primary-enabled-stroke);border-radius:var(--post-device-border-radius-1);color:var(--post-scheme-color-interactive-primary-enabled-fg1);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23050400' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}.form-select:disabled{opacity:1;color:var(--post-scheme-color-interactive-primary-disabled-fg1);background-color:var(--post-scheme-color-interactive-primary-disabled-bg);border-color:var(--post-scheme-color-interactive-primary-disabled-stroke);border-style:var(--post-core-border-style-dash)}.form-select:disabled:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23696864' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}.form-select:not(:disabled):focus{background-color:var(--post-scheme-color-interactive-primary-selected-bg1);color:var(--post-scheme-color-interactive-primary-selected-fg1);border-color:var(--post-scheme-color-interactive-primary-selected-stroke1);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23050400' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}.form-select:not(:disabled):focus{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.form-select:not(:disabled):focus:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-select:not(:disabled):focus:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.form-select:not(:disabled):focus:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-select:not(:disabled):focus:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-select:not(:disabled):focus{border-color:FieldText}}.form-select:not(:disabled):hover{background-color:var(--post-scheme-color-interactive-primary-hover-bg);color:var(--post-scheme-color-interactive-primary-enabled-fg1);border-color:var(--post-scheme-color-interactive-primary-hover-stroke)}.form-select:not(:disabled):hover:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23504f4b' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-select:not(:disabled):hover{border-color:Highlight}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-select{background-color:Field;border-color:FieldText;color:FieldText}.form-select:focus-visible{color:FieldText}}.form-select.is-valid:not(:disabled),.form-select.is-invalid:not(:disabled){padding-inline-end:var(--post-core-dimension-82);background-position:center right var(--post-device-position-2),center right var(--post-device-position-3)}.form-select.is-valid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23050400' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select.is-valid:not(:disabled):focus{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23050400' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select.is-valid:not(:disabled):hover:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23504f4b' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select.is-invalid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23050400' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select.is-invalid:not(:disabled):focus{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23050400' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select.is-invalid:not(:disabled):hover:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23504f4b' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none}.form-select[multiple].is-valid,.form-select[multiple].is-invalid,.form-select[size]:not([size="1"]).is-valid,.form-select[size]:not([size="1"]).is-invalid{background-position:center right var(--post-device-position-3)}.form-select[multiple].is-valid:not(:disabled),.form-select[size]:not([size="1"]).is-valid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-select[multiple].is-invalid:not(:disabled),.form-select[size]:not([size="1"]).is-invalid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-floating{position:relative}.form-floating>.form-select{padding-block-start:var(--post-device-spacing-padding-block-29);padding-block-end:var(--post-device-spacing-padding-block-3)}.form-floating>.form-select~label{position:absolute;z-index:2;text-align:start;pointer-events:none;display:block;left:var(--post-device-border-width-default);top:var(--post-device-border-width-default);font-size:var(--post-device-font-size-10);padding-inline-start:calc(var(--post-device-spacing-padding-5) - var(--post-device-border-width-default));padding-inline-end:0;padding-block-start:var(--post-device-spacing-padding-block-30);border-radius:var(--post-device-border-radius-1);color:var(--post-scheme-color-interactive-primary-enabled-fg1);max-width:calc(100% - var(--post-device-border-width-default)*2 - var(--post-core-dimension-50));background-color:var(--post-scheme-color-interactive-primary-enabled-bg1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:font-size .25s ease-in-out,padding-block-start .25s ease-in-out}.form-floating>.form-select:not(:disabled):hover~label{color:var(--post-scheme-color-interactive-primary-hover-fg1);background-color:var(--post-scheme-color-interactive-primary-hover-bg)}.form-floating>.form-select:disabled~label{color:var(--post-scheme-color-interactive-primary-disabled-fg1);background-color:var(--post-scheme-color-interactive-primary-disabled-bg)}.form-floating>.form-select:empty~label,.form-floating>.form-select.form-select-empty~label{padding-block-start:var(--post-device-spacing-padding-block-28);font-size:unset}.form-floating>.form-select[multiple]{padding-block-end:0;height:auto}.form-floating>.form-select[multiple] option{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.form-floating>.form-select[multiple]~label{width:calc(100% - var(--post-core-dimension-48)*2)}.form-floating>.form-select[multiple]:disabled option{color:var(--post-scheme-color-interactive-primary-disabled-fg1)}.form-floating>.form-select[multiple]:empty~label{padding-block:var(--post-device-spacing-padding-block-1);width:calc(100% - var(--post-device-border-width-default)*2 - var(--post-device-spacing-padding-5))}[data-color-scheme=dark] .form-select:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]):disabled{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]):not(:disabled):focus{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]):not(:disabled):hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]).is-valid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]).is-valid:not(:disabled):focus{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]).is-valid:not(:disabled):hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]).is-invalid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]).is-invalid:not(:disabled):focus{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-color-scheme=dark] .form-select:not([multiple]).is-invalid:not(:disabled):hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}textarea.form-control::-webkit-resizer{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='hsl(0, 0%, 20%)' d='M0 12H3V15H0V12Z'/%3E%3Cpath fill='hsl(0, 0%, 20%)' d='M6 12H9V15H6V12Z'/%3E%3Cpath fill='hsl(0, 0%, 20%)' d='M6 6H9V9H6V6Z'/%3E%3Cpath fill='hsl(0, 0%, 20%)' d='M12 6H15V9H12V6Z'/%3E%3Cpath fill='hsl(0, 0%, 20%)' d='M12 0H15V3H12V0Z'/%3E%3Cpath fill='hsl(0, 0%, 20%)' d='M12 12H15V15H12V12Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:75%}textarea.form-control[disabled]::-webkit-resizer{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='var(--post-gray-40)' d='M0 12H3V15H0V12Z'/%3E%3Cpath fill='var(--post-gray-40)' d='M6 12H9V15H6V12Z'/%3E%3Cpath fill='var(--post-gray-40)' d='M6 6H9V9H6V6Z'/%3E%3Cpath fill='var(--post-gray-40)' d='M12 6H15V9H12V6Z'/%3E%3Cpath fill='var(--post-gray-40)' d='M12 0H15V3H12V0Z'/%3E%3Cpath fill='var(--post-gray-40)' d='M12 12H15V15H12V12Z'/%3E%3C/svg%3E")}/*!
|
|
4
|
+
* Copyright 2021 by Swiss Post, Information Technology
|
|
5
|
+
*//*!
|
|
6
|
+
* Copyright 2021 by Swiss Post, Information Technology
|
|
7
|
+
*/.datatable-header-cell{padding:.5rem 1rem;font-weight:700}.datatable-header[ng-reflect-sorts*=object] .datatable-header-cell:not(.sort-active){color:#666}.datatable-header-cell-template-wrap{display:flex;align-items:center}.datatable-header-cell-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datatable-flush .datatable-header-cell{border-bottom:2px solid #e6e6e6}.datatable-body-cell{display:flex !important;align-items:center;margin-bottom:2px;padding:.5rem 1rem;background-color:#faf9f8}.datatable-spaced-cells .datatable-body-cell{margin-right:2px}.datatable-inverted .datatable-body-cell{background-color:#fff}.datatable-flush .datatable-body-cell,.datatable-striped-rows .datatable-row-odd .datatable-body-cell{margin:0;background-color:rgba(0,0,0,0)}.datatable-flush .datatable-body-cell{border-bottom:2px solid #e6e6e6}.ngx-datatable .sort-btn{flex:0 0 auto;width:1rem;height:1rem;margin-left:.5rem}.ngx-datatable .sort-btn.datatable-icon-sort-unset{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect/%3E%3Cpath d='m9.1 13.8-.9-1 7.8-7 7.8 7.1-.9 1L16 7.6zm6.9 10-6.9-6.3-.9 1 7.8 7.1 7.8-7.1-.9-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect/%3E%3Cpath d='m9.1 13.8-.9-1 7.8-7 7.8 7.1-.9 1L16 7.6zm6.9 10-6.9-6.3-.9 1 7.8 7.1 7.8-7.1-.9-1z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.ngx-datatable .sort-btn.datatable-icon-up,.ngx-datatable .sort-btn.datatable-icon-down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.ngx-datatable .sort-btn.datatable-icon-down{transform:rotate(180deg)}.datatable-button-cell{align-items:stretch;padding:0}.datatable-button-cell .datatable-body-cell-label{display:flex;flex-grow:1;align-items:stretch}.datatable-button-cell .datatable-button{display:flex;align-items:center;padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;width:calc(100% - 2*0.125rem);height:calc(100% - 2*0.125rem);margin:.125rem;padding:.5rem 1rem;border-radius:0}.datatable-button-cell .datatable-button:focus{outline:0;box-shadow:0 0 0 .125rem rgba(51,51,51,.25)}.datatable-paginated-footer{display:flex;flex:1 0 auto;align-items:center;justify-content:flex-end;padding:.125rem 1rem}.datatable-paginated-footer .datatable-row-count-label{flex:0 0 auto;margin:0 .5rem 0 0}.datatable-paginated-footer .datatable-row-count-input{flex:0 0 7rem;height:calc(2.25rem + 4px);padding-top:0;padding-bottom:0}.datatable-paginated-footer .datatable-row-count-input+.datatable-pagination{padding-left:.5rem;border-left:2px solid #e6e6e6}.datatable-paginated-footer .datatable-pagination{flex:0 0 auto}.datatable-paginated-footer .datatable-pagination .pagination{margin-bottom:0}.datatable-paginated-footer .datatable-loader{margin:auto}.progress-linear{display:block;position:sticky;top:0;width:100%;height:.25rem;margin:0;padding:0}.progress-linear .container{display:block;position:relative;width:100%;height:5px;overflow:hidden;transform:translate(0, 0) scale(1, 1);background-color:#e6e6e6}.progress-linear .container .bar{position:absolute;top:0;bottom:0;left:0;width:100%;height:5px;transition:all .2s linear;animation:query .8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);background-color:#fc0}@keyframes query{0%{transform:translateX(35%) scale(0.3, 1);opacity:1}100%{transform:translateX(-50%) scale(0, 1);opacity:0}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.ngx-datatable .datatable-header-cell,.ngx-datatable .datatable-body-cell,.ngx-datatable .datatable-footer-cell{margin:0;background-color:Canvas;border:0 none;color:CanvasText}.ngx-datatable .datatable-button:hover,.ngx-datatable .datatable-button:focus-visible{outline:2px solid Highlight;outline-offset:-2px}.ngx-datatable:not(.datatable-spaced-cells) .datatable-row-wrapper .datatable-body-cell{border-top:2px solid CanvasText}.ngx-datatable:not(.datatable-spaced-cells) .datatable-row-wrapper:last-child .datatable-body-cell{border-bottom:2px solid CanvasText}.ngx-datatable.datatable-spaced-cells .datatable-row-wrapper .datatable-body-cell{border-top:2px solid CanvasText;border-left:2px solid CanvasText}.ngx-datatable.datatable-spaced-cells .datatable-row-wrapper .datatable-body-cell:last-child{border-right:2px solid CanvasText}.ngx-datatable.datatable-spaced-cells .datatable-row-wrapper:last-child .datatable-body-cell{border-bottom:2px solid CanvasText}}dialog{box-shadow:1px 6px 8px rgba(0,0,0,.1),2px 8px 20px 8px rgba(0,0,0,.14);padding:0;min-width:min(389px,90vw);max-width:590px;max-height:90vh;overflow:auto;margin:revert;overscroll-behavior:contain;border:2px solid var(--post-contrast-color)}dialog::backdrop{background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){dialog{border-width:2px}dialog::backdrop{background-image:linear-gradient(135deg, CanvasText 4.55%, transparent 4.55%, transparent 50%, CanvasText 50%, CanvasText 54.55%, transparent 54.55%, transparent 100%);background-size:22px 22px;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(0,0,0,0);forced-color-adjust:none}}dialog[data-size=small]{min-width:296px;max-width:388px}dialog[data-size=large]{min-width:min(600px,90vw);max-width:792px}dialog[data-position=top]{top:2rem;bottom:auto}dialog[data-position=bottom]{top:auto;bottom:2rem}dialog>.dialog-grid{margin:1rem 1rem 0 1rem;display:grid;column-gap:1rem;grid-template-columns:auto 1fr auto;grid-template-areas:"icon header close-button" "icon body close-button" "controls controls controls";background-color:inherit}:where(.dialog-icon,.dialog-header,.dialog-body,.dialog-controls,.dialog-close):empty{display:none}.dialog-grid>post-icon{grid-area:icon;display:block;width:2rem;height:2rem}@media(min-width: 600px){dialog:not([size=small]) .dialog-grid>post-icon{width:3rem;height:3rem}}.dialog-header{grid-area:header;margin-top:0}.dialog-body{grid-area:body;margin-bottom:0}.dialog-body>*:last-child{margin-bottom:0}.dialog-controls{grid-area:controls;position:sticky;bottom:0;padding-block:1rem;display:flex;flex-wrap:wrap;flex-direction:row-reverse;gap:1rem;background-color:inherit}@media(max-width: 599.98px){.dialog-controls button{width:100%}}.dialog-grid>.btn-close{position:sticky;top:0;grid-area:close-button;width:1.5rem;height:1.5rem;min-height:0}dialog:not([data-animation=none]){--_dialog-transition-duration: var(--dialog-transition-duration, 0.5s);transform:scale(0.8);opacity:0;transition-property:transform,opacity,overlay,display;transition-behavior:allow-discrete;transition-duration:var(--_dialog-transition-duration);transition-timing-function:linear(0, 0.007, 0.029 2.2%, 0.118 4.7%, 0.625 14.4%, 0.826 19%, 0.902, 0.962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, 0.999 61.6%, 0.995 71.2%, 1)}dialog:not([data-animation=none])::backdrop{opacity:0;transition:opacity var(--_dialog-transition-duration),overlay var(--_dialog-transition-duration) allow-discrete,display var(--_dialog-transition-duration) allow-discrete,-webkit-backdrop-filter var(--_dialog-transition-duration);transition:backdrop-filter var(--_dialog-transition-duration),opacity var(--_dialog-transition-duration),overlay var(--_dialog-transition-duration) allow-discrete,display var(--_dialog-transition-duration) allow-discrete;transition:backdrop-filter var(--_dialog-transition-duration),opacity var(--_dialog-transition-duration),overlay var(--_dialog-transition-duration) allow-discrete,display var(--_dialog-transition-duration) allow-discrete,-webkit-backdrop-filter var(--_dialog-transition-duration)}dialog:not([data-animation=none])[open]{transform:scale(1);opacity:1}@starting-style{dialog:not([data-animation=none])[open]{opacity:0;transform:scale(0.8)}}dialog:not([data-animation=none])[open]::backdrop{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@starting-style{dialog:not([data-animation=none])[open]::backdrop{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@media(forced-colors: active){dialog:not([data-animation=none])[open]::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}}dialog:not([data-animation=none])[data-animation=slide-in]{transform:translateY(calc(var(--_dialog-slide-in-offset)))}dialog:not([data-animation=none])[data-animation=slide-in][data-position=top]{--_dialog-slide-in-offset: -3rem}dialog:not([data-animation=none])[data-animation=slide-in][data-position=bottom]{--_dialog-slide-in-offset: 3rem}dialog:not([data-animation=none])[data-animation=slide-in][open]{transform:translateY(0)}@starting-style{dialog:not([data-animation=none])[data-animation=slide-in][open]{transform:translateY(calc(var(--_dialog-slide-in-offset)))}}.form-check{display:flex;flex-wrap:wrap;align-items:flex-start;width:-moz-fit-content;width:fit-content;border-radius:var(--post-device-border-radius-focus)}.form-check-inline{display:inline-flex;vertical-align:top}fieldset>.form-check-inline:not(:last-of-type){margin-right:1.5rem}.form-check:has(>input:not(:only-child)){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.form-check:has(>input:not(:only-child)):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:has(>input:not(:only-child)):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.form-check:has(>input:not(:only-child)):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:has(>input:not(:only-child)):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-check:has(>input:not(:only-child))>input{outline:none !important}.form-check:has(input[type=checkbox]):not(.form-switch){padding-block:var(--post-device-spacing-padding-block-19)}fieldset>.form-check:has(input[type=checkbox]):not(.form-switch):not(:last-of-type){margin-bottom:var(--post-device-spacing-gap-4)}.form-check:has(input[type=checkbox]):not(.form-switch)>input[type=checkbox]~label{padding-block:var(--post-device-spacing-padding-block-20);padding-inline-start:var(--post-device-spacing-gap-inline-12);color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.form-check:has(input[type=checkbox]):not(.form-switch)>input[type=checkbox]:not([disabled])~label{cursor:pointer}.form-check:has(input[type=checkbox]):not(.form-switch)>input[type=checkbox]:not([disabled]):hover~label{color:var(--post-scheme-color-interactive-primary-hover-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:has(input[type=checkbox]):not(.form-switch)>input[type=checkbox]:not([disabled]):hover~label{color:Highlight}}.form-check:has(input[type=checkbox]):not(.form-switch)>input[type=checkbox][disabled]~label{color:var(--post-scheme-color-interactive-primary-disabled-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:has(input[type=checkbox]):not(.form-switch)>input[type=checkbox][disabled]~label{color:GrayText}}.form-check.form-switch>input[type=checkbox]~label{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.form-check.form-switch>input[type=checkbox]:not([disabled])~label{cursor:pointer}.form-check.form-switch>input[type=checkbox]:not([disabled]):hover~label{color:var(--post-scheme-color-interactive-primary-hover-bg2)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check.form-switch>input[type=checkbox]:not([disabled]):hover~label{color:Highlight}}.form-check.form-switch>input[type=checkbox][disabled]~label{color:var(--post-scheme-color-interactive-primary-disabled-bg3)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check.form-switch>input[type=checkbox][disabled]~label{color:GrayText}}.form-check:has(input[type=radio]){padding-block:var(--post-device-spacing-padding-block-19)}fieldset>.form-check:has(input[type=radio]):not(:last-of-type){margin-bottom:var(--post-device-spacing-gap-4)}.form-check:has(input[type=radio])>input[type=radio]~label{padding-block:var(--post-device-spacing-padding-block-20);padding-inline-start:var(--post-device-spacing-gap-inline-12);color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.form-check:has(input[type=radio])>input[type=radio]:not([disabled])~label{cursor:pointer}.form-check:has(input[type=radio])>input[type=radio]:not([disabled]):hover~label{color:var(--post-scheme-color-interactive-primary-hover-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:has(input[type=radio])>input[type=radio]:not([disabled]):hover~label{color:Highlight}}.form-check:has(input[type=radio])>input[type=radio][disabled]~label{color:var(--post-scheme-color-interactive-primary-disabled-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:has(input[type=radio])>input[type=radio][disabled]~label{color:GrayText}}.form-check>label{transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);flex:1}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check>label{transition:none}}:where(.form-check>input[type=radio]){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}:where(.form-check>input[type=radio]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:where(.form-check>input[type=radio]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){:where(.form-check>input[type=radio]):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:where(.form-check>input[type=radio]):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-check>input[type=radio]{appearance:none;flex:none;display:inline-flex;justify-content:center;align-items:center;margin-block:calc(var(--post-device-spacing-padding-1) + var(--post-device-spacing-padding-block-18));margin-inline:var(--post-device-spacing-padding-1);width:var(--post-device-sizing-interactive-icon-size);height:var(--post-device-sizing-interactive-icon-size);background-color:var(--post-scheme-color-interactive-primary-enabled-bg1);border:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke);border-radius:var(--post-device-border-radius-round);color:var(--post-scheme-color-interactive-primary-enabled-fg1);vertical-align:top;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check>input[type=radio]{background-color:Field;border-color:FieldText;color:FieldText;transition:none}}.form-check>input[type=radio]:not([disabled]){cursor:pointer}.form-check>input[type=radio]::after{display:block;content:"";width:var(--post-device-sizing-icon-3);height:var(--post-device-sizing-icon-3);border-radius:inherit}.form-check>input[type=radio]:checked::after{background-color:var(--post-scheme-color-interactive-primary-enabled-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check>input[type=radio]:checked::after{background-color:FieldText}}.form-check>input[type=radio]:not([disabled]):hover{background-color:var(--post-scheme-color-interactive-primary-hover-bg);border-color:var(--post-scheme-color-interactive-primary-hover-stroke);color:var(--post-scheme-color-interactive-primary-hover-fg1)}.form-check>input[type=radio]:not([disabled]):hover:checked::after{background-color:var(--post-scheme-color-interactive-primary-hover-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check>input[type=radio]:not([disabled]):hover{background-color:Field;border-color:Highlight}.form-check>input[type=radio]:not([disabled]):hover:checked::after{background-color:Highlight}}.form-check>input[type=radio][disabled]{background-color:var(--post-scheme-color-interactive-primary-disabled-bg);border:var(--post-device-border-width-default) var(--post-core-border-style-dash) var(--post-scheme-color-interactive-primary-disabled-stroke);color:var(--post-scheme-color-interactive-primary-disabled-fg1)}.form-check>input[type=radio][disabled]:checked::after{background-color:var(--post-scheme-color-interactive-primary-disabled-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check>input[type=radio][disabled]{background-color:Field;border-color:GrayText}.form-check>input[type=radio][disabled]:checked::after{background-color:GrayText}}:where(.form-check>input[type=checkbox]){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}:where(.form-check>input[type=checkbox]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:where(.form-check>input[type=checkbox]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){:where(.form-check>input[type=checkbox]):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:where(.form-check>input[type=checkbox]):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-check:not(.form-switch):has(input[type=checkbox])>input{appearance:none;flex:none;display:inline-flex;margin:var(--post-device-spacing-padding-1);margin-block:calc(var(--post-device-spacing-padding-1) + var(--post-device-spacing-padding-block-18));width:var(--post-device-sizing-interactive-icon-size);height:var(--post-device-sizing-interactive-icon-size);background-color:var(--post-scheme-color-interactive-primary-enabled-bg1);border:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke);border-radius:var(--post-core-dimension-2);color:var(--post-scheme-color-interactive-primary-enabled-fg1);vertical-align:top;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),color 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:not(.form-switch):has(input[type=checkbox])>input{background-color:Field;border-color:FieldText;color:FieldText}}.form-check:not(.form-switch):has(input[type=checkbox])>input:not([disabled]){cursor:pointer}.form-check:not(.form-switch):has(input[type=checkbox])>input::after{display:block;content:"";width:100%;height:100%;-webkit-mask-size:var(--post-device-sizing-interactive-icon-size);mask-size:var(--post-device-sizing-interactive-icon-size);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.form-check:not(.form-switch):has(input[type=checkbox])>input:checked::after,.form-check:not(.form-switch):has(input[type=checkbox])>input:indeterminate::after{background-color:currentColor}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:not(.form-switch):has(input[type=checkbox])>input:checked::after,.form-check:not(.form-switch):has(input[type=checkbox])>input:indeterminate::after{background-color:FieldText}}.form-check:not(.form-switch):has(input[type=checkbox])>input:not([disabled]):hover{background-color:var(--post-scheme-color-interactive-primary-hover-bg);border-color:var(--post-scheme-color-interactive-primary-hover-stroke);color:var(--post-scheme-color-interactive-primary-hover-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:not(.form-switch):has(input[type=checkbox])>input:not([disabled]):hover{background-color:Field;border-color:Highlight}.form-check:not(.form-switch):has(input[type=checkbox])>input:not([disabled]):hover:checked::after,.form-check:not(.form-switch):has(input[type=checkbox])>input:not([disabled]):hover:indeterminate::after{background-color:Highlight}}.form-check:not(.form-switch):has(input[type=checkbox])>input:checked::after{-webkit-mask-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7.51712 12.1332L4.30712 8.69325C4.02712 8.39325 4.03712 7.91325 4.34712 7.63325C4.64712 7.35325 5.12712 7.36325 5.40712 7.67325L7.31712 9.72325L10.7171 4.57325C10.9471 4.22325 11.4071 4.13325 11.7571 4.36325C12.1071 4.59325 12.1971 5.05325 11.9671 5.40325L7.51712 12.1332Z'/></svg>");mask-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7.51712 12.1332L4.30712 8.69325C4.02712 8.39325 4.03712 7.91325 4.34712 7.63325C4.64712 7.35325 5.12712 7.36325 5.40712 7.67325L7.31712 9.72325L10.7171 4.57325C10.9471 4.22325 11.4071 4.13325 11.7571 4.36325C12.1071 4.59325 12.1971 5.05325 11.9671 5.40325L7.51712 12.1332Z'/></svg>")}.form-check:not(.form-switch):has(input[type=checkbox])>input:indeterminate::after{-webkit-mask-image:url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M11.21 8.5H4.75C4.34 8.5 4 8.16 4 7.75C4 7.34 4.34 7 4.75 7H11.21C11.62 7 11.96 7.34 11.96 7.75C11.96 8.16 11.62 8.5 11.21 8.5Z'/></svg>");mask-image:url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M11.21 8.5H4.75C4.34 8.5 4 8.16 4 7.75C4 7.34 4.34 7 4.75 7H11.21C11.62 7 11.96 7.34 11.96 7.75C11.96 8.16 11.62 8.5 11.21 8.5Z'/></svg>")}.form-check:not(.form-switch):has(input[type=checkbox])>input[disabled]{background-color:var(--post-scheme-color-interactive-primary-disabled-bg);border:var(--post-device-border-width-default) var(--post-core-border-style-dash) var(--post-scheme-color-interactive-primary-disabled-stroke);color:var(--post-scheme-color-interactive-primary-disabled-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:not(.form-switch):has(input[type=checkbox])>input[disabled]{background-color:Field;border-color:GrayText}.form-check:not(.form-switch):has(input[type=checkbox])>input[disabled]:checked::after,.form-check:not(.form-switch):has(input[type=checkbox])>input[disabled]:indeterminate::after{background-color:GrayText}}.form-switch{display:flex}.form-switch{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.form-switch:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}.form-switch:is(:focus-visible,:has(:focus-visible),.pretend-focus):has(>input:only-child){border-radius:var(--post-device-border-radius-round)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.form-switch:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}.form-switch:is(:focus-visible,:focus-within,.pretend-focus):has(>input:only-child){border-radius:var(--post-device-border-radius-round)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-switch .form-check-input{appearance:none;cursor:pointer;position:relative;display:flex;align-items:center;height:var(--post-core-dimension-24);width:var(--post-core-dimension-48);border:var(--post-device-border-width-alternative1) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke);border-radius:var(--post-device-border-radius-round);background-color:var(--post-scheme-color-interactive-primary-enabled-bg2);padding:var(--post-device-spacing-padding-block-7) 0 var(--post-device-spacing-padding-block-7) var(--post-core-dimension-4);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),border-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.form-switch .form-check-input::before,.form-switch .form-check-input::after{position:absolute;display:block;cursor:pointer;content:"";width:var(--post-core-dimension-18);height:var(--post-core-dimension-18);background-color:var(--post-scheme-color-interactive-primary-enabled-fg3);border-radius:var(--post-device-border-radius-round);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.form-switch .form-check-input::before{-webkit-mask-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7.51712 12.1332L4.30712 8.69325C4.02712 8.39325 4.03712 7.91325 4.34712 7.63325C4.64712 7.35325 5.12712 7.36325 5.40712 7.67325L7.31712 9.72325L10.7171 4.57325C10.9471 4.22325 11.4071 4.13325 11.7571 4.36325C12.1071 4.59325 12.1971 5.05325 11.9671 5.40325L7.51712 12.1332Z'/></svg>");mask-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7.51712 12.1332L4.30712 8.69325C4.02712 8.39325 4.03712 7.91325 4.34712 7.63325C4.64712 7.35325 5.12712 7.36325 5.40712 7.67325L7.31712 9.72325L10.7171 4.57325C10.9471 4.22325 11.4071 4.13325 11.7571 4.36325C12.1071 4.59325 12.1971 5.05325 11.9671 5.40325L7.51712 12.1332Z'/></svg>");background-color:rgba(0,0,0,0);z-index:1;-webkit-mask-size:var(--post-core-dimension-18);mask-size:var(--post-core-dimension-18);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.form-switch .form-check-input::after{border:var(--post-device-border-width-alternative1) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke3)}.form-switch .form-check-input:checked{background-color:var(--post-scheme-color-interactive-primary-selected-bg2);border-color:var(--post-scheme-color-interactive-primary-selected-stroke4)}.form-switch .form-check-input:checked::before,.form-switch .form-check-input:checked::after{transform:translateX(calc(var(--post-core-dimension-48) - var(--post-core-dimension-18) * 1.5))}.form-switch .form-check-input:checked::before{background-color:var(--post-scheme-color-signal-success-dark)}.form-switch .form-check-input:checked::after{-webkit-mask-image:none;mask-image:none;background-color:var(--post-scheme-color-interactive-primary-selected-fg3);border-color:var(--post-scheme-color-interactive-primary-selected-stroke3)}.form-switch .form-check-input:checked+.form-check-label{color:var(--post-scheme-color-interactive-primary-selected-fg1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch .form-check-input{transition:none;border:var(--post-device-border-width-alternative1) var(--post-core-border-style-solid) CanvasText}.form-switch .form-check-input:checked{background-color:SelectedItem !important}.form-switch .form-check-input::after{max-width:var(--post-core-dimension-18);border-color:Canvas;background-color:CanvasText}.form-switch .form-check-input:checked::after,.form-switch .form-check-input:checked::before{transform:translateX(calc(var(--post-core-dimension-48) - var(--post-core-dimension-18) - var(--post-core-dimension-4) * 2 - var(--post-device-border-width-alternative1) * 2))}}.form-switch .form-check-input[disabled]{background-color:var(--post-scheme-color-interactive-primary-disabled-bg3);border:var(--post-device-border-width-alternative1) var(--post-core-border-style-dash) var(--post-scheme-color-interactive-primary-disabled-stroke2)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch .form-check-input[disabled]{border:var(--post-device-border-width-alternative1) var(--post-core-border-style-dash) GrayText}}.form-switch .form-check-input[disabled]+.form-check-label{color:var(--post-scheme-color-interactive-primary-disabled-fg1)}.form-switch .form-check-input[disabled]::after{background-color:var(--post-scheme-color-interactive-primary-disabled-fg3);border:var(--post-device-border-width-alternative1) var(--post-core-border-style-dash) var(--post-scheme-color-interactive-primary-disabled-stroke2)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .form-switch .form-check-input[disabled]::after{border:var(--post-device-border-width-alternative1) var(--post-core-border-style-dash) rgba(255,255,255,.8)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch .form-check-input[disabled]::after{border:var(--post-device-border-width-alternative1) var(--post-core-border-style-dash) GrayText}}.form-switch .form-check-input[disabled]:checked::before{background-color:var(--post-scheme-color-interactive-primary-disabled-fg1);-webkit-mask-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7.51712 12.1332L4.30712 8.69325C4.02712 8.39325 4.03712 7.91325 4.34712 7.63325C4.64712 7.35325 5.12712 7.36325 5.40712 7.67325L7.31712 9.72325L10.7171 4.57325C10.9471 4.22325 11.4071 4.13325 11.7571 4.36325C12.1071 4.59325 12.1971 5.05325 11.9671 5.40325L7.51712 12.1332Z'/></svg>");mask-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7.51712 12.1332L4.30712 8.69325C4.02712 8.39325 4.03712 7.91325 4.34712 7.63325C4.64712 7.35325 5.12712 7.36325 5.40712 7.67325L7.31712 9.72325L10.7171 4.57325C10.9471 4.22325 11.4071 4.13325 11.7571 4.36325C12.1071 4.59325 12.1971 5.05325 11.9671 5.40325L7.51712 12.1332Z'/></svg>");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch .form-check-input[disabled]::after{border-color:Field}.form-switch .form-check-input[disabled]:checked{background-color:GrayText !important}}.form-switch .form-check-input.is-invalid{border-color:rgba(0,0,0,0)}.form-switch .form-check-input.is-invalid+label{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.form-switch:hover>.form-check-input:not([disabled]){background-color:var(--post-scheme-color-interactive-primary-hover-bg2);border-color:var(--post-scheme-color-interactive-primary-hover-stroke)}.form-switch:hover>.form-check-input:not([disabled])::after{background-color:var(--post-scheme-color-interactive-primary-hover-fg3);border-color:var(--post-scheme-color-interactive-primary-hover-stroke3)}.form-switch:hover>.form-check-input:not([disabled]):checked::before{background-color:var(--post-scheme-color-interactive-primary-hover-bg2)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch:hover>.form-check-input:not([disabled]){border-color:Highlight}.form-switch:hover>.form-check-input:not([disabled])::after{background-color:CanvasText}}.form-switch .form-check-label{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.form-switch .form-check-label.order-first{flex:0 auto;padding-inline-end:var(--post-device-spacing-gap-inline-3)}.form-switch .form-check-label:not(.order-first){padding-inline-start:var(--post-device-spacing-gap-inline-3)}.form-hint{color:var(--post-scheme-color-interactive-primary-enabled-fg1);padding-inline:var(--post-device-spacing-padding-2);padding-block:var(--post-device-spacing-padding-block-5);font-size:var(--post-device-font-size-10);margin-block-start:0}.form-control:disabled .form-hint{color:var(--post-scheme-color-interactive-primary-disabled-fg1)}.form-control{display:block;width:100%;font-family:var(--post-device-font-family-default);appearance:none;background-clip:padding-box;border:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke);position:relative;border-radius:var(--post-device-border-radius-1);background-color:var(--post-scheme-color-interactive-primary-enabled-bg1);color:var(--post-scheme-color-interactive-primary-enabled-fg1);padding-inline-start:var(--post-device-spacing-padding-inline-1);padding-inline-end:var(--post-device-spacing-padding-3);padding-block:var(--post-device-spacing-padding-block-1);height:var(--post-device-sizing-interactive-button-height-6)}.form-control:focus{border-color:var(--post-scheme-color-interactive-primary-selected-stroke1);background-color:var(--post-scheme-color-interactive-primary-selected-bg1);color:var(--post-scheme-color-interactive-primary-selected-fg1)}.form-control:focus{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.form-control:focus:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-control:focus:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.form-control:focus:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-control:focus:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-control:focus{border-color:FieldText !important}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-control:not(:disabled):hover,.form-control:not(:disabled):focus{border-color:FieldText}}.form-control:not(:disabled):hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke);background-color:var(--post-scheme-color-interactive-primary-hover-bg)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-control:not(:disabled):hover{border-color:Highlight}}.form-control[readonly]:not(:disabled){border-color:var(--post-scheme-color-interactive-primary-enabled-stroke);background-color:var(--post-scheme-color-interactive-primary-enabled-bg1)}.form-control[type=file]{overflow:hidden;position:relative}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-control[type=file]:disabled{color:GrayText;border-color:GrayText}}.form-control[type=file]::file-selector-button{padding-block:var(--post-device-spacing-padding-block-1);padding-inline-start:var(--post-device-spacing-padding-inline-1);padding-inline-end:var(--post-device-spacing-padding-3);margin:calc(var(--post-device-spacing-padding-block-1)*-1) calc(var(--post-device-spacing-padding-inline-1)*-1);margin-inline-end:var(--post-device-spacing-padding-inline-1);color:var(--post-scheme-color-interactive-primary-enabled-fg1);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--post-device-border-width-default);border-radius:0;display:block;position:absolute;top:0;bottom:0;right:0;margin-inline:0;height:auto;background-color:inherit;border-right:0 none;border-left:inherit}@supports(background: -webkit-named-image(i)){.form-control[type=file]::file-selector-button{display:initial;position:initial;margin-inline:0;padding-inline:0;width:0;border:0 none}.form-control[type=file]::after{display:flex;align-items:center;content:"Choose File";position:absolute;top:0;bottom:0;right:0;z-index:2;padding-inline:var(--post-device-spacing-padding-inline-1);background-color:inherit;border-left:inherit;text-align:center}[lang=de] .form-control[type=file]::after{content:"Datei auswählen"}[lang=fr] .form-control[type=file]::after{content:"Choisir un fichier"}[lang=it] .form-control[type=file]::after{content:"Scegli file"}.form-control[type=file][multiple]::after{content:"Choose Files"}[lang=de] .form-control[type=file][multiple]::after{content:"Dateien auswählen"}[lang=fr] .form-control[type=file][multiple]::after{content:"Choisir des fichiers"}}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control::placeholder{color:var(--post-scheme-color-interactive-primary-enabled-fg1);opacity:1}.form-control:disabled{color:var(--post-scheme-color-interactive-primary-disabled-fg1);background-color:var(--post-scheme-color-interactive-primary-disabled-bg);border-color:var(--post-scheme-color-interactive-primary-disabled-stroke);border-style:var(--post-core-border-style-dash);opacity:1}.form-control:disabled::placeholder{color:var(--post-scheme-color-interactive-primary-disabled-fg1);opacity:1}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--post-scheme-color-interactive-primary-hover-bg)}.form-control.is-valid:not(:disabled),.form-control.is-invalid:not(:disabled){background-size:var(--post-device-sizing-notification-1);background-position:center right var(--post-device-position-2);background-repeat:no-repeat;padding-inline-end:calc(var(--post-device-spacing-padding-3) + var(--post-device-position-2) + var(--post-device-sizing-notification-1))}.form-control.is-valid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5647)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM25.05 9.01L14.4 25.15L7.04 17.27C6.66 16.87 6.68 16.23 7.09 15.86C7.49 15.48 8.13 15.5 8.5 15.91L14.13 21.94L23.38 7.92C23.68 7.46 24.3 7.33 24.77 7.64C25.23 7.94 25.36 8.56 25.05 9.03V9.01Z' fill='%23107800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5647'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-control.is-invalid:not(:disabled){background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1266_5583)'%3E%3Cpath d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0ZM14.49 6.28H17.53V10.76L16.93 17.11H15.09L14.49 10.76V6.28ZM16.01 22.33C14.93 22.33 14.08 21.48 14.08 20.42C14.08 19.36 14.93 18.53 16.01 18.53C17.09 18.53 17.94 19.38 17.94 20.42C17.94 21.46 17.09 22.33 16.01 22.33Z' fill='%23B20000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1266_5583'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}textarea.form-control{min-height:var(--post-device-sizing-interactive-button-height-6)}.form-label:has(+.form-control[disabled]){color:var(--post-scheme-color-interactive-primary-disabled-fg1)}.form-floating>.form-control{height:var(--post-device-sizing-interactive-button-height-6);min-height:var(--post-device-sizing-interactive-button-height-6)}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 600px;--bs-breakpoint-md: 780px;--bs-breakpoint-lg: 1024px;--bs-breakpoint-xl: 1280px}.row{--bs-gutter-x: 30px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 600px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 780px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 1024px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1280px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}.container,.container-fluid,.container-xl{--bs-gutter-x: 30px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 1280px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1280px}}.container{padding-inline:var(--post-container-padding-x)}.container-fluid{padding-inline:var(--post-container-fluid-padding-x)}.container{--post-container-padding-x: 12px}.container-fluid{--post-container-fluid-padding-x: 12px}.row{--bs-gutter-x: 12px}@media(min-width: 600px){.container{--post-container-padding-x: 16px}}@media(min-width: 600px){.container-fluid{--post-container-fluid-padding-x: 16px}}@media(min-width: 600px){.row{--bs-gutter-x: 16px}}@media(min-width: 780px){.container{--post-container-padding-x: 32px}}@media(min-width: 780px){.container-fluid{--post-container-fluid-padding-x: 32px}}@media(min-width: 1280px){.container{--post-container-padding-x: 40px}}.g-0,.gx-0{--bs-gutter-x: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}@media(min-width: 600px){.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}}@media(min-width: 600px){.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}}@media(min-width: 600px){.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}}@media(min-width: 600px){.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}}@media(min-width: 600px){.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}}@media(min-width: 600px){.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}}@media(min-width: 780px){.g-md-0,.gx-md-0{--bs-gutter-x: 0}}@media(min-width: 780px){.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}}@media(min-width: 780px){.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}}@media(min-width: 780px){.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}}@media(min-width: 780px){.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}}@media(min-width: 780px){.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}}@media(min-width: 1024px){.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}}@media(min-width: 1024px){.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1024px){.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1024px){.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}}@media(min-width: 1024px){.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1024px){.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}}@media(min-width: 1280px){.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}}@media(min-width: 1280px){.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1280px){.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1280px){.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}}@media(min-width: 1280px){.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1280px){.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}}.btn-icon{min-width:var(--post-device-sizing-interactive-button-height-1);width:var(--post-device-sizing-interactive-button-height-1);height:var(--post-device-sizing-interactive-button-height-1)}.btn-icon>post-icon{min-width:var(--post-device-sizing-interactive-button-icon-4);height:var(--post-device-sizing-interactive-button-icon-4)}.btn-icon.btn-sm{min-width:var(--post-device-sizing-interactive-button-height-4);width:var(--post-device-sizing-interactive-button-height-4);height:var(--post-device-sizing-interactive-button-height-4)}.btn-icon.btn-sm>post-icon{min-width:var(--post-device-sizing-interactive-button-icon-5);height:var(--post-device-sizing-interactive-button-icon-5)}.btn-icon.btn-lg{min-width:var(--post-device-sizing-interactive-button-height-2);width:var(--post-device-sizing-interactive-button-height-2);height:var(--post-device-sizing-interactive-button-height-2)}.btn-icon.btn-lg>post-icon{min-width:var(--post-device-sizing-interactive-button-icon-3);height:var(--post-device-sizing-interactive-button-icon-3)}.btn-icon-close{padding:0;border:unset;min-height:unset;min-width:unset;width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1);border-radius:var(--post-device-border-radius-round);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}.btn-icon-close>post-icon{width:var(--post-device-sizing-interactive-icon-size4);height:var(--post-device-sizing-interactive-icon-size4)}.btn-icon-close:not(:disabled):hover,.btn-icon-close.pretend-hover{cursor:pointer;background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.lead{font-size:var(--post-device-font-size-5);font-weight:var(--post-device-font-weight-bold)}.list-group{background-color:var(--post-scheme-color-surface-default-bg);list-style:none;padding:0}.list-group>li{border:unset;padding:0}.list-group-link,.list-group-document,.list-group-switch{display:flex;position:relative;align-items:flex-start;padding-block-start:var(--post-device-spacing-padding-block-22);padding-block-end:var(--post-device-spacing-padding-block-23);padding-inline-start:var(--post-device-spacing-padding-5);padding-inline-end:var(--post-device-spacing-padding-inline-4);border-radius:var(--post-device-border-radius-focus);color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.list-group-link::after,.list-group-document::after,.list-group-switch::after{display:block;content:"";position:absolute;inset:auto 0 0;border-block-end:var(--post-device-border-width-alternative1) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke)}.list-group-link:hover,.list-group-document:hover,.list-group-switch:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}.list-group-link:hover::after,.list-group-document:hover::after,.list-group-switch:hover::after{border-block-end-color:var(--post-scheme-color-interactive-primary-hover-stroke)}.list-group-link,.list-group-document,.list-group-switch{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.list-group-link:is(:focus-visible,:has(:focus-visible),.pretend-focus),.list-group-document:is(:focus-visible,:has(:focus-visible),.pretend-focus),.list-group-switch:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.list-group-link:is(:focus-visible,:has(:focus-visible),.pretend-focus),.list-group-document:is(:focus-visible,:has(:focus-visible),.pretend-focus),.list-group-switch:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.list-group-link:is(:focus-visible,:focus-within,.pretend-focus),.list-group-document:is(:focus-visible,:focus-within,.pretend-focus),.list-group-switch:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.list-group-link:is(:focus-visible,:focus-within,.pretend-focus),.list-group-document:is(:focus-visible,:focus-within,.pretend-focus),.list-group-switch:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.list-group-link,.list-group-document{text-decoration:none;gap:var(--post-device-spacing-gap-4)}.list-group-link>post-icon,.list-group-document>post-icon{flex:0 0 auto;padding-block:var(--post-device-spacing-padding-block-24);padding-inline:var(--post-device-spacing-padding-4);width:calc(var(--post-device-sizing-interactive-icon-size2) + 2*var(--post-device-spacing-padding-4));height:calc(var(--post-device-sizing-interactive-icon-size2) + 2*var(--post-device-spacing-padding-block-24))}.list-group-link>post-icon:last-child,.list-group-document>post-icon:last-child{margin-left:auto}.list-group-switch{justify-content:space-between;margin-bottom:0;flex-wrap:nowrap}.list-group-switch:hover .form-check-label{color:var(--post-scheme-color-interactive-primary-hover-fg1)}.list-group-switch .form-check-label{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.list-group-switch .form-check-input{flex-shrink:0;margin-block:var(--post-device-spacing-padding-block-18)}.list-group-link:hover post-icon,.list-group-link:focus post-icon{transform:translateX(0.25rem)}.list-group-link post-icon{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}@media(prefers-reduced-motion: reduce){.list-group-link post-icon{transition:none}}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 29.75rem;--bs-modal-padding: 1rem;--bs-modal-margin: 0.75rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: rgba(0, 0, 0, 0.2);--bs-modal-border-width: 1px;--bs-modal-border-radius: 4px;--bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);--bs-modal-inner-border-radius: subtract(4px, 1px);--bs-modal-header-padding-x: 2rem;--bs-modal-header-padding-y: 1.5rem;--bs-modal-header-padding: 1.5rem 2rem;--bs-modal-header-border-color: hsl(0, 0%, 80%);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: hsl(0, 0%, 80%);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1040;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 600px){.modal{--bs-modal-margin: 2rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 17.25rem}}@media(min-width: 1024px){.modal-lg,.modal-xl{--bs-modal-width: 48.5rem}}@media(min-width: 1280px){.modal-xl{--bs-modal-width: 69.75rem}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 599.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 779.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 1023.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1279.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.modal-content{border:0;box-shadow:0 0 5px 0 rgba(0,0,0,.3)}post-ngb-modal-content{display:flex;flex-direction:column}.modal-body{background:linear-gradient(#fff, #fff) center top/100% 4px no-repeat local,linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 25%, transparent) center top/100% 4px no-repeat scroll,linear-gradient(#fff, #fff) center bottom/100% 4px no-repeat local,linear-gradient(transparent, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.2)) center bottom/100% 4px no-repeat scroll;padding:.5rem 2rem;overflow-y:auto}.modal-header,.modal-footer{border:0}.modal-header .btn-close{position:absolute;top:0;right:0;padding:0;margin:.5rem 1rem}.modal-title:focus{outline:none}@media(min-width: 600px){post-ngb-modal-content{max-height:calc(100vh - 4rem)}.modal-dialog{padding-right:.75rem;padding-left:.75rem}}@media(max-width: 599.98px){post-ngb-modal-content{height:calc(100vh - 1.5rem)}.modal-body,.modal-header{padding-right:1.5rem;padding-left:1.5rem}}.pagination{--bs-pagination-padding-x: 0;--bs-pagination-padding-y: 0.5rem;--bs-pagination-font-size:1rem;--bs-pagination-color: hsl(0, 0%, 40%);--bs-pagination-bg: #fff;--bs-pagination-border-width: 2px;--bs-pagination-border-color: hsl(0, 0%, 90%);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: #000;--bs-pagination-hover-bg: #faf9f8;--bs-pagination-hover-border-color: hsl(0, 0%, 90%);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.125rem rgba(51, 51, 51, 0.25);--bs-pagination-active-color: #000;--bs-pagination-active-bg: #fc0;--bs-pagination-active-border-color: #fc0;--bs-pagination-disabled-color: hsl(0, 0%, 60%);--bs-pagination-disabled-bg: #faf9f8;--bs-pagination-disabled-border-color: hsl(0, 0%, 90%);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(2px*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 0;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.pagination .page-item{width:calc(2.25rem + 4px);color:#666}.pagination .page-item.disabled:first-child,.pagination .page-item.disabled:last-child{display:none}.pagination .page-item .page-link{height:100%;color:inherit;text-align:center;text-decoration:none}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.pagination .page-item .page-link:focus,.pagination .page-item .page-link:focus-within,.pagination .page-item .page-link:focus-visible{border-radius:4px;outline:2px solid highlight}}.pagination .page-item .page-link[aria-label=First]>span,.pagination .page-item .page-link[aria-label=Previous]>span,.pagination .page-item .page-link[aria-label=Next]>span,.pagination .page-item .page-link[aria-label=Last]>span{display:inline-block;color:rgba(0,0,0,0);width:1.5rem;height:1.5rem}.pagination .page-item .page-link[aria-label=Previous]>span,.pagination .page-item .page-link[aria-label=Next]>span{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect/%3E%3Cpath d='M18.9 23.5 11.3 16l7.6-7.6.9.9-6.6 6.7 6.6 6.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect/%3E%3Cpath d='M18.9 23.5 11.3 16l7.6-7.6.9.9-6.6 6.7 6.6 6.6z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.pagination .page-item .page-link[aria-label=First]>span,.pagination .page-item .page-link[aria-label=Last]>span{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.764 15.998 5.57 5.53v1.878l-7.46-7.404 7.46-7.464v1.887zM22 8.569l-7.427 7.433L22 23.376v-1.879l-5.54-5.499L22 10.455z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.764 15.998 5.57 5.53v1.878l-7.46-7.404 7.46-7.464v1.887zM22 8.569l-7.427 7.433L22 23.376v-1.879l-5.54-5.499L22 10.455z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.pagination .page-item .page-link[aria-label=Next]>span,.pagination .page-item .page-link[aria-label=Last]>span{transform:rotate(180deg)}.pagination .page-item .page-link[aria-disabled]{border-top:0;border-bottom:0;background-color:rgba(0,0,0,0)}.pagination .page-item:hover,.pagination .page-item:focus,.pagination .page-item.active{color:#000}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.pagination .page-item.active>.page-link{background-color:Highlight}.pagination .page-item:first-child .page-link>span,.pagination .page-item:last-child .page-link>span{background-color:LinkText;color:rgba(0,0,0,0);forced-color-adjust:none}}.popover{--bs-popover-zindex: 1060;--bs-popover-max-width: 310px;--bs-popover-font-size:0.8125rem;--bs-popover-bg: #fc0;--bs-popover-border-width: 1px;--bs-popover-border-color: #fc0;--bs-popover-border-radius: 4px;--bs-popover-inner-border-radius: calc(4px - 1px);--bs-popover-box-shadow: none;--bs-popover-header-padding-x: 0.5rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: #fc0;--bs-popover-body-padding-x: 0.5rem;--bs-popover-body-padding-y: 0.5rem;--bs-popover-body-color: #000;--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:"Frutiger Neue For Post",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.popover{border-radius:0;background-clip:border-box;text-align:left}.popover-header{border-bottom:0;font-weight:700;text-align:left}.product-navigation{display:flex;flex-flow:column;justify-content:space-between;height:100%}@media(max-width: -0.2){[class*=col-xs-]>.card>[data-sync-height-with]{height:auto !important}}@media(max-width: 599.8px){[class*=col-sm-]>.card>[data-sync-height-with]{height:auto !important}}@media(max-width: 779.8px){[class*=col-md-]>.card>[data-sync-height-with]{height:auto !important}}@media(max-width: 1023.8px){[class*=col-lg-]>.card>[data-sync-height-with]{height:auto !important}}@media(max-width: 1279.8px){[class*=col-xl-]>.card>[data-sync-height-with]{height:auto !important}}.card-buttons [class*=col-]{display:flex;flex-direction:column}.card-button{align-self:stretch;margin:.75rem 0}[class*=col-]>.card-button{height:100%}.card-button a{color:inherit;text-decoration:none}.card-button a>post-icon{flex-shrink:0;width:3rem;height:3rem;margin-right:1rem}.card-button .card-body{padding:1rem}@media(min-width: 780px){.card-button .card-body{padding:1.5rem}}.card-button .post-card-favourit{display:flex;align-items:center;justify-content:center;position:absolute;top:.5rem;right:.5rem;border:0;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;color:currentColor}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: hsl(0, 0%, 80%);--bs-progress-border-radius: 4px;--bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: hsl(0, 0%, 20%);--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.progress{border:1px solid ButtonText;color:ButtonText}.progress-bar[class]{justify-content:center;align-items:center;background-color:Highlight !important}.progress-bar[class]>span{background-color:ButtonFace}}.skiplinks a{position:absolute;top:.5rem;left:.5rem;clip:rect(0 0 0 0);width:1px;overflow:hidden;display:flex;align-items:center;padding:.25rem;background:#fff}.skiplinks a:focus-visible{position:absolute;clip:unset;width:auto}.lh-hair{line-height:1px !important}.lh-line{line-height:2px !important}.lh-micro{line-height:.25rem !important}.lh-mini{line-height:.5rem !important}.lh-small-regular{line-height:.75rem !important}.lh-regular{line-height:1rem !important}.lh-small-large{line-height:1.25rem !important}.lh-large{line-height:1.5rem !important}.lh-big{line-height:2rem !important}.lh-bigger-big{line-height:2.5rem !important}.lh-small-huge{line-height:3rem !important}.lh-huge{line-height:3.5rem !important}.lh-small-giant{line-height:4.5rem !important}.lh-giant{line-height:5rem !important}.lh-bigger-giant{line-height:7rem !important}.h-hair{height:1px !important}.h-line{height:2px !important}.h-micro{height:.25rem !important}.h-mini{height:.5rem !important}.h-small-regular{height:.75rem !important}.h-regular{height:1rem !important}.h-small-large{height:1.25rem !important}.h-large{height:1.5rem !important}.h-big{height:2rem !important}.h-bigger-big{height:2.5rem !important}.h-small-huge{height:3rem !important}.h-huge{height:3.5rem !important}.h-small-giant{height:4.5rem !important}.h-giant{height:5rem !important}.h-bigger-giant{height:7rem !important}.mh-hair{max-height:1px !important}.mh-line{max-height:2px !important}.mh-micro{max-height:.25rem !important}.mh-mini{max-height:.5rem !important}.mh-small-regular{max-height:.75rem !important}.mh-regular{max-height:1rem !important}.mh-small-large{max-height:1.25rem !important}.mh-large{max-height:1.5rem !important}.mh-big{max-height:2rem !important}.mh-bigger-big{max-height:2.5rem !important}.mh-small-huge{max-height:3rem !important}.mh-huge{max-height:3.5rem !important}.mh-small-giant{max-height:4.5rem !important}.mh-giant{max-height:5rem !important}.mh-bigger-giant{max-height:7rem !important}.w-hair{width:1px !important}.w-line{width:2px !important}.w-micro{width:.25rem !important}.w-mini{width:.5rem !important}.w-small-regular{width:.75rem !important}.w-regular{width:1rem !important}.w-small-large{width:1.25rem !important}.w-large{width:1.5rem !important}.w-big{width:2rem !important}.w-bigger-big{width:2.5rem !important}.w-small-huge{width:3rem !important}.w-huge{width:3.5rem !important}.w-small-giant{width:4.5rem !important}.w-giant{width:5rem !important}.w-bigger-giant{width:7rem !important}.mw-hair{max-width:1px !important}.mw-line{max-width:2px !important}.mw-micro{max-width:.25rem !important}.mw-mini{max-width:.5rem !important}.mw-small-regular{max-width:.75rem !important}.mw-regular{max-width:1rem !important}.mw-small-large{max-width:1.25rem !important}.mw-large{max-width:1.5rem !important}.mw-big{max-width:2rem !important}.mw-bigger-big{max-width:2.5rem !important}.mw-small-huge{max-width:3rem !important}.mw-huge{max-width:3.5rem !important}.mw-small-giant{max-width:4.5rem !important}.mw-giant{max-width:5rem !important}.mw-bigger-giant{max-width:7rem !important}@media(min-width: 600px){.lh-sm-hair{line-height:1px !important}.lh-sm-line{line-height:2px !important}.lh-sm-micro{line-height:.25rem !important}.lh-sm-mini{line-height:.5rem !important}.lh-sm-small-regular{line-height:.75rem !important}.lh-sm-regular{line-height:1rem !important}.lh-sm-small-large{line-height:1.25rem !important}.lh-sm-large{line-height:1.5rem !important}.lh-sm-big{line-height:2rem !important}.lh-sm-bigger-big{line-height:2.5rem !important}.lh-sm-small-huge{line-height:3rem !important}.lh-sm-huge{line-height:3.5rem !important}.lh-sm-small-giant{line-height:4.5rem !important}.lh-sm-giant{line-height:5rem !important}.lh-sm-bigger-giant{line-height:7rem !important}.h-sm-hair{height:1px !important}.h-sm-line{height:2px !important}.h-sm-micro{height:.25rem !important}.h-sm-mini{height:.5rem !important}.h-sm-small-regular{height:.75rem !important}.h-sm-regular{height:1rem !important}.h-sm-small-large{height:1.25rem !important}.h-sm-large{height:1.5rem !important}.h-sm-big{height:2rem !important}.h-sm-bigger-big{height:2.5rem !important}.h-sm-small-huge{height:3rem !important}.h-sm-huge{height:3.5rem !important}.h-sm-small-giant{height:4.5rem !important}.h-sm-giant{height:5rem !important}.h-sm-bigger-giant{height:7rem !important}.mh-sm-hair{max-height:1px !important}.mh-sm-line{max-height:2px !important}.mh-sm-micro{max-height:.25rem !important}.mh-sm-mini{max-height:.5rem !important}.mh-sm-small-regular{max-height:.75rem !important}.mh-sm-regular{max-height:1rem !important}.mh-sm-small-large{max-height:1.25rem !important}.mh-sm-large{max-height:1.5rem !important}.mh-sm-big{max-height:2rem !important}.mh-sm-bigger-big{max-height:2.5rem !important}.mh-sm-small-huge{max-height:3rem !important}.mh-sm-huge{max-height:3.5rem !important}.mh-sm-small-giant{max-height:4.5rem !important}.mh-sm-giant{max-height:5rem !important}.mh-sm-bigger-giant{max-height:7rem !important}.w-sm-hair{width:1px !important}.w-sm-line{width:2px !important}.w-sm-micro{width:.25rem !important}.w-sm-mini{width:.5rem !important}.w-sm-small-regular{width:.75rem !important}.w-sm-regular{width:1rem !important}.w-sm-small-large{width:1.25rem !important}.w-sm-large{width:1.5rem !important}.w-sm-big{width:2rem !important}.w-sm-bigger-big{width:2.5rem !important}.w-sm-small-huge{width:3rem !important}.w-sm-huge{width:3.5rem !important}.w-sm-small-giant{width:4.5rem !important}.w-sm-giant{width:5rem !important}.w-sm-bigger-giant{width:7rem !important}.mw-sm-hair{max-width:1px !important}.mw-sm-line{max-width:2px !important}.mw-sm-micro{max-width:.25rem !important}.mw-sm-mini{max-width:.5rem !important}.mw-sm-small-regular{max-width:.75rem !important}.mw-sm-regular{max-width:1rem !important}.mw-sm-small-large{max-width:1.25rem !important}.mw-sm-large{max-width:1.5rem !important}.mw-sm-big{max-width:2rem !important}.mw-sm-bigger-big{max-width:2.5rem !important}.mw-sm-small-huge{max-width:3rem !important}.mw-sm-huge{max-width:3.5rem !important}.mw-sm-small-giant{max-width:4.5rem !important}.mw-sm-giant{max-width:5rem !important}.mw-sm-bigger-giant{max-width:7rem !important}}@media(min-width: 780px){.lh-md-hair{line-height:1px !important}.lh-md-line{line-height:2px !important}.lh-md-micro{line-height:.25rem !important}.lh-md-mini{line-height:.5rem !important}.lh-md-small-regular{line-height:.75rem !important}.lh-md-regular{line-height:1rem !important}.lh-md-small-large{line-height:1.25rem !important}.lh-md-large{line-height:1.5rem !important}.lh-md-big{line-height:2rem !important}.lh-md-bigger-big{line-height:2.5rem !important}.lh-md-small-huge{line-height:3rem !important}.lh-md-huge{line-height:3.5rem !important}.lh-md-small-giant{line-height:4.5rem !important}.lh-md-giant{line-height:5rem !important}.lh-md-bigger-giant{line-height:7rem !important}.h-md-hair{height:1px !important}.h-md-line{height:2px !important}.h-md-micro{height:.25rem !important}.h-md-mini{height:.5rem !important}.h-md-small-regular{height:.75rem !important}.h-md-regular{height:1rem !important}.h-md-small-large{height:1.25rem !important}.h-md-large{height:1.5rem !important}.h-md-big{height:2rem !important}.h-md-bigger-big{height:2.5rem !important}.h-md-small-huge{height:3rem !important}.h-md-huge{height:3.5rem !important}.h-md-small-giant{height:4.5rem !important}.h-md-giant{height:5rem !important}.h-md-bigger-giant{height:7rem !important}.mh-md-hair{max-height:1px !important}.mh-md-line{max-height:2px !important}.mh-md-micro{max-height:.25rem !important}.mh-md-mini{max-height:.5rem !important}.mh-md-small-regular{max-height:.75rem !important}.mh-md-regular{max-height:1rem !important}.mh-md-small-large{max-height:1.25rem !important}.mh-md-large{max-height:1.5rem !important}.mh-md-big{max-height:2rem !important}.mh-md-bigger-big{max-height:2.5rem !important}.mh-md-small-huge{max-height:3rem !important}.mh-md-huge{max-height:3.5rem !important}.mh-md-small-giant{max-height:4.5rem !important}.mh-md-giant{max-height:5rem !important}.mh-md-bigger-giant{max-height:7rem !important}.w-md-hair{width:1px !important}.w-md-line{width:2px !important}.w-md-micro{width:.25rem !important}.w-md-mini{width:.5rem !important}.w-md-small-regular{width:.75rem !important}.w-md-regular{width:1rem !important}.w-md-small-large{width:1.25rem !important}.w-md-large{width:1.5rem !important}.w-md-big{width:2rem !important}.w-md-bigger-big{width:2.5rem !important}.w-md-small-huge{width:3rem !important}.w-md-huge{width:3.5rem !important}.w-md-small-giant{width:4.5rem !important}.w-md-giant{width:5rem !important}.w-md-bigger-giant{width:7rem !important}.mw-md-hair{max-width:1px !important}.mw-md-line{max-width:2px !important}.mw-md-micro{max-width:.25rem !important}.mw-md-mini{max-width:.5rem !important}.mw-md-small-regular{max-width:.75rem !important}.mw-md-regular{max-width:1rem !important}.mw-md-small-large{max-width:1.25rem !important}.mw-md-large{max-width:1.5rem !important}.mw-md-big{max-width:2rem !important}.mw-md-bigger-big{max-width:2.5rem !important}.mw-md-small-huge{max-width:3rem !important}.mw-md-huge{max-width:3.5rem !important}.mw-md-small-giant{max-width:4.5rem !important}.mw-md-giant{max-width:5rem !important}.mw-md-bigger-giant{max-width:7rem !important}}@media(min-width: 1024px){.lh-lg-hair{line-height:1px !important}.lh-lg-line{line-height:2px !important}.lh-lg-micro{line-height:.25rem !important}.lh-lg-mini{line-height:.5rem !important}.lh-lg-small-regular{line-height:.75rem !important}.lh-lg-regular{line-height:1rem !important}.lh-lg-small-large{line-height:1.25rem !important}.lh-lg-large{line-height:1.5rem !important}.lh-lg-big{line-height:2rem !important}.lh-lg-bigger-big{line-height:2.5rem !important}.lh-lg-small-huge{line-height:3rem !important}.lh-lg-huge{line-height:3.5rem !important}.lh-lg-small-giant{line-height:4.5rem !important}.lh-lg-giant{line-height:5rem !important}.lh-lg-bigger-giant{line-height:7rem !important}.h-lg-hair{height:1px !important}.h-lg-line{height:2px !important}.h-lg-micro{height:.25rem !important}.h-lg-mini{height:.5rem !important}.h-lg-small-regular{height:.75rem !important}.h-lg-regular{height:1rem !important}.h-lg-small-large{height:1.25rem !important}.h-lg-large{height:1.5rem !important}.h-lg-big{height:2rem !important}.h-lg-bigger-big{height:2.5rem !important}.h-lg-small-huge{height:3rem !important}.h-lg-huge{height:3.5rem !important}.h-lg-small-giant{height:4.5rem !important}.h-lg-giant{height:5rem !important}.h-lg-bigger-giant{height:7rem !important}.mh-lg-hair{max-height:1px !important}.mh-lg-line{max-height:2px !important}.mh-lg-micro{max-height:.25rem !important}.mh-lg-mini{max-height:.5rem !important}.mh-lg-small-regular{max-height:.75rem !important}.mh-lg-regular{max-height:1rem !important}.mh-lg-small-large{max-height:1.25rem !important}.mh-lg-large{max-height:1.5rem !important}.mh-lg-big{max-height:2rem !important}.mh-lg-bigger-big{max-height:2.5rem !important}.mh-lg-small-huge{max-height:3rem !important}.mh-lg-huge{max-height:3.5rem !important}.mh-lg-small-giant{max-height:4.5rem !important}.mh-lg-giant{max-height:5rem !important}.mh-lg-bigger-giant{max-height:7rem !important}.w-lg-hair{width:1px !important}.w-lg-line{width:2px !important}.w-lg-micro{width:.25rem !important}.w-lg-mini{width:.5rem !important}.w-lg-small-regular{width:.75rem !important}.w-lg-regular{width:1rem !important}.w-lg-small-large{width:1.25rem !important}.w-lg-large{width:1.5rem !important}.w-lg-big{width:2rem !important}.w-lg-bigger-big{width:2.5rem !important}.w-lg-small-huge{width:3rem !important}.w-lg-huge{width:3.5rem !important}.w-lg-small-giant{width:4.5rem !important}.w-lg-giant{width:5rem !important}.w-lg-bigger-giant{width:7rem !important}.mw-lg-hair{max-width:1px !important}.mw-lg-line{max-width:2px !important}.mw-lg-micro{max-width:.25rem !important}.mw-lg-mini{max-width:.5rem !important}.mw-lg-small-regular{max-width:.75rem !important}.mw-lg-regular{max-width:1rem !important}.mw-lg-small-large{max-width:1.25rem !important}.mw-lg-large{max-width:1.5rem !important}.mw-lg-big{max-width:2rem !important}.mw-lg-bigger-big{max-width:2.5rem !important}.mw-lg-small-huge{max-width:3rem !important}.mw-lg-huge{max-width:3.5rem !important}.mw-lg-small-giant{max-width:4.5rem !important}.mw-lg-giant{max-width:5rem !important}.mw-lg-bigger-giant{max-width:7rem !important}}@media(min-width: 1280px){.lh-xl-hair{line-height:1px !important}.lh-xl-line{line-height:2px !important}.lh-xl-micro{line-height:.25rem !important}.lh-xl-mini{line-height:.5rem !important}.lh-xl-small-regular{line-height:.75rem !important}.lh-xl-regular{line-height:1rem !important}.lh-xl-small-large{line-height:1.25rem !important}.lh-xl-large{line-height:1.5rem !important}.lh-xl-big{line-height:2rem !important}.lh-xl-bigger-big{line-height:2.5rem !important}.lh-xl-small-huge{line-height:3rem !important}.lh-xl-huge{line-height:3.5rem !important}.lh-xl-small-giant{line-height:4.5rem !important}.lh-xl-giant{line-height:5rem !important}.lh-xl-bigger-giant{line-height:7rem !important}.h-xl-hair{height:1px !important}.h-xl-line{height:2px !important}.h-xl-micro{height:.25rem !important}.h-xl-mini{height:.5rem !important}.h-xl-small-regular{height:.75rem !important}.h-xl-regular{height:1rem !important}.h-xl-small-large{height:1.25rem !important}.h-xl-large{height:1.5rem !important}.h-xl-big{height:2rem !important}.h-xl-bigger-big{height:2.5rem !important}.h-xl-small-huge{height:3rem !important}.h-xl-huge{height:3.5rem !important}.h-xl-small-giant{height:4.5rem !important}.h-xl-giant{height:5rem !important}.h-xl-bigger-giant{height:7rem !important}.mh-xl-hair{max-height:1px !important}.mh-xl-line{max-height:2px !important}.mh-xl-micro{max-height:.25rem !important}.mh-xl-mini{max-height:.5rem !important}.mh-xl-small-regular{max-height:.75rem !important}.mh-xl-regular{max-height:1rem !important}.mh-xl-small-large{max-height:1.25rem !important}.mh-xl-large{max-height:1.5rem !important}.mh-xl-big{max-height:2rem !important}.mh-xl-bigger-big{max-height:2.5rem !important}.mh-xl-small-huge{max-height:3rem !important}.mh-xl-huge{max-height:3.5rem !important}.mh-xl-small-giant{max-height:4.5rem !important}.mh-xl-giant{max-height:5rem !important}.mh-xl-bigger-giant{max-height:7rem !important}.w-xl-hair{width:1px !important}.w-xl-line{width:2px !important}.w-xl-micro{width:.25rem !important}.w-xl-mini{width:.5rem !important}.w-xl-small-regular{width:.75rem !important}.w-xl-regular{width:1rem !important}.w-xl-small-large{width:1.25rem !important}.w-xl-large{width:1.5rem !important}.w-xl-big{width:2rem !important}.w-xl-bigger-big{width:2.5rem !important}.w-xl-small-huge{width:3rem !important}.w-xl-huge{width:3.5rem !important}.w-xl-small-giant{width:4.5rem !important}.w-xl-giant{width:5rem !important}.w-xl-bigger-giant{width:7rem !important}.mw-xl-hair{max-width:1px !important}.mw-xl-line{max-width:2px !important}.mw-xl-micro{max-width:.25rem !important}.mw-xl-mini{max-width:.5rem !important}.mw-xl-small-regular{max-width:.75rem !important}.mw-xl-regular{max-width:1rem !important}.mw-xl-small-large{max-width:1.25rem !important}.mw-xl-large{max-width:1.5rem !important}.mw-xl-big{max-width:2rem !important}.mw-xl-bigger-big{max-width:2.5rem !important}.mw-xl-small-huge{max-width:3rem !important}.mw-xl-huge{max-width:3.5rem !important}.mw-xl-small-giant{max-width:4.5rem !important}.mw-xl-giant{max-width:5rem !important}.mw-xl-bigger-giant{max-width:7rem !important}}@media(min-width: 600px){.w-sm-25{width:25% !important}.w-sm-50{width:50% !important}.w-sm-75{width:75% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}}@media(min-width: 780px){.w-md-25{width:25% !important}.w-md-50{width:50% !important}.w-md-75{width:75% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}}@media(min-width: 1024px){.w-lg-25{width:25% !important}.w-lg-50{width:50% !important}.w-lg-75{width:75% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}}@media(min-width: 1280px){.w-xl-25{width:25% !important}.w-xl-50{width:50% !important}.w-xl-75{width:75% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}}.m-giant-r{margin:3.5rem !important}.mt-giant-r{margin-top:3.5rem !important}.mr-giant-r{margin-right:3.5rem !important}.mb-giant-r{margin-bottom:3.5rem !important}.ml-giant-r{margin-left:3.5rem !important}.p-giant-r{padding:3.5rem !important}.pt-giant-r{padding-top:3.5rem !important}.pr-giant-r{padding-right:3.5rem !important}.pb-giant-r{padding-bottom:3.5rem !important}.pl-giant-r{padding-left:3.5rem !important}.gap-giant-r{gap:3.5rem !important}.m-huge-r{margin:2rem !important}.mt-huge-r{margin-top:2rem !important}.mr-huge-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:2rem !important}.p-huge-r{padding:2rem !important}.pt-huge-r{padding-top:2rem !important}.pr-huge-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:2rem !important}.gap-huge-r{gap:2rem !important}.m-bigger-big-r{margin:1.5rem !important}.mt-bigger-big-r{margin-top:1.5rem !important}.mr-bigger-big-r{margin-right:1.5rem !important}.mb-bigger-big-r{margin-bottom:1.5rem !important}.ml-bigger-big-r{margin-left:1.5rem !important}.p-bigger-big-r{padding:1.5rem !important}.pt-bigger-big-r{padding-top:1.5rem !important}.pr-bigger-big-r{padding-right:1.5rem !important}.pb-bigger-big-r{padding-bottom:1.5rem !important}.pl-bigger-big-r{padding-left:1.5rem !important}.gap-bigger-big-r{gap:1.5rem !important}.m-big-r{margin:1.25rem !important}.mt-big-r{margin-top:1.25rem !important}.mr-big-r{margin-right:1.25rem !important}.mb-big-r{margin-bottom:1.25rem !important}.ml-big-r{margin-left:1.25rem !important}.p-big-r{padding:1.25rem !important}.pt-big-r{padding-top:1.25rem !important}.pr-big-r{padding-right:1.25rem !important}.pb-big-r{padding-bottom:1.25rem !important}.pl-big-r{padding-left:1.25rem !important}.gap-big-r{gap:1.25rem !important}.m-large-r{margin:1rem !important}.mt-large-r{margin-top:1rem !important}.mr-large-r{margin-right:1rem !important}.mb-large-r{margin-bottom:1rem !important}.ml-large-r{margin-left:1rem !important}.p-large-r{padding:1rem !important}.pt-large-r{padding-top:1rem !important}.pr-large-r{padding-right:1rem !important}.pb-large-r{padding-bottom:1rem !important}.pl-large-r{padding-left:1rem !important}.gap-large-r{gap:1rem !important}.m-regular-r{margin:1rem !important}.mt-regular-r{margin-top:1rem !important}.mr-regular-r{margin-right:1rem !important}.mb-regular-r{margin-bottom:1rem !important}.ml-regular-r{margin-left:1rem !important}.p-regular-r{padding:1rem !important}.pt-regular-r{padding-top:1rem !important}.pr-regular-r{padding-right:1rem !important}.pb-regular-r{padding-bottom:1rem !important}.pl-regular-r{padding-left:1rem !important}.gap-regular-r{gap:1rem !important}.m-small-r{margin:.75rem !important}.mt-small-r{margin-top:.75rem !important}.mr-small-r{margin-right:.75rem !important}.mb-small-r{margin-bottom:.75rem !important}.ml-small-r{margin-left:.75rem !important}.p-small-r{padding:.75rem !important}.pt-small-r{padding-top:.75rem !important}.pr-small-r{padding-right:.75rem !important}.pb-small-r{padding-bottom:.75rem !important}.pl-small-r{padding-left:.75rem !important}.gap-small-r{gap:.75rem !important}.m-tiny-r{margin:.75rem !important}.mt-tiny-r{margin-top:.75rem !important}.mr-tiny-r{margin-right:.75rem !important}.mb-tiny-r{margin-bottom:.75rem !important}.ml-tiny-r{margin-left:.75rem !important}.p-tiny-r{padding:.75rem !important}.pt-tiny-r{padding-top:.75rem !important}.pr-tiny-r{padding-right:.75rem !important}.pb-tiny-r{padding-bottom:.75rem !important}.pl-tiny-r{padding-left:.75rem !important}.gap-tiny-r{gap:.75rem !important}@media(min-width: 600px){.m-small-r{margin:1rem !important}.mt-small-r{margin-top:1rem !important}.mr-small-r{margin-right:1rem !important}.mb-small-r{margin-bottom:1rem !important}.ml-small-r{margin-left:1rem !important}.p-small-r{padding:1rem !important}.pt-small-r{padding-top:1rem !important}.pr-small-r{padding-right:1rem !important}.pb-small-r{padding-bottom:1rem !important}.pl-small-r{padding-left:1rem !important}.gap-small-r{gap:1rem !important}}@media(min-width: 780px){.m-giant-r{margin:5rem !important}.m-huge-r{margin:2.5rem !important}.m-bigger-big-r{margin:3rem !important}.m-big-r{margin:2rem !important}.m-large-r{margin:1.25rem !important}.m-regular-r{margin:1.5rem !important}.m-tiny-r{margin:1rem !important}.mt-giant-r{margin-top:5rem !important}.mt-huge-r{margin-top:2.5rem !important}.mt-bigger-big-r{margin-top:3rem !important}.mt-big-r{margin-top:2rem !important}.mt-large-r{margin-top:1.25rem !important}.mt-regular-r{margin-top:1.5rem !important}.mt-tiny-r{margin-top:1rem !important}.mr-giant-r{margin-right:5rem !important}.mr-huge-r{margin-right:2.5rem !important}.mr-bigger-big-r{margin-right:3rem !important}.mr-big-r{margin-right:2rem !important}.mr-large-r{margin-right:1.25rem !important}.mr-regular-r{margin-right:1.5rem !important}.mr-tiny-r{margin-right:1rem !important}.mb-giant-r{margin-bottom:5rem !important}.mb-huge-r{margin-bottom:2.5rem !important}.mb-bigger-big-r{margin-bottom:3rem !important}.mb-big-r{margin-bottom:2rem !important}.mb-large-r{margin-bottom:1.25rem !important}.mb-regular-r{margin-bottom:1.5rem !important}.mb-tiny-r{margin-bottom:1rem !important}.ml-giant-r{margin-left:5rem !important}.ml-huge-r{margin-left:2.5rem !important}.ml-bigger-big-r{margin-left:3rem !important}.ml-big-r{margin-left:2rem !important}.ml-large-r{margin-left:1.25rem !important}.ml-regular-r{margin-left:1.5rem !important}.ml-tiny-r{margin-left:1rem !important}.p-giant-r{padding:5rem !important}.p-huge-r{padding:2.5rem !important}.p-bigger-big-r{padding:3rem !important}.p-big-r{padding:2rem !important}.p-large-r{padding:1.25rem !important}.p-regular-r{padding:1.5rem !important}.p-tiny-r{padding:1rem !important}.pt-giant-r{padding-top:5rem !important}.pt-huge-r{padding-top:2.5rem !important}.pt-bigger-big-r{padding-top:3rem !important}.pt-big-r{padding-top:2rem !important}.pt-large-r{padding-top:1.25rem !important}.pt-regular-r{padding-top:1.5rem !important}.pt-tiny-r{padding-top:1rem !important}.pr-giant-r{padding-right:5rem !important}.pr-huge-r{padding-right:2.5rem !important}.pr-bigger-big-r{padding-right:3rem !important}.pr-big-r{padding-right:2rem !important}.pr-large-r{padding-right:1.25rem !important}.pr-regular-r{padding-right:1.5rem !important}.pr-tiny-r{padding-right:1rem !important}.pb-giant-r{padding-bottom:5rem !important}.pb-huge-r{padding-bottom:2.5rem !important}.pb-bigger-big-r{padding-bottom:3rem !important}.pb-big-r{padding-bottom:2rem !important}.pb-large-r{padding-bottom:1.25rem !important}.pb-regular-r{padding-bottom:1.5rem !important}.pb-tiny-r{padding-bottom:1rem !important}.pl-giant-r{padding-left:5rem !important}.pl-huge-r{padding-left:2.5rem !important}.pl-bigger-big-r{padding-left:3rem !important}.pl-big-r{padding-left:2rem !important}.pl-large-r{padding-left:1.25rem !important}.pl-regular-r{padding-left:1.5rem !important}.pl-tiny-r{padding-left:1rem !important}.gap-giant-r{gap:5rem !important}.gap-huge-r{gap:2.5rem !important}.gap-bigger-big-r{gap:3rem !important}.gap-big-r{gap:2rem !important}.gap-large-r{gap:1.25rem !important}.gap-regular-r{gap:1.5rem !important}.gap-tiny-r{gap:1rem !important}}@media(min-width: 1280px){.m-huge-r{margin:3.5rem !important}.m-big-r{margin:2.5rem !important}.m-large-r{margin:2rem !important}.mt-huge-r{margin-top:3.5rem !important}.mt-big-r{margin-top:2.5rem !important}.mt-large-r{margin-top:2rem !important}.mr-huge-r{margin-right:3.5rem !important}.mr-big-r{margin-right:2.5rem !important}.mr-large-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:3.5rem !important}.mb-big-r{margin-bottom:2.5rem !important}.mb-large-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:3.5rem !important}.ml-big-r{margin-left:2.5rem !important}.ml-large-r{margin-left:2rem !important}.p-huge-r{padding:3.5rem !important}.p-big-r{padding:2.5rem !important}.p-large-r{padding:2rem !important}.pt-huge-r{padding-top:3.5rem !important}.pt-big-r{padding-top:2.5rem !important}.pt-large-r{padding-top:2rem !important}.pr-huge-r{padding-right:3.5rem !important}.pr-big-r{padding-right:2.5rem !important}.pr-large-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:3.5rem !important}.pb-big-r{padding-bottom:2.5rem !important}.pb-large-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:3.5rem !important}.pl-big-r{padding-left:2.5rem !important}.pl-large-r{padding-left:2rem !important}.gap-huge-r{gap:3.5rem !important}.gap-big-r{gap:2.5rem !important}.gap-large-r{gap:2rem !important}}.spinner-bg{position:absolute;z-index:990;top:0;left:0;width:100%;height:100%}.loading-modal{display:inline-flex;position:absolute;z-index:990;top:0;right:0;bottom:0;left:0}.loader{width:1em;height:1em;animation:spin 3.125s linear infinite;position:relative;font-size:3.5rem}.loader.loader-16{font-size:1rem}.loader.loader-24{font-size:1.5rem}.loader.loader-32{font-size:2rem}.loader.loader-40{font-size:2.5rem}.loader.loader-48{font-size:3rem}.loader.loader-80{font-size:5rem}.loader.loader-sm{font-size:2.5rem}.loader.loader-xs{font-size:1rem}.loader::before,.loader::after{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:max(2px,.12em) solid #666;transform:rotate(130deg);animation-timing-function:linear;animation-direction:alternate;animation-duration:1.5625s;animation-iteration-count:infinite}.loader::before{animation-name:progressLoaderInverted}.loader::after{border-color:#fc0;animation-name:progressLoader}@media(prefers-reduced-motion: reduce){.loader{animation-duration:25s}.loader::before,.loader::after{animation-duration:12.5s}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.loader::before{border-color:CanvasText}.loader::after{border-color:Highlight}}@keyframes spin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(720deg)}}@keyframes progressLoader{0%{clip-path:polygon(50% 50%, 0 0, 42% 0, 42% 0, 42% 0, 42% 0)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}100%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}}@keyframes progressLoaderInverted{0%{clip-path:polygon(0 0, 0 100%, 100% 100%, 50% 50%, 0 0, 42% 0, 42% 0, 42% 0, 42% 0, 50% 50%, 100% 100%, 100% 0)}50%{clip-path:polygon(0 0, 0 100%, 100% 100%, 50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 50%, 100% 100%, 100% 0)}100%{clip-path:polygon(0 0, 0 100%, 100% 100%, 50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 50% 50%, 100% 100%, 100% 0)}}.stepper-container{margin-bottom:1.25rem}@media(min-width: 780px){.stepper-container{margin-bottom:2rem}}@media(min-width: 1280px){.stepper-container{margin-bottom:2.5rem}}.stepper-container>.stepper-bar{display:none}.stepper{counter-reset:step-index;display:grid;position:relative;overflow:hidden;grid-template-columns:1.25rem;grid-auto-columns:minmax(0, 1fr);padding-inline-end:1.25rem;margin-block:0;padding-inline-start:0;list-style:none}.stepper-item{grid-row:1;position:relative}.stepper-item:not(:first-child){padding-inline-start:.5rem}.stepper-item:not(:last-child){padding-inline-end:.5rem;grid-column:span 2}.stepper-item::before,.stepper-item::after{content:"";display:block;position:absolute;inset-block-start:1.125rem;height:.25rem;background-color:#999;inset-inline:0}.stepper-item:not(:first-child,:last-child)::before{inset-inline-end:50%}.stepper-item:not(:first-child,:last-child)::after{inset-inline-start:50%}.stepper-item:not(.stepper-item[aria-current=step]~*,:first-child)::before,.stepper-item:not([aria-current=step]:not(:last-child),.stepper-item[aria-current=step]~*)::after{background-color:#fc0;z-index:1}.stepper-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position:relative;z-index:2;overflow:hidden;text-decoration:none;color:var(--post-gray-60);width:-moz-fit-content;width:fit-content;line-height:1.2}.stepper-link:not([title]){-webkit-line-clamp:initial}.stepper-item:not(:first-child,:last-child)>.stepper-link{margin-inline:auto;text-align:center}.stepper-item:last-child>.stepper-link{margin-inline-start:auto;margin-inline-end:-1.25rem;text-align:end}.stepper-item[aria-current=step]>.stepper-link{color:var(--post-gray-80);font-weight:700}.stepper-link::before{counter-increment:step-index;content:counter(step-index);display:flex;align-items:center;justify-content:center;z-index:1;height:2.5rem;width:2.5rem;box-sizing:border-box;margin-block-end:.5rem;color:#000;background-color:#fc0;border:.25rem solid rgb(var(--post-bg-rgb, 255 255 255));border-radius:50%;font-weight:700;text-indent:initial;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.stepper-item:not(:first-child,:last-child)>.stepper-link::before{margin-inline:auto}.stepper-item:last-child>.stepper-link::before{margin-inline-start:auto}.stepper-item:not([aria-current=step],.stepper-item[aria-current=step]~*)>.stepper-link::before{color:rgba(0,0,0,0)}.stepper-item[aria-current=step]~.stepper-item>.stepper-link::before{color:#fff;background-color:#666}.stepper-link::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;display:block;position:absolute;top:.5rem;z-index:1;height:1.5rem;width:1.5rem;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);color:#000}.stepper-item:first-child>.stepper-link::after{left:.5rem}.stepper-item:not(:first-child,:last-child)>.stepper-link::after{left:calc(50% - 0.75rem)}.stepper-item:last-child>.stepper-link::after{right:.5rem}.stepper-item:not([aria-current=step],.stepper-item[aria-current=step]~*)>.stepper-link::after{content:""}.stepper-link:is(a[href]){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){color:var(--post-gray-60)}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){color:var(--post-gray-80)}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before,.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{color:var(--post-contrast-color-inverted)}@supports not selector(:has(:focus-visible)){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){color:var(--post-gray-60)}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){color:var(--post-gray-80)}.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before,.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::after{color:var(--post-contrast-color-inverted)}}.stepper-link:is(a[href]):hover{color:var(--post-gray-60)}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):hover{color:var(--post-gray-80)}.stepper-link:is(a[href]):hover::before,.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):hover::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-link:is(a[href]):hover::after{color:var(--post-contrast-color-inverted)}@media(max-width: 599.98px){.stepper-item:first-child,.stepper-item:last-child{padding-inline:0}.stepper-item[aria-current=step]{display:contents}.stepper-item[aria-current=step]>.stepper-link{display:contents}.stepper-item[aria-current=step]::before{grid-row:-1;margin-block-start:1.125rem;position:static}.stepper-item[aria-current=step]:not(:last-child)>.stepper-link::before{grid-row:-1}.stepper-item[aria-current=step]:not(:first-child,:last-child)::after{inset-inline-start:0}.stepper-item:not([aria-current=step]){grid-row:-1;justify-self:stretch}.stepper-item:not([aria-current=step])>.stepper-link{-webkit-line-clamp:initial;line-height:0;text-indent:100%}.stepper-link{white-space:nowrap;width:100%}.stepper-item[aria-current=step]:first-child>.stepper-link::before{order:-1}.stepper-item[aria-current=step]:not(:first-child,:last-child)>.stepper-link::before{margin-inline-start:0;transform:translateX(-50%)}.stepper-item[aria-current=step]:last-child>.stepper-link::before{position:absolute;z-index:2;inset-block-start:0;inset-inline-end:0}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-item::before,.stepper-item::after{background-color:CanvasText}.stepper-item:not(.stepper-item[aria-current=step]~.stepper-item,:first-child)::before,.stepper-item:not([aria-current=step]:not(:last-child),.stepper-item[aria-current=step]~*)::after{background-color:Highlight}.stepper-link::before{forced-color-adjust:none}.stepper-item[aria-current=step]>.stepper-link::before{background-color:Canvas;color:CanvasText}.stepper-item[aria-current=step]~.stepper-item>.stepper-link::before,.stepper-item:not([aria-current=step])>.stepper-link::before{color:Canvas;border-color:Canvas;background-color:CanvasText}.stepper-link::after{color:Canvas}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{border-color:Highlight}@supports not selector(:has(:focus-visible)){.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{border-color:Highlight}}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):hover::before{border-color:Highlight}.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href])::before{color:Canvas}.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight;color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight;color:HighlightText}}.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):hover::before{background-color:Highlight;color:HighlightText}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href])::before{background-color:LinkText}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::after{color:HighlightText}}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):hover::before{background-color:Highlight}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):hover::after{color:HighlightText}}.subnavigation{position:relative;background-color:#fff}.subnavigation::after{content:"";display:block;position:absolute;right:0;bottom:0;left:0;height:1px;background-color:#e6e6e6;pointer-events:none;z-index:1}.subnavigation-alternate{background-color:#faf9f8}.subnavigation-list{display:flex;width:calc(100% + 2rem);margin:0 -1rem;padding:0 1rem;overflow-x:auto;list-style:none}.subnavigation-item{min-height:3.5rem}@media(min-width: 1024px){.subnavigation-item{min-height:4rem}}@media(min-width: 1280px){.subnavigation-item{min-height:4.5rem}}.subnavigation-link{display:flex;position:relative;align-items:center;justify-content:space-between;width:100%;height:100%;gap:.5rem;padding:1rem .75rem;color:rgba(var(--post-contrast-color-rgb), 0.6);text-decoration:none;white-space:nowrap;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media(prefers-reduced-motion: reduce){.subnavigation-link{transition:none}}@media(min-width: 1024px){.subnavigation-link{padding:1.25rem 1rem}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.subnavigation-link:hover,.subnavigation-link:focus-visible{outline:2px solid Highlight;outline-offset:-0.25rem}}.subnavigation-link:hover,.subnavigation-link:focus{color:var(--post-contrast-color);text-decoration:none}.subnavigation-link:hover:not(.active)::after,.subnavigation-link:focus:not(.active)::after{right:0;left:0;opacity:1}.subnavigation-link:not(.active)::after{content:"";display:block;position:absolute;right:0;bottom:0;left:0;height:0.25rem;background-color:rgba(var(--post-contrast-color-rgb), 0.4);pointer-events:none;z-index:2;right:1rem;left:1rem;opacity:0;transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),left 250ms cubic-bezier(0, 0, 0.2, 1),right 250ms cubic-bezier(0, 0, 0.2, 1)}@media(prefers-reduced-motion: reduce){.subnavigation-link:not(.active)::after{transition:none}}@media(min-width: 1024px){.subnavigation-link:not(.active)::after{right:2rem;left:2rem}}.subnavigation-link.active{color:var(--post-contrast-color);font-weight:700}.subnavigation-link.active::after{content:"";display:block;position:absolute;right:0;bottom:0;left:0;height:0.25rem;background-color:#fc0;pointer-events:none;z-index:2}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.subnavigation::after{background-color:CanvasText}.subnavigation-link:not(.active)::after{display:none}.subnavigation-link.active{color:highlight !important;text-decoration:underline}.subnavigation-link.active::after{display:block;background-color:Highlight}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--post-contrast-color);--bs-table-bg: transparent;--bs-table-border-color: hsl(0, 0%, 90%);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--post-contrast-color);--bs-table-striped-bg: #faf9f8;--bs-table-active-color: var(--post-contrast-color);--bs-table-active-bg: #fc0;--bs-table-hover-color: var(--post-contrast-color);--bs-table-hover-bg: hsl(0, 0%, 90%);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.75rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(1px*2) solid #e6e6e6}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.5rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #d6d6d6;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e0e0e0;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d5e7d2;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #f5fafc;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fdeccc;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #faf9f8;--bs-table-border-color: black;--bs-table-striped-bg: black;--bs-table-striped-color: #fff;--bs-table-active-bg: black;--bs-table-active-color: #fff;--bs-table-hover-bg: black;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: hsl(0, 0%, 20%);--bs-table-border-color: white;--bs-table-striped-bg: white;--bs-table-striped-color: #000;--bs-table-active-bg: white;--bs-table-active-color: #000;--bs-table-hover-bg: white;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 599.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 779.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1023.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1279.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.table>:not(:first-child){border-width:0}.table-mono>thead,.table-mono>tbody,.table-mono>tfoot,.table-mono>:is(thead,tbody,tfoot)>tr,.table-mono>:is(thead,tbody,tfoot)>tr>:is(td,th){border-color:#fff;border-width:2px}.table-mono.table-striped:not(.table-hover)>tbody>tr>:is(th,td),.table-mono.table-striped.table-hover>tbody>tr:not(:hover)>:is(th,td){box-shadow:none}.table-mono.table-hover:not(.table-bordered)>tbody>tr>:is(td,th){border:0}.table-mono:not(.table-bordered)>:is(thead,tbody,tfoot)>tr>:is(td,th){border:0}.table-mono.table-borderless>thead,.table-mono.table-borderless>tbody,.table-mono.table-borderless>tfoot,.table-mono.table-borderless>:is(thead,tbody,tfoot)>tr,.table-mono.table-borderless>:is(thead,tbody,tfoot)>tr>:is(td,th){border:0}.table-mono>tbody>tr{background-color:#f4f3f1}.tabs-wrapper{position:relative;padding-top:1rem;border:0;background-color:rgba(var(--post-contrast-color-rgb), 0.02)}.tabs-wrapper::after{content:"";position:absolute;bottom:0;width:100%;height:1px;background-color:#ccc}.tabs-wrapper .tabs{background-color:rgba(0,0,0,0) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.tabs-wrapper::after{background-color:ButtonBorder}}.tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;white-space:nowrap;margin-block:0;padding-inline-start:0;list-style:none}.tabs::after{content:"";display:block;flex:1 0 auto;width:1rem}.tab-content{padding-top:1rem}.bg-yellow .tabs-wrapper{background-color:#fc0}.bg-white .tabs-wrapper{background-color:#fff}.bg-light .tabs-wrapper{background-color:#faf9f8}.bg-gray .tabs-wrapper{background-color:#f4f3f1}.bg-dark .tabs-wrapper{background-color:#333}.bg-black .tabs-wrapper{background-color:#000}.bg-primary .tabs-wrapper{background-color:#333}.bg-secondary .tabs-wrapper{background-color:#666}.bg-success .tabs-wrapper{background-color:#2c871d}.bg-warning .tabs-wrapper{background-color:#f49e00}.bg-error .tabs-wrapper{background-color:#a51728}.bg-info .tabs-wrapper{background-color:#cce4ee}.bg-success-background .tabs-wrapper{background-color:#c0debb}.bg-warning-background .tabs-wrapper{background-color:#fce2b2}.bg-error-background .tabs-wrapper{background-color:#ffdade}.tab-title[role=tab]{display:inline-block;cursor:pointer;position:relative;box-sizing:border-box;padding:1rem;transition:background-color 100ms;border-right:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);outline-color:currentColor;opacity:.7;color:var(--post-contrast-color);text-decoration:none;background-color:rgba(0,0,0,0)}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted);box-shadow:none}.tab-title[role=tab]:focus-visible::after{content:"";display:block;position:absolute;top:2px;right:1px;bottom:0;left:1px;box-shadow:0 0 0 1px #fff,0 0 0 2px #333}.tab-title[role=tab].active{z-index:1;border-right-color:#ccc;border-left-color:#ccc;opacity:1;background-color:var(--post-contrast-color-inverted);color:var(--post-contrast-color);font-weight:700}.tab-title[role=tab].active::before{content:"";display:block;position:absolute;top:0;right:-1px;left:-1px;height:.25rem;background-color:#fc0}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .tab-title[role=tab]:hover{background-color:rgba(255,255,255,.2)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .tab-title[role=tab]:focus-visible{background-color:rgba(255,255,255,.2)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.tab-title[role=tab]{opacity:1;border-left-color:Canvas;border-right-color:Canvas;color:LinkText}.tab-title[role=tab]:hover,.tab-title[role=tab]:focus,.tab-title[role=tab]:focus-within,.tab-title[role=tab]:focus-visible{outline:2px solid Highlight;outline-offset:-0.25rem}.tab-title[role=tab].active{border-left-color:ButtonText;border-right-color:ButtonText;color:Highlight}.tab-title[role=tab].active::before{background-color:Highlight}}.bg-yellow .tab-title{background-color:#fc0}.bg-yellow .tab-title.active{background-color:#fc0}.bg-yellow .nav-item{background-color:#fc0}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-light .tab-title{background-color:#faf9f8}.bg-light .tab-title.active{background-color:#faf9f8}.bg-light .nav-item{background-color:#faf9f8}.bg-gray .tab-title{background-color:#f4f3f1}.bg-gray .tab-title.active{background-color:#f4f3f1}.bg-gray .nav-item{background-color:#f4f3f1}.bg-dark .tab-title{background-color:#333}.bg-dark .tab-title.active{background-color:#333}.bg-dark .nav-item{background-color:#333}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-secondary .tab-title{background-color:#666}.bg-secondary .tab-title.active{background-color:#666}.bg-secondary .nav-item{background-color:#666}.bg-success .tab-title{background-color:#2c871d}.bg-success .tab-title.active{background-color:#2c871d}.bg-success .nav-item{background-color:#2c871d}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-error .tab-title{background-color:#a51728}.bg-error .tab-title.active{background-color:#a51728}.bg-error .nav-item{background-color:#a51728}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-success-background .tab-title{background-color:#c0debb}.bg-success-background .tab-title.active{background-color:#c0debb}.bg-success-background .nav-item{background-color:#c0debb}.bg-warning-background .tab-title{background-color:#fce2b2}.bg-warning-background .tab-title.active{background-color:#fce2b2}.bg-warning-background .nav-item{background-color:#fce2b2}.bg-error-background .tab-title{background-color:#ffdade}.bg-error-background .tab-title.active{background-color:#ffdade}.bg-error-background .nav-item{background-color:#ffdade}[class*=bg-] .tab-title.active:focus::after{background-color:rgba(255,255,255,.2)}@supports selector(*:focus-visible){[class*=bg-] .tab-title.active:focus::after{background-color:unset}[class*=bg-] .tab-title.active:focus-visible::after{background-color:rgba(255,255,255,.2)}}.text-highlighted{background-color:var(--post-scheme-color-signal-information-light);color:var(--post-scheme-color-interactive-primary-enabled-fg1);padding:var(--post-device-spacing-padding-5);margin-block-start:var(--post-core-dimension-24);margin-block-end:var(--post-core-dimension-24);border-radius:var(--post-device-border-radius-1)}.ngb-tp .ngb-tp-input-container{width:auto}.ngb-tp .form-control{width:4.5rem}.ngb-tp .form-control-sm,.ngb-tp .form-control-rg{width:4rem}.ngb-tp .form-control-lg{width:6rem;padding:1rem 1.375rem}.ngb-tp .form-control-lg::placeholder{color:#666}.ngb-tp .form-control-lg::input-placeholder{color:#666}.ngb-tp .ngb-tp-chevron::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.4 3.467 20.8l1.067 1.067 11.467-11.6 11.6 11.6.933-1.067z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.4 3.467 20.8l1.067 1.067 11.467-11.6 11.6 11.6.933-1.067z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;width:1.25rem;height:1.25rem;transform:none}.ngb-tp .ngb-tp-chevron.bottom::before{transform:rotateZ(180deg)}.ngb-tp .btn-sm .ngb-tp-chevron::before{width:1rem;height:1rem}.ngb-tp .btn-lg .ngb-tp-chevron::before{width:1.375rem;height:1.375rem}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.ngb-tp .form-control:hover,.ngb-tp .form-control:focus-visible{border-color:Highlight}}.timepicker-rg .btn .ngb-tp-chevron::before{width:1.125rem;height:1.125rem}.timepicker-rg .form-control{padding:.625rem .875rem;font-size:1rem;line-height:1.5}ngb-timepicker.ng-invalid .form-control{border-color:#a51728}ngb-timepicker.ng-invalid .form-control:focus{border-color:#a51728;box-shadow:0 0 0 .125rem rgba(165,23,40,.25)}ngb-timepicker.ng-invalid~.invalid-feedback,ngb-timepicker.ng-invalid~.invalid-tooltip{display:block}ngb-timepicker.ng-valid~.valid-feedback,ngb-timepicker.ng-valid~.valid-tooltip{display:block}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){ngb-timepicker.ng-invalid .form-control:hover,ngb-timepicker.ng-invalid .form-control:focus-visible,ngb-timepicker.ng-valid .form-control:hover,ngb-timepicker.ng-valid .form-control:focus-visible{border-color:Highlight}}.toast{min-height:calc(var(--post-device-sizing-notification-icon-3) + 2*var(--post-device-spacing-padding-3));box-sizing:border-box;box-shadow:var(--post-device-elevation-300);border-radius:var(--post-device-border-radius-2);padding:var(--post-device-spacing-padding-3) var(--post-device-spacing-padding-11);padding-inline-start:calc(var(--post-device-spacing-padding-11) + var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-2));font-weight:400;border-style:var(--post-core-border-style-solid);border-width:var(--post-device-border-width-default);position:relative;color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-scheme-color-signal-neutral);border-color:var(--post-scheme-color-signal-neutral-dark);color-scheme:var(--post-core-bg-scheme-light)}.toast:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-signal-neutral-dark)}.toast:has(>post-icon)::before{content:none}.toast>post-icon{background-color:var(--post-scheme-color-signal-neutral);color:var(--post-scheme-color-signal-neutral-dark)}.toast::before{content:"";display:block}.toast::before,.toast>post-icon{position:absolute;height:var(--post-device-sizing-notification-icon-3);width:var(--post-device-sizing-notification-icon-3);left:var(--post-device-spacing-padding-11);top:var(--post-device-spacing-padding-3)}.toast.no-icon{min-height:calc(2*var(--post-device-spacing-padding-3) + 1.5rem);padding-inline-start:var(--post-device-spacing-padding-11)}.toast.no-icon::before{content:unset}.toast.no-icon>post-icon{display:none}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.toast{filter:none !important;border:2px solid CanvasText}}.toast{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.toast a{font-weight:400}.toast hr{margin-block:.25rem .75rem !important}.toast>*{margin:0}.toast-dismissible{pointer-events:auto;position:relative}.toast-dismissible:not(.banner-action):not(.alert-action){padding-inline-end:calc(var(--post-device-spacing-padding-11) + var(--post-device-spacing-gap-inline-2) + 1.5rem)}.toast-dismissible>.toast-close-button{position:absolute;inset-block-start:1rem;inset-inline-end:var(--post-device-spacing-padding-11)}.toast-close-button>span{display:none}.toast-neutral{background-color:var(--post-scheme-color-signal-neutral);border-color:var(--post-scheme-color-signal-neutral-dark);color-scheme:var(--post-core-bg-scheme-light)}.toast-neutral:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-signal-neutral-dark)}.toast-neutral:has(>post-icon)::before{content:none}.toast-neutral>post-icon{background-color:var(--post-scheme-color-signal-neutral);color:var(--post-scheme-color-signal-neutral-dark)}.toast-success{background-color:var(--post-scheme-color-interactive-notification-success-bg);border-color:var(--post-scheme-color-interactive-notification-success-stroke);color-scheme:var(--post-core-bg-scheme-light)}.toast-success:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-success-icon)}.toast-success:has(>post-icon)::before{content:none}.toast-success>post-icon{background-color:var(--post-scheme-color-interactive-notification-success-bg);color:var(--post-scheme-color-interactive-notification-success-icon)}.toast-warning{background-color:var(--post-scheme-color-interactive-notification-warning-bg);border-color:var(--post-scheme-color-interactive-notification-warning-stroke);color-scheme:var(--post-core-bg-scheme-light)}.toast-warning:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-warning-icon)}.toast-warning:has(>post-icon)::before{content:none}.toast-warning>post-icon{background-color:var(--post-scheme-color-interactive-notification-warning-bg);color:var(--post-scheme-color-interactive-notification-warning-icon)}.toast-error{background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke);color-scheme:var(--post-core-bg-scheme-light)}.toast-error:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-error-icon)}.toast-error:has(>post-icon)::before{content:none}.toast-error>post-icon{background-color:var(--post-scheme-color-interactive-notification-error-bg);color:var(--post-scheme-color-interactive-notification-error-icon)}.toast-info{background-color:var(--post-scheme-color-interactive-notification-info-bg);border-color:var(--post-scheme-color-interactive-notification-info-stroke);color-scheme:var(--post-core-bg-scheme-light)}.toast-info:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.33 25.33v-16h-4.67V12h2v13.33h-2V28h6.67v-2.67zM14.67 4h2.67v2.67h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.33 25.33v-16h-4.67V12h2v13.33h-2V28h6.67v-2.67zM14.67 4h2.67v2.67h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-info-icon)}.toast-info:has(>post-icon)::before{content:none}.toast-info>post-icon{background-color:var(--post-scheme-color-interactive-notification-info-bg);color:var(--post-scheme-color-interactive-notification-info-icon)}.toast-danger{background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke);color-scheme:var(--post-core-bg-scheme-light)}.toast-danger:not(.no-icon)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-error-icon)}.toast-danger:has(>post-icon)::before{content:none}.toast-danger>post-icon{background-color:var(--post-scheme-color-interactive-notification-error-bg);color:var(--post-scheme-color-interactive-notification-error-icon)}.toast-container{position:fixed;z-index:1080;display:flex;flex-direction:column}.toast-container .toast{width:25rem}@media(max-width: 779.98px){.toast-container .toast{max-width:25rem}}@media(max-width: 779.98px){.toast-container{right:1rem;left:1rem}.toast-container .toast{width:100%}}.toast-top-center,.toast-top-full-width,.toast-top-left,.toast-top-right{top:1rem}.toast-bottom-center,.toast-bottom-full-width,.toast-bottom-right,.toast-bottom-left{bottom:1rem}.toast-top-left,.toast-bottom-left,.toast-top-full-width,.toast-bottom-full-width,.toast-center-left{left:1rem}.toast-top-right,.toast-bottom-right,.toast-top-full-width,.toast-bottom-full-width,.toast-center-right{right:1rem}.toast-top-center,.toast-bottom-center{left:50%;transform:translateX(-50%)}.toast-center-left,.toast-center-right{top:50%;transform:translateY(-50%)}.toast-center-center{top:50%;left:50%;transform:translate(-50%, -50%)}.toast-top-full-width .toast,.toast-bottom-full-width .toast{width:100% !important}.tooltip{--bs-tooltip-zindex: 1070;--bs-tooltip-max-width: 310px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: 0;--bs-tooltip-font-size:1rem;--bs-tooltip-color: #000;--bs-tooltip-bg: #fc0;--bs-tooltip-border-radius: 0;--bs-tooltip-opacity: 1;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:"Frutiger Neue For Post",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.bs-tooltip-top{margin-bottom:.4rem !important}.bs-tooltip-top .arrow{bottom:1px}.bs-tooltip-end{margin-left:.4rem !important}.bs-tooltip-end .arrow{left:1px}.bs-tooltip-bottom{margin-top:.4rem !important}.bs-tooltip-bottom .arrow{top:1px}.bs-tooltip-start{margin-right:.4rem !important}.bs-tooltip-start .arrow{right:1px}.fade{transition:opacity 200ms linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 250ms cubic-bezier(0.4, 0, 0.2, 1),padding 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.tag,.tag:where(:has(:not(pre))){--post-tag-bg: hsl(0, 0%, 90%);--post-tag-fg: #000;display:inline-flex;align-items:center;gap:.25rem;padding:0 .5rem;max-width:100%;background-color:var(--post-tag-bg);border:1px solid rgba(0,0,0,0);border-radius:.25rem;font-size:1rem;line-height:1.875rem;white-space:nowrap;color:var(--post-tag-fg)}.tag post-icon,.tag:where(:has(:not(pre))) post-icon{flex:0 0 auto;width:1.25rem;height:1.25rem}.tag .tag-text,.tag:where(:has(:not(pre))) .tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag .tag-text svg,.tag .tag-text img,.tag:where(:has(:not(pre))) .tag-text svg,.tag:where(:has(:not(pre))) .tag-text img{display:inline-block;height:1.25rem !important;vertical-align:text-top}.tag.tag-sm,.tag:where(:has(:not(pre))).tag-sm{line-height:1.5rem}.tag.tag-sm .tag-icon,.tag:where(:has(:not(pre))).tag-sm .tag-icon{width:1rem;height:1rem}.tag.tag-white,.tag:where(:has(:not(pre))).tag-white{--post-tag-bg: #fff;--post-tag-fg: #000}.tag.tag-yellow,.tag:where(:has(:not(pre))).tag-yellow{--post-tag-bg: #fc0;--post-tag-fg: #000}.tag.tag-success,.tag:where(:has(:not(pre))).tag-success{--post-tag-bg: #2c871d;--post-tag-fg: #fff}.tag.tag-warning,.tag:where(:has(:not(pre))).tag-warning{--post-tag-bg: #f49e00;--post-tag-fg: #000}.tag.tag-danger,.tag:where(:has(:not(pre))).tag-danger{--post-tag-bg: #a51728;--post-tag-fg: #fff}.tag.tag-info,.tag:where(:has(:not(pre))).tag-info{--post-tag-bg: #cce4ee;--post-tag-fg: #000}.tag.tag-white,.tag:where(:has(:not(pre))).tag-white{border-color:var(--post-contrast-color)}pre .tag,pre .tag:where(:has(:not(pre))){display:inline;padding:initial;max-width:initial;background:initial;border:initial;border-radius:initial;font-size:inherit;line-height:inherit;white-space:unset}ngb-datepicker{--bs-light: var(--post-light)}ngb-datepicker.dropdown-menu{box-shadow:0 0 8px 0 #333}ngb-datepicker-navigation{justify-content:space-between}ngb-datepicker-navigation button.ngb-dp-arrow-btn{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}ngb-datepicker-navigation button.ngb-dp-arrow-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){ngb-datepicker-navigation button.ngb-dp-arrow-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){ngb-datepicker-navigation button.ngb-dp-arrow-btn:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){ngb-datepicker-navigation button.ngb-dp-arrow-btn:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}ngb-datepicker-navigation-select.ngb-dp-navigation-select{flex:0 1 auto}ngb-datepicker-navigation-select.ngb-dp-navigation-select select{padding-right:2.25rem;border:0;background-position:right}ngb-datepicker-navigation-select.ngb-dp-navigation-select select+select{margin-left:.5rem}ngb-datepicker .ngb-dp-arrow{flex-grow:0;height:auto}ngb-datepicker .ngb-dp-arrow span{flex-shrink:0}.ngb-dp-header{font-size:1.25rem;font-weight:700}.ngb-dp-header .ngb-dp-month-name{padding-top:.3rem;color:#000 !important;font:inherit}.ngb-dp-navigation-select .form-select{background-color:rgba(0,0,0,0);font:inherit;min-width:-moz-fit-content;min-width:fit-content}span.ngb-dp-navigation-chevron{border-width:.09em .09em 0 0}.ngb-dp-weekday{color:rgba(var(--post-contrast-color-rgb), 0.6) !important;font-size:1rem;font-style:normal !important;line-height:1.5 !important;width:40px !important;height:auto !important;font-weight:normal}.ngb-dp-weekdays{border-bottom:0 !important}.ngb-dp-day{width:auto !important;height:auto !important}.ngb-dp-day.hidden{flex-grow:1}.ngb-dp-day{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.ngb-dp-day:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.ngb-dp-day:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.ngb-dp-day:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.ngb-dp-day:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.ngb-dp-day>[ngbDatepickerDayView]{width:40px !important;height:40px !important;line-height:40px}.ngb-dp-day>[ngbDatepickerDayView].active:not(.bg-primary){outline:none}.ngb-dp-day>.text-white{color:#000 !important}.ngb-dp-day>.btn-light,.ngb-dp-day>.btn-light:hover{background:none}.ngb-dp-day>.btn-light:hover{background-color:#faf9f8}.ngb-dp-day>.btn-light:not(:disabled):not(.disabled):active,.ngb-dp-day>.btn-light:not(:disabled):not(.disabled).active{background-color:rgba(0,0,0,0)}.ngb-dp-day>.btn-light.bg-primary.text-white{background-color:#fc0 !important}.ngb-dp-open{display:flex;align-items:center;justify-content:center;position:absolute;z-index:5;top:2px;right:2px;bottom:2px;height:3.25rem;width:3.25rem;background:rgba(0,0,0,0)}.ngb-dp-open post-icon{width:22px;height:22px;transform:none}.ngb-dp-open{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.ngb-dp-open:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.ngb-dp-open:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.ngb-dp-open:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.ngb-dp-open:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-control-rg~.ngb-dp-open{height:2.75rem;width:2.75rem}.form-floating>.ngb-dp-open,.form-control-lg~.ngb-dp-open{height:calc(4.6875rem - 4px);width:2.875rem}.form-floating>.ngb-dp-open post-icon,.form-control-lg~.ngb-dp-open post-icon{width:24px;height:24px}.form-control-sm~.ngb-dp-open{height:1.75rem}input[ngbDatepicker]::-ms-clear{display:none}input[ngbDatepicker]~.ngb-dp-open{border:0}.form-floating>input[ngbDatepicker]~label:first-of-type,input[ngbDatepicker].form-control-lg~label:first-of-type{left:0 !important}input[ngbDatepicker]+ngb-datepicker .ngb-dp-header{padding:1rem}input[ngbDatepicker]+ngb-datepicker .ngb-dp-weekdays{margin-bottom:1rem;padding:0 1rem 1rem}input[ngbDatepicker]+ngb-datepicker .ngb-dp-week{padding-right:1rem !important;padding-left:1rem !important}input[ngbDatepicker]+ngb-datepicker .ngb-dp-week:last-child{padding-bottom:1rem}.form-control[ngbdatepicker]{padding-right:3rem}.form-control[ngbdatepicker].is-invalid,.form-control[ngbdatepicker].is-valid,.form-control[ngbdatepicker].show-ng-validation.ng-touched.ng-invalid,.form-control[ngbdatepicker].show-ng-validation.ng-touched.ng-valid{background-position:calc(100% - 3.25rem) center}.form-control[ngbdatepicker].is-invalid{padding-right:5rem}.form-floating>.form-control[ngbdatepicker],.form-control[ngbdatepicker].form-control-lg{padding-right:4rem}.form-floating>.form-control[ngbdatepicker].is-invalid,.form-floating>.form-control[ngbdatepicker].is-valid,.form-floating>.form-control[ngbdatepicker].show-ng-validation.ng-touched.ng-invalid,.form-floating>.form-control[ngbdatepicker].show-ng-validation.ng-touched.ng-valid,.form-control[ngbdatepicker].form-control-lg.is-invalid,.form-control[ngbdatepicker].form-control-lg.is-valid,.form-control[ngbdatepicker].form-control-lg.show-ng-validation.ng-touched.ng-invalid,.form-control[ngbdatepicker].form-control-lg.show-ng-validation.ng-touched.ng-valid{background-position:calc(100% - 2.875rem) center !important}.form-floating>.form-control[ngbdatepicker].is-invalid,.form-control[ngbdatepicker].form-control-lg.is-invalid{padding-right:6rem}.form-control[ngbdatepicker].form-control-rg{padding-right:2.5rem}.form-control[ngbdatepicker].form-control-rg.is-invalid,.form-control[ngbdatepicker].form-control-rg.is-valid,.form-control[ngbdatepicker].form-control-rg.show-ng-validation.ng-touched.ng-invalid,.form-control[ngbdatepicker].form-control-rg.show-ng-validation.ng-touched.ng-valid{background-position:calc(100% - 2.75rem) center}.form-control[ngbdatepicker].form-control-rg.is-invalid{padding-right:4.5rem}.form-control[ngbdatepicker].form-control-sm{padding-right:2rem}.form-control[ngbdatepicker].form-control-sm.is-invalid,.form-control[ngbdatepicker].form-control-sm.is-valid,.form-control[ngbdatepicker].form-control-sm.show-ng-validation.ng-touched.ng-invalid,.form-control[ngbdatepicker].form-control-sm.show-ng-validation.ng-touched.ng-valid{background-position:calc(100% - 1.5rem) center}.form-control[ngbdatepicker].form-control-sm.is-invalid{padding-right:3.5rem}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: #fff;--bs-dropdown-border-color: rgba(0, 0, 0, 0.15);--bs-dropdown-border-radius: 4px;--bs-dropdown-border-width: 1px;--bs-dropdown-inner-border-radius: calc(4px - 1px);--bs-dropdown-divider-bg: rgba(var(--post-contrast-color-inverted-rgb), 0.6);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);--bs-dropdown-link-color: hsl(0, 0%, 40%);--bs-dropdown-link-hover-color: #000;--bs-dropdown-link-hover-bg: #faf9f8;--bs-dropdown-link-active-color: hsl(0, 0%, 20%);--bs-dropdown-link-active-bg: #fc0;--bs-dropdown-link-disabled-color: hsl(0, 0%, 80%);--bs-dropdown-item-padding-x: 1.5rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: hsl(0, 0%, 80%);--bs-dropdown-header-padding-x: 1.5rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 600px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 780px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1024px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1280px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: rgba(0, 0, 0, 0.15);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: rgba(var(--post-contrast-color-inverted-rgb), 0.6);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: hsl(0, 0%, 20%);--bs-dropdown-link-active-bg: #fc0;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.dropdown-toggle::after{content:"";display:inline-block;width:1em;height:1em;margin-left:.5rem;border:0}.dropdown .dropdown-menu,.dropup .dropdown-menu{min-width:200px;max-width:25vw;max-height:50vh}.dropdown-menu{z-index:1000;margin-top:0;overflow-y:auto;border:0;border-radius:0;box-shadow:0 0 5px 0 rgba(0,0,0,.3);font-size:1rem}.dropdown-menu hr{margin:.25rem 0}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus-visible{outline:2px solid Highlight;outline-offset:-2px}}.dropdown-toggle::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.6 10.667 16 22.267l-11.467-11.6-1.067 1.067 12.533 12.4 12.533-12.4z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.dropdown-toggle[aria-expanded=true]::after,.dropup .dropdown-toggle::after{transform:rotate(180deg)}.dropup .dropdown-toggle[aria-expanded=true]::after{transform:rotate(0deg)}.dropdown-item{max-width:100%;padding:.5rem .75rem;overflow:hidden;text-overflow:ellipsis}.dropdown-item:focus{outline:0}.form-floating{position:relative}.form-floating>.form-control~label,.form-floating>textarea~label{position:absolute;z-index:2;text-align:start;pointer-events:none;display:block;top:var(--post-device-border-width-default);left:var(--post-device-border-width-default);margin:0;padding-inline-start:var(--post-device-spacing-padding-5);padding-inline-end:var(--post-device-spacing-padding-inline-4);padding-block-start:var(--post-device-spacing-padding-block-28);border:0;color:var(--post-scheme-color-interactive-primary-enabled-fg1);width:auto;height:auto;max-width:calc(100% - var(--post-device-border-width-default)*2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:padding-block-start .2s ease-in-out,font-size .2s ease-in-out;background-color:var(--post-scheme-color-interactive-primary-enabled-bg1)}.form-floating>.form-control{height:var(--post-device-sizing-interactive-button-height-6);min-height:var(--post-device-sizing-interactive-button-height-6)}.form-floating>.form-control::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-block-start:var(--post-device-spacing-padding-block-29);padding-block-end:var(--post-device-spacing-padding-block-3)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label{color:var(--post-scheme-color-interactive-primary-selected-fg1);font-size:var(--post-device-font-size-10);padding-block-start:var(--post-device-spacing-padding-block-30)}.form-floating>.form-control:focus:not(:hover):not(:disabled)~label,.form-floating>.form-control:not(:placeholder-shown):not(:hover):not(:disabled)~label{color:var(--post-scheme-color-interactive-primary-selected-fg1)}.form-floating>.form-control::placeholder{opacity:0}.form-floating>.form-control::input-placeholder{opacity:0}.form-floating>.form-control:focus::placeholder{color:var(--post-scheme-color-interactive-primary-enabled-fg2);opacity:1}.form-floating>.form-control:focus::input-placeholder{color:var(--post-scheme-color-interactive-primary-enabled-fg2);opacity:1}.form-floating>.form-control:disabled~label{color:var(--post-scheme-color-interactive-primary-disabled-fg1);background-color:var(--post-scheme-color-interactive-primary-disabled-bg)}.form-floating>.form-control:not(:disabled):hover~label{color:var(--post-scheme-color-interactive-primary-hover-fg1);background-color:var(--post-scheme-color-interactive-primary-hover-bg)}.form-floating>.form-control[type=file]:focus,.form-floating>.form-control[type=file]:not(:placeholder-shown){padding-block-start:calc(var(--post-device-spacing-padding-block-29)*1.33)}.form-floating>textarea:disabled~label,.form-floating>.form-control:disabled~label{color:var(--post-scheme-color-interactive-primary-disabled-fg1);background-color:var(--post-scheme-color-interactive-primary-disabled-bg)}.form-floating>.form-control:-webkit-autofill{padding-block-start:var(--post-device-spacing-padding-block-29);padding-block-end:var(--post-device-spacing-padding-block-3)}.form-floating>.form-control:-webkit-autofill~label{color:var(--post-scheme-color-interactive-primary-selected-fg1);font-size:var(--post-device-font-size-10);background-color:var(--post-scheme-color-interactive-primary-selected-bg1)}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:var(--post-scheme-color-interactive-primary-disabled-fg1);background-color:var(--post-scheme-color-interactive-primary-disabled-bg)}.form-floating>textarea.form-control{padding-block-start:1.625rem !important;padding-block-end:.5rem;padding-inline-end:1.5rem;min-height:3.875rem;height:auto}.form-floating>textarea.form-control~label{padding-block-end:0;width:calc(100% - var(--post-device-border-width-default)*2);max-width:none;height:unset;padding-block-start:1rem}.form-floating>textarea.form-control:focus,.form-floating>textarea.form-control:not(:placeholder-shown){padding-block-end:.5rem}.form-floating>textarea.form-control:focus~label,.form-floating>textarea.form-control:not(:placeholder-shown)~label{padding-block-start:.5rem;width:calc(100% - var(--post-device-border-width-default)*2);max-width:none;background-color:var(--post-scheme-color-interactive-primary-selected-bg1)}.form-floating>textarea.form-control:is(.is-valid,.is-invalid)~label{width:calc(100% - var(--post-device-border-width-default)*2 - 0.5rem - var(--post-device-sizing-interactive-button-height-6))}.form-floating>textarea.form-control:is(.is-valid,.is-invalid):focus~label,.form-floating>textarea.form-control:is(.is-valid,.is-invalid):not(:placeholder-shown)~label{width:calc(100% - var(--post-device-border-width-default)*2)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-floating>input::placeholder,.form-floating>textarea::placeholder{opacity:0}.form-floating>input::input-placeholder,.form-floating>textarea::input-placeholder{opacity:0}}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1rem;color:#fff;background-color:var(--bs-success);border-radius:0}.was-validated :valid~.valid-tooltip,.is-valid~.valid-tooltip{display:block}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1rem;color:#fff;background-color:var(--bs-danger);border-radius:0}.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-tooltip{display:block}.invalid-feedback,.valid-feedback{display:none;align-items:center;width:100%;margin-block:0 0;padding:.375rem 1rem;font-size:.75rem}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.invalid-feedback,.valid-feedback{padding-inline:0}}.invalid-feedback::before,.valid-feedback::before{content:"";flex-shrink:0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;align-self:flex-start;height:1.125rem;width:1.125rem;margin-right:.5rem}.invalid-feedback{background:#a51728;color:#fff}.invalid-feedback::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 2.362-16 27.7h32zm0 2.666 13.69 23.7H2.31zm-1.12 17.056-.364-9.417h2.942l-.401 9.417zm-.23 1.242h2.674V26H14.65z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 2.362-16 27.7h32zm0 2.666 13.69 23.7H2.31zm-1.12 17.056-.364-9.417h2.942l-.401 9.417zm-.23 1.242h2.674V26H14.65z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.valid-feedback{background:#2c871d;color:#fff}.valid-feedback::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.valid-feedback.custom-feedback{background:#2c871d;color:#fff}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:inline-flex}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:inline-flex}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.is-invalid~.invalid-feedback,.is-valid~.valid-feedback,post-card-control~.invalid-feedback{display:inline-flex}.form-check-input.is-invalid{border-color:#a51728}.form-check-input.is-invalid~.form-check-label{color:#a51728}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .form-check-input.is-invalid{border-color:inherit}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .form-check-input.is-invalid~.form-check-label{color:#fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input.is-invalid{border-color:FieldText}}
|