[background]{background:var(--ds-background,initial)}
[background=accent-strong-normal]{--ds-background:var(--ds-theme-background-accent-strong-normal)}
[background=accent-strong-hover]{--ds-background:var(--ds-theme-background-accent-strong-hover)}
[background=accent-strong-pressed]{--ds-background:var(--ds-theme-background-accent-strong-pressed)}
[background=accent-strong-selected]{--ds-background:var(--ds-theme-background-accent-strong-selected)}
[background=accent-subtle-normal]{--ds-background:var(--ds-theme-background-accent-subtle-normal)}
[background=accent-subtle-hover]{--ds-background:var(--ds-theme-background-accent-subtle-hover)}
[background=accent-subtle-pressed]{--ds-background:var(--ds-theme-background-accent-subtle-pressed)}
[background=accent-subtle-selected]{--ds-background:var(--ds-theme-background-accent-subtle-selected)}
[background=base-fade]{--ds-background:var(--ds-theme-background-base-fade)}
[background=base-color]{--ds-background:var(--ds-theme-background-base-color)}
[background=base-neutral]{--ds-background:var(--ds-theme-background-base-neutral)}
[background=special-fade]{--ds-background:var(--ds-theme-background-special-fade)}
[background=special-color]{--ds-background:var(--ds-theme-background-special-color)}
[background=special-neutral]{--ds-background:var(--ds-theme-background-special-neutral)}
[background=special-subtle]{--ds-background:var(--ds-theme-background-special-subtle)}
[background=special-template-subtle]{--ds-background:var(--ds-theme-background-special-template-subtle)}
[background=neutral-fade]{--ds-background:var(--ds-theme-background-neutral-fade)}
[background=neutral-color]{--ds-background:var(--ds-theme-background-neutral-color)}
[background=supportive-fade]{--ds-background:var(--ds-theme-background-supportive-fade)}
[background=supportive-color]{--ds-background:var(--ds-theme-background-supportive-color)}
[background=card-normal]{--ds-background:var(--ds-theme-background-card-normal)}
[background=card-hover]{--ds-background:var(--ds-theme-background-card-hover)}
[background=card-pressed]{--ds-background:var(--ds-theme-background-card-pressed)}
[background=card-selected]{--ds-background:var(--ds-theme-background-card-selected)}
[background=glass-normal]{--ds-background:var(--ds-theme-background-glass-normal)}
[background=glass-hover]{--ds-background:var(--ds-theme-background-glass-hover)}
[background=glass-pressed]{--ds-background:var(--ds-theme-background-glass-pressed)}
[background=glass-selected]{--ds-background:var(--ds-theme-background-glass-selected)}
[background=highlight-normal]{--ds-background:var(--ds-theme-background-highlight-normal)}
[background=highlight-hover]{--ds-background:var(--ds-theme-background-highlight-hover)}
[background=highlight-pressed]{--ds-background:var(--ds-theme-background-highlight-pressed)}
[background=highlight-selected]{--ds-background:var(--ds-theme-background-highlight-selected)}
[background=background-overlay-fill]{--ds-background:var(--ds-theme-background-background-overlay-fill)}
[background=background-overlay-horizontal]{--ds-background:var(--ds-theme-background-background-overlay-horizontal)}
[background=background-overlay-horizontal-faded]{--ds-background:var(--ds-theme-background-background-overlay-horizontal-faded)}
[background=background-overlay-vertical]{--ds-background:var(--ds-theme-background-background-overlay-vertical)}
[background=background-overlay-vertical-color]{--ds-background:var(--ds-theme-background-background-overlay-vertical-color)}
[background=video-overlay-fill]{--ds-background:var(--ds-theme-background-video-overlay-fill)}
[background=video-overlay-vertical]{--ds-background:var(--ds-theme-background-video-overlay-vertical)}
[background=video-overlay-bottom-vertical]{--ds-background:var(--ds-theme-background-video-overlay-bottom-vertical)}
[background=video-overlay-bottom-vertical-strong]{--ds-background:var(--ds-theme-background-video-overlay-bottom-vertical-strong)}
[background=video-overlay-bottom-vertical-light]{--ds-background:var(--ds-theme-background-video-overlay-bottom-vertical-light)}
[background=video-overlay-bottom-vertical-strong-light]{--ds-background:var(--ds-theme-background-video-overlay-bottom-vertical-strong-light)}
reimagine-media picture>img{aspect-ratio:var(--ds-media-aspect-ratio,inherit);width:var(--ds-media-width,inherit);max-width:var(--ds-media-max-width,100%);height:var(--ds-media-height,inherit);max-height:var(--ds-media-max-height,initial);object-fit:var(--ds-media-object-fit,initial);border-start-start-radius:var(--ds-media-asset-border-start-start-radius,0);border-start-end-radius:var(--ds-media-asset-border-start-end-radius,0);border-end-end-radius:var(--ds-media-asset-border-end-end-radius,0);border-end-start-radius:var(--ds-media-asset-border-end-start-radius,0)}
reimagine-media universal-media-player{display:flex;height:var(--ds-media-ump-height,fit-content);pointer-events:var(--ds-media-ump-pointer-events,none);min-width:var(--ds-media-ump-min-width,320px);min-height:var(--ds-media-ump-min-height,256px)}
reimagine-media universal-media-player.visibility-hidden{visibility:var(--ds-media-ump-visibility,hidden)}
[surface]{background:var(--ds-surface-background,var(--ds-theme-background-card-normal,#fefefe));-webkit-backdrop-filter:var(--ds-surface-backdrop-filter,none);backdrop-filter:var(--ds-surface-backdrop-filter,none);border-width:var(--ds-surface-border-width,0);border-style:var(--ds-surface-border-style,none);border-color:var(--ds-surface-border-color,var(--ds-theme-border-card-fade,#e0e0e0));border-radius:var(--ds-surface-border-radius,0);box-shadow:var(--ds-surface-box-shadow,none);cursor:var(--ds-surface-cursor,initial)}
[surface=solid]{--ds-surface-background:var(--ds-theme-background-card-normal,#fefefe);--ds-surface-border-width:0;--ds-surface-border-style:none;--ds-surface-border-color:var(--ds-theme-border-card-fade,#e0e0e0)}
[surface=glass]{--ds-surface-background:var(--ds-theme-background-glass-normal,rgba(255,255,255,.4));--ds-surface-backdrop-filter:var(--ds-blur-glass,5rem);--ds-surface-border-width:var(--ds-border-width-xs,.0625rem);--ds-surface-border-style:solid;--ds-surface-border-color:var(--ds-theme-border-glass-fade,rgba(255,255,255,.1))}
[surface=transparent]{--ds-surface-background:transparent}
[surface=solid-border]{--ds-surface-background:var(--ds-theme-background-card-normal,#fefefe);--ds-surface-border-width:var(--ds-border-width-xs,.0625rem);--ds-surface-border-style:solid;--ds-surface-border-color:var(--ds-theme-border-card-fade,#e6f2fb);--ds-surface-box-shadow:none}
[surface=special],[surface=highlight]{--ds-surface-background:var(--ds-theme-background-highlight-normal,#dceef8);--ds-surface-border-width:var(--ds-border-width-s,.125rem);--ds-surface-border-style:solid;--ds-surface-border-color:var(--ds-theme-border-special-fade,#cbe6f4)}
[surface=media]{--ds-surface-background:initial;--ds-surface-border-color:initial;--ds-surface-box-shadow:var(--ds-elevation-level-2,0 2px 4px rgba(0,0,0,.14) 0 0 2px rgba(0,0,0,.12))}
[clickable][surface=solid],[clickable][surface=solid-border],[clickable][surface=glass],[clickable][surface=highlight],[clickable][surface=special],[clickable][surface=media]{--ds-surface-box-shadow:var(--ds-elevation-level-2,0 2px 4px rgba(0,0,0,.14) 0 0 2px rgba(0,0,0,.12))}
[clickable][surface=solid]:hover,[clickable][surface=solid-border]:hover,[clickable][surface=glass]:hover,[clickable][surface=highlight]:hover,[clickable][surface=special]:hover,[clickable][surface=media]:hover{--ds-surface-box-shadow:var(--ds-elevation-level-3,0 4px 8px rgba(0,0,0,.14) 0 0 2px rgba(0,0,0,.12))}
[clickable][surface=solid]:active,[clickable][surface=solid-border]:active,[clickable][surface=glass]:active,[clickable][surface=highlight]:active,[clickable][surface=special]:active,[clickable][surface=media]:active{--ds-surface-box-shadow:var(--ds-elevation-level-1,0 1px 2px rgba(0,0,0,.14) 0 0 2px rgba(0,0,0,.12))}
[clickable][surface=solid][active],[clickable][surface=solid-border][active],[clickable][surface=glass][active],[clickable][surface=highlight][active],[clickable][surface=special][active],[clickable][surface=media][active]{--ds-surface-box-shadow:var(--ds-elevation-level-2,0 2px 4px rgba(0,0,0,.14) 0 0 2px rgba(0,0,0,.12))}
[clickable][surface=solid]:active,[clickable][surface=solid-border]:active{--ds-surface-background:var(--ds-theme-background-card-pressed,#f6f5f7)}
[clickable][surface=highlight]:hover,[clickable][surface=special]:hover{--ds-surface-background:var(--ds-theme-background-highlight-hover,#cbe6f4)}
[clickable][surface=highlight]:active,[clickable][surface=special]:active{--ds-surface-background:var(--ds-theme-background-highlight-pressed,#a4d3ed)}
[clickable][surface=highlight][active],[clickable][surface=special][active]{--ds-surface-background:var(--ds-theme-background-highlight-selected,#b3daf0)}
reimagine-media-with-caption:not(:defined),reimagine-media-video:not(:defined),reimagine-jumplinks:not(:defined),reimagine-long-form-seo:not(:defined),reimagine-banner-heading:not(:defined),reimagine-cta-banner:not(:defined),reimagine-statement-banner:not(:defined),reimagine-section-with-media:not(:defined),reimagine-banner-featured:not(:defined),reimagine-data-with-icon:not(:defined),reimagine-data-with-caption:not(:defined),reimagine-featured:not(:defined),reimagine-featured-stack:not(:defined),reimagine-card-grid-product:not(:defined),reimagine-mixed-stack:not(:defined),reimagine-hero-featured-slider:not(:defined),reimagine-hero-featured-slider-item:not(:defined),reimagine-hero-article:not(:defined),reimagine-hero-featured:not(:defined),reimagine-hero-ai-search:not(:defined),reimagine-hero-search:not(:defined),reimagine-hero-featured-xl-video:not(:defined),reimagine-hero-product:not(:defined),reimagine-hero-category:not(:defined),reimagine-logo-testimonials:not(:defined),reimagine-high-impact-product-accordion:not(:defined),reimagine-media-demo:not(:defined),reimagine-carousel-card-grid:not(:defined),reimagine-carousel-featured:not(:defined),reimagine-filtered-search:not(:defined),reimagine-high-impact-accordion:not(:defined),reimagine-features-and-pricing-product-highlight:not(:defined),reimagine-features-and-pricng-3-col:not(:defined),reimagine-search-results:not(:defined),reimagine-story-grid:not(:defined),reimagine-editorial-article-takeaway:not(:defined),reimagine-editorial-article-summary:not(:defined),reimagine-story-summary:not(:defined),reimagine-article-list:not(:defined),reimagine-article-list-item:not(:defined),reimagine-editorial-article-chapter:not(:defined),reimagine-editorial-article-quote:not(:defined),reimagine-editorial-article-header:not(:defined),reimagine-editorial-featured:not(:defined),reimagine-secondary-nav:not(:defined),reimagine-scroll-spy:not(:defined),reimagine-announcement:not(:defined),reimagine-base-ui-shell:not(:defined),.fouc:not(:defined){visibility:hidden;opacity:0}
reimagine-media-with-caption,reimagine-media-video,reimagine-jumplinks,reimagine-long-form-seo,reimagine-banner-heading,reimagine-cta-banner,reimagine-statement-banner,reimagine-section-with-media,reimagine-banner-featured,reimagine-data-with-icon,reimagine-data-with-caption,reimagine-featured,reimagine-featured-stack,reimagine-card-grid-product,reimagine-mixed-stack,reimagine-hero-featured-slider,reimagine-hero-featured-slider-item,reimagine-hero-article,reimagine-hero-featured,reimagine-hero-ai-search,reimagine-hero-search,reimagine-hero-featured-xl-video,reimagine-hero-product,reimagine-hero-category,reimagine-logo-testimonials,reimagine-high-impact-product-accordion,reimagine-media-demo,reimagine-carousel-card-grid,reimagine-carousel-featured,reimagine-filtered-search,reimagine-high-impact-accordion,reimagine-features-and-pricing-product-highlight,reimagine-features-and-pricng-3-col,reimagine-search-results,reimagine-story-grid,reimagine-editorial-article-takeaway,reimagine-editorial-article-summary,reimagine-story-summary,reimagine-article-list,reimagine-article-list-item,reimagine-editorial-article-chapter,reimagine-editorial-article-quote,reimagine-editorial-article-header,reimagine-editorial-featured,reimagine-secondary-nav,reimagine-scroll-spy,reimagine-announcement,reimagine-base-ui-shell,.fouc{transition:opacity .3s ease-in-out}