@charset "UTF-8";.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) .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]{opacity:.4}.carousel__arrow.disabled svg,.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:600px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{display:flex}}@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__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;width:100%;height:calc(32px + 8px);margin:0;padding-left:12px;border:1px solid #60738a;border-radius:8px;background-color:#fff;background-image:url("../images/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 screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .content-strip__season-select{border:1px solid #eef0f5;background-color:transparent}}:root.appearance--dark .content-strip__season-select{border:1px solid #eef0f5;background-color:transparent}@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.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){.show .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 16px;border-radius:8px;font-size:1.8rem;font-weight:400;line-height:1;white-space:nowrap;cursor:pointer}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .content-strip__season-label{--color:#eef0f5;--hover-color:#eef0f5;--hover-border-background-color:#486cd8}}: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}@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.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) .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]{opacity:.4}.carousel__arrow.disabled svg,.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:600px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{display:flex}}@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)}}@media (min-width:1280px){.content-strip .carousel__arrow{top:calc((100% - 112px - 1px)/ 2)}}.content-strip .carousel-next[disabled]{pointer-events:none}.content-strip{position:relative;min-height:56vw;overflow:hidden;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){.content-strip{min-height:35vw}}@media (min-width:768px){.content-strip{min-height:30vw}}@media (min-width:1024px){.content-strip{min-height:16vw}}.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 .carousel-slide{width:calc(25% - 32px);margin-right:32px}}.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>*{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}.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}@media screen and (prefers-color-scheme:dark){: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 .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:2px solid #2638c4}.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%;height:64px;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-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}.player-initialized .show-row-preview-modal__show-content{transform:translateY(0)}.no-hero-image .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 0}.show-row-preview-modal__show-content__info__logo{max-height:50px}@media (min-width:1024px){.show-row-preview-modal__show-content__info__logo{max-height:80px}}.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__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 40px;transform:translateY(-18%);transition:transform .5s ease-in-out}.player-initialized .show-row-preview-modal__featured-assets{transform:translateY(0)}.no-hero-image .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 0}.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%}.show-row-preview-modal__featured-asset__image::after{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}.show-row{overflow:hidden}.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:4;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 .show-row__preview-btn-placeholder{position:absolute;z-index:3;right:8px;bottom:3px;left:0;width:calc(100% - 6px)}.show-row .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 .show-row__preview-btn span{width:24px;height:24px;margin-right:12px;margin-left:12px}.show-row .show-poster:hover .show-row__preview-btn{opacity:1}.show-row .show-poster.fetched-data .show-row__preview-btn{pointer-events:auto}@media (min-width:1024px){.show-row .one-full-row .carousel-next{display:none}}.show-row__header{position:relative;margin-bottom:16px}@media (min-width:768px){.show-row__header{margin-bottom:24px;padding-right:200px}}.show-row__description{margin-bottom:12px;font-size:1.4rem}@media (min-width:768px){.show-row__description{font-size:1.6rem}}@media (min-width:768px){.show-row__learn-more{position:absolute;top:0;right:0}}.show-row__passport{margin-top:12px}@media (min-width:768px){.show-row__passport{position:absolute;top:0;right:0;margin-top:0}}.show-row__passport__become-a-member{margin:0 8px 8px 0}@media (min-width:768px){.show-row__passport__become-a-member{margin-bottom:0}}.show-row__passport__learn-more{margin:0 0 8px 0}@media (min-width:768px){.show-row__passport__learn-more{margin:0}}.show-row__passport__thank-you{color:var(--header-color);font-size:1.6rem;font-weight:700}@media (min-width:1024px){.show-row__passport__thank-you{font-size:2.2rem}}.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__image-link{min-width:calc(20vw - 102px)}}@media (min-width:1024px){.show-row__image-link{min-width:calc(16.6667vw - 110px)}}@media (min-width:1440px){.show-row__image-link{min-width:212px}}.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,.collection__image{width:100%}.collection__details{margin:8px 16px 0 0}@media (min-width:1280px){.collection__details{margin-top:16px}}.collection__title{color:var(--text-color);font-size:1.8rem;font-weight:700;line-height:1.3333;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}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled{background-image:none}article.theatre-mode-container.theatre-mode-layout-enabled .livestream-player--schedule__inner,article.theatre-mode-container.theatre-mode-layout-enabled .livestream-player__inner,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__inner{display:block;padding:0}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__inner{background-color:#000525}article.theatre-mode-container.theatre-mode-layout-enabled .livestream-player__iframe-wrapper,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__iframe-wrapper{max-height:calc(100vh - var(--page-header-height));margin:0 auto}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info{--text-color:#000525;--link-color:#2638c4;padding:40px var(--spacing-inline);background-color:var(--lightest-darkest-background-color);color:var(--text-color)}}@media screen and (min-width:1024px) and (prefers-color-scheme:dark){:root:not(.appearance--light) article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info{--text-color:#eef0f5;--link-color:#eef0f5}}@media (min-width:1024px){:root.appearance--dark article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info{--text-color:#eef0f5;--link-color:#eef0f5}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info .over-title a{color:var(--text-color--subdued)}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info .over-title a:focus,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info .over-title a:hover{color:var(--link-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .livestream-player__title{padding:40px var(--spacing-inline) 16px}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .livestream-schedule{padding:16px var(--spacing-inline) 40px}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__title{color:var(--link-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}}@media screen and (min-width:1024px) and (prefers-color-scheme:dark){:root:not(.appearance--light) article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}@media (min-width:1024px){:root.appearance--dark article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist path{fill:var(--color,#fff)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist:hover path,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist:hover svg{fill:var(--hover-color,#fff)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--mylist:active{border-color:var(--active-border-color,#486cd8)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related{--color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}}@media screen and (min-width:1024px) and (prefers-color-scheme:dark){:root:not(.appearance--light) article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related{--color:#eef0f5;--hover-color:#2638c4;--hover-border-background-color:#eef0f5}}@media (min-width:1024px){:root.appearance--dark article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related{--color:#eef0f5;--hover-color:#2638c4;--hover-border-background-color:#eef0f5}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related:visited{border-color:var(--color);background-color:transparent;color:var(--color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related path,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related svg{stroke:var(--color);fill:var(--color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color)}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related:hover path,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related:hover svg{stroke:var(--hover-color);fill:var(--hover-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__info__watch-buttons .btn--related:active{border-color:#486cd8}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__description{max-width:700px}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop__title{color:var(--header-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:link,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:visited{color:var(--link-color);text-decoration:none}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:active,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:focus,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:hover{color:var(--link-active-color);text-decoration:underline}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link svg,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link svg path,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link+* svg path{fill:var(--icon-color)}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:active svg,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:active svg path,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:focus svg,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:focus svg path,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:hover svg,article.theatre-mode-container.theatre-mode-layout-enabled .video-player__shop-links__option__link:hover svg path{fill:var(--icon-active-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video_player__franchise{color:var(--header-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__franchise__link svg{fill:var(--icon-color)}}@media (min-width:1024px){article.theatre-mode-container.theatre-mode-layout-enabled .video-player__management{display:flex;grid-gap:32px;justify-content:flex-start;width:100%;padding:0 var(--spacing-inline) 64px;background-color:var(--lightest-darkest-background-color)}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__management .video-player__problems{margin:0}article.theatre-mode-container.theatre-mode-layout-enabled .video-player__management .social-share{order:1}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@media (max-width:767px){.floating-player.can-float:not(.dont-float){position:relative;height:inherit;position:fixed;z-index:4;width:100%}.floating-player.can-float:not(.dont-float)::after{content:"";display:block;width:100%;padding-bottom:56.25%}}@media (min-width:768px){.floating-player.float:not(.dont-float){position:fixed;z-index:4;inset:auto 20px 20px auto;width:300px;height:169px;animation:fade-in .25s ease forwards;filter:drop-shadow(0 .5px 35px rgba(96, 115, 138, .25))}}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .floating-player.float:not(.dont-float){filter:drop-shadow(0 .5px 35px rgba(4, 6, 19, .75))}}:root.appearance--dark .floating-player.float:not(.dont-float){filter:drop-shadow(0 .5px 35px rgba(4, 6, 19, .75))}@media (prefers-reduced-motion:reduce){.floating-player.float:not(.dont-float){animation:none}}.floating-player__control{display:block;position:absolute;z-index:2;width:64px;height:64px;cursor:pointer}.floating-player__control svg{position:absolute;width:16px;height:16px}.floating-player__control svg path{fill:#fff}.floating-player__video-up{inset:0 auto auto 0;background:radial-gradient(circle at 0 0,rgba(0,5,37,.4) 0,rgba(0,5,37,0) 55%)}.floating-player__video-up svg{inset:8px auto auto 8px}.floating-player__video-close{inset:0 0 auto auto;background:radial-gradient(circle at 100% 0,rgba(0,5,37,.4) 0,rgba(0,5,37,0) 55%)}.floating-player__video-close svg{inset:8px 8px auto auto}.embed-modal{display:none;padding:0}.embed-modal .modal-window__topbar{padding:32px 48px 0 48px}.embed-modal .modal-window__topbar__title{margin:0;padding:0;font-size:2.2rem;font-weight:700}.embed-modal .modal-window__content{padding:24px 48px 16px 48px}.embed-modal .btn--close{top:24px;right:24px}.embed-modal .btn--close svg{width:16px;height:16px}.embed-modal__dialog{max-width:600px}.embed-modal__info{display:grid;grid-template-areas:"image show-title" "image video-title" "image meta";grid-template-columns:185px 1fr;grid-template-rows:auto auto 1fr;align-content:start;margin-bottom:40px;column-gap:16px;row-gap:8px}.embed-modal__image{grid-area:image;width:100%;margin-right:12px}.embed-modal__show-title{grid-area:show-title;margin:0;color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase}.embed-modal__video-title{grid-area:video-title;margin:0;color:var(--link-color);font-size:1.8rem;font-weight:700}.embed-modal__meta{grid-area:meta;margin:0;font-size:1.6rem;font-weight:400}.embed-modal__iframe-title{margin-bottom:16px;color:var(--link-color);font-size:2rem;font-weight:700}.embed-modal__edit-dimensions{display:flex;align-items:center;margin-bottom:16px;font-size:1.6rem}.embed-modal__edit-dimensions label{margin-right:4px;margin-bottom:0;color:var(--link-active-color)}.embed-modal__edit-dimensions label[for=embed-height]{margin-left:32px}.embed-dimension{max-width:70px;margin-right:4px;padding:4px 8px;border:1px solid #94a1b2;border-radius:4px;background-color:var(--light-dark-background-color);font-size:1.6rem}.embed-modal__input-button{display:flex;width:100%;margin-bottom:40px}.embed-modal__text-for-copying{flex-grow:1;padding:8px 0 8px 8px;border:0;border-radius:4px 0 0 4px;background-color:var(--light-dark-background-color);font-size:1.6rem}.embed-modal__copy-button{position:relative;width:120px;transition-duration:.15s;border:0;border-radius:0 4px 4px 0;background:#2638c4;color:#fff}.embed-modal__copy-button.success{background-color:#087b45;color:currentcolor}.embed-modal__copy-button .copy-button-text--error{position:absolute;right:0;bottom:-1.9rem;width:200px;color:#d6383a;font-size:1.4rem;font-weight:400;text-align:right}.embed-modal__copy-button svg{width:12px;height:12px;fill:#fff}.video-player__continuous-play-control__toggle{display:flex;align-items:center;margin-bottom:16px}@media (min-width:1024px){.video-player__continuous-play-control__toggle{justify-content:center}}.video-player__continuous-play-control__label{margin:0 8px 0 0;font-size:1.8rem}.continuous-play-control__toggle{position:relative;height:32px;padding:4px 16px;transition:background-color .2s ease-in;border:0;border-radius:16px;box-shadow:inset 0 0 1px 2px rgba(0,0,0,.2);color:#fff;font-size:1.6rem;text-align:center}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .continuous-play-control__toggle{color:#eef0f5}}:root.appearance--dark .continuous-play-control__toggle{color:#eef0f5}.continuous-play-control__toggle::before{content:"";display:block;position:absolute;top:2px;left:calc(50% - 16px);width:28px;height:28px;transition:transform .2s ease-in;border-radius:50%;background-color:#eef0f5;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, .3))}@media (prefers-reduced-motion:reduce){.continuous-play-control__toggle::before{transition-duration:0s}}.continuous-play-control__toggle .disabled,.continuous-play-control__toggle .enabled{position:relative;transition:opacity .1s ease-in;transition-delay:.1s;pointer-events:none}@media (prefers-reduced-motion:reduce){.continuous-play-control__toggle .disabled,.continuous-play-control__toggle .enabled{transition-duration:0s;transition-delay:0s}}.continuous-play-control__toggle .enabled{left:0}.continuous-play-control__toggle .disabled{left:0}.continuous-play-control__toggle[aria-checked=true]{background-color:#2638c4}.continuous-play-control__toggle[aria-checked=true]::before{transform:translateX(24px)}.continuous-play-control__toggle[aria-checked=true] .enabled{opacity:1}.continuous-play-control__toggle[aria-checked=true] .disabled{opacity:0}.continuous-play-control__toggle[aria-checked=false]{background-color:#0f1e8c}.continuous-play-control__toggle[aria-checked=false]::before{transform:translateX(-20px)}.continuous-play-control__toggle[aria-checked=false] .enabled{opacity:0}.continuous-play-control__toggle[aria-checked=false] .disabled{opacity:1}.production-and-funding{position:relative;max-width:1440px;margin:0 auto;padding:24px var(--spacing-inline);background-color:#eef0f5}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .production-and-funding{--link-color:#0f1e8c;--link-active-color:#0f1e8c;--text-color:#000525;background-color:#94a1b2}}:root.appearance--dark .production-and-funding{--link-color:#0f1e8c;--link-active-color:#0f1e8c;--text-color:#000525;background-color:#94a1b2}.production-and-funding a,.production-and-funding a:visited{color:var(--link-color)}.production-and-funding a:focus,.production-and-funding a:hover,.production-and-funding a:visited:focus,.production-and-funding a:visited:hover{color:var(--link-active-color)}.local-disclaimer{color:var(--text-color);font-size:1.2rem;font-weight:500;line-height:2.2rem}@media (min-width:1440px){.funding{display:flex;justify-content:space-between}}.funder-message{display:flex;align-items:flex-end;color:var(--text-color);font-size:1.2rem;font-style:italic;line-height:1.5}@media (min-width:768px){.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:#2638c4;font-size:1.4rem;font-style:normal;font-weight:700;text-transform:uppercase;cursor:pointer}.funder-message__button,.funder-message__button:link,.funder-message__button:visited{color:var(--link-color);text-decoration:none}.funder-message__button:active,.funder-message__button:focus,.funder-message__button:hover{color:var(--link-active-color);text-decoration:underline}.funder-message+.funders{margin-top:16px}@media (min-width:1440px){.funder-message+.funders{margin:0}}@media (min-width:1440px){.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-logo__ratio-wrapper{display:block;position:relative;width:100%}.funder-logo__ratio-wrapper::before{content:"";display:block;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}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .related-asset-modal .pbs-close__path{stroke:#eef0f5}}: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}@media (min-width:768px){.related-asset-modal__body{position:relative;top:50%;max-width:620px;transform:translateY(-50%)}}@media (min-width:1024px){.related-asset-modal__body{max-width:850px}}.related-asset-modal__body:focus{outline:2px solid #2638c4}.related-asset-modal__topbar{background-color:#fff}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .related-asset-modal__topbar{background-color:#363846}}: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__title{padding-top:8px;font-size:2.6rem}}.related-asset-modal__player-container{position:relative;height:0;padding:0 0 56.25% 0;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;z-index:4;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__over-title{margin:0 0 3px 0}@media (min-width:768px){.video-summary .video-summary__over-title{margin-left:0}}.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 0}.video-summary .video-summary__video-title-link{color:var(--text-color);font-size:1.8rem;font-weight:700;line-height:1.3333;overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:1.6rem}@media (min-width:1024px){.video-summary .video-summary__video-title-link{font-size:2.2rem}}.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){.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}@media (min-width:1024px){.video-summary .video-summary__meta-data{font-size:1.6rem}}.related-content{background-color:var(--light-dark-background-color)}.related-content .content-section-title{margin-bottom:16px}.production-and-funding+.related-content__outer>.related-content{border-top:solid 16px var(--lightest-darkest-background-color)}.related-content__learn-more__items{display:grid;grid-template-columns:1fr 1fr;margin-bottom:24px;padding:0;gap:16px;list-style-type:none}@media (min-width:768px){.related-content__learn-more__items{grid-template-columns:1fr 1fr 1fr 1fr}}.related-content__learn-more__item{margin:0;padding:0}.related-content__learn-more__item__image-link{display:block;position:relative;margin-bottom:16px}.related-content__learn-more__item__image-link span[aria-hidden]::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;opacity:.4;mix-blend-mode:normal;background-image:radial-gradient(ellipse at top right,#000525 15%,transparent 70%)}.related-content__learn-more__item__image-link svg{position:absolute;top:16px;right:16px;width:27px;height:24px;fill:#fff}.related-content__learn-more__text__title{margin:0 0 4px 0;font-size:1.8rem;font-weight:700;line-height:1.3333}.related-content__learn-more__text__description{display:none;margin:0;font-size:1.6rem;line-height:1.3333}@media (min-width:768px){.related-content__learn-more__text__description{display:block}}.related-content__mobile-toggle{display:block;width:15rem;margin:0 auto}@media (min-width:768px){.related-content__mobile-toggle{display:none}}@media (max-width:767px){.related-content__mobile-hidden{display:none}}.related-content__episode-links__title{color:#0f1e8c;font-size:1.6rem;font-weight:700}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .related-content__episode-links__title{color:#fff}}:root.appearance--dark .related-content__episode-links__title{color:#fff}@media (min-width:1024px){.related-content__episode-links__title{display:inline;margin-right:24px}}.related-content__episode-links{padding:0;list-style-type:none;font-size:1.6rem}@media (min-width:1024px){.related-content__episode-links{display:inline-flex}}.related-content__episode-link-li{display:flex;align-items:center}@media (min-width:1024px){.related-content__episode-link-li{margin-right:16px}}.related-content__episode-link{font-weight:700}.related-content__episode-link,.related-content__episode-link:link,.related-content__episode-link:visited{color:var(--link-color);text-decoration:none}.related-content__episode-link:active,.related-content__episode-link:focus,.related-content__episode-link:hover{color:var(--link-active-color);text-decoration:underline}.related-content__episode-link svg,.related-content__episode-link svg path,.related-content__episode-link+* svg path{fill:var(--icon-color)}.related-content__episode-link:active svg,.related-content__episode-link:active svg path,.related-content__episode-link:focus svg,.related-content__episode-link:focus svg path,.related-content__episode-link:hover svg,.related-content__episode-link:hover svg path{fill:var(--icon-active-color)}.related-content__episode-link svg{width:12px;height:11px;margin-left:4px;fill:currentcolor}.report-problem__dialog{margin:0 auto}@media (min-width:670px){.report-problem__dialog{top:0;margin-top:15%;transform:none}}@media (max-width:767px){.report-problem__body .modal-window__topbar{height:55px}}@media (max-width:767px){.report-problem__body .modal-window__topbar__title{padding-top:9px}}@media (max-width:767px){.report-problem__body .modal-window__topbar .btn--close{top:3px}}@media (max-width:767px){.report-problem__body .modal-window__content{padding:20px 16px}}.report-problem__form{padding:15px 0 5px 0;color:var(--text-color--subdued)}.report-problem__form-label{margin-right:10px;font-size:1.6rem;line-height:1.375}.report-problem__form-select{width:100%;padding:2px;border:1px solid #b3b3b3;color:#000525;font-size:1.6rem;font-weight:700}@media (min-width:480px){.report-problem__form-select{width:300px}}.report-problem__form-more-details{display:none;padding-top:10px}.report-problem__form-more-details.report-problem__form--visible{display:block}.report-problem__form-section--hidden{display:none}.report-problem__form-textarea{display:block;width:100%;height:70px;max-height:300px;resize:vertical}.report-problem__form-button{padding:8px}.report-problem__form-button-container{display:flex;justify-content:flex-end;margin-top:24px}@media (min-width:1024px){.report-problem__form-button{padding:16px 32px}}.report-problem__form-button:last-of-type{margin-left:14px}.web-promo{max-width:1440px;margin:0 auto;overflow:hidden;background-color:#2638c4}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .web-promo{background-color:#3d4a6b}}:root.appearance--dark .web-promo{background-color:#3d4a6b}@media (min-width:1024px){.web-promo{display:flex;height:368px}}@media (min-width:1280px){.web-promo{height:431px}}.web-promo__details{width:100%;padding:24px 32px 48px 32px}@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 0}.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__title-link{font-size:3rem}}.web-promo__description{width:100%;padding:0 0 8px 0;color:#fff;font-size:1.6rem;line-height:1.5}@media (min-width:1024px){.web-promo__description{font-size:1.4rem}}@media (min-width:1280px){.web-promo__description{font-size:1.6rem}}.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__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){.learning-media-badge{flex-direction:row}}.learning-media-badge .btn{min-width:260px;padding-right:16px;color:#fff}.learning-media-badge .btn:focus,.learning-media-badge .btn:hover{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=video.css.map */
