@keyframes loading_animation {
    0% {
        background-position: 100% 50%
    }

    50% {
        background-position: 50% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes video_fade_in {
    0% {
        opacity: 0
    }

    57% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes video_fade_out {
    0% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

:root {
    --dark-turquoise: #02c7e1;
    --dark-turquoise-hover: #02e1d6;
    --player-button-hover-blue: #22b1ff;
    --ad-display-color: #fbe54c;
    --secondary-orange: #f2453f;
    --almost-black: #111619;
    --almost-black-values: 17, 22, 25;
    --darker-grey: #252c30;
    --darker-grey-transparent: #252c3099;
    --dark-grey: #414649;
    --dark-grey-transparent: rgba(65, 70, 73, .8);
    --dark-grey-half-transparent: rgba(65, 70, 73, .5);
    --mid-grey: #5b6267;
    --light-grey: #9da2a5;
    --lighter-grey: #b7bbbd;
    --almost-white: #ecf0f1;
    --almost-white-values: 236, 240, 241;
    --nine: #00beff;
    --gem: #ff1c4a;
    --go: #f68912;
    --life: #1fbf2b;
    --rush: #fc5432;
    --success-green: #1db980;
    --warning-orange: #ff7b47;
    --error-red: #f2453f;
    --hyperlink-visited: var(--nine);
    --hyperlink-visited-hover: #66d8ff;
    --gradient-turquoise-top: #02dae6;
    --gradient-turquoise-bottom: #00beff;
    --gradient-9now-top: #02dae6;
    --gradient-9now-bottom: #0084cc;
    --gradient-nine-top: #2321b7;
    --gradient-nine-bottom: #54dbfe;
    --gradient-gem-top: #ff1d4b;
    --gradient-gem-bottom: #c40b87;
    --gradient-go-top: #fff200;
    --gradient-go-bottom: #ed1c24;
    --gradient-life-top: #1fbf2b;
    --gradient-life-bottom: #b2ec2e;
    --gradient-rush-top: #f28723;
    --gradient-rush-bottom: #fc5432;
    --ways-to-watch-background-color: #101e26;
    --tablet-portrait: 600px;
    --tablet-landscape: 900px;
    --desktop: 1200px;
    --desktop-large: 2000px;
    --desktop-xlarge: 2400px;
    --min-tappable-area-small: 3.429rem;
    --min-tappable-area-large: 3rem;
    --gradient-black-bezier: #111618 0%, rgba(17, 22, 24, .938) 9.7%, rgba(17, 22, 24, .904) 17.7%, rgba(17, 22, 24, .851) 24.3%, rgba(17, 22, 24, .783) 29.9%, rgba(17, 22, 24, .704) 34.6%, rgba(17, 22, 24, .616) 38.8%, rgba(17, 22, 24, .522) 42.8%, rgba(17, 22, 24, .428) 46.8%, rgba(17, 22, 24, .334) 51.1%, rgba(17, 22, 24, .246) 56.1%, rgba(17, 22, 24, .167) 61.9%, rgba(17, 22, 24, .099) 69%, rgba(17, 22, 24, .046) 77.5%, rgba(17, 22, 24, .012) 87.7%, rgba(17, 22, 24, 0) 100%;
    --gradient-player-container: linear-gradient(0deg, hsla(0, 0%, 65%, 0) 85%, rgba(50, 49, 49, .122) 90%, rgba(18, 21, 23, .907) 95%);
    --gradient-video-container: linear-gradient(180deg, #111618, rgba(17, 22, 25, 0) 27%), linear-gradient(270deg, #111618 1%, rgba(17, 22, 25, 0) 12%), linear-gradient(360deg, #111618, rgba(17, 22, 25, 0) 19%), linear-gradient(90deg, #111618 3%, rgba(17, 22, 25, 0) 24%);
    --gradient-single-category-page: linear-gradient(180deg, rgba(17, 21, 24, 0) 0%, rgba(17, 21, 24, .013) 8.1%, rgba(17, 21, 24, .049) 15.5%, rgba(17, 21, 24, .104) 22.5%, rgba(17, 21, 24, .175) 29%, rgba(17, 21, 24, .259) 35.3%, rgba(17, 21, 24, .352) 41.2%, rgba(17, 21, 24, .45) 47.1%, rgba(17, 21, 24, .55) 52.9%, rgba(17, 21, 24, .648) 58.8%, rgba(17, 21, 24, .741) 64.7%, rgba(17, 21, 24, .825) 71%, rgba(17, 21, 24, .896) 77.5%, rgba(17, 21, 24, .951) 84.5%, rgba(17, 21, 24, .987) 91.9%, #111518);
    --logo-image-height-small: 1.5rem;
    --logo-image-height-base: 2.125rem;
    --logo-image-wrapper-height-small: calc(2 * var(--logo-image-height-small));
    --logo-image-wrapper-height-base: calc(2 * var(--logo-image-height-base));
    --inline-element-padding: 0.2rem var(--space-xsmall);
    --space-default: 1rem;
    --space-xxxsmall: 0.125rem;
    --space-xxsmall: 0.25rem;
    --space-xsmall: 0.5rem;
    --space-small: 0.75rem;
    --space-medium: 1rem;
    --space-large: 1.25rem;
    --space-xlarge: 1.5rem;
    --space-xxlarge: 2rem;
    --space-xxxlarge: 4rem;
    --rounded-corner: 0.5rem;
    --rounded-corner-small: 0.25rem;
    --space-inset-default: 1rem 1rem 1rem 1rem;
    --space-inset-small: 0.875rem 0.875rem 0.875rem 0.875rem;
    --space-inset-medium: 1.125rem 1.125rem 1.125rem 1.125rem;
    --space-squish-default: 0.75rem 1rem 0.75rem 1rem;
    --space-squish-small: 0.375rem 0.625rem 0.375rem 0.625rem;
    --space-squish-medium: 0.75rem 1rem 0.75rem 1rem;
    --space-squish-large: 1rem 2rem 1rem 2rem;
    --space-stack-default: 0 0 1rem 0;
    --space-stack-small: 0 0 0.5rem 0;
    --space-stack-medium: 0 0 1rem 0;
    --space-stack-large: 0 0 1.5rem 0;
    --space-stack-xlarge: 0 0 2rem 0;
    --space-inline-default: 0 1rem 0 0;
    --space-inline-small: 0 0.75rem 0 0;
    --space-inline-medium: 0 1rem 0 0;
    --space-inline-large: 0 1.5rem 0 0;
    --space-inline-xlarge: 0 2rem 0 0;
    --space-inline-squish-default: 0 0.5rem;
    --space-inline-squish-small: 0 0.375rem;
    --space-inline-squish-medium: 0 0.5rem;
    --space-inline-squish-large: 0 0.75rem;
    --space-inline-squish-xlarge: 0 1rem;
    --space-inline-squish-xxlarge: 0 2rem;
    --space-viewport-small: var(--space-inset-medium);
    --space-viewport-large: 2.5rem 10.75rem 1.375rem 10.75rem;
    --space-content-small: 0 2rem;
    --space-content-medium: 0 4rem;
    --space-content-large: 0 9vw;
    --space-menuitem-small: 0.98rem 1rem;
    --space-menuitem-large: 1.2rem;
    --space-header-height: 5rem;
    --layout-top-space: 100px;
    --layout-bottom-space: 50px;
    --layout-left-space: 9vw;
    --layout-right-space: 9vw;
    --header-height-tablet: 5.4rem;
    --header-height-desktop: 7.3rem;
    --space-squish-notification: 0.5rem 1.25rem;
    --vod-page-margin-horizontal: 2rem;
    --vod-max-width-episode-promp-image: 13.75rem;
    --proxima-nova: "Proxima Nova", arial, helvetica, sans-serif;
    --proxima-nova-semibold: "Proxima Nova Semibold", arial, helvetica, sans-serif;
    --font-size-classification: 0.7rem;
    --font-size-closed-captions: 0.6rem;
    --base-font-size-small: 14px;
    --base-font-size-large: 16px;
    --base-line-height: 1.5;
    --h1-size: 3.247rem;
    --h2-size: 2.566rem;
    --h3-size: 1.266rem;
    --h4-size: 1.602rem;
    --h5-size: 1.266rem;
    --h6-size: 0.79rem;
    --z-index--hidden_h1: -999;
    --z-index--livetv--vertical_channel_switcher--container: 5;
    --z-index--livetv--sticky_player: 10;
    --z-index--header_and_background_container: 0;
    --z-index--header_and_background_container--background_video: -10;
    --z-index--header_and_background_container--background_video--mute_button: 10;
    --z-index--header_and_background_container--background_video--mute_button--background: -5;
    --z-index--header_and_background_container--new_hero_content: 20;
    --z-index--card_secondary_view_container_desktop: 25;
    --z-index--vod_card_image: 27;
    --z-index--vod_card_bottom_row: 28;
    --z-index--header_background_gradient: 30;
    --z-index--tab_list: 50;
    --z-index--header_container: 50;
    --z-index--header_container_open: 60;
    --z-index--header_container--drawer_overlay: 70;
    --z-index--header_container--drawer_menu: 80;
    --z-index--card_secondary_view_container: 90;
    --z-index--card_secondary_view_container--card_secondary_view_overlay: 100;
    --z-index--progress_bar__marker: 100;
    --z-index--card_secondary_view_container--card_secondary_view: 110;
    --z-index--skip-links-nav: 999
}

@font-face {
    font-display: block;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/regular.woff2) format("woff2"), url(../fonts/regular.woff) format("woff")
}

@font-face {
    font-display: block;
    font-family: Proxima Nova Semibold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/semiBold.woff2) format("woff2"), url(../fonts/semiBold.woff) format("woff")
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    box-sizing: border-box
}

body,
button,
html {
    font-family: var(--proxima-nova);
    font-size: var(--base-font-size-small);
    line-height: var(--base-line-height)
}

@media(min-width:600px) {

    a,
    body,
    button,
    html {
        font-size: var(--base-font-size-large)
    }
}

@media(min-width:2400px) {

    a,
    body,
    button,
    html {
        font-size: .78vw
    }
}

body,
html {
    margin: 0;
    padding: 0
}

button,
input,
textarea {
    font-family: inherit
}

body {
        background-color: #16022b;
    color: var(--light-grey);
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body>img {
    position: absolute
}

.page-heading,
b,
h1,
h2,
h3,
h4,
h5,
strong {
    font-family: var(--proxima-nova-semibold);
    font-weight: 400
}

.page-heading {
    font-size: var(--h2-size);
    line-height: 1.2
}

@media(min-width:900px) {
    .page-heading {
        font-size: var(--h1-size);
        line-height: 1.3
    }
}

a {
    color: inherit;
    text-decoration: none
}

li a,
p a,
span a {
    color: var(--dark-turquoise);
    text-decoration: underline
}

li a:hover,
p a:hover,
span a:hover {
    color: var(--dark-turquoise-hover);
    text-decoration: underline
}

li a:visited,
p a:visited,
span a:visited {
    color: var(--hyperlink-visited);
    text-decoration: underline
}

li a:visited:hover,
p a:visited:hover,
span a:visited:hover {
    color: var(--hyperlink-visited-hover);
    text-decoration: underline
}

.Toastify.Toastify {
    position: fixed;
    z-index: calc(var(--z-index--header_container) + 2)
}

.Toastify__toast-container.Toastify__toast-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .5rem;
    left: 0;
    min-width: 100%;
    padding: 0 1rem;
    top: 7rem
}

.Toastify__toast.Toastify__toast.Toastify__toast {
    border-radius: var(--rounded-corner);
    color: var(--almost-black);
    font-family: var(--proxima-nova);
    font-weight: 400;
    margin-bottom: 0;
    min-height: var(--space-xxlarge);
    padding: 0
}

.Toastify__toast-body.Toastify__toast-body {
    padding: var(--space-squish-notification)
}

.Toastify__close-button.Toastify__close-button--colored {
    align-items: center;
    align-self: center;
    color: var(--almost-black);
    display: flex;
    flex: none;
    height: var(--min-tappable-area-small);
    justify-content: center;
    width: var(--min-tappable-area-small)
}

.Toastify__toast-icon.Toastify__toast-icon {
    display: none
}

.Toastify__toast.Toastify__toast.Toastify__toast a {
    color: var(--almost-black);
    display: inline-block;
    font-family: var(--proxima-nova-semibold);
    margin: 0
}

.Toastify__toast.Toastify__toast.Toastify__toast a:hover {
    text-decoration: underline
}

.Toastify__toast-theme--colored.Toastify__toast-theme--colored.Toastify__toast--error {
    background: var(--error-red)
}

.Toastify__toast-theme--colored.Toastify__toast-theme--colored.Toastify__toast--success {
    background: var(--success-green)
}

.Toastify__toast-theme--colored.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: var(--warning-orange)
}

/*# sourceMappingURL=4316d9497ff86105.css.map*/