<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";.badge{width:100%;max-height:300px;transition-property:max-height,opacity;transition-duration:.15s;transition-timing-function:ease-out;background:var(--background-color)}@media (prefers-reduced-motion:reduce){.badge{transition-duration:0s}}.badge.is-collapsed{max-height:0;overflow:hidden;opacity:0}.badge__inner{height:100%}.badge__close-btn{position:absolute;z-index:1;top:0;right:0;grid-area:close-btn;padding:8px;transition:background-color .3s ease-in;border:0;background-color:transparent}@media (min-width:875px){.badge__inner{display:grid;grid-template-areas:"link close-btn";grid-template-columns:1fr 45px;gap:4px}.badge__close-btn{position:static;align-self:center;justify-self:center}}.badge__close-btn .badge__close-btn__icon{display:flex;align-items:center;width:24px;height:24px;padding:6px;transition:background-color .3s ease-in;border:2px solid var(--close-icon-color);border-radius:50%}.badge__close-btn .badge__close-btn__icon,.badge__close-btn .badge__close-btn__icon path,.badge__close-btn .badge__close-btn__icon span,.badge__close-btn .badge__close-btn__icon svg{pointer-events:none}.badge__close-btn svg{width:10px;height:10px}.badge__close-btn svg path{transition:fill .3s ease-in,stroke .3s ease-in;stroke:var(--close-icon-color);fill:var(--close-icon-color)}.badge__close-btn:focus .badge__close-btn__icon,.badge__close-btn:hover .badge__close-btn__icon{background-color:var(--close-icon-color)}.badge__close-btn:focus path,.badge__close-btn:hover path{stroke:var(--background-color);fill:var(--background-color)}a.badge__link{display:grid;grid-area:link;grid-template-areas:"graphic" "text" "arrow";grid-template-columns:1fr;gap:1.8rem;justify-items:center;align-items:center;padding:24px 8px 16px;color:var(--foreground-color);font-size:1.4rem;font-weight:700}@media (min-width:515px){a.badge__link{gap:24px}}@media (min-width:875px){a.badge__link{display:inline-grid;grid-template-areas:"graphic text arrow";grid-template-columns:auto;gap:16px;width:100%;max-width:var(--badge-link-max-width);margin:0 auto;padding:8px}}a.badge__link:focus,a.badge__link:hover{text-decoration:none}a.badge__link path{fill:var(--foreground-color)}.badge__graphic{display:flex;grid-area:graphic;align-items:center;justify-content:center}.badge__graphic img{max-width:var(--badge-graphic-width-small-viewports);max-height:var(--badge-graphic-height-small-viewports)}.badge__graphic svg{width:var(--badge-graphic-width-small-viewports);height:var(--badge-graphic-height-small-viewports)}@media (min-width:875px){.badge__graphic img{max-width:var(--badge-graphic-width-large-viewports);max-height:var(--badge-graphic-height-large-viewports)}.badge__graphic svg{width:var(--badge-graphic-width-large-viewports);height:var(--badge-graphic-height-large-viewports)}.badge__arrow{width:170px}}.badge__text{grid-area:text;font-weight:var(--badge-text-weight,500);text-align:center}.badge__text span,.badge__text strong{white-space:nowrap}.badge__text--giving-days{max-width:312px}@media (min-width:600px){.badge__text--giving-days{max-width:none}}.badge__station{display:inline-flex;align-items:center;font-weight:700}.badge__station svg{width:16px;height:16px;margin:0 4px}.badge__arrow{display:flex;grid-area:arrow;align-items:center;min-height:19px;transition:opacity .3s ease-in;opacity:1;color:var(--arrow-color)}.badge__arrow svg{width:15px;height:15px}.badge__arrow path{fill:var(--arrow-color)}.badge__arrow.is-invisible{opacity:0}.badge__arrow__text{align-self:center;margin-right:6px;font-weight:700;white-space:nowrap}.badge__arrow__icon{display:inline-flex;align-items:center}.badge__arrow__icon svg{width:6px;height:12px;fill:var(--arrow-color)}.badge--eoy a.badge__link{font-size:1.2rem}@media (min-width:370px){.badge--eoy a.badge__link{font-size:1.4rem}}@media (min-width:875px){.badge--eoy .badge__graphic{justify-content:flex-end}}.badge--eoy .badge__arrow,.badge--eoy .badge__text{max-width:max-content}.badge--unavailable-in-region{max-width:1440px;margin:0 auto}.badge--unavailable-in-region .badge__inner{display:inline}.badge--unavailable-in-region a.badge__link{grid-template-areas:"text" "arrow";gap:16px;padding:24px 16px 16px}@media (min-width:768px){.badge--unavailable-in-region a.badge__link{display:flex;justify-content:center;width:100%;padding:16px}}@media (prefers-reduced-motion:reduce){.badge__arrow{transition-duration:0s}}.content-strip__season-picker{display:flex;align-items:center;min-height:40px;padding-top:3px;padding-right:3px}.content-strip__season-select{display:block;box-sizing:border-box;height:calc(32px + 8px);margin:0;padding-left:12px;border:1px solid #60738a;border-radius:8px;background-color:#fff;background-image:url("../svg/content-strip-dropdown-triangle.0d7054d7c230.svg");background-repeat:no-repeat,repeat;background-position:right 12px top 50%,0 0;background-size:12px auto,100%;color:var(--text-color);font-size:1.4rem;line-height:2.2rem;appearance:none;width:20%;min-width:160px;max-width:100%}@media (min-width:768px){.content-strip__season-select{font-size:1.6rem}}@media (min-width:calc(1024px + 32px)){.content-strip__season-select{font-size:2rem}}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .content-strip__season-select{border:1px solid #eef0f5;background-color:#000525;color:#eef0f5}:root:not(.appearance--light) .content-strip__season-label{--color:#eef0f5;--hover-color:#eef0f5;--hover-border-background-color:#486cd8}}:root.appearance--dark .content-strip__season-select{border:1px solid #eef0f5;background-color:#000525;color:#eef0f5}.content-strip__season-buttons{display:flex;visibility:hidden;position:absolute;margin:0 16px 0 0;padding:0;list-style-type:none}@media (min-width:1024px){.explore .content-strip__season-buttons,.show .content-strip__season-buttons,.topic .content-strip__season-buttons{visibility:visible;position:relative}}.content-strip__season-button{display:flex;align-items:center;justify-content:center;margin:0 0 0 16px}.content-strip__season-input{position:absolute;opacity:0;pointer-events:none}.content-strip__season-label{--color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c;margin:0;padding:7px 16px 8px;border-radius:8px;font-size:1.8rem;font-weight:400;line-height:1;white-space:nowrap;cursor:pointer}:root.appearance--dark .content-strip__season-label{--color:#eef0f5;--hover-color:#eef0f5;--hover-border-background-color:#486cd8}.content-strip__season-label,.content-strip__season-label:visited{border-color:var(--color);background-color:transparent;color:var(--color)}.content-strip__season-label path,.content-strip__season-label svg{stroke:var(--color);fill:var(--color)}.content-strip__season-label:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color)}.content-strip__season-label:hover path,.content-strip__season-label:hover svg{stroke:var(--hover-color);fill:var(--hover-color)}.content-strip__season-label:active{border-color:#486cd8}@media (min-width:calc(1024px + 32px)){.content-strip__season-label{font-size:2rem}}.content-strip__season-input:checked~.content-strip__season-label{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c;font-weight:500}:root.appearance--dark .content-strip__season-input:checked~.content-strip__season-label{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.content-strip__season-input:checked~.content-strip__season-label,.content-strip__season-input:checked~.content-strip__season-label:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.content-strip__season-input:checked~.content-strip__season-label path{fill:var(--color,#fff)}.content-strip__season-input:checked~.content-strip__season-label:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.content-strip__season-input:checked~.content-strip__season-label:hover path,.content-strip__season-input:checked~.content-strip__season-label:hover svg{fill:var(--hover-color,#fff)}.content-strip__season-input:checked~.content-strip__season-label:active{border-color:var(--active-border-color,#486cd8)}@media (max-width:1023px){.season__more{display:none}}.carousel__arrow{display:inline-block;position:absolute;z-index:3;top:50%;width:40px;height:40px;padding:0;transform:translateY(-25%);transition:background-color .3s ease-in,opacity .3s ease-in;border:none;border-radius:50%;opacity:1;background:rgba(10,20,90,.5);cursor:pointer;pointer-events:auto}.carousel__arrow:focus,.carousel__arrow:hover{background:rgba(10,20,90,.8)}@supports (backdrop-filter:blur()){.carousel__arrow{background:rgba(38,56,196,.5)}.carousel__arrow:focus,.carousel__arrow:hover{background:rgba(38,56,196,.7)}}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .content-strip__season-input:checked~.content-strip__season-label{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}:root:not(.appearance--light) .carousel__arrow{background:rgba(0,5,37,.5)}:root:not(.appearance--light) .carousel__arrow:focus,:root:not(.appearance--light) .carousel__arrow:hover{background:rgba(0,5,37,.7)}}:root.appearance--dark .carousel__arrow{background:rgba(0,5,37,.5)}:root.appearance--dark .carousel__arrow:focus,:root.appearance--dark .carousel__arrow:hover{background:rgba(0,5,37,.7)}.carousel__arrow.carousel-prev{left:8px;border-left:0}.carousel__arrow.carousel-prev.disabled{transition:opacity .3s;opacity:0}.carousel__arrow.carousel-next{right:16px;border-right:0}.carousel__arrow.carousel-next.is-hidden~.carousel__see-all{display:none}.carousel__arrow svg{top:0;left:0;width:30px;height:40px}.carousel__arrow svg path{fill:#fff}.carousel__arrow.disabled,.carousel__arrow.disabled svg,.carousel__arrow[disabled],.carousel__arrow[disabled] svg{opacity:.4}.carousel__arrow.disabled:focus,.carousel__arrow.disabled:hover,.carousel__arrow[disabled]:focus,.carousel__arrow[disabled]:hover{outline:0;background:rgba(38,56,196,.6)}.carousel__arrow.disabled.carousel-prev,.carousel__arrow[disabled].carousel-prev{display:none}.carousel__grace-area{top:calc((100% - 112px - 64px)/ 2);position:absolute;right:0;width:100px;height:64px;pointer-events:auto}.video-row:not(.video-row--legacy-style) .carousel__grace-area{right:-26px}.carousel__grace-area:hover~.carousel__see-all-btn{transform:translateX(0);opacity:1;pointer-events:auto}.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{top:calc((100% - 112px - 50px)/ 2);display:none;position:absolute;right:53px;align-items:center;width:100px;height:50px;margin-right:16px;padding:4px;transform:translateX(64px);transition-property:background-color,opacity,transform;transition-duration:.3s;transition-timing-function:ease-out;border:1px solid rgba(255,255,255,.3);opacity:0;background-color:rgba(0,5,37,.5);color:#fff;font-size:1.6rem;line-height:1.2;text-align:center;text-transform:capitalize;cursor:pointer;pointer-events:none}@media (min-width:768px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{right:64px}}@media (min-width:1024px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{top:calc((100% - 112px - 64px)/ 2);right:48px;height:64px}}@media (prefers-reduced-motion:reduce){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{transition-duration:0s}}.carousel__see-all-btn:focus,.carousel__see-all-btn:hover{transform:translateX(0);opacity:1;pointer-events:auto;background-color:rgba(0,5,37,.8);text-decoration:none}.content-strip .carousel__arrow{top:calc((100% - 112px - -1px)/ 2)}@media (min-width:480px){.content-strip .carousel__arrow{top:calc((100% - 112px - -15px)/ 2)}}@media (min-width:768px){.content-strip .carousel__arrow{top:calc((100% - 112px - -20px)/ 2)}}@media (min-width:1024px){.content-strip .carousel__arrow{top:calc((100% - 112px - -15px)/ 2)}}.content-strip .carousel-next[disabled]{pointer-events:none}.content-strip{position:relative;min-height:56vw;overflow-x:clip;background-color:var(--lightest-darkest-background-color)}.content-rows .content-strip{margin-bottom:0}@media (min-width:480px){.content-strip{min-height:45vw}}@media (min-width:600px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{display:flex}.content-strip{min-height:35vw}}.content-strip .content-strip__wrapper{position:relative}.content-strip .content-strip__is-loading .loading-indicator{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);width:100px;height:100px;margin:16px auto}.content-strip .carousel-slide{width:calc(50% - 16px);margin-right:16px;transition:opacity .3s;opacity:1}@media (min-width:480px){.content-strip .carousel-slide{width:calc(33.33% - 16px)}}@media (min-width:768px){.content-strip{min-height:30vw}.content-strip .carousel-slide{width:calc(25% - 32px);margin-right:32px}.single-special__content{display:flex}}.content-strip .carousel-slide+.carousel-slide{display:none}.content-strip .video-summary{margin:0}.content-strip .video-summary .video-summary__link,.content-strip .video-summary .video-summary__wrapper{margin:0;box-shadow:none}.content-strip .video-summary&gt;*{margin-left:0}.content-strip .video-summary__over-title{margin:0}.content-strip .video-summary__over-title-link{color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase;overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap}.content-strip .video-summary__over-title-link,.content-strip .video-summary__over-title-link:link,.content-strip .video-summary__over-title-link:visited{color:var(--text-color--subdued);text-decoration:none}.content-strip .video-summary__over-title-link:active,.content-strip .video-summary__over-title-link:focus,.content-strip .video-summary__over-title-link:hover{color:var(--link-active-color);text-decoration:underline}@supports (display:-webkit-box){.content-strip .video-summary__over-title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;white-space:normal}}.content-strip .video-summary__meta-data{margin-bottom:0}.content-strip .video-summary__details{margin:16px 16px 0 0}.content-strip .carousel__title-filters{display:flex;align-items:center;margin-bottom:16px}.content-strip .carousel__title{flex-grow:1;margin-bottom:0;text-transform:capitalize}.content-strip .content-section-title__link{white-space:nowrap}.single-special{margin:0;padding:0}.single-special__content-section-title.content-section-title{margin-bottom:16px;font-size:2rem}@media (min-width:1024px){.content-strip{min-height:16vw}.single-special__content-section-title.content-section-title{font-size:2.2rem}}.single-special__content-section-title.content-section-title svg{width:7px;height:12px}@media (min-width:1024px){.single-special__content-section-title.content-section-title svg{width:8px;height:15px}}.single-special__image-link{position:relative;width:100%;height:auto}.single-special__image{position:relative;height:inherit;width:100%}.single-special__image::after{content:"";display:block;width:100%;padding-bottom:55.9375%}.single-special__details{margin:16px 16px 0 0}@media (min-width:768px){.single-special__details{margin:0 0 0 16px}}@media (min-width:875px){.single-special__details{margin-left:24px}}.single-special__title{margin:0 0 4px}@media (min-width:768px){.single-special__title{margin-bottom:8px}}@media (min-width:875px){.single-special__title{margin-bottom:16px}}@media (min-width:1024px){.single-special__title{margin-bottom:8px}}@media (min-width:1100px){.single-special__title{margin-bottom:16px}}.single-special__title-link{color:var(--text-color);font-size:1.8rem;font-weight:700;overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap}@media (min-width:1024px){.single-special__title-link{font-size:2.2rem}}.single-special__title-link:link,.single-special__title-link:visited{color:var(--link-color)}@supports (display:-webkit-box){.single-special__title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal}}.single-special__title-link,.single-special__title-link:link,.single-special__title-link:visited{color:var(--link-color);text-decoration:none}.single-special__title-link:active,.single-special__title-link:focus,.single-special__title-link:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:768px){.single-special__title-link{font-size:2.2rem}}@media (min-width:1280px){.content-strip .carousel__arrow{top:calc((100% - 112px - 1px)/ 2)}.single-special__content-section-title.content-section-title{font-size:3rem}.single-special__content-section-title.content-section-title svg{width:10px;height:18px}.single-special__title-link{font-size:2.6rem}}.single-special__description{font-size:1.4rem;font-weight:400}@media (min-width:768px){.single-special__description{margin-bottom:16px;font-size:1.6rem}}@media (min-width:1024px){.single-special__description{margin-bottom:8px;font-size:1.4rem}}@media (min-width:1100px){.single-special__description{margin-bottom:16px;font-size:1.6rem}}.single-special__meta-data{font-size:1.4rem;font-weight:400;text-transform:capitalize}@media (min-width:768px){.single-special__meta-data{margin-bottom:16px;font-size:1.6rem}}@media (min-width:1024px){.single-special__meta-data{margin-bottom:8px;font-size:1.4rem}}@media (min-width:1100px){.single-special__meta-data{margin-bottom:16px;font-size:1.6rem}}.single-special__buttons{display:none}.single-special__buttons .btn--mylist{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}:root.appearance--dark .single-special__buttons .btn--mylist{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.single-special__buttons .btn--mylist,.single-special__buttons .btn--mylist:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.single-special__buttons .btn--mylist path{fill:var(--color,#fff)}.single-special__buttons .btn--mylist:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.single-special__buttons .btn--mylist:hover path,.single-special__buttons .btn--mylist:hover svg{fill:var(--hover-color,#fff)}.single-special__buttons .btn--mylist:active{border-color:var(--active-border-color,#486cd8)}.photo-gallery{position:relative}.photo-gallery .carousel__arrow{top:calc((100vw - 32px) * .2813)}.photo-gallery .carousel__arrow.carousel-prev{left:4px}@media (min-width:768px){.single-special__buttons{display:block}.photo-gallery .carousel__arrow{width:47px;height:47px}.photo-gallery .carousel__arrow.carousel-prev{left:12px}}@media (min-width:1024px){.photo-gallery .carousel__arrow{top:40%;width:65px;height:65px}.photo-gallery .carousel__arrow.carousel-prev{left:16px}}.photo-gallery .carousel__arrow.carousel-next{right:4px}@media (min-width:768px){.photo-gallery .carousel__arrow.carousel-next{right:12px}.photo-gallery .carousel__arrow svg{width:32px;height:47px}}@media (min-width:1024px){.photo-gallery .carousel__arrow.carousel-next{right:16px}}.photo-gallery__title{margin:24px 16px 8px;color:#0f1e8c;font-size:2rem;font-weight:700}@media (min-width:768px){.photo-gallery__title{margin:24px 32px 8px;font-size:2.2rem}}@media (min-width:1280px){.photo-gallery .carousel__arrow.carousel-prev{left:24px}.photo-gallery .carousel__arrow.carousel-next{right:24px}.photo-gallery__title{font-size:3rem}}.photo-gallery__photos{max-height:calc(100vh - 150px);background-color:var(--light-dark-background-color)}.photo-gallery__figure{position:relative;max-height:1px}.photo-gallery__figure:first-of-type{height:100%;max-height:none}.splide__slide.is-active .photo-gallery__figure{background-color:#000525}.photo-gallery__figure+.photo-gallery__figure{display:none}.splide.is-active .photo-gallery__figure{display:block;align-items:center;justify-content:center;height:auto}.photo-gallery__photo{max-width:100%;max-height:calc(100vh - 300px);object-fit:contain}.photo-gallery__link{display:flex;align-items:center;justify-content:center;height:100%;background-color:#000525;cursor:pointer;pointer-events:none}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .single-special__buttons .btn--mylist{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}:root:not(.appearance--light) .photo-gallery__link{background-color:#040613}}:root.appearance--dark .photo-gallery__link{background-color:#040613}.splide__slide.is-active .photo-gallery__link{pointer-events:auto}.photo-gallery__link picture{display:flex;align-items:center;justify-content:center;height:100%}.photo-gallery__photo__figcaption{position:relative;padding:16px;transition:opacity .3s ease-in;opacity:0;background-color:var(--light-dark-background-color);color:var(--text-color);font-size:1.4rem;line-height:1}.splide__slide.is-active .photo-gallery__photo__figcaption{opacity:1}.photo-gallery__photo__count{margin:0 0 16px;text-align:center}.photo-gallery__photo__caption{margin:0 0 16px;line-height:2.2rem}@media (min-width:768px){.photo-gallery__photo__figcaption{padding:16px 32px;font-size:1.6rem}.photo-gallery__caption-container{display:flex}.photo-gallery__photo__caption{max-width:460px;margin:0 auto 0 0}}.photo-gallery__photo__credit{margin:0;font-size:1.2rem;font-style:italic;line-height:1.3333}.photo-gallery__close{display:none;position:absolute;z-index:100;top:0;right:0;padding:16px;border:0;background-color:transparent}.photo-gallery__close svg{width:20px;height:20px}.photo-gallery__photos.lightbox-open{display:flex;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;align-items:center;max-height:none;background-color:rgba(0,5,37,.8)}.photo-gallery__photos.lightbox-open .carousel__arrow{top:45%}.photo-gallery__photos.lightbox-open .carousel__arrow.carousel-prev{left:16px}.photo-gallery__photos.lightbox-open .carousel__arrow.carousel-next{right:16px}.photo-gallery__photos.lightbox-open .photo-gallery__figure,.photo-gallery__photos.lightbox-open .photo-gallery__link{background-color:transparent}.photo-gallery__photos.lightbox-open .photo-gallery__photo{max-height:calc(100vh - 100px)}.photo-gallery__photos.lightbox-open .photo-gallery__photo__figcaption{background-color:transparent;color:#fff;text-align:center}.photo-gallery__photos.lightbox-open .photo-gallery__caption-container{display:block}.photo-gallery__photos.lightbox-open .photo-gallery__photo__count{position:relative;left:0;font-size:1.3rem}.photo-gallery__photos.lightbox-open .photo-gallery__photo__caption{max-width:none;margin:0 0 16px;font-size:1.3rem}.photo-gallery__photos.lightbox-open .photo-gallery__photo__credit{max-width:none;font-size:1.3rem;line-height:2.2rem}.photo-gallery__photos.lightbox-open .photo-gallery__close{display:block}@media (min-width:1280px){.photo-gallery__photo__caption{max-width:40%}}.show-row--top-ten .show-row__image-link{min-width:30vw;max-width:230px}@media (min-width:571px){.show-row--top-ten .show-row__image-link{min-width:22vw}}@media (min-width:768px){.photo-gallery__photo__credit{max-width:120px}.show-row--top-ten .show-row__image-link{min-width:17vw}}@media (min-width:1024px){.photo-gallery .carousel__arrow svg{width:42px;height:65px}.photo-gallery__photo__count{position:absolute;left:55%}.show-row--top-ten .show-row__image-link{min-width:15vw}.top-ten-item__count{-webkit-text-stroke-width:2px}}@media (min-width:1280px){.show-row--top-ten .show-row__image-link{min-width:16vw}}.show-row--top-ten.show-row .carousel__arrow.carousel-next{right:20px}.show-row--top-ten.show-row .carousel__arrow.carousel-prev{left:5px}.top-ten-item{display:flex;align-items:flex-end}.top-ten-item:hover .top-ten-item__count{color:#486cd8;-webkit-text-stroke-color:#486cd8}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .top-ten-item:hover .top-ten-item__count{color:#ffcf00;-webkit-text-stroke-color:#ffcf00}}:root.appearance--dark .top-ten-item:hover .top-ten-item__count{color:#ffcf00;-webkit-text-stroke-color:#ffcf00}.show-row--top-ten.show-row .show-poster:hover{transform:none}.show-row--top-ten.show-row .show-row__preview-btn-placeholder{width:calc(100% - 8px)}.top-ten-item__count{margin-right:-6px;transition-property:color,-webkit-text-stroke-color;transition-duration:.3s;transition-timing-function:ease-in-out;color:var(--lightest-darkest-background-color);font-size:15vw;font-weight:700;-webkit-text-stroke:1.4px var(--text-color--subdued);line-height:.89}@media (min-width:480px){.top-ten-item__count{margin-right:-8px;line-height:.87}}@media (min-width:530px){.top-ten-item__count{line-height:.86}}@media (min-width:571px){.top-ten-item__count{margin-right:-10;font-size:13vw}}@media (min-width:650px){.top-ten-item__count{margin-right:-11px;line-height:.85}}@media (min-width:768px){.top-ten-item__count{margin-right:-10px;font-size:9vw;line-height:.87}.show-row__header{display:grid;grid-column-gap:16px;grid-template-areas:"title buttons" "description description";grid-template-columns:auto min-content;align-items:start}}@media (min-width:875px){.top-ten-item__count{line-height:.86}.top-ten-item__count[data-count="4"]{margin-right:-12px}}@media (min-width:1280px){.show-row--top-ten.show-row .carousel__arrow.carousel-next{right:-5px}.top-ten-item__count{margin-right:-10px;font-size:8.5vw;line-height:.85}}@media (min-width:1440px){.show-row--top-ten .show-row__image-link{min-width:230px}.top-ten-item__count{margin-right:-13px;font-size:12rem;-webkit-text-stroke-width:3px}}@media (min-width:1024px){.top-ten-item__count[data-count="4"]{margin-right:-13px}}@media (min-width:1140px){.top-ten-item__count[data-count="4"]{margin-right:-14px}}.show-row{max-width:1440px;margin:0 auto;overflow-x:clip}.show-row .show-row__list.splide__list{display:flex;padding:0;overflow:visible;list-style-type:none}.show-row .splide__track{overflow:visible}.show-row .show-poster{position:relative;padding-top:3px;padding-right:8px;padding-bottom:3px;transition:transform .3s ease-in-out}.show-row .show-poster:hover{z-index:5;transform:scale(1.12);text-decoration:none}.show-row .show-poster a,.show-row .show-poster img{display:block}.show-row .show-poster img{width:100%;max-width:237px}.show-row__header{position:relative;margin-bottom:16px}.show-row__description{margin-bottom:12px;font-size:1.4rem}.show-row__learn-more{white-space:nowrap}.show-row__passport{margin-top:12px}@media (min-width:768px){.show-row .content-section-title{grid-area:title;margin-bottom:0}.show-row__description{grid-area:description;margin-top:12px;font-size:1.6rem}.show-row__learn-more{grid-area:buttons}.show-row__passport{display:flex;grid-area:buttons;margin-top:0}}.show-row__passport__become-a-member{margin:0 8px 8px 0;white-space:nowrap}@media (min-width:768px){.show-row__passport__become-a-member{margin-bottom:0}}.show-row__passport__learn-more{margin:0 0 8px;white-space:nowrap}.show-row__passport__thank-you{color:var(--header-color);font-size:1.6rem;font-weight:700}.show-row__image-link{position:relative;height:inherit;display:block;aspect-ratio:2/3;min-width:calc(33.333vw - 40px);max-width:230px}.show-row__image-link::after{content:"";display:block;width:100%;padding-bottom:149.4444444444%}@media (min-width:570px){.show-row__image-link{min-width:calc(25vw - 48px)}}@media (min-width:768px){.show-row__passport__learn-more{margin:0}.show-row__passport__thank-you{white-space:nowrap}.show-row__image-link{min-width:calc(20vw - 102px)}}@media (min-width:1024px){.show-row .one-full-row .carousel-next{display:none}.show-row__passport__thank-you{font-size:2.2rem}.show-row__image-link{min-width:calc(16.6667vw - 110px)}}.show-row__image-link[data-has-image=true]{background:radial-gradient(ellipse at center,#eef0f5 0,#e0e0e0 50%,#e0e0e0 50%,#b3b3b3 100%)}.show-row .carousel__slide-image.lazyload{visibility:hidden}.show-row .carousel__arrow{top:calc((100% - 0 - 20px)/ 2)}.show-row .carousel__arrow.carousel-next{right:-18px}.show-row .carousel__arrow.carousel-prev{left:-24px}.content-strip--collections{position:relative}.collection{width:100%;margin-bottom:24px}.collection__image-link{display:block;position:relative;margin-bottom:8px;aspect-ratio:16/9}.collection__image{width:100%}.collection__details{margin:8px 16px 0 0}@media (min-width:1280px){.top-ten-item__count[data-count="4"]{margin-right:-15px}.collection__details{margin-top:16px}}.collection__title{color:var(--text-color);font-size:1.8rem;font-weight:700;overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;margin-top:0}@media (min-width:1024px){.collection__title{font-size:2.2rem}}.collection__title:link,.collection__title:visited{color:var(--link-color)}@supports (display:-webkit-box){.collection__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal}}.collection__title,.collection__title:link,.collection__title:visited{color:var(--link-color);text-decoration:none}.collection__title:active,.collection__title:focus,.collection__title:hover{color:var(--link-active-color);text-decoration:underline}.collection__title-link{font-size:1.6rem;font-weight:700}.collection__title-link,.collection__title-link:link,.collection__title-link:visited{color:var(--link-color);text-decoration:none}.collection__title-link:active,.collection__title-link:focus,.collection__title-link:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:1024px){.collection__title-link{font-size:1.8rem}}@media (min-width:1280px){.collection__title-link{font-size:2.2rem}}.collection__description{display:none}@media (min-width:1024px){.collection__description{display:block;font-size:1.6rem}}.content-rows{display:grid;position:relative;inset:0;grid-gap:8px;grid-template-areas:"grid-first" "grid-second" "grid-third" "grid-fourth" "grid-fifth";grid-template-columns:calc(100% - 16px);grid-template-rows:repeat(4,min-content);max-width:100%}.content-rows&gt;div[class*=grid]:not(:first-of-type,.grid--buy-links,.grid--buy-links + div[class*=grid]){padding-block-start:var(--spacing-inline)}.content-rows .grid--buy-links{padding-block:calc(var(--spacing-block)/ 2)}.carousel__title.content-section-title{font-size:2rem}.carousel__title.content-section-title svg{width:7px;height:12px}@media (min-width:1024px){.content-rows{grid-template-rows:repeat(5,min-content)}.carousel__title.content-section-title{font-size:2.2rem}.carousel__title.content-section-title svg{width:8px;height:15px}}.four-up-extras{grid-area:grid-fourth}.grid--collections{grid-area:grid-fifth}.vertical-sponsorship{display:none;grid-area:ad}@media (hover:hover) and (min-width:1024px){.content-rows.content-with-ad{grid-template-areas:"grid-first ad" "grid-second ad" "grid-third ad" "grid-fourth grid-fourth" "grid-fifth grid-fifth";grid-template-columns:calc(100% - (300px + 32px)) 300px;column-gap:32px}.content-with-ad .vertical-sponsorship{display:inline}}.franchise{display:flex;flex-direction:column;max-width:500px;margin:0 auto;padding:16px 24px 16px 32px;background-color:#eef0f5}.franchise__wrapper{width:100%;padding:10px}@media (min-width:400px){.franchise__wrapper{padding:24px}}@media (min-width:768px){.franchise{flex-direction:row;max-width:none;margin-top:-32px}.franchise__wrapper{padding:0}}.franchise__title{display:flex;justify-content:center;margin:0;padding:16px;font-size:2.4rem;font-weight:700}@media (min-width:768px){.franchise__title{flex-basis:40%;margin-right:32px;padding:16px 0}}@media (min-width:1024px){.franchise{margin-top:0}.franchise__title{flex-basis:30%}}.franchise__title__logo{width:100%}.franchise__info{font-size:1.4rem;line-height:1.3333}@media (min-width:768px){.franchise__info{flex-basis:60%;padding:4px}}@media (min-width:1024px){.franchise__info{flex-basis:70%}#show-hero-carousel{margin-inline:var(--spacing-inline)}}@media (min-width:1280px){.carousel__title.content-section-title{font-size:3rem}.carousel__title.content-section-title svg{width:10px;height:18px}.franchise__info{font-size:1.6rem}}.franchise__info__description{margin-bottom:16px}.franchise__info__cta{font-weight:700;text-align:center}.franchise__info__cta svg{width:8px;height:12px;margin-left:8px;padding-top:2px}.franchise__info__cta svg path{fill:#2638c4}.shows-list{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;background-color:var(--light-dark-background-color)}.shows-list__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 4px 16px;background-color:var(--light-dark-background-color)}.shows-list__title{align-self:flex-start;width:100%;margin:8px 16px 16px 12px;color:var(--text-color--subdued);font-size:2rem;font-weight:700;text-transform:uppercase}@media (min-width:768px){.franchise__info__cta{text-align:left}.shows-list__wrapper{padding:32px 16px 16px}.shows-list__title{margin-left:16px}}.shows-list__item{position:relative;width:calc(47% - 16px);margin:12px}@media (min-width:480px){.shows-list__item{width:calc(33.33% - 24px)}}@media (min-width:600px){.shows-list__item{width:calc(33.33% - 32px);margin:16px}}@media (min-width:768px){.shows-list__item{width:calc(25% - 32px)}}@media (min-width:1000px){.shows-list__item{width:calc(20% - 32px)}}@media (min-width:1200px){.shows-list__item{width:calc(16.6% - 32px)}}.shows-list__item__image{width:100%;max-width:237px;height:auto}.shows-list__item__link{position:relative;height:inherit;background:radial-gradient(ellipse at center,#3c4cca 0,#2638c4 20%,#2638c4 20%,#1e2d9d 100%);display:block;max-width:230px}.shows-list__item__link::after{content:"";display:block;width:100%;padding-bottom:149.4444444444%}.shows-list__item__link:hover{text-decoration:none}.shows-list__load-more{margin:48px 0}.shop-links{display:flex;background-color:var(--lightest-darkest-background-color)}.shop-links__title{margin:16px 0 24px;color:var(--link-color);font-size:1.6rem;font-weight:700;text-align:center}.shop-links__options{display:flex;align-items:flex-end;justify-content:center;margin-bottom:16px;padding-left:0;list-style-type:none}@media (min-width:600px){.shop-links__title{width:auto;margin-bottom:16px;padding-right:16px;text-align:left}.shop-links__options{flex:1 0 300px;justify-content:flex-start;margin-bottom:0}.shop-links__option:last-child{padding-right:0;padding-left:4px}}.shop-links__option{padding:0 12px;text-align:center;white-space:nowrap}.shop-links__option__link{display:flex;flex-direction:column}.shop-links__option__link,.shop-links__option__link:link,.shop-links__option__link:visited{color:var(--link-color);text-decoration:none}.shop-links__option__link:active,.shop-links__option__link:focus,.shop-links__option__link:hover{color:var(--link-active-color);text-decoration:underline}.shop-links__option__link svg,.shop-links__option__link svg path,.shop-links__option__link+* svg path{fill:var(--icon-color)}.shop-links__option__link:active svg,.shop-links__option__link:active svg path,.shop-links__option__link:focus svg,.shop-links__option__link:focus svg path,.shop-links__option__link:hover svg,.shop-links__option__link:hover svg path{fill:var(--icon-active-color)}.shop-links__option__link:focus,.shop-links__option__link:hover{text-decoration:none}.shop-links__option__icon svg{max-width:70px;height:20px}.shop-links__option__icon svg path{fill:var(--link-color)}.shop-links__option__text{font-size:1.4rem;font-weight:700}#show-hero-carousel--legacy{position:relative;min-height:260px}#show-hero-carousel--legacy .popover{display:none}#show-hero-carousel--legacy .carousel__arrow{display:block;top:calc(50% - 55px)}#show-hero-carousel--legacy .carousel__arrow.carousel-prev{left:20px}#show-hero-carousel--legacy .carousel__arrow.carousel-next{right:20px}@media (min-width:480px){#show-hero-carousel--legacy .carousel__arrow.carousel-prev{left:30px}#show-hero-carousel--legacy .carousel__arrow.carousel-next{right:30px}}@media (min-width:600px){#show-hero-carousel--legacy .carousel__arrow.carousel-prev{left:35px}#show-hero-carousel--legacy .carousel__arrow.carousel-next{right:35px}}#show-hero-carousel--legacy .splide__pagination{margin:12px 0}#show-hero-carousel--legacy .splide__pagination .splide__pagination__page{margin:4px}#show-hero-carousel--legacy .splide__pagination .splide__pagination__page.is-active{opacity:1;background-color:#fff}#show-hero-carousel--legacy .show-hero-carousel__slide .video-summary__link{transform:scale(.9);transition:.2s}#show-hero-carousel--legacy .show-hero-carousel__slide .video-summary__meta-data,#show-hero-carousel--legacy .show-hero-carousel__slide .video-summary__video-title-link{visibility:hidden;transition:visibility,opacity .3s ease-in;opacity:0}#show-hero-carousel--legacy .show-hero-carousel__slide.is-active .video-summary__link{transform:scale(1) rotate(.01deg)}#show-hero-carousel--legacy .show-hero-carousel__slide.is-active .video-summary__video-title-link{visibility:visible;margin:12px 0 4px;opacity:1;color:#fff!important;font-size:1.6rem;font-weight:700}#show-hero-carousel--legacy .show-hero-carousel__slide.is-active .video-summary__meta-data{visibility:visible;opacity:1;color:#fff;font-size:1.4rem}.show-hero-carousel__list{display:flex;list-style-type:none}.show-hero__single-video{position:relative;padding:0 32px 24px}.show-hero__single-video .show-hero__single-video-image{width:100%;cursor:pointer}.show-hero__single-video .show-hero__single-video-title{margin:12px 0 4px;color:#fff;font-size:1.8rem;font-weight:700}.show-hero__single-video .show-hero__single-video-summary{color:#fff;font-size:1.6rem}#show-hero-carousel{position:relative;min-height:260px}#show-hero-carousel .loading-indicator{position:relative;top:100px}#show-hero-carousel .popover{display:none}#show-hero-carousel .video-summary,#show-hero-carousel .video-summary a{color:#fff}#show-hero-carousel .carousel__arrow{display:block;top:calc(50% - 55px)}#show-hero-carousel .carousel__arrow.carousel-prev{left:20px}#show-hero-carousel .carousel__arrow.carousel-next{right:20px}@media (min-width:480px){.show-hero__single-video{padding:0 48px 24px}#show-hero-carousel .carousel__arrow.carousel-prev{left:30px}#show-hero-carousel .carousel__arrow.carousel-next{right:30px}}#show-hero-carousel .video-summary .image--needs-fallback{height:100%}#show-hero-carousel .splide__pagination{margin:12px 0}#show-hero-carousel .splide__pagination .splide__pagination__page{margin:4px}#show-hero-carousel .splide__pagination .splide__pagination__page.is-active{opacity:1;background-color:#fff}.show-hero-carousel__slide .video-summary__continue-watching-overlay{position:absolute;top:0}.show-hero__description{color:var(--text-color);font-size:1.4rem;line-height:1.5}@media (min-width:768px){.shop-links__option{width:auto}#show-hero-carousel--legacy,.show-hero__single-video{display:none}#show-hero-carousel{margin-inline-start:var(--spacing-inline);margin-inline-end:calc(var(--spacing-inline) + 16px)}.show-hero__description{position:relative;max-width:330px;color:#fff;font-size:1.6rem}}.show-hero__description--short{display:inline}.show-hero__description__button{display:inline;padding:0 0 0 4px;border:0;background-color:transparent;color:#2638c4;font-weight:700;text-transform:uppercase}.show-hero__description__button,.show-hero__description__button:link,.show-hero__description__button:visited{color:var(--link-color);text-decoration:none}.show-hero__description__button:active,.show-hero__description__button:focus,.show-hero__description__button:hover{color:var(--link-active-color);text-decoration:underline}.show-hero__popover-trigger{display:none}.show-hero__popover-content{margin:0;font-size:1.4rem;line-height:1.5}@media (min-width:768px){.show-hero__description__button{display:none}.show-hero__popover-trigger{display:inline-block;border:0;background-color:transparent;font-weight:700;text-transform:uppercase}.show-hero__popover-content{font-size:1.6rem}}.show-hero__popover-close{position:absolute;top:16px;right:16px;padding:0;border:0;background-color:transparent}.show-hero__popover-close svg,.show-hero__popover-close svg path,.show-hero__popover-close+* svg path{fill:var(--icon-color)}.show-hero__popover-close:active svg,.show-hero__popover-close:active svg path,.show-hero__popover-close:focus svg,.show-hero__popover-close:focus svg path,.show-hero__popover-close:hover svg,.show-hero__popover-close:hover svg path{fill:var(--icon-active-color)}.show-hero__popover-close .pbs-close{width:12px;height:12px}.show-hero__details{position:relative;padding-block:24px;padding-inline:var(--spacing-inline);background-color:var(--lightest-darkest-background-color);color:#2638c4}@media (min-width:768px){.show-hero__details{display:flex;flex-direction:column;height:calc(68vw - 107px);padding-block:0;background-color:transparent}.show-hero__details--below-sm{display:none}}@media (min-width:875px){.show-hero__description{max-width:400px}.show-hero__details{height:auto;min-height:500px;padding-block:24px 16px}}@media (min-width:1024px){.show-hero__details{min-height:550px}}@media (min-width:1280px){.show-hero__details{min-height:600px;padding-block:32px 16px}}.show-hero__details--above-sm{height:auto;min-height:0}.show-hero__broadcast-info{margin-bottom:16px;font-size:1.4rem;font-weight:700;text-transform:uppercase}@media (max-width:767px){.show-hero-carousel__slide .video-summary__link{transform:scale(.9);transition:.2s}.show-hero-carousel__slide .video-summary__meta-data,.show-hero-carousel__slide .video-summary__video-title-link{visibility:hidden;transition:visibility,opacity .3s ease-in;opacity:0}.show-hero-carousel__slide.is-active .video-summary__link{transform:scale(1) rotate(.01deg)}.show-hero-carousel__slide.is-active .video-summary__video-title-link{visibility:visible;margin:12px 0 4px;opacity:1;color:#fff!important;font-size:1.6rem;font-weight:700}.show-hero-carousel__slide.is-active .video-summary__meta-data{visibility:visible;opacity:1;color:#fff;font-size:1.4rem}.show-hero__details--above-sm{display:none}.show-hero__broadcast-info{color:#5c6e85}:root.appearance--dark .show-hero__broadcast-info{color:#94a1b2}}.show-hero__franchise{display:flex;align-items:center;margin:24px 0 0}@media (min-width:768px){.show-hero__broadcast-info{color:#fff;font-size:1.6rem}.show-hero__franchise{margin:0 0 24px}}.show-hero__franchise-intro{margin-right:6px;font-size:1.4rem;font-weight:700}@media screen and (max-width:767px) and (prefers-color-scheme:dark){:root:not(.appearance--light) .show-hero__broadcast-info,:root:not(.appearance--light) .show-hero__franchise-intro{color:#94a1b2}:root:not(.appearance--light) .show-hero__franchise-intro svg{fill:currentcolor}}@media (max-width:767px){.show-hero__franchise-intro{color:#0f1e8c}:root.appearance--dark .show-hero__franchise-intro{color:#94a1b2}:root.appearance--dark .show-hero__franchise-intro svg{fill:currentcolor}}.show-hero__franchise-link{display:flex;align-items:center}.show-hero__franchise-link .pbs-right-caret{height:10px;margin-left:4px}.show-hero__franchise-logo--color{max-width:95px}.show-hero__franchise-logo--white{display:none}@media (min-width:768px){.show-hero__franchise-intro{color:#fff}.show-hero__franchise-link svg,.show-hero__franchise-link svg path,.show-hero__franchise-link+* svg path{fill:#fff}.show-hero__franchise-link:active svg,.show-hero__franchise-link:active svg path,.show-hero__franchise-link:focus svg,.show-hero__franchise-link:focus svg path,.show-hero__franchise-link:hover svg,.show-hero__franchise-link:hover svg path{fill:rgba(255,255,255,0.75)}.show-hero__franchise-logo--color{display:none}.show-hero__franchise-logo--white{display:block;max-height:40px}}.show-hero__header{display:flex;position:relative;align-items:center;justify-content:space-between;padding-block:16px 32px;padding-inline:var(--spacing-inline)}@media (min-width:768px){.show-hero__header{padding-block:16px}}.show-hero__header .show-hero__title{margin:0;padding-right:16px;color:#fff;font-size:inherit;font-weight:700;line-height:1.5}.show-hero__header .show-hero__logo{max-width:210px;max-height:40px}@media (min-width:875px){.show-hero__header{padding-block:24px 0}.show-hero__header .show-hero__logo{max-width:300px;max-height:75px}}.show-hero__header .show-hero__title-text{overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;font-size:2.2rem}@supports (display:-webkit-box){.show-hero__header .show-hero__title-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal}}@media (min-width:768px){.show-hero__header .show-hero__title-text{font-size:3rem}}@media (min-width:1280px){.show-hero__header .show-hero__title-text{font-size:5rem}}.show-hero__header .show-hero__title-text--long{overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;font-size:1.4rem}@supports (display:-webkit-box){.show-hero__header .show-hero__title-text--long{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;white-space:normal}}@media (min-width:768px){.show-hero__header .show-hero__title-text--long{font-size:3rem}.show-hero__header .show-hero__my-list{display:none}}.show-hero__header .show-hero__my-list .btn--mylist{--color:#fff;--hover-color:#2638c4;--hover-border-background-color:#fff;white-space:nowrap}.show-hero__header .show-hero__my-list .btn--mylist,.show-hero__header .show-hero__my-list .btn--mylist:visited{border-color:var(--color);background-color:transparent;color:var(--color)}.show-hero__header .show-hero__my-list .btn--mylist path,.show-hero__header .show-hero__my-list .btn--mylist svg{stroke:var(--color);fill:var(--color)}.show-hero__header .show-hero__my-list .btn--mylist:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color)}.show-hero__header .show-hero__my-list .btn--mylist:hover path,.show-hero__header .show-hero__my-list .btn--mylist:hover svg{stroke:var(--hover-color);fill:var(--hover-color)}.show-hero__header .show-hero__my-list .btn--mylist:active{border-color:#486cd8}.show-hero__header .show-hero__social{display:none}.show-hero__link-block{display:flex;flex-direction:column}@media (min-width:400px){.show-hero__link-block{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width:768px){.show-hero__header .show-hero__social{display:flex}.show-hero__link-block{justify-content:flex-start;margin-bottom:16px}}@media (min-width:1024px){.show-hero__header{padding-block:32px 0}.show-hero__link-block{margin-bottom:32px}}.show-hero__link-block .show-hero__my-list{display:none}@media screen and (min-width:768px) and (prefers-color-scheme:dark){:root:not(.appearance--light) .show-hero__link-block .show-hero__my-list .btn--mylist{--color:#2638c4;--background-border-color:#eef0f5;--hover-border-background-color:#0f1e8c;--hover-color:#eef0f5}}.show-hero__official-site{margin-top:24px}@media (min-width:768px){.show-hero__link-block .show-hero__my-list{display:block;margin:16px 16px 0 0}.show-hero__link-block .show-hero__my-list .btn--mylist{--color:#2638c4;--background-border-color:#fff;--hover-border-background-color:#0f1e8c;--hover-color:#fff;white-space:nowrap}:root.appearance--dark .show-hero__link-block .show-hero__my-list .btn--mylist{--color:#2638c4;--background-border-color:#eef0f5;--hover-border-background-color:#0f1e8c;--hover-color:#eef0f5}.show-hero__link-block .show-hero__my-list .btn--mylist,.show-hero__link-block .show-hero__my-list .btn--mylist:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.show-hero__link-block .show-hero__my-list .btn--mylist path{fill:var(--color,#fff)}.show-hero__link-block .show-hero__my-list .btn--mylist:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.show-hero__link-block .show-hero__my-list .btn--mylist:hover path,.show-hero__link-block .show-hero__my-list .btn--mylist:hover svg{fill:var(--hover-color,#fff)}.show-hero__link-block .show-hero__my-list .btn--mylist:active{border-color:var(--active-border-color,#486cd8)}.show-hero__link-block .show-hero__social{display:none}.show-hero__official-site{margin-top:16px}.show-hero__official-site-link{display:none}}.show-hero__official-site .btn{padding:8px 12px}.show-hero__official-site .show-hero__external-link-icon{margin:0 4px}.show-hero__official-site svg{height:11px}.show-hero__official-site-link{font-size:1.4rem;font-weight:700}.show-hero__official-site-link,.show-hero__official-site-link:link,.show-hero__official-site-link:visited{color:var(--link-color);text-decoration:none}.show-hero__official-site-link:active,.show-hero__official-site-link:focus,.show-hero__official-site-link:hover{color:var(--link-active-color);text-decoration:underline}.show-hero__official-site-link svg,.show-hero__official-site-link svg path,.show-hero__official-site-link+* svg path{fill:var(--icon-color)}.show-hero__official-site-link:active svg,.show-hero__official-site-link:active svg path,.show-hero__official-site-link:focus svg,.show-hero__official-site-link:focus svg path,.show-hero__official-site-link:hover svg,.show-hero__official-site-link:hover svg path{fill:var(--icon-active-color)}.show-hero__official-site-button{display:none}@media (min-width:768px){.show-hero__official-site-button{display:block}.show-hero__official-site-button svg,.show-hero__official-site-button svg path,.show-hero__official-site-button+* svg path{fill:#fff}.show-hero__official-site-button:active svg,.show-hero__official-site-button:active svg path,.show-hero__official-site-button:focus svg,.show-hero__official-site-button:focus svg path,.show-hero__official-site-button:hover svg,.show-hero__official-site-button:hover svg path{fill:rgba(255,255,255,0.75)}}.show-hero__official-site-button:hover svg{fill:#2638c4}.show-hero__social{display:flex;align-items:center;margin-top:24px}@media (min-width:768px){.show-hero__social{flex-direction:column;align-items:flex-end;margin-top:0}}.show-hero__hashtag{display:none}@media (min-width:768px){.show-hero__hashtag{display:block;margin-bottom:16px;color:#fff;font-size:1.6rem;font-weight:500}.show-hero__social-intro{display:none}}.show-hero__social-intro{color:#0f1e8c;font-size:1.4rem;font-weight:700}:root.appearance--dark .show-hero__social-intro{color:#94a1b2}.show-hero__social-options{display:flex;margin:0;padding:0;list-style-type:none}@media (min-width:1280px){.show-hero__header .show-hero__title-text--long{font-size:5rem}.show-hero__social{flex-direction:row;align-items:center;align-self:flex-start}.show-hero__hashtag{order:1;margin:0}.show-hero__social-options{order:0;margin-right:16px}}.show-hero__social-option{margin-left:12px}.show-hero__social-option svg,.show-hero__social-option svg path,.show-hero__social-option+* svg path{fill:var(--icon-color)}.show-hero__social-option:active svg,.show-hero__social-option:active svg path,.show-hero__social-option:focus svg,.show-hero__social-option:focus svg path,.show-hero__social-option:hover svg,.show-hero__social-option:hover svg path{fill:var(--icon-active-color)}.show-hero__showcase{display:none}@media (min-width:768px){.show-hero__social-option{margin-left:16px}.show-hero__social-option svg,.show-hero__social-option svg path,.show-hero__social-option+* svg path{fill:#fff}.show-hero__social-option:active svg,.show-hero__social-option:active svg path,.show-hero__social-option:focus svg,.show-hero__social-option:focus svg path,.show-hero__social-option:hover svg,.show-hero__social-option:hover svg path{fill:rgba(255,255,255,0.75)}.show-hero__showcase{display:block;margin-top:auto}}.show-hero__showcase-items{display:flex;justify-content:space-between;width:100%;margin:0;padding:0;list-style-type:none}.show-hero__showcase-items.two-items{justify-content:flex-start}.show-hero__showcase-items.two-items .show-hero__video{margin-right:5%}.show-hero__video{width:30%;margin-bottom:16px}@media (min-width:875px){.show-hero__video{margin-bottom:0}}.show-hero__video .video-summary__video-title-link{overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 4px;color:#fff!important;font-size:1.6rem;font-weight:700}@supports (display:-webkit-box){.show-hero__video .video-summary__video-title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;white-space:normal}}.show-hero__video .video-summary__meta-data{margin-top:4px;color:#fff;font-size:1.4rem}.show-hero{position:relative;max-width:1440px;margin:0 auto;overflow:hidden;background-color:#000525}.show-hero__picture{position:absolute;overflow:hidden}.show-hero__picture::after{content:"";display:block;position:absolute;top:0;right:0;width:100%;height:100%;background-color:rgba(0,5,37,.5)}.production-and-funding{position:relative;max-width:1440px;margin:0 auto;padding:24px var(--spacing-inline);background-color:#94a1b2;color:#000525}.production-and-funding a,.production-and-funding a:visited{color:#0f1e8c;text-decoration:underline}.production-and-funding a:focus,.production-and-funding a:hover,.production-and-funding a:visited:focus,.production-and-funding a:visited:hover{color:#0f1e8c}.local-disclaimer{font-size:1.2rem;font-weight:500;line-height:2.2rem}@media (min-width:1440px){.show-row__image-link{min-width:212px}.funding{display:flex;justify-content:space-between}}.funder-message{display:flex;align-items:flex-end;font-size:1.2rem;font-style:italic;line-height:1.5}@media (min-width:768px){.show-hero__picture{width:100%;height:100%}.show-hero__picture::after{background:linear-gradient(to right,rgba(0,5,37,.9) 8%,rgba(0,5,37,.32) 40%,rgba(0,5,37,0) 61%),linear-gradient(to top,#000525 0,rgba(0,5,37,.9) 3%,rgba(0,5,37,.32) 14%,rgba(0,5,37,0) 21%),linear-gradient(to bottom,rgba(0,5,37,.7) 3%,rgba(0,5,37,.25) 14%,rgba(0,5,37,0) 21%)}.show-hero__image{width:100%}.funder-message{align-items:flex-start;padding-right:32px}}.funder-message p{margin:0}.funder-message__button{display:inline;margin:0;padding:0 0 1px 4px;border:0;background-color:transparent;color:#000525;font-size:1.4rem;font-style:normal;font-weight:700;text-transform:uppercase;cursor:pointer}.funder-message+.funders{margin-top:16px}@media (min-width:1440px){.funder-message+.funders{margin:0}.funders{min-width:150px}.funders[data-logo-count="2"]{min-width:300px}.funders[data-logo-count="3"]{min-width:450px}.funders[data-logo-count="4"]{min-width:600px}.funders[data-logo-count="5"]{min-width:750px}.funders[data-logo-count="6"]{min-width:900px}}.funder-intro{display:none}@media (min-width:768px){.funder-intro{display:block;color:#0f1e8c;font-size:1.4rem;font-weight:700}}.funder-logos{display:grid;grid-column-gap:0;grid-row-gap:8px;grid-template-columns:1fr 1fr;grid-template-rows:auto}@media (min-width:480px){.funder-logos{grid-template-columns:repeat(auto-fill,150px)}}.funder-logo__container{display:flex;flex:0 0 50%;align-items:center;justify-content:center;max-width:150px;margin:0}.funder-link{display:block;position:relative;width:100%;height:100%;padding-top:38.8888888889%}.funder-logo{display:block;position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;transform:translate(-50%,-50%)}.sponsor-info-link{margin-top:12px;font-size:1.2rem;font-style:italic}.related-asset-modal{position:fixed;z-index:1000000;top:0;right:0;left:0;width:100vw;height:100vh;margin:0;padding:0;background-color:rgba(0,0,0,.5)}.related-asset-modal .pbs-close{width:18px;height:36px;padding-top:4px}.related-asset-modal .pbs-close__path{stroke:#2638c4}:root.appearance--dark .related-asset-modal .pbs-close__path{stroke:#eef0f5}.related-asset-modal iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.related-asset-modal__body{max-width:480px;margin:auto}.related-asset-modal__body:focus{outline:#2638c4 solid 2px}.related-asset-modal__topbar{background-color:#fff}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .show-hero__social-intro{color:#94a1b2}:root:not(.appearance--light) .related-asset-modal .pbs-close__path{stroke:#eef0f5}:root:not(.appearance--light) .related-asset-modal__topbar{background-color:#363846}:root:not(.appearance--light) .show-row-preview-modal .btn--mylist.selected{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}:root.appearance--dark .related-asset-modal__topbar{background-color:#363846}.related-asset-modal__title{margin:0 48px 0 0;padding-top:12px;overflow:hidden;font-size:2rem;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.related-asset-modal__body{position:relative;top:50%;max-width:620px;transform:translateY(-50%)}.related-asset-modal__title{padding-top:8px;font-size:2.6rem}}.related-asset-modal__player-container{position:relative;height:0;padding:0 0 56.25%;background-color:#000}.related-asset-modal__player-container::before{content:"Loading Player…";position:absolute;top:50%;left:10%;width:80%;transform:translateY(-40%);color:#fff;font-size:2rem;font-weight:300;text-align:center}.video-summary{margin-bottom:32px}.video-summary.video-summary-hover .has-play-icon::before{display:block;opacity:1}.video-summary .image--needs-fallback{height:auto}.video-summary .video-summary__image-wrapper,.video-summary .video-summary__link{position:relative;height:inherit;margin-bottom:12px}.video-summary .video-summary__image-wrapper::after,.video-summary .video-summary__link::after{content:"";display:block;width:100%;padding-bottom:55.9375%}.video-summary .video-summary__image-wrapper{overflow:hidden}.video-summary .video-summary__current{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;flex-direction:column;justify-content:center;width:100%;margin-top:0;margin-bottom:0;padding:16px;color:#fff;font-size:2rem;font-weight:700;line-height:1.1;text-align:center;text-shadow:0 2px 35px -10px rgba(92,110,133,.41);word-wrap:break-word;overflow-wrap:break-word;z-index:4;background-color:rgba(0,0,0,.4);text-transform:uppercase}.video-summary .video-summary__continue-watching-overlay{position:absolute;z-index:3;top:calc(50% + 40px);width:100%;font-size:1.4rem;font-weight:700;text-align:center;text-shadow:0 0 12px rgba(0,5,37,.91);pointer-events:none}.video-summary .video-summary__over-title{margin:0 0 3px}@media (min-width:768px){.video-summary .video-summary__over-title{margin-left:0}.supporting-text-and-airdates{display:flex;flex-direction:row-reverse;justify-content:space-between}.supporting-text-and-airdates .supporting-text--primary{flex-basis:60%;flex-grow:1}.supporting-text-and-airdates .show-airdates{flex-basis:30%}@supports (display:grid){.supporting-text-and-airdates{display:grid;grid-gap:80px;grid-template-columns:2fr 1fr}.supporting-text-and-airdates .supporting-text--primary{grid-column:1;grid-row:1}.supporting-text-and-airdates .show-airdates{grid-column:2}}}.video-summary .video-summary__show-title-link{color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase}.video-summary .video-summary__show-title-link,.video-summary .video-summary__show-title-link:link,.video-summary .video-summary__show-title-link:visited{color:var(--text-color--subdued);text-decoration:none}.video-summary .video-summary__show-title-link:active,.video-summary .video-summary__show-title-link:focus,.video-summary .video-summary__show-title-link:hover{color:var(--link-active-color);text-decoration:underline}.video-summary .video-summary__title{margin:0 0 4px}.video-summary .video-summary__video-title-link{color:var(--text-color);font-weight:700;overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:1.6rem}.video-summary .video-summary__video-title-link:link,.video-summary .video-summary__video-title-link:visited{color:var(--link-color)}@supports (display:-webkit-box){.video-summary .video-summary__video-title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal}}.video-summary .video-summary__video-title-link,.video-summary .video-summary__video-title-link:link,.video-summary .video-summary__video-title-link:visited{color:var(--link-color);text-decoration:none}.video-summary .video-summary__video-title-link:active,.video-summary .video-summary__video-title-link:focus,.video-summary .video-summary__video-title-link:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:1024px){.related-asset-modal__body{max-width:850px}.video-summary .video-summary__video-title-link{font-size:1.8rem}}@media (min-width:1280px){.video-summary .video-summary__video-title-link{font-size:2.2rem;text-overflow:ellipsis}}.video-summary .video-summary__meta-data{font-size:1.4rem;font-weight:400;text-transform:capitalize}.video-group__image{width:100%}.video-group__link-container{height:inherit;position:relative}.video-group__link-container::after{content:"";display:block;width:100%;padding-bottom:55.9375%}.show-airdates{padding:0 16px}@media (min-width:918px){.show-airdates{display:flex;justify-content:space-between}.supporting-text-and-airdates .show-airdates{display:block}}@media (min-width:1024px){.video-summary .video-summary__meta-data{font-size:1.6rem}.show-airdates{padding:0 32px}}.show-airdates__intro{padding-right:32px}@media (min-width:650px){.show-airdates__intro{display:flex;align-items:center;justify-content:space-between}}@media (min-width:768px){.supporting-text-and-airdates .show-airdates__intro{display:block}}.show-airdates__title{color:var(--header-color);font-size:2.6rem;font-weight:700;line-height:1.3333;white-space:nowrap}@media (min-width:918px){.show-airdates__intro{display:block}.show-airdates__title{margin-block-start:0}}@media (min-width:1024px){.show-airdates__title{margin-block-end:24px;font-size:3rem}}.show-airdates__subtitle{margin-top:0;color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase}.show-airdates__body{flex-grow:1}.show-airdates__list{padding:0;list-style-type:none}.show-airdates__item{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(193,193,193,.4);font-size:1.4rem;line-height:1.5}.show-airdates__item:last-of-type{padding-bottom:0;border:0}@media (min-width:650px){.show-airdates__list{display:flex;justify-content:stretch}.supporting-text-and-airdates .show-airdates__list{display:block}.show-airdates__item{flex-grow:1;margin-right:16px;padding-right:16px;border-right:1px solid rgba(193,193,193,.4);border-bottom:0}.supporting-text-and-airdates .show-airdates__item{border-right:0;border-bottom:1px solid rgba(193,193,193,.4)}.supporting-text-and-airdates .show-airdates__item:last-of-type{border:0}}@media (min-width:918px){.show-airdates__item{margin-bottom:8px;font-size:1.6rem}}.show-airdates__time{overflow:hidden;transition:opacity .1s linear 150ms;opacity:0;font-weight:400}.show-airdates__time--formatted{opacity:1}.show-airdates__channel{margin:0;color:var(--header-color);font-weight:700}.show-airdates__footer{display:flex;align-items:center;justify-content:space-between}.show-airdates__footer .timezone-toggle{margin-right:16px;white-space:nowrap}.show-airdates__footer .show-airdates__footer__link{display:flex;align-items:center;font-size:1.6rem;font-weight:700;white-space:nowrap}.show-airdates__footer .show-airdates__footer__link,.show-airdates__footer .show-airdates__footer__link:link,.show-airdates__footer .show-airdates__footer__link:visited{color:var(--link-color);text-decoration:none}.show-airdates__footer .show-airdates__footer__link:active,.show-airdates__footer .show-airdates__footer__link:focus,.show-airdates__footer .show-airdates__footer__link:hover{color:var(--link-active-color);text-decoration:underline}.show-airdates__footer .show-airdates__footer__link svg,.show-airdates__footer .show-airdates__footer__link svg path,.show-airdates__footer .show-airdates__footer__link+* svg path{fill:var(--icon-color)}.show-airdates__footer .show-airdates__footer__link:active svg,.show-airdates__footer .show-airdates__footer__link:active svg path,.show-airdates__footer .show-airdates__footer__link:focus svg,.show-airdates__footer .show-airdates__footer__link:focus svg path,.show-airdates__footer .show-airdates__footer__link:hover svg,.show-airdates__footer .show-airdates__footer__link:hover svg path{fill:var(--icon-active-color)}.show-airdates__footer .show-airdates__footer__link svg{margin-left:4px}.show-airdates__error{position:relative;flex-grow:1;align-self:center;font-size:2rem}.show-row__preview-btn-placeholder{position:absolute;z-index:3;right:8px;bottom:3px;left:0;width:calc(100% - 6px)}.shows .show-row__preview-btn-placeholder,.shows-list .show-row__preview-btn-placeholder{bottom:-1px;width:100%}.react-show-row .show-row__preview-btn-placeholder{bottom:-9px;width:100%}.show-row__preview-btn{display:flex;align-items:center;justify-content:flex-start;width:100%;height:53px;transition:opacity .3s ease-in-out;border:0;opacity:0;background-color:rgba(10,20,90,.9);color:#eef0f5;font-size:1.6rem;font-weight:medium;pointer-events:none}.show-row__preview-btn span{width:24px;height:24px;margin-right:12px;margin-left:12px}.react-show-poster__item:hover .show-row__preview-btn,.show-poster:hover .show-row__preview-btn,.shows-list__item:hover .show-row__preview-btn{opacity:1}.react-show-poster__item.fetched-data .show-row__preview-btn,.show-poster.fetched-data .show-row__preview-btn,.shows-list__item.fetched-data .show-row__preview-btn{pointer-events:auto}.show-row-preview-modal{position:fixed;z-index:15;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;margin:0;padding:0;overflow:auto;background-color:rgba(0,0,0,.5)}.show-row-preview-modal iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.show-row-preview-modal .btn--mylist{--color:#eef0f5;--hover-color:#2638c4;--hover-border-background-color:#eef0f5;white-space:nowrap}.show-row-preview-modal .btn--mylist,.show-row-preview-modal .btn--mylist:visited{border-color:var(--color);background-color:transparent;color:var(--color)}.show-row-preview-modal .btn--mylist path,.show-row-preview-modal .btn--mylist svg{stroke:var(--color);fill:var(--color)}.show-row-preview-modal .btn--mylist:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color)}.show-row-preview-modal .btn--mylist:hover path,.show-row-preview-modal .btn--mylist:hover svg{stroke:var(--hover-color);fill:var(--hover-color)}.show-row-preview-modal .btn--mylist:active{border-color:#486cd8}.show-row-preview-modal .btn--mylist.selected{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}:root.appearance--dark .show-row-preview-modal .btn--mylist.selected{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.show-row-preview-modal .btn--mylist.selected,.show-row-preview-modal .btn--mylist.selected:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.show-row-preview-modal .btn--mylist.selected path{fill:var(--color,#fff)}.show-row-preview-modal .btn--mylist.selected:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.show-row-preview-modal .btn--mylist.selected:hover path,.show-row-preview-modal .btn--mylist.selected:hover svg{fill:var(--hover-color,#fff)}.show-row-preview-modal .btn--mylist.selected:active{border-color:var(--active-border-color,#486cd8)}.show-row-preview-modal .btn--mylist__visible-text{white-space:nowrap}.show-row-preview-modal__body{position:relative;top:5%;max-width:90%;margin:auto;overflow:auto;border-radius:8px;background-color:#000525}@media (min-width:1280px){.show-row-preview-modal__body{max-width:1200px}}.show-row-preview-modal__body:focus{outline:#2638c4 solid 2px}.show-row-preview-modal__hero{position:relative}.show-row-preview-modal__hero::after{content:"";display:block;position:absolute;background-repeat:no-repeat;bottom:0;width:100%;background:linear-gradient(to top,#000525,rgba(0,5,37,0));z-index:3;height:150px}.show-row-preview-modal__hero__play-overlay{display:flex;position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(to top,#000525 0,rgba(0,5,37,.5515) 18.25%,rgba(0,5,37,.4125) 34.25%,rgba(0,5,37,.2378) 49.55%,rgba(0,5,37,.1247) 67.01%,rgba(0,5,37,.0548) 80.74%,rgba(0,5,37,0) 100%);cursor:pointer}.show-row-preview-modal__hero__play-icon{display:flex;position:relative;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background-color:rgba(0,5,37,.4)}.show-row-preview-modal__hero__play-icon svg{width:24px;height:36px;margin-left:6px;fill:#fff}@media (min-width:480px){.show-row-preview-modal__hero__play-icon{width:90px;height:90px}.show-row-preview-modal__hero__play-icon svg{width:30px;height:40px;margin-left:8px}}@media (min-width:600px){#show-hero-carousel .carousel__arrow.carousel-prev{left:35px}#show-hero-carousel .carousel__arrow.carousel-next{right:35px}.show-row-preview-modal__hero__play-icon{width:107px;height:107px}.show-row-preview-modal__hero__play-icon svg{width:36px;height:44px;margin-left:10px}}.show-row-preview-modal__hero__play-cta{margin-top:8px;color:#fff;font-size:1.6rem;font-weight:700;text-align:center;filter:drop-shadow(2px 2px 2px rgba(0, 5, 37, .5))}.show-row-preview-modal__hero__video-type{text-transform:capitalize}.show-row-preview-modal__player-container{position:relative;aspect-ratio:16/9;background-color:#000}.show-row-preview-modal__player-container::after{content:"Loading Player…";position:absolute;top:50%;left:10%;width:80%;transform:translateY(-40%);color:#fff;font-size:2rem;font-weight:300;text-align:center}@media (min-width:480px){.show-row-preview-modal__player-container::after{font-size:3rem}}.show-row-preview-modal__player-container iframe{z-index:1}.show-row-preview-modal__player-picture{position:relative;height:inherit}.show-row-preview-modal__player-picture::after{content:"";display:block;width:100%;padding-bottom:55.625%}.show-row-preview-modal__show-content{display:flex;position:relative;z-index:3;justify-content:space-between;padding:24px 40px;transform:translateY(-40%);transition:transform .5s ease-in-out}.no-hero-image .show-row-preview-modal__show-content,.player-initialized .show-row-preview-modal__show-content{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.show-row-preview-modal__show-content{transition-duration:0s}}.show-row-preview-modal__show-content__info{position:relative;max-width:65%}.show-row-preview-modal__show-content__info__title{margin:0 0 24px}.show-row-preview-modal__show-content__info__logo{max-height:50px}.show-row-preview-modal__show-content__info__title-link,.show-row-preview-modal__show-content__info__title-link:link,.show-row-preview-modal__show-content__info__title-link:visited{color:#eef0f5;text-decoration:none}.show-row-preview-modal__show-content__info__title-link:active,.show-row-preview-modal__show-content__info__title-link:focus,.show-row-preview-modal__show-content__info__title-link:hover{color:#eef0f5;text-decoration:underline}.show-row-preview-modal__show-content__info__title-text{font-size:3rem;font-weight:700}@media (min-width:1024px){.show-row-preview-modal__show-content__info__logo{max-height:80px}.show-row-preview-modal__show-content__info__title-text{font-size:5rem}}.show-row-preview-modal__show-content__info__broadcast-info{color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase;margin-bottom:16px;color:#eef0f5}.show-row-preview-modal__show-content__info__description{color:#eef0f5;font-size:1.6rem;line-height:1.5}.show-row-preview-modal__show-content__buttons{display:flex;flex-direction:column;width:245px;margin:64px 0 0 24px}.show-row-preview-modal__show-content__all-episodes-btn{margin-bottom:16px;white-space:nowrap}.show-row-preview-modal__featured-assets{padding:0 40px 64px;transform:translateY(-18%);transition:transform .5s ease-in-out}.no-hero-image .show-row-preview-modal__featured-assets,.player-initialized .show-row-preview-modal__featured-assets{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.show-row-preview-modal__featured-assets{transition-duration:0s}}.show-row-preview-modal__featured-assets__container{display:flex;margin-bottom:40px}.show-row-preview-modal__featured-assets__title{margin:0 0 16px}.show-row-preview-modal__featured-assets__title-link,.show-row-preview-modal__featured-assets__title-link:link,.show-row-preview-modal__featured-assets__title-link:visited{color:#eef0f5;text-decoration:none}.show-row-preview-modal__featured-assets__title-link:active,.show-row-preview-modal__featured-assets__title-link:focus,.show-row-preview-modal__featured-assets__title-link:hover{color:#eef0f5;text-decoration:underline}.show-row-preview-modal__featured-assets__title-link:active svg path,.show-row-preview-modal__featured-assets__title-link:focus svg path,.show-row-preview-modal__featured-assets__title-link:hover svg path{fill:#ffcf00}.show-row-preview-modal__featured-assets__title-link svg path{fill:#eef0f5}.show-row-preview-modal__featured-assets__title-text{margin-right:8px;font-size:3rem;font-weight:700}.show-row-preview-modal__featured-asset{width:33%;margin-right:16px}.show-row-preview-modal__featured-asset:nth-of-type(3){margin-right:0}.show-row-preview-modal__featured-asset__link{display:block}.show-row-preview-modal__featured-asset__image-wrapper{position:relative}.show-row-preview-modal__featured-asset__image{position:relative;height:inherit}.show-row-preview-modal__featured-asset__image::after{content:"";display:block;width:100%;padding-bottom:55.625%;background:radial-gradient(ellipse at center,#eef0f5 0,#e0e0e0 50%,#e0e0e0 50%,#b3b3b3 100%)}.show-row-preview-modal__featured-asset__title{margin:8px 0}.show-row-preview-modal__featured-asset__video-title-link{overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;font-size:1.6rem;font-weight:700}.show-row-preview-modal__featured-asset__video-title-link,.show-row-preview-modal__featured-asset__video-title-link:link,.show-row-preview-modal__featured-asset__video-title-link:visited{color:#eef0f5;text-decoration:none}.show-row-preview-modal__featured-asset__video-title-link:active,.show-row-preview-modal__featured-asset__video-title-link:focus,.show-row-preview-modal__featured-asset__video-title-link:hover{color:#eef0f5;text-decoration:underline}@supports (display:-webkit-box){.show-row-preview-modal__featured-asset__video-title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;white-space:normal}}.show-row-preview-modal__featured-asset__meta-data{color:#94a1b2;font-size:1.6rem;text-transform:capitalize}.show-row-preview-modal__featured-asset__video-description{color:#eef0f5;font-size:1.6rem;line-height:1.5}.show-row-preview-modal__close-button-container{position:absolute;z-index:3;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle at 100% 0,rgba(0,5,37,.4) 0,rgba(0,5,37,0) 55%)}.show-row-preview-modal__close-button-container .btn--close{z-index:3}.show-row-preview-modal__close-button-container .pbs-close{width:18px;height:36px;padding-top:4px}.show-row-preview-modal__close-button-container .pbs-close__path{stroke:#eef0f5}.supporting-text--primary{max-width:80ch;margin:0;padding-inline-end:16px;font-size:1.6rem;line-height:1.5}.supporting-text__title{margin:0 0 16px;color:var(--header-color);font-size:2rem;font-weight:700}@media (min-width:768px){.supporting-text-wrapper{display:flex;justify-content:space-between;overflow:hidden}.supporting-text-wrapper .supporting-text--primary{flex-basis:60%;flex-grow:1}.supporting-text-wrapper .supporting-text-wrapper__logo{flex-basis:30%}.supporting-text__title{font-size:2.2rem}@supports (display:grid){.supporting-text-wrapper{display:grid;grid-gap:16px;grid-template-columns:1.33fr 1fr}.supporting-text-wrapper .supporting-text--primary{grid-column:1;grid-row:1}.supporting-text-wrapper .supporting-text-wrapper__logo{grid-column:2}.supporting-text--secondary{display:grid;grid-template-columns:1.33fr 1fr}}}@media (min-width:1024px){.supporting-text--primary{padding-inline-end:32px}.supporting-text__title{font-size:3rem}}.supporting-text--secondary{max-height:400rem;margin-top:24px;overflow:hidden;transition:max-height .3s ease-in;line-height:1.5}.supporting-text--secondary.is-collapsed{max-height:0}.supporting-text--secondary__inner{max-width:80ch;margin:0;font-size:1.6rem}.supporting-text--secondary__inner p{margin-bottom:16px}.supporting-text__reveal-btn{display:block;width:173px;margin:24px 0 8px}.supporting-text__reveal-btn,.supporting-text__reveal-btn:active,.supporting-text__reveal-btn:focus,.supporting-text__reveal-btn:hover,.supporting-text__reveal-btn:link,.supporting-text__reveal-btn:visited{border-color:#2638c4;background-color:#2638c4;color:#fff}:root.appearance--dark .supporting-text__reveal-btn,:root.appearance--dark .supporting-text__reveal-btn:active,:root.appearance--dark .supporting-text__reveal-btn:focus,:root.appearance--dark .supporting-text__reveal-btn:hover,:root.appearance--dark .supporting-text__reveal-btn:link,:root.appearance--dark .supporting-text__reveal-btn:visited{border-color:#eef0f5;background-color:transparent;color:#eef0f5}.supporting-text__reveal-btn:focus,.supporting-text__reveal-btn:hover{border-color:#0f1e8c;background-color:#0f1e8c;color:#fff}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .supporting-text__reveal-btn,:root:not(.appearance--light) .supporting-text__reveal-btn:active,:root:not(.appearance--light) .supporting-text__reveal-btn:focus,:root:not(.appearance--light) .supporting-text__reveal-btn:hover,:root:not(.appearance--light) .supporting-text__reveal-btn:link,:root:not(.appearance--light) .supporting-text__reveal-btn:visited{border-color:#eef0f5;background-color:transparent;color:#eef0f5}:root:not(.appearance--light) .supporting-text__reveal-btn:focus,:root:not(.appearance--light) .supporting-text__reveal-btn:hover{border-color:#eef0f5;background-color:#eef0f5;color:#0f1e8c}}:root.appearance--dark .supporting-text__reveal-btn:focus,:root.appearance--dark .supporting-text__reveal-btn:hover{border-color:#eef0f5;background-color:#eef0f5;color:#0f1e8c}.supporting-text__reveal-btn:active{border-color:#486cd8}:root.appearance--dark .supporting-text__reveal-btn:active{border-color:#486cd8}.supporting-text__reveal-btn svg{margin-left:8px;fill:currentcolor}@media (prefers-reduced-motion:reduce){.supporting-text--secondary,.supporting-text__reveal-btn svg{transition-duration:0s}}.supporting-text__reveal-btn.is-open svg{transform:rotate(180deg)}.supporting-text__reveal-btn__inner{display:flex;align-items:center;white-space:nowrap}.supporting-text__reveal-btn__inner .pbs-down-caret{width:16px;height:15px}.supporting-text-wrapper__picture{align-self:center;justify-self:center}.supporting-text-wrapper__logo{max-width:400px;margin:32px 0}@media (max-width:767px){.supporting-text-wrapper__logo{display:none}}@media (min-width:918px){.supporting-text-wrapper__logo{margin:48px 0}}.supporting-links{--sl-background-color:#eef0f5;--sl-text-color:#0f1e8c;padding-block:16px;padding-inline:var(--spacing-inline);background-color:var(--sl-background-color)}:root.appearance--dark .supporting-links{--sl-background-color:#94a1b2;--sl-text-color:#000525}@media (min-width:768px){.supporting-links{display:flex;align-items:stretch;justify-content:stretch}}.supporting-links__title{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 16px;padding:16px;color:var(--sl-text-color);font-size:1.6rem;font-weight:700}.supporting-links__list{display:flex;flex-grow:1;flex-wrap:wrap;justify-content:stretch;margin-bottom:0;padding:0;font-size:1.4rem;list-style:none;gap:16px}@media (min-width:768px){.supporting-links__title{align-self:stretch;width:auto;margin-bottom:0;padding-left:0}.supporting-links__list{padding-left:16px}}@media (min-width:1280px){.supporting-links__list{flex-wrap:nowrap}}.supporting-links__list-item{display:flex;flex-basis:calc(50% - 16px);align-items:center;justify-content:center;padding:16px 8px;text-align:center}@media (min-width:600px){.supporting-links__list-item{flex-basis:calc(33% - 16px)}}@media (min-width:768px){.supporting-links__list-item{flex-basis:auto}.supporting-links__list-item:not(:last-child){margin-right:16px}}.supporting-links__list-item a{font-size:1.6rem;font-weight:700}.supporting-links__list-item a,.supporting-links__list-item a:link,.supporting-links__list-item a:visited{color:var(--link-color);text-decoration:none}.supporting-links__list-item a:active,.supporting-links__list-item a:focus,.supporting-links__list-item a:hover{color:var(--link-active-color);text-decoration:underline}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .supporting-text__reveal-btn:active{border-color:#486cd8}:root:not(.appearance--light) .supporting-links{--sl-background-color:#94a1b2;--sl-text-color:#000525}:root:not(.appearance--light) .supporting-links__list-item a{color:#0a145a}:root:not(.appearance--light) .web-promo{background-color:#3d4a6b}}:root.appearance--dark .supporting-links__list-item a{color:#0a145a}.store-items{display:flex;flex-direction:column;padding:16px}.store-items .store-items__shop-logo{width:200px}.store-items__section-title{align-self:center;margin:0 auto}.store-items__container{display:flex;flex-direction:column}@media (min-width:768px){.store-items{padding:32px}.store-items__section-title{margin-bottom:24px}.store-items__container{flex-direction:row}.store-items__container.store-items--two{justify-content:center}}.store-items__item{display:flex;flex-direction:row;padding:16px 0;border-top:1px solid rgba(193,193,193,.4)}.store-items__item:first-child{border-top:0}@media (min-width:768px){.store-items__item{flex:1 0 0;align-items:flex-start;width:50%;padding:0 16px;border-top:0;border-left:1px solid rgba(193,193,193,.4)}.store-items--three .store-items__item{display:block}.store-items__item:first-child{border-left:0}.store-items--two .store-items__item__image{width:50%}}.store-items__item__image{display:block;flex:1 0 0;width:25%;padding-right:16px}.store-items__item__image img{width:auto;max-height:175px;margin:0 auto}.store-items__item__info{flex:1 0 0;width:50%}.store-items__item__info .store-items__item__title{color:var(--text-color)}.store-items__item__title{font-size:2.3rem;font-weight:700}@media (min-width:768px){.store-items--three .store-items__item__image{width:100%;padding-bottom:16px}.store-items__item__info{padding-bottom:16px;text-align:left}.store-items--three .store-items__item__info{width:100%;padding:0 16px}.store-items__item__title{margin-top:16px}}@media (min-width:1280px){.store-items__item__title{font-size:2.7rem}}.store-items__item__description{margin:8px 16px 0 0;color:var(--text-color--subdued);font-size:1.4rem}.store-items__item__link{margin:8px 0 0;font-size:1.4rem;font-weight:700}.store-items__explore-more{margin:32px 0 0;text-align:center}article.store-featured{position:relative;overflow:hidden}article.store-featured div.background-image img{width:100%}article.store-featured div.article-body{padding-top:16px}@media (min-width:768px){.store-items__explore-more{margin-top:48px}article.store-featured div.background-image{z-index:1;right:0;bottom:0;left:0;margin:0}article.store-featured div.article-body{position:absolute;z-index:2;top:32px;left:0;width:100%;padding:0}}article.store-featured h1{margin:0;font-size:1rem}@media (max-width:767px){article.store-featured img.img-h1,article.store-featured img.img-logo{display:block;margin:0 auto}}article.store-featured div.col-border{position:relative}article.store-featured div.col-border::before{content:"";display:none;position:absolute;top:0;bottom:0;left:0;width:1px;background:#e0e0e0}.web-promo{max-width:1440px;margin:0 auto;overflow:hidden;background-color:#2638c4}:root.appearance--dark .web-promo{background-color:#3d4a6b}@media (min-width:1024px){article.store-featured div.article-body{top:64px}article.store-featured img.img-logo{float:right}.web-promo{display:flex;height:368px}}.web-promo__details{width:100%;padding:24px 32px 48px}@media (min-width:600px){.web-promo__details{padding-right:64px}}@media (min-width:1024px){.web-promo__details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 24px}}@media (min-width:1140px){.web-promo__details{padding:0 var(--spacing-inline)}}.web-promo__over-title{color:#ffcf00;font-size:1.4rem;font-weight:700;text-transform:uppercase}.web-promo__title{margin:0 0 8px}.web-promo__title-link{margin:0;color:#fff;font-size:3rem;font-weight:700}.web-promo__title-link:active,.web-promo__title-link:focus,.web-promo__title-link:hover,.web-promo__title-link:visited{color:#fff}@media (min-width:1024px){.web-promo__title-link{font-size:2.2rem}}@media (min-width:1280px){.web-promo{height:431px}.web-promo__title-link{font-size:3rem}}.web-promo__description{width:100%;padding:0 0 8px;color:#fff;font-size:1.6rem;line-height:1.5}@media (min-width:1024px){.web-promo__description{font-size:1.4rem}}.web-promo__link{padding:8px 16px;white-space:nowrap}.web-promo__link:active,.web-promo__link:focus,.web-promo__link:hover{background-color:#0f1e8c;color:#fff}.web-promo__link-icon{padding-right:4px}.web-promo__link-icon svg{height:12px}.web-promo__link-text{font-size:1.6rem;font-weight:700;white-space:nowrap}.web-promo__image-section{margin:0 -50%;overflow:hidden;border-bottom-right-radius:100%;border-bottom-left-radius:100%}@media (min-width:1024px){.web-promo__image-section{min-width:736px;height:750px;margin:-150px 0;border-top-right-radius:50%;border-bottom-right-radius:69%;border-bottom-left-radius:0}}@media (min-width:1280px){.web-promo__description{font-size:1.6rem}.web-promo__image-section{min-width:862px;height:1000px;margin:-250px 0;border-top-right-radius:50%;border-bottom-right-radius:60%;border-bottom-left-radius:0}}.web-promo__image{width:100%;max-width:100vw;margin-left:25%}@media (min-width:1024px){.web-promo__image{margin-top:150px;margin-bottom:150px;margin-left:0}}@media (min-width:1280px){.web-promo__image{margin-top:250px}}@supports (clip-path:circle()){.web-promo__image-section{margin:0;overflow:hidden;clip-path:circle(300% at 50% -375%);border-radius:0}@media (min-width:1024px){.web-promo__image-section{min-width:736px;height:auto;border-radius:0;clip-path:circle(75% at 40% 50%)}}@media (min-width:1280px){.web-promo__image-section{min-width:862px;height:auto;border-radius:0}}@media (min-width:1440px){.web-promo__image-section{margin-left:0}}.web-promo__image{width:100%;max-width:100vw;margin:0}}.learning-media-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border-radius:5px;background-color:#486cd8;color:#fff}@media (min-width:768px){article.store-featured div.col-border::before{display:block}.learning-media-badge{flex-direction:row}}.learning-media-badge .btn{min-width:260px;padding-right:16px;color:#fff}.learning-media-badge .btn:focus-visible,.learning-media-badge .btn:hover{background-color:#fff;color:#2638c4}.learning-media-badge .btn svg{position:relative;top:2px;margin-left:12px}.learning-media-badge__logo{width:clamp(87px,25vw,117px);height:auto}.learning-media-badge__headline{max-width:50%;margin:16px;font-size:1.8rem;font-weight:400;text-align:center}@media (min-width:1024px){.learning-media-badge__headline{margin:16px 40px}}.learning-media-badge__headline strong{font-weight:700}/*# sourceMappingURL=show.css.map */
</pre></body></html>